@charset "UTF-8";

.inner {
	width: min(100%, 870px);
}

.single .nav {
	margin: 10px 0;
}

.single_body {
	padding: 0 15px;
}

.single_title {
	font-size: 2rem;
	line-height: 1.5;
	margin: 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #18344D;
}

@media screen and (min-width: 768px) {
	.single_title {
		font-size: 2.6rem;
		padding-bottom: 20px;
		margin: 20px 0 60px 0;
	}
}

.post_body img {
	margin-bottom: 20px;
}

.eyecatch {
	width: min(100%, 800px);
	margin: 0 auto 20px auto;
}
.eyecatch img{
	border: 1px solid #ccc;
}

.lead_txt {
	width: min(100%, 800px);
	margin: 0 auto 20px auto;
	line-height: 1.6;
}

.mokuji_wrap {
	width: min(100%, 800px);
	margin: 0 auto 30px auto;
	border-radius: 10px;
	background: #f9fafb;
	border: 1px solid #DFECF6;
}

.mokuji_tt {
	position: relative;
	text-align: center;
	line-height: 1.6;
	font-size: 1.8rem;
	padding: 15px;
	font-weight: bold;
	cursor: pointer;
}

.mokuji_tt::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid #0070d2;
	border-bottom: 2px solid #0070d2;
	transform: translateY(-60%) rotate(45deg);
	transition: transform .25s;
}

.mokuji_tt.active::after {
	transform: translateY(-40%) rotate(-135deg);
}

.mokuji_box {
	display: none;
	overflow: hidden;
	transition: max-height .3s ease;
	position: relative;
	padding: 0 15px 15px 15px;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.6;
}

.mokuji_box li:first-child p:first-child {
	margin-top: 0 !important;
}

.mokuji_box li p {
	margin: 14px 0 8px 0 !important;
	font-size: 1.5rem;
	font-weight: bold;
}

.mokuji_box li p a {
	font-size: 1.4rem;
	color: #0070C0;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-underline-offset: 3px;
}

.mokuji_box ol>li li {
	margin-bottom: 8px;
}

.mokuji_box ol>li li a {
	margin-left: 30px;
	font-size: 1.4rem;
	font-weight: normal;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.mokuji_box+dt {
		margin-top: 20px;
	}

	.mokuji_tt {
		font-size: 1.8rem;
		border-radius: 20px;
		padding: 20px 70px 15px 110px;
	}

	.mokuji_tt.active {
		border-radius: 20px 20px 0 0;
	}

	.mokuji_tt::after {
		right: 40px;
	}

	.mokuji_box {
		padding: 20px 30px 20px 30px;
	}

	.mokuji_box li p,
	.mokuji_box li p a {
		font-size: 1.6rem;
		text-underline-offset: 5px;
	}

	.mokuji_box ol>li li a {
		font-size: 1.5rem;
	}
}

.post_wrap .post_content {
	width: min(100%, 800px);
	margin: 0 auto;
}

.post_wrap h2 {
	margin-bottom: 30px;
	padding: 10px 0 10px 20px;
	font-size: 2rem;
	line-height: 1.5;
	color: #0070C0;
	background: #EDF5FC;
	position: relative;
}

.post_wrap h2::before {
	content: "";
	display: block;
	width: 4px;
	height: 100%;
	background: #0070C0;
	position: absolute;
	top: 0;
	left: 0;
}

.post_wrap img {
	margin-bottom: 30px;
}

.post_wrap h3 {
	margin-bottom: 30px;
	padding: 0 0 10px 15px;
	font-size: 1.8rem;
	line-height: 1.5;
	border-bottom: 1px solid #18344D;
	position: relative;
}

.post_wrap h3::before {
	content: "";
	display: block;
	width: 4px;
	height: 100%;
	background: #18344D;
	position: absolute;
	top: 0;
	left: 0;
}

.post_wrap h4 {
	margin-bottom: 15px;
	padding: 0 0 8px 0;
	font-size: 1.6rem;
	line-height: 1.5;
	border-bottom: 1px solid #DFECF6;
}

.post_wrap p {
	margin-bottom: 25px;
}

.orange {
	color: #E86C00;
}

.blue {
	color: #0070C0;
}

.post_wrap table {
	margin-bottom: 30px;
}

.post_wrap .cta_wrap {
	margin: 30px 0;
}

.box_wrap {
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #0070C0;
	margin-bottom: 30px;
}

.box_wrap .box_ttl {
	margin: 0 0 10px 0;
	color: #0070C0;
	font-weight: bold;
	font-size: 1.5rem;
}

.post_wrap li {
	margin-left: 1.5em;
	font-size: 1.4rem;
	line-height: 1.5;
}

.post_wrap li+li {
	margin-top: 7px;
}

.post_wrap ul {
	margin: 0;
	list-style-type: disc;
}

.post_wrap ol {
	list-style-type: decimal;
}

.post_wrap .note {
	margin-bottom: 0;
}

.post_wrap .note:last-of-type {
	margin-bottom: 30px;
}

.post_content .tb th,
.post_content .tb td {
	text-align: center;
}

.post_body .cta_wrap {
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.post_wrap h3 {
		font-size: 2rem;
	}

	.post_wrap h4 {
		font-size: 1.8rem;
	}

	.eyecatch,
	.lead_txt,
	.post_wrap h2,
	.post_wrap img,
	.post_wrap h3,
	.post_wrap table,
	.box_wrap,
	.post_wrap .note:last-of-type,
	.post_body .cta_wrap {
		margin-bottom: 40px;
	}

	.mokuji_wrap {
		margin-bottom: 60px;
	}

	.post_wrap li {
		font-size: 1.5rem;
	}

	.post_wrap .note a {
		font-size: 1.3rem;
	}

}


.related_link {
	margin-bottom: 30px;
	border-radius: 10px;
	background-color: #f6f6f6;
	/*border: 1px solid #F4F5F7;*/
}

.related_link .tt {
	margin: 0 !important;
	padding: 8px 10px 0;
	font-size: 1.4rem;
	/*text-align: center;*/
	border-radius: 10px 10px 0 0;
	/*background: #F4F5F7;*/
}

.related_link ul {
	padding: 5px 15px 10px;
	position: relative;
}

.related_link li {
	font-size: 1.3rem;
}

.related_link li+li {
	margin-top: 6px;
}

.related_post {
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 10px;
	background: #F4F5F7;
}

.related_post .tt {
	margin: 0 0 10px 0 !important;
	font-size: 1.4rem;
}

.related_post .tt span {
	font-weight: bold;
	font-size: 1.4rem;
}

.related_post li {
	font-size: 1.3rem;
}

.related_post li+li {
	margin-top: 8px;
}

.related_link li a,
.related_post li a {
	display: inline;
}

@media screen and (min-width: 768px) {
	.related_link {
		width: min(100%, 800px);
		margin: 0 auto 40px auto;
		font-size: 1.4rem;
	}

	.related_link .tt {
		margin: 0 !important;
		padding: 10px;
		font-size: 1.5rem;
	}

	.related_link ul {
		padding: 0 20px 15px;
	}

	.related_post {
		padding: 15px 20px;
		width: min(100%, 800px);
		margin: 0 auto 60px auto;
		font-size: 1.4rem;
	}

	.related_post .tt {
		font-size: 1.5rem;
	}

	.related_post .tt span {
		font-size: 1.5rem;
	}
}

/* フラクタル追加　2025/08/06 */
.single_body {
	padding: 0 10px;
}

.post_wrap h2 {
	margin: 45px auto 10px;
	padding-left: 15px;
}

.post_wrap h3 {
	margin: 35px auto 10px;
}

.post_wrap h4 {
	margin: 20px auto 10px;
}

.post_wrap img {
	max-width: 450px;
}

.post_wrap img:has(+.note) {
	margin-bottom: 5px;
}

.post_wrap p {
	line-height: 1.7;
	margin-bottom: 1.5rem;
}

@media screen and (max-width:767px) {
	.post_wrap .post_content {
		margin: 0 auto 0 1rem;
		width: min(calc(100% - 1rem), 800px);
	}
}

.post_wrap table {
	margin-bottom: 20px;
}

.post_wrap table:has(+.note) {
	margin-bottom: 5px;
}

.tb {
	margin-bottom: 20px;
}

.tb caption {
	text-indent: -0.5em;
	margin-bottom: 0px;
}

.post_content .tb th,
.post_content .tb tbody th,
.post_content .tb td {
	text-align: left;
	vertical-align: top;
}

@media screen and (max-width:767px) {

	.post_content .tb th,
	.post_content .tb td {
		font-size: 1.3rem;
		padding: 5px;
	}
}

.post_wrap .note:where(img +*) {
	margin-bottom: 1.5em;
}

.post_wrap .note:where(table +*) {
	margin-bottom: 1em;
}

.box_wrap {
	margin-bottom: 20px;
	padding: 10px 15px;
}

.box_wrap *:last-child {
	margin-bottom: 0;
}

.map {
	width: 100%;
	height: 250px;
	position: relative;
}

.map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.post_wrap+.cta_wrap {
	margin-top: 50px;
}