@charset "UTF-8";
/* _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 */
/* コンテンツ共通スタイル */
body {
  background-image: url(../../contact/img/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 27em;
}
@media screen and (min-width: 1920px) {
  body {
    background-size: contain;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  body {
    background-size: auto 24em;
  }
}
@media screen and (min-width: 951px) and (max-width: 1024px) {
  body {
    background-size: auto 24em;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  body {
    background-size: auto 24em;
  }
}

#contact-top-area {
  width: 100%;
  padding-right: 3%;
  padding-left: 3%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: space-between;
}
@media screen and (min-width: 1920px) {
  #contact-top-area {
    padding-right: calc(50% - 660px);
    padding-left: calc(50% - 660px);
  }
}
@media screen and (min-width: 1651px) and (max-width: 1920px) {
  #contact-top-area {
    padding-right: 15.6%;
    padding-left: 15.6%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1650px) {
  #contact-top-area {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  #contact-top-area {
    padding-right: 3.5%;
    padding-left: 3.5%;
  }
}
#contact-top-area ul {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
#contact-top-area ul li + li {
  margin-left: 2em;
}
#contact-top-area ul li dl {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
}
#contact-top-area ul li dl dt figure {
  text-align: center;
  width: 2.1em;
}
#contact-top-area ul li dl dt figure figcaption {
  font-size: 1.15em;
  letter-spacing: 0;
  padding-top: 0.2em;
}
#contact-top-area ul li dl dd {
  width: calc(100% - 3.3em);
  padding-left: 1.3em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
}
#contact-top-area ul li dl dd span.num {
  font-size: 2.45em;
  color: #3E83DB;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 1651px) and (max-width: 1920px) {
  #contact-top-area ul li dl dd span.num {
    font-size: 2.1vw;
  }
}
#contact-top-area ul li dl dd span.supplement {
  font-size: 0.85em;
  font-weight: 500;
  letter-spacing: 0;
  padding-top: 0.25em;
  display: inline-block;
}
@media screen and (min-width: 1651px) and (max-width: 1920px) {
  #contact-top-area ul li dl dd span.supplement {
    white-space: nowrap;
  }
}

.for-products-area {
  width: 47%;
}
.for-products-area + .for-form-area {
  margin-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .for-products-area ul {
    flex-direction: column;
  }
  .for-products-area ul li {
    width: 100%;
  }
  .for-products-area ul li + li {
    margin-top: 2em;
    margin-left: 0 !important;
  }
}

.for-form-area {
  width: 47%;
}
.for-form-area .form-send-area {
  padding: 3em;
  background: #F6F3EA;
}
.for-form-area .form-send-area .btn-area {
  padding-top: 2em;
  padding-bottom: 0;
}
.for-form-area .form-send-area .top-captcha-area {
  text-align: center;
  margin: 1.5em auto 0;
}
.for-form-area .form-send-area .top-captcha-area .g-recaptcha {
  display: inline-block;
}
.for-form-area .form-send-area input[type=email] {
  width: 100%;
  margin-top: 3em;
}

#contact-area {
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1920px) {
  #contact-area {
    width: 940px;
  }
}
@media screen and (min-width: 1651px) and (max-width: 1920px) {
  #contact-area {
    width: 50%;
  }
}
@media screen and (min-width: 951px) and (max-width: 1024px) {
  #contact-area {
    width: 75%;
  }
}
#contact-area h2 {
  font-size: 1.75em;
  font-weight: 300;
}
#contact-area h2 + p {
  margin-top: 5em;
}
#contact-area p {
  font-size: 1.05em;
}
#contact-area p + p {
  margin-top: 3em;
}
#contact-area p + p.attention {
  margin-top: 1.5em;
}
#contact-area p a {
  color: #3E83DB;
  text-decoration: underline;
}
#contact-area table.form-table {
  font-size: 1.05em;
  font-weight: 600;
  letter-spacing: 0;
  width: 100%;
  margin-top: 3em;
}
#contact-area table.form-table th,
#contact-area table.form-table td {
  padding: 2em 1em;
}
#contact-area table.form-table th {
  padding-top: 3em;
  border-bottom: solid 1px #3E83DB;
}
#contact-area table.form-table th span.require {
  margin-left: 1em;
}
#contact-area table.form-table td {
  border-bottom: solid 1px #bbb;
}
#contact-area table.form-table td p {
  font-size: 1em;
  margin-top: 1em;
}
#contact-area table.form-table td input,
#contact-area table.form-table td textarea {
  width: 100%;
}
#contact-area table.form-table td textarea:last-child {
  height: 9em;
}
#contact-area span.require {
  font-size: 0.75em;
  color: #fff;
  line-height: 1;
  padding: 0.5em 0.75em;
  display: inline-block;
  background: #DB2F35;
}
#contact-area .btn-area {
  padding-top: 5em;
}

#comfirm #contact-area table.form-table {
  margin-top: 5em;
}
#comfirm #contact-area table.form-table th {
  padding: 2em 1em;
}

.recaptcha-area {
  text-align: center;
  padding-top: 2em;
}
.recaptcha-area p.attention {
  padding-bottom: 1em;
}
.recaptcha-area .g-recaptcha {
  display: inline-block;
}

#form-flow {
  margin: 0 0 3em 0;
}
#form-flow ol {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: center;
}
#form-flow ol li {
  font-size: 1.4em;
  font-weight: 300;
  color: #AAAAAA;
  line-height: 1.3;
  text-align: center;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
  align-items: center;
}
#form-flow ol li span.num {
  font-size: 1.1em;
  color: #fff;
  line-height: 1;
  width: 2em;
  height: 2em;
  margin-bottom: 0.5em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: center;
  align-items: center;
  background: #7E7E7E;
  border-radius: 50%;
}
#form-flow ol li.act {
  color: #3E83DB;
}
#form-flow ol li.act span.num {
  background: #3E83DB;
}
#form-flow ol li:nth-of-type(2) {
  padding-right: 8em;
  padding-left: 8em;
  position: relative;
}
#form-flow ol li:nth-of-type(2)::before, #form-flow ol li:nth-of-type(2)::after {
  width: 3em;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  background: #000;
  content: "";
}
#form-flow ol li:nth-of-type(2)::before {
  left: 2em;
}
#form-flow ol li:nth-of-type(2)::after {
  right: 2em;
}

input.error,
textarea.error {
  border: solid 2px #CE7777;
}

label.error {
  color: #CE7777;
  padding-top: 0.5em;
  display: inline-block;
}

#complete h2 {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  body {
    background-size: auto 24em;
  }
  #contact-top-area {
    flex-direction: column;
  }
  #contact-top-area .for-products-area,
  #contact-top-area .for-form-area {
    width: 100%;
  }
  #contact-top-area .for-products-area ul {
    padding-left: 5%;
    flex-direction: column;
  }
  #contact-top-area .for-products-area ul li + li {
    margin-top: 2em;
    margin-left: 0;
  }
  #contact-top-area .for-form-area {
    margin-top: 6em;
  }
  #form-flow ol li {
    font-size: 1.2em;
    letter-spacing: 0;
  }
  #form-flow ol li:nth-of-type(2) {
    padding-right: 2em;
    padding-left: 2em;
  }
  #form-flow ol li:nth-of-type(2)::before, #form-flow ol li:nth-of-type(2)::after {
    width: 1em;
    top: 40%;
  }
  #form-flow ol li:nth-of-type(2)::before {
    left: 0.5em;
  }
  #form-flow ol li:nth-of-type(2)::after {
    right: 0.5em;
  }
}/*# sourceMappingURL=contact.css.map */