@charset "utf-8";

/* 一覧
------------------------------------------------------------*/
.category_btn,.disease_con{
	display: flex;
	flex-wrap: wrap;
}
.category_btn > li{margin: 8px;}
.category_btn > li a{
	display: block;
	font-weight: bold;
	background-color: #dce9ef;
	padding: 10px 40px 14px;
	border-radius: 80px;
}
.disease_con > li{
	width: 30.3%;
	margin: 3% 1.5%;
}
.disease_con > li > a{display: block;}
.disease_con h3{
	border-bottom: 1px #2987bc dotted;
	padding-bottom: 23px;
	margin-bottom: 25px;
}
.disease_con > li > a > p{line-height: 1.8;}

@media (any-hover: hover) {
	.category_btn > li a,.pager a{transition: color 0.2s linear,border 0.4s linear,background 0.4s linear!important;}
	.category_btn > li a:hover{
		color: #fff;
		background-color: #2987bc;
	}
	.disease_con > li > a:hover .disease_img img{transform: scale(1.1);}
	.pager a:hover{background: linear-gradient(90deg, rgba(159,229,250,0.4) 0%, rgba(148,167,228,0.4) 50%, rgba(72,111,188,0.4) 100%);}
}

.pager{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pager > li{
	width: 55px;
	height: 55px;
	margin: 5px;
}
.pager span,.pager a{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 100%;
	font-size: 20px;
	font-family: 'Chillax', sans-serif!important;
	font-weight: 600!important;
	padding: 5px;
	text-align: center;
	background-color: #dce9ef;
	color: #224872;
}
.pager span,.pager a,.pager span{
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.pager span{
	background: linear-gradient(90deg, rgba(159,229,250,1) 0%, rgba(148,167,228,1) 50%, rgba(72,111,188,1) 100%);
	color: #fff;
}

/* 詳細
------------------------------------------------------------*/
.detail{padding-top: 30px;}
.detail_title{margin-bottom: 70px;}
.detail_title h2{
	font-size: 24px;
	font-weight: bold;
}
.detail .bgb{padding: 70px 0;}

#toc{
	background-color: #f1f6f9;
	padding: 50px 40px;
	border-radius: 20px;
	counter-reset: number 0;
	margin-bottom: 50px;
}
#toc::before{
	content: "もくじ";
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #2987bc;
}
#toc::before,#toc > ul > li:not(:last-child){
	border-bottom: 2px #dce9ef solid;
	padding-bottom: 35px;
	margin-bottom: 35px;
}
#toc a{
	text-decoration: none;
	font-weight: 400;
	color: #474240 !important;
}
#toc > ul > li::before{
	content: counter(number) ".";  
	counter-increment: number 1;
	font-weight: 400!important;
	margin-right: 5px;
	color: #2987bc;
}
#toc > ul > li::before,#toc > ul > li > a{
	font-size: 20px;
	font-weight: bold;
}
#toc > ul > li{list-style: none;}
#toc ul ul{
	display: block;
	width: 100%;
	padding-left: 1.5em;
	padding-top: 13px;
}
#toc li li a{
	display: flex;
	align-items: flex-start;
}
#toc li li:not(:last-child){margin-bottom: 10px;}
#toc li li a::before{
	content: '';
	width: 5px!important;
	height: 5px!important;
	background-color: #2987bc;
	border-radius: 50%;
	flex-shrink: 0;
	margin: 10px 10px 0 0;
}
.title_img{margin-bottom: 60px;}
.title_img img{
	width: 600px;
	display: block;
	margin: 0 auto;
}

.entry{
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
	padding: 60px;
	border-radius: 30px;
}
.entry .eye{display:block;margin:0 auto 50px;}
.entry p,.entry li,.entry p a{
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
	font-weight: 500;
}
.entry p{padding-bottom: 20px;}
.entry strong,.entry h3,.entry h4,.entry h5{font-weight: bold;}
.entry h3{
	font-size: 22px;
	color: #224872;
	border-top: 1px #b2c5cc solid;
	border-bottom: 1px #b2c5cc solid;
	padding: 25px 0;
	margin: 30px 0;
}
.entry h4{
	font-size: 20px;
	color: #2987bc;
	width: fit-content;
	border-bottom: 1px #2987bc solid;
	padding-bottom: 20px;
	margin: 15px 0 30px;
}
.entry h5{
	font-size: 18px;
	display: flex;
	align-items: flex-start;
	margin: 25px 0 20px;
}
.entry h5::before{
	content: '';
	width: 9px;
	height: 9px;
	background-color: #002843;
	border-radius: 50%;
	margin: 11px 10px 0 0;
	flex-shrink: 0;
}
.entry > ul,.entry > ol{margin: 10px 0 30px;}
.entry > ul li:not(:last-child),.entry > ol li:not(:last-child){margin-bottom: 8px;}
.entry > ul li{
	display: flex;
	align-items: flex-start;
}
.entry > ul li::before{
	content: '';
	width: 5px;
	height: 5px;
	background-color: #2987bc;
	border-radius: 50%;
	margin: 11px 10px 0 0;
	flex-shrink: 0;
}
.entry a{
	text-decoration: underline;
	color: #2987bc!important;
}
.entry table{max-width:100%;}
.entry td{border:1px solid #2987bc;padding:0.2em;}
.lkc-external-wrap{
	box-shadow: none!important;
	border-radius: 15px!important;
	background-color: #fff!important;
	border: 4px #f1f6f9 solid!important;
}
.lkc-card{padding: 15px!important;}
.lkc-content{height: inherit!important;}



/* 1025px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1025px){
	
	/* 一覧
	--------------------------------------*/
	.category_btn > li{margin: 5px;}
	.category_btn > li a{padding: 5px 25px 8px;}
	.disease_con h3{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.pager > li{
		width: 45px;
		height: 45px;
		margin: 3px;
	}
	.pager span,.pager a{font-size: 16px;}
	
	/* 詳細
	--------------------------------------*/
	.detail{padding-top: 50px;}
	.day_box{margin-bottom: 15px;}
	.detail_title{margin-bottom: 50px;}
	.detail_title h2{font-size: 20px;}
	.detail .bgb{padding: 50px 0;}
	.title_img{margin-bottom: 45px;}
	.title_img img{width: 450px;}
	#toc{
		padding: 30px 20px;
		border-radius: 15px;
		margin-bottom: 30px;
	}
	#toc::before{font-size: 18px;}
	#toc::before,#toc > ul > li:not(:last-child){
		border-width: 1px;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	#toc > ul > li::before,#toc > ul > li > a{font-size: 14px;}
	#toc ul ul{padding: 10px 0 0 0;}
	#toc li li:not(:last-child){margin-bottom: 5px;}
	#toc li li a::before{
		width: 4px!important;
		height: 4px!important;
		margin: 9px 8px 0 0;
	}
	.entry{
		padding: 50px 40px;
		border-radius: 15px;
	}
	.entry p{padding-bottom: 10px;}
	.entry h3,.entry h4,.entry h5{font-size: 16px;}
	.entry h3{margin: 25px 0;}
	.entry h4{
		padding-bottom: 17px;
		margin-bottom: 25px;
	}
	.entry h5{margin-top: 20px;}
	.entry h5::before{
		width: 7px;
		height: 7px;
		margin: 9px 10px 0 0;
	}
	.entry > ul li::before{margin: 9px 10px 0 0;}

}

/* 750px以下から
------------------------------------------------------------*/
@media only screen and (max-width:750px){
	
	/* 一覧
	--------------------------------------*/
	.category_btn.mb50{margin-bottom: 40px!important;}
	.disease_con > li{
		width: 100%;
		margin: 0;
	}
	.disease_con > li:not(:last-child){margin-bottom: 50px;}
	
	/* 詳細
	--------------------------------------*/
	.title_img img{width: 90%;}
}

/* 500px以下から
------------------------------------------------------------*/
@media only screen and (max-width:500px){
	
	/* 一覧
	--------------------------------------*/
	.pager > li{
		width: 40px;
		height: 40px;
	}
	.pager span,.pager a{
		font-size: 14px;
		padding: 5px;
	}
	
	/* 詳細
	--------------------------------------*/
	.detail_title h2{font-size: 16px;}
	.entry{
		width: 100%;
		padding: 40px 25px;
		border-radius: 15px;
	}
}
