@charset "UTF-8";
.null {
	font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
	margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
	display: flex;
	flex-wrap: wrap;

	gap: 10px;
}
.null > * {
	width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
	.null > * {
		width: 100%;
	}
}
@media screen and (max-width: 639px) {
	.null {
		flex-direction: column;
	}
}

:root {
	--clPD: #477f11;
	--clP: #54a00b;
	--clPW: #7bb83f;
	--clSD: #ddba0a;
	--clS: #efcd22;
	--clSW: #f6da4c;
	--clAD: #ca3900;
	--clA: #e64809;
	--clAW: #f36932;
	--clW: #ffffff;
	--clBGG: #eeeeee;
	--clBGP: #f2fde7;
	--clBGS: #fffbe7;
	--clBGCV: #fff6f2;
	--clBD: #e0e0e0;
	--clBDW: #efefef;
	--clText: #3f3c3b;
	--clTextW: #8e8683;
	--clTextR: #d44c00;
	--clHL: #fff8b7;
	--clLink: #2992dd;
	--clLinkH: #7994ca;
	--clSelect: #cccccc;
}

.null {
	font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
	margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
	display: flex;
	flex-wrap: wrap;

	gap: 10px;
}
.null > * {
	width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
	.null > * {
		width: 100%;
	}
}
@media screen and (max-width: 639px) {
	.null {
		flex-direction: column;
	}
}

:root {
	--clPD: #477f11;
	--clP: #54a00b;
	--clPW: #7bb83f;
	--clSD: #ddba0a;
	--clS: #efcd22;
	--clSW: #f6da4c;
	--clAD: #ca3900;
	--clA: #e64809;
	--clAW: #f36932;
	--clW: #ffffff;
	--clBGG: #eeeeee;
	--clBGP: #f2fde7;
	--clBGS: #fffbe7;
	--clBGCV: #fff6f2;
	--clBD: #e0e0e0;
	--clBDW: #efefef;
	--clText: #3f3c3b;
	--clTextW: #8e8683;
	--clTextR: #d44c00;
	--clHL: #fff8b7;
	--clLink: #2992dd;
	--clLinkH: #7994ca;
	--clSelect: #cccccc;
}

:root {
	--button-bg: var(--clW);
	--button-color: var(--clP);
	--button-border-color: var(--clP);
	--button-padding: 16px clamp(16px, 8vw, 80px);
	--button-border-radius: 100px;
	--button-font-size: 14px;
	--button-border-width: 1px;
	--icon-spacing: 8px;
	--icon-url: url("../img/cmn/ico_arrow_clp.svg");
}

.wp-block-button__link {
	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;
}
.wp-block-button__link:hover {
	text-decoration: none;
	opacity: 1;
}
.wp-block-button__link::after {
	display: inline-block;
	margin-left: var(--icon-spacing);
	content: var(--icon-url);
}
.btn.btn-back::after {
	display: none;
}
.btn.btn-back::before {
	display: inline-block;
	margin-right: var(--icon-spacing);
	content: var(--icon-url);
	transform: scaleX(-1);
}
.btn.btn-filled {
	color: var(--clW);
	background-color: var(--button-border-color);
}
.btn.btn-filled::after,
.btn.btn-filled.btn-back::before {
	filter: contrast(0%) brightness(1000%);
}
.btn.btn-filled:hover {
	color: var(--clW);
}
.btn:hover {
	color: inherit;
}

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

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

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

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

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

html,
body {
	box-sizing: border-box;
	margin: 0;
	overflow-x: hidden;
	color: var(--clText);
	letter-spacing: 0.05em;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	line-height: 170%;
}

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;
}
.page-article a:where(:not(.wp-element-button)) {
	color: var(--clLink);
	text-decoration: underline;
}

.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;
	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 {
	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-bottom: 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-bottom: 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-bottom: 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-bottom: 40px;
	}
}
@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 #ez-toc-container,
.page-article #ez-toc-container {
	border-radius: 8px;
	background: #f2fde7;
}
@media screen and (max-width: 639px) {
	.editor-styles-wrapper #ez-toc-container,
	.page-article #ez-toc-container {
		padding: 28px;
	}
}
@media screen and (min-width: 640px) {
	.editor-styles-wrapper #ez-toc-container,
	.page-article #ez-toc-container {
		padding: 29.3333333333px;
	}
}
@media screen and (min-width: 1025px) {
	.editor-styles-wrapper #ez-toc-container,
	.page-article #ez-toc-container {
		padding: 30.6666666667px;
	}
}
@media screen and (min-width: 1300px) {
	.editor-styles-wrapper #ez-toc-container,
	.page-article #ez-toc-container {
		padding: 32px;
	}
}
@media screen and (max-width: 639px) {
	.editor-styles-wrapper #ez-toc-container,
	.page-article #ez-toc-container {
		padding-top: 14px;
	}
}
@media screen and (min-width: 640px) {
	.editor-styles-wrapper #ez-toc-container,
	.page-article #ez-toc-container {
		padding-top: 14.6666666667px;
	}
}
@media screen and (min-width: 1025px) {
	.editor-styles-wrapper #ez-toc-container,
	.page-article #ez-toc-container {
		padding-top: 15.3333333333px;
	}
}
@media screen and (min-width: 1300px) {
	.editor-styles-wrapper #ez-toc-container,
	.page-article #ez-toc-container {
		padding-top: 16px;
	}
}
@media screen and (max-width: 639px) {
	.editor-styles-wrapper #ez-toc-container,
	.page-article #ez-toc-container {
		padding-bottom: 14px;
	}
}
@media screen and (min-width: 640px) {
	.editor-styles-wrapper #ez-toc-container,
	.page-article #ez-toc-container {
		padding-bottom: 14.6666666667px;
	}
}
@media screen and (min-width: 1025px) {
	.editor-styles-wrapper #ez-toc-container,
	.page-article #ez-toc-container {
		padding-bottom: 15.3333333333px;
	}
}
@media screen and (min-width: 1300px) {
	.editor-styles-wrapper #ez-toc-container,
	.page-article #ez-toc-container {
		padding-bottom: 16px;
	}
}
.editor-styles-wrapper #ez-toc-container .ez-toc-title-container,
.page-article #ez-toc-container .ez-toc-title-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.editor-styles-wrapper #ez-toc-container .ez-toc-title-container .ez-toc-title,
.page-article #ez-toc-container .ez-toc-title-container .ez-toc-title {
	margin: 0;
	letter-spacing: 0.03em;
	font-weight: 700;
	line-height: 1.8;
	cursor: inherit;
}
@media screen and (max-width: 639px) {
	.editor-styles-wrapper #ez-toc-container .ez-toc-title-container .ez-toc-title,
	.page-article #ez-toc-container .ez-toc-title-container .ez-toc-title {
		font-size: 16px;
	}
}
@media screen and (min-width: 640px) {
	.editor-styles-wrapper #ez-toc-container .ez-toc-title-container .ez-toc-title,
	.page-article #ez-toc-container .ez-toc-title-container .ez-toc-title {
		font-size: 16.6666666667px;
	}
}
@media screen and (min-width: 1025px) {
	.editor-styles-wrapper #ez-toc-container .ez-toc-title-container .ez-toc-title,
	.page-article #ez-toc-container .ez-toc-title-container .ez-toc-title {
		font-size: 17.3333333333px;
	}
}
@media screen and (min-width: 1300px) {
	.editor-styles-wrapper #ez-toc-container .ez-toc-title-container .ez-toc-title,
	.page-article #ez-toc-container .ez-toc-title-container .ez-toc-title {
		font-size: 18px;
	}
}
.editor-styles-wrapper #ez-toc-container .ez-toc-title-container .ez-toc-title::before,
.page-article #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;
}
.editor-styles-wrapper #ez-toc-container .ez-toc-title-container .ez-toc-title-toggle,
.page-article #ez-toc-container .ez-toc-title-container .ez-toc-title-toggle {
	/* トグルアイコンのスタイル */
	width: 16px;
	height: 16px;
	background-size: contain;
	cursor: pointer;
}
.editor-styles-wrapper #ez-toc-container nav .ez-toc-list,
.page-article #ez-toc-container nav .ez-toc-list {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.editor-styles-wrapper #ez-toc-container nav .ez-toc-list.ez-toc-list-level-1,
.page-article #ez-toc-container nav .ez-toc-list.ez-toc-list-level-1 {
	counter-reset: toc-counter;
}
.editor-styles-wrapper #ez-toc-container nav .ez-toc-list li,
.page-article #ez-toc-container nav .ez-toc-list li {
	display: flex;
	margin-bottom: 0.5em;
	counter-increment: toc-counter;
	line-height: 1.4;

	gap: 0.5em;
}
.editor-styles-wrapper #ez-toc-container nav .ez-toc-list li::marker,
.page-article #ez-toc-container nav .ez-toc-list li::marker {
	content: none;
}
.editor-styles-wrapper #ez-toc-container nav .ez-toc-list li::before,
.page-article #ez-toc-container nav .ez-toc-list li::before {
	display: inline-block;
	width: 2em;
	color: var(--clTextW);
	content: counter(toc-counter) ". ";
	text-align: right;
	font-family: "Albert Sans", sans-serif;
}
@media screen and (max-width: 639px) {
	.editor-styles-wrapper #ez-toc-container nav .ez-toc-list li::before,
	.page-article #ez-toc-container nav .ez-toc-list li::before {
		font-size: 12.5px;
	}
}
@media screen and (min-width: 640px) {
	.editor-styles-wrapper #ez-toc-container nav .ez-toc-list li::before,
	.page-article #ez-toc-container nav .ez-toc-list li::before {
		font-size: 13px;
	}
}
@media screen and (min-width: 1025px) {
	.editor-styles-wrapper #ez-toc-container nav .ez-toc-list li::before,
	.page-article #ez-toc-container nav .ez-toc-list li::before {
		font-size: 13.5px;
	}
}
@media screen and (min-width: 1300px) {
	.editor-styles-wrapper #ez-toc-container nav .ez-toc-list li::before,
	.page-article #ez-toc-container nav .ez-toc-list li::before {
		font-size: 14px;
	}
}
.editor-styles-wrapper #ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link,
.page-article #ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link {
	width: 100%;
	color: #54a00b;
	text-decoration: underline;
}
@media screen and (max-width: 639px) {
	.editor-styles-wrapper #ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link,
	.page-article #ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link {
		font-size: 12.5px;
	}
}
@media screen and (min-width: 640px) {
	.editor-styles-wrapper #ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link,
	.page-article #ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link {
		font-size: 13px;
	}
}
@media screen and (min-width: 1025px) {
	.editor-styles-wrapper #ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link,
	.page-article #ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link {
		font-size: 13.5px;
	}
}
@media screen and (min-width: 1300px) {
	.editor-styles-wrapper #ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link,
	.page-article #ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link {
		font-size: 14px;
	}
}
.editor-styles-wrapper #ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link:hover,
.page-article #ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link:hover {
	/* ホバー時のスタイル */
}
.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: flex-start;

	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 .author .author-inner .author-info .author-bio p,
.page-article .author .author-inner .author-info .author-bio p {
	margin-top: 1em;
}

.editor-styles-wrapper .author .author-inner .author-info .author-readmore,
.page-article .author .author-inner .author-info .author-readmore {
	position: relative;
	margin-top: 1em;
}

.editor-styles-wrapper .author .author-inner .author-info .author-readmore label,
.page-article .author .author-inner .author-info .author-readmore label {
	display: flex;
	justify-content: flex-end;
}

.editor-styles-wrapper .author .author-inner .author-info .author-readmore label::before,
.page-article .author .author-inner .author-info .author-readmore label::before {
	padding: 4px 16px;
	border-radius: 6px;
	color: #fff;
	content: "もっと見る";
	text-align: center;
	font-size: 12px;
	background-color: #333;
	cursor: pointer;
}

.editor-styles-wrapper .author .author-inner .author-info .author-readmore input[type="checkbox"],
.page-article .author .author-inner .author-info .author-readmore input[type="checkbox"] {
	display: none;
}

.page-article .author .author-inner .author-info .author-readmore .author-readmore-content {
	display: none;
}

.editor-styles-wrapper .author .author-inner .author-info .author-readmore input[type="checkbox"]:checked ~ .author-readmore-content,
.page-article .author .author-inner .author-info .author-readmore input[type="checkbox"]:checked ~ .author-readmore-content {
	display: block;
}

.editor-styles-wrapper .author .author-inner .author-info .author-readmore input[type="checkbox"]:checked ~ label,
.page-article .author .author-inner .author-info .author-readmore input[type="checkbox"]:checked ~ label {
	display: none;
}

.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,
.editor-styles-wrapper table a[target="_blank"]::after,
.page-article table a[target="_blank"]::after {
	position: relative;
	top: 0.1em;
	margin-left: 0.5em;
	content: url(../img/column/ico_externallink.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: 0.3s ease-in;
}
.editor-styles-wrapper .wp-element-button:hover,
.page-article .wp-element-button:hover {
	text-decoration: none;
	background-color: var(--clBGP);
	opacity: 1;
}
.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 .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);
	background-color: var(--clW);
	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: 15px;
	}
}
@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: 0.7em 0.4em;
	}
}
@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.left-fill table tbody tr th:first-child,
.editor-styles-wrapper .wp-block-table.left-fill table tbody tr td:first-child,
.editor-styles-wrapper .wp-block-table.left-fill table tfoot tr th:first-child,
.editor-styles-wrapper .wp-block-table.left-fill table tfoot tr td:first-child,
.page-article .wp-block-table.left-fill table tbody tr th:first-child,
.page-article .wp-block-table.left-fill table tbody tr td:first-child,
.page-article .wp-block-table.left-fill table tfoot tr th:first-child,
.page-article .wp-block-table.left-fill 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.left-fill table tbody tr td:first-child,
.page-article .wp-block-table.left-fill 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);
}

/* よくある質問 /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;
}
@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%;
	}
}
.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: 3rem;
}
@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: "＋";
	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%;
	}
}

/* 流れ /flow/ */
.flow-index > div:not(:last-child):after {
	position: absolute;
	bottom: 50%;
	left: 100%;
	z-index: 10;
	content: "▶︎";
	font-size: 1.5em;
	line-height: 1;
	transform: translate(-50%, 50%);
}
.step-details h3.wp-block-heading span {
	padding: 0.2em 0.5em;
	border-radius: 8px;
	color: var(--clW);
	background-color: var(--clP);
}
@media screen and (max-width: 639px) {
	.flow-index > div:not(:last-child):after {
		bottom: 0;
		left: 50%;
		content: "▼";
	}
	.flow-index > div > div {
		display: flex;

		gap: 8px;
	}
	.flow-index > div > div > figure.wp-block-image {
		display: none;
	}
	.flow-index > div > div > p.has-text-align-center {
		margin-right: 0 !important;
		margin-left: 0 !important;
		text-align: left;
	}
	.flow-index > div > div > p.has-text-align-center > br {
		display: none;
	}
}

:is(.editor-styles-wrapper, .page-article) .greenBgBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	border-radius: var(--button-border-radius);
	color: var(--clW);
	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(--clP);
	line-height: 1;
	cursor: pointer;
	transition: 0.3s ease-in;
}
:is(.editor-styles-wrapper, .page-article) .greenBgBtn:hover {
	color: var(--clP);
	text-decoration: none;
	background-color: var(--clBGP);
	opacity: 1;
}
:is(.editor-styles-wrapper, .page-article) .greenBgBtn::after {
	display: inline-block;
	margin-left: var(--icon-spacing);
	content: url("../img/cmn/ico_arrow_clw.svg");
}
:is(.editor-styles-wrapper, .page-article) .greenBgBtn:hover::after {
	content: var(--icon-url);
}

:is(.editor-styles-wrapper, .page-article) .backBtn {
	display: flex;
	justify-content: center;
}
:is(.editor-styles-wrapper, .page-article) .backBtn a {
	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: 0.3s ease-in;
}
:is(.editor-styles-wrapper, .page-article) .backBtn a:hover {
	text-decoration: none;
	background-color: var(--clBGP);
	opacity: 1;
}
:is(.editor-styles-wrapper, .page-article) .backBtn a::before {
	display: inline-block;
	margin-right: var(--icon-spacing);
	content: var(--icon-url);

	rotate: 180deg;
}
