
@charset "utf-8";

/* .entry_body
============================================================================================================ */
.entry_body {
	margin-bottom: 100px;
}
:where(.entry_detail) .entry_body {
	margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
	.entry_body {
		margin-bottom: 6rem;
	}
}

/* .wp-block-post-content
============================================================================================================ */
.wp-block-post-content {
	font-size: 16px;
	line-height: calc(36 / 16);
}
:where(.entry_detail) .wp-block-post-content {
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	:where(.entry_detail) .wp-block-post-content {
		font-size: 1.3rem;
	}
}

.wp-block-post-content::after {
	content: "";
	display: table;
	clear: both;
}
.wp-block-post-content img {
	max-width: 100%;
	height: auto;
}
.wp-block-post-content p {
	margin: 0 0 2em;
}
.wp-block-post-content ul,
.wp-block-post-content ol {
	margin: 0 0 2em 1.3333em;
}
.wp-block-post-content ul {
	list-style: disc;
}
.wp-block-post-content ol {
	list-style: decimal;
}
.wp-block-post-content li > ul,
.wp-block-post-content li > ol {
	margin-bottom: 0;
}
.wp-block-post-content dl {
	margin-bottom: 2em;
}
.wp-block-post-content dt {
	font-weight: bold;
}
.wp-block-post-content dd {
	margin-bottom: 2em;
}
.wp-block-post-content p:last-child,
.wp-block-post-content dl:last-child,
.wp-block-post-content ul:last-child,
.wp-block-post-content ol:last-child {
	margin-bottom: 0;
}

.wp-block-post-content h1,
.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4,
.wp-block-post-content h5,
.wp-block-post-content h6 {
	clear: both;
	font-weight: 700;
	margin-top: 60px;
	margin-bottom: 20px;
	:where(.entry_detail) & {
		margin-top: 6rem;
		margin-bottom: 2rem;
	}
}
.wp-block-post-content h1:first-child,
.wp-block-post-content h2:first-child,
.wp-block-post-content h3:first-child,
.wp-block-post-content h4:first-child,
.wp-block-post-content h5:first-child,
.wp-block-post-content h6:first-child {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.wp-block-post-content h1,
	.wp-block-post-content h2,
	.wp-block-post-content h3,
	.wp-block-post-content h4,
	.wp-block-post-content h5,
	.wp-block-post-content h6 {
		margin-top: 4rem;
		margin-bottom: 1.5rem;
	}
}

.wp-block-post-content h1 {
	position: relative;
	font-size: 30px;
	line-height: 1.6;
}
:where(.entry_detail) .wp-block-post-content h1 {
	font-size: 3rem;
}
@media screen and (max-width: 767px) {
	.wp-block-post-content h1 {
		font-size: 24px;
	}
	:where(.entry_detail) .wp-block-post-content h1 {
		font-size: 2.4rem;
	}
}

.wp-block-post-content h2 {
	font-size: 22px;
	line-height: 1.5;
}
:where(.entry_detail) .wp-block-post-content h2 {
	font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
	:where(.entry_detail) .wp-block-post-content h2 {
		font-size: 1.8rem;
	}
}

.wp-block-post-content h3 {
	font-size: 20px;
	line-height: 1.5;
}
:where(.entry_detail) .wp-block-post-content h3 {
	font-size: 2rem;
}
@media screen and (max-width: 767px) {
	:where(.entry_detail) .wp-block-post-content h3 {
		font-size: 1.7rem;
	}
}

.wp-block-post-content h4 {
	font-size: 18px;
	line-height: 1.5;
}
:where(.entry_detail) .wp-block-post-content h4 {
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
	:where(.entry_detail) .wp-block-post-content h4 {
		font-size: 1.6rem;
	}
}

.wp-block-post-content h5 {
	font-size: 17px;
	line-height: 1.5;
}
:where(.entry_detail) .wp-block-post-content h5 {
	font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
	:where(.entry_detail) .wp-block-post-content h5 {
		font-size: 1.5rem;
	}
}



.wp-block-post-content cite,
.wp-block-post-content dfn,
.wp-block-post-content em,
.wp-block-post-content i {
	font-style: italic;
}
.wp-block-post-content mark,
.wp-block-post-content ins {
	border: 0;
	color: inherit;
	text-decoration: none;
}

.wp-block-post-content hr {
	height: 0;
	margin: 70px 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #d6d6d6;
}
:where(.entry_detail) .wp-block-post-content hr {
	margin: 7rem 0;
}
.wp-block-post-content hr:first-child {
	margin-top: 0;
}
.wp-block-post-content hr:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	:where(.entry_detail) .wp-block-post-content hr {
		margin: 4rem 0;
	}
}

.wp-block-post-content > *:last-child {
	margin-bottom: 0 !important;
}

.wp-block-quote {
	margin: 70px 0;
	padding: 40px 50px;
	border: 1px solid #e5e5e5;
}
.wp-block-quote cite {
	display: block;
	font-size: 80%;
	color: #666;
	text-align: right;
}
.wp-block-quote p + cite {
	margin-top: -1em;
}
:where(.entry_detail) .wp-block-quote {
	margin: 7rem 0;
	padding: 4rem 5rem;
}
@media screen and (max-width: 767px) {
	:where(.entry_detail) .wp-block-quote {
		margin: 4rem 0;
		padding: 1.5rem 2rem;
	}
}

.wp-block-post-content .wp-block-columns {
	margin: 70px 0;
}
:where(.entry_detail) .wp-block-post-content .wp-block-columns {
	margin: 7rem 0;
}
.wp-block-post-content .wp-block-columns .wp-block:only-child {
	margin: 0;
}
.wp-block-post-content .wp-block-columns.is-layout-flex {
	gap: calc(50 / 880 * 100%);
}
@media screen and (max-width: 767px) {
	:where(.entry_detail) .wp-block-post-content .wp-block-columns {
		margin: 4rem 0;
	}
	.wp-block-post-content .wp-block-columns .wp-block-column + .wp-block-column {
		margin-top: 3rem;
	}
	.wp-block-post-content .wp-block-column:empty {
		display: none;
	}
}

/* .wp-block-post-content .wp-block-image img,
.wp-block-post-content .wp-block-image .is-style-rounded img,
.wp-block-post-content .wp-block-image.is-style-circle-mask img,
.wp-block-post-content .wp-block-image.is-style-rounded img {
	border-radius: 8px;
}
.wp-block-post-content .wp-block-image .is-style-default img,
.wp-block-post-content .wp-block-image.is-style-circle-mask img,
.wp-block-post-content .wp-block-image.is-style-default img {
	border-radius: 0;
} */

.wp-block-post-content .wp-block-image figcaption,
.wp-block-post-content .wp-element-caption {
	margin: 1em 0 0;
	font-size: 12px;
	line-height: 1.8;
}
:where(.entry_detail) .wp-block-post-content .wp-block-image figcaption,
:where(.entry_detail) .wp-block-post-content .wp-element-caption {
	font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
	.wp-block-post-content .wp-block-image figcaption,
	.wp-block-post-content .wp-element-caption {
		margin-top: 0.8em;
	}
}

.wp-block-post-content .wp-block-table {
	margin: 70px 0;
}
:where(.entry_detail) .wp-block-post-content .wp-block-table {
	margin: 7rem 0;
}
.wp-block-post-content .wp-block-table td,
.wp-block-post-content .wp-block-table th {
	padding: 1.2em 3em;
	border: 0;
	border-bottom: 1px solid #999;
	vertical-align: top;
	line-height: 1.75;
}
.wp-block-post-content .wp-block-table thead {
	border-bottom: 0;
}
.wp-block-post-content .wp-block-table thead th {
	vertical-align: middle;
	border-bottom: 2px solid #00dcdc;
	font-weight: 700;
}
.wp-block-post-content .wp-block-table.first-cell-th {
	border-top: 1px solid #999;
}
.wp-block-post-content .wp-block-table.first-cell-th tr > * {
	vertical-align: top;
}
.wp-block-post-content .wp-block-table.first-cell-th tr > *:first-child {
	width: 30%;
	background-color: rgba(0,0,0,0.2);
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.wp-block-post-content .wp-block-table {
		margin: 4rem 0;
	}
	.wp-block-post-content .wp-block-table td,
	.wp-block-post-content .wp-block-table th {
		padding: 0.5em 1em;
	}
	.wp-block-post-content .wp-block-table.is-sp-scroll table {
		width: 800px;
	}
}

.wp-block-post-content .wp-block-media-text {
	margin: 70px 0;
}
:where(.entry_detail) .wp-block-post-content .wp-block-media-text {
	margin: 7rem 0;
}
/* .wp-block-post-content .wp-block-media-text .wp-block-media-text__media img,
.wp-block-post-content .wp-block-media-text.is-style-rounded .wp-block-media-text__media img {
	border-radius: 8px;
}
.wp-block-post-content .wp-block-media-text.is-style-default .wp-block-media-text__media img {
	border-radius: 0;
} */
.wp-block-post-content .wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}
@media screen and (min-width: 768px), print {
	.wp-block-post-content .wp-block-media-text > *:first-child{
		padding-right: calc(60 / 880 * 100%);
	}
	.wp-block-post-content .wp-block-media-text > *:last-child{
		padding-left: calc(60 / 880 * 100%);
	}
}
@media screen and (max-width: 767px) {
	.wp-block-post-content .wp-block-media-text {
		margin: 4rem 0;
	}
	.wp-block-post-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		margin-bottom: 2rem;
	}
}

.wp-block-post-content .wp-block-buttons {
	margin: 70px 0;
}
:where(.entry_detail) .wp-block-post-content .wp-block-buttons {
	margin: 7rem 0;
	gap: 2rem;
}
.wp-block-post-content .wp-block-button__link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	min-width: 240px;
	min-height: 54px;
	padding: 10px 50px;
	background-color: #fff;
	border: 1px solid #01bdb3;
	border-radius: 100px;
	text-decoration: none;
	text-align: center;
	color: #01bdb3;
	line-height: 1.5;
	font-weight: 700;
}
.wp-block-post-content .wp-block-button__link.has-text-align-left {
	justify-content: flex-start;
}
.wp-block-post-content .wp-block-button__link.has-text-align-right {
	justify-content: flex-end;
}
.wp-block-post-content .wp-block-button__link::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid;
	border-right: 2px solid;
	transform-origin: 100% 0;
	transform: rotate(45deg);
	transition: none !important;
}
.wp-block-post-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
	background-color: #fff;
	border: 1px solid #01bdb3;
	color: #01bdb3;
}
.wp-block-post-content .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background) {
	background-color: #01bdb3;
	color: #fff;
}
@media (hover) {
	body.init .wp-block-post-content .wp-block-button__link {
		transition: color var(--transition), background var(--transition);
	}
	.wp-block-post-content .wp-block-button__link[href]:hover {
		background-color: #fff;
		color: var(--color-theme);
	}
	.wp-block-post-content .wp-block-button .wp-block-button__link[href]:hover,
	.wp-block-post-content .wp-block-button.is-style-outline .wp-block-button__link[href]:hover {
		background-color: var(--color-theme);
		color: #fff;
	}
	.wp-block-post-content .wp-block-button.is-style-fill .wp-block-button__link[href]:hover {
		background-color: #fff;
		color: var(--color-theme);
	}
}
@media screen and (min-width: 768px), print {
	.wp-block-post-content .wp-block-buttons {
		display: flex;
		flex-wrap: wrap;
		gap: 30px calc(30 / 880 * 100%);
	}
}
@media screen and (max-width: 767px) {
	.wp-block-post-content .wp-block-buttons {
		margin: 4rem 0;
	}
	.wp-block-post-content .wp-block-buttons .wp-block-button {
		display: block;
		margin: 2rem 0;
	}
	.wp-block-post-content .wp-block-button__link {
		width: 100%;
		min-height: 54px;
		padding: 10px 40px !important;
		font-size: 1.5rem;
	}
}


.wp-block-post-content .wp-block-embed {
	margin: 70px 0;
}
:where(.entry_detail) .wp-block-post-content .wp-block-embed {
	margin: 7rem 0;
}
.wp-block-post-content .wp-block-embed.is-type-video iframe {
	height: auto;
	aspect-ratio: 16 / 9;
}
@media screen and (max-width: 767px) {
	.wp-block-post-content .wp-block-embed {
		margin: 4rem 0;
	}
}
