@charset "utf-8";

/* --------------------------- */
/* 画像の切り替え 〜PC or スマホ〜 */
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 480px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
/* --------------------------- */
.adress_img img{
  width: 100%; 
}
@media screen and (max-width: 480px) {
  .adress_img img {
    margin-left:7px;
  }
}

.Form {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
  @media screen and (max-width: 480px) {
    .Form {
      margin-top: 20px;
    }
  }
  .Form-Item {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .addressForm{
    width: 100%;
    max-width: 600px;
  }
  @media screen and (max-width: 480px) {
    .addressForm{
      width: 100%;
      max-width: 480px;
    }
  }
  .Form-Item2 {
    width: 100%;
    display: flex;
  }
  .Form-Item3 {
    width: 100%;
    display: flex;
  }
  @media screen and (max-width: 480px) {
    .Form-Item3 {
      flex-direction: column-reverse;
    }
  }
  .btn{
    border-radius: 6px;
    margin-left: 15px;
    text-align: center;
    font-size: 12px;
    padding-left: 14px;
    padding-right: 14px;
    flex-wrap: wrap;
    border: 1px solid #c1c1c1;
  }
  .check{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    font-size: 10pt;
    color: #5bc8ac;
  }
  @media screen and (max-width: 480px) {
    .Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
  }

  .Form-Item:nth-child(8),:nth-child(9) {
    border-bottom: 1px solid #ddd;
  }
  .Form-Item-Label {
    width: 100%;
    max-width: 180px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 14px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 13px;
      /* border: 1px solid black; */
    }
  }
  .Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
      margin-top: 0;
    }
  }
  .Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 12px;
    margin-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 40px;
    display: inline-block;
    text-align: center;
    background: #5bc8ac;
    color: #fff;
    font-size: 12px;
  }
  .Form-Item-Label-Required_ninni{
    border-radius: 6px;
    margin-right: 12px;
    margin-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 40px;
    display: inline-block;
    text-align: center;
    background: #c5c5c5;
    color: #fff;
    font-size: 12px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label-Required .Form-Item-Label-Required_ninni{
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
    }
  }
  .Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 36px;
    flex: 1;
    width: 100%;
    max-width: 420px;
    background: #eaedf2;
    font-size: 14px;
  }
  .Form-Item-Input-adress {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 36px;
    flex: 1;
    max-width: 420px;
    background: #eaedf2;
    font-size: 14px;
  }
  .Form-Item-Input-adress2 {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    margin-top: 10px;
    padding-left: 1em;
    padding-right: 1em;
    height: 36px;
    flex: 1;
    max-width: 420px;
    background: #eaedf2;
    font-size: 14px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Input {
      margin-left: 0;
      margin-top: 10px;
      height: 40px;
      flex: inherit;
      font-size: 13px;
    }
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Input-adress{
      margin-left: 0;
      margin-top: 10px;
      height: 40px;
      flex: inherit;
      font-size: 13px;
    }
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Input-adress2{
      margin-left: 0;
      margin-top: 10px;
      height: 40px;
      flex: inherit;
      font-size: 13px;
    }
  }
  .text{
    font-size: 10pt;
    color: #5bc8ac;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .Form-Btn {
    border-radius: 6px;
    margin-top: 25px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 260px;
    display: block;
    letter-spacing: 0.05em;
    background: #5bc8ac;
    border:solid 1px #5bc8ac;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }
  @media screen and (max-width: 480px) {
    .Form-Btn {
      margin-top: 24px;
      margin-bottom: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
    }
  }

  button.Form-Btn {
    border-radius: 6px;
    margin-top: 25px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 260px;
    display: block;
    letter-spacing: 0.05em;
    background: #5bc8ac;
    border:solid 1px #5bc8ac;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }
  @media screen and (max-width: 480px) {
    button.Form-Btn {
      margin-top: 24px;
      margin-bottom: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
    }
  }

  .Back-Btn {
    border-radius: 6px;
    margin-top: 25px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 260px;
    display: block;
    letter-spacing: 0.05em;
    background: #cccccc;
    border:solid 1px #cccccc;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }
  @media screen and (max-width: 480px) {
    .Back-Btn {
      margin-top: 24px;
      margin-bottom: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
    }
  }


/* --- お問い合わせ --- */

#contact h2{
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #0C3845;
}
.con_txt{
    text-align: center;
    font-size: 14PX;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.con_txt span{
    color: #14B4FF;
}

form{
    width: 90%;
    margin: 0 auto;
}
p.error_txt{
    display: none;
    color: red;
    font-size: 14PX;
}

::placeholder{
    color: #C8C8C8;
}

.contact_wrapper{
    max-width: 800px;
    margin: 100px auto;
}

.contact_inner {
    margin-bottom: 1em;
}

.contact_item {
    background-color: #0C3845;
    display: flex;
    padding: 1em 1em;
    justify-content: space-between;
    color: #fff;
    font-weight: bold;
}

p.required {
    background-color: #fff;
    color: #A73D3D;
    padding: 3px 11px;
    font-size: 14px;
}

.input_box input,
.input_box select{
    width: 100%;
    border: 1px solid #0C3845;
    font-weight: normal;
    padding: 5px;
    margin: 1em 0;
}
.input_box select{
    padding: 5px;
}

.contact_item_mini{
    display: flex;
    align-items: center;
}
.contact_item_mini::before{
    content: "";
    display: block;
    width: 10px;
    height: 60px;
    margin-right: 15px;
    background-color: #0C3845;
}
.contact_item_mini p{
    width: 30%;
    font-size: 1.2em;
    font-weight: bold;
    color: #0C3845;
}
.contact_item_mini .input_box{
    width: 60%;
    display: flex;
    align-items: center;
}
.contact_item_mini .input_box p{
    margin-left: 20px;
}

.text_area textarea{
    width: 100%;
    height: 185px;
    border: 1px solid #0C3845;
    font-weight: normal;
    padding: 1em;
    margin: 1em 0;
}

.privacy_check {
    width: 200px;
    margin: 0 auto 20px;
}

.privacy_check input {
    display: none;
}

.consent_check {
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%;
    padding-left: 20px;
    color: #ccc;
}

.consent_check::before{
    background: #fff;
    border: 2px solid #ccc;
    content: '';
    display: block;
    height: 22px;
    left: 36px;
    margin-top: -10px;
    position: absolute;
    top: 33%;
    width: 20px;
}

.consent_check::after {
    border-right: 4px solid #CCCCCC;
    border-bottom: 4px solid #CCCCCC;
    content: '';
    display: block;
    height: 20px;
    left: 44px;
    margin-top: -17px;
    position: absolute;
    top: 38%;
    transform: rotate(45deg);
    width: 12px;content: "";
}

input[type="checkbox"]:checked + .consent_check{
    color: #000;
}

input[type="checkbox"]:checked + .consent_check::after {
    border-right: 4px solid #14B4FF;
    border-bottom: 4px solid #14B4FF;
}

textarea{
    width: 100%;
    height: 200px;
    padding: 1em;
}


.btn_area {
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
}

button.confirm_btn {
    background-color: #14B4FF;
    color: #fff;
    padding: 1em 3em;
    font-weight: bold;
    font-size: 1.2em;
    width: 400px;
}
.back_btn{
    display: block;
    width: 400px;
    margin: 10px auto 0;
    background-color: #7c7c7c;
    color: #fff;
    padding: 1em 3em;
}



.btn_area {
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
}

button.confirm_btn {
    background-color: #14B4FF;
    color: #fff;
    padding: 1em 3em;
    font-weight: bold;
    font-size: 1.2em;
    width: 400px;
}
.back_btn{
    display: block;
    width: 400px;
    margin: 10px auto 0;
    background-color: #7c7c7c;
    color: #fff;
    padding: 1em 3em;
}


/* 確認画面 */

.input_box p {
    margin: 1.5em 1em 2em;
}


/* --- 完了画面 --- */

.thanks_text{
    text-align: center;
    font-size: 18px;
}

