/*----------------------------------------*/
/* シングルページ */
/*----------------------------------------*/

/* .entry-header */
.content-single-page .entry-header {
	border-top: 1px solid #25B7C0;
	padding: 50px 0 70px 0;
}
.content-single-page .entry-header > * {
	max-width: 1000px;
	margin: 0 auto;
}
.content-single-page .entry-header .title-wrap .term-list {
	margin: 0;
}
.content-single-page .entry-header .title-wrap .article-title {
	font-size: 32px;
	margin: 10px 0 30px 0;
}
@media (max-width: 767px) {
	.content-single-page .entry-header {
		padding: 40px 0 40px 0;
	}
	.content-single-page .entry-header .title-wrap .article-title {
		font-size: 24px;
	}
}

/* .entry-body */
.content-single-page .entry-body {
	max-width: 900px;
	margin: 0 auto;
}
.content-single-page .entry-body > *:first-child {
	margin-top: 0;
}
.content-single-page .entry-body h2 {
	font-size: 28px;
	margin: 120px 0 30px 0;
}
.content-single-page .entry-body h3 {
	position: relative;
	font-size: 24px;
	border-bottom: 3px solid #EEEEEE;
	padding-bottom: 15px;
	margin: 80px 0 20px 0;
}
.content-single-page .entry-body h3::after {
	position: absolute;
	left: 0;
	bottom: -3px;
	content: "";
	width: 100px;
	height: 3px;
	background-color: #25B7C0;
}
.content-single-page .entry-body h4 {
	font-size: 20px;
	margin: 60px 0 15px 0;
}
.content-single-page .entry-body h4::before {
	font-family: FontAwesome;
	content: "\f111";
	color: #25B7C0;
	margin-right: 0.4em;
}
.content-single-page .entry-body .youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 3em 0;
}
.content-single-page .entry-body .youtube iframe {
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
	.content-single-page .entry-body h2 {
		font-size: 22px;
		margin: 80px 0 20px 0;
	}
	.content-single-page .entry-body h3 {
		font-size: 18px;
		margin: 50px 0 15px 0;
	}
	.content-single-page .entry-body h3::after {
		width: 50px;
	}
	.content-single-page .entry-body h4 {
		font-size: 16px;
		margin: 35px 0 10px 0;
	}
}

/*--------------------------------------------------*/
/* .prev-next */
/*--------------------------------------------------*/

.content-single-page .prev-next {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	font-size: 13px;
	line-height: 1.6;
	margin: 140px 0 90px 0;
}
.content-single-page .prev-next a {
	position: relative;
	display: block;
	padding: 20px 10px;
}
.content-single-page .prev-next .prev a {
	padding-left: 40px;
}
.content-single-page .prev-next .next a {
	text-align: right;
	padding-right: 40px;
}
.content-single-page .prev-next .prev a:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family:"Material Symbols Sharp";
	content:"\e5e0";
	font-weight: normal;
	font-size: 20px;
	font-weight: 200;
	color: #25B7C0;
}
.content-single-page .prev-next .next a:before {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family:"Material Symbols Sharp";
	content:"\e5e1";
	font-size: 20px;
	font-weight: 200;
	color: #25B7C0;
}
@media (min-width: 768px) {
	.content-single-page .prev-next {
		display: flex;
	}
	.content-single-page .prev-next > * {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.content-single-page .prev-next {
		margin: 100px 0 50px 0;
	}
	.content-single-page .prev-next .prev + .next {
		border-top: 1px solid #eeeeee;
	}
}

/*--------------------------------------------------*/
/* .entry-footer */
/*--------------------------------------------------*/

.content-single-page .entry-footer {
	margin-top: 110px;
}
.content-single-page .entry-footer .inner-wrap {
	max-width: 1000px;
	margin: 0 auto;
}
.content-single-page .entry-footer .related-title {
	font-size: 28px;
	margin: 0 0 40px 0;
}
.content-single-page .entry-footer .article-list .row {
	margin: 0 -15px;
}
.content-single-page .entry-footer .article-list .row > * {
	padding: 0 15px;
}
.content-single-page .entry-footer .article-list .article-title {
	font-size: 100%;
}
.content-single-page .entry-footer .article-list .term-list {
	margin: 0;
}
@media (max-width: 767px) {
	.content-single-page .entry-footer {
		margin-top: 70px;
	}
	.content-single-page .entry-footer .related-title {
		font-size: 20px;
		margin: 0 0 20px 0;
	}
	.content-single-page .entry-footer .article-list .row {
		margin: 0;
	}
	.content-single-page .entry-footer .article-list .row > * {
		border-top: 1px solid #dddddd;
		padding: 15px 0;
	}
	.content-single-page .entry-footer .article-list dl {
		display: flex;
	}
	.content-single-page .entry-footer .article-list dl dt {
		width: 120px;
	}
	.content-single-page .entry-footer .article-list dl dt .img-blue {
		border-radius: 5px;
	}
	.content-single-page .entry-footer .article-list dl dd {
		flex: 1;
		padding-left: 15px;
	}
	.content-single-page .entry-footer .article-list .article-title {
		line-height: 1.5;
		margin: 0 0 10px 0;
	}
	.content-single-page .entry-footer .article-list .term-list ul li {
		margin: 0 5px 5px 0;
	}
	.content-single-page .entry-footer .article-list .term-list ul li a {
		font-size: 12px;
		padding: 3px 15px;
	}
}






