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

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

#contents #faq p {
	margin-bottom:0px;
}
@media print,screen and (min-width: 768px){
/* PC用設定 */

/* Ｑ＆Ａ */
#contents #faq {
	padding:0px 25px;
}
#contents #faq dl {
	background-color: #F7F6F5;
	margin-bottom: 1em;
	border-radius: 15px;
	padding:25px;
}
#contents #faq dt {
	padding:0px;
	padding-left:70px;
	padding-top:0.8em;
	padding-bottom:1.5em;
	height: auto;
	font-size: 21px;
	line-height: 1.4em;
	font-weight: normal;
	color: #86A794;
	background-image: url(../img/faq/icon_q.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:60px;
}
#contents #faq dd {
	padding:0px;
	padding-left:70px;
	padding-top:0.2em;
	font-size: 21px;
	line-height: 1.4em;
	font-weight: normal;
	color: #B2A29F;
	background-image: url(../img/faq/icon_a.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:60px;
}
/* 治療の流れ */
#contents #flo {
	margin-top:-100px;
	padding-top:100px;
}
#contents #flow {
	padding-bottom:60px;
}
#contents #flow ul {
	position:relative;
	padding-top:10px;
}
#contents #flow li {
	width:48.5%;
	float:left;
	margin-bottom:30px;
}
#contents #flow li img {
	border-radius:12px;
	width:100%;
}
#contents #flow li h4 {
	color:#B1A19F;
	text-align:center;
	margin-top:1em;
	margin-bottom:0.7em;
	font-size: 24px;
	line-height: 1.3em;
	text-shadow:1px 1px 1px #FFF;
	font-weight: normal;
}
#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: #86A794;
	font-weight: normal;
	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'; }
#contents #flow .form {
	font-size: 21px;
	line-height: 1em;
	color: #FFF;
	background-color: #B1A19F;
	border-radius: 2em;
	margin:1em auto;
	text-align:center;
	width:18em;
}
#contents #flow .form a {
	text-decoration: none;
	padding: 0.8em 0px;
	display: block;
	color: #FFF;
}
}
@media screen and (max-width: 767px){
/* スマホ用設定 */

/* Ｑ＆Ａ */
#contents #faq {
	padding:0px 10px;
}
#contents #faq dl {
	background-color: #F7F6F5;
	margin-bottom: 1em;
	border-radius: 10px;
	padding:15px;
}
#contents #faq dt {
	padding:0px;
	padding-left:55px;
	padding-top:1em;
	padding-bottom:1.5em;
	height: auto;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: normal;
	color: #86A794;
	background-image: url(../img/faq/icon_q.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:45px;
}
#contents #faq dd {
	padding:0px;
	padding-left:55px;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: normal;
	color: #B2A29F;
	background-image: url(../img/faq/icon_a.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:45px;
}
/* 治療の流れ */
#contents #flo {
	margin-top:-50px;
	padding-top:50px;
}
#contents #flow {
	padding-bottom:20px;
}
#contents #flow ul {
	position:relative;
	padding-top:5px;
}
#contents #flow li {
	width:48.5%;
	float:left;
	margin-bottom:15px;
}
#contents #flow li img {
	border-radius:8px;
	width:100%;
}
#contents #flow li h4 {
	color:#B1A19F;
	text-align:center;
	margin-top:1em;
	margin-bottom:0.7em;
	font-size: 15px;
	line-height: 1.3em;
	text-shadow:1px 1px 1px #FFF;
	font-weight: normal;
}
#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: #86A794;
	font-weight: normal;
	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'; }
#contents #flow .form {
	font-size: 15px;
	line-height: 1em;
	color: #FFF;
	background-color: #B1A19F;
	border-radius: 2em;
	margin:1em auto;
	text-align:center;
	width:18em;
}
#contents #flow .form a {
	text-decoration: none;
	padding: 0.8em 0px;
	display: block;
	color: #FFF;
}
}
