@charset "UTF-8";
/* contactform7 */
.wpcf7 {
  margin-top: 60px;
  letter-spacing: -4rem;
}
.wpcf7 .form {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  letter-spacing: 0;
  margin-right: 2%;
}
.wpcf7 .form.message {
  display: block;
  width: 100%;
}
.form .txt {
  display: block;
}
.wp-block-contact-form-7-contact-form-selector {
  width: 100%;
  max-width: 1080px;
  margin: 144px auto;
}
.wpcf7-form-control.wpcf7-radio.gender-type {
  padding: 20px 0;
  display: block;
}
.wpcf7-form-control-wrap input {
  border-bottom: 1px solid #555;
  padding: 20px 0;
  margin-bottom: 60px;
  width: 100%;
}
.wpcf7-form-control-wrap select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 25px 30px 25px 10px;
  font-size: 93%;
  line-height: 1.1em;
  border-bottom: 1px solid #555;
  background-image: url(img/arrow03.png);	
  background-repeat: no-repeat;
  background-size: 25px 10px;
  background-position: right 10px center;	
}
.wpcf7-form-control-wrap select::-ms-expand {
  display: none;
}
.wpcf7-form-control-wrap.birth-year select,
.wpcf7-form-control-wrap.birth-month select,
.wpcf7-form-control-wrap.birth-day select {
  width: 28%;
  display: initial;
}

.birthday-form dd {
  display: initial;
}

[type="radio"] {
  width: auto !important;
  margin-bottom: 0 !important;
}
textarea {
  width: 100%;
  max-width: 1080px;
  border-bottom: 1px solid #555;
}
option{
  color: #222;
}
.attention {
  margin-top: 60px;
}
.wpcf7-form-control-wrap.privacy {
  letter-spacing: 0;
}
.wpcf7-form-control-wrap .privacy input {
  padding: 0;
  margin-bottom: 0;
  width: auto;
}
.form-btn {
  display: block;
  width: 100%;
  margin-top: 60px;
  text-align: center;
}

.form-btn input{
  padding: 24px 64px;
  border: 1px solid #555;
  position: relative;
}
.wpcf7-form-control.wpcf7-submit {
  position: relative;
  display: inline-block;
  padding: 24px 64px;
  border: 1px solid #555;
  font-size: 16px;
  transition: all 0.3s;
}
.wpcf7-form-control.wpcf7-submit:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #222;
}
/* .form-btn span {
  position: relative;
}
.form-btn span:before {
  position: absolute;
left: 0;
top: 50%;
display: block;
content: '';
width: 50px;
border-top: 1px solid #555;
z-index: 5;
} */
div.wpcf7 .ajax-loader {
  display: none !important;
}
.wpcf7 form .wpcf7-response-output {
  letter-spacing: 0;
}

.pr-ttl {
  letter-spacing: 0;
  margin-bottom: 20px;
}

.wpcf7-not-valid-tip {
  letter-spacing: 0;
  position: absolute;
  top: 20px;
}

.wpcf7-list-item {
  padding: 20px 10px;
}
  @media screen and (max-width: 1460px) {
  }
  @media screen and (max-width: 1440px) {
    .menu-inner-list ul li,
    .menu-inner-list02 ul li {
      font-size: 20px;
    }
    .menu-inner-list ul li span,
    .menu-inner-list02 ul li span {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 767px) {
    .wp-block-contact-form-7-contact-form-selector {
      margin: 60px auto;
      padding: 0 15px;
    }
    .wpcf7 .form {
      width: 100%;
      display: block;
      margin-right: 0;
      margin-bottom: 30px;
    }
    .wpcf7-form-control-wrap input {
      margin-bottom: 0;
    }
    .wpcf7-form-control.wpcf7-submit {
      padding: 18px 50px 18px 64px;
    }
  }