@charset "UTF-8";

/*----------------------------------------------------
form 
----------------------------------------------------*/
.formArea{
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.formArea .formWrap{
  padding-bottom: 20px;
}
.formArea .formWrap .ttl{
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #270F06;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.formArea .formWrap div span.check{
  font-size: 15px;
  font-weight: normal;
  color: #BA0000;
  margin-left: 3px;
}
.formArea .formWrap div input{
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  height: 45px;
  /* margin-right: 10px; */
  width: 100%;
  display: inline-block;
  padding:5px 15px; 
  margin-bottom: 10px;
  background-color: #fff;
  border: none;
  outline: 0;
  color: #AA8E22;
  letter-spacing: 1px;
}

.formArea .formWrap div{
  position: relative;
}

.formArea .formWrap .inputWrap img{
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: -10px;
  bottom: 0;
  right: 10px;
  margin:  auto;
  display: none;
}



.formArea .formWrap div textarea{
  font-family: "Shippori Mincho", serif;
  padding:5px 15px;
  background-color: #fff;
  border: none;
  outline: 0;
  color: #AA8E22;
  letter-spacing: 1px;
}


.formArea .formWrap div input[type="checkbox"]{
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 0;
  margin-right: 5px;
}

.dib{
  display: inline-block;
}
.formArea .formWrap div label{
  /* height: 28px; */
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
  margin-right: 15px;
  padding: 5px 0;
  text-align: left;
}

.formArea .formWrap div input[type="radio"]{
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 0;
  margin-right: 2px;
}


.tac {margin:60px auto;text-align:center;}


@media screen and (max-width: 767px) {
  .formArea .formWrap div input[type="checkbox"]:first-child{
    margin-bottom: 10px;
  } 

}
select{
  width: 100% !important;
  max-width: 480px !important;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #aaa;
  background: #fff;
}

.formArea .formWrap div input#people{
  width: 100%;
  max-width: 80px;
}
.formArea .formWrap div input#doc5,
.formArea .formWrap div input#name,
.formArea .formWrap div input#kana,
.formArea .formWrap div input#companyname,
.formArea .formWrap div input#mail,
.formArea .formWrap div input#mail2,
.formArea .formWrap div input#address,
.formArea .formWrap div input#tel,
.formArea .formWrap div input#doc3{
  width: 100%;
}

.formArea .formWrap div textarea#doc4{
  width: 100% !important;
  min-height: 180px;
}

.formArea .formWrap .dateArea{
  display: inline-block;
}

.formArea .formWrap .dateArea input{
  width: 100%;
  max-width: 180px !important;
  margin-right: 10px !important;
}

.formArea .formWrap .dateArea input:nth-child(3) {
  margin-left: 10px !important;
}



.formArea .formWrap .err{
  font-family: "Noto Sans", sans-serif;
  color: #AA8E22;
  /* font-weight: bold; */
  padding-bottom: 5px;
  font-size: 14px;
}

.formArea .formWrap p.cap{
  font-size: 13px;
  margin-top: -7px;
  display: block;
  font-weight: bold;
  color: #152447;
}

/*----------------------------------------------------
form  fin
----------------------------------------------------*/
.finWrap{
  width: 100%;
  margin: 0 auto 60px;
  text-align: left;
}

.finWrap .finArea{
  margin-bottom: 40px;
}
.finWrap h3{
  text-align: left;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.finWrap p.txt01{
  padding-bottom: 5px;
}
.finWrap p.txt02{
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: bold;
  margin-bottom: .5em;
}
.finWrap p.txt_indent{
  text-indent: -9px;
  padding-left: 16px;
  display: block;
  margin-bottom: 0;
}



/*----------------------------------------------------
form  comform
----------------------------------------------------*/
.formWrap .Hide{
  display: none;
}

.formWrap .conf_answer{
  display: block;
  text-align: left;
  font-size: 15px;
  color: #AA8E22;
  margin-bottom: 15px;
}

.formArea p.lead{
  margin-bottom: 40px;
  font-weight: bold;
}

.subBtn{ 
  position: relative;
  text-align: center;
  width: 80%;
  max-width: 360px;
  height: 64px;
  margin: 40px auto;
}
.subBtn label{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;  
  -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;  
  position: relative;
  width: 100%;
  height: 100%;
  height: 64px;
  color: #fff;
  font-size: 16px;
  text-align: center;
    cursor: pointer;
    z-index:1;
}
.subBtn label span{
  display: block;
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin-top: 5px;
}

input#sub{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -11;
    background-color:#B2B2B2;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 64px;
    font-weight: 300;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    border: none; 
}
.subBtn label:hover input#sub{
  background-color:#3C3722;
}



input#rtn,input#fin{
    display: inline-block;
    color: #fff;
    text-align: center;
    font-weight: 300;
    padding: 20px 15px;
    font-size: 15px;
    border-radius: 4px;
    margin: 0 auto;
    width: 40%;
    max-width: 500px;
    margin-top: 30px;
    margin-bottom: 30px;
    min-width: 220px;
    cursor: pointer;
    border: none;
    widows: 100%;
}
input#rtn{
  background-color:#B2B2B2;
}
input#rtn:hover{
  background-color:#3C3722;
}
input#fin{
  background-color: #AA8E22;
}
input#fin:hover{
  background-color: #7e6810;
}


.formArea .btnWrap{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  margin-bottom: 40px;
}


@media screen and (max-width: 767px) {
  input#rtn,input#fin{
    width: 45%;
    max-width: 360px;
    min-width: 40px;
    margin-top: 30px;
    margin-bottom: 0;
  }
}


input::placeholder{
  color: rgb(165, 165, 165);
}
input:-ms-input-placeholder{
  color: rgb(165, 165, 165);
}
input::-ms-input-placeholder{
  color: rgb(165, 165, 165);
}

  #output{
    font-family: "Noto Sans", sans-serif;
    display: block;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.3;
    font-weight: normal;
    color: #270F06;
    background-color: #f0e9cd;
  }
  #output.mailConf{
    padding: 10px 8px;
  }
  p.mailErr{
    font-family: "Noto Sans", sans-serif;
    display: none;
    font-size: 15px;
    /* font-weight: bold; */
    margin-bottom: 20px;
    color: #AA8E22;
  }
#errPolicy{
  text-align: center;
}


.policyCnf {
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
}
.policyCnf > p {
  margin-bottom: 30px;
}
.policyCnf > p a {
  text-decoration: underline;
}

.policyCnf p {
  text-align: center;
}
.policyCnf .err{
  text-align: left;
}

.policyCnf .formWrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
}

@media screen and (max-width: 767px) {
  .policyCnf .formWrap {
    text-align: center;
  }
  .policyCnf p {
    text-align: left;
  }  
}

.policyCnf .formWrap .ttl {
  width: auto;
  margin-right: 20px;
}

.policyCnf .formWrap .answer {
  width: auto;
}

.dib{
  display: inline-block !important;
}



.policyCnf input[type=checkbox] {
  display: none !important;
}

.policyCnf label {
  position: relative;
  padding-left: 35px !important;
  margin-bottom: 15px;
  cursor: pointer;
}

.policyCnf input[type=checkbox] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background: #fff;
  left: 0px;
  top: 1px;
  border: 1px solid #010912;
}

.policyCnf input[type=checkbox] + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 13px;
  height: 10px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 12"><path fill="%23270f06" d="M1.2,6.6c-.3-.3-.3-.7,0-.9l1-.9c.3-.3.7-.3,1,0l3.1,2.9L12.8,1.2c.3-.3.7-.3,1,0l1,.9c.3.3.3.7,0,.9l-8,7.7c-.3.3-.7.3-1,0" /></svg>') no-repeat center center;
  left: 5px;
  top: 7px;
  margin: auto;
  /* transform: translate(50%, -50%); */
  opacity: 0;
  transition: .3s;
}

.policyCnf input[type=checkbox]:checked + label::after {
  opacity: 1;
}




.formWrap input[type=radio] {
  display: none !important;
}

.formWrap label {
  position: relative;
  padding-left: 35px !important;
  margin-bottom: 15px;
  cursor: pointer;
}

.formWrap input[type=radio] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #fff;
  left: -3px;
  top: -1px;
}

.formWrap input[type=radio] + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333;
  left: 1px;
  top: 13px;
  transform: translate(50%, -50%);
  opacity: 0;
  transition: .3s;
}

.formWrap input[type=radio]:checked + label::after {
  opacity: 1;
}



.contact .inner{
  width: 86%;
  max-width: 600px;
  margin: 0 auto;
  padding: 260px 0 180px;
}
/* .contact .inner .heading2{
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  color: #270F06;
}
.contact .inner .heading2 span{
  display: block;
  font-size: 18px;
  color: #AA8E22;
} */

/* topPage_heading2 */
.contact .inner .heading2{
  text-align: center;
  font-family:  "Marcellus", sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 2px;
  padding-bottom: 70px;
}
.contact .inner .heading2 span{
  font-family:  "Shippori Mincho", sans-serif;
  display: block;
  font-size: 18px;
  color: #AA8E22;
  letter-spacing: 1px;
}



/* for sp */
@media screen and (max-width: 767px) {
  /* heading2 */
  .contact .inner .heading2{
    font-size: 5.82vw;
    padding-bottom: 16vw;
  }
  .contact .inner .heading2 span{
    font-size: 3.7vw;
    padding-top: 1.5vw;
  }
  .contact .inner{
    padding: 30vw 0 20vw;
  }  

}

.mb20{
  margin-bottom: 20px;
}
.mb40{
  margin-bottom: 40px;
}