@charset "utf-8";

/* ===================================================================
 style info : リセット及びフォントサイズ
=================================================================== */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
text-align: center;
color: #333;
font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

#container{
overflow: hidden;
}
img{
max-width: 100%;
height:auto;
vertical-align:bottom;
display: inline-block;
}

i img{
vertical-align: middle;
}

li,
ul {
	list-style: none !important;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

input[type="text"] {
min-height:1em;
}

sup{
font-size:10px;
}
/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

input, textarea {
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.font-min{
font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ",Meiryo,serif;
}

.font-l{
font-family:'Lato', sans-serif;
}

/* リンク
----------------------------------------------------*/
a {
color:#333;
display: inline-block;
text-decoration:none;
}

a:link {
}

a:visited {
}

a:hover{
color:#158a3e;
-webkit-transition: 0.7s;
-moz-transition: 0.7s;
-o-transition: 0.7s;
transition: 0.7s;
}

li a,
a span,
a img{
display: inline-block;
backface-visibility: hidden; 
}

.bo2 a:hover,
a.bo2:hover,
a:hover {
text-decoration:none;
}

.bo2 a,
a.bo2,
.bo a:hover,
a.bo:hover{
text-decoration: underline;
}

.op a:hover,
a.op:hover,
a:hover img {
filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
cursor:pointer;
-webkit-transition: all .4s linear;
transition: all .4s linear;
cursor:pointer;
}

.tL{
	text-align: left;
}

.tC{
	text-align: center;
}

.tR {
	text-align: right;
}

.cB{
clear: both;
}

.bb li,
.bb{
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

.pr{
position: relative;
}

.db{
display: block;
}

.ib{
display: inline-block;
}

i,
em{
font-style: normal;
}

i img{
vertical-align: top;
}

img{
max-width: 100%;
}

/* 汎用
----------------------------------------------------*/
/* clerfix */
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.txt_s{font-size:85%;}
.oh{overflow:hidden;}
.ov{overflow:visible !important;}

.fb{font-weight:bold;}
.fn{font-weight:normal;}
.dn{display: none;}
.ti{text-indent: -1.2em;
padding-left: 1.2em;
}

.txt_red{
color: #ff0202;
}

.txt_w{
color: #fff;
}

.txt_green{
color:#00860d;
}

.bg_w{
background: #fff;
}

.bg_green{
background: #009772;
}

#kaitai #main02.bg_green{
background:#376ab3;
}

#sanpai #main02.bg_green{
background: #e83344;
}

.bg_aqua{
background: #f0f8f8;
}

.bg_gray{
background: #f6f6f6;
}

.bg_navy{
background: url(/lp/img/common/bg_navy.png);
}

.bg_cream{
background:#fcf8f2;
}

.bt01{
border-top:1px solid #ccc;
}

/*PC用 css*/
@media screen and (min-width: 481px) {/*----------------------------*/

.w320_only,
.sp_only,
.sp_only ul{display:none !important;
}

body{
font-size:16px;
line-height: 1.6;
text-align: center;
min-width: 1030px;
letter-spacing: 0.4px;
}

h3,
h2{line-height: 1.4;}

.imgR {
	float: right;
	margin: 0 0 20px 30px;
}

.imgL {
	float: left;
	margin: 0 30px 20px 0;
}

.left{
float:left;
}

.right{
float:right;
}

.cB{
clear:both;
}


.mb0{margin-bottom: 0 !important;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mt10{margin-top:10px;}
.mt10{margin-top:20px;}
.mt_15{margin-top:-15px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pb30{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pl10{padding-left:10px;}


.txt11{ font-size:11px; }
.txt12{ font-size:12px; }
.txt13{ font-size:13px; }
.txt14{ font-size:14px; }
.txt16{ font-size:16px; }
.txt17{ font-size:17px; }
.txt18{ font-size:18px; }
.txt19{ font-size:19px; }
.txt20{ font-size:20px; }
.txt22{ font-size:22px; }
.txt24{ font-size:24px; }
.txt28{ font-size:28px; }
.txt32{ font-size:32px; }
.txt36{ font-size:36px; }

.bt01pc{
border-top:1px solid #ccc;
}

.txt120{
font-size:120%;
}

a.tel,
a.sp_link{
pointer-events: none;
}

.justify{
display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-justify-content: space-between;
   -ms-flex-pack:space-between;
     justify-content:space-between;
 -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}

.hr01.mb30{
margin-top: 30px;
margin-bottom: 30px;
}

/*----------------------------------------------------
	#box1000（背景/ページ横幅）
----------------------------------------------------*/

#container{
text-align:center;
overflow:hidden;
min-width: 1068px;
}

#main{
border-top: 20px solid #009772;
}

#main_contents {
	/zoom: 1;
clear:both;
overflow: hidden;
}


.box1000 {
overflow: hidden;
width: 1024px;
margin-left: auto;
margin-right: auto;
}

.main p{
line-height: 1.7;
}

#main article,
#main li{
position: relative;
}

.stit_green{
height:315px;
text-align: left;
background: url(/lp/img/common/stit_green.png) 50% top no-repeat;
}

.stit_orange span,
.stit_green span{
display: block;
}

.stit_orange{
height:315px;
text-align: left;
background: url(/lp/img/common/stit_orange.png) 50% top no-repeat;
}

.cam_box{
width:100%;
background: #e83344;
padding:0px 0 50px;
overflow: visible;
}

.cam_box .mt_10{ 
margin-top: -10px;
padding-top: 3px;
padding-bottom: 5px;
}

.s_main02 img{
margin-top: -20px !important;
}

.k_main02 img{
margin-top: -10px !important;
}

.cam_box .txt20{
font-size:34px;
}

#kaitai .cam_box{
background: #376ab3;
}

.cam_box .justify{
margin: -10px auto 0;
padding: 15px 58px 20px;
-webkit-border-radius:0 0 8px 8px;
-moz-border-radius:0 0 8px 8px;
border-radius:0 0 8px 8px;
background: #fff;
}

.cam_box .justify .tel{
margin-top: 5px;
}

.main_img {
background: #e1e1e1;
position: relative;
height:630px;
width: 100%;
background: url(/lp/img/sm2025/bg_main.jpg) 50% 50% repeat-x;
background-size: cover;
/*padding-top: 4px;*/
position: relative;
overflow: hidden;
}


.main_img h1{
width: 100%;
height:612px;
position: relative;
overflow: hidden;
margin-bottom: 4px;
}

.main_img img{
display: inline-block;
margin: 0px auto 50px;
position: relative;
z-index: 99;
/*height:612px;*/
width: 1017px;
max-width: 100%;
}

.main_img ul.txt11{
width:960px;
text-align: left;
position: absolute;
bottom:40px;
left:0;
right:0;
margin: 0 auto 10px;
line-height: 1.3;
}


.main_img ul.txt11 li{
display: inline-block;
font-size:10px;
letter-spacing: 0;
}

.main_img ul.txt11 li:nth-child(even){
margin-left: 6px;
}


/*
.main_img:before {
display: block;
content: "";
width: 100%;
height: 200px;
bottom: 0;
left: 0;
right: 0;
margin: auto;
position: absolute;
background: url(/lp/img/common/bg_btm.png) 5% bottom repeat-x;
z-index: 1;
}
*/


/*
.main_img h1::before {
display: block;
content: "";
width: 50%;
height:600px ;
top: 0px;
left: 0;
margin: auto;
position: absolute;
background: url(/lp/img/sanpai/bg02.png) right 50% no-repeat;
background-position : right 420px top 127px;
z-index: 3;
}

.main_img h1::after {
display: block;
content: "";
width: 50%;
height:600px ;
top: 0px;
right: 0;
margin: auto;
position: absolute;
background: url(/lp/img/sanpai/bg02.png) 420px 127px no-repeat;
z-index: 3;
}*/


#faq dl{
padding: 37px 0 32px;
}

#faq dt{
color:#009772;
font-size:20px;
font-weight: bold;
line-height: 47px;
width:906px;
margin:0 auto 34px;
background: url(/lp/img/common/q.png) 0 50% no-repeat;
padding-left: 68px;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

#faq dd{
width:906px;
min-height: 47px;
margin:0 auto;
line-height: 1.7;
background: url(/lp/img/common/a.png) 0 0% no-repeat;
padding-left: 68px;
padding-top: 9px;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}


section h2 img{
max-width: 1024px;
}

#main02 {
padding-bottom: 20px;
}

/*----------------------------------------------------
	form フォーム
----------------------------------------------------*/

#form_box .area_box{
border:1px solid #e83746;
width:565px;
margin: 20px auto;
padding: 20px 0 20px;
}

#form_box .bg_w{
padding: 36px 45px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#form_box h2.stit_inq{
margin-bottom: 20px;
}

.confirm #form_box h2.stit_inq{
margin-bottom: 35px;
}

#form_box h3.stit02{
margin:40px auto 25px;
}

#form_box table.table_form{
width:100%;
border-collapse: collapse;
text-align: left;
margin: 30px auto 35px;
}

#form_box .table_form th {
padding: 26px 10px 26px 22px;
vertical-align:middle;
width:186px;
position: relative;
border-bottom:1px solid #fff;
background: #009772;
color:#fff;
font-weight: normal;
}


#form_box .table_form th.vt{
vertical-align: top;
padding-top: 30px;
}

#form_box .table_form td {
background: #fff;
border-bottom:1px solid #ccc;
vertical-align: middle;
padding: 15px 15px 15px 25px;
/*border-bottom: 1px solid #ccc;*/
}


#form_box .table_form tr:last-child th,
#form_box .table_form tr:last-child td{
border-bottom:none;
}

#form_box th .must{
color: #f8ff3e;
padding-left: 5px;
display: inline-block;
}

#form_box th .any{
padding-left: 5px;
display: inline-block;
}

#form_box table td input[type="text"]{
width:60%;
}

#form_box table td.w100 input[type="text"]{
width:95%;
}


#form_box table td input[type="text"],
#form_box textarea{
font-size:16px;
border:1px solid #ccc;
padding:7px 7px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999; opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}

#form_box table td textarea{
height:10em;
width:98%;
max-width: 100%;
}

#form_box table td .txts{
padding-top: 5px;
}

.confirm #form_box table th{
font-weight:normal;
}

.confirm #form_box table td{
font-weight:bold;
}

#form_box .btn{
margin: 0px auto 20px;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-justify-content: center;
   -ms-flex-pack: center;
     justify-content: center;
 -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}

#form_box .btn input{
display:inline-block;
width: 350px;
height:70px;
line-height: 64px;
padding: 0;
letter-spacing: 2px;
font-size:20px;
color:#fff;
background:#f18d00;
text-align: center;
margin: 0 auto;
border: none;
cursor:pointer;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#form_box .btn .back input{
width: 240px;
background:#aaa;
margin: 0 20px;
}

input[type="button"],
input[type="submit"] {
-webkit-appearance: none;
}

input[type="button"]:hover,
input[type="submit"]:hover {
opacity: .8;
 -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

/*
#form_box .btn-back{
display:block;
width:48%;
float:left;
text-align:right !important;
}

#form_box .submit02{
display:block;
width:48%;
float:right;
text-align:left !important;
}*/

#form_box .btn input:hover{
opacity: .8;
}

#form_box{
padding: 45px 0 30px;
}


/*----------------------------------------------------
	#thanksページ
----------------------------------------------------*/

body.thanks{
background: url(/lp/img/common/bg_btm.png) 50% bottom repeat-x #eefcfc;
/*padding-bottom: 124px;*/
height: 100vh;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

.thanks .complete_txt{
font-size:25px;
margin: 20px auto 30px;
}

.thanks #thanks_box{
background: url(/lp/img/sanpai/bg_hata.png) 50% top repeat-x #eefcfc;

position: relative;
min-height: 80vh;
}

body.thanks #thanks_box .box1000{
padding-top: 135px;
position: absolute;
height:100%;
top:0;
bottom:0;
left:0;
right:0;
margin: auto;
background: url(/lp/img/common/img_thanks.png) right bottom no-repeat;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}


.thanks #thanks_box .txt02{
margin: 25px 0 0;
}

.thanks #thanks_box .tel{
font-size:19px;
}



/*----------------------------------------------------
	footer
----------------------------------------------------*/

footer{
height:276px;
padding: 22px 0 30px;
background: url(/lp/img/sm2025/f_bg.jpg) 50% bottom no-repeat;
/*color:#009772;*/
background-size:cover;
box-sizing: border-box;
}

@media screen and (max-width: 1524px) {/*-----------------------------*/
footer{
background: url(/lp/img/sm2025/f_bg.jpg) 50% bottom no-repeat;
/*color:#009772;*/
background-size:auto 276px;

}

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

footer .box1000{
font-size:0;
}

footer .logo_box {
vertical-align: top;
position: relative;
display: inline-block;
padding-top: 95px;
padding-left: 25px;
}

footer .logo_box a{
display: inline-block;
/*color:#009772;*/
}

footer .logo_box p.txt15{
margin: 6px 0 0;
font-size:14px;
}

footer .footer01{
padding-top: 52px;
display: inline-block;
}

footer .f_img{
position: absolute;
top:20px;
left:762px;
margin: auto;
padding-top: 0px;
}

footer .f_img img{
max-width: none;
}

#fix_btn{
position: fixed;
top:40%;
right:0;
margin: auto;
width:60px;
height:278px;
z-index: 9999;
}

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




@media screen and (max-width: 480px) {/*-----------------------------*/

.main_img ul.txt11{
background:url(/lp/img/sm2025/k_main_sp_btm.jpg) 50% top;
background-size: 100% auto;
text-align: left;
padding:3px 4% 25px;
margin-top: -2px;
}

#sanpai .main_img ul.txt11{

}

#sanpai .w_box{
background: #d7efef;
padding: 15px ;
}

footer .footer01 img{
width:100%;
height:auto;
}


.main_img ul.txt11 li{
text-indent: -1em;
padding-left:1em;
position: relative;
z-index: 9;
}

#fix_btn{
position: fixed;
bottom:10px;
right:10px;
margin: auto;
width:65px;
height:65px;
z-index: 9999;
}


#form_box .area_box{
border:1px solid #e83746;
text-align: left;
margin: 20px auto;
padding: 10px 15px 10px;
}

#form_box .area_box h5{
text-align: center;
margin-bottom: 5px;
}

body{
min-width: 375px;
border-top: 5px solid #009772;
}
    
img{
max-width: 100%;
height:auto;
}

input[type="checkbox"],
input[type="radio"]{
border: 1px solid #ccc;
}

input[type="submit"],
input[type="text"]{
-webkit-appearance: none;
}

.w320_only,
.pc_only{display:none !important;}
.sp_only{display:block;}

a.no_sp{
pointer-events: none;
}

.left{float: none;}
.right{float: none;}

.mb0{margin-bottom: 0 !important;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:8px;}
.mb15{margin-bottom:10px;}
.mb20{margin-bottom:15px;}
.mb25{margin-bottom:18px;}
.mb30{margin-bottom:20px;}
.mb40{margin-bottom:25px;}
.mb50{margin-bottom:25px;}
.mt_15{margin-top:-15px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.pt10{padding-top:10px;}
.pt20{padding-top:15px;}
.pt25{padding-top:20px;}
.pt30{padding-top:20px;}
.pt35{padding-top:20px;}
.pt40{padding-top:20px;}
.pt50{padding-top:25px;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pl10{padding-left:10px;}

.txt11{ font-size:10px; }
.txt12{ font-size:11px; }
.txt13{ font-size:12px; }
.txt14{ font-size:13px; }
.txt16{ font-size:15px; }
.txt17{ font-size:15px; }
.txt18{ font-size:16px; }
.txt20{ font-size:18px; }
.txt22{ font-size:19px; }
.txt24{ font-size:20px; }
.txt28{ font-size:20px; }
.txt32{ font-size:24px; }
.txt36{ font-size:28px; }

.sptL,
.tLsp{
text-align: left!important;
}

.tCsp{
text-align: center;
}

.sp_only{display:block;}

.a_link{
padding-top: 70px !important;
margin-top: -70px !important;
}

.ls0{
letter-spacing: 0;
}

.txt120 {
font-size: 120%;
}

.img{
display: block;
text-align: center;
}

p{
line-height: 1.6;
font-size:15px;
}

.a_link{
padding-top: 60px;
margin-top: -60px;
}

.justify.sp{
display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-justify-content: space-between;
   -ms-flex-pack:space-between;
     justify-content:space-between;
 -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}

p span.ti{
display: inline-block;
text-indent: -1em;
padding-left:1em;
}

sup{
font-size:9px;
}
/*----------------------------------------------------
	#contents（メインとサイド）
----------------------------------------------------*/

#main{
/*padding-bottom: 70px;*/
}



#index #main{
padding-bottom: 0px;
}

#main_contents {
	/zoom: 1;	
clear:both;
}

.box1000{
max-width:100%;
margin-left:auto;
margin-right:auto;
}

.w94sp{
width:94% !important;
margin-left:auto;
margin-right:auto;
}

.box96{
width:96%;
margin-left:auto;
margin-right:auto;
}

#main article,
#main li{
position: relative;
}

h2.mt_50 img{
margin-top: -50px;
}

h2._mt_50 img{
margin-top: -10px;
}

#sanpai h2.mt_20 img{
margin-top: -10px;
}

.cam_box{
width:100%;
background: #e83344;
padding-bottom: 20px;
}

.cam_box .mt_10{ 
margin: -10px 0 10px;
padding: 10px 10px 0;
border-radius: 0 0 5px 5px;
}

#kaitai .cam_box{
background: #376ab3;
}

.cam_box .txt_exp{
font-size:11px;
padding: 7px 0 10px 0;
}

.k_main02 img,
.s_main02 img{
margin-top: -5px;
position:relative;
z-index: 9;
}

.cam_box .area{
margin: 0 -4% 10px;
}

.cam_box .justify{
margin: 0 auto;
padding-bottom: 1px;
-webkit-border-radius:0 0 8px 8px;
-moz-border-radius:0 0 8px 8px;
border-radius:0 0 8px 8px;
}

.cam_box .justify img{
width:290px;
margin: 0 auto;
display: block;
padding-top: 15px;
}

.form_wrap02 img{
width:290px;
margin: 0 auto;
display: block;
}

.cam_box .justify .tel{
display: block;
}


#faq dl{
padding: 20px 0 17px;
}

#faq dt{
width:94%;
color:#009772;
font-size:17px;
font-weight: bold;
min-height: 40px;
line-height: 1.5;
margin:0 auto 17px;
background: url(/lp/img/common/q.png) 0 4px no-repeat;
background-size: 40px auto;
padding-left: 50px;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

#faq dd{
width:94%;
min-height: 40px;
margin:0 auto;
font-size:15px;
line-height: 1.7;
background: url(/lp/img/common/a.png) 0 4px no-repeat;
background-size: 40px auto;
padding-left: 50px;

-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}
/*----------------------------------------------------
	form フォーム
----------------------------------------------------*/

#form_box{
padding: 23px 0;
}

#form_box .bg_w{
padding: 18px 0;
}

#form_box h2.stit_inq{
margin-bottom: 12px;
}

#form_box p{
text-align: left;
}

#form_box h2.stit_inq img{
height:32px;
}

.confirm #form_box h2.stit_inq{
margin-bottom: 15px;
}

.confirm #form_box p.tCsp{
text-align: center;
}

#form_box h3.stit02{
margin:20px auto 15px;
}

#form_box .tel_box{
border: 2px solid #009772;
max-width: 87%;
width:315px;
margin: 0 auto 26px;
text-align: center;
padding: 12px 0 8px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#form_box .tel_box p{
text-align: center;
}

.tel_box .time{
font-size:12px;
}

.tel_box img{
height:34px;
width:auto;
} 

#form_box table.table_form{
width:100%;
border-collapse: collapse;
text-align: left;
margin: 20px auto 20px;
border-top: 1px solid #ccc;
}

#form_box .table_form tr,
#form_box .table_form tbody{
display: block;
width: 100%;
}

#form_box .table_form th{
display: block;
width: 100%;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
background: #009772;
color:#fff;
padding: 9px 15px;
}

#form_box .table_form td{
display: block;
width: 100%;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
padding: 17px 15px 20px;
border-bottom: 1px solid #ccc;
}

#form_box .table_form table {
border: none;
width: 100%;
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

#form_box .table_form th span.sp_only{
display: inline-block !important;
}

#form_box th .must{
color: #f8ff3e;
padding-left: 5px;
display: inline-block;
}

#form_box th .any{
padding-left: 5px;
display: inline-block;
}

.txt_btm{
padding: 0 4%;
font-size:14px;
}

#form_box table td input[type="text"]{
}

#form_box table td input.p-postal-code[type="text"]{
width:8em;
margin-bottom: 10px;
}

#form_box table td input.w50{
width:10em;
}

#form_box table td input[type="text"],
#form_box textarea{
width:100%;
max-width: 100%;
font-size:16px;
border:1px solid #ccc;
padding:5px 6px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999; opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}

.confirm #form_box table th{
font-weight:normal;
}

.confirm #form_box table td{
font-weight:bold;
}

#form_box .btn{
margin: 30px auto 30px;
}

#form_box .btn input{
display:block;
width: 250px;
height:50px;
line-height: 50px;
padding: 0;
letter-spacing: 1px;
font-size:18px;
color:#fff;
background:#ff900c;
text-align: center;
margin: 0 auto;
border: none;
cursor:pointer;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

#form_box .btn{
display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 flex-direction:column;
}

#form_box .btn .back{
order: 2;
}

#form_box .btn .back input{
width: 200px;
background:#aaa;

}

#form_box .btn .btn-submit{
order: 1;
margin-bottom: 15px;
}

input[type="button"],
input[type="submit"] {
-webkit-appearance: none;
}

input[type="button"]:hover,
input[type="submit"]:hover {
opacity: .8;
 -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

#form_box .back{
display:block;
}


#form_box .submit02{
display:block;
margin-bottom: 20px;
}

#form_box .btn input:hover{
opacity: .8;
}

/*----------------------------------------------------
	#thanksページ
----------------------------------------------------*/

.thanks .complete_txt{
font-size:25px;
margin: 20px auto 30px;
}

.thanks #thanks_box{
background: url(/lp/img/sanpai/bg_hata.png) 50% top repeat-x #eefcfc;
padding-top: 155px;
}

body.thanks{
background: url(/lp/img/common/bg_btm.png) 50% bottom repeat-x #eefcfc;
padding-bottom: 164px;
min-height: 100vh;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

.thanks #thanks_box .txt02{
margin: 25px 0;
}

.thanks #thanks_box .tel{
font-size:19px;
}


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