@charset "UTF-8";

.contents .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: var(--button-padding);
	border-radius: var(--button-border-radius);
	color: var(--button-color);
	text-align: center;
	text-decoration: none;
	font-size: var(--button-font-size);
	border: var(--button-border-width) solid #bbb;
	background-color: var(--button-bg);
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.3s ease, opacity 0.3s ease;
}

.contents .btn:hover {
	text-decoration: none;
	opacity: 0.75;
}

.contents .btn::after {
	display: inline-block;
	margin-left: var(--icon-spacing);
	content: var(--icon-url);
}

.contents .btn.btn-back::after {
	display: none;
}

.contents .btn.btn-back::before {
	display: inline-block;
	margin-right: var(--icon-spacing);
	content: var(--icon-url);
	transform: scaleX(-1);
}

.contents .btn.btn-filled {
	color: var(--clW);
	background-color: var(--button-border-color);
}

.contents .btn.btn-filled::after,
.btn.btn-filled.btn-back::before {
	filter: contrast(0%) brightness(1000%);
}

.contents .btn.btn-filled:hover {
	color: var(--clW);
}

.contents .btn:hover {
	color: inherit;
}

.contents .btn-small {
	--button-padding: 5px 10px;
	--button-font-size: 14px;
	--icon-spacing: 4px;
}

.contents .btn-large {
	--button-padding: 15px 30px;
	--button-font-size: 18px;
	--icon-spacing: 10px;
}

.contents .btn-clP {
	--button-border-color: var(--clP);
	--button-color: var(--clP);
	--icon-url: url("../img/cmn/ico_arrow_clp.svg");
}

.contents .btn-clP:hover {
	color: var(--clP);
}

.contents .btn-clS {
	--button-border-color: var(--clS);
	--button-color: var(--clS);
	--icon-url: url("../img/cmn/ico_arrow_cls.svg");
}

.contents .btn-clS:hover {
	color: var(--clS);
}

.contents .btn-clA {
	--button-border-color: var(--clA);
	--button-color: var(--clA);
	--icon-url: url("../img/cmn/ico_arrow_cla.svg");
}

.contents .btn-clA:hover {
	color: var(--clA);
}

html,
body {
	box-sizing: border-box;
	margin: 0;
	overflow-x: inherit;
	color: var(--clText);
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 170%;

	scroll-behavior: smooth;
}

.layout-2col img {
	width: 100%;
	height: auto;
}

.lower .sectionInner {
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 32px;
	padding-left: 32px;
}

@media screen and (min-width: 1025px) {
	.lower .sectionInner {
		padding-right: 80px;
		padding-left: 80px;
	}
}

@media screen and (max-width: 639px) {
	.lower .sectionInner {
		padding-right: 16px;
		padding-left: 16px;
	}
}

.wp-block a {
	pointer-events: none;
}

.wp-block-post-content,
.editor-visual-editor__post-title-wrapper {
	max-width: 750px;
	margin: 0 auto;
	color: var(--base-color-black);
	/* font-family: "Zen Kaku Gothic New", sans-serif; */
	font-size: 17px;
}

.editor-styles-wrapper,
.page-article {
	/* テーブルセクション */
}

.editor-styles-wrapper .info,
.page-article .info {
	display: flex;
	align-items: center;

	gap: 16px;
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .info,
	.page-article .info {
		margin-bottom: 34px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .info,
	.page-article .info {
		margin-bottom: 36px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .info,
	.page-article .info {
		margin-bottom: 38px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .info,
	.page-article .info {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .info,
	.page-article .info {
		margin-top: 14px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .info,
	.page-article .info {
		margin-top: 14.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .info,
	.page-article .info {
		margin-top: 15.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .info,
	.page-article .info {
		margin-top: 16px;
	}
}

.editor-styles-wrapper .info .cat,
.page-article .info .cat {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 50px;
	color: #54a00b;
	text-decoration: none;
	border: 1px solid #54a00b;
	line-height: 1;
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .info .cat,
	.page-article .info .cat {
		font-size: 10px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .info .cat,
	.page-article .info .cat {
		font-size: 10.3333333333px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .info .cat,
	.page-article .info .cat {
		font-size: 10.6666666667px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .info .cat,
	.page-article .info .cat {
		font-size: 11px;
	}
}

.editor-styles-wrapper .info .cat::before,
.page-article .info .cat::before {
	display: inline-block;
	margin-right: 4px;
	content: url("../../assets/img/column/ico_hashtag.svg");
}

.editor-styles-wrapper .info .cat:hover,
.page-article .info .cat:hover {
	color: #fff;
	text-decoration: none;
	background-color: var(--clP);
}

.editor-styles-wrapper .info .cat:hover:before,
.page-article .info .cat:hover:before {
	filter: contrast(0%) brightness(1000%);
}

.editor-styles-wrapper .info .cat .category-name,
.page-article .info .cat .category-name {
	text-decoration: none;
	font-weight: bold;
}

.editor-styles-wrapper .info .date,
.page-article .info .date {
	display: inline-flex;
	align-items: center;
	color: var(--clTextW);
	font-size: 14px;
	line-height: 1.2;
}

.editor-styles-wrapper .info .date::before,
.page-article .info .date::before {
	display: inline-block;
	width: 12.25px;
	height: 12.25px;
	margin-right: 4px;
	content: "";
	background: url("../../assets/img/column/ico_clock.svg") no-repeat center center;
	background-size: contain;
}

.editor-styles-wrapper .info .date span,
.page-article .info .date span {
	color: var(--clTextW);
	font-family: "Albert Sans", sans-serif;
	font-weight: bold;
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .info .date span,
	.page-article .info .date span {
		font-size: 10px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .info .date span,
	.page-article .info .date span {
		font-size: 10.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .info .date span,
	.page-article .info .date span {
		font-size: 11.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .info .date span,
	.page-article .info .date span {
		font-size: 12px;
	}
}

.editor-styles-wrapper .info .info-author,
.page-article .info .info-author {
	display: inline-flex;
	align-items: center;
	color: #54a00b;
	text-decoration: underline;
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .info .info-author,
	.page-article .info .info-author {
		font-size: 10px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .info .info-author,
	.page-article .info .info-author {
		font-size: 10.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .info .info-author,
	.page-article .info .info-author {
		font-size: 11.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .info .info-author,
	.page-article .info .info-author {
		font-size: 12px;
	}
}

.editor-styles-wrapper .info .info-author .author-img,
.page-article .info .info-author .author-img {
	width: 20px;
	height: 20px;
	margin-right: 4px;
	border-radius: 50%;

	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper > *:not(h1, h2, h3, h4, h5, h6),
	.page-article > *:not(h1, h2, h3, h4, h5, h6) {
		margin-top: 32px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper > *:not(h1, h2, h3, h4, h5, h6),
	.page-article > *:not(h1, h2, h3, h4, h5, h6) {
		margin-top: 34.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper > *:not(h1, h2, h3, h4, h5, h6),
	.page-article > *:not(h1, h2, h3, h4, h5, h6) {
		margin-top: 37.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper > *:not(h1, h2, h3, h4, h5, h6),
	.page-article > *:not(h1, h2, h3, h4, h5, h6) {
		margin-top: 40px;
	}
}

.editor-styles-wrapper .img-eyecatch img,
.page-article .img-eyecatch img {
	width: 100%;
	border-radius: 8px;
}

.editor-styles-wrapper .wp-block-heading,
.page-article .wp-block-heading {
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.editor-styles-wrapper .wp-block-heading:is(h2),
.page-article .wp-block-heading:is(h2) {
	color: var(--clP);
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-heading:is(h2),
	.page-article .wp-block-heading:is(h2) {
		font-size: 21px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-heading:is(h2),
	.page-article .wp-block-heading:is(h2) {
		font-size: 22px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-heading:is(h2),
	.page-article .wp-block-heading:is(h2) {
		font-size: 23px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-heading:is(h2),
	.page-article .wp-block-heading:is(h2) {
		font-size: 24px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-heading:is(h2),
	.page-article .wp-block-heading:is(h2) {
		margin-top: 64px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-heading:is(h2),
	.page-article .wp-block-heading:is(h2) {
		margin-top: 69.3333333333px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-heading:is(h2),
	.page-article .wp-block-heading:is(h2) {
		margin-top: 74.6666666667px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-heading:is(h2),
	.page-article .wp-block-heading:is(h2) {
		margin-top: 80px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-heading:is(h2),
	.page-article .wp-block-heading:is(h2) {
		margin-bottom: 34px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-heading:is(h2),
	.page-article .wp-block-heading:is(h2) {
		margin-bottom: 36px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-heading:is(h2),
	.page-article .wp-block-heading:is(h2) {
		margin-bottom: 38px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-heading:is(h2),
	.page-article .wp-block-heading:is(h2) {
		margin-bottom: 40px;
	}
}

.editor-styles-wrapper .wp-block-heading:is(h3),
.page-article .wp-block-heading:is(h3) {
	border-bottom: 2px solid var(--clP);
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-heading:is(h3),
	.page-article .wp-block-heading:is(h3) {
		font-size: 16px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-heading:is(h3),
	.page-article .wp-block-heading:is(h3) {
		font-size: 16.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-heading:is(h3),
	.page-article .wp-block-heading:is(h3) {
		font-size: 17.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-heading:is(h3),
	.page-article .wp-block-heading:is(h3) {
		font-size: 18px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-heading:is(h3),
	.page-article .wp-block-heading:is(h3) {
		margin-top: 56px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-heading:is(h3),
	.page-article .wp-block-heading:is(h3) {
		margin-top: 58.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-heading:is(h3),
	.page-article .wp-block-heading:is(h3) {
		margin-top: 61.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-heading:is(h3),
	.page-article .wp-block-heading:is(h3) {
		margin-top: 64px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-heading:is(h3),
	.page-article .wp-block-heading:is(h3) {
		margin-bottom: 34px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-heading:is(h3),
	.page-article .wp-block-heading:is(h3) {
		margin-bottom: 36px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-heading:is(h3),
	.page-article .wp-block-heading:is(h3) {
		margin-bottom: 38px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-heading:is(h3),
	.page-article .wp-block-heading:is(h3) {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-heading:is(h3),
	.page-article .wp-block-heading:is(h3) {
		padding-bottom: 10px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-heading:is(h3),
	.page-article .wp-block-heading:is(h3) {
		padding-bottom: 10.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-heading:is(h3),
	.page-article .wp-block-heading:is(h3) {
		padding-bottom: 11.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-heading:is(h3),
	.page-article .wp-block-heading:is(h3) {
		padding-bottom: 12px;
	}
}

.editor-styles-wrapper .wp-block-heading:is(h4),
.page-article .wp-block-heading:is(h4) {
	color: var(--clP);
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-heading:is(h4),
	.page-article .wp-block-heading:is(h4) {
		margin-top: 34px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-heading:is(h4),
	.page-article .wp-block-heading:is(h4) {
		margin-top: 36px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-heading:is(h4),
	.page-article .wp-block-heading:is(h4) {
		margin-top: 38px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-heading:is(h4),
	.page-article .wp-block-heading:is(h4) {
		margin-top: 40px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-heading:is(h4),
	.page-article .wp-block-heading:is(h4) {
		margin-bottom: 34px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-heading:is(h4),
	.page-article .wp-block-heading:is(h4) {
		margin-bottom: 36px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-heading:is(h4),
	.page-article .wp-block-heading:is(h4) {
		margin-bottom: 38px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-heading:is(h4),
	.page-article .wp-block-heading:is(h4) {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-heading:is(h4),
	.page-article .wp-block-heading:is(h4) {
		font-size: 15.5px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-heading:is(h4),
	.page-article .wp-block-heading:is(h4) {
		font-size: 16px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-heading:is(h4),
	.page-article .wp-block-heading:is(h4) {
		font-size: 16.5px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-heading:is(h4),
	.page-article .wp-block-heading:is(h4) {
		font-size: 17px;
	}
}

.editor-styles-wrapper .author,
.page-article .author {
	position: relative;
	border-radius: 8px;
	border: 1px solid #d4d4d9;
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .author,
	.page-article .author {
		padding: 21px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .author,
	.page-article .author {
		padding: 22px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .author,
	.page-article .author {
		padding: 23px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .author,
	.page-article .author {
		padding: 24px;
	}
}

.editor-styles-wrapper .author .author-label,
.page-article .author .author-label {
	position: absolute;
	top: 0;
	left: 1.5rem;
	padding: 3px 22px;
	border-radius: 100px;
	color: #fff;
	font-weight: bold;
	background: #54a00b;
	line-height: 1.3;
	transform: translateY(-50%);
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .author .author-label,
	.page-article .author .author-label {
		font-size: 10px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .author .author-label,
	.page-article .author .author-label {
		font-size: 10.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .author .author-label,
	.page-article .author .author-label {
		font-size: 11.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .author .author-label,
	.page-article .author .author-label {
		font-size: 12px;
	}
}

.editor-styles-wrapper .author .author-inner,
.page-article .author .author-inner {
	display: flex;
	align-items: center;

	gap: 1.5rem;
}

.editor-styles-wrapper .author .author-inner .author-avatar,
.page-article .author .author-inner .author-avatar {
	flex: 0 0 auto;
}

.editor-styles-wrapper .author .author-inner .author-avatar img,
.page-article .author .author-inner .author-avatar img {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid var(--clBGG);

	-o-object-fit: cover;
	object-fit: cover;
}

.editor-styles-wrapper .author .author-inner .author-info,
.page-article .author .author-inner .author-info {
	flex: 1;
	line-height: 1.5;
}

.editor-styles-wrapper .author .author-inner .author-info .author-role,
.page-article .author .author-inner .author-info .author-role {
	font-weight: 700;
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .author .author-inner .author-info .author-role,
	.page-article .author .author-inner .author-info .author-role {
		font-size: 10px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .author .author-inner .author-info .author-role,
	.page-article .author .author-inner .author-info .author-role {
		font-size: 10.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .author .author-inner .author-info .author-role,
	.page-article .author .author-inner .author-info .author-role {
		font-size: 11.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .author .author-inner .author-info .author-role,
	.page-article .author .author-inner .author-info .author-role {
		font-size: 12px;
	}
}

.editor-styles-wrapper .author .author-inner .author-info .author-name,
.page-article .author .author-inner .author-info .author-name {
	display: inline-block;
	color: #2992dd;
	text-decoration: none;
	text-decoration: underline;
	font-weight: 700;
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .author .author-inner .author-info .author-name,
	.page-article .author .author-inner .author-info .author-name {
		font-size: 13px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .author .author-inner .author-info .author-name,
	.page-article .author .author-inner .author-info .author-name {
		font-size: 13.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .author .author-inner .author-info .author-name,
	.page-article .author .author-inner .author-info .author-name {
		font-size: 14.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .author .author-inner .author-info .author-name,
	.page-article .author .author-inner .author-info .author-name {
		font-size: 15px;
	}
}

.editor-styles-wrapper .author .author-inner .author-info .author-bio,
.page-article .author .author-inner .author-info .author-bio {
	margin-top: 8px;
	color: var(--clTextW);
	line-height: 1.4;
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .author .author-inner .author-info .author-bio,
	.page-article .author .author-inner .author-info .author-bio {
		font-size: 12.5px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .author .author-inner .author-info .author-bio,
	.page-article .author .author-inner .author-info .author-bio {
		font-size: 13px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .author .author-inner .author-info .author-bio,
	.page-article .author .author-inner .author-info .author-bio {
		font-size: 13.5px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .author .author-inner .author-info .author-bio,
	.page-article .author .author-inner .author-info .author-bio {
		font-size: 14px;
	}
}

.editor-styles-wrapper .post-link,
.page-article .post-link {
	position: relative;
	display: flex;
	border-radius: 8px;
	text-decoration: none;
	border: 1px solid #e0e0e0;

	gap: 16px;
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .post-link,
	.page-article .post-link {
		padding: 21px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .post-link,
	.page-article .post-link {
		padding: 22px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .post-link,
	.page-article .post-link {
		padding: 23px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .post-link,
	.page-article .post-link {
		padding: 24px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .post-link,
	.page-article .post-link {
		flex-direction: column;
	}
}

.editor-styles-wrapper .post-link:not(:hover) .post-link-summary,
.page-article .post-link:not(:hover) .post-link-summary {
	color: var(--clTextW);
}

.editor-styles-wrapper .post-link .post-link-caption,
.page-article .post-link .post-link-caption {
	position: absolute;
	top: 0;
	left: 1rem;
	display: inline-flex;
	align-items: center;
	padding: 0 0.6em;
	color: #54a00b;
	font-weight: 700;
	background-color: #fff;
	transform: translateY(-50%);
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .post-link .post-link-caption,
	.page-article .post-link .post-link-caption {
		font-size: 10px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .post-link .post-link-caption,
	.page-article .post-link .post-link-caption {
		font-size: 10.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .post-link .post-link-caption,
	.page-article .post-link .post-link-caption {
		font-size: 11.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .post-link .post-link-caption,
	.page-article .post-link .post-link-caption {
		font-size: 12px;
	}
}

.editor-styles-wrapper .post-link .post-link-caption::before,
.page-article .post-link .post-link-caption::before {
	margin-right: 4px;
	content: url(../../assets/img/column/ico_check.svg);
}

.editor-styles-wrapper .post-link .post-link-caption .post-link-caption-text,
.page-article .post-link .post-link-caption .post-link-caption-text {
	line-height: 1;
}

.editor-styles-wrapper .post-link .post-link-figure,
.page-article .post-link .post-link-figure {
	flex: 0 0 24%;
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .post-link .post-link-figure,
	.page-article .post-link .post-link-figure {
		flex: 0 0 30%;
	}
}

.editor-styles-wrapper .post-link .post-link-figure img,
.page-article .post-link .post-link-figure img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;

	-o-object-fit: cover;
	object-fit: cover;
}

.editor-styles-wrapper .post-link .post-link-content,
.page-article .post-link .post-link-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	line-height: 1.4;
}

.editor-styles-wrapper .post-link .post-link-content .post-link-title,
.page-article .post-link .post-link-content .post-link-title {
	margin-bottom: 8px;
	font-weight: 700;
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .post-link .post-link-content .post-link-title,
	.page-article .post-link .post-link-content .post-link-title {
		font-size: 14px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .post-link .post-link-content .post-link-title,
	.page-article .post-link .post-link-content .post-link-title {
		font-size: 14.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .post-link .post-link-content .post-link-title,
	.page-article .post-link .post-link-content .post-link-title {
		font-size: 15.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .post-link .post-link-content .post-link-title,
	.page-article .post-link .post-link-content .post-link-title {
		font-size: 16px;
	}
}

.editor-styles-wrapper .post-link .post-link-content .post-link-summary,
.page-article .post-link .post-link-content .post-link-summary {
	line-height: 1.4;
	transition: 0.2s ease-out;
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .post-link .post-link-content .post-link-summary,
	.page-article .post-link .post-link-content .post-link-summary {
		font-size: 12.5px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .post-link .post-link-content .post-link-summary,
	.page-article .post-link .post-link-content .post-link-summary {
		font-size: 13px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .post-link .post-link-content .post-link-summary,
	.page-article .post-link .post-link-content .post-link-summary {
		font-size: 13.5px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .post-link .post-link-content .post-link-summary,
	.page-article .post-link .post-link-content .post-link-summary {
		font-size: 14px;
	}
}

.editor-styles-wrapper .post-link .post-link-content .post-link-summary:hover,
.page-article .post-link .post-link-content .post-link-summary:hover {
	transition: 0.2s ease-out;
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper > p,
	.page-article > p {
		font-size: 14px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper > p,
	.page-article > p {
		font-size: 14.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper > p,
	.page-article > p {
		font-size: 15.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper > p,
	.page-article > p {
		font-size: 16px;
	}
}

.editor-styles-wrapper > p a,
.page-article > p a {
	position: relative;
	color: #2992dd;
	text-decoration: underline;
}

.editor-styles-wrapper > p a[target="_blank"]::after,
.page-article > p a[target="_blank"]::after {
	position: relative;
	top: 0.1em;
	margin-right: 0.2em;
	margin-left: 0.2em;
	content: url(../img/cmn/ico_external.svg);
}

.editor-styles-wrapper .wp-block-list,
.page-article .wp-block-list {
	padding-left: 0;
	list-style: none;
}

.editor-styles-wrapper ul.wp-block-list,
.page-article ul.wp-block-list {
	padding-left: 0.5em;
}

.editor-styles-wrapper ul.wp-block-list li,
.page-article ul.wp-block-list li {
	position: relative;
	padding-left: 0.75em;
	line-height: 1.5;
}

.editor-styles-wrapper ul.wp-block-list li:not(:last-child),
.page-article ul.wp-block-list li:not(:last-child) {
	margin-bottom: 8px;
}

.editor-styles-wrapper ul.wp-block-list li::before,
.page-article ul.wp-block-list li::before {
	position: absolute;
	top: 0.8em;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	content: "";
	background-color: var(--clText);
}

.editor-styles-wrapper ol.wp-block-list,
.page-article ol.wp-block-list {
	padding-left: 0;
	counter-reset: num;
}

.editor-styles-wrapper ol.wp-block-list > li,
.page-article ol.wp-block-list > li {
	position: relative;
	margin: 4px 0;
	padding-left: 1.9em;
	counter-increment: num;
}

.editor-styles-wrapper ol.wp-block-list > li::before,
.page-article ol.wp-block-list > li::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
	content: counter(num) ". ";
	text-align: right;
}

.editor-styles-wrapper ol.wp-block-list > li > ol.wp-block-list,
.page-article ol.wp-block-list > li > ol.wp-block-list {
	margin-top: 4px;
	counter-reset: alpha;
}

.editor-styles-wrapper ol.wp-block-list > li > ol.wp-block-list > li,
.page-article ol.wp-block-list > li > ol.wp-block-list > li {
	position: relative;
	margin: 4px 0;
	padding-left: 1.7em;
	counter-increment: alpha;
}

.editor-styles-wrapper ol.wp-block-list > li > ol.wp-block-list > li::before,
.page-article ol.wp-block-list > li > ol.wp-block-list > li::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
	content: counter(alpha, lower-alpha) ". ";
	text-align: right;
}

.editor-styles-wrapper blockquote,
.page-article blockquote {
	color: var(--clTextW);
	border-left: 4px solid var(--clP);
	line-height: 1.8;
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper blockquote,
	.page-article blockquote {
		font-size: 14px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper blockquote,
	.page-article blockquote {
		font-size: 14.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper blockquote,
	.page-article blockquote {
		font-size: 15.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper blockquote,
	.page-article blockquote {
		font-size: 16px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper blockquote,
	.page-article blockquote {
		padding-top: 14px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper blockquote,
	.page-article blockquote {
		padding-top: 14.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper blockquote,
	.page-article blockquote {
		padding-top: 15.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper blockquote,
	.page-article blockquote {
		padding-top: 16px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper blockquote,
	.page-article blockquote {
		padding-bottom: 14px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper blockquote,
	.page-article blockquote {
		padding-bottom: 14.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper blockquote,
	.page-article blockquote {
		padding-bottom: 15.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper blockquote,
	.page-article blockquote {
		padding-bottom: 16px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper blockquote,
	.page-article blockquote {
		padding-left: 24px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper blockquote,
	.page-article blockquote {
		padding-left: 29.3333333333px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper blockquote,
	.page-article blockquote {
		padding-left: 34.6666666667px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper blockquote,
	.page-article blockquote {
		padding-left: 40px;
	}
}

.editor-styles-wrapper .wp-element-button,
.page-article .wp-element-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: var(--button-padding);
	border-radius: var(--button-border-radius);
	color: var(--button-color);
	text-align: center;
	text-decoration: none;
	font-size: var(--button-font-size);
	border: var(--button-border-width) solid var(--button-border-color);
	background-color: var(--button-bg);
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.3s ease, opacity 0.3s ease;
}

.editor-styles-wrapper .wp-element-button:hover,
.page-article .wp-element-button:hover {
	text-decoration: none;
	opacity: 0.75;
}

.editor-styles-wrapper .wp-element-button::after,
.page-article .wp-element-button::after {
	display: inline-block;
	margin-left: var(--icon-spacing);
	content: var(--icon-url);
}

.editor-styles-wrapper .wp-element-button:hover,
.page-article .wp-element-button:hover {
	color: inherit;
}

.editor-styles-wrapper .btn-clP,
.page-article .btn-clP {
	transition: 0.2s ease-out;
}

.editor-styles-wrapper .btn-clP:hover,
.page-article .btn-clP:hover {
	color: #fff;
	background-color: var(--clP);
	opacity: 1;
}

.editor-styles-wrapper .btn-clP:hover:before,
.editor-styles-wrapper .btn-clP:hover:after,
.page-article .btn-clP:hover:before,
.page-article .btn-clP:hover:after {
	filter: contrast(0%) brightness(1000%);
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-table.scroll::before,
	.page-article .wp-block-table.scroll::before {
		position: sticky;
		left: 0;
		display: block;
		color: var(--clTextW);
		content: "横にスクロールできます→";
		text-align: right;
		font-size: 85%;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-table.scroll th,
	.editor-styles-wrapper .wp-block-table.scroll td,
	.page-article .wp-block-table.scroll th,
	.page-article .wp-block-table.scroll td {
		white-space: nowrap;
	}
}

.editor-styles-wrapper .wp-block-table table,
.page-article .wp-block-table table {
	width: 100%;
	border: 1px solid var(--clBD);
	border-collapse: collapse;
}

.editor-styles-wrapper .wp-block-table table thead tr,
.editor-styles-wrapper .wp-block-table table tbody tr,
.editor-styles-wrapper .wp-block-table table tfoot tr,
.page-article .wp-block-table table thead tr,
.page-article .wp-block-table table tbody tr,
.page-article .wp-block-table table tfoot tr {
	border: 1px solid var(--clBD);
}

.editor-styles-wrapper .wp-block-table table thead th,
.editor-styles-wrapper .wp-block-table table thead td,
.editor-styles-wrapper .wp-block-table table tbody th,
.editor-styles-wrapper .wp-block-table table tbody td,
.editor-styles-wrapper .wp-block-table table tfoot th,
.editor-styles-wrapper .wp-block-table table tfoot td,
.page-article .wp-block-table table thead th,
.page-article .wp-block-table table thead td,
.page-article .wp-block-table table tbody th,
.page-article .wp-block-table table tbody td,
.page-article .wp-block-table table tfoot th,
.page-article .wp-block-table table tfoot td {
	border: 1px solid var(--clBD);
	line-height: 1.5;
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-table table thead th,
	.editor-styles-wrapper .wp-block-table table thead td,
	.editor-styles-wrapper .wp-block-table table tbody th,
	.editor-styles-wrapper .wp-block-table table tbody td,
	.editor-styles-wrapper .wp-block-table table tfoot th,
	.editor-styles-wrapper .wp-block-table table tfoot td,
	.page-article .wp-block-table table thead th,
	.page-article .wp-block-table table thead td,
	.page-article .wp-block-table table tbody th,
	.page-article .wp-block-table table tbody td,
	.page-article .wp-block-table table tfoot th,
	.page-article .wp-block-table table tfoot td {
		font-size: 14px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-table table thead th,
	.editor-styles-wrapper .wp-block-table table thead td,
	.editor-styles-wrapper .wp-block-table table tbody th,
	.editor-styles-wrapper .wp-block-table table tbody td,
	.editor-styles-wrapper .wp-block-table table tfoot th,
	.editor-styles-wrapper .wp-block-table table tfoot td,
	.page-article .wp-block-table table thead th,
	.page-article .wp-block-table table thead td,
	.page-article .wp-block-table table tbody th,
	.page-article .wp-block-table table tbody td,
	.page-article .wp-block-table table tfoot th,
	.page-article .wp-block-table table tfoot td {
		font-size: 14.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-table table thead th,
	.editor-styles-wrapper .wp-block-table table thead td,
	.editor-styles-wrapper .wp-block-table table tbody th,
	.editor-styles-wrapper .wp-block-table table tbody td,
	.editor-styles-wrapper .wp-block-table table tfoot th,
	.editor-styles-wrapper .wp-block-table table tfoot td,
	.page-article .wp-block-table table thead th,
	.page-article .wp-block-table table thead td,
	.page-article .wp-block-table table tbody th,
	.page-article .wp-block-table table tbody td,
	.page-article .wp-block-table table tfoot th,
	.page-article .wp-block-table table tfoot td {
		font-size: 15.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-table table thead th,
	.editor-styles-wrapper .wp-block-table table thead td,
	.editor-styles-wrapper .wp-block-table table tbody th,
	.editor-styles-wrapper .wp-block-table table tbody td,
	.editor-styles-wrapper .wp-block-table table tfoot th,
	.editor-styles-wrapper .wp-block-table table tfoot td,
	.page-article .wp-block-table table thead th,
	.page-article .wp-block-table table thead td,
	.page-article .wp-block-table table tbody th,
	.page-article .wp-block-table table tbody td,
	.page-article .wp-block-table table tfoot th,
	.page-article .wp-block-table table tfoot td {
		font-size: 16px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-table table thead th,
	.editor-styles-wrapper .wp-block-table table thead td,
	.editor-styles-wrapper .wp-block-table table tbody th,
	.editor-styles-wrapper .wp-block-table table tbody td,
	.editor-styles-wrapper .wp-block-table table tfoot th,
	.editor-styles-wrapper .wp-block-table table tfoot td,
	.page-article .wp-block-table table thead th,
	.page-article .wp-block-table table thead td,
	.page-article .wp-block-table table tbody th,
	.page-article .wp-block-table table tbody td,
	.page-article .wp-block-table table tfoot th,
	.page-article .wp-block-table table tfoot td {
		padding: 14px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-table table thead th,
	.editor-styles-wrapper .wp-block-table table thead td,
	.editor-styles-wrapper .wp-block-table table tbody th,
	.editor-styles-wrapper .wp-block-table table tbody td,
	.editor-styles-wrapper .wp-block-table table tfoot th,
	.editor-styles-wrapper .wp-block-table table tfoot td,
	.page-article .wp-block-table table thead th,
	.page-article .wp-block-table table thead td,
	.page-article .wp-block-table table tbody th,
	.page-article .wp-block-table table tbody td,
	.page-article .wp-block-table table tfoot th,
	.page-article .wp-block-table table tfoot td {
		padding: 14.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-table table thead th,
	.editor-styles-wrapper .wp-block-table table thead td,
	.editor-styles-wrapper .wp-block-table table tbody th,
	.editor-styles-wrapper .wp-block-table table tbody td,
	.editor-styles-wrapper .wp-block-table table tfoot th,
	.editor-styles-wrapper .wp-block-table table tfoot td,
	.page-article .wp-block-table table thead th,
	.page-article .wp-block-table table thead td,
	.page-article .wp-block-table table tbody th,
	.page-article .wp-block-table table tbody td,
	.page-article .wp-block-table table tfoot th,
	.page-article .wp-block-table table tfoot td {
		padding: 15.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-table table thead th,
	.editor-styles-wrapper .wp-block-table table thead td,
	.editor-styles-wrapper .wp-block-table table tbody th,
	.editor-styles-wrapper .wp-block-table table tbody td,
	.editor-styles-wrapper .wp-block-table table tfoot th,
	.editor-styles-wrapper .wp-block-table table tfoot td,
	.page-article .wp-block-table table thead th,
	.page-article .wp-block-table table thead td,
	.page-article .wp-block-table table tbody th,
	.page-article .wp-block-table table tbody td,
	.page-article .wp-block-table table tfoot th,
	.page-article .wp-block-table table tfoot td {
		padding: 16px;
	}
}

.editor-styles-wrapper .wp-block-table table thead th.has-text-align-left,
.editor-styles-wrapper .wp-block-table table thead td.has-text-align-left,
.editor-styles-wrapper .wp-block-table table tbody th.has-text-align-left,
.editor-styles-wrapper .wp-block-table table tbody td.has-text-align-left,
.editor-styles-wrapper .wp-block-table table tfoot th.has-text-align-left,
.editor-styles-wrapper .wp-block-table table tfoot td.has-text-align-left,
.page-article .wp-block-table table thead th.has-text-align-left,
.page-article .wp-block-table table thead td.has-text-align-left,
.page-article .wp-block-table table tbody th.has-text-align-left,
.page-article .wp-block-table table tbody td.has-text-align-left,
.page-article .wp-block-table table tfoot th.has-text-align-left,
.page-article .wp-block-table table tfoot td.has-text-align-left {
	white-space: nowrap;
}

.editor-styles-wrapper .wp-block-table table thead tr th:first-child,
.editor-styles-wrapper .wp-block-table table thead tr td:first-child,
.editor-styles-wrapper .wp-block-table table tbody tr th:first-child,
.editor-styles-wrapper .wp-block-table table tbody tr td:first-child,
.editor-styles-wrapper .wp-block-table table tfoot tr th:first-child,
.editor-styles-wrapper .wp-block-table table tfoot tr td:first-child,
.page-article .wp-block-table table thead tr th:first-child,
.page-article .wp-block-table table thead tr td:first-child,
.page-article .wp-block-table table tbody tr th:first-child,
.page-article .wp-block-table table tbody tr td:first-child,
.page-article .wp-block-table table tfoot tr th:first-child,
.page-article .wp-block-table table tfoot tr td:first-child {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 10;
	white-space: nowrap;
	border-width: 0 1px;
}

.editor-styles-wrapper .wp-block-table table tbody tr th:first-child,
.editor-styles-wrapper .wp-block-table table tbody tr td:first-child,
.editor-styles-wrapper .wp-block-table table tfoot tr th:first-child,
.editor-styles-wrapper .wp-block-table table tfoot tr td:first-child,
.page-article .wp-block-table table tbody tr th:first-child,
.page-article .wp-block-table table tbody tr td:first-child,
.page-article .wp-block-table table tfoot tr th:first-child,
.page-article .wp-block-table table tfoot tr td:first-child {
	background: var(--clPW);
}

.editor-styles-wrapper .wp-block-table table thead,
.page-article .wp-block-table table thead {
	border-bottom: 1px solid;
}

.editor-styles-wrapper .wp-block-table table thead tr th,
.page-article .wp-block-table table thead tr th {
	color: var(--clW);
	text-align: center;
	font-weight: bold;
	background-color: var(--clP);
}

.editor-styles-wrapper .wp-block-table table tbody tr th,
.page-article .wp-block-table table tbody tr th {
	color: var(--clW);
	text-align: center;
	font-weight: bold;
	background-color: var(--clP);
}

.editor-styles-wrapper .wp-block-table table tbody tr td:first-child,
.page-article .wp-block-table table tbody tr td:first-child {
	color: var(--clW);
	background-color: var(--clPW);
}

.editor-styles-wrapper .wp-block-table table tfoot tr td,
.page-article .wp-block-table table tfoot tr td {
	padding: 12px 8px;
}

.editor-styles-wrapper .wp-block-table.is-style-stripes,
.page-article .wp-block-table.is-style-stripes {
	border-bottom: none;
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-table.is-style-stripes thead th,
	.editor-styles-wrapper .wp-block-table.is-style-stripes thead td,
	.editor-styles-wrapper .wp-block-table.is-style-stripes tbody th,
	.editor-styles-wrapper .wp-block-table.is-style-stripes tbody td,
	.editor-styles-wrapper .wp-block-table.is-style-stripes tfoot th,
	.editor-styles-wrapper .wp-block-table.is-style-stripes tfoot td,
	.page-article .wp-block-table.is-style-stripes thead th,
	.page-article .wp-block-table.is-style-stripes thead td,
	.page-article .wp-block-table.is-style-stripes tbody th,
	.page-article .wp-block-table.is-style-stripes tbody td,
	.page-article .wp-block-table.is-style-stripes tfoot th,
	.page-article .wp-block-table.is-style-stripes tfoot td {
		padding: 8px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-table.is-style-stripes thead th,
	.editor-styles-wrapper .wp-block-table.is-style-stripes thead td,
	.editor-styles-wrapper .wp-block-table.is-style-stripes tbody th,
	.editor-styles-wrapper .wp-block-table.is-style-stripes tbody td,
	.editor-styles-wrapper .wp-block-table.is-style-stripes tfoot th,
	.editor-styles-wrapper .wp-block-table.is-style-stripes tfoot td,
	.page-article .wp-block-table.is-style-stripes thead th,
	.page-article .wp-block-table.is-style-stripes thead td,
	.page-article .wp-block-table.is-style-stripes tbody th,
	.page-article .wp-block-table.is-style-stripes tbody td,
	.page-article .wp-block-table.is-style-stripes tfoot th,
	.page-article .wp-block-table.is-style-stripes tfoot td {
		padding: 8px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-table.is-style-stripes thead th,
	.editor-styles-wrapper .wp-block-table.is-style-stripes thead td,
	.editor-styles-wrapper .wp-block-table.is-style-stripes tbody th,
	.editor-styles-wrapper .wp-block-table.is-style-stripes tbody td,
	.editor-styles-wrapper .wp-block-table.is-style-stripes tfoot th,
	.editor-styles-wrapper .wp-block-table.is-style-stripes tfoot td,
	.page-article .wp-block-table.is-style-stripes thead th,
	.page-article .wp-block-table.is-style-stripes thead td,
	.page-article .wp-block-table.is-style-stripes tbody th,
	.page-article .wp-block-table.is-style-stripes tbody td,
	.page-article .wp-block-table.is-style-stripes tfoot th,
	.page-article .wp-block-table.is-style-stripes tfoot td {
		padding: 8px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-table.is-style-stripes thead th,
	.editor-styles-wrapper .wp-block-table.is-style-stripes thead td,
	.editor-styles-wrapper .wp-block-table.is-style-stripes tbody th,
	.editor-styles-wrapper .wp-block-table.is-style-stripes tbody td,
	.editor-styles-wrapper .wp-block-table.is-style-stripes tfoot th,
	.editor-styles-wrapper .wp-block-table.is-style-stripes tfoot td,
	.page-article .wp-block-table.is-style-stripes thead th,
	.page-article .wp-block-table.is-style-stripes thead td,
	.page-article .wp-block-table.is-style-stripes tbody th,
	.page-article .wp-block-table.is-style-stripes tbody td,
	.page-article .wp-block-table.is-style-stripes tfoot th,
	.page-article .wp-block-table.is-style-stripes tfoot td {
		padding: 8px;
	}
}

.editor-styles-wrapper .wp-block-table.is-style-stripes thead tr th:first-child,
.editor-styles-wrapper .wp-block-table.is-style-stripes thead tr td:first-child,
.page-article .wp-block-table.is-style-stripes thead tr th:first-child,
.page-article .wp-block-table.is-style-stripes thead tr td:first-child {
	background: var(--clP);
}

.editor-styles-wrapper .wp-block-table.is-style-stripes tbody tr td:first-child,
.editor-styles-wrapper .wp-block-table.is-style-stripes tfoot tr td:first-child,
.page-article .wp-block-table.is-style-stripes tbody tr td:first-child,
.page-article .wp-block-table.is-style-stripes tfoot tr td:first-child {
	color: var(--clW);
	background-color: var(--clPW);
}

.editor-styles-wrapper .wp-block-table.is-style-stripes tbody tr:nth-child(odd),
.editor-styles-wrapper .wp-block-table.is-style-stripes tfoot tr:nth-child(odd),
.page-article .wp-block-table.is-style-stripes tbody tr:nth-child(odd),
.page-article .wp-block-table.is-style-stripes tfoot tr:nth-child(odd) {
	background-color: var(--clBGP);
}

.editor-styles-wrapper .wp-block-image > figcaption.wp-element-caption,
.page-article .wp-block-image > figcaption.wp-element-caption {
	color: var(--clTextW);
	font-weight: 500;
	line-height: 1.5;
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-image > figcaption.wp-element-caption,
	.page-article .wp-block-image > figcaption.wp-element-caption {
		margin-top: 10px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-image > figcaption.wp-element-caption,
	.page-article .wp-block-image > figcaption.wp-element-caption {
		margin-top: 10.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-image > figcaption.wp-element-caption,
	.page-article .wp-block-image > figcaption.wp-element-caption {
		margin-top: 11.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-image > figcaption.wp-element-caption,
	.page-article .wp-block-image > figcaption.wp-element-caption {
		margin-top: 12px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-image > figcaption.wp-element-caption,
	.page-article .wp-block-image > figcaption.wp-element-caption {
		font-size: 12.5px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-image > figcaption.wp-element-caption,
	.page-article .wp-block-image > figcaption.wp-element-caption {
		font-size: 13px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-image > figcaption.wp-element-caption,
	.page-article .wp-block-image > figcaption.wp-element-caption {
		font-size: 13.5px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-image > figcaption.wp-element-caption,
	.page-article .wp-block-image > figcaption.wp-element-caption {
		font-size: 14px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-group.has-background,
	.page-article .wp-block-group.has-background {
		padding-top: 21px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-group.has-background,
	.page-article .wp-block-group.has-background {
		padding-top: 22px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-group.has-background,
	.page-article .wp-block-group.has-background {
		padding-top: 23px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-group.has-background,
	.page-article .wp-block-group.has-background {
		padding-top: 24px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-group.has-background,
	.page-article .wp-block-group.has-background {
		padding-bottom: 21px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-group.has-background,
	.page-article .wp-block-group.has-background {
		padding-bottom: 22px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-group.has-background,
	.page-article .wp-block-group.has-background {
		padding-bottom: 23px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-group.has-background,
	.page-article .wp-block-group.has-background {
		padding-bottom: 24px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-group.has-background,
	.page-article .wp-block-group.has-background {
		padding-left: 24px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-group.has-background,
	.page-article .wp-block-group.has-background {
		padding-left: 29.3333333333px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-group.has-background,
	.page-article .wp-block-group.has-background {
		padding-left: 34.6666666667px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-group.has-background,
	.page-article .wp-block-group.has-background {
		padding-left: 40px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-group.has-background,
	.page-article .wp-block-group.has-background {
		padding-right: 24px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-group.has-background,
	.page-article .wp-block-group.has-background {
		padding-right: 29.3333333333px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-group.has-background,
	.page-article .wp-block-group.has-background {
		padding-right: 34.6666666667px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-group.has-background,
	.page-article .wp-block-group.has-background {
		padding-right: 40px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-group.has-border-color,
	.page-article .wp-block-group.has-border-color {
		padding-top: 21px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-group.has-border-color,
	.page-article .wp-block-group.has-border-color {
		padding-top: 22px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-group.has-border-color,
	.page-article .wp-block-group.has-border-color {
		padding-top: 23px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-group.has-border-color,
	.page-article .wp-block-group.has-border-color {
		padding-top: 24px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-group.has-border-color,
	.page-article .wp-block-group.has-border-color {
		padding-bottom: 21px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-group.has-border-color,
	.page-article .wp-block-group.has-border-color {
		padding-bottom: 22px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-group.has-border-color,
	.page-article .wp-block-group.has-border-color {
		padding-bottom: 23px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-group.has-border-color,
	.page-article .wp-block-group.has-border-color {
		padding-bottom: 24px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-group.has-border-color,
	.page-article .wp-block-group.has-border-color {
		padding-left: 24px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-group.has-border-color,
	.page-article .wp-block-group.has-border-color {
		padding-left: 29.3333333333px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-group.has-border-color,
	.page-article .wp-block-group.has-border-color {
		padding-left: 34.6666666667px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-group.has-border-color,
	.page-article .wp-block-group.has-border-color {
		padding-left: 40px;
	}
}

@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-group.has-border-color,
	.page-article .wp-block-group.has-border-color {
		padding-right: 24px;
	}
}

@media screen and (min-width: 640px) {
	.editor-styles-wrapper .wp-block-group.has-border-color,
	.page-article .wp-block-group.has-border-color {
		padding-right: 29.3333333333px;
	}
}

@media screen and (min-width: 1025px) {
	.editor-styles-wrapper .wp-block-group.has-border-color,
	.page-article .wp-block-group.has-border-color {
		padding-right: 34.6666666667px;
	}
}

@media screen and (min-width: 1300px) {
	.editor-styles-wrapper .wp-block-group.has-border-color,
	.page-article .wp-block-group.has-border-color {
		padding-right: 40px;
	}
}

.balloon {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;

	gap: 1.5rem;
	/* ---------- 左寄せ ---------- */
	/* ---------- 右寄せ ---------- */
}

.balloon .balloon-avatar {
	flex: 0 0 auto;
}

.balloon .balloon-avatar figure {
	display: flex;
	flex-direction: column;
	margin: 0;
	text-align: center;

	gap: 8px;
}

.balloon .balloon-avatar figure img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 3px solid var(--clBGG);

	-o-object-fit: cover;
	object-fit: cover;
}

.balloon .balloon-avatar figure figcaption {
	font-weight: 700;
	line-height: 1;
}

@media screen and (max-width: 639px) {
	.balloon .balloon-avatar figure figcaption {
		font-size: 10px;
	}
}

@media screen and (min-width: 640px) {
	.balloon .balloon-avatar figure figcaption {
		font-size: 10.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.balloon .balloon-avatar figure figcaption {
		font-size: 11.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.balloon .balloon-avatar figure figcaption {
		font-size: 12px;
	}
}

.balloon .balloon-text {
	position: relative;
	flex: 1;
	border-radius: 8px;
	background: var(--clBGG);
	line-height: 1.8;
}

@media screen and (max-width: 639px) {
	.balloon .balloon-text {
		padding-top: 14px;
	}
}

@media screen and (min-width: 640px) {
	.balloon .balloon-text {
		padding-top: 14.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.balloon .balloon-text {
		padding-top: 15.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.balloon .balloon-text {
		padding-top: 16px;
	}
}

@media screen and (max-width: 639px) {
	.balloon .balloon-text {
		padding-bottom: 14px;
	}
}

@media screen and (min-width: 640px) {
	.balloon .balloon-text {
		padding-bottom: 14.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.balloon .balloon-text {
		padding-bottom: 15.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.balloon .balloon-text {
		padding-bottom: 16px;
	}
}

@media screen and (max-width: 639px) {
	.balloon .balloon-text {
		padding-left: 21px;
	}
}

@media screen and (min-width: 640px) {
	.balloon .balloon-text {
		padding-left: 22px;
	}
}

@media screen and (min-width: 1025px) {
	.balloon .balloon-text {
		padding-left: 23px;
	}
}

@media screen and (min-width: 1300px) {
	.balloon .balloon-text {
		padding-left: 24px;
	}
}

@media screen and (max-width: 639px) {
	.balloon .balloon-text {
		padding-right: 21px;
	}
}

@media screen and (min-width: 640px) {
	.balloon .balloon-text {
		padding-right: 22px;
	}
}

@media screen and (min-width: 1025px) {
	.balloon .balloon-text {
		padding-right: 23px;
	}
}

@media screen and (min-width: 1300px) {
	.balloon .balloon-text {
		padding-right: 24px;
	}
}

@media screen and (max-width: 639px) {
	.balloon .balloon-text {
		font-size: 14px;
	}
}

@media screen and (min-width: 640px) {
	.balloon .balloon-text {
		font-size: 14.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.balloon .balloon-text {
		font-size: 15.3333333333px;
	}
}

@media screen and (min-width: 1300px) {
	.balloon .balloon-text {
		font-size: 16px;
	}
}

@media screen and (max-width: 639px) {
	.balloon .balloon-text {
		line-height: 1.6;
	}
}

.balloon.right {
	flex-direction: row;
}

.balloon.right .balloon-text {
	/* 吹き出しの矢印（右向き） */
}

.balloon.right .balloon-text::after {
	position: absolute;
	top: 20px;
	right: -16px;
	width: 0;
	height: 0;
	content: "";
	border: 8px solid transparent;
	border-left-color: var(--clBGG);
}

.balloon.left {
	flex-direction: row-reverse;
}

.balloon.left .balloon-text {
	/* 吹き出しの矢印（左向き） */
}

.balloon.left .balloon-text::after {
	position: absolute;
	top: 20px;
	left: -16px;
	width: 0;
	height: 0;
	content: "";
	border: 8px solid transparent;
	border-right-color: var(--clBGG);
}

/*# sourceMappingURL=editor-original.css.map */

.lower.column .breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
	content: url(../../assets/img/cmn/arrow_right_clp.svg);
}

@media screen and (min-width: 1400px) {
	.lower.column .breadcrumb-nav {
		font-size: 13px;
	}
}

.lower.column .page-article .info .date::before {
	display: inline-block;
	width: 12.25px;
	height: 12.25px;
	margin-right: 4px;
	content: "";
	background: url(../../assets/img/cmn/ico_clock.svg) no-repeat center center;
	background-size: contain;
}

.lower.column .page-article #ez-toc-container .ez-toc-title-container .ez-toc-title::before {
	content: none;
}

.lower.column .page-article > p a[target="_blank"]::after {
	content: url(../img/cmn/ico_externallink.svg);
}

.btn:before {
	content: none;
}

.editor-styles-wrapper .wp-block-table table tbody tr td:first-child,
.page-article .wp-block-table table tbody tr td:first-child {
	color: var(--clText);
	background-color: var(--clBGG);
}

.editor-styles-wrapper .wp-block-table table tbody tr th:first-child,
.editor-styles-wrapper .wp-block-table table tbody tr td:first-child,
.editor-styles-wrapper .wp-block-table table tfoot tr th:first-child,
.editor-styles-wrapper .wp-block-table table tfoot tr td:first-child,
.page-article .wp-block-table table tbody tr th:first-child,
.page-article .wp-block-table table tbody tr td:first-child,
.page-article .wp-block-table table tfoot tr th:first-child,
.page-article .wp-block-table table tfoot tr td:first-child {
	color: var(--clText);
	background-color: var(--clBGG);
}

.lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead tr th {
	background-color: var(--clP);
}

.lower.column .page-article .post-link .post-link-caption::before {
	margin-right: 4px;
	content: url(../../assets/img/cmn/ico_check.svg);
}

.lower.column .colors li.clP {
	background-color: #e50012;
}

.lower.column .colors li.clP-bg {
	background-color: #ffebed;
}

.lower.column .colors li.clS {
	background-color: #535353;
}

.lower.column .colors li.clS-bg {
	background-color: #f7f7f7;
}

.lower.column .colors li.clA {
	background-color: #295da7;
}

.lower.column .colors li.clA-bg {
	background-color: #e8f1ff;
}

.lower.column .colors li.clBG {
	background-color: #faf6f5;
}

.lower.column .colors li.clBD {
	background-color: #e0e0e0;
}

.lower.column .colors li.clHL {
	background-color: #fff492;
}

.lower.column .colors li.clText {
	background-color: #404040;
}

.lower.column .colors li.clTextW {
	background-color: #a1a1a1;
}

.lower.column .category .category-list .category-item .name::before {
	display: inline-block;
	margin-right: 4px;
	content: url(../../assets/img/cmn/ico_hashtag.svg);
}

.lower.column .section-latest-list .info .cat::before,
.lower.column .section-pickup-list .info .cat::before {
	background: url(../../assets/img/cmn/ico_hashtag.svg) no-repeat center center;
}

.lower.column .section-pickup-list .heading01::before {
	content: none;
}

.footer-section .btn {
	border-radius: 2px;
	color: var(--clText);
	font-size: 14px;
	background-color: #ffffff88;
}

.footer-section .btn::before {
	display: inline-block;
	margin-right: var(--icon-spacing);
	content: url(../img/cmn/ico_arrow_clp_medium_on.svg);
}

@media screen and (min-width: 640px) {
	.footer-section .btn {
		font-size: 13px;
	}
}

@media screen and (min-width: 1025px) {
	.footer-section .btn {
		font-size: 13.5px;
	}
}

@media screen and (min-width: 1400px) {
	.footer-section .btn {
		font-size: 14px;
	}
}

.lower.column .contents section .heading01::before {
	content: none;
}

.lower.column .sidebar i {
	display: none;
}

.lower.column .breadcrumb-nav {
	border-top: 1px solid var(--clBDW);
}

.lower.column .section-latest-list .info .date::before,
.lower.column .section-pickup-list .info .date::before {
	display: inline-block;
	width: 12.25px;
	height: 12.25px;
	margin-right: 4px;
	content: "";
	background: url(../../assets/img/cmn/ico_clock.svg) no-repeat center center;
	background-size: contain;
}

.lower.column .section-latest-list .info .date.update:before,
.lower.column .section-pickup-list .info .date.update:before {
	background: url(../../assets/img/cmn/ico_update.svg) no-repeat center center;
}

.pageTtl {
	text-align: center;
}

@media screen and (max-width: 639px) {
	.lower .sectionInner {
		padding-right: 0;
		padding-left: 0;
	}
}

.mgt0 {
	margin-top: 0 !important;
}

.gap40 {
	gap: 40px !important;
}

.mgb05em {
	margin-bottom: 0.5em !important;
}

.white-space-nowrap {
	white-space: nowrap;
}

.flex-grow0 {
	flex-grow: 0 !important;
}

.flex-fixed {
	flex: 0 0 auto !important;
}

.display-flex {
	display: flex !important;
}

.flex-wrap-wrap {
	flex-wrap: wrap !important;
}

.flex-wrap-nowrap {
	flex-wrap: nowrap !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.line-height-1 {
	line-height: 1;
}

/* 2列テーブル用 幅指定ユーティリティ */

/* 1列目30% / 2列目70% */
.table-w30-w70 th:first-child,
.table-w30-w70 td:first-child {
	width: 30%;
}
.table-w30-w70 th:last-child,
.table-w30-w70 td:last-child {
	width: 70%;
}

/* 1列目40% / 2列目60% */
.table-w40-w60 th:first-child,
.table-w40-w60 td:first-child {
	width: 40%;
}
.table-w40-w60 th:last-child,
.table-w40-w60 td:last-child {
	width: 60%;
}

/* 1列目50% / 2列目50% */
.table-w50-w50 th:first-child,
.table-w50-w50 td:first-child {
	width: 50%;
}
.table-w50-w50 th:last-child,
.table-w50-w50 td:last-child {
	width: 50%;
}

/* 1列目60% / 2列目40% */
.table-w60-w40 th:first-child,
.table-w60-w40 td:first-child {
	width: 60%;
}
.table-w60-w40 th:last-child,
.table-w60-w40 td:last-child {
	width: 40%;
}

/* 1列目70% / 2列目30% */
.table-w70-w30 th:first-child,
.table-w70-w30 td:first-child {
	width: 70%;
}
.table-w70-w30 th:last-child,
.table-w70-w30 td:last-child {
	width: 30%;
}

@media screen and (max-width: 639px) {
	.sp-mb-0 {
		margin-bottom: 0 !important;
	}

	.sp-mt-0 {
		margin-top: 0 !important;
	}
}

.editor-styles-wrapper .wp-block-table table thead tr th:first-child,
.editor-styles-wrapper .wp-block-table table thead tr td:first-child,
.editor-styles-wrapper .wp-block-table table tbody tr th:first-child,
.editor-styles-wrapper .wp-block-table table tbody tr td:first-child,
.editor-styles-wrapper .wp-block-table table tfoot tr th:first-child,
.editor-styles-wrapper .wp-block-table table tfoot tr td:first-child,
.page-article .wp-block-table table thead tr th:first-child,
.page-article .wp-block-table table thead tr td:first-child,
.page-article .wp-block-table table tbody tr th:first-child,
.page-article .wp-block-table table tbody tr td:first-child,
.page-article .wp-block-table table tfoot tr th:first-child,
.page-article .wp-block-table table tfoot tr td:first-child {
	position: relative;
}

.editor-styles-wrapper .wp-block-table table tbody tr th:first-child,
.editor-styles-wrapper .wp-block-table table tbody tr td:first-child,
.editor-styles-wrapper .wp-block-table table tfoot tr th:first-child,
.editor-styles-wrapper .wp-block-table table tfoot tr td:first-child,
.page-article .wp-block-table table tbody tr th:first-child,
.page-article .wp-block-table table tbody tr td:first-child,
.page-article .wp-block-table table tfoot tr th:first-child,
.page-article .wp-block-table table tfoot tr td:first-child {
	background-color: #fff;
}

.editor-styles-wrapper .wp-block-table.sticky table thead tr th:first-child,
.editor-styles-wrapper .wp-block-table.sticky table thead tr td:first-child,
.editor-styles-wrapper .wp-block-table.sticky table tbody tr th:first-child,
.editor-styles-wrapper .wp-block-table.sticky table tbody tr td:first-child,
.editor-styles-wrapper .wp-block-table.sticky table tfoot tr th:first-child,
.editor-styles-wrapper .wp-block-table.sticky table tfoot tr td:first-child,
.page-article .wp-block-table.sticky table thead tr th:first-child,
.page-article .wp-block-table.sticky table thead tr td:first-child,
.page-article .wp-block-table.sticky table tbody tr th:first-child,
.page-article .wp-block-table.sticky table tbody tr td:first-child,
.page-article .wp-block-table.sticky table tfoot tr th:first-child,
.page-article .wp-block-table.sticky table tfoot tr td:first-child {
	position: sticky;
}

.editor-styles-wrapper .wp-block-table.sticky table tbody tr th:first-child,
.editor-styles-wrapper .wp-block-table.sticky table tbody tr td:first-child,
.editor-styles-wrapper .wp-block-table.sticky table tfoot tr th:first-child,
.editor-styles-wrapper .wp-block-table.sticky table tfoot tr td:first-child,
.page-article .wp-block-table.sticky table tbody tr th:first-child,
.page-article .wp-block-table.sticky table tbody tr td:first-child,
.page-article .wp-block-table.sticky table tfoot tr th:first-child,
.page-article .wp-block-table.sticky table tfoot tr td:first-child {
	background-color: var(--clBGG);
}

@media screen and (max-width: 639px) {
	.lower.column .page-article .wp-block-heading:is(h2) {
		font-size: 24px;
	}
}

@media screen and (min-width: 640px) {
	.lower.column .page-article .wp-block-heading:is(h2) {
		font-size: 25.3333333333px;
	}
}

@media screen and (min-width: 1025px) {
	.lower.column .page-article .wp-block-heading:is(h2) {
		font-size: 26.6666666667px;
	}
}

@media screen and (min-width: 1400px) {
	.lower.column .page-article .wp-block-heading:is(h2) {
		font-size: 28px;
	}
}

.lower.column .page-article a:not([class*="button"]) {
	color: var(--clTextL);
	text-decoration: underline;
}

.lower.column .page-article a:hover {
	text-decoration: none;
}

@media screen and (max-width: 639px) {
	.lower.column .page-article .wp-block-heading:is(h2) {
		margin-top: 64px;
	}
}

@media screen and (min-width: 640px) {
	.lower.column .page-article .wp-block-heading:is(h2) {
		margin-top: 82.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.lower.column .page-article .wp-block-heading:is(h2) {
		margin-top: 101.3333333333px;
	}
}

@media screen and (min-width: 1400px) {
	.lower.column .page-article .wp-block-heading:is(h2) {
		margin-top: 120px;
	}
}

@media screen and (max-width: 639px) {
	.lower.column .page-article .wp-block-heading:is(h3) {
		margin-top: 56px;
	}
}

@media screen and (min-width: 640px) {
	.lower.column .page-article .wp-block-heading:is(h3) {
		margin-top: 64px;
	}
}

@media screen and (min-width: 1025px) {
	.lower.column .page-article .wp-block-heading:is(h3) {
		margin-top: 72px;
	}
}

@media screen and (min-width: 1400px) {
	.lower.column .page-article .wp-block-heading:is(h3) {
		margin-top: 80px;
	}
}

.lower.column .page-article .cta__button-list a {
	text-decoration: none;
}

.lower.column .page-article .cta__button-list {
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 639px) {
	.lower.column .page-article .cta__button-list {
		margin-top: 40px;
		transform: scale(1);

		gap: 20px 2px;
	}
}

@media screen and (max-width: 400px) {
	.lower.column .page-article .cta__button-list {
		transform: scale(0.9);
	}
}

@media screen and (min-width: 640px) {
	.lower.column .page-article .cta__button-list {
		transform: scale(0.9);

		gap: 20px;
	}
}

@media screen and (min-width: 1025px) {
	.lower.column .page-article .cta__button-list {
		margin-top: 60px;
		transform: scale(1);

		gap: 22px;
	}
}

@media screen and (min-width: 1400px) {
	.lower.column .page-article .cta__button-list {
		gap: 32px;
	}
}

.lower.column .page-article .cta__button-list a.btn-web,
.lower.column .page-article .cta__button-list a.btn-line {
	box-shadow: 0px 6px 12px 0px rgba(22, 101, 219, 0.12);
}

@media screen and (min-width: 1025px) {
	.lower.column .page-article .cta__button-list a.btn-web,
	.lower.column .page-article .cta__button-list a.btn-line {
		padding-inline: 48px;
		padding-block: 20px;
	}
}

.lower.column .page-article .cta__button-list a.btn-tel__link {
	color: var(--clA);
}

.lower.column .page-article .cta__button-list a.btn-web {
	color: var(--clA);
}

.lower.column .page-article .cta__button-list a.btn-line {
	color: #00b900;
}

/* よくある質問 /faq/ */
.schema-faq-section {
	border-bottom: 1px solid var(--clBD);
}

.schema-faq-section .schema-faq-question,
.schema-faq-section .schema-faq-answer {
	position: relative;

	margin-inline: 5%;
}

.schema-faq-section .schema-faq-question {
	display: block;
	padding: 2em 5%;
	font-size: 20px;
	cursor: pointer;
}

@media screen and (max-width: 1025px) {
	.schema-faq-section .schema-faq-question {
		font-size: 16px;
	}
}

@media screen and (max-width: 639px) {
	.schema-faq-section .schema-faq-question {
		padding: 2em 10%;
	}
}

.schema-faq-section .schema-faq-answer {
	height: 0;
	padding: 0 5%;
	overflow: hidden;
	font-size: 17px;
	opacity: 0;
	transition: all 300ms ease;
}

.schema-faq-section .schema-faq-answer strong {
	color: var(--clP);
}

@media screen and (max-width: 1025px) {
	.schema-faq-section .schema-faq-answer {
		font-size: 15px;
	}
}

@media screen and (max-width: 639px) {
	.schema-faq-section .schema-faq-answer {
		padding: 0 10%;
	}
}

.schema-faq-section.active .schema-faq-answer {
	height: auto;
	padding: 2em 5%;
	border-top: 2px dotted var(--clBD);
	opacity: 1;
}

@media screen and (max-width: 639px) {
	.schema-faq-section.active .schema-faq-answer {
		padding: 2em 10%;
	}
}

.editor-styles-wrapper .schema-faq-section .schema-faq-answer {
	height: auto;
	padding: 2em 5%;
	overflow: inherit;
	opacity: 1;
}

.schema-faq-section .schema-faq-question::before,
.schema-faq-section .schema-faq-answer:before {
	position: absolute;
	left: 0;
	display: block;
	font-weight: bold;
	font-size: 2.6rem;
}

@media screen and (max-width: 1025px) {
	.schema-faq-section .schema-faq-question::before,
	.schema-faq-section .schema-faq-answer:before {
		font-size: 2rem;
	}
}

.schema-faq-section .schema-faq-question::before {
	color: var(--clPW);
	content: "Q";
}

.schema-faq-section .schema-faq-answer:before {
	color: var(--clAW);
	content: "A";
}

.schema-faq-question:after {
	position: absolute;
	top: 2em;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	color: var(--clW);
	content: "+";
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	background-color: var(--clPW);
}

@media screen and (max-width: 1025px) {
	.schema-faq-question:after {
		width: 24px;
		height: 24px;
	}
}

.schema-faq-section.active .schema-faq-question:after {
	content: "−";
}

/* ページ内リンク .pager */
.pager a::after {
	transform: rotate(90deg);
}

@media screen and (max-width: 639px) {
	.pager .wp-block-button {
		width: 100%;
	}
}

@media screen and (max-width: 639px) {
	.mobile-column-reverse {
		flex-direction: column-reverse;
	}
}

/* スマホ時に横スクロールするtable かつtable-layoutがfixedのものがスマホ時に崩れるのを防止 */
@media screen and (max-width: 639px) {
	.editor-styles-wrapper .wp-block-table.scroll table,
	.page-article .wp-block-table table {
		table-layout: auto !important;
	}
}

.page-article .wp-block-table.table-horizontal table tbody tr th {
	color: #fff !important;
	background-color: var(--clP) !important;
}

@media screen and (max-width: 639px) {
	.page-article .wp-block-table.table-horizontal table tbody tr th,
	.page-article .wp-block-table.table-horizontal table tbody tr td {
		display: block !important;
	}
}

/* 横並びになるリスト */
.list-horizontal li {
	display: inline-block;
}

.list-horizontal li:not(:last-child) {
	margin-right: 0.8em;
}

/* スマホのときに横並びになるリスト */
@media screen and (max-width: 639px) {
	.list-mobile-horizontal {
		display: flex !important;

		gap: 1em;
	}
}

/* 「narrow」 より少し広め */
.narrow-lg {
	max-width: 920px;

	margin-inline: auto;
}

/* 見出しのフォントサイズ調整*/
@media screen and (max-width: 639px) {
	.lower.column .page-article .wp-block-heading:is(h3) {
		font-size: 20px;
	}
}

@media screen and (min-width: 640px) {
	.lower.column .page-article .wp-block-heading:is(h3) {
		font-size: 20.6666666667px;
	}
}

@media screen and (min-width: 1025px) {
	.lower.column .page-article .wp-block-heading:is(h3) {
		font-size: 21.3333333333px;
	}
}

@media screen and (min-width: 1400px) {
	.lower.column .page-article .wp-block-heading:is(h3) {
		font-size: 22px;
	}
}

@media screen and (max-width: 639px) {
	.lower.column .page-article .wp-block-heading:is(h4) {
		font-size: 18.5px;
	}
}

@media screen and (min-width: 640px) {
	.lower.column .page-article .wp-block-heading:is(h4) {
		font-size: 19px;
	}
}

@media screen and (min-width: 1025px) {
	.lower.column .page-article .wp-block-heading:is(h4) {
		font-size: 19.5px;
	}
}

@media screen and (min-width: 1400px) {
	.lower.column .page-article .wp-block-heading:is(h4) {
		font-size: 20px;
	}
}

.lower .contents strong {
	font-weight: 800;
	font-size: 1.05em;
}

/* 医師紹介ページ 論文 */

@media screen and (min-width: 640px) {
	.doctor-paper {
		padding-inline: 60px !important;
		padding-block: 32px !important;
	}
}

.lower.column .page-article .doctor-paper .wp-block-heading:is(h3) {
	margin-bottom: 32px;
	padding-bottom: 0;
	border-bottom: none;
}

.lower.column .page-article .doctor-paper ul {
	display: flex;
	flex-direction: column;
	padding-left: 0.8em;

	gap: 12px;
}

.lower.column .page-article .doctor-paper ul li {
	position: relative;
	font-size: 14px;
}

.lower.column .page-article .doctor-paper ul li:before {
	position: absolute;
	top: 0.8em;
	left: -0.8em;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	content: "";
	background-color: var(--clText);
}

.lower.column .page-article .doctor-paper summary {
	font-size: 14px;
}

.lower.column .page-article .doctor-paper summary + ul {
	margin-top: 24px;
}

/* スマホナビのピルリンク */
@media screen and (max-width: 1024px) {
	.gnav .menu-sp .pill-links .pill-links_inner {
		padding: 0;
		background-color: transparent;
	}
}

/* アクセスページのスライダー */

.js-fig-slider {
	position: relative;
	z-index: 0;
}

.js-fig-slider .swiper-nav-wrap {
	position: absolute;
	right: 12px;
	bottom: 56px;
	z-index: 1;
	display: flex;

	gap: 12px;
}

.js-fig-slider .swiper-button-next,
.js-fig-slider .swiper-button-prev {
	position: static !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--clP);
	opacity: 1;
}

.js-fig-slider .swiper-pagination {
	position: absolute;
	bottom: 52px;
	left: 12px;
	width: auto;
}

.swiper-pagination-bullet-active {
	background-color: var(--clP);
}

.js-fig-slider .swiper-button-next::after,
.js-fig-slider .swiper-button-prev::after {
	color: #fff;
	font-size: 15px;
}

.js-fig-slider figure {
	margin: 0;
	text-align: center;
}

.js-fig-slider figure img {
	display: block;
	width: 100%;
	height: auto;
}

/* PC・TBだけ右をちらっと見せる */
@media (min-width: 640px) {
	.js-fig-slider {
		position: relative;
		overflow: hidden;
	}

	.js-fig-slider .swiper-wrapper {
		padding-right: 80px;
	}

	/* 見切れ量の調整 */
	.js-fig-slider .swiper-slide {
		width: calc(100% - 80px);
	}

	/* ここも同じ値で調整 */
}

/* モバイルは全幅 */
@media (max-width: 639px) {
	.js-fig-slider .swiper-wrapper {
		padding-right: 0;
	}

	.js-fig-slider .swiper-slide {
		width: 100%;
	}
}

.js-fig-slider .swiper-button-disabled {
	pointer-events: none;
	opacity: 0.3;
	cursor: default;
}

.text-decoration-none {
	text-decoration: none !important;
}

.max-width-320 {
	max-width: 320px;
}
.max-width-400 {
	max-width: 400px;
}
.max-width-480 {
	max-width: 480px;
}
.max-width-560 {
	max-width: 560px;
}
.max-width-640 {
	max-width: 640px;
}
.max-width-720 {
	max-width: 720px;
}

.lower.column .page-article .has-cl-s-bg-background-color.has-background.is-layout-constrained ul.wp-block-list li:not(:last-child) {
	margin-bottom: 0.8em;
}

@media screen and (min-width: 1400px) {
	.lower.column .contents .content .page-article > p {
		font-size: 17px;
		line-height: 1.85;
	}
}

/* この記事でわかること */
.lower.column .contents .content .page-article .summary ul.wp-block-list li:not(:last-child) {
	margin-bottom: 0.7em;
}

.lower.column .contents .content .page-article .point .wp-block-column:first-child {
	flex: 0 0 110px;
}

.lower.column .contents .content .page-article .point {
	background-color: #fff;
}

@media screen and (max-width: 639px) {
	.lower.column .contents .content .page-article .point {
		transform: translateY(-24px);

		gap: 0;
	}
}
@media screen and (max-width: 639px) {
	.lower.column .contents .content .page-article .point .wp-block-column:first-child {
		text-align: center;
	}
}
@media screen and (max-width: 639px) {
	.lower.column .contents .content .page-article .point .wp-block-column .wp-block-image {
		position: rerlative;
		bottom: -48px;
		z-index: 9;
		width: 120px;
		margin: auto;
	}
}

.lower.column .contents .content .page-article .point .wp-block-column:last-child {
	position: relative;
	padding: 16px 36px 20px 36px;
	border-radius: 8px;
	background-color: var(--clBGP);
}

@media screen and (max-width: 639px) {
	.lower.column .contents .content .page-article .point .wp-block-column:last-child {
		padding: 56px 20px 24px 20px;
	}
}

.lower.column .contents .content .page-article .point .wp-block-column p {
	line-height: 1.9;
}
.lower.column .contents .content .page-article .point .wp-block-column p strong {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}

@media screen and (max-width: 639px) {
	.lower.column .contents .content .page-article .point .wp-block-column p strong {
		text-align: center;
	}
}

@media screen and (min-width: 640px) {
	.lower.column .contents .content .page-article .point .wp-block-column:last-child:after {
		position: absolute;
		top: 20px;
		left: -16px;
		width: 0;
		height: 0;
		content: "";
		border: 8px solid transparent;
		border-right-color: var(--clBGP);
	}
}

.wp-block-buttons.grid {
	display: grid;

	grid-template-columns: 1fr 1fr 1fr;
}
.wp-block-button {
	height: 100%;
}
@media screen and (max-width: 639px) {
	.wp-block-buttons.grid {
		grid-template-columns: 1fr 1fr;
	}
}

/* 目次のスタイルを変更 */
#ez-toc-container {
	border: none;
}
/* #ez-toc-container{
  background-color: #fff;
    border: none;
    border-left: 4px solid var(--clP);
    border-radius: 0;
} */

#ez-toc-container .ez-toc-list li {
	display: flex;
}

#ez-toc-container .ez-toc-list li {
	margin-bottom: 0.5em;
}

.sidebar {
	overflow: visible;
}

.sidebar__toc {
	position: sticky;
	top: 24px;
	max-height: 100vh;
	overflow: auto;
}

.sidebar__toc #ez-toc-container {
	border-radius: 8px;
	background: #ffebed;
}

.sidebar__toc #ez-toc-container {
	padding: 24px;
}

#ez-toc-container .ez-toc-title-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title {
	margin: 0;
	letter-spacing: 0.03em;
	font-weight: 600;
	line-height: 1.8;
	cursor: inherit;
}
@media screen and (max-width: 639px) {
	#ez-toc-container .ez-toc-title-container .ez-toc-title {
		font-size: 16px;
	}
}
@media screen and (min-width: 640px) {
	#ez-toc-container .ez-toc-title-container .ez-toc-title {
		font-size: 16.6666666667px;
	}
}
@media screen and (min-width: 1025px) {
	#ez-toc-container .ez-toc-title-container .ez-toc-title {
		font-size: 17.3333333333px;
	}
}
@media screen and (min-width: 1400px) {
	#ez-toc-container .ez-toc-title-container .ez-toc-title {
		font-size: 18px;
	}
}
#ez-toc-container .ez-toc-title-container .ez-toc-title::before {
	display: inline-block;
	width: 28px;
	height: 16px;
	margin-right: 10px;
	content: "";
	background: url("../../assets/img/column/ico_symbol.svg") no-repeat center center;
	background-size: contain;
	cursor: pointer;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle {
	/* トグルアイコンのスタイル */
	width: 16px;
	height: 16px;
	background-size: contain;
	cursor: pointer;
}
#ez-toc-container nav .ez-toc-list {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
#ez-toc-container nav .ez-toc-list.ez-toc-list-level-1 {
	counter-reset: toc-counter;
}
#ez-toc-container nav .ez-toc-list li {
	position: relative;
	counter-increment: toc-counter;
	line-height: 1.8;
}
#ez-toc-container nav .ez-toc-list li::marker {
	content: none;
}
#ez-toc-container nav .ez-toc-list li::before {
	display: inline-block;
	width: auto;
	margin-right: 0.5em;
	color: var(--clTextW);
	content: counter(toc-counter) ". ";
	text-align: left;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 639px) {
	#ez-toc-container nav .ez-toc-list li::before {
		font-size: 12.5px;
	}
}
@media screen and (min-width: 640px) {
	#ez-toc-container nav .ez-toc-list li::before {
		font-size: 13px;
	}
}
@media screen and (min-width: 1025px) {
	#ez-toc-container nav .ez-toc-list li::before {
		font-size: 13.5px;
	}
}
@media screen and (min-width: 1400px) {
	#ez-toc-container nav .ez-toc-list li::before {
		font-size: 14px;
	}
}
#ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link {
	color: #e50012;
	text-decoration: underline;
}
@media screen and (max-width: 639px) {
	#ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link {
		font-size: 12.5px;
	}
}
@media screen and (min-width: 640px) {
	#ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link {
		font-size: 13px;
	}
}
@media screen and (min-width: 1025px) {
	#ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link {
		font-size: 13.5px;
	}
}
@media screen and (min-width: 1400px) {
	#ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link {
		font-size: 14px;
	}
}
#ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link:hover {
	/* ホバー時のスタイル */
} /*# sourceMappingURL=column.css.map */

#ez-toc-container .ez-toc-title-container .ez-toc-title::before {
	content: none;
}
