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

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

@media print,screen and (min-width: 768px){

/* PC用設定 */

.article {
	margin-bottom:50px;
}
.article dl {
	border-radius:15px;
	background-color: #f3f7e3;
	padding:35px 40px;
}
.article dt {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c3c3c3;
	background-image: url(../img/faq/icon_q.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom:20px;
}
.article dt h3 {
	font-size: 18px;
	line-height: 1.3em;
	color: #9fbc13;
	align-items: center;
	display: flex;
	height: 74px;
	padding-left:100px;
}
.article dd {
	background-image: url(../img/faq/icon_a.png);
	background-repeat: no-repeat;
	background-position: left 20px;
	padding-left:100px;
	padding-top:20px;
}
.article dd h4 {
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom:0.5em;
}
.article dd p {
	margin:0px;
}

#flo {
	margin-top: -30px;
	padding-top: 30px;
}
#flow li {
	width:344px;
	float:left;
	margin-top:60px;
}
#flow li img {
	border-radius:13px;
}
#flow li h3 {
	color:#92b306;
	text-align:center;
	margin-top:1.5em;
	margin-bottom:1em;
	font-size: 20px;
	line-height: 1em;
}
#flow li p {
	line-height: 1.6em;
}
#flow li .flow_no {
	position: absolute;
	margin-top:-34px;
}
#flow li:nth-child(3n-1) {
	margin-left:64px;
	margin-right:64px;
}
#flow li:nth-child(3n+1) {
	clear:both;
}

}
@media screen and (max-width: 767px){

/* スマホ用設定 */

.article {
	margin-bottom:30px;
}
.article dl {
	border-radius:15px;
	background-color: #f3f7e3;
	padding:20px 15px;
}
.article dt {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c3c3c3;
	background-image: url(../img/faq/icon_q.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:40px;
	padding-top:10px;
	padding-bottom:15px;
}
.article dt h3 {
	font-size: 15px;
	line-height: 1.3em;
	color: #9fbc13;
	height: auto;
	padding-left:60px;
}
.article dd {
	background-image: url(../img/faq/icon_a.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	background-size:40px;
	padding-left:60px;
	padding-top:15px;
}
.article dd h4 {
	font-size: 15px;
	line-height: 1.3em;
	margin-bottom:0.5em;
}
.article dd p {
	margin:0px;
}

#flo {
	margin-top: -60px;
	padding-top: 60px;
}
#flow li {
	width:48.5%;
	float:left;
	margin-top:25px;
}
#flow li img {
	border-radius:8px;
	width:100%;
}
#flow li h3 {
	color:#92b306;
	text-align:center;
	margin-top:1em;
	margin-bottom:0.7em;
	font-size: 15px;
	line-height: 1.3em;
}
#flow li p {
	line-height: 1.6em;
}
#flow li p {
	line-height: 1.6em;
}
#flow li .flow_no {
	position: absolute;
	margin-top:-17px;
	width:46%;
}
#flow li:nth-child(even) {
	float:right;
}
#flow li:nth-child(odd) {
	clear:both;
}
}
