.pttlbox{
  background: #D5EBE7;
}

/* ------------------------------
    sec_step
------------------------------ */
.sec_contact{
  background: #D5EBE7;
  margin: 0 20px;
  padding: 60px 0 240px;
}
.sec_contact + .opt{
  margin-top: -120px;
}
.contact_ttl{
  background: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin-bottom: 40px;
}

.formblk + .contact_ttl{
  margin-top: 80px;
}
.btn_contact{
  margin-top: 60px;
}

.sec_contact .btn_contact{
  display: block;
}
.sec_contact .btn_contact a{
  font-size: 2.4rem;
  font-weight: bold;
}
.sec_contact .btn_red{
  height: 100px;
  border-radius: 50px;
  margin: 0 auto;
}
.sec_contact a.btn_back{
  width: 205px;
  background: #808080;
  margin: 40px auto 0;
}

.sec_contact .btn_ok{
  width: 330px;
}
.sec_contact .btn_thanks{
  width: 250px;
}

/* ------------------------------
    form
------------------------------ */
.formblk{

}
.formbox{
  display: flex;
  margin-bottom: 10px;
}

.formbox_cname, .formbox_detail{
  display: none;
}
.formbox.showform, .formbox_detail.showform{
  display: flex;
}

.formbox .ttl{
  position: relative;
  background: #7EC0B6;
  color: #fff;
  width: 240px;
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 16px 19px;
}
.formbox .ttl .ico_req{
  width: 41px;
  height: 20px;
  padding-bottom: 2px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 20px;
  background: #FF2832;
  color: #fff;
  position: absolute;
}
.formbox .ttl .pop_ico{
  width: 16px;
  height: 16px;
  margin-left: 5px;
  border-radius: 50%;
  background: #808080;
  display: inline-block;
  /*vertical-align: middle;*/
  line-height: 1;
  font-size: 1.2rem;
  text-align: center;
  padding-top: 2px;
  transition: .3s;
}
.formbox .ttl .pop_ico:hover{
  opacity: 0.7;
}

.formbox .txt{
  background: #fff;
  flex:1;
  line-height: 1;
  /*padding: 16px 20px;*/
  font-size: 1.6rem;
}
.formbox .txt p{
  line-height: 1;
}
.formbox .txtbox{
  flex:1;
}
.formbox .txtbox .txt + .txt{
  margin-top: 1px;
}
.formbox .txtbox .txt{
  display: flex;
  padding: 15px 20px;
}
.formbox .txtbox .txt1{
  width: 160px;
}
.formbox .txtbox .choose2{
  width: 127px;
  height: 20px;
  color: #fff;
  line-height: 20px;
  background: #7EC0B6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  margin-top: 10px;
}
.formbox .txtbox .box{
  display: flex;
  align-items: center;
}
.formbox .txtbox .box+.box{
  margin-left: 34px;
}
.formbox .txtbox .box p{
  text-align: center;
  line-height: 1.75;
}
.formbox .txtbox .box .btn_pop{
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7EC0B6;
  color: #fff;
  width: 100px;
  height: 60px;
  border-radius: 30px;
  cursor: pointer;
  transition: .3s;
}
.form_zip {
  align-items: center;
}
.form_zip .txt{
  width: 186px;
  flex:none;
}
.form_zip .btn{
  margin-left: 10px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #808080;
  width: 136px;
  height: 40px;
  border-radius: 20px;
  transition: .3s;
}
.form_zip .btn:hover{
  opacity: 0.7;
}
.formbox .txtbox .box .btn_pop:hover{
  opacity: 0.7;
}
.form_txtbox .txt{
  line-height: 1.75;
}

.formbox input{
  line-height: 1;
  padding: 0;
  width: 100%;
  padding: 18px 20px;
}
.formbox input[type="radio"]{
  width: 1px;
}
.formbox .form_radio{
  padding: 22px 20px;
}
.formbox .checkbox{
  padding: 20px;
}
.formbox .checkbox li{
  line-height: 20px;
}
.formbox .checkbox li+li{
  margin-top: 20px;
}
.form_detail_check .txt2{
  flex:1;
}
.form_detail_check .checkbox{
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.form_detail_check .checkbox li{
  width: 213px;
}
.form_detail_check .checkbox li:nth-of-type(2){
  margin-top: 0;
}

.form_detail_select{
  display: flex;
  align-items: center;
}
.form_txtbox .txt{
  min-height: 200px;
}
.formbox textarea{
  width: 100%;
  height: 100%;
  padding: 20px;
  line-height: 1.75;
  margin: 0;
}
.formbox .poricybox{
  overflow: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 195px;
  padding: 20px;
  line-height: 1.75;
}
/* ------------------------------
    confirm
------------------------------ */
.sec_confirm{

}
.sec_confirm .formbox .txt{
  padding: 20px;
}
.sec_confirm .formbox .txt p+p{
  margin-top: 1.5em;
}
.sec_confirm .fom_txtbox .txt{
  line-height: 1.3;
}

/* ------------------------------
    thanks
------------------------------ */
.thanks_txt{
  padding: 10px 0 50px;
}