@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;
}
caption, th {
text-align: left;
}
th, td {
border: 1px solid #000;
padding: .5em;
}
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;
}
/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img {
border: none;
}
a {
color: #0066cc;
text-decoration: none;
}
a:hover {
}
a:visited {
color: #993399;
text-decoration: underline;
}
/*------------------------------------------
■ リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img {
}
/*------------------------------------------
■ float対策
------------------------------------------*/
.fcl {
zoom: 100%;
}
.fcl:after {
content: " ";
clear: both;
height: 0;
display: block;
visibility: hidden;
}
/*------------------------------------------
■ 画像回り込み
------------------------------------------*/
.img_left {
display: block;
margin: 10px auto;
text-align: center;
}
.img_lef {
float: left;margin-right: 5px;margin-bottom: 10px;
}
.img_right {
display: block;
margin: 10px auto;
text-align: center;
}
.img_center {
display: block;
margin: 0 auto;
clear: both;
text-align:center;
}
.center{
text-align:center;
}
/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.txt_bold {
font-weight: bold;
}
.txt_small {
font-size: 75%;
}
.txt_big {
font-size: 120%;
}
.txt_right {
text-align: right;
}
.txt_red {
color: #DE4E25;
}
.txt_orange {color: #F8BC2F;}

.txt_blue {
color: #0066cc;
}
.txt_keycolor {
color: #;
}
.txt_marker {
background-color: #FFFF00;
}
.txt_underline {
border-bottom: #cccccc 1px dotted;
margin-bottom: 2px;
}

.f18{font-weight:bold;}
.f20{font-weight:bold;}
.f24{font-weight:bold;}
.f28{font-weight:bold; font-size:110%;}
.f38{font-weight:bold;font-size:115%;}
.f40{font-weight:bold;font-size:120%;}
.f48{font-weight:bold;font-size:125%;}

.room_title{
background-color:#;
padding:5px;
margin:5px auto;
font-weight:bold;
color:#fff;
text-align:center;

}
/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none {
}
.sp_none {
display:none !important;
}
.size_s {
width: 120px;
}
.size_m {
width: 180px;
}
.size_l {
width: 220px;
}
.max_w {
max-width: 100%;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　各コンテンツ　【　基本設定　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ メイン設定
------------------------------------------*/
body {
font-family: "メイリオ", "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
background-color:#fff;
color: #444444;
font-size:14px;
    overflow-x: hidden;
}
#wrap {
/*スマホメニュー初期は一様の余白調整
position: relative;
top: 50px;
*/

}
.element {
    padding: 0px 0px;
}


#frame {
}
#header {
display: none;
}

#main {
width: 96%;
margin: 0 auto;
}

/*------------------------------------------
■　box
------------------------------------------*/
.box {
margin: 0px auto;
clear: both;
}

.box_bg {
background: url("../img/bg07.gif") repeat scroll center 0 transparent;
border-radius: 0;
margin: 10px auto;
padding: 15px;
}

.box_border {
background-color: #ffffff;
border: 2px solid #;
margin: 10px auto;
padding: 15px;
}

.box_01 {
/*background: #ffffff url("../img/9.png") no-repeat scroll center 0;*/
background:#fff;
border: 3px solid #4ba0dd;
border-radius: 5px;
/*box-shadow: 3px 3px 3px #cccccc;*/
margin: 10px auto;
padding: 5px 10px;
}


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


.beforeafter{
	margin-top:0;
	margin-bottom:0;
}
.beforeafter img{
	margin-top:20px;
	margin-bottom:-20px;
}


/*------------------------------------------
■　box_a
------------------------------------------*/
.box_a{
background: #ffffff none repeat scroll 0 0;
border: 1px solid #cccccc;
border-radius: 5px;
padding: 10px;
}
.box_a_in{}
.box_a_bottom{}

/*------------------------------------------
■　txt_area
------------------------------------------*/
.txt_area {
margin: 0px auto;
clear: both;
}

.txt_area_bg {
background: #FDFBE2 url("../img/bg08.gif") repeat scroll center 0;
border: 1px solid #e3e3e3;
border-radius: 10px;
margin: 10px auto;
padding: 10px 15px;
}

.txt_area_border {
background:#FDFBE2 url("../img/bg01.gif") repeat scroll center 0;
border: 1px dashed #;
margin: 10px auto;
padding: 15px;
}







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

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


.p_pointTitle span{
font-size:16px;
font-weight:bold;

}










/*------------------------------------------
■　reason_box
------------------------------------------*/
.reason_box{
background-color:#;
margin:0 auto;
padding:5px;
color:#fff;
font-weight:bold;    
}

.reason_in{
background-color:#fff;
padding:10px;
margin:0 auto; 
color:#333;
font-weight:normal;
}

.reason_title,.reason_title2,.reason_title3,.reason_title4,.reason_title5 {
border-bottom: 2px dotted #;
color: #;
font-size: 100%;
font-weight: bold;
margin-bottom:10px;
margin-top:10px;
}

.reason1sp_pic,
.reason2sp_pic,
.reason3sp_pic,
.reason4sp_pic{
width:100%;
text-align:center;
}

.reason1sp,
.reason2sp,
.reason3sp,
.reason4sp{
width:100%;
}

.reason1sp_pic img,
.reason2sp_pic img,
.reason3sp_pic img,
.reason4sp_pic img{
width:50%;
}
.reason1sp_pic,
.reason3sp_pic,
.reason2sp_pic,
.reason4sp_pic{
	text-align:center;
}
.reason1,
.reason2,
.reason3,
.reason4{
	padding:3px;
	line-height:30px;
}
.reason_set{
	border:1px solid #77db85;
border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
border:2px solid #;
margin: 0 auto 20px;
padding: 10px;
background:#F6F4E6;
}




/*------------------------------------------
■ h1
------------------------------------------*/
h1 {
background-color:#77db85;
color: #FFFFFF;
display: block;
font-size: 10px;
margin: 0 auto;
padding: 0;
width:100%;
}
.h1_txt {
display: block;
margin: 0;
padding: 2px ;
font-size: 9px;
}
/*------------------------------------------
■ ヘッダーエリア
------------------------------------------*/
#header {
	display: block;
  width: 100%;
/*height:105px;*/
}

#header #header_in {
  position: absolute;
  width: 100%;
/*  top: 26px;*/
background:#fff;
}

#header.fixed #hdr_fix {
  position: fixed;
  top: 0px;
background:#fff;
border-bottom:2px solid #77db85;
    width: 100%;
    padding-bottom: 6px;
/*
height:93px; 
height:105px;
*/
z-index:9999;
}



#header_in{
/*height:95px; height:68px;*/
}


#header_in .header_tel_number {
    /* color: #333; */
    cursor: default;
    display: inline-block;
    font-size: 14px;
	
    line-height: 26px;
    margin-bottom: 2px;
    text-indent: 25px;
    white-space: nowrap;
    text-align: left;
/*    margin-top: 5px;*/
    padding-top: 5p;
    position: relative;
    top: 0;
    background-size: 15px 15px;
        background-position: left center;
    background-repeat: no-repeat;
}

#header_in .header_tel_number:nth-of-type(1) {
    background-image: url("../img/tel_icon_small.gif");

}
#header_in .header_tel_number:nth-of-type(2) {
    background-image: url("../img/tel_icon_small.png");
}
.header_logo{
width: 40%;
    float: left;
	margin-top:0px;
	margin-left:10px;
}

.header_btn{
width: 40%;
    float: right;
    height: 40px;
    position: relative;
    top: 5px;
}

.header_tel{
clear: both;
    font-size: 11px;
    padding: 0 10px;
    position: relative;
    top: 5%;
    margin-bottom: 6px;
}

.header_txt{
display:none;
}

.header_tel_number{
    font-size: 26px;
    line-height: 28px;
}

.header_txt2{
    line-height: 13px;
}



/*------------------------------------------
■TOP
------------------------------------------*/
#top_bg {}
#top {
margin: 0 auto;
padding: 0px 0 0;
text-align: left;
}

/*------------------------------------------
■order
------------------------------------------*/
.order {
background-color: #80BD1A;
margin: 10px auto;
padding: 2px;
text-align: center;
}

.order_in{
background-color:#fff;
margin:0 auto;
padding:5px;
}

h3.copy {
background:#80BD1A;
color: #FFFFFF;
font-size: 14px;
padding: 5px 10px;
}
h3 img {
/*    max-width: 130% !important;
    margin-left: -15%;*/
}
.order_copy01{
border-radius: 0;
color: #80BD1A;
font-size: 14px;
font-weight: bold;
margin: 10px auto;
padding: 0;
text-align: center;
}
.order_copy02{
font-size: 14px;
font-weight: bold;
line-height: 125%;
margin: 0 auto 10px;
text-align: center;
}

.order_image, .order_logo{
display:block;
margin:0 auto;
width:98%;
}

/*　▼テキスト▼　*/
.order p.txt_cap{
font-size: 12px;
margin-top: 5px;
}
.order p.order_time {
font-size: 12px;
line-height: 140%;
}
/*　▼TEL番号エリア▼　*/
.order a.txt_tel {
color: #444444;
display: block;
font-size: 26px;
line-height: 100%;
margin: 8px auto;
}

/*　▼ボタンエリア▼　*/

.order_mail a {
border-radius: 10px;
color: #ffffff;
display: block;
font-size: 18px;
letter-spacing: 0.04em;
margin: 10px auto;
padding: 0;
text-shadow: 1px 1px 1px #7f7f7f;
width: 96%;
}
.order_btn {}
.plain {white-space: nowrap;}

/*------------------------------------------
■ h4タイトル
（※スマートフォンでは、背景画像を消してテキストタイトルを表示させてください）
------------------------------------------*/
h4.title {
/*
background-color: #80bd1a;
border-radius: 5px;
*/
    background: #77db85 url(../img/title_bg.png) repeat scroll center 0;
    box-shadow: 0 3px 3px #a8a8a8;
    color: #ffffff;
    text-shadow: 2px 2px 2px #4e4e4e;
    display: block;
    font-family: "FOT-筑紫A丸ゴシック Std D";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 12px 10px;
    text-align: center;
    margin: 15px auto 10px;
    line-height: 200%;
}
/*------------------------------------------
■ サブタイトル装飾（基本値）
------------------------------------------*/
.sub_title_a {
border-left: 10px solid #80bd1a;
font-weight: bold;
line-height: 130%;
margin: 10px auto 10px;
padding-left: 10px;
}
.sub_title_b {
border-bottom: 2px solid #77db85;
font-weight: bold;
margin: 10px auto 10px;
padding: 10px 0;
text-align:center;
}
.sub_title_c {
border-bottom: 1px solid #80bd1a;
border-left: 10px solid #80bd1a;
line-height: 130%;
font-weight: bold;
margin: 10px auto 10px;
padding: 0 15px 5px;
}
.sub_title_d {
background:#80bd1a;
border-radius: 5px;
color: #ffffff;
line-height: 130%;
margin: 10px auto 10px;
padding: 10px;
text-align: center;
}
.sub_title_e {
font-size: 16px;
font-weight: bold;
letter-spacing: 0.09em;
line-height: 130%;
margin: 10px auto 10px;
padding: 5px 0 6px;
}
.sub_title_f {
    background-color: #e8e4bb;
    border-left: 10px solid #77db85;
    font-family: "FOT-筑紫A丸ゴシック Std D";
    font-weight: bold;
    letter-spacing: 0.09em;
    margin: 10px auto 10px;
    padding: 10px;
}

.sub_title_g {
background-color: #e3e0d2;
border-left: 10px solid #7b4c3a;
letter-spacing: 0.09em;
margin: 10px auto 10px;
padding: 10px;
}
.sub_title_h {
border-bottom: 2px dashed #634609;
color:#987C31;
font-size: 16px;
font-weight: bold;
line-height: 130%;
margin: 10px auto 10px;
padding: 5px 0;
text-align: center;
}

/*■■■■■■■■■■■■■■■■■■■■■■
　　流用コンテンツ　【　良く使うカテゴリ　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ リストのチェックアイコン
------------------------------------------*/
ul {
list-style: none outside none;
}
ul li.icon_check {
background: url("../img/icon_check_small.png") no-repeat scroll 0 6px transparent;
padding: 4px 4px 4px 20px;
}

.icon_check{
background: url("../img/icon_check_small.png") no-repeat scroll 0 6px transparent;
padding: 4px 4px 4px 20px;
}

/*------------------------------------------
■ list_box
------------------------------------------*/
.list_box_01,.list_box_02,.list_box_03,.list_box_04,.list_box_05 {
background-color: #ffffff;
border: 1px solid #d1d1d1;
border-radius: 5px;
margin: 10px auto;
padding: 10px;
font-size:90%;
}

/*------------------------------------------
■ ポイント01
------------------------------------------*/
.point01{
margin:20px auto;
}
.point01 .point_set {
background-color: #ffffff;
border: 1px solid #;
border-radius: 10px;
margin: 10px auto;
padding: 5px;
}

.point01 .point_title {
border-bottom: 1px dashed #;
font-size: 16px;
font-weight: bold;
margin: 10px;
padding-bottom: 8px;
}

.point01 .point_set .point_title span.num {
background-color: #;
border-radius: 10px;
color: #ffffff;
display: block;
font-size: 14px;
margin: 5px 0;
padding: 5px;
text-align: center;
width: 40%;
}

.point01 .point_set p{
padding:10px;
}

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

/*------------------------------------------
■ ポイント02
------------------------------------------*/
.point02 .point_set {
background-color: #fff;
border: 2px solid #;
margin: 0 auto 10px;
padding:15px;
}

.point02 .point_title {
border-bottom: 2px dashed #;
font-weight: bold;
margin: 0 0 15px;
padding:0 0 8px;
line-height:180%;
font-size:110%;
}

.point02 .point_set .point_title span.num {
background-color: #;
border-radius: 5px;
color: #fff;
font-size: 14px;
font-weight: bold;
line-height: 10px;
margin-right: 5px;
padding: 3px 10px;
}

.point02 .point_set p{
}



.point_bg01 {
border:#77db85 1px solid;
border-radius: 25px;
margin: 20px auto;
padding: 0 15px 20px 15px;
background:#fff;
}




/*.point_bg01_in{
border-bottom:1px dotted #999;	
display:inline;
padding: 5px 0 5px 0px;		
}
*/

.voice_img{
}

.point_bg02_in{	
}


.point_bg01_in{
background-image: url("../img/graydot.gif");
line-height: 30px;
margin: 0px;
			
}


.txt_area_border02 {
background:#FDFBE2 url("../img/bg01.gif") repeat scroll center 0;
border:1px dashed #77db85;
margin: 20px auto;
padding:10px;
}


/*------------------------------------------
■ STEP
------------------------------------------*/

/*
.step_title {
border-bottom: 2px dashed #;
color: #412C1B;
font-weight: bold;
line-height: 260%;
margin: 10px 0;
padding: 0 5px 0px 0px;
}
*/
.step_title {
    border-bottom: 2px dashed #000;
    color: #412c1b;
    font-family: "FOT-筑紫A丸ゴシック Std D";
    font-size: 18px;
    letter-spacing: 0.04em;
/*    line-height: 200%;*/
    margin: 0 auto 10px;
    padding: 0 0 10px;
}

.step_title2 {
border-bottom: 2px dashed #E9569A;
color: #412C1B;
font-weight: bold;
line-height: 140%;
margin: 10px 0;
padding: 0 5px 0px 0px;
}

.s_block {
    border-left: 10px solid #77db85;
    /* color: #82c21e; */
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
    padding: 0 20px;
}
.step_area {
    background: transparent url(../img/bg01.gif) repeat scroll center 0;
    border-radius: 10px;
}
.step_set {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #a8a8a8;
    margin: 10px auto;
    padding: 0 10px 10px;
		line-height:30px;
}
/*------------------------------------------
■ お客様の声
------------------------------------------*/
.voice .voice_title {
border-bottom: 2px dashed #987c31;
color: #987c31;
font-size: 14px;
margin-bottom: 10px;
padding-bottom: 10px;
}

.voice1sp_pic,
.voice2sp_pic,
.voice3sp_pic,
.voice4sp_pic{
width:100%;
text-align:center;
}

.voice1sp,
.voice2sp,
.voice3sp,
.voice4sp{
width:100%;
}

.voice1sp {
/*background-color: #e8e4bb;*/
border-left: 5px solid #;
width:90%;
letter-spacing: 0.09em;
margin: 10px auto 10px;
padding: 10px;
font-size:14px;
font-weight:bold;
}


.voice1sp_pic img,
.voice2sp_pic img,
.voice3sp_pic img,
.voice4sp_pic img{
width:40%;
}

.voice1,
.voice2,
.voice3,
.voice4{
	padding:3px;
}
.voice_set{
border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
border:2px solid #;

margin: 0 auto 20px;
padding: 5px;
}


/*------------------------------------------
■ お客様の声
------------------------------------------*/
ul.bxslider .voice_set {
background: none repeat scroll 0 0 #ffffff;
border: 5px solid #efefef;
margin: 0 auto 10px;
padding: 20px;
}
ul.bxslider .voice .voice_title {
border-bottom: 2px dashed #;
font-size: 16px;
font-weight: bold;
margin-bottom: 15px;
padding-bottom: 15px;
}

ul.bxslider .voice_right{
margin:0 10px 10px 10px;
}


/*------------------------------------------
■ 良くある質問
------------------------------------------*/
.faq .faq_set {
background-color: #ffffff;
border: 5px solid #efefef;
border-radius: 10px;
margin: 0 auto 10px;
padding: 15px;
}

.faq .faq_title {

font-size: 15px;
font-weight: bold;
line-height: 160%;
margin: 0 0 10px;
padding-bottom: 5px;
    border-bottom: 2px dashed #77db85;
    font-family: "FOT-筑紫A丸ゴシック Std D";
    font-weight: bold;
}

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

.faq .faq_set span.a {
/*color: #86C426;*/
font-size: 120%;
margin: 0 10px 0 0;
text-align: center;
font-weight:bold;
    
    background-color: #77db85;
    border-radius: 25px;
    color: #ffffff;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0;
    width: 25px;
}

.faq .faq_set p{
padding:0px;
}
.faq_area {
    background: transparent url(../img/bg01.gif) repeat scroll center 0;
    border-radius: 10px;
    padding: 10px;
}
/*------------------------------------------
■ ブロック
------------------------------------------*/
.block_left {
}
.block_right {
}
.room {
padding: 10px;
}

/*------------------------------------------
■ 会社概要
------------------------------------------*/

strong.ceo{
	font-weight:bold;
	}

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

/*------------------------------------------
■ アクセス
------------------------------------------*/
.map_area {
font-size: 12px;
margin: 15px auto;
}
.map_in {
display: block;
height: 300px;
margin: 0 auto;
width: 90%;
}

/*------------------------------------------
■ テーブル
------------------------------------------*/
.table01 {
font-size: 70%;
color:#000;
margin: 10px auto;
width: 95%;

}
.table01 th {
background-color: #dac6b4;
padding: 5px 5px;
text-align: left;
width: 30%;
border: 1px solid #adadad;
}
.table01 td {
padding: 5px 5px;
background-color: #FFFFFF;
border: 1px solid #adadad;
text-align: left;
}

.table01 th.th01 {
width: 30%;
text-align: center;
}
.table01 th.th02{
background-color: #e7dacf;
padding-left: 50px;
padding-right: 50px;
font-weight: bold;
text-align: center;
}
.table01 th.th03 {
width: 30%;
text-align: left;
}








.table02 {
margin: 20px auto;
width: 100%;
}
.table02 th {
background-color: #efefef;
border: 1px solid #cccccc;
/*color: #fff;*/
padding: 5px;
text-align: center;
font-weight:bold;
}
.table02 td {
background-color: #FFFFFF;
padding: 5px;
border: 1px solid #CCCCCC;
font-size:85%;
}

.table02 td.td_c {
text-align: center;
}
.table02 td.td_r {
text-align: right;
}


.table03 {
font-size: 70%;
margin: 10px auto;
width: 100%;
}
.table03 th {
background: #EC6B34 none repeat scroll 0 0;
padding: 5px 5px;
text-align: left;
width: 20%;
border: 1px solid #cccccc;
color:#fff;
}
.table03 td {
padding: 5px 5px;
background-color: #FFFFFF;
border: 1px solid #cccccc;
}

p.font{
	color:#fe6500;
	font-weight:bold;
	font-size:16px;
	}
td.red{
	text-align:center;
	color:#ff0000;
	}
th.weektit{
	background:#377C05;
	}	
		
th.week{
	background:#DF6D6D;
	}
th.plan{
	background:#49A0BF;
	color:#fff;
	border: 1px solid #fff;
	}	
	
	
	


.mt40{
margin-top:40px;
	}

.point_bg00_in img {
    margin: 0 10px 0 0;
    max-width: 40%;
}

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

.box_e_title{
font-weight: bold;
padding: 0 10px;
}

.box_e .box_e_in{
background:#fafafa;
margin:5px 5px 0;
padding: 5px 10px 10px;
}

.box_e .st {
background-color:#503B35;
border-radius: 5px;
color: #ffffff;
font-weight: bold;
letter-spacing: 0.09em;
margin: 10px auto;
padding: 5px 20px;
}

.st_a{
border-left: 10px solid #de4e25;
font-weight: bold;
margin: 0px auto 10px;
padding-left: 12px;
}

.st_area {
background-color: #e9e9e9;
border: 1px dashed #de4e25;
margin: 10px auto 0;
padding: 10px;
}
.txt_area_border {
    background: #FDFBE2 url(../img/bg01.gif) repeat scroll center 0;
    border: 1px dashed #77db85;
    margin: 20px auto;
    padding: 10px;
}
/*------------------------------------------
■ フォーム部分
------------------------------------------*/
.form_area {
margin: 40px auto;
}
/* --フォームテーブルの部分-- */
.table_box {
border-top: #666666 1px dashed;
margin: 10px auto;
}
.inq_box {
display: block;
margin: 0 auto;
padding: 0 0 20px 0;
border-bottom: #666666 1px dashed;
overflow: hidden;
}
.inq_box_title {
border-left: 8px solid #;
display: block;
font-weight: bold;
margin: 10px auto 0;
padding-left: 5px;
}
.inq_box_txt {
display: block;
float: left;
line-height: 140%;
margin: 0 auto;
padding-bottom: 0;
padding-left: 0;
padding-top: 10px;
}
input, textarea, select {
font-size: 14px;
margin: 5px auto;
padding: 5px;
}
input[type=text]:focus, textarea:focus, select:focus {
outline: 0;
background-color: #FFFFDD;
}
/*------------------------------------------
■ フッター
------------------------------------------*/
#footer {
background: #77db85;
display: block;
text-align: center;
margin: 10px auto 0;
padding: 0;
font-size: 12px;
line-height: 1.8;
}
.footer_btn {
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #dbdbdb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* IE10+ */
background: linear-gradient(to bottom, #fcfcfc 0%, #dbdbdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dbdbdb', GradientType=0 ); /* IE6-9 */
border: 1px solid #E6E6E6;
box-shadow: 0 1px 2px #CCCCCC;
text-shadow: 0 1px 0 #EEEEEE;
color: #000000;
display: block;
font-weight: bold;
padding: 8px 10px;
text-align: left;
}
#footer a {
font-size: 12px;
}

.copyright {
background-color:#;
color: #ffffff;
font-size: 10px;
padding: 5px;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　サブページ設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ サブページ共通
------------------------------------------*/
.sub_page_title {
background-color:#;
border-bottom: 3px solid #CCCCCC;
color: #FFFFFF;
font-weight: bold;
margin: 10px 0;
padding: 12px 0 10px;
text-align: center;
font-size: 110%;
}
#sub_page, #order_page, #privacypolicy, #law, #order_end, .privacypolicy{
font-size: 14px;
line-height: 140%;
margin: 0 auto;
padding: 10px 0;
}
.sub_page_h {
    border-bottom: 2px solid #4ba0dd;
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 5px 0;
}



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


.free_area {background-color: #ffffff;}

.free {
    background: #77db85;
    clear: both;
    margin: 0 auto 0;
    padding: 0;
    text-align: center;
	color:#fff;
}


.free_inquiry {
	padding: 0 0 10px;
}


.free_area_bg{
background-image:url(../img/30-1.png);
background-repeat: no-repeat;
background-color: #f8f5ef;
width:100%;
/*min-height: 145px;*/
padding-top: 29%;
background-size: contain;
background-size: 100% auto;
position:relative;
}

.free_area_bg2{
background-image:url(../img/30-2.png);
background-repeat: no-repeat;
background-color: #f8f5ef;
width:100%;
/*min-height: 145px;*/
padding-top: 29%;
background-size: contain;
background-size: 100% auto;
position:relative;
}

.free_area_bg3{
background-image:url(../img/30-3.png);
background-repeat: no-repeat;
background-color: #f8f5ef;
width:100%;
/*min-height: 145px;*/
padding-top: 29%;
background-size: contain;
background-size: 100% auto;
position:relative;
}

.order_btn {
    width: 40%;
/*
    margin: 10px auto;
    padding-bottom: 10px;
*/
    position: absolute;
    right: 0;
    top: 70%;
}

.order_btn img{
width:90%;
}



.order_left_t{
width:65%;
text-align:left;
/*
position:absolute;
	top:65%;
    left: 1%;
*/
   /* bottom:2%;*/
margin-top: -10%;
    margin-left: 8px;
font-size:8px;
}
.order_left_t p{
color:#555;
}
.txt_tel_read{
		display:none;
font-size:10px;
color:#303030;
}

.txt_tel{
font-size:16px;
font-weight:bold;
}

.txt_tel img{
vertical-align: middle;
width:6%;
}

.order_left_t .txt_tel{
    background:url("../img/tel_icon_small.gif") no-repeat 8px 0px;
    background-position: left 35%;
    background-size: 13px 13px;
padding-left: 15px;
    display: inline-block;
}
.order_left_t .txt_sptel{
    background:url("../img/tel_icon_small.png") no-repeat 8px 0px;
    background-position: left 35%;
    background-size: 13px 13px;
padding-left: 15px;
    display: inline-block;
        font-size: 16px;
    font-weight: bold;
}
.txt_time{
	font-size:9px;
	}




.free_copy02{
text-align:center;
font-size:100%;
font-weight:bold;
padding:10px 0 0 0 ;
}



.p_stepL{
background:#4ba0dd;
padding:4px 8px;

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

.p_stepTit{
height:auto;
margin-bottom:15px;
font-size:24px;
font-weight:bold;
float:left;
line-height: 30px;
}


.tb_qa td{
border:none;
}


.element{
padding: 10px 5px;
}

.yellow_border{
	background-color:#ffff00;
}
.txtblue{
 color:#3a5ba9;
 font-weight:bold;
}




@media screen and (max-width:350px){
.header_logo {
    width: 170px;
    float: left;
/*margin-bottom:8px;*/
}

.header_txt2{

}


.order_left_t .txt_tel{
	font-size: 16px;
	}
.h1_txt {
display: block;
margin: 0;
padding: 0px ;
font-size: 9px;
}



	
}	
	
@media screen and (min-width:641px){	
	
.table03 th{
	width:5%;
	}	
.img_right{
	float:right;
	padding-left:20px;
	}
.step_set{
	padding:10px;
	}	
.header_logo{
	width:30%;
	}	
#header{
	height:105px;
	}	
		
	
	}	

}/*-------------------------------*/




