@charset "utf-8";
/*================================
sub header
================================*/
.subhd{
	background: #D1F5D6 url("../img/shindan/header_img.png") no-repeat bottom 10px right 60px / 170px auto;
}
/*================================
/diagnosis/
================================*/
.subcol.aboutcol .feature_list{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.feature_list_item{
	width: 48%;
}
.feature_list_item:first-child{
	width: 100%;
	margin-bottom: 20px;
}
.feature_list_item:first-child figure{
	width: 50%;
	margin: auto;
}
.feature_list_item figcaption{
	font-size: 16px;
	font-weight: bold;
	font-family: YakuHanJP,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic",Meiryo,sans-serif;
	line-height: 1.2;
	margin-top: 10px;
	text-align: center;
}
.feature_list_item figcaption .blue{
	color: #009A49;
}
.feature_detail{
	margin-top: 60px;	
	padding: 60px;
	background: #ffffff;
	border-radius: 12px;
}
.aboutcol02{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.aboutcol02 .subcol_item{
	width: 70%;
}
.aboutcol02 .subcol_item02{
	width: 25%;
}
.aboutcol02 .subcol_item03{
	width: 100%;
	margin-top: 40px;
	padding: 40px 60px;
	background: #fdf6cd;
	border-radius: 12px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.aboutcol02 .subcol_item03 ul{
	width: 45%;
}
.aboutcol02 .subcol_item03 li{
	font-size: 16px;
	font-weight: bold;
	font-family: YakuHanJP,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic",Meiryo,sans-serif;
	line-height: 1.2;
	padding-left: 1em;
	margin-bottom: 15px;
}
.aboutcol02 .subcol_item03 li:last-child{
	margin-bottom: 0;
}
.aboutcol02 .subcol_item03 li span.normal{
	display: inline-block;
	font-weight: normal;
	line-height: 1.5;
}
.aboutcol02 .subcol_item03 li p.normal{
	font-weight: normal;
	line-height: 1.5;
	margin-top: 5px;
}
.aboutcol02 .subcol_item03 li::before{
	content: '●';
	color: #009A49;
	display: inline-block;
	text-indent: -1em;
}
.aboutcol02 .subcol_item03 figure{
	width: 50%;
}
/*================================
/diagnosis_002/
================================*/
.sub_copy{
	margin-bottom: 60px;
}
.sub_copy02{
	margin-top: 60px;
}
.subttl span{
	font-size: 14px;	
}
.shindan_box{
	width:100%;
	margin-top: 40px;
	border:2px solid #cedbde;
	font-size: 16px;
}
.shindan_number{
	width: 70px;
	background-color: #87c3d4;
	border:2px solid #cedbde;
	padding: 15px;
	text-align: center;
	font-weight: bold;
}
.shindan_txt{
	border:2px solid #cedbde;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	font-family: YakuHanJP,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic",Meiryo,sans-serif;
	line-height: 1.8em;
}
.subtxt span{
	display: inline-block;
	font-size: 14px;
	line-height: 1.4;
}
/*================================
/diagnosis_002/
================================*/
.sub_copy04{
	text-align: right;
	font-size: 14px;
}
.sub_copy05{
	margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
	.subhd {
		background: #D1F5D6 url(../img/shindan/header_img.png) no-repeat bottom 10px right 7% / 100px auto;
	}
	.subcol.aboutcol{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.subcol.aboutcol .subcol_item{
		margin: 20px auto 0;
	}
	.feature_list_item figcaption{
		font-size: 13px;
	}
	.feature_detail{
		margin-top: 20px;
		padding: 20px 5%;
	}
	.aboutcol02 .subcol_item{
		width: 100%;
	}
	.aboutcol02 .subcol_item02{
		width: 70%;
		margin: auto;
	}
	.aboutcol02 .subcol_item03{
		padding: 30px 3%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.aboutcol02 .subcol_item03 ul{
		width: 100%;
	}
	.aboutcol02 .subcol_item03 li{
		font-size: 13px;
		margin-bottom: 10px;
	}
	.aboutcol02 .subcol_item03 figure{
		width: 100%;
		margin-top: 20px;
	}
	/*================================
	/diagnosis/
	================================*/
	.figuresmall{
		width: 80%;
		margin: auto;
	}
	.sub_copy{
		margin-bottom: 35px;
	}
	.sub_copy02{
		margin-top: 20px;
	}
	.sub_copy03{
		margin-top: 20px;
	}
	.subttl span{
		font-size: 12px;	
	}
	.shindan_box{
		margin-top: 10px;
		font-size: 14px;
	}
	.shindan_number{
		font-size: 13px;
		text-align: center;
		padding: 10px;
		width:15%;
	}
	.shindan_txt{
		font-size: 15px;
		padding: 10px;
		width:85%;
		line-height: 1.4em;
	}
	/*================================
	/diagnosis_002/
	================================*/
	.sub_copy04{
		margin-top: 10px;
		line-height: 1.4;
	}
	.sub_copy05{
	margin-top: 20px;
	}
}