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

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

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

#contents #faq {
	margin-bottom:50px;
}
.section {}
#contents #faq h2 {
	margin-bottom:20px;
}
#contents dl {
	border-radius:15px;
	background-color: #f3f7e3;
	padding:35px 40px;
	margin-bottom:35px;
}
#contents #faq 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;
}
#contents #faq dt h3 {
	font-size: 21px;
	line-height: 1.3em;
	color: #8CC456;
	align-items: center;
	display: flex;
	height: 74px;
	padding-left:100px;
}
#contents #faq dd {
	background-image: url(../img/faq/icon_a.png);
	background-repeat: no-repeat;
	background-position: left 20px;
	padding-left:100px;
	padding-top:20px;
}
#contents #faq dd h4 {
	font-size: 19px;
	line-height: 1.3em;
	margin-bottom:0.5em;
}
#contents #faq dd p {
	margin:0px;
}

#contents #flo {
	margin-top: -130px;
	padding-top: 130px;
}
#contents #flow li {
	width:48.5%;
	float:left;
	margin-top:20px;
}
#contents #flow li img {
	border-radius:12px;
	width:100%;
}
#contents #flow li h3 {
	color:#8CC456;
	text-align:center;
	margin-top:1em;
	margin-bottom:0.7em;
	font-size: 21px;
	line-height: 1.3em;
}
#contents #flow li p {
	line-height: 1.6em;
}
#contents #flow li p {
	line-height: 1.6em;
}
#contents #flow li:before {
	content: '1';
	padding:0.4em 0.6em;
	position: absolute;
	margin-left:10px;
	margin-top:10px;
	background-color: #F9BF3D;
	font-weight: bold;
	color: #FFF;
	font-size: 26px;
	line-height: 1em;
	text-align: center;
	border-radius: 50%;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
}
#contents #flow li:nth-child(even) {
	float:right;
}
#contents #flow li:nth-child(odd) {
	clear:both;
}
#contents #flow li:nth-child(2):before { content: '2'; }
#contents #flow li:nth-child(3):before { content: '3'; }
#contents #flow li:nth-child(4):before { content: '4'; }
#contents #flow li:nth-child(5):before { content: '5'; }
#contents #flow li:nth-child(6):before { content: '6'; }
#contents #flow li:nth-child(7):before { content: '7'; }
#contents #flow li:nth-child(8):before { content: '8'; }
}
@media screen and (max-width: 767px){
/* スマホ用設定 */

#contents #faq {
	margin:0px 10px;
	margin-bottom:20px;
}
#contents #faq h2 {
	margin-bottom:10px;
}
#contents #faq dl {
	border-radius:10px;
	background-color: #f3f7e3;
	padding:20px 15px;
	margin-bottom:20px;
}
#contents #faq 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;
}
#contents #faq dt h3 {
	font-size: 15px;
	line-height: 1.3em;
	color: #8CC456;
	height: auto;
	padding-left:60px;
}
#contents #faq 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;
}
#contents #faq dd h4 {
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom:0.5em;
}
#contents #faq dd p {
	margin:0px;
}
#contents #flo {
	margin-top: -65px;
	padding-top: 65px;
}
#contents #flow {
}
#contents #flow li {
	width:48.5%;
	float:left;
	margin-top:15px;
}
#contents #flow li img {
	border-radius:8px;
	width:100%;
}
#contents #flow li h3 {
	color:#8CC456;
	text-align:center;
	margin-top:1em;
	margin-bottom:0.7em;
	font-size: 15px;
	line-height: 1.3em;
}
#contents #flow li p {
	line-height: 1.6em;
}
#contents #flow li p {
	line-height: 1.6em;
}
#contents #flow li:before {
	content: '1';
	padding:0.4em 0.6em;
	position: absolute;
	margin-left:5px;
	margin-top:5px;
	background-color: #F9BF3D;
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
	line-height: 1em;
	text-align: center;
	border-radius: 50%;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
}
#contents #flow li:nth-child(even) {
	float:right;
}
#contents #flow li:nth-child(odd) {
	clear:both;
}
#contents #flow li:nth-child(2):before { content: '2'; }
#contents #flow li:nth-child(3):before { content: '3'; }
#contents #flow li:nth-child(4):before { content: '4'; }
#contents #flow li:nth-child(5):before { content: '5'; }
#contents #flow li:nth-child(6):before { content: '6'; }
#contents #flow li:nth-child(7):before { content: '7'; }
#contents #flow li:nth-child(8):before { content: '8'; }
}
