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


/****************************************

          はじめての方へ

*****************************************/

.message_area{
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	padding-top: 10px;
	padding-bottom: 20px;
}
.message_box{
	border: 3px solid #F5A500;
	border-radius: 20px;
	background: #FFF4ED;
	width: 88%;
	padding: 5%;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 6px gray;
}
.leaf img{
	position: absolute;
	width: 50%;
	right:0;
	top:-2%;
}
.message_box .message_top{
	margin-bottom: 10px;
}
.message_box .message_top dl{
	display: block;
	width: 67%;
	margin-right: 5%;
}
.message_box .message_top dt{
	color: #15A144;
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	margin-bottom:10px;
}
.message_box .message_top dd{
	margin-left: auto;
	display: block;
	width: 80%;
	color: #42210B;
	font-size: 100%;
	line-height: 120%;
	font-weight: bold;
}
.message_box .message_top dd span{
	font-size: 105%;
}
.prof_btn{
	display: inline-block;
	text-align: center;
	font-size: 85%;
	color: #fff;
	background: #8AC12D;
	border-radius: 999px;
	padding: 3px 10px 3px 10px;
}
.message_pop {
	display: block;
	width:50%;
	margin-bottom: 10px;
}
.incyo {
	display: block;
	padding: 3px;
	border: 1px solid #333;
	width: 50%;
	height: 35%;
}
.message_box .message_bottom{
	font-size: 110%;
	line-height: 160%;
	margin-bottom: 10px;
}
.message_box .message_bottom ul {
	width: 100%;
	margin-top:20px;
}
.message_box .message_bottom li {
	display: block;
	width: 35%;
	margin-left: 1%;
	margin-right: 1%;
}
.message_box .message_bottom li img {
	width: 100%;
}

/****************************************

          施術の流れ

*****************************************/

.nagare_area{
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	padding-top: 10px;
	padding-bottom: 20px;
}
.nagare_box{
	flex-wrap: wrap;
	width: 100%;
	margin:  0 auto;
}
.nagare_box li{
	width: 45%;
	margin-right: 5%;
	margin-bottom: 30px;
	background: #eee;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #F4EDBA; /* Old browsers */
	background: -moz-linear-gradient(top, #F4EDBA 0%, #FFFFFF 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #F4EDBA 0%,#FFFFFF 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #F4EDBA 0%,#FFFFFF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4EDBA', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
}
.nagare_box li img{
	width: 100%;
	margin-bottom: 10px;
}
.nagare_box li dt{
	width: 80%;
	height: 38px;
	display: block;
	margin: 0 auto;
	padding-left: 10px;
	color: #42210B;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 15px;
}
.nagare_box li dt img{
	display: block;
	width:50px;
	margin-right: 5px;
 	vertical-align:middle;
}
.nagare_box li dd{
	width: 80%;
	display: block;
	margin: 0 auto;
	font-size: 100%;
	line-height: 140%;
	position: relative;
}
.nagare_box li dd .flow{
	position: absolute;
	width: 10px;
	top:30%;
	right:-23%;
}

/****************************************

          よくある質問

*****************************************/
#qa_base{
	width: 100%;
	background: #fcf3cf;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#qa_area{
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	padding-top: 10px;
	padding-bottom: 20px;
}
.qa_box{
	display: block;
	background: #fff;
	width: 90%;
	padding: 5%;
	margin: 0 auto;
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 0 6px gray;
}
.qa_box ol{
	background: #fff;
	color: #15A144;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px dotted #e67e22;
	margin-bottom: 15px;
	position: relative;
	padding-left:35px;
}
.qa_box ol::before{
	position: absolute;
	content: "";
	height: 25px;
	width: 25px;
	background: url(../../syoukai/image/q.png);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	top: -2px;
	left:0px;
}
.qa_box li{
	background: #fff;
	font-size: 110%;
	line-height: 140%;
	padding-left:35px;
	position: relative;
}
.qa_box li::before{
	position: absolute;
	content: "";
	height: 25px;
	width: 25px;
	background: url(../../syoukai/image/a.png);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	top: -2px;
	left:0px;
}
#staff_area{
	width: 94%;
	padding: 3%;
	margin: 0 auto;
	margin-bottom: 40px;
}
