@charset "utf-8";
/* CSS Document */

/* 症状別ページ設定 */

@media print,screen and (min-width: 768px){
/* PC用設定 */
#type {
	padding:0px 25px;
	padding-bottom:80px;
}
/* こんな症状で悩んでいませんか */
#contents #check {
	padding-bottom:20px;
}
#contents #check dl {
	background-color: #EFECEC;
	padding: 20px 15px;
	border-radius:10px;
}
#contents #check dt {
	float:none;
	width:auto;
	margin-bottom: 20px;
}
#contents #check dt img {
	width:200px;
	display: block;
	margin: 0px auto;
	border-radius:50%;
}
#contents #check dd {
	float:none;
	width:auto;
}
#contents #check dd li {
	font-size: 21px;
	line-height: 1em;
	border-radius:2em;
	background-color: #FFF;
	background-image: url(../img/type/check_icon.png);
	background-repeat: no-repeat;
	background-position: 18px center;
	background-size:21px;
	float: none;
	width: auto;
	padding:0.8em 0px;
	padding-left:50px;
	margin-top:0.8em;
}
#contents #check .tsume {
	letter-spacing: -1px;
}
/* 原因 */
#contents .section dl {
	margin-bottom:50px;
}
#contents .section dt {
	width:460px;
	margin:0px auto;
	margin-bottom:40px;
}
#contents .section dt img {
	width:100%;
	border-radius:12px;
}
}
@media screen and (max-width: 767px){
/* スマホ用設定 */
#type {
	padding:0px 10px;
	padding-bottom:40px;
}
/* こんな症状で悩んでいませんか */
#contents #check {
	padding-bottom:10px;
}
#contents #check dl {
	background-color: #EFECEC;
	padding: 20px 15px;
	border-radius:10px;
}
#contents #check dt {
	float:none;
	width:auto;
	margin-bottom: 20px;
}
#contents #check dt img {
	width:50%;
	border-radius:10px;
	display: block;
	margin: 0px auto;
	border-radius:50%;
}
#contents #check dd {
	float:none;
	width:auto;
}
#contents #check dd li {
	font-size: 14px;
	line-height: 1.3em;
	border-radius:2em;
	background-color: #FFF;
	background-image: url(../img/type/check_icon.png);
	background-repeat: no-repeat;
	background-position: 18px 11px;
	background-size:18px;
	float: none;
	width: auto;
	padding:0.8em;
	padding-left:45px;
	margin-top:0.8em;
}
/* 原因 */
#contents .section dl {
	margin-bottom:25px;
}
#contents .section dt {
	width:80%;
	margin:0px auto;
	margin-bottom:20px;
}
#contents .section dt img {
	width:100%;
	border-radius:7px;
}
}
