@charset "utf-8";
/* CSS Document */

.con_text {
    line-height: 2em;
    font-weight: 500;
    margin-bottom: 80px;
}

.tel_title {
    text-align: center;
    color: #007FE1;
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 35px;
}


/*電話での問い合わせ====================================*/

.tel {
    background: white;
    width: 60%;
    margin: 0 auto;
    border-radius: 15px;
}

.tel a {
    display: block;
    padding: 5% 0;
    text-align: center;
}

.tel_up {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tel_up p {margin: 0 15px 0px;}

.tel_icon {width: 60px;}

.tel_up p:last-child {
    font-size: 2.5em;
    font-weight: 800;
    color: #007FE1;
    letter-spacing: 0.05em;
    margin: 0 20px 8px 0;
}

.caution {
    ext-align: center;
    font-weight: 600;
    margin: 0;
}


/*問い合わせフォーム====================================*/


.form {
    background: white;
    padding: 1%;
    margin-bottom: 10%;
}

.form .contents {margin-top: 10%;}


/* form div {
    width: 80%;
    margin: 0 auto 200px;
} */

.tbl-item {
    display: flex;
    margin: 8% 0;
    align-items: center;
    justify-content: space-between;
}

.ttl {
    font-weight: 600;
    width: 160px;
}

.formTable-tuiki tr th p { white-space: nowrap; }

.formTable-tuiki tr td { padding: 30px 0; }

.mail_caution { 
    margin-bottom: 0;
    font-size: 0.9em;
    font-weight: bold;
    color: #e60000;
}
.mail_caution span { 
    color: #222222;
    font-weight: 500;
}

.hissu {
    width: 60px;
    margin-right: 10px;
    text-align: right;
}

/*必須ボタン*/
.hissu::before {
    content: "必須";
    display: inline-block;
    padding: 3px 7px 4px;
    background: #007FE1;
    color: white;
    font-size: 13px;
    font-weight: 500;
}

/*任意ボタン*/
.hissu.none::before {
    content: "任意";
    background: #aaa;
}

.inputbox {width: calc(100% - 220px);}

::placeholder {
    font-size: 1em;
    color: #c9c9c9;
    padding-left: 10px;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

input[type="text"], textarea {
    width: 100%;
    border: 1px solid #c9c9c9;
    height: 60px;
    box-sizing: border-box;
    font-size: 1em;
    padding: 0.5em 1em;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    letter-spacing: 1px;
}

.text-box {align-items: flex-start;}
textarea {height: 10em;}

.colspan {
    justify-content: flex-start;
    font-weight: 600;
}

input[type="checkbox"] {
    transform: scale(2);
    margin-right: 1em;
    cursor: pointer;
}

.form h2 {font-size: 3em;}
.form h3 {
    margin-bottom: 60px;
}


/*プライバシーポリシー====================================*/


.policy-area {
    background: #F9F9F9;
    padding: 8%;
    height: 200px;
    overflow: scroll;
    margin-bottom: 60px;
}

.policy-area::-webkit-scrollbar{display: none;}

h4 {
    font-size: 1.2em;
    letter-spacing: 0.05em;
    margin: 0;
    padding-left: 20px;
    position: relative;
}

h4::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 30px;
    background-color: #6DCCEE;
    position: absolute;
    top: 0px;
    left: 0;
}

.policy-area p {
    font-weight: 500;
    margin: 10px 0 60px;
    font-size: 0.9em;
}

h5 {
    margin: 0;
    font-size: 1.1em;
}

.policy-area ul {
    margin: 10px 0 0;
    font-weight: 500;
    line-height: 1.8em;
}

li.list::before {
    content: "●";
    color: #6DCCEE;
    margin-right: 5px;
}


/*内容確認ボタン====================================*/


.btn {
    text-align: center;
    position: relative;
    width: 270px;
    height: 50px;
    margin: 0 auto;
}

button, [type="button"], [type="reset"], [type="submit"] {cursor: pointer;}

input[type="submit"] {
    font-size: 1em;
    width: 270px;
    height: 50px;
    border: none;
    background: linear-gradient(30deg, rgba(109, 204, 238, 1) 30%, rgba(0, 127, 225, 1) 80%);
    color: white;
    font-weight: 600;
    letter-spacing: 0.08em;
    font-family: 'Zen Kaku Gothic New';
    border-radius: 25px;
}

.btn .fa-arrow-right::before {
    position: absolute;
    left: 240px;
    top: 50%;
    transform: translateY(-50%);
}

.btn:hover input[type="submit"] {
    background: white;
    color: #007FE1;
    border: 2px solid;
}

.btn:hover .fa-arrow-right::before {color: #007FE1;}



/*タブレット====================================*/
@media (max-width: 1020px){
    /* form div { width: 100%; } */
    .tbl-item { 
        display: block;
        position: relative;
    }
    .ttl { margin: 0 0 20px 50px; }
    .hissu {
        /* position: absolute; */
        top: 0;
        left: 0;
        transform: translateX(-10px);
    }
    
    .inputbox { width: 100%; }
    .inputbox.chekbox {
        position: absolute;
        left: 60px;
        width: calc(100% - 60px);
    }
}




/*スマホ====================================*/
@media (max-width: 767px) { 
    
    .pc,.tb { display: none!important; }
    .tb-sp, .sp { display: block!important; }

    .hissu{
        margin-right: 0;
        transform: translateX(8px);
        text-align: center;
    }

    .con_text {
        margin: 40px 0 60px;
        font-size: 0.9em;
    }
    
    
    /*電話での問い合わせ====================================*/
    .tel_title { 
        font-size: 1.3em;
        border-bottom: 20px;
    }
    
    .tel { 
        width: 100%;
        border-radius: 10px;
    }
    .tel a { padding: 8% 0 }
    .tel_icon { width: 50px; }
    .tel_up p:last-child { font-size: 1.7em; }
    .caution { font-size: 0.8em; }
    
    
    /*メールでの問い合わせ====================================*/
    .ttl { margin-bottom: 15px; }
    input[type="text"], textarea { height: 45px; }
    textarea { height: 15em; }
    
    input[type="checkbox"] { 
        transform: scale(1);
        margin-right: 0.5em;
    }
    .inputbox.chekbox {
        position: absolute;
        left: 0;
        top: 35px;
        width: 100%;
        font-size: 0.9em;
    }
    
    
    /*プライバシーポリシー====================================*/
    .form h2 {
        line-height: 1em;
        margin-bottom: 15px;
    }
    .form h3 { margin-bottom: 30px; }
    
    .policy-area { height: auto; }
    
}



/*追記====================================*/

.ta-c{
    text-align: center;
    /* font-size: 1.5em; */
    letter-spacing: 0;
}

.mt-20{
    margin-top: 20px;
}

.ttl-h5{
    font-size: 30px;
    font-weight: bold;  
  }

  @media (max-width: 767px){
    .ttl-h5{
        font-size: 1.3em;
      }
  }
  
  .ttl-h5-line{
      border-bottom: #007FE1 2px solid;
      width: 10%;
      margin: 0 auto;
      padding-top: 30px;
  }
  
  .contact-h5{
      margin-top: 120px;
      text-align: center;
  }

  .formTable-tuiki{
    text-align: left;
    width: 100%;
    margin-bottom: 100px;
  }


  .formTable-tuiki th{
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .g-recaptcha{
    margin-bottom: 60px;
  }

  .btn-gray{
    width: 270px;
      height: 50px;
      border: none;
      background-color: #8e8e84;
      color: #fff;
      border-radius: 25px;
      font-weight: bold;
      font-family: 'Zen Kaku Gothic New';
      font-size: 1em;
  }

  .btn-gray:hover{
    border: 2px solid #8e8e84;
    color: #8e8e84;
    background: #fff;
  }

  .btn-gray-i:hover{
    color: #8e8e84 !important;
  }
  
  .btn_flex{
      font-size: 1em;
      width: 270px;
      height: 50px;
      border: none;
      background: linear-gradient(30deg, rgba(109, 204, 238, 1) 30%, rgba(0, 127, 225, 1) 80%);
      font-weight: 600;
      letter-spacing: 0.08em;
      font-family: 'Zen Kaku Gothic New';
      border-radius: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .btn_flex a{
      color: white;
  }
  
  .btn_flex_thanks{
      margin: 0 auto;
      color: #fff;
  }

  .btn_flex_thanks:hover{
    border: 2px solid #007FE1;
    color: #007FE1;
    background: #fff;
  }

  .btn_flex .fa-arrow-right:hover{
    color: #007FE1;
  }
  
  .g-recaptcha-tuiki{
    margin: 30px 0;
  }

  @media (max-width: 767px){
    .formTable-tuiki tr{display: flex;
        flex-direction: column;}
    .formTable-tuiki th{
        padding-bottom: 0;
    }
      .formTable-tuiki tr td { padding: 0; }
  }

  .formTable-tuiki-conf{
    margin-bottom: 40px;
  }



.formTable-tuiki-conf th{
width: 300px;
}

.formTable-tuiki-conf tr{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
  

@media (max-width: 767px) {
    .formTable-tuiki-conf tr{flex-direction: column;}
    .formTable-tuiki-conf th{padding-bottom: 10px; width: 100%;}
    .formTable-tuiki-conf td{margin: 0 auto 0 0;}
}



.formTable-tuiki-conf tr:nth-child(8){
    display: none;
}

html {
  scroll-behavior: smooth;
}


