.h2-ttl01 {
  display: block;
  text-align: center;
  margin: 0 0 60px 0;
}

@media screen and (max-width: 768px) {
  .h2-ttl01 {
    margin: 0 0 50px 0;
  }
}

.h2-ttl01:after {
  content: none;
}

#contact-form {
  padding: 70px 0;
}

@media screen and (max-width: 768px) {
  #contact-form {
    padding: 40px 5% 90px;
  }
}

#contact-form.thanks {
  height: calc(100vh - 225px);
}

#contact-form dl.contact-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px 0;
}

@media screen and (max-width: 768px) {
  #contact-form dl.contact-form__group {
    display: block;
  }
}

#contact-form dl.contact-form__group dt, #contact-form dl.contact-form__group dd {
  min-height: 90px;
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #contact-form dl.contact-form__group dt, #contact-form dl.contact-form__group dd {
    min-height: auto;
  }
}

#contact-form dl.contact-form__group dt:last-of-type, #contact-form dl.contact-form__group dd:last-of-type {
  min-height: 220px;
}

@media screen and (max-width: 768px) {
  #contact-form dl.contact-form__group dt:last-of-type, #contact-form dl.contact-form__group dd:last-of-type {
    min-height: auto;
  }
}

#contact-form dl.contact-form__group dt {
  padding: 0 0 0 20px;
  font-size: 16px;
  -ms-flex-preferred-size: 190px;
      flex-basis: 190px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #contact-form dl.contact-form__group dt {
    border-bottom: none;
    min-height: auto;
    padding: 0;
    margin: 10px 0;
  }
}

#contact-form dl.contact-form__group dt.inquiry {
  line-height: 1;
}

#contact-form dl.contact-form__group dt:last-of-type {
  min-height: 220px;
}

@media screen and (max-width: 768px) {
  #contact-form dl.contact-form__group dt:last-of-type {
    min-height: auto;
  }
}

#contact-form dl.contact-form__group dd {
  font-size: 14px;
  -ms-flex-preferred-size: calc(100% - 190px);
      flex-basis: calc(100% - 190px);
  padding: 0;
}

@media screen and (max-width: 768px) {
  #contact-form dl.contact-form__group dd {
    padding: 0 0 20px 0;
  }
}

#contact-form dl.contact-form__group input.form_value {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #e6e6e6;
  padding: 10px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  #contact-form dl.contact-form__group input.form_value {
    height: 35px;
  }
}

#contact-form dl.contact-form__group textarea {
  max-width: 100%;
  width: 100% !important;
  height: 180px !important;
  padding: 15px 10px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  background: #e6e6e6;
  resize: none;
}

@media screen and (max-width: 768px) {
  #contact-form dl.contact-form__group textarea {
    height: 160px;
  }
}

#contact-form .mfp_buttons button.btn02 {
  font-family: "Noto Serif JP";
  background: none;
  border-radius: 0;
  font-size: 16px;
}

#contact-form .mfp_buttons button.btn02:hover {
  background: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

#contact-form .mfp_buttons button.btn02:before {
  content: none;
}

.contact-thanks__txt {
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .contact-thanks__txt {
    font-size: 14px;
    text-align: left;
  }
}

div#mfp_overlay_inner {
  border-radius: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 30px 80px;
}

@media screen and (max-width: 768px) {
  div#mfp_overlay_inner {
    padding: 20px;
  }
}

div#mfp_overlay_inner h4 {
  margin-bottom: 15px;
}

div#mfp_overlay_inner #mfp_confirm_table {
  margin-bottom: 15px;
}

div#mfp_overlay_inner #mfp_confirm_table tr, div#mfp_overlay_inner #mfp_confirm_table th {
  padding: 10px 15px;
}

div#mfp_overlay_inner #mfp_confirm_table tr.mfp_colored {
  background-color: #f9f9f9;
}

div#mfp_overlay_inner #mfp_confirm_table th, div#mfp_overlay_inner #mfp_confirm_table td {
  font-size: 14px;
}

div#mfp_overlay_inner .mfp_buttons {
  padding-bottom: 0;
}

div#mfp_overlay_inner .mfp_buttons .mfp_element_button {
  border-radius: 0;
  font-size: 14px;
  background: none;
  padding: 15px 50px;
  font-family: 'Noto Serif JP';
  margin: 0 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  div#mfp_overlay_inner .mfp_buttons .mfp_element_button {
    width: 80%;
  }
  div#mfp_overlay_inner .mfp_buttons .mfp_element_button:first-child {
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=layout.css.map */