@charset "UTF-8";
/* ========================================
詳細ページ
======================================== */
.single_contents > div,
.single_contents p,
.single_contents ul,
.single_contents ol {
	margin-bottom: 8px;
}

.single_contents p:has(> a) {
	margin-bottom: 16px;
}
.single_contents a {
	text-decoration: underline;
	color: #053A86;
}
.single_contents a[target=_blank] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
.single_contents a[target=_blank]::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/icon_external_link_blue.svg) no-repeat;
	background-size: contain;
}
.single_contents h2 {
	font-weight: bold;
	font-size: 24px;font-size: 2.4rem;
	line-height: 1.4285714286;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 64px;
	position: relative;
}
.single_contents h2::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #0086D1;
	position: absolute;
	bottom: -8px;
	left: 50%;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}
.single_contents h2 strong {
	display: block;
	position: relative;
	font-weight: bold;
}
.single_contents h2 strong::before, .single_contents h2 strong::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	bottom: -8px;
	left: 50%;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}
.single_contents h2 strong::before {
	background: #053A86;
	left: calc(50% - 16px);
}
.single_contents h2 strong::after {
	background: #7FCEF4;
	left: calc(50% + 16px);
}
.single_contents h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	font-size: 24px;font-size: 2.4rem;
	font-weight: bold;
	margin: 24px 0 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(5, 58, 134, 0.4);
}
.single_contents h3::before {
	content: "";
	display: block;
	min-width: 8px;
	max-width: 8px;
	height: 8px;
	background: #0086D1;
	border-radius: 50%;
	margin-top: 14px;
}
.single_contents img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.single_contents ul {
	list-style-type: disc;
}
.single_contents ol {
	list-style-type: decimal;
}
.single_contents li {
	list-style-position: inside;
}

.wp-caption {
	max-width: 100%;
}

.single_contents h4 {
	display: flex;
	gap: 4px;
	font-size: 18px;font-size: 1.8rem;
	font-weight: bold;
	color: #053A86;
	margin-bottom: 8px;
}

.single_contents h4::before {
	content: "";
	display: block;
	width: 8px;
	height: 16px;
	background: linear-gradient(to right, #053A86 0, #053A86 2px, #fff 2px, #fff 4px, #053A86 4px, #053A86 100%);
	margin-top: 6px;
}

.single_contents figcaption {
	font-size: 16px;font-size: 1.6rem;
	text-align: center;
}

/* ========== お問い合わせ先 ========== */
.wrap_contact_area {
	margin-top: 40px;
}

.contact_area {
	background: #F2FAFE;
	border-radius: 16px;
	padding: 36px 16px;
}
.contact_area p {
	margin-top: 8px;
}
.contact_area p span {
	display: block;
}
.contact_area a {
	color: #053A86;
	text-decoration: underline;
}

.contact_manager {
	font-weight: bold;
}

.contact_area_ttl {
	font-size: 20px;font-size: 2.0rem;
}

/* ========== スタイルの打ち消し ========== */
.wp-block-file:not(.wp-element-button) {
	font-size: 100%;
}

.wp-block-image :where(figcaption) {
	margin-bottom: 0;
}

.wp-block-table {
	margin: 16px 0;
}

.wp-block-media-text__content {
	margin-top: 8px;
}

.wp-block-media-text>.wp-block-media-text__content {
	padding: 0;
}

.wp-block-gallery {
	margin-bottom: 2.1333333333vw;
}

.wp-block-file *+.wp-block-file__button {
    color: #fff;
    padding: 2px 8px;
}

.wp-block-file {
	display: flex;
}

@media (min-width: 769px) {
	/* ========================================
	詳細ページ
	======================================== */
	.single_contents > div,
	.single_contents p,
	.single_contents ul,
	.single_contents ol {
		margin-bottom: 24px;
	}
	.single_contents p:has(> a) {
		margin-bottom: 16px;
	}
	.single_contents a[target=_blank] {
		gap: 8px;
	}
	.single_contents a[target=_blank]::after {
		width: 16px;
		height: 16px;
	}
	.single_contents h2 {
		font-size: 40px;
		font-size: 4rem;
		line-height: 1.5;
		margin-bottom: 64px;
	}
	.single_contents h2::after {
		width: 8px;
		height: 8px;
		bottom: -8px;
	}
	.single_contents h2 strong::before, .single_contents h2 strong::after {
		width: 8px;
		height: 8px;
		bottom: -8px;
	}
	.single_contents h2 strong::before {
		left: calc(50% - 16px);
	}
	.single_contents h2 strong::after {
		left: calc(50% + 16px);
	}
	.single_contents h3 {
		gap: 8px;
		font-size: 32px;
		font-size: 3.2rem;
		margin: 48px 0 16px;
		padding-bottom: 8px;
	}
	.single_contents h3::before {
		min-width: 8px;
		max-width: 8px;
		height: 8px;
		margin-top: 20px;
	}

	.single_contents h4 {
		gap: 4px;
		font-size: 18px;font-size: 1.8rem;
		margin-bottom: 8px;
	}

	.single_contents h4::before {
		width: 8px;
		height: 16px;
		margin-top: 6px;
	}
	.single_contents figcaption {
		font-size: 16px;font-size: 1.6rem;
	}
	/* ========== お問い合わせ先 ========== */
	.wrap_contact_area {
		margin-top: 48px;
	}
	.contact_area {
		border-radius: 16px;
		padding: 40px 64px;
	}
	.contact_area p {
		margin-top: 8px;
	}
	.contact_area p span {
		display: block;
	}
	.contact_area a {
		color: #053A86;
		text-decoration: underline;
	}
	.contact_area_ttl {
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 24px;
	}
	.contact_area_tel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 16px;
	}

	/* ========== スタイルの打ち消し ========== */
	.wp-block-table {
		margin: 48px 0;
	}

	.wp-block-media-text__content {
		margin-top: 0;
	}

	.wp-block-media-text>.wp-block-media-text__content {
		padding: 0 8%;
	}

	.wp-block-gallery {
		margin-bottom: 24px;
	}
}


/* ========================================
表のスタイル
======================================== */
.is-style-description-table table td {
	border: none;
	padding: 16px 32px 16px 32px;
	border-bottom: 1px solid #E9EEF1;
	vertical-align: middle;
}

.is-style-description-table table td:first-child {
	color: #053A86;
	width: 160px;
}

.is-style-description-table table td:last-child {
	width: calc(100% - 160px);
}

@media (max-width: 768px) {
	.is-style-description-table table td {
		padding: 8px 16px;
		display: block;
	}

	.is-style-description-table table td:first-child {
		width: 100%;
		border: none;
		padding-top: 16px;
	}

	.is-style-description-table table td:last-child {
		width: 100%;
		padding-bottom: 16px;
	}
}

/* ========================================
リストスタイル
======================================== */
.single_contents ul.is-style-list-style li {
	display: flex;
	gap: 8px;
	list-style: none;
}

.single_contents ul.is-style-list-style li::before {
	content: "";
	display: block;
	min-width: 8px;
	height: 8px;
	background: #053A86;
	border-radius: 50%;
	margin-top: 10px;
}

@media (min-width: 769px) {
	.single_contents ul.is-style-list-style li {
		gap: 8px;
	}

	.single_contents ul.is-style-list-style li::before {
		min-width: 8px;
		height: 8px;
		margin-top: 10px;
	}
}