/* トップページ
----------------------------------------------- */

#index h1.logo {
	text-align: center;
	padding-top: 60px;
}
#index .copy_01 {
	padding-top: 40px;
	text-align: center;
	font-size: 16px;
}
#index .copy_02 {
	padding:10px 20px;
	text-align: center;
	color:#fef979;
	font-size: 28px;
	margin: 20px auto;
	border-radius: 30px;        /* CSS3草案 */  
	-webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 30px;   /* Firefox用 */  
	background:#5eb7e8;
	width: 600px;
}
#index #section02 {
	margin: 0 auto;
	width: 1000px;
	padding: 80px 0 0 0;
	background: url(../img/index/family_ill.png) right bottom no-repeat;
}
#index #section02 .staff_woman {
	text-align: center;
	width: 520px;
	border:solid 3px #e8a8b6;
	border-radius: 20px;        /* CSS3草案 */  
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 20px;   /* Firefox用 */
	background:#fff;
	padding: 20px 10px;
	position: relative;
}
#index #section02 .staff_woman h2 {
	padding: 10px 0;
}
#index #section02 .staff_woman ul {
	padding-left: 120px;
}
#index #section02 .staff_woman ul li{
	text-align: left;
	padding: 15px 0 0 0 ;
}
#index #section02 .staff_woman ul li.staff_woman_01{
	font-size: 20px; 	
	line-height: 1.3;
}
#index #section02 .staff_woman ul li.staff_woman_02{
	font-size: 14px; 
}
#index #section02 .staff_woman .woman_ill{
	position: absolute;
	bottom: 0px;
	left: -26px;
}

#index .inquiry_circle {
	position: absolute;
	top: 60px;
	right: -60px;
}
#index .free_triallesson {
	position: absolute;
	top: 220px;
	right: -170px;
}



/* 下層共通
----------------------------------------------- */
h2.page_title {
	text-align :center;
	font-size: 45px;
	color:#2193d2;
	background: url(../img/common/title_bg.png) top center no-repeat;
	height: 180px;
	line-height: 180px;
	margin-bottom: 30px ;
}

#page_cont .inquiry_circle {
	position: fixed;
	top: 180px;
	left:auto;
	margin:0 0 0 950px;
}



/* 訪問マッサージとは
----------------------------------------------- */
.massage01 {
	background: url(../img/massage/image01.png) center right no-repeat;
}

.massage01 p{
	width: 465px;
	font-size: 16px;
	margin-bottom: 16px;
	padding-left: 30px;
}
.massage02 {
	margin-top: 50px;
}
.massage02 ul li{
	float: left;
	width: 298px;
	border:solid 1px #ccc;
	margin-right: 20px;
	height: 340px;
}
.massage02 ul li:last-child{
	margin-right: 0px;
}
.massage02 ul li h3{
	margin-bottom: 5px;
}
.massage02 ul li p{
	font-size: 16px;
	padding: 5px 15px;
	line-height: 1.4;
}
.massage02 ul li.image02 {
	background: url(../img/massage/image02.png) bottom right no-repeat;
}
.massage02 ul li.image03 {
	background: url(../img/massage/image03.png) bottom right no-repeat;
}
.massage02 ul li .btn {
	margin:  0 15px;
}
.massage02 ul li.image03 .btn {
	margin: 88px 15px 0 15px;
}
.massage02 ul li .btn a{
	font-size: 16px;
	color:#5eb7e8;
	padding-left: 15px;
	background: url(../img/common/arrow.png) left center no-repeat;
}
.massage02 ul li .btn a:hover{
	text-decoration: underline;
}





/* ご利用の流れ
----------------------------------------------- */
#flow .arrow {
	text-align :center;
	padding: 20px 0;
}
.flow_box {
	margin: 0 auto;
	width: 840px;
	border:solid 4px #fada04;
	border-radius: 20px;        /* CSS3草案 */  
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 20px;   /* Firefox用 */
	background:#fff;
	padding: 15px 45px;
	position: relative;
	box-sizing: border-box;
}
.flow_box .flow_no {
	position:absolute;
	left: -30px;
	top: -30px;
}
.flow_box .illu01{
	position:absolute;
	right: 30px;
	top: 30px;
}
.flow_box .illu02{
	position:absolute;
	right: 30px;
	top: 90px;
}
.flow_box .illu03{
	position:absolute;
	right: 30px;
	top: 20px;
}
.flow_box h3 {
	color:#fa8f04;
	font-size: 28px;
	border-bottom: dotted 3px #666666;
}
.flow_box p {
	font-size: 20px;
	margin: 10px 0 0 0;
}
.flow_box p .tel_no {
	font-size: 34px;
	color:#fd0505;
	font-weight: bold;
}
.flow_box p .red {
	color:#fc0505;
}
.flow_box p strong {
	font-weight: bold;
}
.flow_box p .fs24 {
	font-size: 24px;
}
.flow_box .download_btn {
	margin: 10px 0;
}
.flow_box.last_box {
	height: 260px;
}






/* 施術・費用について
----------------------------------------------- */

#price section {
	width: 900px;
	margin: 0 auto;
}
#price section#price_section {
	margin-top: 60px;
}
#price section article {
	padding-bottom: 15px;
}
#price section article.example {
	position:relative;
}
#price section article.example img{
	position: absolute;
	right: 60px;
	top: 20px;
}
#price section h3 {
	color:#5eb7e8;
	font-size: 26px;
	border-bottom: dotted 3px #5eb7e8;
}
#price section .h4_in {
	padding: 5px 10px;
	background:#eff8fd;
	margin-top: 20px;
}
#price section h4 {
	color:#666;
	font-size: 22px;
	padding-left: 25px;
	font-weight: normal;
	background: url(../img/price/h4_shikaku.png) center left no-repeat;
}
#price section p {
	padding: 15px 35px;
}
#price section ul {
	padding: 15px 35px;
}
#price section ul li{
	margin-left: 1em;
	text-indent: -1em;
}
#price section .download_btn {
	padding: 15px 35px;
}







/* よくあるご質問
----------------------------------------------- */

#faq section {
	width: 880px;
	margin: 0 auto;
}
#faq section dl dt {
	padding-left: 100px;
	background: url(../img/faq/question.png) top left no-repeat;
	min-height: 72px;
}
#faq section dl dt p{
	color:#fa8f04;
	font-size: 24px;
	padding-top: 10px;
	line-height: 2.0;
	border-bottom: dashed 1px #666;
}
#faq section dl dd {
	font-size: 20px;
	padding-left: 100px;
	background: url(../img/faq/answer.png) top left no-repeat;
	min-height: 72px;
	padding-top: 10px;
	margin-top: 20px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 2px #aedbf3 solid ;
}
#faq section dl dd:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none ;
}
#faq section dl dd .download_btn{
	margin-top: 20px;
}
#faq section dl dd.position_dd {
	position:relative;
}

#faq section dl dd .illu01{
	position: absolute;
	right: 60px;
	top: -10px;
}
#faq section dl dd .illu02{
	position: absolute;
	right: 60px;
	top: -50px;
}
#faq section dl dd .illu03{
	text-align :right;
}









/* 施術者募集
----------------------------------------------- */
#recruit section {
	width: 880px;

	margin: 0 auto;
}
#recruit section h3{
	padding: 30px 0;
	color:#5eb7e8;
	font-weight: bold;
	font-size: 50px;
	text-align :center;
}
#recruit section .tabel_in{
	border-bottom: 2px solid #aedbf3;
}
#recruit section .tabel_in div {
	border-top: 2px solid #aedbf3;
	padding: 3px 0;
}
#recruit section dl  {
	background:#eff8fd;
}
#recruit section dl dt {
	clear: left;
	float: left;
	width: 180px;
	padding: 15px 10px ;
	background:#eff8fd;
	font-weight: bold;
}
#recruit section dl dd {
	padding: 15px 10px 15px 20px ;
	background:#fff;
	margin: 0 0 0 210px;
}
#recruit section dl dd a{
	color:#fb0202;
	text-decoration: underline;
	font-weight: bold;
}
#recruit section dl dd .telno{
	color:#fb0202;
	font-weight: bold;
	font-size: 30px;
}