@charset "utf-8";
/*
Theme Name: Lightning Child
Template: lightning
Description: Lightning Child Theme
Author: NTS
Author URI: https://nts-it.co.jp
Version: 0.1.2
*/

/* ------------------ */
/* fv
/* ------------------ */

.siteHeader.navbar,
.section.breadSection.back-color,
.section.siteFooter,
.scrolled .page_top_btn,
.navbar.siteHeader.back-color,
.footer__inner {
  display: none !important;
}

.white-space {
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #202020;
  background-color: #fff;
  width: 95% !important;
  height: auto;
  margin: 0 auto;
  border-radius: 30px;
}
.note_header {
  position: relative;
}
.note_header img {
  position: absolute;
  top: -110px;
}

.contact-title {
  text-align: center;
  margin: auto;
}

.h3-title {
  color: #7ecbff;
  font-size: 10px;
  font-weight: bold;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.8em;
  padding-top: 25px;
}

.h1-title {
  font-size: 28px;
  font-weight: bold;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.8em;
  margin-bottom: 1.2em;
}

.required-text p {
  font-size: 14px;
  text-align: right;
  font-weight: 100;
  line-height: normal;
  margin-bottom: 0;
}

.first-tr {
  padding: 1em 0 0 !important;
}

.blue {
  color: #7ecbff;
  font-size: 16px;
  font-weight: bold;
}

th {
  font-size: 16px;
  font-weight: bold;
}

.note-contact_wrapper {
  padding: 120px 0 30px;
}

.note-back-color {
  background-color: #7ecbff;
}

.table-res-form {
  width: 100%;
  margin: 0 auto;
}

.table-res-form tr {
  width: 90%;
  margin: 0 auto;
  border-bottom: none;
  display: flex;
  align-items: center;
}

.table-res-form td {
  font-size: 14px;
  padding: 10px 0 0;
  justify-content: flex-end;
}

.table-res-form th,
.table-res-form td {
  width: 100%;
  font-weight: bold;
  vertical-align: top;
  position: relative;
  display: initial;
  height: auto;
}

.wpcf7-form-control.wpcf7-text {
  background-color: #e4e4e4;
  max-width: 520px;
  width: 100%;
  border-radius: 10px;
}

.checkbox {
  max-width: 480px;
  height: 40px;
  width: 100%;
}

input.wpcf7-submit {
  color: transparent !important;
  background-color: #000 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  cursor: pointer !important;
  border-radius: 40px !important;
  font-weight: bold;
  letter-spacing: 3px;
  width: 250px !important;
  height: 50px !important;
  border: none !important;
  text-align: center !important;
}

.submit-Btn p {
  padding-bottom: 60px;
}

.btn.active,
.btn:active {
  color: transparent !important;
}

body .btn-primary:hover {
  color: transparent;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #fff;
}

.pp_agreement__inner {
  max-height: 200px;
  overflow-y: scroll;
}

.note_headline--mark {
  color: #5f36a6;
  font-weight: bold;
  margin-bottom: -20px;
  display: block;
  letter-spacing: 5px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #fff;
}

.pp_agreement__wrap {
  padding-top: 0px !important;
}

.checkbox-row {
  font-size: 14px;
  padding-top: 10px !important;
  padding-right: 20px;
  text-align: center;
}

.checkbox-row a {
  color: #008fef !important;
  text-decoration: underline;
}

.wpcf7-list-item label a {
  color: #7ecbff;
  text-decoration: underline;
}

.submit-Btn {
  text-align: center !important;
  margin-left: 70px !important;
}

.wpcf7-list-item label {
  font-weight: 100 !important;
}

.wpcf7-form-control.wpcf7-textarea.form-control {
  width: 100% !important;
  background-color: #e4e4e4 !important;
  border-radius: 10px !important;
  height: 150px !important;
}

body.table-res-form td::before {
  display: block !important;
}

.pp_agreement__inner {
  max-height: 200px !important;
  overflow-y: scroll !important;
  width: 95% !important;
}

.copyright p {
  width: 350px !important;
  color: #000 !important;
  margin: auto !important;
  font-size: 14px !important;
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", sans-serif !important;
}

.note img {
  border: none !important;
}

.pc-header {
  display: block !important;
}

.sp-header {
  display: none !important;
}
.Copyright p {text-align: center;}
@media (min-width: 950px) {
  .table-res-form {
    max-width: 810px;
  }

  .required {
    display: flex;
  }

  .table-res-form tr {
    flex-direction: row;
    position: relative;
  }

  .table-res-form tr {
    padding: 1em 0;
  }

  .table-res-form td {
    padding: 1em 0 !important;
    padding-left: 0;
    max-width: 515px;
    width: 100%;
    display: table !important;
    align-items: center;
    justify-content: space-between;
  }

  .table-res-form th {
    width: 35%;
  }

}

@media (max-width: 950px) {
  .contact_wrapper .table-res-form .required::after {
    content: "必須";
    padding: 0.3em 0.5em;
    font-size: 10pt;
    color: #fff;
    background-color: #e36588;
    border-radius: 2px;
    right: 0;
    top: 0;
    position: absolute;
    height: 26px;
  }

  .h3-title {
    padding-top: 30px;
  }

  .sp-header {
    z-index: 999 !important;
    background-color: transparent !important;
  }

  .table-res-form th p::before {
    position: relative;
  }

  .table-res-form tr {
    width: 80%;
  }

  .contact_wrapper .table-res-form th,
  .table-res-form td {
    padding: 0em;
  }

  .pp_agreement__inner {
    overflow: unset;
  }
}

@media (max-width: 768px) {
  .pc-header {
    display: none !important;
  }

  .sp-header {
    display: block !important;
  }

  .note-contact_wrapper {
    padding: 150px 0 30px;
  }

  .note_header img {
    top: -210px;
    height: 260px;
  }
}

@media (max-width: 600px) {
  .table-res-form tr,
  .table-res-form th {
    display: flex;
    flex-direction: column;
  }

  .note-contact_wrapper {
    padding: 120px 0 30px;
  }

  .note_header img {
    top: -175px !important;
    height: 230px !important;
  }

  .required-text {
    padding: 0 !important;
  }

  .table-res-form tr p {
    margin-bottom: 0;
  }

  .wpcf7-form-control.wpcf7-text {
    margin-bottom: 20px;
  }

  .pp_agreement__inner {
    max-height: 150px !important;
  }
}

@media (max-width: 420px) {
  .submit-Btn {
    margin-left: 20px !important;
  }

  .note-contact_wrapper {
    padding: 100px 0 30px;
  }

  .note_header img {
    top: -140px !important;
    height: 200px !important;
  }

  .h3-title {
    padding-top: 15px;
  }
}
