/* HTML Elements */
* {
	margin:0;
	padding:0;
}

p {	
	margin: 15px 0;
}
.sp {
	display: none !important;
}
#header {
	width: 100%;
	height: 74px;
	z-index: 1000;
}
#header h1 {
	width: 30vh;
	height: 26px;
	float: left;
	padding: 20px 0 0 17px;
}
#header h1 img{
  width: 100%;
}
video {
  height: 844px;
  position: fixed;
  top: 0;
  left: -350px;
  z-index: -100;
  width: auto;
}
video{
  position: fixed;
  top: 50%;
  left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
  transform: translate(-50%,-50%);
}
.mainvisual {
  width: 100vw;
  height: 100vh;
  position: relative;
}
@media all and (min-width: 0) and (max-width: 767px) {
  .sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	
	h1 img {
		width:60%;
	}
  #header h1 img{
  width: 60%;
    padding-right: 30px;
}
  .mainvisual {
  width: 100%;
  height: 100%;
  position: relative;
}
}
@media all and (min-width: 767px) {
  video{
  position: fixed;
  top: 50%;
  left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
  transform: translate(-50%,-50%);
    top: 41%;
}
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 20px 0 18px;
}

#gHeader .hBox {
	margin: 0 auto;
	width: 1012px;
}

#gHeader h1 {
	font-size: 11px;
	font-weight: normal;
}

#gHeader .logo {
	padding: 6px 0 0 9px;
	float: left;
}

#gHeader .menuBox {
	float: right;
	margin: 0 20px 0 0;
}

#gHeader .menuBox .close {
	display: none;
}

#gHeader .menu {
	display: none;
}

#gNavi li {
	margin-left: 8px;
	padding: 5px 0 6px 10px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
}

#gNavi li:first-child {
	background: none;
}

#gNavi li a {
	color: #fff;
	text-decoration: none;
}

#gNavi li a:hover {
	color: #ccc;
}

.renewal {
	position: absolute;
	left: 50%;
	top: 31vw;
	margin: -130px 0 0 -260px;
}
.renewal img {
	width: 100%;
	height: auto;
}



@media all and (min-width: 0) and (max-width: 767px) {
  
  #gHeader .menuBox {
		position: absolute;
		left: 0;
		top: 21vw;
		width: 100%;
		display: none;
		float: none;
		background-color: #FFF;
	}
	#gHeader .menuBox .close {
		padding-bottom: 20px;
		display: block;
		text-align: center;
	}
	#gHeader .menu {
		display: none;
	}
	#gHeader .menu {
		margin: -40px 20px 0 0;
		float: right;
		display: block;
	}
	#gNavi  {
		margin-bottom: 21px;
	}
	#gNavi li {
		margin-left: 0;
		padding: 0;
		display: block;
		font-size: 15px;
		background: none;
	}
	#gNavi li:first-child {
		
	}
	#gNavi li a {
		padding: 12px 16px 11px;
		display: block;
		border-bottom: 1px solid #595652;
		background: url(../img/sp_icon01.gif) no-repeat 94% center;
		background-size: 10px 21px;
    color: #595652;
	}

	#gNavi li a:hover {
		color: #3E3A39;
	}
}
@media all and (min-width: 767px) {
  #gHeader .menuBox {
		display: block !important;
	}
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

#container {
	width: 100%;
	background-color: #fff;
  margin-top: -90px;
}
#container .section-inner {
	width: 1080px;
	text-align: center;
	margin: auto;
	padding: 50px 0 140px 0;
	max-width: 90%;
}


h2.content-title {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1.3;
	margin: 90px 0 60px;
	color: #fff;
}

.topSection1 {
	background: url(../images/5.png);
  background-position: bottom right;
  background-size: cover;
}

.topSection1 h2.content-title,.topSection2 h2.content-title,.topSection5 h2.content-title{
	color: #555;
}

.topSection1 .phi {
  margin: 0 auto;
  width: 70%;
}


.topSection2 {
	background: url("../images/back.jpg");
  background-position: bottom left;
  background-size: cover;
}

.topSection2 h3,.section-inner10 h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 7% 0;
}
.tankbox {
  display: flex;
}
.tankbox .box {
  width: 30%;
  padding: 0 2%;
}
.tankbox .box img {
  width: 100%;
}



.boxWork {
	margin: 57px 0 0 0px;
}
.boxWork a {
	border: 2px solid #fff;
    display: block;
    padding: 13px 67px;
    background: url(../images/w_arrow.png) no-repeat;
    background-position: 203px 14px;
	width: 102px;
    margin: 0 auto;
	color:#fff;
}
.boxWork a:hover {
	color:#000;
	background: #fff url(../images/arrow.png) no-repeat;
	background-position: 203px 14px;
}
.boxContact {
	margin: 57px 0 0 0px;
}
.boxContact a {
	border: 2px solid #000;
    display: block;
    padding: 13px 67px;
    background: url(../images/arrow.png) no-repeat;
    background-position: 203px 14px;
	width: 102px;
    margin: 0 auto;
	color:#000;
	text-align: center;
}
.boxContact a:hover {
	color:#fff;
	background: #000 url(../images/w_arrow.png) no-repeat;
	background-position: 203px 14px;
}


.topSection3 {
    background:#000 url(../images/6.jpg) 50% 50% no-repeat;
	background-size: cover;
      /*height: 850px;*/
}
.topSection3 p {
    color:#fff;
}
.topSection3 img {
  width: 300px;
}

.topSection4 {
    background: #7598cd;
	background-size: cover;
	color:#fff;
}
.topSection4 ul li {
	padding: 9px 0px 8px 0;
}
.topSection5 {
    background:url(../images/subphoto.jpg) 50% 50% no-repeat;
	background-size: cover;
      /*height: 850px;*/
}
.topSection5 ul li {
  /*}color: #fff;*/
}



#container .section-inner2, #containerBox .section-inner2 {
	width: 980px;
	text-align: center;
	margin: auto;
	padding: 40px 0;
	max-width: 90%;
	position:relative;
	overflow:hidden;
}
#container .section-inner2 ul, #containerBox .section-inner2 ul {

	left:50%;
	position:relative;
	margin: 0 0 35px 0;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
}
#container .section-inner2 li, #containerBox .section-inner2 li {
	float:left;
	left:-50%;
	position:relative;
	padding: 5px 20px 10px 15px;
}
#container .section-inner2 p, #containerBox .section-inner2 p {
	clear:both;
}

#footer {
	background: #ededee;
	margin: 57px 0 0 0;
	font-size: 90%;
}
#footer .section-inner2 img {
	max-width: 40%;
}

  
#copyright {
	width: 95%;
	font-size: 85%;
	text-align: center;
	margin: 60px auto 15px;
	padding: 10px;
}


#page-top {
    position: fixed;
    bottom: 6px;
    right: 10px;
	z-index: 100;
}
@media all and (min-width: 0) and (max-width: 767px) {
  .topSection1 .phi {
  margin: 0 auto;
  width: 90%;
}
  .tankbox {
	display: block;
}
  .tankbox .box {
  width: 100%;
  padding: 2% 2%;
    text-align: center;
    margin: 0 auto;
}
  .tankbox .box img {
  width: 90%;
}
  .topSection2 ul li {
		float:none;
		width:90%;
		margin: 7% 1% 0 1%;
		padding-top: 9%;
	}
	.topSection2 ul li img {
		width:70%;
	}
  .topSection5 {
  height: auto;
}
  #footer .section-inner2 img {
	max-width: 70%;
}
}





/*------------------------------------------------------------
		下層ページ共通
------------------------------------------------------------*/
/*下層はcontainerBoxがメインコンテンツ*/
#containerBox {
  margin-top: -74px;
}
.secondTop {
  background: #b7cbdd;
}
#containerBox .section-inner {
	width: 980px;
	text-align: left;
	margin: auto;
	padding: 85px 0;
	max-width: 90%;
}
h2.content-title2 {
	font-size: 300%;
	letter-spacing: 0.07em;
	line-height: 1.0;
	margin: 150px 0 0;
	color: #fff;
}
#containerBox .section-inner p {
	color:#fff;
  font-size: 200%;
}

.secondMain {
	background: #f3f3f3;
	padding: 100px 0 50px 0;
	
}
.crumb {
  margin: -30px 0 10px 20px;
  text-align: left;
    color: #fff;
}
.crumb a {
  color:#fff !important;
}

.tableBox table {
	width: 96%;
	margin: 0 auto;
	border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.tableBox table th {
	padding: 13px;
    text-align: left;
    vertical-align: middle;
    color: #666666;
    background: #eee;
    border-bottom: 1px dotted #999;
    border-left: 1px solid #ccc;
	width: 30%;
}
.tableBox table td {
	padding: 12px;
    border-bottom: 1px dotted #999;
    border-left: 1px solid #ccc;
	line-height: 1.4;
	vertical-align: middle;
}
.tableBox table td.time {
	line-height: 1.8;
}
@media all and (min-width: 0) and (max-width: 767px) {
  h2.content-title2 {
	font-size: 200%;
}
}
@media only screen and (max-width: 767.98px){
	#containerBox {
    margin-top: 0;
}
  .secondMain {
    padding: 0;
  }
  .tableBox table {
		width: 100%;
	}
	
	.tableBox table th {
		display: block;
		width: 94%;
		padding: 3%;
	}
	.tableBox table td {
		display: block;
		width: 94%;
	}
}



/*------------------------------------------------------------
		料金ページ
------------------------------------------------------------*/
.priceTop {
	background: url(../images/price/price_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}


.price-inner {
	background: #fff url(../images/mark.jpg) top left no-repeat;
	width: 980px;
	margin: 0 auto;
	padding: 50px;
	max-width: 90%;
	font-size:110%;
	margin-bottom:50px;
}
.price-inner h3 {
	font-size:150%;
	padding:10px 20px;
	text-align: left;
}
.price-inner h4 {
	text-align:left;
	padding: 0;
}
.price-inner p {
	text-align:left;
	padding: 0;
	margin: 0;
	line-height: 1.7;
      margin: 20px;
}
.priceBox {
	margin: 15px 0 65px 0;
  display:flex;
}

.priceBox .tableBox {
  width:48%;
  order: 0;
}

.tankImages {
  width:48%;
  order: 1;
}
.tankImages img {
  width:100%;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.price-inner {
    max-width: 100%;
    padding: 50px 0;
  }
  .priceBox {
	margin: 15px 0 65px 0;
  display:block;
}
  .priceBox .tableBox {
  width:90%;
    margin:3% auto;
}
  .tankImages {
  width:90%;
    margin:0 auto;
}
  .tankImages img {
  width:100%;
}
}

/*------------------------------------------------------------
		流れのページ
------------------------------------------------------------*/
.flowBg {
	background: url(../images/flow/flow_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.flow-inner {
	background: #fff url(../images/mark.jpg) top left no-repeat;
	width: 980px;
	margin: 0 auto;
	padding: 50px;
	max-width: 90%;
	font-size:110%;
	margin-bottom:50px;
}
.flow-inner h3 {
	font-size:150%;
	padding:10px 20px;
	text-align: left;
}
.flow-inner h4 {
	text-align:left;
	padding: 0;
  font-size: 20px;
}
.flow-inner p {
	text-align:left;
	padding: 0;
	margin: 0;
	line-height: 1.7;
      margin: 20px;
}
.flowBox {
	margin: 15px 0 65px 0;
  display:flex;
}
.flowboxIn {
  
  
}
.flowboxIn ul li {
    border: solid 1px #dcdcdc;
    border-radius: 10px;
    padding: 30px 5% 20px;
    position: relative;
    margin-bottom: 50px;
}
.flowboxIn ul li h4 .no {
    font-family: Arial, Helvetica, "sans-serif";
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    background-color: #1da395;
    border-radius: 5px;
    margin-right: 15px;
}
.flowboxIn ul li figure {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3%;
    margin: auto;
}
figure img {
    width: 100%;
    vertical-align: bottom;
}
.flowboxIn ul li p {
  padding-right: 15vw;
}

.flowboxIn ul li:after {
    left: 0;
    right: 0;
    bottom: -50px;
    margin: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 20px;
    border-top-color: #e8e8e8;
}
.flowboxIn ul li:last-child:after {
  display: none;
}




@media all and (min-width: 0) and (max-width: 767px) {
	.flow-inner {
    padding: 50px 0;
    max-width: 100%;
  }
  .flowBox {
	margin: 15px 0 65px 0;
  display:block;
}
  .flowboxIn ul li h4 {
    font-size: 19px;
    line-height: 30px;
    margin: 0 auto 10px;
    text-align: center;
}
  .flowboxIn ul li h4 .no {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    margin: 0 auto 15px;
}
  .flowboxIn ul li {
  margin: 6% 3% 9%;
}
  .flowboxIn ul li p {
  padding-right: 0;
    margin: 6% 0%;
}
  
  
  .flowboxIn ul li figure {
    width: 120px;
    height: 120px;
    position: static;
    margin-bottom: -10px;
}
  
}
/*------------------------------------------------------------
		お試しのページ
------------------------------------------------------------*/

.trialBg {
	background: url(../images/trial/trial_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.trial-inner {
	background: #fff url(../images/mark.jpg) top left no-repeat;
	width: 980px;
	margin: 0 auto;
	padding: 50px;
	max-width: 90%;
	font-size:110%;
	margin-bottom:50px;
}
.trial-inner h3 {
	font-size:150%;
	padding:10px 20px;
	text-align: left;
}
.trial-inner h4 {
	text-align:left;
	padding: 40px 0 0 0;
  font-size: 20px;
}
.trial-inner p {
	text-align:left;
	padding: 0;
	margin: 0;
	line-height: 1.7;
      margin: 20px;
}
.trialBox {
	margin: 15px 0 65px 0;
  display:flex;
}
.trialboxIn {
  
  
}
.trialboxIn ul li {
    border: solid 1px #dcdcdc;
    border-radius: 10px;
    padding: 30px 5% 20px;
    position: relative;
    margin-bottom: 50px;
}


.trialboxIn ul li p {
  padding-right: 15vw;
}

.trial_tank {
      display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 3% 0;
}
.trial_tank img {
  width: 30%;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.trial-inner {
    padding: 50px 0;
    max-width: 100%;
  }
  .trialBox {
	margin: 15px 0 65px 0;
  display:block;
}
  .trialboxIn ul li h4 {
    font-size: 19px;
    line-height: 30px;
    margin: 0 auto 10px;
    text-align: center;
}
  
  .trialboxIn ul li {
  margin: 6% 3% 9%;
}
  .trialboxIn ul li p {
  padding-right: 0;
    margin: 6% 0%;
}
  .trial-inner h4 {
    padding: 100px 20px 0;
  }
  .trial_tank {
   display: block;
  }
  .trial_tank img {
   width: 80%;
    margin: 0 auto;
    display: block;
    padding: 3% 0;
  }
}

/*------------------------------------------------------------
		お客様の声のページ
------------------------------------------------------------*/

.voiceBg {
	background: url(../images/voice/voice_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.voice-inner {
	background: #fff url(../images/mark.jpg) top left no-repeat;
	width: 980px;
	margin: 0 auto;
	padding: 50px;
	max-width: 90%;
	font-size:110%;
	margin-bottom:50px;
}
.voice-inner h3 {
	font-size:150%;
	padding:10px 20px;
	text-align: left;
}
.voice-inner h4 {
	text-align:left;
	padding: 40px 0 0 0;
  font-size: 20px;
}
.voice-inner p {
	text-align:left;
	padding: 0;
	margin: 0;
	line-height: 1.7;
      margin: 20px;
}
.voiceBox {
	margin: 15px 0 65px 0;
  display:flex;
}
.voiceboxIn {
  
  
}
.voiceboxIn ul li {
    padding: 26px;
    position: relative;
    font-size: 1.1rem;
    border: 1px solid #000;
    border-radius: 25px;
    margin: 15px 0;
}


.voiceboxIn ul li p {
  padding-right: 15vw;
}

.voice_tank {
      display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 3% 0;
}
.voice_tank img {
  width: 47%;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.voice-inner {
    padding: 50px 0;
    max-width: 100%;
  }
  .voiceBox {
	margin: 15px 0 65px 0;
  display:block;
}
  .voiceboxIn ul li h4 {
    font-size: 19px;
    line-height: 30px;
    margin: 0 auto 10px;
    text-align: center;
}
  
  .voiceboxIn ul li {
  margin: 6% 3% 9%;
}
  .voiceboxIn ul li p {
  padding-right: 0;
    margin: 6% 0%;
}
  .voice-inner h4 {
    padding: 100px 20px 0;
  }
  .voice_tank {
   display: block;
  }
  .voice_tank img {
   width: 80%;
    margin: 0 auto;
    display: block;
    padding: 3% 0;
  }
}
/*------------------------------------------------------------
		プライバシーポリシーのページ
------------------------------------------------------------*/

.policy-inner {
	background: #fff url(../images/mark.jpg) top left no-repeat;
	width: 980px;
	margin: 0 auto;
	padding: 50px;
	max-width: 90%;
	font-size:110%;
	margin-bottom:50px;
}
.policy-inner h3 {
	font-size:150%;
	padding:10px 20px;
	text-align: left;
}
.policy-inner h4 {
	text-align:left;
	padding: 40px 0 0 0;
  font-size: 20px;
}
.policy-inner p {
	text-align:left;
	padding: 0;
	margin: 0;
	line-height: 1.7;
      margin: 20px;
}
.policyBox {
	margin: 15px 0 65px 0;
  display:flex;
}
.policyboxIn {
  
  
}
.policyboxIn ul li {
    border: solid 1px #dcdcdc;
    border-radius: 10px;
    padding: 30px 5% 20px;
    position: relative;
    margin-bottom: 50px;
}


.policyboxIn ul li p {
  padding-right: 15vw;
}


@media all and (min-width: 0) and (max-width: 767px) {
	.policy-inner {
    padding: 50px 0;
    max-width: 100%;
  }
  .policyBox {
	margin: 15px 0 65px 0;
  display:block;
}
  .policyboxIn ul li h4 {
    font-size: 19px;
    line-height: 30px;
    margin: 0 auto 10px;
    text-align: center;
}
  
  .policyboxIn ul li {
  margin: 6% 3% 9%;
}
  .policyboxIn ul li p {
  padding-right: 0;
    margin: 6% 0%;
}
  .policy-inner h4 {
    padding: 100px 20px 0;
  }
  
}
/*------------------------------------------------------------
		会社概要のページ
------------------------------------------------------------*/

.companyBg {
	background: #b7cbdd;
}

.company-inner {
	background: #fff url(../images/mark.jpg) top left no-repeat;
	width: 980px;
	margin: 0 auto;
	padding: 50px;
	max-width: 90%;
	font-size:110%;
	margin-bottom:50px;
}
.company-inner h3 {
	font-size:150%;
	padding:10px 20px;
	text-align: left;
}
.company-inner h4 {
	text-align:left;
	padding: 40px 0 0 0;
  font-size: 20px;
}
.company-inner p {
	text-align:left;
	padding: 0;
	margin: 0;
	line-height: 1.7;
      margin: 20px;
}
.companyBox {
	margin: 15px 0 65px 0;
  display:flex;
}
.companyboxIn {
  
  
}
.companyboxIn ul li {
    border: solid 1px #dcdcdc;
    border-radius: 10px;
    padding: 30px 5% 20px;
    position: relative;
    margin-bottom: 50px;
}


.companyboxIn ul li p {
  padding-right: 15vw;
}


@media all and (min-width: 0) and (max-width: 767px) {
	.company-inner {
    padding: 50px 0;
    max-width: 100%;
  }
  .companyBox {
	margin: 15px 0 65px 0;
  display:block;
}
  .pcompanyboxIn ul li h4 {
    font-size: 19px;
    line-height: 30px;
    margin: 0 auto 10px;
    text-align: center;
}
  
  .companyboxIn ul li {
  margin: 6% 3% 9%;
}
  .companyboxIn ul li p {
  padding-right: 0;
    margin: 6% 0%;
}
  .company-inner h4 {
    padding: 100px 20px 0;
  }
  
}

/*------------------------------------------------------------
		お問い合わせページ
------------------------------------------------------------*/
.form-inner {
	background: #fff url(../images/mark.jpg) top left no-repeat;
	width: 980px;
	text-align: center;
	margin: 0 auto;
	padding: 50px 0;
	max-width: 90%;
	font-size:110%;
	margin-bottom:50px;
}
.form-inner h3 {
	font-size:150%;
	padding:10px 20px;
	text-align: left;
}
.form-inner h4 {
	text-align:left;
	padding: 0;
}
.form-inner p {
	text-align:left;
	padding: 0;
	margin: 0;
	line-height: 1.7;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.form-inner{
    max-width: 100%;
}
}
    


/*------------------------------------------------------------
		CONTACT
------------------------------------------------------------*/
.contact {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	max-width: 90%;
	padding-bottom: 60px;
}

.contact .contact-inner p.contactTop {
	margin:0;
	font-size: 130%;
	text-align: center;
}
.contact .contact-inner p {
	margin:30px 0 0 0;
	text-align: center;
}

.form .form_inner {
  max-width: 960px;
  margin: 0 auto;
}


.form_list {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
.form_list dt, .form_list dd {
  display: table-cell;
  vertical-align: top;
}
.form_list dt {
  width: 220px;
  padding-left: 20px;
  color: #313131;
}
.form_list dd {
  padding-left: 10px;
}
.form_list.is_required dt {
  position: relative;
}
.form_list.is_required dt:after {
  font-size: 0.75rem;
  color: #fff;
  content: '必須';
  padding: 0 16px;
  background-color: #ea5d5d;
  position: absolute;
  top: 0.3em;
  right: 0;
}
.form_footer {
  text-align: center;
}
.form_confirmation .form_list dd {
  padding: 2px 0 2px 104px;
  font-size: 18px;
  font-size: 1.125rem;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  min-width: 100%;
  width: 100%;
  border: none;
  padding: 5px 20px;
  background-color: #f7f7f7;
  box-sizing: border-box;
  height: 50px;
}

textarea {
  height: auto;
}

:placeholder-shown {
  opacity: 1;
}

.content .content_header {
  overflow: hidden;
  position: relative;
}
.content .content_img {
  background-image: url("../../../assets/img/contact/bg_main_01.jpg");
}

.input {
  position: relative;
}
.input .input_txt {
  min-width: 100%;
  width: 100%;
  border: none;
  padding: 10px;
  background-color: #f7f7f7;
  box-sizing: border-box;
  height: 50px;
}
.input .input_txt:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -23px;
  width: 46px;
  height: 46px;
  background-position: 0 -232px;
  z-index: 1;
}
.input .input_elm > select {
  min-width: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.form_footer .btn {
	background-color: #6ac2dd;
	border-style: none;
	padding: 26px 90px;
	font-weight: bold;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.form_footer .btn:hover {
	background-color: #1fa3cb;
}
.form_footer .btn2 {
	background-color: #ccc;
	border-style: none;
	padding: 26px 90px;
	font-weight: bold;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:10px 0;
}
.form_footer .btn2:hover {
	background-color: #b1b1b1;
}
button {
	cursor:pointer;
  padding: 2% 5%;
  border: none;
}
.form_footer .btn3 {
	margin: 100px 0 0 0;
	background-color: #ccc;
	border-style: none;
	padding: 26px 70px;
	font-weight: bold;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.form_footer .btn3:hover {
	background-color: #b1b1b1;
}
.form_footerEnd {
	margin: 100px 0;
	text-align:center;
}
.form_footerEnd a {
    margin: 100px 0 0 0;
	background-color: #ccc;
	border-style: none;
	padding: 26px 70px;
	font-weight: bold;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}
/*------------------------------------------------------------
		CONFIRM
------------------------------------------------------------*/

#containerBox .confirm {
	padding-bottom: 0;
}
.nokey {
	margin: 76px 0 0 0;
}
.contact .contact-inner h2.nokeyH2 {
	margin: 48px 0 0;
	
}

.form_footer a {
	color:#fff;
}


@media all and (min-width: 0) and (max-width: 767px) {
.spNone {
	display: none;
}

	.form_list dt {
    font-size: 12px;
    font-size: 0.75rem;
    width: auto;
    padding-left: 0;
		margin-bottom: 12px;}
	
	.form_list dt, .form_list dd {
    display: block;
    vertical-align: baseline;
}

	.form_list dd {
    padding-left: 0;
}
	
.overview table {
    width: 100%;
}
.overview table th {
    width: auto;
	display:block;
    font-weight: 600;
	padding:20px 20px 3px 0;
    vertical-align: top;
	border: none;
	text-align: left;
}

.overview table td {
    text-align: left;
	display:block;
	border-top:none;
    border-bottom: #9d9d9e 1px solid;
    padding: 0 0 20px 0;
}	
	
	
}



