.page-contact {
  padding: 40px 0 80px;
}

.sec-contact {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}

@media screen and (max-width: 800px) {
  .sec-contact {
    font-size: 16px;
  }
}

.sec-contact .ats {
  color: #D50000;
}

.sec-contact > .wrapper {
  margin: 0 auto;
  padding: 0 20px;
  width: 1040px;
}

@media screen and (max-width: 800px) {
  .sec-contact > .wrapper {
    width: 100%;
  }
}

.sec-contact .lead-txt {
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  .sec-contact .lead-txt {
    margin-bottom: 30px;
  }
}

.sec-contact .contact-form > div[class*="box"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #ABABAB;
  padding: 15px 0;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact-form > div[class*="box"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.sec-contact .contact-form > div[class*="box"]:first-of-type {
  padding-top: 0;
}

.sec-contact .contact-form > div[class*="box"].post-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec-contact .contact-form > div[class*="box"].post-box .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact-form > div[class*="box"].post-box .input-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sec-contact .contact-form > div[class*="box"].post-box .input-box .dash {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact-form > div[class*="box"].post-box .input-box .dash {
    width: 5%;
    text-align: center;
  }
}

.sec-contact .contact-form > div[class*="box"].post-box .input-box input:first-of-type {
  width: 85px;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact-form > div[class*="box"].post-box .input-box input:first-of-type {
    width: 47%;
  }
}

.sec-contact .contact-form > div[class*="box"].post-box .input-box input:last-of-type {
  width: 95px;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact-form > div[class*="box"].post-box .input-box input:last-of-type {
    width: 47%;
  }
}

.sec-contact .contact-form > div[class*="box"].address-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-contact .contact-form > div[class*="box"].message-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec-contact .contact-form > div[class*="box"] .lb-box {
  padding-left: 30px;
  width: 260px;
  color: #523A00;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact-form > div[class*="box"] .lb-box {
    margin-bottom: 10px;
    padding-left: 0;
    width: 100%;
  }
  .sec-contact .contact-form > div[class*="box"] .lb-box .only-pc {
    display: none;
  }
}

.sec-contact .contact-form > div[class*="box"] .lb-box .ats {
  display: inline-block;
  margin-left: 5px;
}

.sec-contact .contact-form > div[class*="box"] .input-box {
  width: 660px;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact-form > div[class*="box"] .input-box {
    width: 100%;
  }
}

.sec-contact .contact-form > div[class*="box"] .input-box input {
  display: inline-block;
  border: 1px solid #CDCDCD;
  padding: 7px 25px;
  outline: none;
}

.sec-contact .contact-form > div[class*="box"] .input-box input.oneline {
  width: 100%;
}

.sec-contact .contact-form > div[class*="box"] .input-box textarea {
  display: inline-block;
  border: 1px solid #CDCDCD;
  padding: 7px 25px;
  width: 100%;
  outline: none;
}

.sec-contact .contact-form .submit-btn {
  display: block;
  margin: 40px auto 0;
  padding: 20px 0;
  width: 220px;
  background-color: #4C4E90;
  color: #fff;
}

@media screen and (min-width: 801px) {
  .sec-contact .contact-form .submit-btn:hover {
    opacity: 0.7;
  }
}

.contact-form p.error {
  color: red;
  font-weight: bold;
}
