@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Bold";
  src: url(/fonts/NotoSerifJP/NotoSerifJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-ExtraLight";
  src: url(/fonts/NotoSerifJP/NotoSerifJP-ExtraLight.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Regular";
  src: url(/fonts/NotoSerifJP/NotoSerifJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Bold";
  src: url(/fonts/ZenOldMincho/ZenOldMincho-Bold.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*=========*/
/* contact */
/*=========*/
.contact {
  /* ContactForm用 */
}
@media (max-width: 767px) {
  .contact .table {
    display: block;
    margin-top: 24px;
  }
  .contact .table tr:last-child td {
    border-bottom: 1px solid #333;
  }
  .contact .table td {
    display: block;
    border-top: none;
    border-bottom: none;
  }
}
.contact .table th {
  width: 280px;
  text-align: left;
}
.contact .table th .required {
  margin-left: 16px;
  padding: 2px 4px;
  background-color: #F00;
  color: #FFF;
  font-size: 12px;
}
@media (max-width: 767px) {
  .contact .table th {
    display: block;
    width: 100%;
  }
}
.contact .table .error {
  display: block;
  color: #F00;
}
.contact .end-msg {
  margin: 64px 0;
  font-size: 18px;
  text-align: center;
}
.contact .list-bt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 88px auto;
}
@media (max-width: 767px) {
  .contact .list-bt {
    display: block;
    margin: 64px 0;
  }
}
.contact .list-bt li {
  margin: 0 8px;
}
.contact .list-bt li .com-bt {
  margin: 0 auto;
}
.contact .wpcf7-list-item {
  display: inline-block;
}
.contact .wpcf7-list-item label input + span {
  margin-left: 0.5em;
}
.contact .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 1em;
}

/*=========*/
/* privacy */
/*=========*/
.privacy .b-nv {
  margin-bottom: 80px;
}
/*# sourceMappingURL=contents.css.map */