/**
 *  breakpoint
 */
#lead .lead_main .txt01 {
  text-align: center;
}

.area .area_main {
  background-color: #FFF;
  padding: 3.75em 5.625em;
  padding-top: 2.5em;
}
.area .area_main .area_head {
  margin-bottom: 2.1875em;
}
.area .area_main .area_head h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area .area_main .area_head h3 .icon {
  margin-right: 1.25em;
}
.area .area_main .area_head h3 .jp {
  font-size: 1.5625em;
  line-height: 1.5;
  letter-spacing: 0;
}
.area .area_main .area_content .info {
  padding: 1em 0;
}
.area .area_main .area_content .info table tbody tr th, .area .area_main .area_content .info table tbody tr td {
  padding: 0.5em 0;
}
.area .area_main .area_content .info table tbody tr th {
  white-space: nowrap;
  font-weight: bold;
  padding-right: 2em;
}
@media screen and (max-width:767px) {
  .area .area_main {
    padding: 2.6923076923em 1.9230769231em;
  }
  .area .area_main .area_head {
    margin-bottom: 2.1875em;
  }
  .area .area_main .area_head h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .area .area_main .area_head h3 .icon {
    margin-right: 1.25em;
    top: 1.25em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .area .area_main .area_head h3 .jp {
    font-size: 1.5625em;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .area .area_main .area_content .info {
    padding: 1em 0;
  }
  .area .area_main .area_content .info table tbody tr th, .area .area_main .area_content .info table tbody tr td {
    padding: 0.5em 0;
  }
  .area .area_main .area_content .info table tbody tr th {
    font-weight: bold;
    padding-right: 2em;
  }
}

#facility .form_msg {
  line-height: 1.75;
  margin-bottom: 2em;
}
#facility .form_msg .fm_ttl {
  font-size: 1.375em;
  margin-bottom: 1em;
  font-weight: bold;
}
#facility .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#facility .buttons .gf_btn {
  font-size: 1.1666666667em;
}
#facility .buttons .gf_btn:nth-child(1) {
  margin-right: 1.25em;
}
@media screen and (max-width:767px) {
  #facility .pdf .link .txt {
    font-size: 0.8461538462em;
  }
  #facility .buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #facility .buttons .gf_btn {
    min-width: 0;
    width: 48%;
  }
  #facility .buttons .gf_btn:nth-child(1) {
    margin-right: 0;
  }
}

#contact .contact_main .contact_head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2.8125em;
}
#contact .contact_main .contact_content {
  -ms-flex-preferred-size: 73.6842105263%;
      flex-basis: 73.6842105263%;
}
#contact .contact_main .contact_content .contact_form .contact_form_ttl {
  font-size: 1.5625em;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
#contact .contact_main .contact_content .contact_form .form_msg {
  line-height: 1.75;
  margin-bottom: 5.125em;
}
#contact .contact_main .contact_content .contact_form ._mode_input input,
#contact .contact_main .contact_content .contact_form ._mode_input select,
#contact .contact_main .contact_content .contact_form ._mode_input textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
  padding: 0.75em 1.5em;
  background-color: #ededed;
}
#contact .contact_main .contact_content .contact_form ._mode_input._type_radio .gf_parts label .icon {
  background-color: #ededed;
}
#contact .contact_main .contact_content .contact_form .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5em;
  margin-right: -2.5em;
}
#contact .contact_main .contact_content .contact_form .buttons .gf_btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 2.5em;
}
#contact .contact_main .contact_content .contact_form .form_msg .fm_ttl {
  font-size: 1.375em;
  margin-bottom: 1em;
}
@media screen and (max-width:767px) {
  #contact .contact_main .contact_head {
    padding-left: 0;
  }
  #contact .contact_main .contact_head .h::before {
    top: -9.2307692308em;
  }
  #contact .contact_main .contact_head .h._do_anim::before {
    height: 6.9230769231em;
  }
  #contact .contact_main .contact_content .contact_form .contact_form_ttl {
    font-size: 1.5384615385em;
  }
  #contact .contact_main .contact_content .contact_form .form_msg {
    margin-bottom: 3.4615384615em;
  }
  #contact .contact_main .contact_content .contact_form .participants .gf_field input,
  #contact .contact_main .contact_content .contact_form .kibou_date .gf_field input {
    width: 16.1538461538em;
  }
  #contact .contact_main .contact_content .contact_form .buttons {
    margin-top: 3.0769230769em;
    font-size: 0.8em;
  }
  #contact .contact_main .contact_content .contact_form .buttons .gf_btn {
    font-size: 1em;
  }
}/*# sourceMappingURL=contact.css.map */