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

/* 治療の考え方ページ設定 */

@media print,screen and (min-width: 768px){
/* PC用設定 */
#policy {
	padding:0px 25px;
	padding-bottom:80px;
}
/* このような症状の方が来院されています */
#contents #condition {
	background-color: #f7f6f5;
	padding:25px;
	margin-top:50px;
}
#contents #condition .sub_title {
	font-size: 28px;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: 0.1em;
	height: 132px;
	padding-top: 25px;
	margin-top: 2em;
	margin-bottom: 1.5em;
	background-image: url(../img/policy/sub_title_bk.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#contents #condition ul {
	margin-top:1em;
	margin-bottom:1em;
}
#contents #condition li {
	font-size: 18px;
	line-height: 1em;
	display: inline-block;
	padding: 7px 1em;
	margin-left: 0.25em;
	margin-right: 0.25em;
	margin-bottom:0.7em;
	background-color: #B1A19F;
	border-radius: 1em;
	color: #FFF;
}
#contents #condition .ngcace {
	padding: 25px;
	border: 1px solid #b1a19f;
	margin:1.5em 0px;
}
#contents #condition .ngcace h6 {
	font-size: 21px;
	line-height: 1em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b1a19f;
}
#contents #condition .message {
	margin-top: 20px;
	padding: 15px;
	background-color: #FFF;
	border-radius:15px;
}
#contents #condition .message p {
	margin:0px;
}
#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;
}
#contents .efficacy {
	background-color: #f9eded;
	padding: 25px;
	margin-top:40px;
	margin-bottom:60px;
}
#contents .efficacy p {
	margin-left:150px;
	margin-bottom:0px;
}
#contents .efficacy img {
	position: absolute;
	margin-top:-45px;
}
}
@media screen and (max-width: 767px){
/* スマホ用設定 */
#policy {
	padding:0px 10px;
	padding-bottom:40px;
}
/* このような症状の方が来院されています */
#contents #condition {
	background-color: #f7f6f5;
	padding:15px;
	margin-top:25px;
}
#contents #condition .sub_title {
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: 0.1em;
	height:78px;
	padding-top: 12px;
	margin-top:2em;
	margin-bottom:1.5em;
	background-image: url(../img/sub_title_bk.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:auto 90px;
	text-align: center;
}
#contents #condition ul {
	margin-top:1em;
	margin-bottom:1em;
}
#contents #condition li {
	font-size: 13px;
	line-height: 1.3em;
	display: inline-block;
	padding: 7px 1em;
	margin-left: 0.25em;
	margin-right: 0.25em;
	margin-bottom:0.7em;
	background-color: #B1A19F;
	border-radius: 2em;
	color: #FFF;
}
#contents #condition .ngcace {
	padding: 15px;
	border: 1px solid #b1a19f;
	margin:1.5em 0px;
}
#contents #condition .ngcace h6 {
	font-size: 15px;
	line-height: 1.4em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b1a19f;
}
#contents #condition .message {
	margin-top:20px;
	padding: 15px;
	background-color: #FFF;
	border-radius:10px;
}
#contents #condition .message p {
	margin:0px;
}
#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;
}
#contents .efficacy {
	background-color: #f9eded;
	padding: 10px;
	margin-top:20px;
	margin-bottom:30px;
}
#contents .efficacy p {
	margin-left:75px;
	margin-bottom:0px;
}
#contents .efficacy img {
	position: absolute;
	width:70px;
	margin-top:-25px;
	margin-left:-5px;
}
}
