
@charset "utf-8";

.wp-block-image.aligncenter img,
.wp-block-image.aligncenter {
	display: block !important;
	margin-left: auto;
	margin-right: auto;
}

/* .entry_body
============================================================================================================ */
.entry_body {
	margin-bottom: 10rem;
}
@media screen and (max-width: 743px) {
	.entry_body {
		margin-bottom: 6rem;
	}
}

/* .wp-block-post-content
============================================================================================================ */
.wp-block-post-content {
	font-size: 1.7rem;
	line-height: 1.75;
	color: #1f1f3d;
}
@media screen and (max-width: 743px) {
	: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: 2em;
	margin-bottom: 1em;
}
.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;
}

.wp-block-post-content h1 {
	position: relative;
	font-size: 3rem;
	line-height: 1.6;
}
@media screen and (max-width: 743px) {
	.wp-block-post-content h1 {
		font-size: 2.4rem;
	}
}

.wp-block-post-content h2 {
	position: relative;
	padding-left: 4rem;
	font-size: 3rem;
	line-height: 1.6;
	&::before {
		content: "";
		position: absolute;
		top: calc(.5lh - .2rem);
		left: 0;
		width: 3rem;
		height: .4rem;
		background-color: #e88a24;
		border-radius: .4rem;
	}
}
@media screen and (max-width: 743px) {
	.wp-block-post-content h2 {
		font-size: 1.8rem;
	}
}

.wp-block-post-content h3 {
	padding: .5em 1em;
	background-color: #f2f4f5;
	border-radius: 0.6rem;
	font-size: 2.4rem;
	line-height: 1.5;
}
@media screen and (max-width: 743px) {
	:where(.entry_detail) .wp-block-post-content h3 {
		font-size: 1.7rem;
	}
}

.wp-block-post-content h4 {
	padding-bottom: 0.5em;
	font-size: 2.2rem;
	border-bottom: 2px solid #d2d8dc;
	line-height: 1.5;
}
@media screen and (max-width: 743px) {
	.wp-block-post-content h4 {
		font-size: 1.6rem;
	}
}

.wp-block-post-content h5 {
	font-size: 1.8rem;
	line-height: 1.6;
}
@media screen and (max-width: 743px) {
	.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: 3rem 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #d6d6d6;
}
.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: 743px) {
	: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: 3rem 0;
	padding: 4rem 5rem;
	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;
}
@media screen and (max-width: 743px) {
	.wp-block-quote {
		margin: 2rem 0;
		padding: 1.5rem 2rem;
	}
}

.wp-block-post-content .wp-block-columns {
	margin: 3rem 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: 3rem;
}
.wp-block-post-content .wp-block-columns img {
	border-radius: 1.2rem;
}
@media screen and (max-width: 743px) {
	.wp-block-post-content .wp-block-columns {
		margin: 2rem 0;
	}
	.wp-block-post-content .wp-block-columns.is-layout-flex {
		gap: 2rem;
	}
	.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: 1.3rem;
	line-height: 1.8;
}
@media screen and (max-width: 743px) {
	.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: 3rem 0;
}
.wp-block-post-content .wp-block-table table {
	width: 100%;
	background-color: #f2f4f5;
}
.wp-block-post-content .wp-block-table td,
.wp-block-post-content .wp-block-table th {
	padding: 0.8em 1.2em;
	border: 1px solid #d2d8dc;
	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;
	font-weight: 500;
	background-color: #1e2047;
	color: #fff;
}
.wp-block-post-content .wp-block-table tfoot {
	border-top: 2px solid;
}
@media screen and (max-width: 743px) {
	.wp-block-post-content .wp-block-table {
		margin: 2rem 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: 3rem 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: 1.2rem;
}
.wp-block-post-content .wp-block-media-text.is-style-default .wp-block-media-text__media img {
	border-radius: 1.2rem;
}
.wp-block-post-content .wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}
@media screen and (min-width: 744px), print {
	.wp-block-post-content .wp-block-media-text > *:first-child{
		padding-right: 2.5rem;
	}
	.wp-block-post-content .wp-block-media-text > *:last-child{
		padding-left: 2.5rem;
	}
}
@media screen and (max-width: 743px) {
	.wp-block-post-content .wp-block-media-text {
		margin: 2rem 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: 3rem 0;
}
:where(.entry_detail) .wp-block-post-content .wp-block-buttons {
	margin: 3rem 0;
	gap: 2rem;
}
.wp-block-post-content .wp-block-button__link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25.5rem;
	min-width: 25.5rem;
	max-width: 100%;
	height: 7rem;
	background: linear-gradient(90deg, #d25d16 0%, #e88a24 100%);
	border-radius: 3.5rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(6,11,28,.2);
	/* cursor: pointer; */
	z-index: 2;
	.btn-arrow {
		position: absolute;
		top: calc(50% - 1.1rem);
		right: 2.5rem;
		width: 2.2rem;
		height: 2.2rem;
		@media screen and (max-width: 743px) {
			width: 1.8rem;
		}
		svg {
			display: block;
			fill: #fff;
			width: 100%;
			height: 100%;
		}
	}
	.btn-blank {
		position: absolute;
		top: calc(50% - 1.2rem);
		right: 2.2rem;
		width: 2.4rem;
		height: 2.4rem;
		@media screen and (max-width: 743px) {
			width: 1.8rem;
		}
		svg {
			display: block;
			fill: #fff;
			width: 100%;
			height: 100%;
		}
	}
}
.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: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background-color: #fff;
	border-radius: 100rem;
	opacity: 0;
	z-index: -1;
}
.wp-block-post-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
	background: #fff;
	border: 2px solid #d25d16;
	color: #d25d16;
	&::before {
		content: none;
	}
}
.wp-block-post-content .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background) {
	background: linear-gradient(90deg, #d25d16 0%, #e88a24 100%);
	color: #fff;
}
@media (hover) {
	.wp-block-post-content .wp-block-button__link[href]:hover,
	.wp-block-post-content .wp-block-button .wp-block-button__link[href]:hover {
		color: #d25d16;
		&::before {
			opacity: 1;
		}
		.btn-arrow svg,
		.btn-blank svg {
			fill: #e88a24;
		}
	}
	.wp-block-post-content .wp-block-button.is-style-outline .wp-block-button__link[href]:hover {
		background-color: #d25d16;
		color: #fff;
	}
	.wp-block-post-content .wp-block-button.is-style-fill .wp-block-button__link[href]:hover {
		color: #d25d16;
		&::before {
			opacity: 1;
		}
	}
}
@media screen and (min-width: 744px), print {
	.wp-block-post-content .wp-block-buttons {
		display: flex;
		flex-wrap: wrap;
		gap: 3rem calc(30 / 1000 * 100%);
	}
}
@media screen and (max-width: 743px) {
	.wp-block-post-content .wp-block-buttons {
		margin: 2rem 0;
	}
	.wp-block-post-content .wp-block-buttons .wp-block-button {
		display: block;
		margin: 2rem 0;
	}
	.wp-block-post-content .wp-block-button__link {
		height: 5.6rem;
		font-size: 1.5rem;
		.btn-arrow,
		.btn-blank {
			width: 1.8rem;
		}
	}
}


.wp-block-post-content .wp-block-embed {
	margin: 3rem 0;
}
.wp-block-post-content .wp-block-embed.is-type-video iframe {
	height: auto;
	aspect-ratio: 16 / 9;
}
@media screen and (max-width: 743px) {
	.wp-block-post-content .wp-block-embed {
		margin: 2rem 0;
	}
}
