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

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

#contents p strong {
	color: #C30;
}

@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 .ph {
	float: right;
	width: auto;
	margin-bottom: 0.5em;
	margin-left: 2em;
}
#contents .illust {
	float: right;
	width: 160px;
	margin-bottom: 0.5em;
	margin-left: 2em;
}
#contents .yoko {
	width: 200px;
}
#contents .check {
	margin-bottom: 2em;
}
#contents .check li {
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	color: #C30;
	text-indent: -1em;
	margin-left:1em;
	font-weight: bold;
}
#contents .price {
	background-color: #FFFFEA;
	padding: 1em 1.5em;
	margin-top: 2em;
	border: 2px solid #C30;
	display:inline-block;
}
#contents .price h4 {
	font-size: 21px;
	line-height: 1em;
	color: #C30;
}
#contents .price h4 strong {
	color: #6dab6f;/* #4F913A */
	padding-right:1em;
}
#contents .price h4 small {
	color: #000;
	font-weight: normal;
}
}
@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 .ph {
	float: right;
	width: 45%;
	margin-bottom: 0.5em;
	margin-left: 5%;
}
#contents .illust {
	float: right;
	width: 35%;
	margin-bottom: 0.5em;
	margin-left: 5%;
}
#contents .yoko {
	width: 45%;
}
#contents .check {
	padding-bottom:0.5em;
}
#contents .check li {
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	color: #C30;
	text-indent: -1em;
	margin-left:1em;
	font-weight: bold;
}
#contents .price {
	background-color: #FFFFEA;
	padding: 1em 1.5em;
	margin-top: 1.5em;
	border: 2px solid #C30;
	display:block;
	text-align:center;
}
#contents .price h4 {
	font-size: 18px;
	line-height: 1em;
	color: #C30;
}
#contents .price h4 strong {
	color: #6dab6f;/* #4F913A */
	padding-right:1em;
}
#contents .price h4 small {
	color: #000;
	font-weight: normal;
}
}
