@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
変数
----------------------------------------*/
/*----------------------------------------
サイト共通 スタイルシート
----------------------------------------*/
.illegal {
  padding: 56px 0;
}
@media screen and (max-width: 899px) {
  .illegal {
    font-size: var(--size14px);
  }
}

.contact {
  background-color: var(--colorMain);
}
@media screen and (max-width: 899px) {
  .contact .contactContents {
    padding-bottom: 128px;
  }
}
@media screen and (min-width: 900px) {
  .contact .contactContents {
    padding-bottom: 192px;
  }
}
.contact .contactContents .contactInner {
  max-width: 1080px;
}

/* フォーム
---------------------------------------------- */
#contactForm .contactTable {
  width: 100%;
}
#contactForm .contactTable input,
#contactForm .contactTable textarea {
  width: 100%;
}
#contactForm .contactTable tr {
  border-bottom: 1px solid var(--colorBorder);
}
#contactForm .contactTable tr th,
#contactForm .contactTable tr td {
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  #contactForm .contactTable tr th,
  #contactForm .contactTable tr td {
    font-size: var(--size14px);
    letter-spacing: -0.05em;
  }
}
@media screen and (min-width: 900px) {
  #contactForm .contactTable tr th,
  #contactForm .contactTable tr td {
    letter-spacing: -0.03em;
    padding: 2em 0 0.5em;
    border-bottom: 1px solid var(--colorBorder);
  }
}
#contactForm .contactTable tr th {
  text-align: left;
}
@media screen and (max-width: 899px) {
  #contactForm .contactTable tr th {
    display: block;
    padding-top: 16px;
  }
}
@media screen and (min-width: 900px) {
  #contactForm .contactTable tr th {
    display: table-cell;
    width: 200px;
  }
}
#contactForm .contactTable tr th.contactDetail {
  vertical-align: top;
}
#contactForm .contactTable tr th .requiredIcon {
  position: relative;
}
#contactForm .contactTable tr th .requiredIcon:after {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
#contactForm .contactTable tr th .caution {
  display: inline-block;
  font-size: var(--size12px);
}
@media screen and (max-width: 899px) {
  #contactForm .contactTable tr td {
    display: block;
    padding-top: 4px;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 900px) {
  #contactForm .contactTable tr td {
    display: table-cell;
    width: calc(100% - 200px);
  }
}
#contactForm .contactTable tr td label.error {
  display: block;
  color: #CC3300;
}
@media screen and (max-width: 899px) {
  #contactForm .contactTable tr td label.error {
    font-size: var(--size12px);
  }
}
@media screen and (min-width: 900px) {
  #contactForm .contactTable tr td label.error {
    font-size: var(--size14px);
    margin-top: 4px;
  }
}
#contactForm #privacyText {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  #contactForm #privacyText {
    font-size: var(--size14px);
    letter-spacing: -0.05em;
    margin-top: 32px;
  }
}
@media screen and (min-width: 900px) {
  #contactForm #privacyText {
    letter-spacing: -0.03em;
    margin-top: 40px;
  }
}
#contactForm #privacyText a {
  display: inline-block;
  text-decoration: underline;
}
#contactForm #privacyText a:hover {
  text-decoration: none;
  opacity: 1;
}
#contactForm #privacy {
  display: block;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 899px) {
  #contactForm #privacy {
    font-size: var(--size14px);
    letter-spacing: -0.05em;
    margin-top: 24px;
  }
}
@media screen and (min-width: 900px) {
  #contactForm #privacy {
    letter-spacing: -0.03em;
    margin-top: 8px;
  }
}
#contactForm #privacy .text {
  line-height: 1;
}
#contactForm #privacy input {
  width: 16px;
  height: 16px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  vertical-align: 0;
  accent-color: var(--colorSub);
  margin-right: var(--size16px);
}
#contactForm #privacy label.error {
  display: block;
  color: #CC3300;
}
@media screen and (max-width: 899px) {
  #contactForm #privacy label.error {
    font-size: var(--size12px);
  }
}
@media screen and (min-width: 900px) {
  #contactForm #privacy label.error {
    font-size: var(--size14px);
  }
}
#contactForm #assignment {
  text-align: center;
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (max-width: 899px) {
  #contactForm #assignment {
    font-size: var(--size14px);
    letter-spacing: -0.05em;
  }
}
@media screen and (min-width: 900px) {
  #contactForm #assignment {
    letter-spacing: -0.03em;
  }
}

.btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 899px) {
  .btnBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 96px;
  }
}
@media screen and (min-width: 900px) {
  .btnBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 128px;
  }
}

/* メール送信完了画面
---------------------------------------------- */
#resultWrap .inner p {
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 899px) {
  #resultWrap .inner p {
    font-size: var(--size14px);
    letter-spacing: -0.05em;
  }
}
@media screen and (min-width: 900px) {
  #resultWrap .inner p {
    letter-spacing: -0.03em;
  }
}
#resultWrap .inner #contactAddress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 899px) {
  #resultWrap .inner #contactAddress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 900px) {
  #resultWrap .inner #contactAddress {
    margin-top: 40px;
  }
}
#resultWrap .inner #contactAddress p {
  margin-right: var(--size16px);
}
@media screen and (max-width: 899px) {
  #resultWrap .inner #contactAddress a {
    font-size: var(--size14px);
    letter-spacing: -0.05em;
  }
}
@media screen and (min-width: 900px) {
  #resultWrap .inner #contactAddress a {
    letter-spacing: -0.03em;
  }
}/*# sourceMappingURL=contact.css.map */