@charset "UTF-8";
/* CONTACT用CSS */
/* parts */
/* _mixin */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* 青 */
/* グレイみのある青 */
/* 明るい青 */
/* オレンジ */
/* 東京都緑 */
/* flex */
/* font */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansJP-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Jost-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Jost-SemiBold.woff2") format("woff2");
  font-display: swap;
}
/* other */
/* indiviual */
.child #contents-area {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 5em;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .child #contents-area {
    width: 90%;
  }
}
@media screen and (min-width: 951px) and (max-width: 1024px) {
  .child #contents-area {
    width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .child #contents-area {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .child #contents-area {
    width: 90%;
  }
}
.child #contents-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: repeating-linear-gradient(to right, #00338D 0px, #00338D 3px, transparent 3px, transparent 6px), repeating-linear-gradient(to left, #00338D 0px, #00338D 3px, transparent 3px, transparent 6px), repeating-linear-gradient(to bottom, #00338D 0px, #00338D 3px, transparent 3px, transparent 6px), repeating-linear-gradient(to top, #00338D 0px, #00338D 3px, transparent 3px, transparent 6px);
  background-repeat: no-repeat;
  background-size: 100% 3px, 100% 3px, 3px 100%, 3px 100%;
  background-position: top, bottom, left, right;
  z-index: 0;
}
.child #contents-area::before {
  display: block;
}

#contents-area p.lead-contact {
  padding-left: 0;
}
#contents-area span.require {
  font-size: 0.8rem;
  color: #fff;
  display: inline-block;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  background: #B20A0A;
}
#contents-area table.form-table {
  width: 100%;
  margin-top: 3em;
  font-size: 1em;
}
#contents-area table.form-table tr {
  border-bottom: dotted 1px #4E8AC1;
}
#contents-area table.form-table tr:last-of-type {
  border-bottom: none;
}
#contents-area table.form-table tr th,
#contents-area table.form-table tr td {
  font-weight: 500;
  padding: 1.5em 1em;
}
#contents-area table.form-table tr th {
  font-weight: 700;
  white-space: nowrap;
}
#contents-area table.form-table tr th span.require {
  margin-left: 1em;
}
#contents-area table.form-table tr td input[type=text],
#contents-area table.form-table tr td textarea {
  font-size: 1.1em;
  width: 100%;
  max-width: 100%;
}
#contents-area table.form-table tr td p.gray {
  font-size: 0.9em;
  padding: 0.75em;
  margin-bottom: 1.25em;
  background: #f3f3f3;
}
#contents-area table.form-table tr td span.count {
  font-size: 0.9em;
  padding-top: 0.5em;
  display: inline-block;
}

.wpcf7 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  color: #fff;
  padding: 1.5em 0;
  background-color: #B20A0A;
  border: none !important;
}

form p.complete {
  text-align: center;
  display: none;
}
form .wpcf7-list-item {
  margin-left: 0;
  padding-right: 1.5em;
}
form .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0.75em;
}
form .wpcf7-list-item label {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-shrink: 0;
  cursor: pointer;
}
form .wpcf7-list-item label input {
  margin: 0.25em 0.5em 0.5em 0;
  flex-shrink: 0;
}
form > sent p.complete {
  display: block;
}
form > sent p.lead-contact {
  display: none;
}
form > sent .wpcf7-response-output {
  font-weight: 700;
  font-size: 1.4em;
  color: #00338D;
  border: none;
  padding: 2em 1.5em;
}
form > sent .wpcf7-response-output + table.form-table {
  display: none;
}
form > sent .wpcf7-response-output + table.form-table + .btn-area {
  display: none;
}

@media screen and (max-width: 767px) {
  #contents-area table.form-table {
    font-size: 0.9em;
  }
  #contents-area table.form-table tbody tr {
    border-bottom: none;
  }
  #contents-area table.form-table tbody tr th,
  #contents-area table.form-table tbody tr td {
    width: 100%;
    display: inline-block;
  }
  #contents-area table.form-table tbody tr th {
    padding: 1.5em 0 0.5em 0;
    white-space: initial;
  }
  #contents-area table.form-table tbody tr td {
    padding: 0 0 1.5em 0;
    border-bottom: dotted 1px #00338D;
  }
  #contents-area table.form-table tbody tr td input[type=text],
  #contents-area table.form-table tbody tr td input[type=email],
  #contents-area table.form-table tbody tr td textarea {
    width: 100% !important;
  }
  #contents-area .btn-area {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=contact.css.map */