@charset "UTF-8";
.privacy{
  display:block;
}
.contact_form{
  display:block !important;
}
.consent-back {
  font-size: 2.5rem;
}
.consent-back {
  display: block;
  width: 45%;
  border-radius: 8px;
  padding: 28px 20px;
  color: #FFF !important;
  background: #ED6C00 !important;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
  border: none;
  font-weight: bold;
}
.consent-back:hover {
  color: #FFF !important;
}

.consent-agree label a {
  font-size: 2.5rem;
}
.consent-agree label a {
  display: block;
  text-align: center;
  /*width: 45%;*/
  border-radius: 8px;
  padding: 28px 20px;
  color: #FFF !important;
  background: #FF0000 !important;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
  border: none;
  font-weight: bold;
}
.consent-agree label a:hover {
  color: #FFF !important;
}

@media only screen and (min-width: 813px) and (max-width: 1279px) {
  .consent-back {
    font-size: 2rem;
  }
  .consent-agree label a {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 812px) {
  .consent-back {
    font-size: 1.8rem;
  }
  .consent-agree label a {
    font-size: 1.8rem;
  }
}

input[type=radio]{
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 0px 5px;
  padding: initial;
  border: initial;

  -webkit-appearance: auto;
  -moz-appearance: auto;
  position: static;
  width: auto;
  height: auto;
  border: none;
  background: none;
}

input[type=radio]:focus {
  outline: none !important;
}

#contact .contact_form .form_detail dd input, #contact .contact_form .form_detail dd textarea {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #000000;
}
#contact textarea {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #000000;
}

span.vertical-item {
  display: block;
  margin-left: 0;
}
.mw_wp_form .error {
  font-size: 93%;
  color: #B70000;
}

#contact .send_btn input {
  display: block;
  width: 70%;
  margin: 77px auto 0;
  border-radius: 8px;
  padding: 16px 20px;
  color: #FFF;
  background: #FF0000;
  box-shadow: 4px 4px 0 rgb(35 24 21 / 30%);
  font-weight: bold;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  font-size: 2rem;
}

#contact .contact_form .form_category {
  margin-top: 50px;
}

#contact .contact_form{
  margin:0 auto;  
}
#contact .contact_form .complete-message{
  text-align: center;
  font-size:1.8rem;
}

.sp-only{
  display:none;
}
@media only screen and (min-width: 813px) and (max-width: 1279px) {
  .sp-only{
    display:none;
  }
}
@media only screen and (max-width: 812px) {
  .sp-only{
    display:block;
  }
}

body{
  height:100%;
  min-height:100vh;
  padding-bottom:130px;
  position:relative;
}

#ft{
  position: absolute;
  bottom: 0;
  width: 100%;
}

