@charset "UTF-8";


.inner{
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.sec-mainbg img{
  width: 100%;
  line-height: 0;
}

.sec-mainbg h1{
  position: absolute;
  display: inline-block;
  font-size: 28px;
  line-height: 1em;
  top:50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: 0.1em;
}
  

@media screen and (min-width: 751px) {
.sec-mainbg{
  position: relative;
  background: url("../img/contact/img_top.jpg") no-repeat;
  width: 100%;
  height:226px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 80px;
}

.sec-mainbg .inner{
  height:226px;
  position: relative;
}
  
.sec-mainbg .img{
  max-width: 631px;
  text-align: right;
  margin-left: auto;
  padding-top: 50px;
}
  
.sec-info{
  padding-bottom: 100px;  
}

.sec-info .text{
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 40px;
}

.sec-info .box{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items:center;
  align-items:center;
  -webkit-justify-content: flex-start;
  justify-content:flex-start;  
  border: 1px solid #A8CB31;
}

.sec-info .box .inner-box{
   width: 33.333%;
   min-height: 100px;
   position: relative;

}


.sec-info .box .inner-box:nth-child(1){
  width: 30%;
  background-color: #A8CB31;
  text-align: center;
  margin: auto;

}
.sec-info .box .inner-box:nth-child(2){
  width: 34.545454545454545%; 
}

.sec-info .box .inner-box:nth-child(3){
  width: 35.454545454545455%;
}


.sec-info .box .inner-box .contact{
  font-size: 18px;
  color: white;  
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
  line-height: 1.8em;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%); 
}

.sec-info .box .inner-box .contact > span{
  font-size: 14px;
  color: white;  
}

.sec-info .box .inner-box .tel{
  font-size: 32px;
  font-weight: bold;
  padding-left: 50px;
  position: absolute;
  
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%); 

}

.sec-info .box .inner-box .tel:before{
  content: "";
  position: relative;
  display: inline-block;
  background: url("../img/contact/icon_tel.png") no-repeat;
  width: 29px;
  height:29px;
  margin-right: 20px;
  top:4px;
  background-size: cover;
  background-position: center center;
}
.sec-info .box .inner-box .fax{
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%); 
}


.sec-info .box .inner-box .fax:before{
  content: "";
  position: relative;
  display: inline-block;
  background: url("../img/contact/icon_fax.png") no-repeat;
  width: 29px;
  height:32px;
  margin-right: 20px;
  top:4px;
  background-size: cover;
  background-position: center center;
}


input[type="text"],input[type="submit"],input[type="reset"],input[type="button"],textarea,select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 10px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}


form {
  font-size: 18px;
}

.form-group{
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items:flex-start;
  align-items:flex-start;
  margin-bottom: 40px;
}

.form-group label.f-title{
  width: 282px;
  min-width: 282px;
  font-size: 18px;
  font-weight: bold;
}


.form-group label.f-title.required:after{
  content: "※";
  font-size: 13px;
  background-color:   #A8CB31;
  border-radius: 38%;
  color: white;
  padding: 0px 8px;
  margin-left: 20px;
  
}

input[type="radio"]{
  margin: 10px;
}

input[type="text"]{
  height: 46px;
  width: 100%;
  max-width: 565px;
  border: 1px solid #BBBBBB;
}

textarea{
  width: 100%;
  max-width: 750px;
  border: 1px solid #BBBBBB;
  padding: 8px;
  min-height: 250px;
}

select{
  font-size: 18px;
  height: 44px;
  border: 1px solid #BBBBBB;
  padding: 0 10px;
  margin-top: -4px;
}

#zip{
  width: 150px;
  margin-bottom: 18px;
  margin-right: 16px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}

input[type="submit"]{
  background-color:   #A8CB31;
  color: white;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding: 24px 76px;
  width: auto;
  height: auto;
  margin: 0 10px 20px;
  transition: opacity .5s;
}
input[type="reset"]{
  color: #7B7B7B;
  
  background-color: #DEDEDE;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding: 24px 76px;
  width: auto;
  height: auto;
  margin: 0 10px 20px;
  transition: opacity .5s;

}


input[type="button"]{
  color: #7B7B7B;
  
  background-color: #DEDEDE;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding: 24px 76px;
  width: auto;
  height: auto;
  margin: 0 10px 20px;
  transition: opacity .5s;

}


.submit-group{
  margin-top: 50px;
  margin-left: 272px;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
  opacity: 0.5;cursor: pointer;
}

#formWrap  h3{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #A8CB31;
  margin-bottom: 30px;
}

#formWrap  h4{
  font-size: 16px;
  text-align: center;
  
}


#formWrap 


}
table.formTable{
	width:100%;
	margin:50px auto;
	border-collapse:collapse;
	
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
	margin-top: 20px;
}



.text-thanks{
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;  
}




}

@media only screen and (max-width:1100px){
.sec-info .box .inner-box .contact{
  font-size: 1.63636363636364vw;
}
.sec-info .box .inner-box .contact span{
  font-size: 1.27272727272727vw;
}

.sec-info .box .inner-box .tel{
  font-size: 2.90909090909091vw;
  padding-left: 4.54545454545455vw;
}

.sec-info .box .inner-box .fax{
  font-size: 2.90909090909091vw;
}

.sec-info .box .inner-box .tel:before{
  width: 2.63636363636364vw;
  height:2.63636363636364vw;
  margin-right: 1.81818181818182vw;
  top:0.363636363636364vw;
}

.sec-info .box .inner-box .fax:before{
  width: 2.63636363636364vw;
  height:2.90909090909091vw;
  margin-right: 1.81818181818182vw;
  top:0.363636363636364vw;

}
.sec-info .box .inner-box{
  min-height: 9.09090909090909vw;
}


}









@media only screen and (max-width:750px){



.sec-mainbg{
  position: relative;
  background: url("../img/contact/img_top_sp.jpg") no-repeat;
  width: 100%;
  height: 35.625vw;
  background-size: cover;
  background-position: center center;
  margin-bottom: 10.66666664vw;
}

.sec-mainbg .inner{
  height: 35.625vw;
  position: relative;
}
  
.sec-mainbg h1{
  font-size: 6.25vw;
  left: 4.6875vw;
}

  
.sec-mainbg .img{
  position: absolute;
  text-align: right;
  margin-left: auto;
  margin-left: 50%;
  bottom: -2.66666666vw;  

}
  
.sec-info{
  padding-bottom: 13.3333333vw;  
}

.sec-info .text{
  font-size: 2.933333326vw;
  line-height: 2em;
  margin-bottom: 5.33333332vw;
}

.sec-info .box{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items:center;
  align-items:center;
  -webkit-justify-content: flex-start;
  justify-content:flex-start;
  
  display: block;  
  border: 1px solid #A8CB31;
}

.sec-info .box .inner-box{
  width: 100%;
  position: relative;
  text-align: center;
  margin: auto;

}


.sec-info .box .inner-box:nth-child(1){
  background-color: #A8CB31;

}
.sec-info .box .inner-box:nth-child(2){
}

.sec-info .box .inner-box:nth-child(3){
}


.sec-info .box .inner-box .contact{
  font-size:3.733333324vw;
  color: white;  
  font-weight: bold;
  display: inline-block;
  line-height: 1.8em;
/*
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%); 
  */
    padding: 2.133333328vw 0;

}

.sec-info .box .inner-box .contact > span{
  font-size: 3.199999992vw;
  color: white;  
}

.sec-info .box .inner-box .tel{
  font-size: 5.33333332vw;
  font-weight: bold;
  display: inline-block;
  padding: 2.133333328vw 0;
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%); 
  */

}

.sec-info .box .inner-box .fax{
  font-size: 5.33333332vw;
  font-weight: bold;
  display: inline-block;
  padding: 2.133333328vw 0;
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%); 
  border: 1px solid red;
  */
}

.sec-info .box .inner-box .tel:before{
  content: "";
  position: relative;
  display: inline-block;
  background: url("../img/contact/icon_tel.png") no-repeat;
  width: 5.066666654vw;
  height:5.066666654vw;
  margin-right: 2.66666666vw;
  top:0.799999998vw;
  background-size: cover;
  background-position: center center;
}



.sec-info .box .inner-box .fax:before{
  content: "";
  position: relative;
  display: inline-block;
  background: url("../img/contact/icon_fax.png") no-repeat;
  width: 4.533333322vw;
  height:5.066666654vw;
  margin-right: 2.66666666vw;
  top:0.799999998vw;
  background-size: cover;
  background-position: center center;
}

input[type="text"],input[type="submit"],input[type="reset"],input[type="button"],textarea,select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 10px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}


form {
  font-size: 18px;
}

.form-group{
  width: 100%;
  /*
  display: -webkit-flex;
  display: flex;
  -webkit-align-items:flex-start;
  align-items:flex-start;
  */
  display: block;
  margin-bottom: 40px;
}

.form-group label.f-title{
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}



.form-group label.f-title.required:after{
  content: "※";
  font-size: 13px;
  background-color:   #A8CB31;
  border-radius: 38%;
  color: white;
  padding: 0px 8px;
  margin-left: 20px;
  
}

input[type="radio"]{
  margin: 10px;
  margin-top: 20px;
}

input[type="text"]{
  margin-top: 20px;
  height: 46px;
  width: 100%;
  max-width: 565px;
  border: 1px solid #BBBBBB;
}

textarea{
   margin-top: 20px;
 width: 100%;
  max-width: 750px;
  border: 1px solid #BBBBBB;
  padding: 8px;
  min-height: 250px;
}

select{
  font-size: 18px;
  height: 44px;
  border: 1px solid #BBBBBB;
  padding: 0 10px;
  margin-top: -4px;
}

#zip{
  width: 150px;
  margin-bottom: 18px;
  margin-right: 16px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}

input[type="submit"]{
  background-color:   #A8CB31;
  color: white;
  font-size: 3.99999999vw;
  font-weight: bold;
  display: inline-block;
  padding: 3.199999992vw 10.13333331vw;
  width: auto;
  height: auto;
  margin: 0 1.33333333vw 20px 0;
}
input[type="reset"]{
  color: #7B7B7B;
  background-color: #DEDEDE;
  font-size: 3.99999999vw;
  font-weight: bold;
  display: inline-block;
  padding: 3.199999992vw 10.13333331vw;
  width: auto;
  height: auto;
  margin: 0 1.33333333vw 20px;
}


input[type="button"]{
  color: #7B7B7B;
  background-color: #DEDEDE;
  font-size: 3.99999999vw;
  font-weight: bold;
  display: inline-block;
  padding: 3.199999992vw 10.13333331vw;
  width: auto;
  height: auto;
  margin: 0 1.33333333vw 20px;

}



input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
  opacity: 0.5;
}

#formWrap  h3{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #A8CB31;
  margin-bottom: 30px;
}

#formWrap  h4{
  font-size: 16px;
  text-align: center;
  
}



table.formTable{
	width:100%;
	margin:50px auto;
	border-collapse:collapse;
	
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
	margin-top: 20px;
}



.text-thanks{
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;  
}




.submit-group{
  margin-top: 50px;
}

}


