@charset "utf-8";

* {
 margin:0;   
 padding:0;
}
body {
 font-family: Verdana,Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
 -webkit-text-size-adjust: 100%;
 width:320px;
 font-size:14px;
 line-height:1.5;
}
h1,h2,h3,h4,h5 {
 font-weight:normal;
 line-height: 1.6;
}
li {
 list-style-type:none;
}
img {
 border:0;
 vertical-align: top;
}

/* Clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}
.mt80{ margin-top:80px;}
.mt100{ margin-top:100px;}
.ml20{ margin-left:20px;}
.mr4{ margin-right:4px;}

.alnC{ text-align:center;}
.alnR{ text-align:right;}

.fontB{ font-weight:bold;}

/*  HEADER
----------------------------------- */
#header h1{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
}

/*  NAV
----------------------------------- */
#nav {
    background: none repeat scroll 0 0 #53bdd7;
    height: 70px;
    width: 100%;
}
#nav ul{
}
#nav ul li{
    background: none repeat scroll 0 0 #53bdd7;
    border-right: 1px solid #fff;
    display: table-cell;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    width: 1%;
}
#nav ul li a{
	color:#fff;
	text-decoration:none;
}
#nav ul li.last{
    border-right: none !important;
}

/*  CONTENT
----------------------------------- */
#main img{
	width:100%;
}
.inner{
	padding:5px;
	position:relative;
}
h2{
    background: none repeat scroll 0 0 #53bdd7;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    padding: 15px 0;
    text-align: center;
	margin-bottom: 10px;
}
h2 span{
	font-size:45px;
}

#pattern{
	position:relative;
	margin-top: 50px;
}
#pattern .patternIcon1{
    left: 42px;
    position: absolute;
    top: -30px;
}
#pattern .patternInner{
	padding:10px;
	position:relative;
}
#pattern h3{
    border-bottom: 2px solid #878787;
    border-top: 2px solid #878787;
    color: #53bdd7;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-indent: 65px;
	margin-bottom:15px;
}
#pattern .patternIcon2{
    position: absolute;
    top: -2px;
}
#pattern .patternBoxL{
	display:inline-block;
    float: left;
    margin-right: 5%;
    width: 65%;
}
#pattern .patternBoxL span{
	color:#53bdd7;
	font-weight:bold;
}

#pattern .patternBoxR{
	display:inline-block;
	width: 30%;
}
#pattern .patternBoxR p{
    font-size: 10px;
    line-height: 13px;
    margin-top: 5px;
}

#case{
	position:relative;
	margin: 50px 0 70px;
}
#case h2{
    padding: 30px 0;
    text-indent: 84px;
}
#case h2 span{
	font-size:34px;
}
#case .caseIcon1{
    position: absolute;
    top: 13px;
}
#case .caseInner{
	position:relative;
	border:2px solid #b6b6b6;
	margin: 10px 10px 20px;
}
#case h3{
    background: none repeat scroll 0 0 #106bb9;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0;
    text-indent: 65px;
}
#case .caseIcon2{
	position:absolute;
	top:-4px;
	left:10px;
}
#case .caseInnerBox{
	padding:10px;
}
#case .caseCont{
	background:#ededed;
	padding:13px;
	position:relative;
	margin: 20px 0 13px;
}
#case .caseContTitle{
	background:#fff;
	font-weight:bold;
	text-indent: 70px;
	margin-bottom: 5px;
}
#case .caseContTitle span{
	font-size:18px;
}
#case .caseIcon3{
	position:absolute;
	top:-16px;
	left: 6px;
}
#case table{
	border-collapse: collapse;
	width:100%;
}
#case table.table1 tr{
	border-bottom:1px solid #b6b6b6;
}
#case table td{
	padding:3px 0;
}

#performance{
	position:relative;
}
#performance .performanceIcon1{
	position:absolute;
	top:39px;
}
#company{
	margin-bottom:40px;
}
#company .companyText{
	padding: 0 5px 25px;
}

#voice{
	position:relative;
	margin-bottom:35px;
}
#voice h2{
	padding: 15px 0 15px 25px;
}
#voice .voiceIcon1{
	position:absolute;
	top:25px;
}
#voice .voiceInner{
    border: 1px solid #53bdd7;
    margin: 15px 11px;
	position:relative;
	padding:7px 10px;
}
#voice .voiceTitle{
    border-bottom: 1px solid #53bdd7;
    font-size: 16px;
    font-weight: bold;
    margin-left: 40px;
    padding: 0 0 5px 25px;
}
#voice .voiceSubTitle{
    font-weight: bold;
    margin: 0 0 10px 40px;
    padding-left: 25px;
}
#voice .voiceIcon2{
	position:absolute;
	top:10px;
}

#procedure .procedureText1{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding-bottom: 15px;
}
#procedure .procedureText2{
	padding:15px 5px;
}

/*  FOOTER
----------------------------------- */
#footer{}

#footer a{
 height:38px;
 overflow:hidden;
 display:block;
}
.pagetop{
	background:#ededed;
	padding:15px 0;
	text-align:center;
	display:inline-block;
	width: 100%;
	line-height: 8px;
	color:#000;
	text-decoration:none;
}
.footerInner{
 background:#53bdd7;
 color:#FFFFFF;
 padding:20px 10px;
 border-bottom:2px solid #b6b6b6;
 margin-bottom: 50px;
}

#footer p{
	font-size:12px;
	margin-bottom: 20px;
}
#footer p span{
	font-weight:bold;
	font-size:14px;
}
#copyright{
	font-size:9px;
	margin-bottom:0;
}
.footerBtn{
	position:fixed;
	bottom: 0;
	left:0;
	background:#fff;
}
.footerBtn1{
	display:inline-block;
	padding:5px;
}
.footerBtn1 img{
	width:150px;
}
.footerBtn2{
	display:inline-block;
	padding:5px;
}
.footerBtn2 img{
	width:150px;
}
/*  TOP FORM
----------------------------------- */
.formArea{
 background:#53bdd7;
 padding:10px 5px 20px;
}
.formHead{
 height: 66px;
 font-size:0;
 position:relative;
 padding-left: 16px;
}
.formHeadImg{
	position:relative;
	display: inline-block;
}
.formHeadIcon{
 color:#000000;
 font-size: 10px;
 height: 66px;
 line-height: 15px;
 text-align: center;
 position: absolute;
 top: 30px;
 left:0;
 width:62px;
 padding-left: 6px;
}
.formHeadNum{
 font-size: 24px;
 font-weight: bold;
 line-height: 26px;
 margin-right: 2px;
}
.formHeadSec{
 font-weight:bold;
}
.formHeadText{
 color: #ffffff;
 display: inline-block;
 font-size: 18px;
 line-height: 66px;
 margin-left: 6px;
 vertical-align: top;
}

.select_focus{
 border-color:#FF0000;
}
.form_selectArea{
 position:relative;
}
.form_selectNum{
 background:#ffe742;
 width:30px;
 height:30px;
 border-radius: 15px;
 color:#453a31;
 font-size:15px;
 font-weight:bold;
 line-height:30px;
 position:absolute;
 top:21px;
 left:10px;
 text-align: center;
}

select{
 font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
 padding: 0 0 0 50px;
 margin-bottom: 10px;
 height: 70px;
 font-size:17px;
 line-height:36px;
 border:2px solid #ffffff;
 border-radius: 8px;
 box-sizing:border-box;
 width:100%;
 /* appearance start */
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
 text-indent: .01px;
 text-overflow: "";
 /* appearance end */
 background:url("../img/icon_select.png") no-repeat 264px center #FFFFFF;
 background-size:35px 35px;
}

.btn_sendBox{
 width: 294px;
 margin-left:auto;
 margin-right:auto;
 position:relative;
}
.btn_send{
 border: 1px solid #db5200;
 color: #ffffff;
 line-height: 96px;
 width: 100%;
 font-size: 22px;
 border-radius: 10px;
 background: -moz-linear-gradient(top, #ff9a29 0%, #ff651b);
 background: -webkit-gradient(linear, left top, left bottom,from(#ff9a29),to(#ff651b));
 display:block;
}
.btn_sendBox:before{
 position:absolute;
 right:18px;
 top:42px;
 content:"";
 display:block;
 width:12px;
 height:12px;
 border-style:solid;
 border-width:0 3px 3px 0;
 border-color:#ffe742;
 transform: rotate(-45deg);
 -webkit-transform:rotate(-45deg);
 -moz-transform:rotate(-45deg);
 -o-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
}




/*  CONTACT FORM VERSION
----------------------------------- */
.contactFormVer{
	padding: 10px;
}
.contactFormVer .contactTel{
	line-height: 17px;
}	
.contactFormVer .contactTel span{
	color:#0e9055;
}
.contactFormVer .contactTel img{
	width: 68px;
}
.contactFormVer .contactBtn{
	margin: 5px 0;
	background: -moz-linear-gradient(
		top,
		#f8f8f8 0%,
		#d9d9d9);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f8f8f8),
		to(#d9d9d9));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #b6b6b6;
}
.contactFormVer .contactBtn img{
	width:100%;	
}
.contactFormVer .contactTouch{
	line-height: 36px;
}	
.contactFormVer .contactTouch img{
	width: 68px;
}

/*  CONTACT TEL VERSION
----------------------------------- */
.contactTelVer{
	position:relative;
}
.contactTelVer h2{
	padding-top: 60px;
	margin-bottom: 0;
}
.contactTelVerIcon1{
    left: 50px;
    position: absolute;
    top: 10px;
}
.contactTelVer .contactTelVerInner{
	padding:10px;
}
.contactTelVer .contactTelVerTel{
    font-size: 20px;
    line-height: 28px;
    position: relative;
    text-align: center;
    text-indent: 20px;
}
.contactTelVer .contactTelVerTel span{
	font-weight:bold;
}

.contactTelVer .TelImg{
    left: -7px;
    position: absolute;
    top: -5px;
}
.contactTelVer .contactTelVerBtn1{
	margin: 15px 0;
	background: -moz-linear-gradient(
		top,
		#ff9829 0%,
		#ff631b);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff9829),
		to(#ff631b));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #db5000;
}
.contactTelVer .contactTelVerTouch{
	text-align: center;
	position:relative;
	font-size:12px;
	font-weight:bold;
}
.contactTelVer .contactTelVerTouch span{
	font-size:16px;
}
.contactTelVer .TouchImg{
    left: 13px;
    position: absolute;
    top: 5px;
}
.contactTelVer .contactTelVerBtn2{
	margin: 30px 0 10px;
	background: -moz-linear-gradient(
		top,
		#f8f8f8 0%,
		#d9d9d9);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f8f8f8),
		to(#d9d9d9));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #b6b6b6;
}



@media screen and (-webkit-device-pixel-ratio:3) {
  body { font-size:16px; }
  #header h1 { font-size:20px;}
  h2   { font-size:30px; }
  .formHeadText{ font-size:22px;}
  .contactTelVer .contactTelVerTel{font-size:25px;}
  .contactTelVer .contactTelVerTouch {font-size:15px;}
  .contactTelVer .contactTelVerTouch span{font-size:20px;}
  #pattern .patternBoxR p{font-size:12px;}
  #footer p{ font-size:15px;}
  #footer p span{ font-size:17px;}
  p#copyright{font-size:12px;}
}