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

/* 治療料金ページ設定 */

@media print,screen and (min-width: 768px){
/* PC用設定 */
#hoken {
	margin-bottom:40px;
}
#hoken .section {
	margin-top:10px;
}
#hoken .table {
	margin-top: 1.5em;
	margin-left: 0em;
	margin-bottom: 1.5em;
	}
#hoken .table table {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #999;
	margin-bottom: 1em;
	}
#hoken .table th {
	padding: 7px 1em 7px 1em;
	font-size: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	line-height: 1.3em;
}
#hoken .table th:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#hoken .table td {
	padding: 7px 5px 7px 5px;
	font-size: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	line-height: 1.3em;
}
#hoken .table td:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#contents h3 {
	font-size: 21px;
	line-height: 1em;
	color: #8CC456;
	margin-bottom:0.7em;
	margin-top:1.5em;
}

#jihi {
}
#jihi li strong {
	color:#F9BF3D;
	font-weight: normal;
}
#jihi ul {
	margin:1em 0px;
}
#jihi li {
	font-size: 18px;
	line-height: 1.8em;
	display: inline-block;
	margin-bottom: 0.5em;
	margin-right: 1em;
}
#jihi li:before {
	content: "●";
	color:#F9BF3D;
	margin-right:0.3em;
}
#jihi .option li {
	display: block;
}
}
@media screen and (max-width: 767px){
/* スマホ用設定 */
#hoken {
	margin-bottom:20px;
}
#hoken .table {
	margin-top: 1.5em;
	margin-left: 0em;
	margin-bottom: 1.5em;
	}
#hoken .table table {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #999;
	margin-bottom: 1em;
	}
#hoken .table th {
	padding: 7px 1em 7px 1em;
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	line-height: 1.3em;
}
#hoken .table th:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#hoken .table td {
	padding: 7px 5px 7px 5px;
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	line-height: 1.3em;
}
#hoken .table td:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#contents h3 {
	font-size: 15px;
	line-height: 1em;
	color: #8CC456;
	margin-bottom:0.7em;
	margin-top:1.5em;
}

#jihi {
}
#jihi li strong {
	color:#F9BF3D;
	font-weight: normal;
}
#jihi ul {
	margin:1em 0px;
}
#jihi li {
	font-size: 13px;
	line-height: 1.8em;
	display: block;
	margin-bottom: 0.5em;
	margin-right: 1em;
}
#jihi li:before {
	content: "●";
	color:#F9BF3D;
	margin-right:0.3em;
}
#jihi .option li {
	display: block;
}
}
