.form_content{
    background:#fff ;
    padding: 50px 150px 80px;
}
.form_content table {
    max-width: 100%;
    width: 100%;
    margin-bottom:55px;
}

.form_content table tr{
    border-bottom: 1px solid #d9d9d9;
    padding: 30px 0;
}
.form_content table th{
    font-size: 20px;
    font-weight: bold;
    max-width: 300px;
    width: 300px;
    vertical-align: top;
    padding-top: 41px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form_content table th span{
    background: var(--site-primary);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    padding:4px 25px ;
}
.form_content table td{
    padding: 30px 0 30px 30px;
    width: 75.8%;
    max-width: 940px;
}
.form_content table td input,.form_content table td textarea{
    border: none;
    background: #f5f5f5;
    font-size: 18px;
    padding:15px 0 17px 30px ;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'Noto Sans JP';
}
.form_content table td input{
    width: 100%;
    display:inline-block;
}
.form_content table td.radio input{
    width: auto;
}

.form_content table td.name input,.form_content table td.tel input{
    max-width: 500px;
}
.form_content table td.mail input{
    max-width: 650px;
}
.form_content table td textarea{
    width: 100%;
    height: 13.5em;
}
::placeholder{
    color: #999999;
}
.form_content p{
    font-size: 18px;
    text-align: center;
}
.form_content a{
    color: var(--site-primary);
    text-decoration: underline;
    text-underline-offset: 8px;
}

#form_btn{
  position: relative;
  z-index: 10;
  margin: 60px auto 0;
  max-width: 466px;
}
.btn{
  max-width: 466px;
  border-radius: 100px;
  background: var(--site-primary);
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

.btn::before{
  content: " ";
  width: 0%;
  height: 100%;
  background: #9b6e31;
  opacity: .6;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: -10px;
  transform: translateX(0%) skewX(-30deg);
  /*transition-property: transform;*/
  transition-timing-function: cubic-bezier(.47,.16,.24,1);
}
.btn::after{
  content: " ";
  width: 0%;
  height: 100%;
  background: #9b6e31;
  opacity: .4;
  position: absolute;
  transition: all 0.9s ease-in-out;
  right: -10px;
  transform: translateX(0%) skewX(-30deg);
  /*transition-property: transform;*/
  transition-timing-function: cubic-bezier(.47,.16,.24,1);
}
.btn:hover:before,.btn:hover::after{
  right: auto;
  left: -10px;
  width: 120%;
}

.btn span{
  font-size: 20px;
  display: block;
  position: relative;
  background-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 100%;
  display: block;
  z-index: 2;
  cursor: pointer;
}

.btn span::after {
  content: '';
  background: url(../img/common/arrow02.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 20px;
  transform: translate(0px, -50%);
}
.btn:hover a {
  color: #fff;
}
.btn input{
    border: none;
    background: none;
    color: #fff;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    font-size: 26px;
    cursor: pointer;
    padding: 20px 0 22px;
    width: 100%;
}
div.wpcf7 .wpcf7-spinner {
    display: none !important;
}
.wpcf7 form .wpcf7-response-output{
    border: none;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output{
    border: none;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item{
    line-height: 2.5;
    width: 33%;
    display: inline-block;
    margin-left: 0;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item-label{
    margin-left: 10px;
}

.wpcf7-list-item.first {
    margin: 0;
  }
  .wpcf7-list-item-label {
    cursor: pointer;
    display: flex;
  }
  /* デフォルトのボタン */
  input[type="radio"] {
    opacity: 0; /* デフォルトのボタンを非表示 */
    position: absolute;
  }
  /* チェック前のボタン */
  .wpcf7-list-item-label::before {
    background: #f5f5f5;
    border: 1px solid #323232;
    border-radius: 100%; /* ラジオボタンっぽく丸くする */
    content: "";
    height: 1.2em;
    margin-bottom: auto;
    margin-right: .5em;
    margin-top: auto;
    transition: background-color .5s; /* 色をじんわり変化させる */
    width: 100%;
    max-width: 1.2em;
  }
  /* チェック後のボタン */
  input[type="radio"]:checked + .wpcf7-list-item-label::before {
    background-color: #323232; /* チェック後の中心の色 */
    box-shadow: inset 0 0 0 5px #f5f5f5; /* 中心の色のスタイル */
  }
.zip{
    display: flex;
    align-items: center;
}
.zip span{
    margin-left: 1em;
    width: 310px;
}
.add-select{
    margin:10px 0;
}
.form_content .add-select select{
    font-size: 18px;
    padding: 15px 0 17px 30px;
    margin-left: 2em;
    background: #f5f5f5 url(../img/common/icon_arrow_down_gray.svg) no-repeat right 20px center;
    background-size: 12px 7px;
    color: #333;
    border: none;
    width: 310px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
}

.wpcf7-form-control {
    appearance: none;
    -webkit-appearance: none; /*Google Chrome/Safari対応*/
    -moz-appearance: none; /*Firefox対応*/
    -o-appearance: none; /*Opera対応*/
 }

.street{
    margin-left: 2em;
}



@media only screen and (max-width: 1024px) {
    .form_content{
        padding: 50px 50px 80px;
    }
    .form_content table td {
        width: 69.8%;
}
.form_content .add-select select{
    margin-left: 1.8em;
}
}
@media only screen and (max-width: 960px) {
    .form_content{
        background:#fff ;
        padding: 20px;
    }
    .form_content table th{
        padding-top: 33px;
        width: 260px;
    }
    .form_content table td{
        max-width: 60%;
        padding: 20px 0 20px 10px;
    }
    .form_content table{
        margin-bottom: 30px;
    }
    #form_btn{
        margin: 30px auto 10px;
    }
    .wpcf7 form .wpcf7-radio .wpcf7-list-item{
        width: 50%;
    }
    .form_content .add-select select{
        margin-left: 1.6em;
    }
  }
@media only screen and (max-width: 568px) {
    .sub_page_title h1{
        font-size: 46px;
    }
    .form_content{
        padding-top: 10px;
    }
    .form_content table th,.form_content table td{
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .form_content table th{
        padding-top: 20px;
        font-size: 18px;
    }
    .form_content table th span{
        float: right;
        font-size: 14px;
        padding:1px 16px 2px;
    }
    .form_content table th span::after{
        clear: both;
    }
    .form_content table td{
        padding:11px 0 20px;
    }
    .form_content table td input{
        padding: 15px;
        font-size: 16px;
    }
    .form_content table td textarea{
        padding: 15px;
        height: 8em;
        font-size: 16px;
    }
    .form_content table tr:last-child td{
        padding-bottom: 10px;
    }
    .form_content p{
        font-size: 16px;
    }
    .btn input{
        font-size: 20px;
    }
    .btn span::after{
        width: 35px;
        height: 35px;
    }
    #form_btn {
        max-width: 280px;
    }
    .wpcf7 form .wpcf7-response-output{
        text-align: left;
    }
    .wpcf7 form .wpcf7-radio .wpcf7-list-item{
        line-height: 2.5;
        width: 100%;
    }
    .last{
        margin-left: 0;
    }
    .zip span{
        width: 170px;
    }
    .form_content .add-select select{
        margin-left:2em;
        width: 170px;
        padding: 15px;
        font-size: 16px;
    }
  }

