@charset "utf-8";
.contact_page .page_ttl_area{background-image: url(/src/images/contact/contact_bg.jpg);}

.contact_note{
  width: 100%;
  padding: 0 20px;
  line-height: 34px;
  box-sizing: border-box;
  text-align: center;
  }

.contact_tell_wrap{
  padding: 0 20px;
  box-sizing: border-box;
  }
  .contact_tell{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 30px;
    background-color: rgba(226,243,255,1);
    box-sizing: border-box;
    }
    .contact_tell .contact_tel_blc{max-width: 240px;}
      .contact_tell .contact_tel_blc:first-of-type{margin: 0 40px 0 0;}
    .contact_tel_ttl{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 25px;
      width: 100%;
      margin-bottom: 10px;
      font-size: 15px;
      font-weight: bold;
      border-radius: 10px;
      color: rgba(38,88,170,1);
      background-color: rgba(255,255,255,1);
      }
      .contact_no{
        pointer-events: none;
        display: block;
        width: 100%;
        font-size: 34px;
        font-weight: bold;
        line-height: 36px;
        text-align: center;
        }
    /* ie11 */
    _:-ms-fullscreen, :root .contact_no{font-size: 30px;}
      .contact_tel_note{
        width: 100%;
        margin-top: 15px;
        padding-top: 15px;
        font-size: 16px;
        text-align: center;
        border-top: 1px solid rgba(198,205,208,1);
        box-sizing: border-box;
        }

.contact_form{
  width: 100%;
  max-width: 1065px;
  margin: 0 auto;
  margin-top: 90px;
  padding: 0 20px;
  box-sizing: border-box;
  }
  .form_itm{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px 45px 25px 25px;
    border-bottom: 1px dotted rgba(159,159,159,1);
    }
    .form_itm:first-of-type{border-top: 1px solid rgba(172,172,172,1);}
    .form_ttl{width: 265px;}
      .form_ttl_txt{
        padding-left: 50px;
        font-weight: bold;
        color: rgba(41,90,168,1);
        box-sizing: border-box;
        position: relative;
        }
        .req .form_ttl_txt::before{
          content: "必須";
          width: 40px;
          height: 22px;
          font-size: 12px;
          font-weight: normal;
          color: rgba(255,255,255,1);
          text-align: center;
          line-height: 22px;
          background-color: rgba(240,126,42,1);
          position: absolute;
          top: 1px; 
          left: 0;
          }
        .form_ttl_note{
          display: block;
          margin-left: -5px;
          font-size: 15px;
          font-weight: normal;
          }
    .form_cont{width: calc(100% - 265px);}
      .form_cont input,
      .form_cont textarea{
        width: 100%;
        padding: 20px 30px;
        border: 0;
        background-color: rgba(236,239,241,1);
        outline: none;
        box-sizing: border-box;
        }
      .form_cont .ipt_num{
        width: 100%;
        max-width: 340px;
        }
      input::placeholder{color: rgba(131,131,131,1);}
      .form_cont textarea{height: 160px;}
      .zip_mark{
        margin-right: 10px;
        font-weight: bold;
        }
      .pick_cell{
        display: inline-block;
        margin-right: 30px;
        }
        .pick_cell:nth-of-type(-n+3){margin-bottom: 10px;}
        .pick_cell input{
          width: auto;
          height: 15px;
          margin-right: 5px;
          width: 15px;
          }
        .pick_cell label{
          line-height: 0;
          vertical-align: middle;
          font-size: 16px;
          font-weight: bold;
          }
      .mail_note{
        margin: 15px 0 5px;
        font-size: 16px;
        }
      .pick_cell.policy_agree{
        margin-bottom: 0;
        vertical-align: 1px;
        }
        .policy_agree label{font-weight: normal;}
        .policy_link{
          font-weight: bold;
          color: rgba(5,156,234,1);
          text-decoration: underline;
          }
          .policy_link:hover{text-decoration: none;}

  .form_btn_itm{
    margin-top: 155px;
    text-align: center;
    font-size: 0;
    }
    .form_btn{
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 330px;
      height: 90px; 
      font-size: 22px;
      font-weight: bold;
      color: rgba(255,255,255,1);
      border: 0;
      background-color: rgba(41,90,168,1);
      position: relative;
      top: 0px;
      left: 0px;
      transition: .3s;
      cursor: pointer;
      }
      .form_btn::after{
        content: "";
        width: 11px;
        height: 100%;
        background-image: url(/src/images/common/arw_right_w.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        position: absolute;
        top: 0;
        right: 15px;
        transition: .3s;
        z-index: 100;
        }
      .form_btn:hover{
        box-shadow: 15px 15px 15px 0px rgba(0,0,0,.2);
        top: -5px;
        left: -5px;
        }
      .form_btn:disabled{
        background-color: rgba(151,152,152,.5);
        cursor: initial;
        pointer-events: none;        
        }
      .form_btn:hover:disabled{
        box-shadow: none;
        top: 0;
        left: 0;
        }
      .form_btn:nth-of-type(2){margin-left: 20px;}
			
    .backtoBtn{
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 330px;
      height: 90px; 
      font-size: 22px;
      font-weight: bold;
      color: rgba(255,255,255,1);
      border: 0;
      background-color: rgba(151,152,152,1);
      position: relative;
      top: 0px;
      left: 0px;
      transition: .3s;
      cursor: pointer;
      }
      .backtoBtn::after{
        content: "";
        width: 11px;
        height: 100%;
        background-image: url(/src/images/common/arw_left_w.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        position: absolute;
        top: 0;
        left: 15px;
        transition: .3s;
        z-index: 100;
        }
      .backtoBtn:hover{
        box-shadow: 15px 15px 15px 0px rgba(0,0,0,.2);
        top: -5px;
        left: -5px;
        }

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

.form_itm{
  display: flex;
  align-items: center;
  padding: 25px 20px;
  border-bottom: 1px dotted rgba(159,159,159,1);
  }
  .form_ttl{width: 220px;}
    .form_cont{width: calc(100% - 220px);}

} /* max-width: 900px */   

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

.contact_note{
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  }
  .contact_tell .contact_tel_blc:first-of-type{margin: 0 0 20px 0;}
  .contact_tell{margin-top: 30px;}
      .contact_tel_ttl{
        height: 25px;
        width: 100%;
        font-size: 15px;
        }
        .contact_no{
          pointer-events: initial;
          display: inline-block;
          font-size: 34px;
          line-height: 38px;
          position: relative;
          }              
    .contact_tel_note{font-size: 14px;}

.contact_form{margin-top: 50px;}
  .form_itm{padding: 25px 0;}
    .form_ttl{width: 100%;}
      .form_ttl_txt{margin-bottom: 15px;}
        .form_ttl_note{
          display: inline;
          margin-left: 5px;
          }
    .form_cont{width: 100%;}
      .form_cont textarea{height: 200px;}
      .mail_note{font-size: 13px;}
  .form_btn_itm{margin-top: 70px;}
    .form_btn{
      width: 280px;
      height: 70px; 
      font-size: 20px;
      }
      .form_btn::after{width: 9px;}
    .backtoBtn{
      width: 280px;
      height: 70px;
      margin-bottom:1em;
    }

} /* max-width: 780px */

@media screen and (max-width: 720px) { .contact_tell .contact_tel_blc{max-width: 100%;} }

@media screen and (min-width: 481px) {

.contact_tel_note br{display: none;}
  
}

@media screen and (max-width: 480px) {
  .contact_no{
    font-size: 28px;
    line-height: 34px;
    }
    .zipcode .ipt_num{width: calc(100% - 30px);}
      
} /* max-width: 480px */