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

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

@media print,screen and (min-width: 768px){
/* PC用設定 */
#contents h3 {
	font-size: 21px;
	line-height: 1em;
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding:0.5em 0.2em;
	padding-bottom:0.6em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #875b30;
	border-bottom-color: #875b30;
}
#contents h4 {
	font-size: 20px;
	line-height: 1em;
	margin-top:1em;
	margin-bottom:0.7em;
	color: #6dab6f;/* #4F913A */
}
#contents .point {
	font-size: 21px;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: center;
	color: #C30;
	text-decoration: underline;
}
#contents .check {
	padding-top: 15px;
}
#contents .check li {
	font-size: 19px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
	background-image: url(../img/policy/check.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:27px;
	padding-left: 40px;
	padding-top: 0.1em;
	padding-bottom: 0.5em;
}
#contents .distortion {
	padding-top: 3em;
	padding-bottom: 4em;
	text-align: center;
}
#contents .distortion img {
	width: auto;
}
#contents .ph {
	float: right;
	width: 300px;
	margin-bottom: 0.5em;
	margin-left: 2em;
}
#contents .tate {
	width: 240px;
}
#contents #che,
#contents #cau,
#contents #poi,
#contents #mus,
#contents #int,
#contents #sku,
#contents #neo,
#contents #abo {
	padding-top:100px;
	margin-top:-100px;
}
}
@media screen and (max-width: 767px){
/* スマホ用設定 */
#contents h3 {
	font-size: 14px;
	line-height: 1.3em;
	margin-top: 1em;
	margin-bottom: 0.7em;
	padding:0.5em 0.2em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #875b30;
	border-bottom-color: #875b30;
}
#contents h4 {
	font-size: 14px;
	line-height: 1em;
	margin-top:1em;
	margin-bottom:0.7em;
	color: #6dab6f;/* #4F913A */
}
#contents .point {
	font-size: 16px;
	line-height: 1.3em;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: center;
	color: #C30;
	text-decoration: underline;
}
#contents .check {
	margin-top: 1.5em;
}
#contents .distortion {
	padding-top: 1.5em;
	padding-bottom: 2.5em;
}
#contents .distortion img {
	width: 100%;
}
#contents .check li {
	font-size: 15px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
	background-image: url(../img/policy/check.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:21px;
	padding-left: 30px;
	padding-top: 0.1em;
	padding-bottom: 0.5em;
}
#contents .ph {
	float: right;
	width: 45%;
	margin-bottom: 0.5em;
	margin-left: 5%;
}
#contents #che,
#contents #cau,
#contents #poi,
#contents #mus,
#contents #int,
#contents #sku,
#contents #neo,
#contents #abo {
	padding-top:50px;
	margin-top:-50px;
}
}
