.on_sp-min {
  display: none;
}
@media only screen and (max-width:425px) {
  .on_sp-min {
    display: block;
  }
}

#contact .fv__inner {
  background: url("../images/contact/top_bg.jpg") top center/100% no-repeat;
}

.contents {
  padding-top: 120px;
}
@media only screen and (max-width:1024px) {
  .contents {
    padding-top: 80px;
  }
}

.form_area {
  padding: 4% 4% 4%;
  background-color: #fff;
}
@media only screen and (max-width:1024px) {
  .form_area {
    padding: 5%;
  }
}
.form_area table {
  width: 100%;
  max-width: 1112px;
  margin: 0 auto 3%;
}
@media only screen and (max-width:1024px) {
  .form_area table {
    display: block;
    width: 100%;
  }
  .form_area table tbody {
    display: block;
    width: 100%;
  }
  .form_area table tr {
    display: block;
    width: 100%;
  }
}
.form_area table tr {
  border-bottom: 1px solid #cfd1d4;
}
.form_area table tr th {
  width: 30%;
  padding: 4% 1.5% 1% 1.5%;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width:1024px) {
  .form_area table tr th {
    display: block;
    width: 100%;
    padding: 3% 0;
  }
}
.form_area table tr th .th_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.form_area table tr th span.require {
  padding: 0.8% 3% 1.2%;
  color: #fff;
  white-space: nowrap;
  font-size: 16px;
  background-color: #ef5b5b;
  border-radius: 2px;
}
@media only screen and (max-width:1024px) {
  .form_area table tr th span.require {
    font-size: 14px;
  }
}
.form_area table tr td {
  padding: 4% 1.5% 1%;
}
@media only screen and (max-width:1024px) {
  .form_area table tr td {
    display: block;
    width: 100%;
    padding: 3% 0;
  }
}
.form_area table tr td input, .form_area table tr td textarea, .form_area table tr td select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  border: 1px solid #cfd1d4;
  border-radius: 3px;
  padding: 0.5% 2.5%;
}
.form_area table tr td input:focus, .form_area table tr td textarea:focus, .form_area table tr td select:focus {
  border: 1px solid #333333;
  outline: 0px solid #333333;
}
.form_area table tr td input, .form_area table tr td textarea {
  width: 100%;
}
.form_area table tr td input:not(:-moz-placeholder), .form_area table tr td textarea:not(:-moz-placeholder) {
  border: 1px solid #208b3b;
  outline: 0px solid #208b3b;
}
.form_area table tr td input:not(:placeholder-shown), .form_area table tr td textarea:not(:placeholder-shown) {
  border: 1px solid #208b3b;
  outline: 0px solid #208b3b;
}
.form_area table tr td textarea {
  height: 180px;
}
.form_area table tr td select option:checked {
  border: 1px solid #208b3b;
  outline: 0px solid #208b3b;
}
.form_area table tr td:has(.formError) input, .form_area table tr td:has(.formError) textarea, .form_area table tr td:has(.formError) select {
  border: 1px solid #ff0000;
  outline: 0px solid #ff0000;
}
.form_area table tr td.td_birdthday input {
  width: 25%;
  margin: 0 2% 0 0;
}
.form_area .h3_anq {
  width: 100%;
  max-width: 1112px;
  margin: 0 auto;
}
.form_area .anq_box {
  width: 100%;
  max-width: 1112px;
  margin: 0 auto;
  padding: 3% 0 2%;
  border-bottom: 1px solid #cfd1d4;
}
.form_area .anq_box input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  border: 1px solid #cfd1d4;
  border-radius: 3px;
  padding: 0.5% 2.5%;
  width: 100%;
}
.form_area .anq_box input[type=text]:focus {
  border: 1px solid #333333;
  outline: 0px solid #333333;
}
.form_area .anq_box label {
  padding: 0 5% 0 0;
}
.form_area .anq_box label input {
  margin: 0 1% 0 0;
}
.form_area .attention {
  width: 100%;
  max-width: 1112px;
  margin: 0 auto 0;
  background-color: #f2f3f4;
  padding: 2% 0.2%;
  font-size: 14px;
}
@media only screen and (min-width:1558px) {
  .form_area .attention {
    padding: 2% 3%;
  }
}
.form_area .agreement {
  padding: 2% 5% 3%;
  text-align: center;
}
.form_area .submit_area {
  text-align: center;
}
.form_area .submit_area input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #004d82;
  border: 2px solid #004d82;
  border-radius: 4px;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 1% 5%;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width:1024px) {
  .form_area .submit_area input[type=submit] {
    font-size: 18px;
  }
}
.form_area .submit_area input[type=submit]:hover {
  background-color: #fff;
  color: #004d82;
}
.form_area .error-message {
  padding: 1% 0 0;
}
.form_area .error-message .formError .formErrorContent {
  width: 100%;
  background: transparent;
  position: relative;
  color: #ee0101;
  min-width: auto;
  min-width: initial;
  font-size: 14px;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  padding: 5% 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
}

.contents {
  padding-top: 30px;
}

.information {
  width: 70%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 0 4%;
}
@media only screen and (max-width:1024px) {
  .information {
    width: 100%;
    max-width: auto;
    max-width: initial;
    padding: 0 0 5%;
  }
}
.information .info {
  padding: 0 0 3%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (min-width:1558px) {
  .information .info {
    font-size: 22px;
  }
}
@media only screen and (max-width:1024px) {
  .information .info {
    font-size: 14px;
  }
}
.information .tel_area {
  background: #004d82;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 1.5%;
}
.information .tel_area .telnum {
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width:1024px) {
  .information .tel_area .telnum {
    font-size: 20px;
  }
}
.information .tel_area .time {
  font-size: 25px;
}
@media only screen and (max-width:1024px) {
  .information .tel_area .time {
    font-size: 14px;
  }
}/*# sourceMappingURL=contact.css.map */