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

/* 美容鍼灸ページ設定 */

@media print,screen and (min-width: 768px){
/* PC用設定 */
#contents #biyou {
	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-bottom:0.8em;
}
/* Ｑ＆Ａ */
#contents #faq {
	padding:0px 25px;
}
#contents #faq dl {
	background-color: #F7F6F5;
	margin-bottom: 1em;
	border-radius: 15px;
	padding:25px;
}
#contents #faq dt {
	padding:0px;
	padding-left:70px;
	padding-top:0.8em;
	padding-bottom:1.5em;
	height: auto;
	font-size: 21px;
	line-height: 1.4em;
	font-weight: normal;
	color: #86A794;
	background-image: url(../img/faq/icon_q.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:60px;
}
#contents #faq dd {
	padding:0px;
	padding-left:70px;
	padding-top:0.2em;
	font-size: 21px;
	line-height: 1.4em;
	font-weight: normal;
	color: #B2A29F;
	background-image: url(../img/faq/icon_a.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:60px;
}
#contents .ph_right {
	width:300px;
	float:right;
	margin-left:2em;
	margin-top:0.3em;
	margin-bottom:0.5em;
	border-radius:12px;
}
#contents .ph_left {
	width:300px;
	float:left;
	margin-right:2em;
	margin-top:0.3em;
	margin-bottom:0.5em;
	border-radius:12px;
}
}
@media screen and (max-width: 767px){
/* スマホ用設定 */
#contents #biyou {
	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-bottom:0.8em;
}
/* Ｑ＆Ａ */
#contents #faq {
	padding:0px 10px;
}
#contents #faq dl {
	background-color: #F7F6F5;
	margin-bottom: 1em;
	border-radius: 10px;
	padding:15px;
}
#contents #faq dt {
	padding:0px;
	padding-left:55px;
	padding-top:1em;
	padding-bottom:1.5em;
	height: auto;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: normal;
	color: #86A794;
	background-image: url(../img/faq/icon_q.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:45px;
}
#contents #faq dd {
	padding:0px;
	padding-left:55px;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: normal;
	color: #B2A29F;
	background-image: url(../img/faq/icon_a.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:45px;
}
#contents .ph_right {
	width:45%;
	float:right;
	margin-left:1em;
	margin-top:0.3em;
	margin-bottom:0.5em;
	border-radius:7px;
}
#contents .ph_left {
	width:45%;
	float:left;
	margin-right:1em;
	margin-top:0.3em;
	margin-bottom:0.5em;
	border-radius:7px;
}
}
