*{
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}

p{
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #4e3e30;
}

a{
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    color: #007bff;
    background-color: transparent;
}

img{
    max-width: 430px;
    width: 100%;
}

body{
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

main{
    max-width: 430px;
    width: 100%;
}

.kv{
    margin-top: 50px;
}

.zen-kaku-gothic-new-regular {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zen-kaku-gothic-new-medium {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.llw {
    max-width: 430px;
    width: 430px;
    color: #231815;
    margin: 0 auto;
    overflow: hidden;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    position: relative;
    z-index: 2;
    border: 1px solid #567fc0;
    border-radius: 2.1812307692rem;
    justify-content: center;
    align-items: center;
    position: relative;
}

    /*お問い合わせ----------------------------------------------------------------*/
    .info_contents {
        width:100%;
        padding-bottom:40px;
    }
    .info_contents h2 {
        padding-top:40px;
        color: #567fc0;
    }
    .contact_form {
        width: 80%;
        margin: 0 auto;
        margin-top:40px;
    }
    .contact_form table {
        width:100%;
    }
    .contact_form tr {
        text-align:center;
        border-bottom:1px solid #707070;    
    }
    .contact_form th {
        margin-top:24px;
        padding-left:4%;
    }
    .contact_form th,
    .contact_form td {
        display:block;
        
        
    }
    .contact_form th {
        margin-top:0px;
        text-align: left;
    }
    .contact_form td {
        padding-top:8px;
        padding-left:2%;
        margin-bottom:24px;
        text-align:left;
    }
    
    .form-text {
        width: 98%;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #ccc;
        background-color:#fff;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        max-width: 400px;
    }
    
    .shop_select_label + .shop_select_label {
        margin-left: 10px;
    }
    
    .shop_select {
        margin-left: 5px;
    }
    
    /*送信ボタン*/
    .info_contents .contact-submit {
        width: 250px;
        background-color: #567fc0;
        color: #fff;
        font-weight: bold;
        display: block;
        margin: 0 auto;
        font-size: 16px;
        padding: 15px; 
        border-radius: 100vh; 
        border: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        text-align:center;
        margin:40px auto;
    }
      /*ラジオボダン*/
    input[type="radio"] {
      position: relative;
      width: 16px;
      height: 16px;
      border: 1px solid #ccc;
      border-radius: 50%;
      vertical-align: -2px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
    }
    
    input[type="radio"]:checked:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #567fc0;
      content: '';
    }
     /*送信完了----------------------------------------------------------------*/
     .thanks_box {
        text-align:center;
      }
      .thanks_box .thanks-text {
        font-size:18px;
      }
      .thanks_box .thanks-text span {
        font-weight:bold;
        color: #567fc0;
        display:block;
      }
      .thanks_box .thanks-te2 {
        margin-top:24px;
      }
    /*footer----------------------------------------------------------------*/
    footer {
        text-align:center;
        padding:16px 0 120px;
    }

.qa_q.gaku{
    margin-bottom: 36px;
}

.button {
    all: unset; /* 全てリセットしてから再定義する方法（推奨） */
    cursor: pointer;
  }
  
.header{
    width: 100%;
    margin: 0 auto;
    margin-top: 4px;
    position: relative;
    z-index: 3;
}

.gaiyou{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 24px;
    color: #567fc0;
    font-weight: 500;
    margin-top: 44px;
    margin-bottom: 18px;
}

.gaiyou .title{
    margin-bottom: 12px;
}

.gaiyou .taiken{
    color: #4e3e30;
}

.jyukuimg{
    margin-top: 24px;
}

.honbun {
    font-size: 16px;
    color: #4e3e30;
    text-align: left;
    padding: 23px 24px;
}

.honbun .marker {
    background: linear-gradient(to bottom, transparent 70%, yellow 50%);
}

.store-logo {
    width: 25%;
    margin: 0 auto;
    margin-bottom: -45px;
    margin-top: 42px;
}