@charset "UTF-8";
/* contact用css */
/* parts */
/* _mixin */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  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: 700;
  src: url("../font/Jost-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Oswald-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Oswald-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Oswald-Bold.woff2") format("woff2");
  font-display: swap;
}
/* other */
/* indiviual */
/* コンテンツ共通スタイル */
#headline-area .txt-area h1 {
  background-image: url(../img/icon/contact.png);
}

form {
  width: 70%;
  margin: 0 auto;
}
form.confirm {
  margin-top: 3em;
}

table.base-table {
  width: 100%;
  margin: 1em auto 0 auto;
  font-size: 1.1em;
  border-collapse: collapse;
}
table.base-table tr {
  border-bottom: solid 1px #ccc;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  gap: 2em;
}
table.base-table tr th {
  font-size: 1.2em;
  color: #201E5E;
  width: 35%;
  padding: 1em 0 1em 2em;
}
table.base-table tr th span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.65em;
  font-weight: normal;
  color: #c90f0f;
}
table.base-table tr td {
  width: 65%;
  padding: 1.3em 2em 1em 0;
}
table.base-table tr td input,
table.base-table tr td textarea {
  width: 100%;
  border-radius: 5px;
}
table.base-table tr td address {
  font-size: 1em;
}
table.base-table tr td iframe {
  width: 100%;
  height: 30vw;
}
table.base-table tr td label {
  font-size: 0.9em;
  color: #c90f0f;
}

@media screen and (min-width: 1281px) and (max-width: 1650px) {
  form {
    width: 80%;
  }
  form table.base-table tr th {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  form {
    width: 80%;
  }
  form table.base-table tr th {
    font-size: 1em;
  }
}
@media screen and (min-width: 951px) and (max-width: 1024px) {
  form {
    width: 90%;
  }
  form table.base-table tr th {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  form {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  form {
    width: 100%;
  }
  form table.base-table {
    font-size: 1em;
  }
  form table.base-table tr {
    width: 100%;
    display: inline-block;
  }
  form table.base-table tr th {
    width: 100%;
    padding: 1em 0 0 0;
    display: inline-block;
  }
  form table.base-table tr td {
    width: 100%;
    padding: 1em 0;
    display: inline-block;
  }
  .btn-area a::before,
  .btn-area button::before,
  .btn-area span::before {
    top: 1.3em;
  }
  .btn-area a::after,
  .btn-area button::after,
  .btn-area span::after {
    top: 1.7em;
  }
  .btn-area span.back::before {
    top: 1.9em;
  }
  .btn-area span.back::after {
    top: 2.3em;
  }
}/*# sourceMappingURL=contact.css.map */