@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■
　　共通設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
* {margin: 0;padding: 0;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;}
img {vertical-align: middle;margin: 0;padding: 0;border: 0;}
table {border-collapse: collapse;border-spacing: 0;}
ol, ul {list-style: none;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;font-weight: normal;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
input, textarea, select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
*font-size:100%;
max-width:100%;
}
/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img {border: none;}
a {color: #0066cc;text-decoration: none;}
a:hover {color: #FF3399;text-decoration: none;opacity: 0.9;/*--IE,FF対応--*/filter: alpha(opacity=90);-ms-filter: "alpha( opacity=90)";}
a:visited {color: #993399;text-decoration: underline;}

/*------------------------------------------
■ リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img {
opacity: 0.85;/*--IE,FF対応--*/
filter: alpha(opacity=85);
-ms-filter: "alpha( opacity=85)";
}

/*------------------------------------------
■ float対策
------------------------------------------*/
.fcl {zoom: 100%;}

.fcl:after {
content: " ";
clear: both;
height: 0;
display: block;
visibility: hidden;
}

/*------------------------------------------
■ 画像回り込み
------------------------------------------*/
.img_left {float: left;margin-right: 20px;margin-bottom: 10px;}
.img_right {float: right;margin-left: 20px;margin-bottom: 10px;}
.img_center {display: block;margin: 0 auto;clear: both;text-align: center;}
.size_s {}
.size_m {box-shadow: 0 0 5px #ccc;}
.size_l {}
.max_w {}

/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.txt_bold {font-weight: bold;}
.txt_small {font-size: 78%;}
.txt_big {font-size: 120%;}
.txt_right {text-align: right;}
.txt_red {
	color: #BD0000;
}
.txt_blue {color: #0066cc;}
.txt_orange {color: #F8BC2F;}
.txt_keycolor {color:#80bd1a;}
.txt_marker {background-color: #FFFF00;}
.txt_underline {border-bottom: 1px dashed #bbbbbb;margin-bottom: 2px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f24{font-size:24px;line-height: 140%;}
.f28{font-size:28px;line-height: 140%;}
.f38{font-size:38px;line-height: 140%;}
.f40{font-size:40px;line-height: 140%;}
.f48{font-size:48px;line-height: 140%;}
.ffg{font-family:"FOT-筑紫A丸ゴシック Std D";}
.ffm{font-family:"FOT-筑紫明朝 Pr5 B";}

/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none {display: none !important;}
.sp_none {}

/*■■■■■■■■■■■■■■■■■■■■■■
　　各コンテンツ　【　基本設定　】
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ メイン設定
------------------------------------------*/
body {
/*background-color:#FDFBE2;*/
background-color:#fff;
color: #333;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 1em;
line-height: 200%;
width: 100%;
min-width:1200px;
}

/*--幅100％の場合--*/
#wrap {
margin: 0 auto;
}


/*--幅1100pxで区切る場合
#wrap {
background-color: #ffffff;
box-shadow: 0 10px 10px #999999;
margin: 0 auto;
width: 1100px;
}
--*/

#frame {
padding: 0px;
margin:0 auto;
}

#main {
padding: 0px;
margin:0 auto;
}

.section {
	clear: both;
	margin-top: 50;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
#wrap .open {
	margin-top: 50px;
	text-align: center;
}
#wrap .second div {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 15px;
}
#wrap .second div img {
	max-width: 510px;
	width: 100%;
	height: auto;
}
#wrap .second {
	width: 1000px;
	text-align: center;
	
	overflow: hidden;
	margin: 0 auto 40px;
}
#wrap #top_bg1 .link {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#footer #footer_in {
	background-color: #f6eee9;
	padding: 20px 0;
}
#footer #footer_in .over {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#footer #footer_in .logo {
	float: left;
	width: 30%;
}
#footer #footer_in .infoarea {
	float: left;
	overflow: hidden;
	color: #6b2905;
	padding-top: 30px;
}
#footer #footer_in .infoarea a:link,
#footer #footer_in .infoarea a:active,
#footer #footer_in .infoarea a:hover,
#footer #footer_in .infoarea a:visited {
	color: #6b2905;
}
#footer #footer_in .infoarea .tel {
	float: left;
	margin-right: 20px;
	font-size: 200%;
	background: url(../img/icon_tel_h.png) no-repeat left top;
	padding-left: 40px;
	font-weight: bold;
}
#footer #footer_in .infoarea .add {
	float: left;
	margin-right: 20px;
}

/*------------------------------------------
■　box
------------------------------------------*/
.box {
clear: both;
margin:50px auto 0;
width:1074px;
padding:0;
}
div.privacypolicy .box {
	width: 1000px;
}
div.privacypolicy .box_sub {
	box-sizing: border-box;
}

.box_bg {
background: transparent url("../img/bg01.gif") repeat scroll center 0;
padding:30px 40px 40px;
}

.box_border{
background-color: #ffffff;
border:1px solid #836a2c;
margin: 50px auto;
padding:40px;
}

.box_01 {
background: #ffffff url("../img/9.png") no-repeat scroll center 0;
border: 3px solid #9c0000;
border-radius: 10px;
/*box-shadow: 3px 3px 3px #cccccc;*/
margin: 50px auto;
padding: 0px 12px 40px;
overflow:hidden;
}

.mbTit30{
margin-bottom:10px;
}

.pop {
	background-image: url(../img/pop_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.second2 {
	height: 600px;
	width: 100%;
	max-width:1200px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
/*------------------------------------------
■　box_a
------------------------------------------*/
.box_a{
background: transparent url("../img/box_a_in.png") repeat-y scroll center top;
margin: 50px auto;
padding: 0;
width: 1000px;
}
.box_a_in{
background: transparent url("../img/box_a_top.png") no-repeat scroll center top;
margin: 0 auto;
padding: 70px;
}
.box_a_bottom{
background: transparent url("../img/box_a_bottom.png") no-repeat scroll center bottom;
margin: 0 auto;
padding: 0 0 0px;
}

/*------------------------------------------
■　txt_area
------------------------------------------*/
.txt_area {
margin: 20px auto;
padding:30px;
}
/*
.txt_area_bg {
background: #fdfbe2 url("../img/bg08.gif") repeat scroll center 0;
border-radius: 10px;
margin: 20px auto;
padding: 30px;
}
*/

.txt_area_bg {
border:#f772aa 3px solid;
border-radius: 10px;
margin: 20px auto;
padding: 30px;
background:#fff;
}

.p_stepL{
background:#f772aa;
padding:6px 12px;

float:left;
color:#fff;
font-weight:bold;
margin-right:15px;
}

.p_stepTit{
height:40px;
font-size:40px;
font-weight:bold;
float:left;
line-height: 50px;
}

.p_stepTex{
width:70%;
float:left;
padding-top: 20px;
}


.p_pointTitle{
padding:4px 12px;
border-left:8px solid #ffa5cb;
float:left;

font-weight:bold;
margin-right:15px;
}


.p_pointTitle span{
font-size:38px;
font-weight:bold;
}
.txt_area_border {
background:#FDFBE2 url("../img/bg01.gif") repeat scroll center 0;
border:1px dashed #ffa4ca;
margin: 20px auto;
padding:30px;
}

/*------------------------------------------
■　reason_box
------------------------------------------*/
.reason_box{
background: url("../img/text_bg00.png") no-repeat scroll top center;
padding:30px 10px;
height:514px;
}
.reason_txt{
margin: 0 auto;
padding:20px 434px 20px 32px;
}
.reason_in{
margin: 20px auto;
}

/*------------------------------------------
■ h1
------------------------------------------*/
h1 {
background-color:#6b2905;
color: #ffffff;
margin: 0 auto;
font-size: 11px;
padding-bottom: 5px;
padding-top: 5px;
line-height: 1.3;
/*
font-size: 10px;
height: 18px;
line-height: 18px;
*/
}
.h1_txt {
display: block;
margin: 0 auto;
width: 1000px;
}

/*------------------------------------------
■ ヘッダーエリア
------------------------------------------*/
#header {
background:#FFF;
/*border-bottom: 2px solid #548e00;*/
color: #fff;
/*height: 96px;*/
margin: 0 auto;
padding: 20px 0;
width: 100%;
}

#header_in {
/*height: 85px;

position: relative;
*/
margin: 0 auto;
width: 1000px;
}

#header .header_logo{
/*left: 0;
position: absolute;
top: 0;
*/
}

#header .header_txt {
font-size: 12px;
}

#header .header_txt2 {
/*line-height: 120%;*/
color:#6b2905;
}

#header_in .header_tel {
line-height: 1.5;
padding-right: 20px;
/*position: absolute;
right: 255px;
top: 25px;
*/
}
#header_in .header_tel p {
	margin-bottom: 0;
    float: left;
	margin-left: 15px;
}

#header_in .header_tel_number {
background: transparent url(../img/icon_tel_h.png) no-repeat scroll 8px 0px;
color: #6b2905;
cursor: default;
display: block;
font-size: 26px;
line-height: 26px;
margin-bottom: 2px;
text-indent: 39px;
white-space: nowrap;

text-indent: 45px;
line-height: 30px;
margin-bottom: 5px;
font-size: 34px;
}
#header_in .header_tel p.header_tel_number {
	margin-bottom:  5px;
}

#header_in .header_btn a {
/*display: block;
padding: 0;

position: absolute;
right: 0;
*/
}

/*------------------------------------------
■TOP
------------------------------------------*/
#top_bg {
/*background:#ffffff url("../img/top_bg.jpg") repeat-x scroll 0 0;*/
}

#top, .top {
margin: 0 auto;
/*padding: 30px 0;*/
text-align:center;
}

#top_bg1 {
	margin-bottom: 40px;
}
#top_bg2 {
	margin-bottom: 40px;
}
#top_bg3 {
	margin-bottom: 40px;
}


#top_bg1 img, #top_bg2 img, #top_bg3 img {
	max-width: 1000px;
	width: 100%;
	height: auto;
}


/*------------------------------------------
  ■free_inquiry
------------------------------------------*/
.free {
background-color:#082b4a;
clear: both;
margin: 0 auto 0;
padding: 0;
text-align:center;
}
.free_inquiry{
width:1034px;
margin:0 auto;
padding:50px 0;
}
.free_copy01 {
background: #ece558 none repeat scroll 0 0;
border-radius: 30px;
color: #5d4f42;
/*font-family: "FOT-筑紫A丸ゴシック Std D";*/
font-size: 28px;
margin: 0 auto 15px;
padding: 12px 40px;
text-align: center;
width: 74%;
}
.free_copy02{
color: #ffffff;
/*font-family: "FOT-筑紫A丸ゴシック Std D";*/
font-size: 40px;
line-height: 120%;
margin: 0 auto 20px;
text-align: center;
font-weight:bold;
}

.free .bottom {
	background-color: #fff;
	padding: 20px 20px 15px;
	overflow: hidden;
	border-top: 1px solid #082b4a;
}

h3.free {display: block;}

.free_area {background-color: #ffffff;}

.free_area_bg {
	background-color: #fff;
}
.free_area_bg-2 {
	background-color: #fff;
}
.free_area_bg-3 {
	background-color: #fff;
}

.free_area_bg .img {
	text-align: center;
}
.free_area_bg .img img {
	max-width: 1034px;
	width: 100%;
	height: auto;
}

.order_btn{
float: right;

}
.order_left_t{
	float: left;
	padding-top: 10px;
}
.txt_tel_read{
margin-bottom: 5px;
line-height: 1.3;
}

.txt_tel{
font-size:180%; 
font-weight:bold;
line-height:40px;
}

.txt_tel img{
vertical-align: top;
}

.order_left_t .txt_tel{
    background: url(../img/icon_tel_S.png) no-repeat left 0px;
    padding-left: 45px;
}

.free_left{float: left;}

.free_image{margin:20px 0px 20px 20px;}

.free_right {float: right;width: 519px;}

.free_right_in{margin:20px;}


/*　▼テキスト▼　*/
.order p.txt_cap{
font-size: 16px;
line-height: 100%;
margin-top: 0;
}
.order p.order_time {
font-size: 14px;
line-height: 140%;
margin-top: 2px;
text-align: left;
}

/*　▼TEL番号エリア▼　*/
.order .txt_tel {
background: transparent url("../img/tel_icon_big.gif") no-repeat scroll 0 -4px;
color: #444444;
display: block;
font-size: 42px;
font-weight: bold;
line-height: 100%;
margin: 0 auto;
padding-top: 12px;
text-align: left;
text-indent: 60px;
}

.order a.txt_tel{
display:none;
}

/*　▼ボタンエリア▼　*/
.order_mail a {
display: block;
margin: 10px auto;
padding: 0;
width: 480px;
}

.free_mail a {
display: block;
margin: 10px auto;
padding: 0;
width: 480px;
}

.plain {
white-space: nowrap;
}
/*------------------------------------------
■order
------------------------------------------*/
.order {
background:#7cc01f url("../img/order_bg.png") repeat scroll 0 center;
clear: both;
margin: 50px auto 0;
padding: 0;
text-align:center;
}

.order_in{
width:1000px;
margin:0 auto;
padding:50px 0;
}

.order_copy01 {
background: #ece558 none repeat scroll 0 0;
border-radius: 30px;
color: #5d4f42;
/*font-family: "FOT-筑紫A丸ゴシック Std D";*/
font-size: 28px;
margin: 0 auto 15px;
padding: 12px 40px;
text-align: center;
width: 74%;
}

.order_copy02{
color: #ffffff;
/*font-family: "FOT-筑紫A丸ゴシック Std D";*/
font-size: 40px;
line-height: 120%;
margin: 0 auto 20px;
text-align: center;
text-shadow: 1px 1px 1px #222222;
}

h3.copy {display: none;}

.order_area {background-color: #ffffff;}

.order_left{float: left;}

.order_image{margin:20px 0px 20px 20px;}

.order_right {float: right;width: 519px;}

.order_right_in{margin:20px;}


/*　▼テキスト▼　*/
.order p.txt_cap{
font-size: 16px;
line-height: 100%;
margin-top: 0;
}
.order p.order_time {
font-size: 14px;
line-height: 140%;
margin-top: 2px;
text-align: left;
}

/*　▼TEL番号エリア▼　*/
.order .txt_tel {
background: transparent url("../img/tel_icon_big.gif") no-repeat scroll 0 -4px;
color: #444444;
display: block;
font-size: 42px;
font-weight: bold;
line-height: 100%;
margin: 0 auto;
padding-top: 12px;
text-align: left;
text-indent: 60px;
}

.order a.txt_tel{
display:none;
}

/*　▼ボタンエリア▼　*/
.order_mail a {
display: block;
margin: 10px auto;
padding: 0;
width: 480px;
}

.plain {
white-space: nowrap;
}

/*------------------------------------------
■ h4タイトル
------------------------------------------*/
h2 {
}

h3 {
	border-left: 5px solid #082b4a;
	color: #082b4a;
	padding-left: 10px;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 50px;
}

/*--幅1100pxで区切る場合--*/
h4.title {
background: url(../img/bg_h2.png) repeat-x scroll center bottom #082b4a;
/*box-shadow: 0 3px 3px #a8a8a8;*/
color: #ffffff;
display: block;
font-size: 36px;
font-weight: bold;
letter-spacing: 0.1em;
padding: 0;
text-align: center;
margin:0 auto 40px;
height: 120px;
line-height: 120px;
/*
text-shadow: 2px 2px 2px #4e4e4e;
*/
}

h4.title_top{
margin-top:20px;	
}

h4.title img{
/*margin:-70px 20px 0 0;*/
}

/*------------------------------------------
■ サブタイトル装飾（基本値）
------------------------------------------*/
.sub_title_a {
border-left: 10px solid #80bd1a;
font-size: 22px;
font-weight: bold;
line-height: 130%;
margin: 20px auto;
padding-left: 12px;
}

.sub_title_b {
    border-bottom: 3px solid #8e7227;
    /*font-family: "FOT-筑紫明朝 Pr5 B";*/
    font-size: 30px;
    font-weight: bold;
    margin: 20px auto;
    padding: 10px 0;
}

.sub_title_c {
border-color: #80bd1a;
border-image: none;
border-style: solid;
border-width: 0 0 1px 15px;
/*font-family: "FOT-筑紫A丸ゴシック Std D";*/
font-size: 26px;
font-weight: bold;
line-height: 130%;
margin: 20px auto;
padding: 5px 20px 10px;
}

.sub_title_d {
background-color: #80bd1a;
border-radius: 5px;
color: #ffffff;
/*font-family: "FOT-筑紫A丸ゴシック Std D";*/
font-size: 32px;
letter-spacing: 0.09em;
line-height: 110%;
margin: 20px auto;
padding: 15px 30px 18px;
text-align: center;
text-shadow: 1px 1px 1px #2b2b2b;
}
.sub_title_e {
/*font-family: "FOT-筑紫A丸ゴシック Std D";*/
font-size: 34px;
font-weight: bold;
letter-spacing: 0.09em;
line-height: 130%;
margin: 20px auto;
padding: 5px 0 15px;
}

.sub_title_f {
background-color: #e8e4bb;
border-left: 20px solid #80bd1a;
/*font-family: "FOT-筑紫A丸ゴシック Std D";*/
font-size: 30px;
font-weight: bold;
letter-spacing: 0.09em;
margin: 20px auto;
padding: 15px 20px;
}

.sub_title_g {
background-color: #e3e0d2;
border-left: 10px solid #7b4c3a;
font-size: 24px;
letter-spacing: 0.09em;
margin: 20px auto;
padding: 15px 30px;
}

.sub_title_h {
    border-bottom: 2px dashed #8e7227;
    color: #8e7227;
    /*font-family: "FOT-筑紫明朝 Pr5 B";*/
    font-size: 30px;
    font-weight: bold;
    line-height: 130%;
    margin: 20px auto;
    padding: 0 0 15px;
    text-align: center;
}



/*■■■■■■■■■■■■■■■■■■■■■■
　　流用コンテンツ　【　良く使うカテゴリ　】
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ リストのチェックアイコン
------------------------------------------*/
ul {list-style: none outside none;}

ul li.icon_check {
background: url("../img/icon_check.png") no-repeat scroll 0 0;
padding-left: 34px;
}

.icon_check {
background: url("../img/icon_check.png") no-repeat scroll 0 2px;
font-size: 140%;
font-weight: bold;
padding-left: 34px;
}

/*------------------------------------------
■ list_box
------------------------------------------*/
.list_box_01,.list_box_02,.list_box_03,.list_box_04,.list_box_05 {
/*
border-radius: 15px;
box-shadow: 5px 5px 5px #cfcfcf;
height: 560px;
margin-bottom: 35px;
*/
box-sizing: border-box;
width: 1070px;
height: 600px;
margin-left: auto;
margin-right: auto;
}

.list_box_01 {background: transparent url("../img/list_box_001.png") no-repeat scroll right 0;}
.list_box_02 {background: transparent url("../img/list_box_002.png") no-repeat scroll right 0;}
.list_box_03 {background: transparent url("../img/list_box_003.png") no-repeat scroll right 0;}
.list_box_04 {background: transparent url("../img/list_box_004.png") no-repeat scroll right 0;}
.list_box_05 {background: transparent url("../img/list_box_005.png") no-repeat scroll right 0;}

.trouble ul {
    box-sizing: border-box;
    padding: 120px 70px 0 28%;
	/*
line-height: 140%;
margin: 0 10px;
padding:100px 36px 47px 390px;
width: 560px;
*/
}
.trouble ul li.icon_check {
	background: url("../img/icon_check.png") no-repeat scroll 0 13px transparent;
	font-size: 34px;
	line-height: 100%;
	list-style: outside none none;
	margin: 0;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 35px;
	margin-bottom: 15px;
	color: #D20000;
	border-bottom: 2px solid #D20000;
	text-shadow: 2px 2px 2px #fff;/*font-family: "FOT-筑紫A丸ゴシック Std D";*/
}
.trouble .list_box_02 ul {
	padding: 120px 25% 0 80px;
}
.trouble .list_box_02 ul li.icon_check {
}


/*------------------------------------------
■ ポイント01
------------------------------------------*/
.point01 {
margin: 50px auto;
}
.point01 .point_set {
background: #ffffff url("../img/bg01.gif") repeat scroll center 0;
border-radius: 10px;
box-shadow: 2px 2px 2px #ababab;
float: left;
margin: 10px;
min-height: 660px;
padding: 0;
width: 480px;
}
.point01 .point_title {
border-bottom: 4px dotted #ffa4ca;
color: #000000;
/*font-family: "FOT-筑紫A丸ゴシック Std D";*/
font-size: 26px;
font-weight: bold;
margin: 20px 10px;
padding-bottom: 10px;
text-align: center;
}
.point01 .point_set .point_title span.num {
background-color: #ffa4ca;
border-radius: 50px;
color: #ffffff;
display: block;
font-size: 24px;
height: 50px;
line-height: 47px;
margin: 10px auto;
padding: 0;
text-align: center;
width: 150px;
}
.point01 .point_set p {
padding: 0 30px 30px;
font-size:15px;
}

.point01 img{
margin-bottom:15px;
}
/*------------------------------------------
■ ポイント02
------------------------------------------*/

.point02 .point_set {
background: transparent url("../img/bg01.gif") repeat scroll center 0;
border-radius: 10px;
box-shadow: 3px 3px 3px #cccccc;
margin: 0 auto 40px;
padding: 35px;
}

.point02 .point_title {
border-bottom: 2px dashed #ffa4ca;
color: #000000;
/*font-family: "FOT-筑紫A丸ゴシック Std D";*/
font-size: 30px;
font-weight: bold;
line-height: 150%;
margin: 0 auto 20px;
padding-bottom: 10px;
}

.point02 .point_set .point_title span.num {
background-color: #ffa4ca;
border-radius: 50px;
color: #ffffff;
display: block;
float: left;
font-size: 24px;
margin: 0 10px 0 0;
padding: 0;
text-align: center;
height: 46px;
line-height: 46px;
width: 46px;
}


.point02 .point_set .img_right,
.point02 .point_set .img_left{
margin-bottom:0;
width: 320px;
}

/*------------------------------------------
■ STEP
------------------------------------------*/
.step_area {
background: transparent url("../img/bg01.gif") repeat scroll center 0;
border-radius: 10px;
font-size: 16px;
margin: 60px auto;
padding: 30px 40px;
width: 900px;  
}

.step_set {
background-color: #ffffff;
border: 1px solid #cccccc;
border-radius: 10px;
box-shadow: 2px 2px 2px #a8a8a8;
font-size: 16px;
margin: 15px auto;
padding: 25px 30px 15px;
}

.step_title {
border-bottom: 2px dashed #82c21e;
color: #412c1b;
/*font-family: "FOT-筑紫A丸ゴシック Std D";*/
font-size: 30px;
letter-spacing: 0.04em;
line-height: 120%;
margin: 0 auto 10px;
padding: 0 0 10px;
}

.s_block {
border-left: 10px solid #82c21e;
color: #82c21e;
font-size: 28px;
font-weight: bold;
margin-right: 15px;
padding: 0 20px;
}

/*------------------------------------------
■ お客様の声
------------------------------------------*/
.voice_area{
background: transparent url("../img/bg01.gif") repeat scroll center 0;
border-radius: 20px;
padding: 40px 40px 1px;
}

.voice_set {
background: transparent url("../img/bg07.gif") repeat scroll center 0;
border-radius: 10px;
box-shadow: 2px 2px 2px #666666;
margin: 0 auto 40px;
padding: 40px;
}

.voice .voice_title {
border-bottom: 2px dashed #795d20;
color: #795d20;
font-size: 28px;
margin-bottom: 15px;
padding-bottom: 15px;
/*font-family:"FOT-筑紫A丸ゴシック Std D";*/
}


.voice_area .ph {
	float: left;
	padding-right: 20px;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
}
.voice_area .ph img {
	max-width:200px;
	width: 100%;
	height: auto;
}
.voice_area .txt {
	float: left;
	width: 75%;
}

/*------------------------------------------
■ お客様の声
------------------------------------------*/
ul.bxslider{

}

ul.bxslider li {
background:transparent url("../img/bg08.gif") repeat scroll center 0;
font-size: 16px;
margin: 0 auto;
padding: 40px 45px 40px;
}

ul.bxslider .voice_right {
border-radius: 5px;
float: right;
margin: 10px 0px 10px 0;
width: 510px;
}

ul.bxslider .voice_title {
border-bottom: 2px solid #ffa119;
color: #000000;
/*font-family: "FOT-筑紫A丸ゴシック Std D";*/
font-size: 28px;
font-weight: bold;
line-height: 140%;
margin: 15px 15px 10px;
padding: 10px;
}

ul.bxslider .voice .txt_area{
font-size: 15px;
padding: 10px 20px 20px;
}
ul.bxslider .voice_name {
font-size: 90%;
font-weight: bold;
padding:10px 20px 20px;
text-align: right;
}

/*------------------------------------------
■ 良くある質問
------------------------------------------*/

.faq_area {
background: transparent url("../img/bg01.gif") repeat scroll center 0;
border-radius: 20px;
padding: 40px 40px 10px;
}

.faq .faq_set {
background-color: #ffffff;
border: 5px solid #efefef;
border-radius: 20px;
margin: 0 auto 30px;
padding: 30px;
}

.faq .faq_title {
border-bottom: 2px dashed #ffa4ca;
/*font-family: "FOT-筑紫A丸ゴシック Std D";*/
font-size: 26px;
font-weight: bold;
line-height: 42px;
margin: 0 0 10px;
padding-bottom: 15px;
}

.faq .faq_set .faq_title span.q {
background-color: #ffa4ca;
border-radius: 45px;
color: #ffffff;
display: block;
float: left;
font-size: 24px;
height: 45px;
line-height: 45px;
margin: 0 10px 0 0;
padding: 0;
text-align: center;
width: 45px;
}

.faq .faq_set span.a {
background-color: #82C21E;
border-radius: 45px;
color: #ffffff;
display: block;
float: left;
font-size: 24px;
height: 45px;
line-height: 45px;
margin: 0 10px 0 0;
padding: 0;
text-align: center;
width: 45px;
}

.faq .faq_set p{
padding:0px;
}

/*------------------------------------------
■ ブロック
------------------------------------------*/
.block_left {
float: left;
width: 35%;
}
.block_right {
float: right;
width: 64%;
}
.room {
padding: 15px;
}

.block_left2 {
float: left;
width: 64%;
}
.block_right2 {
float: right;
width: 35%;
}

/*------------------------------------------
■ 会社概要
------------------------------------------*/
.ceo{
font-size:15px;
}

/*------------------------------------------
■ アクセス
------------------------------------------*/
.map_area {
font-size: 16px;
line-height: 100%;
margin: 40px auto 0;
text-align: right;   
}
.map_in {
display: block;
height: 600px;
margin: 0 auto;
width: 100%;
}
/*------------------------------------------
■ テーブル01
------------------------------------------*/
.table01 {
/*font-size: 110%;*/
margin: 0 auto 50px;
width: 100%;
}
.table01 th {
background-color: #e6e3d5;
border: 1px solid #adadad;
font-weight: normal;
padding: 30px;
text-align: left;
width: 25%;
}
.table01 td {
background-color: #FFFFFF;
padding: 30px;
border: 1px solid #adadad;
}
.table01 th.th01 {
text-align: center;
}


/*------------------------------------------
■ テーブル02
------------------------------------------*/
.table02 {
margin: 3px auto;
width: 100%;
font-size:18px;
}

.table02 th {
background-color:#efefef;
border: 1px solid #888888;
line-height: 140%;
padding: 10px;
text-align: center;
}

.table02 td {
background-color: #ffffff;
border: 1px solid #888888;
line-height: 150%;
padding: 15px;
width: 50%;
}

.table02 td.td_c {
font-size: 115%;
text-align: center;
}
.table02 td.td_w{
width:15%;
}
.table02 td.td_r {
text-align: right;
}

/*------------------------------------------
■ テーブル03
------------------------------------------*/
.table03 {
margin: 0px auto;
width: 860px;
}
.table03 th {
background: #f7f5dc none repeat scroll 0 0;
border-bottom: 1px solid #987c31;
border-right: 4px solid #fdfbe2;
font-weight: normal;
padding: 30px;
text-align: left;
width: 20%;
}
.table03 td {
background: #fffff3 none repeat scroll 0 0;
border-bottom: 1px solid #987c31;
padding: 30px;
}

/*------------------------------------------
■　box_e 整体「保険治療0円」
------------------------------------------*/
.box_e{
background-color: #dedbb7;
border-radius: 5px 5px 5px 5px;
margin: 0px auto;
padding:20px 40px 40px;
}

.box_e_title{
border-bottom: 2px dotted #513c36;
color: #513c36;
/*font-family: "FOT-筑紫A丸ゴシック Std D";*/
font-size: 28px;
letter-spacing: 0.02em;
line-height: 130%;
margin: 0 auto 10px;
padding: 0 0 10px;
}

.box_e .box_e_in{
background: #fafafa none repeat scroll 0 0;
padding: 5px 30px 30px;
text-align: left;
}

.zero{
display:block;
width:100%;
}

.st{
background-color: #503B35;
border-radius: 5px;
color: #ffffff;
/*font-family: "FOT-筑紫A丸ゴシック Std D";*/
font-size: 22px;
font-weight: bold;
letter-spacing: 0.09em;
margin: 30px auto 20px;
padding: 10px 30px 12px;
}

.st_a{
border-left: 10px solid #de4e25;
font-size: 20px;
font-weight: bold;
line-height: 130%;
margin: 0px auto 10px;
padding-left: 12px;
}

.st_area {
background-color: #e9e9e9;
border: 1px dashed #de4e25;
margin: 30px auto 0;
padding: 20px;
}

/*------------------------------------------
■ フォーム部分
------------------------------------------*/
.form_area {
margin: 40px auto;
}
/* --フォームテーブルの部分-- */
.table_box {
border-top: 1px dashed #666666;
margin: 50px auto;
width: 90%;
}
.inq_box {
border-bottom: 1px dashed #666666;
display: block;
font-size: 16px;
margin: 0 auto;
overflow: hidden;
padding: 0 0 30px;
}
.inq_box_top {
border-top: #cccccc 1px solid;
}
.inq_box_title {
border-left: 8px solid #082b4a;
float: left;
font-weight: bold;
line-height: 150%;
margin-top: 40px;
padding-left: 12px;
width: 260px;
}
.inq_box_txt {
display: block;
float: left;
line-height: 140%;
padding-left: 20px;
padding-top: 30px;
width: 450px;
}
input, textarea, select {
font-size: 16px;
margin: 5px auto;
padding: 5px;
}
input[type=submit] {
	background-color: #80A857;
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 120%;
	border-radius: 5px;
	text-align: center;
}
input[type=text]:focus, textarea:focus, select:focus {
outline: 0;
background-color: #FFFFDD;
}

/*------------------------------------------
■ フッター
------------------------------------------*/
#footer {
	display: block;
	font-size: 14px;
	height: auto;
	line-height: 180%;
	text-align: center;
	width: 100%;
	background-color: #6b2905;	
	margin: 100px auto 0;
	padding: 20px 0 0 0;
}
#fnavi {
	margin-bottom: 5px;
}
#fnavi a:link, #fnavi a:active, #fnavi a:hover, #fnavi a:visited {
	color: #fff;
}
.copyright {
	padding: 10px 15px;
	text-align: center;
	font-size: 85%;
	background-color: #fff;
	color: #6b2905;
	letter-spacing: 1px;
}


/*■■■■■■■■■■■■■■■■■■■■■■
　　サブページ設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ サブページ共通(プライバシーポリシーなど)
------------------------------------------*/
.privacypolicy {
	line-height: 1.5;
}
#sub_page, #order_page, #privacypolicy, #law, #order_end, .privacypolicy {
font-size: 15px;
padding: 20px 0;
width: 1000px;
margin:0 auto;
}
.box_sub{
padding: 0 50px;	
}
.privacypolicy .pbox01, .privacypolicy .pbox02 {
	margin-bottom: 50px;
}
.privacypolicy h1 {
background-color: #082b4a;
border-radius: 5px;
color: #ffffff;
font-size: 24px;
font-weight: bold;
margin: 30px auto;
padding: 20px 0;
text-align: center;
}
.privacypolicy h2 {
border-bottom: 2px solid #726518;
font-size: 18px;
font-weight: bold;
line-height: 130%;
margin: 0 0 15px;
padding: 5px 0 3px;
color: #726518;
background: none;
text-align: left;
}



/*------------------------------------------
■ ページトップへ戻るボタン
------------------------------------------*/
#go_top {
}

#go_top a {
background-color:#6b2905;
border-radius: 5px;
bottom: 40px;
color: #fff;
display: block;
font-size: 13px;
font-weight: bold;
padding: 10px 10px 8px 0;
position: fixed;
right: 20px;
text-align: center;
width: 150px;
}


/*------------------------------------------
■ 追加指定
------------------------------------------*/
p {
	margin-bottom: 15px;
}
.over {
	overflow: hidden;
}
.cnt {
	text-align: center;
}
.h2_arrow {
	margin: 0 auto 0;
	text-align: center;
}

.txt_LBC {
	text-align: center;
	font-weight: bold;
	font-size: 200%;
}

#header .logo, #header .header_logo {
	float: left;
}
#header .h_info {
	float: right;
	overflow: hidden;
	
	padding-top: 30px;
}
#header .h_info .header_btn,
#header .h_info .header_tel {
	float: right;
}

.bnr_inquiryarea {
	text-align: center;
	margin: 30px auto 70px;
}

.bixkoubox01 {
	background-color: #000;
	color: #fff;
	margin-bottom: 15px;
	padding: 20px;
}
.over {
	overflow: hidden;
}
.cnt {
	text-align: center;
}

#linkbox01 {
	text-align: center;
	margin-bottom: 30px;
}

.box50 {
	float: left;
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
}
.box_L01 {
	float: left;
	width: 70%;
	padding: 15px;
	box-sizing: border-box;
}
.box_R01 {
	float: right;
	width: 30%;
	box-sizing: border-box;
	padding: 15px;
}
.box_L02 {
	float: left;
	width: 60%;
	padding: 15px;
	box-sizing: border-box;
}
.box_R02 {
	float: right;
	width: 40%;
	box-sizing: border-box;
	padding: 15px;
}
.box_L03 {
	float: left;
	width: 30%;
	padding: 15px;
	box-sizing: border-box;
}
.box_R03 {
	float: right;
	width: 70%;
	box-sizing: border-box;
	padding: 15px;
}

.box_L01 img, .box_R01 img,
.box_L02 img, .box_R02 img {
	width: 100%;
	height: auto;
}


table.style01 th {
background-color:#efefef;
border: 1px solid #888888;
padding: 10px 15px;
text-align: left;
width: 25%;
}

table.style01 td {
background-color: #ffffff;
border: 1px solid #888888;
padding: 10px 15px;
}

.mgn_B5 {
	margin-bottom: 5px;
}
.mgn_B10 {
	margin-bottom: 10px;
}
.mgn_B15 {
	margin-bottom: 15px;
}
.mgn_B30 {
	margin-bottom: 30px;
}

.bikoubox01 {
	background-color: #eee;
	padding: 20px;
	margin: 30px auto;
	border-radius: 10px;
	border: 1px solid #ddd;
	color: #000;
}

.imgbox01 {
	overflow: hidden;
	margin-bottom: 50px;
}
.imgbox01 .ph {
	width: 33.3%;
	padding: 15px;
	text-align: center;
	float: left;
	box-sizing: border-box;
}

/*------------------*/
/* リスト */
dl.style01 {
}
dl.style01 dt {
	margin-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px solid #726518;
	padding-bottom: 10px;

	font-size: 40px;
	line-height: 1.5;
	padding-top: 5px;
	font-weight: bold;
	color: #726518;
}
dl.style01 dd {
	margin-bottom: 50px;
	padding: 0 30px;
	font-size: 26px;
}

/*------------------*/


#area01 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.7;
	background: url(../img/bg_riyuu.png) no-repeat center top;
	padding: 20px 0 30px;
}

#area02 {
	overflow: hidden;
	font-size: 28px;
	font-weight: bold;
}
#area02 img {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#area03 {
}
#area03 .listbox {
}
#area03 .listbox dl {
}
#area03 .listbox dt {
	margin-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px solid #726518;
	padding-bottom: 10px;

	font-size: 32px;
	line-height: 1.5;
	padding-top: 5px;
	font-weight: bold;
	color: #726518;
}
#area03 .listbox dd {
	overflow: hidden;
	margin-bottom: 50px;
}
#area03 .listbox dd .txt {
	float: left;
	width: 70%;
	padding: 15px 15px 15px 0;
	box-sizing: border-box;
	font-size: 24px;
}
#area03 .listbox dd .ph {
	float: right;
	width: 30%;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}
#area03 .listbox dd .ph img {
	max-width: 320px;
	width: 100%;
	height: auto;
}

#area04 {
	overflow: hidden;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.6;
}
#area04 p {
}
#area04 img {
	float: right;
	padding: 20px 0 20px 20px;
}
#area04 .imgbox01 .ph img {
	max-width: 350px;
	width: 100%;
	height: auto;
	padding: 0;
}

/* 悩み例写真 */
#nayamiimage table {
	margin: 30px auto;
	border: none;
	width: 100%;
	max-width: 1074px;
}
#nayamiimage table td {
	text-align: center;
	width: 25%;
	padding: 10px;
}
#nayamiimage table td img {
	width: 100%;
	height: auto;
}

/* スタッフ */
#staff {
}
#staff .box_L03 img {
	width: 100%;
	height: auto;
}

/* メニュー */
#menu {
	margin-bottom: 50px;
}
#menu h3 {
	text-align: center;
	border: none;
	border-top: 3px solid #082b4a;
	border-bottom: 1px solid #082b4a;
	margin-bottom: 30px;
	background-color: #eff1f3;
	padding: 15px;
}
#menu .txt_red {
	/*text-align: right;*/
}
#menu ul {
	margin-left: 30px;
	margin-bottom: 30px;
}
#menu ul li {
	list-style-type: disc;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #082b4a;
	line-height: 1.3;
}
#menu ul.kaizenmenulist {
	margin-left: 0;
	overflow: hidden;
}
#menu ul.kaizenmenulist li {
	width: 31.3%;
	float: left;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	list-style-type: none;
	color: #fff;
	background-color: #9b870f;
	box-sizing: border-box;
	/*border: 1px solid #726518;*/
	border: none;
	border-radius: 10px;
	margin: 0 1% 10px;
	padding: 20px;
}

#menu table {
	margin-bottom: 50px;
	width: 100%;
}
#menu table td {
	border-bottom: 1px solid #eee;
	padding: 10px;
	line-height: 1.3;
}
#menu table td .title {
	font-weight: bold;
	color: #082b4a;
	font-size: 120%;
}
#menu table td.price {
}

/* 選ばれる理由 */
#riyu {
	font-size: 160%;
	line-height: 2;
	background: url(../img/bg_riyu.png) no-repeat center top;
	padding: 80px 80px 0 80px;
	/*height: 430px;*/
	box-sizing: border-box;
	color: #000;
}
/* 動画設置 */
#moviearea, .moviearea {
	max-width: 1000px;
	width: 100%;
	position: relative;
	margin: 20px auto;
	padding-top: 56.25%;
}
#moviearea iframe, .moviearea iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	richness: 0;
}

/* 施術の流れ */
#flow {
	margin-bottom: 50px;
}
#flow dl {
}
#flow dt {
	margin-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px solid #726518;
	padding-bottom: 10px;
}
#flow dt .img {
	float: left;
	margin-right: 15px;
}
#flow dt .title {
	float: left;
	font-size: 150%;
	line-height: 1.5;
	padding-top: 5px;
	font-weight: bold;
	color: #726518;
}
#flow dd {
	margin-bottom: 50px;
	padding: 0;
}

/* ギャラリー */
#gallery {
	overflow: hidden;
	margin-bottom: 50px;
}
#gallery .ph {
	width: 33.3%;
	padding: 15px;
	text-align: center;
	float: left;
	box-sizing: border-box;
}
/* 店舗紹介 */
#shopinfo {
	margin-bottom: 50px;
}
#shopinfo .over {
	text-align: center;
	margin-bottom: 10px;
}
#shopinfo .ph {
	float: left;
	box-sizing: border-box;
	text-align: center;
	padding: 5px;
	width: 33.3%;
}
#shopinfo .ph img {
	max-width: 500px;
	width: 100%;
	height: auto;
}


/*-------------------------------------------*/
.bgq_block{

}
.qaArea{
width:100%;
margin-bottom:50px;
}

.qaBlock{
padding:5px 40px 60px 40px;
}
.qaBlock_I{
width:50px;
margin-bottom:100px;
float:left;
}
.qaBlock_q{
font-size:40px;
color:#ff7501;
font-weight:bold;
line-height:50px;
}

.qaBlock_a{
font-size:16px;
}

.tb_qa td{
padding-bottom:50px;
}


.pdR15{
padding-right:15px;
}


.box_01 img{
max-width:100%;
}


.Tnon{
height:150px !important;
}


.pdxw20{
padding:10px 20px;
}
