/*----------------------------

 コンタクトフォーム

---------------------------*/
.contactForm{
  width: 1000px;
  max-width: 100%;
  margin: auto;
  border-radius: 53px 53px 0 0;
}
.contactForm-tit{
  font-size: 3.5rem;
  padding: 26px 0;
  text-align: center;
  border-radius: 53px 53px 0 0;
  margin-bottom: 72px;
  color:#FFFFFF;
}
@media screen and (max-width:650px){
  .contactForm-tit{
    font-size: 2.0rem;
    padding: 16px 0;
    margin-bottom: 32px;
  }


}

/*-----------------------------

    input 初期値リセット

------------------------------*/


input[type="text"],
input[type="email"],
input[type="tel"],
input[type="checkbox"],
input[type="submit"],
textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}

/*-----------------------------

    select 初期値リセット

------------------------------*/

select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0.5px solid #707070;
  outline: none;
  color:#434343;
}

/*----------------------------

      form,dl ,dd
      初期設定

--------------------------------*/

form{
  width: 900px;
  max-width: 95%;
  margin: auto;
  padding-bottom: 72px;
}
@media screen and (max-width:650px){
  form{
    padding-bottom: 32px;
  }

}
form dl{
  height: 80px;
  border-bottom: 1px solid #807F7F;
  border-right: 1px solid #807F7F;
  border-left: 1px solid #807F7F;
}
form dl:first-of-type{
  border-top: 1px solid #807F7F;
}

form dl dt{
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

form dl dd{
  width: 70%;
  /* height: 100%; */
  padding: 16px;
}
@media screen and (max-width:767px){
  form dl{
    height: auto;
  }
  form dl.c-flex{
    display: block;
  }
  form dl dt{
    width: 100%;
    height: auto;
    display: block;
    /* text-align: left; */
    padding-left: 16px;
    line-height: 40px;
  }
  form dl dd{
    width: 100%;
    /* padding: 8px; */
  }
}
/* dd内の文字大きさ */
.form-dd-sen{
  font-size: 1.2rem;
  position: relative;
  top:9px;
}

@media screen and (max-width:960px){
  .form-dd-sen{
    position: static;
  }
}

/*----------------------

 全体のinput標準設定

 ----------------------*/

input[type="text"]{
  width: 70%;
  height: 45px;
  font-size: 80%;
  padding-left: 8px;
  border: 0.5px solid #707070;
}
input[type="tel"]{
  width: 70%;
  height: 45px;
  font-size: 100%;
  padding-left: 8px;
  border: 0.5px solid #707070;
}
input[type="email"]{
  width: 70%;
  height: 45px;
  font-size: 100%;
  padding-left: 8px;
  border: 0.5px solid #707070;
}
input[type="checkbox"]{
  /* height: 45px; */
  display: none;
}

@media screen and (max-width:650px){
  input[type="text"],
  input[type="email"],
  input[type="tel"]{
    height: 35px;
  }

}

/*---------------------

  住所（自動入力）設定

---------------------*/

.form-dl-zip-height{
  height: 168px;
}
@media screen and (max-width:960px){
  .form-dl-zip-height{
    height: 120px;
  }
}
@media screen and (max-width:767px){
  .form-dl-zip-height{
    height: auto;
    /* line-height: 40px; */
  }
}
.form-dd-zip{
  padding: 8px 0 16px 16px;
}
input[type="text"].form-zip1,
input[type="text"].form-zip2{
  width: 80px;
  height: 30px;
}
input[type="text"].form-zip3{
  height: 30px;
}

/*----------------------------------

            select

----------------------------------*/

/* 共通select要素の設定 */
.select_adjustment_wrapper{
  height: 100%;
  position: relative;
}

/* 共通selectの疑似要素（↓）*/
.select_adjustment_wrapper::after{
  content:"";
  border: 8px solid #20BAE4;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  right: 5px;
  top:40%;
  pointer-events: none;
  z-index: 2;
}

.select-item{
  font-size: 80%;
  width: 100%;
  height: 45px;
  padding-left: 15px;
}
@media screen and (max-width:650px){
  .select-item{
    font-size: 65%;
  }
}

/* 生年月日 */
/* 生年月日のselect幅 */
.select-item-birthday{
  width: 100px;
}
@media screen and (max-width:650px){
  .select-item-birthday{
    width:75px;
  }
}
.select-unit{
  margin: auto 12px;
}
@media screen and (max-width:650px){
  .select-item-birthday{
    width:60px;
  }
  .select-unit{
    margin: auto 6px;
  }

}

input[type="checkbox"]+label{
  position: relative;
  padding-left: 24px;
}

/*--------------------------

 フォーム外の文章エリア

---------------------------*/

/* 同意する関連 */
.contactForm-agree{
  text-align: center;
  margin: 40px auto;
}
/* 同意チェック */
#accept +label::before{
  content:"";
  display: block;
  position: absolute;
  top:5px;
  left:0;
  width: 20px;
  height: 20px;
  border:1px solid #ddd;
  background: #FFFFFF;
}
#accept:checked +label::after{
  content:"";
  display: block;
  background-image: url(../image/contact_check.png);
  background-size: cover;
  position: absolute;
  top:1px;
  left:1px;
  width: 20px;
  height: 20px;
}




/*--------------------------

     確認・送信ボタン

-----------------------------*/
input[type="submit"]{
  width: 400px;
  max-width: 100%;
  font-size: 2.0rem;
  padding: 24px 0;
  /* background: #20BAE4; */
  background: #A8ACB4;
  color:#FFFFFF;
  display: inline-block;
  text-align: center;
  margin: auto;
  border: none;
  cursor: pointer;
}
@media screen and (max-width:650px){
  input[type="submit"]{
    font-size: 1.6rem;
    padding: 8px 0;
  }

}


#confirm form dl dd{
  margin-left: 0;
}


#confirm form{
  padding-bottom: 24px;
}

#confirm .form-dd-sen{
  margin: 0 auto;
}

#confirm .fix_btn{
  font-size: 2.0rem;
  width: 280px;
  max-width: 100%;
  border: none;
  color:#FFFFFF;
  text-align: center;
  background: #20BAE4;
  padding: 15px 0;
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width:700px){
  #confirm .fix_btn{
    margin-bottom: 24px;
  }

}
#confirm .confirm_btn{
  font-size: 2.0rem;
  width: 280px;
  max-width: 100%;
  border: none;
  color:#FFFFFF;
  text-align: center;
  background: #20BAE4;
  padding: 15px 0;
  cursor: pointer;
  display: inline-block;
}

#confirm .c-flex_confirm{
  margin: 24px auto;
  justify-content:space-evenly;
  flex-wrap: wrap;
}
#confirm form dl{
  border-top: 1px solid #807F7F;
}

#thanks .contact_sen{
  text-align: center;
}
#thanks .btn_area{
  text-align: center;
}
#thanks .contact_btn{
  width: 300px;
  max-width: 100%;
  text-align: center;
  padding: 8px;
  display: inline-block;
  color:#FFFFFF;
  background: #20BAE4;
}
