@charset "UTF-8";
/* =======================================================
MV
======================================================= */
.el-lower-mv-ttl::before{
	width: 12.5rem;
	background: url(../images/disease/disease.svg) top center/contain no-repeat;
}

/* =======================================================
archive
======================================================= */
.bl-disease.--archive{
	padding-bottom: 14.625rem;
}
.bl-disease.--archive .bl-disease-list{
	margin: 0 0 5rem;
}
.bl-disease .bl-media{
	padding: 1.5rem 1.5rem 1.5rem 3.5rem;
	background: #F5F8F5;
	border-radius: 0.625rem;
}
.bl-disease .bl-media:not(:first-of-type){
	margin-top: 2.5rem;
}
.bl-disease .bl-media-img-wrapper{
	width: 18.625rem;
}
.bl-disease .bl-media-img-wrapper figure{
	width: 100%;
	height: 18.625rem;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 0.625rem;
}
.bl-disease .bl-media-img-wrapper img{
	border-radius: 0.625rem;
	width: auto;
	height: 18.625rem;
	/* height: 100%; */
	/* max-height: 18.625rem; */
}
.bl-disease .bl-media-body{
	width: 38.375rem;
	padding: 0.5rem 0;
}
.bl-disease .el-media-ttl{
	color: #125252;
}
.bl-disease .el-media-ttl.pc{
	display: block;
}
.bl-disease .bl-media .el-btn{
	margin: 3rem 0 0;
}
@media screen and (max-width: 750px) {
	.bl-disease.--archive{
		padding-bottom: 17.5rem;
	}
	.bl-disease .bl-media{
		flex-direction: column;
		padding: 2.5rem 1.875rem 4rem;
		box-shadow: 0px 3px 6px #00000029;
	}
	.bl-disease .bl-media:not(:first-of-type){
		margin-top: 3rem;
	}
	.bl-disease .bl-media-img-wrapper{
		width: 100%;
	}
	.bl-disease .bl-media-img-wrapper figure{
		height: auto;
		max-height: 22.125rem;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bl-disease .bl-media-img-wrapper img{
		width: 100%;
		height: auto;
	}
	.bl-disease .el-media-ttl.pc{
		display: none;
	}
	.bl-disease .bl-media-body{
		width: 100%;
		padding: 0;
	}
	.bl-disease .bl-media .el-btn{

	}
}

/* =======================================================
single
======================================================= */
.bl-disease.--single{
	padding-bottom: 14.625rem;
}
.ly-main:has(.--single) .el-lower-mv-ttl{
	padding-top: 0;
	font-size: 2.5rem;
	letter-spacing: 0.15rem;
}
.ly-main:has(.--single) .el-lower-mv-ttl::before{
	content: none;
}
/* 目次 */
#toc_container{
	width: fit-content;
	min-width: 25.5rem;
	border: 0.125rem solid #7BB7B7;
	border-radius: 0.625rem;
	padding: 2rem;
	margin-top: 3rem;
}
.toc_title{
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
	color: #125252;
	margin: 0 0 1rem!important;
}
.toc_list{
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	counter-reset: num;
}
.toc_list > li{
	letter-spacing: 0.0425rem;
	position: relative;
	padding-left: 1.4em;
	font-weight: 500;
}
.toc_list > li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(num) ".";
	counter-increment: num;
}
.toc_list > li > a{
	text-decoration: unset;
	color: initial;
}
.bl-post-cont > p:first-of-type:has(img){
	margin-top: 0;
}
.bl-post img {
	width: 100%;
}
.bl-post .el-btn.--reservation::before{
	content: none;
}
@media screen and (max-width: 750px) {
	.bl-disease.--single{
		padding-bottom: 18rem;
	}
	/* 目次 */
	#toc_container{
		min-width: 100%;
		padding: 2rem 3rem;
		margin-top: 4.5rem;
	}
	.toc_title{
		font-size: 1.75rem;
	}
}
