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

/* Ｑ＆Ａ・治療の流れページ設定 */

@media print,screen and (min-width: 768px){
/* PC用設定 */

#contents #faq {
	margin-bottom:50px;
}
#contents #faq .faq {
	margin-top: 1em;
	background-color: #F6F6DD;
	padding: 20px;
	border-radius: 10px;
}
#contents #faq .faq li {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #c0c0c0;
	background-image: url(../img/faq/q.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 65px;
	padding-top: 15px;
	padding-left: 80px;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom:10px;
	text-shadow: 1px 1px 1px #F6F6DD;
}
#contents #faq .faq li h5 {
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom:0.5em;
}
#contents #faq .faq li:last-child {
	border:none;
	background-image: url(../img/faq/a.png);
	height: auto;
	margin-bottom:0px;
	padding-top: 10px;
}
#contents #flow {
}
#contents #flow li {
	float: left;
	width: 48%;
	color: #3d2312!important;
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 2em;
}
#contents #flow li:nth-child(even) {
	float: right;
}
#contents #flow li:nth-child(odd) {
	clear: both;
}
#contents #flow li h5 {
	font-size: 21px;
	line-height: 1.3em;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 0.7em;
	padding: 0px;
	border:none;
}
#contents #flow li img {
	margin-bottom:0.7em;
	width: 100%;
}
#contents #fa,
#contents #flo {
	padding-top:100px;
	margin-top:-100px;
}
}
@media screen and (max-width: 767px){
/* スマホ用設定 */

#contents #faq {
	margin-bottom:20px;
}
#contents #faq .faq {
	margin-top: 1em;
	background-color: #F6F6DD;
	padding: 10px;
	border-radius: 10px;
}
#contents #faq .faq li {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #c0c0c0;
	background-image: url(../img/faq/q.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	padding-top: 5px;
	padding-left: 40px;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom:10px;
	text-shadow: 1px 1px 1px #F6F6DD;
	padding-bottom: 5px;
	background-size:30px;
}
#contents #faq .faq li h5 {
	font-size: 15px;
	line-height: 1.3em;
	margin-bottom:5px;
}
#contents #faq .faq li:last-child {
	border:none;
	background-image: url(../img/faq/a.png);
	height: auto;
	margin-bottom:0px;
	padding-top: 0px;
}
#contents #flow {
	margin-top:0px;
}
#contents #flow li {
	float: left;
	width: 48%;
	color: #3d2312!important;
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 1.5em;
}
#contents #flow li:nth-child(even) {
	float: right;
}
#contents #flow li:nth-child(odd) {
	clear: both;
}
#contents #flow li h5 {
	font-size: 15px;
	line-height: 1.3em;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 0.7em;
	padding: 0px;
	border:none;
}
#contents #flow li img {
	margin-bottom:0.7em;
	width: 100%;
}
#contents #fa,
#contents #flo {
	padding-top:50px;
	margin-top:-50px;
}
}