@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, section,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    font: inherit;
    vertical-align: baseline;
	list-style:none;
	text-decoration:none;
}
header, nav, article, aside, section, footer {
    display:block;
}
img{
	border:none;}
.clear {
	clear:both;
}
.clearfix {zoom:1;}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    }
html { font-size: 62.5%;
}
body{
	font-family: "メイリオ", sans-serif;
  word-wrap:break-word;
/*文字サイズ自動調整OFF*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color:#000;
}
body{/*chrome fontが大きくなってしまう対策*/
font-size:18px;
font-size:1.8rem;
}
table{word-break: break-all;}

/* リンク設定
------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}
a:link, a:hover, a:active, a:visited {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	outline: none;
	color: #000;
}

img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}


body{
		background:#fff;
}
.wrap{
	margin:0 auto;
	padding:0 10px;
	background:#fff;

}
.main{
}

/*                                     　　　　ページトップへ戻る
-----------------------------------------------------------------*/
#pagetop {
	position: fixed;
	z-index: 1500;
	right:10px;
	bottom:10px;
}
#pagetop a {
	display: block;
	background:#013460;
	border-radius:5px;
	font-weight:bold;
	  -webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6);
 		box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6);
		font-size:10px;
	padding:10px 10px 7px 10px;
	text-align:center;
	color:#fff;
}
#pagetop a:hover{
	opacity:0.8;
}
	.sp{
		display:none!important;
	}
	.sp02{
		display:none!important;
	}

header{

}
.w1030{
	max-width:1030px;
	margin:0 auto;
	width:100%;
}


.box{
	text-align:center;
	margin:0 auto 30px;
}
.inner{
	max-width:1030px;
	margin:0 auto;
}

.box .L,
.box .R{
	display:table-cell;
	vertical-align:top;
}

.box p{
	line-height:1.8;
	margin-bottom:10px;
}

.box .text{
/*	padding:20px 30px;
	text-align:left;
*/}
.box .text .red{
	color:#F00;
	font-size:20px;
	font-weight:bold
}

.box img{
	display:block;
	margin:0 auto;

}

.contact .inner:hover{
	cursor:pointer;
	opacity:0.7;
}


/* header */
header table{
	width:1030px;
	margin:auto;
}
header h1{
	display:inline-block;
	vertical-align: top;
}
header table td img{
	display:inline-block;
	vertical-align: top;
}
header table td h1 + img{
	margin:15px 0 0 -5px;
}
header table td{
	vertical-align:middle;
}
header table td:nth-of-type(1){
	width:50%;
	text-align:left;
}
header table td:nth-of-type(2){
	width:31%;
	text-align:right;
}

header table td:nth-of-type(3){
	width:11%;
	text-align:right;
}

header table td:nth-of-type(2) a{
	display:inline-block;
	text-align:center;
	padding:0;
	font-size:30px;
	font-weight:bold;
}
header table td:nth-of-type(2) a img{
	margin-right:7px;
}
header table td:nth-of-type(2) span{
	display:block;
	font-size:12px;
	margin:0 0 2px;
}
header table td:nth-of-type(2) .tel_sp{
	display:none;
}



/*********************************:: top anime */
.top_anime{
	background:url(../images/LP_01_bg.jpg) repeat-x center top;
	width:100%;
	height:524px;
	margin-bottom:0;
}

.top_anime_inner{
	position:relative;
	height:524px;
}
.bottom_3,
.left_orange,
.center_text{
	position:relative;
	z-index:10;

}
.left_orange{
	padding-top:74px;
	text-align:center;
}
.left_orange img{
	margin:0 auto 0 0;
}
.center_text{
	margin:40px 0;
	padding-left:60px;
}
.center_text img{
	margin:inherit;
	margin-right:auto;

}
.bottom_3{
	display:table;
	width:100%;
}
.bottom_3 li{
	display:table-cell;
	vertical-align:bottom;
	vertical-align:middle;


}
.bottom_3 li:nth-of-type(1){
	width:23%;

}
.bottom_3 li:nth-of-type(2){
	width:50%;
	vertical-align:middle;

}
.bottom_3 li:nth-of-type(3){
	width:25%;

}

.woman{
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
}


.main_bottom{
	text-align: center;
	background:#E2F4FE;
	padding:15px 40px 20px;
}
.main_bottom img{
	max-width: 100%;
}



/* cv */
.cv_sp{
    display:none;
}



/* contact */

.tel_con{
	display:table;
	width:100%;
	max-width:840px;
	margin:20px auto;
	padding:15px 10px 7px 10px;
	border:solid 2px #ff8300;
}
.tel_con span{
	display:table-cell;
	font-weight:bold;

}

.tel_con span:nth-of-type(1){
	font-size:27px;
}
.tel_con span:nth-of-type(2){
    font-size: 51px;
    color: #ff8300;}


#btn_img:hover{
	opacity:0.7;
	cursor:pointer;
}
.contact .inner{
}

.contact_midasi{
	margin-bottom:0;
}
.blue_area{
	margin:50px 0;
}

.box_04 .blue_area{
	background:#075585;
}
.box_05 .blue_area{
	background:#075585;
}
.box_06 .blue_area{
	background:#075585;
}
.box_08 .blue_area{
	background:#075585;
}
.box_10 .blue_area{
	background:#075585;
}

#btn_img {
    border: 0px;
    width: 840px;
    height: 125px;
	background:url(../images/LP_contact_02.png) no-repeat;
	background-size:contain;
	margin-top:20px;
}

.contact_text {
	font-size:30px;
	max-width:840px;
	margin:0 auto;
	font-weight:bold;
}
.contact_text .red{
	color:red;
}
.contact_text p{
	font-size:12px;
	font-weight:normal;
    margin:10px 0 0;
}

/*　実例リスト　*/
.jiturei_list p{
	margin:30px auto;
}
.jiturei_list h2 img{
	text-align:left;
	margin:0px auto 0px 0;
}
.jiturei_list_waku{
	background:#e1f5ff;
	padding:30px 0;
	margin:30px 0;
}
.jiturei_list ul{
	font-size:0;
	text-align:center;
	margin-top:20px
}
.jiturei_list li{
	display:inline-block;
	width:25%;
	text-align:left;
	vertical-align:top;
	margin-bottom:15px;
	    font-size: 14px;
		padding:0 10px;
}
.jiturei_list li .thumb{
	text-align:center;
	max-width:240px;
	position:relative;

}

.jiturei_list li .thumb .name{
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	background:rgba(0,0,0,0.7);
	color:#fff;
	padding:5px;
}

.jiturei_list li .detail{
	padding:10px;
}
.red_waku img{
	max-width:150px;
	height:auto;
	width:100%;
	display:inline;
}
.red_waku{
	border:solid 2px orange;
	padding:10px 10px 0px 10px;
	margin-top:10px;
	text-align:left;



}
.red_waku p{
	font-weight:bold;
	margin:0;
}
.red_waku p:nth-of-type(2) span{
	color:red;
	font-size:30px;
	margin-right:10px;
}


/* お客様の声 */
.voice ul{
	font-size:0;
	text-align:center;
}
.voice li{
	display:inline-block;
	vertical-align:top;
	margin:0 10px 0;
	text-align:left;
	font-size:16px;
	padding:15px;
	border:solid 1px #ccc;
	min-height:662px;
	box-sizing:border-box;
}
.voice li .thumb{
	text-align:center;
}
.voice li img{
	width:100%;
	height:auto;
}

.voice li .title{
	font-weight:bold;
	font-size:20px;
	margin-bottom:10px;
}
.voice li .text{
	margin-top:0;
	padding: 15px 15px 0;
}

.voice li .text .name{
	margin-top:20px;
}

.slick-arrow{
	position:absolute;
	top:48%;
	border:none;
	text-indent: -9999px;
	width:22px;
	height:41px;
	z-index: 10;
	cursor: pointer;
}
.slick-arrow:hover{
	opacity:0.6;
}

.slick-prev{
	left:-2%;
	background:url(../images/slider_prev.png) no-repeat center center;
}

.slick-next{
	right:-2%;
	background:url(../images/slider_next.png) no-repeat center center;
}

.voice .slick-dots{
	margin:10px 0 0;
}

.voice .slick-dots li{
	display: inline-block;
    vertical-align: top;
    margin: 0 1px 0;
    border: none;
    padding: 5px;
    text-align: center;
    width:auto;
	box-sizing:border-box;
	min-height:inherit;
}
.voice .slick-dots li button{
	border: none;
	text-indent: -9999px;
	border-radius:50%;
    width:16px;
	height:16px;
	box-sizing:border-box;
	cursor: pointer;
	background:#ddd;
	padding:0;
}

.voice .slick-dots li button:hover,
.voice .slick-dots li.slick-active button{
	background:#999;
}

/* flow
   ================== */
.flow{
	margin:0 auto 0;
}
.flow .flow_area{
	padding:10px 0 25px;
	margin:0;
	font-size:0;
	text-align:left;
	overflow:hidden;
	background:url(../images/flow_item.png) no-repeat right top;
}
/* flow_box */
.flow .flow_area .flow_box{
	clear:both;
	padding:0 0 30px;
	overflow:hidden;
	background:url(../images/bg.png) repeat-y 11px top;
	background-size:auto;
	width:95%;
	margin:auto;
}
.flow .flow_area .flow_box:last-child{
	background:none;
}
.flow .flow_box .left{
	background:#019DC3;
	color:#FFF;
	margin-right:28px;
	font-size:44px;
	float:left;
	display:inline-block;
	padding:0;
	width:80px;
	height:80px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flow .flow_box .right{
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	width:53%;
	text-align:left;
}
.flow .flow_box .right .text_box{
	padding:0 0 0;
	display:inline-block;
	vertical-align:top;
}
.flow .flow_box .right .box_title{
	font-size:30px;
	color:#019DC3;
	margin:0 0 10px;
	font-weight:normal;
	font-weight:bold;
}
.flow .flow_box .right .inner_text{
	margin:0;
	font-size:22px;
}



/* company */
.company_table{
	width:100%;
	border-collapse:collapse;
	float:left;
	font-size:14px;
}
.company_table th,
.company_table td{
	border:solid 1px #ccc;
	padding:10px;
	text-align:left;
	vertical-align:middle;
}
.company_table th{
	background:#f4f4f4;
}

	/*　あんしん　*/
	.ansin {
		margin-bottom:50px;
	}
.ansin li{
	display:table;
	width:100%;
}
.ansin li > div{
	display:table-cell;
	text-align:left;
	vertical-align:middle;
	font-size:18px;
	padding-right:20px;
}
	.ansin li > div img{
		max-width:366px;
		width:100%;
		height:auto;
	}
.ansin li > div:nth-of-type(1){
	    max-width: 336px;
		    width: 38%;
}

.ansin .anime{
	transition: .8s;
	transform: translate(-100px, 0);
	-webkit-transform: translate(-100px, 0);
	opacity:0;
}

.ansin .anime.on{
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity:1;
}

.footerWrp {
  width: 100%;
      margin-top: 70px;
}

.footer {
	  text-align: center;
	  border-top: #ccc 1px solid;
	  padding:10px;
}

.footer .management {
  margin-top: 18px;
  font-size: 12px;
}

.footer{
  margin-top: 5px;
  font-size: 12px;
      background: #009fc5;
}
.footer img{
	max-width:300px;
}


/* フォーム */
#form{
	max-width:960px;
	margin:0 auto;
}
#form h2{
	margin-bottom:20px;
	padding-bottom:10px;
	font-size:24px;
	border-bottom:solid 2px #82D49C;
}
#form h3{
	margin-bottom:20px;
	padding-bottom:10px;
	font-size:24px;
	border-bottom:solid 4px #3765D9;
}

#formWrap {
    max-width: 700px;
    margin: 0 auto;
    color: #555;
    line-height: 120%;
    font-size: 90%;
    padding-top: 30px;
	}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	max-width:840px;
}
table.formTable01{
	width:39%;
	display:inline-block;
	vertical-align: top;
}
table.formTable01.formTable01_left{
	margin-right:2%;
}
table.formTable02{
	width:81%;
	display:table;
	vertical-align: top;
}
table.formTable td,table.formTable th{
	padding:5px 0;
	box-sizing:border-box;
}
table.formTable th{
	width:25%;
	font-weight:normal;
	vertical-align:middle;
	text-align: left;
	font-size: 16px;
	padding:5px 0;
}
table.formTable02 th{
	width:9.5%;
	font-weight:normal;
	vertical-align:middle;
	text-align: left;
	font-size: 13px;
}
table.formTable02 td{
	padding:5px 3px 5px 0;
}
table.formTable td{
	text-align:left;
	width:45%;
}

table.formTable input{
	max-width:500px;
	width:100%;
	border:1px solid #999;
    padding:10px;
	height:37px;
}
table.formTable02 input{
		width:100%;
	    max-width:100%;

}
table.formTable textarea{
	width:100%;
	height:100px;
}

table.formTable input[type="radio"],
table.formTable input[type="checkbox"]{
	height:auto;
	width:auto;
}

button.confirm{
	border:none;
	background:none;
	cursor: pointer;
}
button.confirm:hover{
	opacity:0.6;
}
table.formTable .zipcode input{
	width:60px;
}
table.formTable select{
	width:100%;
	padding:0 10px;
	font-size:16px;
	position: relative;
	box-shadow: none;
	height:37px;
}
table.formTable .red{
	font-size:12px;
	background:#f00;
	color:#fff;
	padding:2px 5px;
}
table.formTable .nini{
	font-size:12px;
	background:#27A424;
	color:#fff;
	padding:2px 5px;
}
table.formTable .hissu input,
table.formTable .hissu select{
	background:#FFDDDD;
}

#formWrap h3{
	text-align:center;
	padding:30px 0;
	font-weight:bold;
	font-size:18px;
}
#form input[type="submit"],
#form input[type="reset"],
#formWrap input[type="submit"],
#formWrap input[type="button"]{
	margin:30px 0;
	height:40px;
	width:120px;
}

.formTable .midasi th{
	font-weight:bold;
	background:#009dc3;
	color:#fff;
	border-radius: 10px;
	padding:5px;
	text-align: center;
}
.formTable .midasi + tr td,
.formTable .midasi + tr th{
	padding:10px 0 4px;
}

.form_check{
	background:#DE0000;
	text-align: center;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	width: 80.6%;
    margin: 0 auto 10px;
	padding:5px 0 3px;
}

.form_btn button{
    width: 300px;
    height: 60px;
    margin: 20px 15px 15px 15px;
    padding: 0;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    vertical-align: baseline;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease-in 0s;
}

.form_btn button.next{
	background:#DE0000;
}
.form_btn button.prev{
	background:#BBB;
}
.form_btn button.confirm{
	width:auto;
	height:auto;
	margin:20px 0 0 0;
}

.thanks_text{
	padding:20px 0 50px;
	font-size:22px;
	color:#333;
	text-align:center;
}

.sp_cv{
	display:none;
}

.cash_banner{
	text-align: center;
}
.logo_area{
	text-align: center;
}

.logo_area img{
	vertical-align: middle;
}

@media only screen and (max-width: 1030px) {
	.sp{
		display:block!important;
	}
	.sp02{
		display:none;
	}
	.box_01{
		display:none;
	}
header table{
	width:100%;
	margin:auto;
}
header h1{
	display:inline-block;
	vertical-align: top;
}
header table td h1 + img {
    margin: -5px 0 10px 14px;
}
header table td:nth-of-type(1) {
    width: 30%;
    text-align: left;
}
header table td:nth-of-type(2) a {
    padding: 10px 5px 5px 5px;
    font-size: 3.5vw;
    display: block;
}
header table td:nth-of-type(2) span {
    font-size: 1.3vw;
}

.main_bottom{
	display:block;
}

.contact_midasi{
	margin-bottom:0px;
}
.tel_con{
	padding:10px 10px 0px 10px;
	border:solid 2px #ff8300;
}
.tel_con span{
	display:block;
	text-align:center;

}

.tel_con span:nth-of-type(1){
	font-size:27px;
}
.tel_con span:nth-of-type(2){
    font-size: 51px;
    color: #ff8300;}
	

/* flow
   ================== */
.flow .flow_area{
	background:url(../images/flow_item.png) no-repeat right top;
	background-size:32%;
}


}
@media only screen and (max-width: 840px) {

#btn_img{
	max-width:100%;
}

/* sp_cv
   ================== */
.sp_cv{
	display:block;
	background:#F80000;
	padding:30px 10px;
	margin:0 auto 20px
}
.sp_cv div:nth-child(1){
	margin:0 0 10px;
}

.sp_cv div:nth-child(2){
	margin:0 0 10px;
}
.sp_cv div:nth-child(2) a{
	background:url(../images/sp_cv/tel.png) no-repeat center center;
	background-size:100%;
	height:45vw;
	display:block;
	position:relative;
}
.sp_cv div:nth-child(2) a span{
	font-size:8vw;
	font-weight:bold;
	color:#222625;
	position:absolute;
	top:15vw;
	left:21vw;
}

.sp_cv div:nth-child(3){
	margin:0 0 0;
}
.sp_cv div:nth-child(3) a{
	display:block;
}

.footerWrp {
    margin-top: 20px;
}


/* add_20170309 */

.form_btn{
	margin:0 0 20px 0;
	font-size:0;
	text-align:center;
}
.form_btn button{
	width:300px;
	height:60px;
	margin:20px 15px 0 15px;
	padding:0;
	display:inline-block;
	background:none;
	border:none;
	outline:none;
	vertical-align:baseline;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	transition: all 0.2s ease-in 0s;
}
.form_btn button:hover{
	opacity:0.6;
}
.form_btn button.next{
	background:#DE0000;
}
.form_btn button.prev{
	background:#BBB;
}
.form_btn button.confirm{
	width:auto;
	height:auto;
	margin:5px 0 0 0;
}
.thanks_text{
	padding:20px 0;
	font-size:16px;
	color:#333;
	text-align:center;
}

.tel_con + a{
	display:inline-block;
}


}
.footerfix{
    display: none;
}

@media only screen and (max-width: 736px) {


body{
font-size:14px;
font-size:1.4rem;
	}
	.sp{
		display:none !important;
	}
	.sp02{
		display:block !important;
	}

	header{
		padding:0 0 10px;
	}
	header li{
		vertical-align:middle;
	}
header h1{
	display:inline-block;
	vertical-align: top;
	width:65%;
}
header table td h1 + img {
    margin: -5px 0 10px 14px;
	width:33%;
}

header li h1{
	padding-right:5px;
}
header li img.logo{
	width:100%;
}
header table td h1 + img {
    margin: 13px 0 25px;
}
header table td:nth-of-type(1){
	width:100%!important;
	display:block;
	text-align:center!important;
}
header table td:nth-of-type(2){
	width:74%!important;
	display:inline-block;
	position: relative;
}
/* 指画像
header table td:nth-of-type(2):before{
	content:"";
	background:url(../images/tel_click.png) no-repeat;
	background-size:40px;
	width:40px;
	height:40px;
	position: absolute;
	right:10px;
	top:-17px;
	z-index: 10;
}
*/
header table td:nth-of-type(2) .tel_sp{
	display:inline-block;
	position: relative;
	overflow: hidden;
}
header table td:nth-of-type(2) .tel_sp:after{
	content:"";
	background:url(../images/light.png) no-repeat;
	background-size:100% 100%;
	width:20%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	animation:ease tel_light 2s infinite;
	-webkit-animation:ease tel_light 2s infinite;
}

header table td:nth-of-type(2) .tel_pc{
	display:none;
}
header table td:nth-of-type(2) a{
	font-size:5vw!important;
	display:block;
	border:none;
	padding:0;

}
header table td:nth-of-type(2) a img{
	width:100%;
	margin: 0;

}
header table td:nth-of-type(2) span {
    font-size: 1.8vw;
	margin: 0 0 8px;
}
header table td:nth-of-type(3) {
	width:24%!important;
	display:inline-block;

}
header table td:nth-of-type(3) img{
	margin: -4px 0 0 8px;
}

.main_bottom{
	display:none;
}

.box .L,
.box .R{
	display:block;
}

.box .text{
	padding:10px;
}

.box p{
	line-height:1.4;
}
.box {
    margin: 0px auto 20px;
}
.tel_con span:nth-of-type(1){
	font-size:16px;
}
.tel_con span:nth-of-type(2){
    font-size: 24px;
    color: #ff8300;}


.box_01 {
	padding-bottom:50px;
}



.box_02 {
    padding:0;
	margin-top:20px;
}
.box_02 .bg_grade_T,
.box_02 .bg_grade_B{
    padding: 20px 10px;
}

.blue_area {
    margin: 20px 0;
}

/* cv */
.cv_pc{
    display:none;
}
.cv_sp{
    display:block;
    font-size:0;
    position: relative;
    margin-top:20px;
}
.cv_sp a:first-child{
    display:inline-block;
    width:74%;
    vertical-align: middle;
    margin-right:2%;
    position:relative;
    overflow: hidden;
}
.cv_sp a:last-child{
    display:inline-block;
    width:24%;
    vertical-align: middle;
}
/* 指画像
.cv_sp:before{
	content:"";
	background:url(../images/tel_click.png) no-repeat;
	background-size:40px;
	width:40px;
	height:40px;
	position: absolute;
	right:28%;
	top:-17px;
	z-index: 10;
}
*/
.cv_sp a:first-child:after{
	content:"";
	background:url(../images/light.png) no-repeat;
	background-size:100% 100%;
	width:20%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	animation:ease tel_light 2s infinite;
	-webkit-animation:ease tel_light 2s infinite;
}


/* flow
   ================== */
.flow .flow_area{
	background:url(../images/flow_item.png) no-repeat right top;
	background-size:28%;
	padding: 20px 0 0;
}
.flow .flow_area .flow_box{
	clear:both;
	padding:0 0 40px;
	overflow:hidden;
	background:url(../images/bg.png) repeat-y -10px top;
	background-size:auto;
	width:95%;
	margin:auto;
}
.flow .flow_box .left{
	margin-right:4%;
	font-size:24px;
	width:40px;
	height:40px;
}
.flow .flow_box:first-child .right{
	width:57%;
}
.flow .flow_box .right{
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	width:73%;
	text-align:left;
}
.flow .flow_box .right .text_box{
	padding:0 0 0;
	display:inline-block;
	vertical-align:top;
}
.flow .flow_box .right .box_title{
	font-size:20px;
	margin-bottom:2px;
}
.flow .flow_box .right .inner_text{
	font-size:16px;
}

.contact{
	margin-bottom:20px;
}
.contact .inner{
}

.woman_01 {
    margin-top: -50px;
}

.jiturei_list li .detail{
	padding:10px 5px;
}
.jiturei_list li{
	width:49.5%;
	padding:10px 5px;

}
.jiturei_list li .thumb{
	width:100%;
	max-width:100%;
	height:auto;
}

.red_waku p:nth-of-type(2) span{
		font-size:24px;
}
.voice li{
	width:100%;
}

.company_table th, .company_table td{
	padding:5px;
	font-size:12px;
}
.company_table th{
	width:120px;
}

.ansin li > div{
	display:block;
	font-size:14px;
	padding:0;
	margin:0 auto;
}
.ansin li{
	margin-bottom:15px;
}

.ansin li > div:nth-of-type(1){
	    max-width: 336px;
		    width: 100%;
}

/* お客様の声 */
.slick-list{
	border:solid 1px #ccc;
}
.voice .thumb{
	padding:15px;
}
.voice ul{
	font-size:0;
	text-align:center;
}
.voice li{
	display:inline-block;
	vertical-align:top;
	margin:0 0 0;
	padding:0 0 10px;
	text-align:left;
	font-size:16px;
	border:none;
	min-height:inherit;
}
.voice .slick-dots li button{
    width:10px;
	height:10px;
	padding: 0;
}

.footer {
    margin:30px auto 10px auto;
	  text-align: center;
	  line-height:1.4;
}

.footer img{
	max-width:300px;
	width:100%;
}


#form h2 {
    font-size: 18px;
}
#form h3{
    font-size: 22px;
	padding: 10px 5px 10px 5px;
}
table.formTable th,
	table.formTable td{
		display:block;
		width:100%;
	}
.formTable .midasi + tr th {
    padding: 10px;
}
.formTable .midasi + tr td{
    padding: 0 0 10px;
}
table.formTable th{
    background:#eee;
	padding:10px;
}
table.formTable td{
	padding:0 0 10px;
}
table.formTable01 {
    width: 100%;
    display:table;
    vertical-align: top;
}
table.formTable02 {
    width: 100%;
}
table.formTable td select{
    padding:15px 10px;
	font-size:16px;
	border-radius:6px;
	height:auto;
}
table.formTable td input{
    padding:15px 10px;
	font-size:16px;
	height: auto;
	border-radius:6px;
}
.formTable .midasi th {
    font-weight: bold;
    background: #009dc3;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 0 0 13px;
	text-align: center;
}

.form_check {
    background: #DE0000;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin: 0 auto 10px;
    padding: 5px 0 3px;
}

.logo_area {
    margin: 0 0 15px;
}
.logo_area img:first-child{
	width:60%;
}
.logo_area img:last-child{
	width:30%;
}

.form_btn button{
	width:46%;
	height:50px;
	margin:20px 2% 0 2%;
}
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea{
	font-size:16px;
}
.footerfix{
    display: block;
    width: 100%;
    background: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 8px;
}
.footerWrp{
    padding-bottom: 16%;
}
#pagetop{display: none;}
}



