.form-common .form-detail {
  border: solid 1px #808080;
}
.form-common .form-row {
  border-bottom: solid 1px #d0d0d0;
}
.form-common .form-head {
  border-right: solid 1px #d0d0d0;
  background-color: #f1f1f1;
  margin-bottom: 0;
  font-weight: 700;
}
.form-common .form-head span:after {
  content: "*";
  color: #ff0009;
  display: inline-block;
}
.form-common .form-content {
  width: 100%;
}
.form-common input,
.form-common textarea {
  border: solid 1px #d0d0d0;
  width: 100%;
}
.form-common input::-webkit-input-placeholder {
  color: #dadada;
}
.form-common input::-ms-input-placeholder {
  color: #dadada;
}
.form-common input:-ms-input-placeholder {
  color: #dadada;
}
.form-common input:-moz-placeholder {
  color: #dadada;
}
.form-common input::placeholder {
  color: #dadada;
}
.form-common .form-agree a {
  color: #1a1a1a;
}
.form-common .form-text {
  text-align: center;
}
.form-common .form-confirm input,
.form-common .form-submit input {
  background: #005f75 url(../img/common/icn_arrow_white_02.svg) right 25px center/8px 14px no-repeat;
  cursor: pointer;
  color: #fff;
  transition: background 0.26s ease;
}
.form-common .form-confirm input:hover,
.form-common .form-submit input:hover {
  background-color: #000;
}
.form-common .form-confirm {
  border-bottom: none;
}
.form-common .form-submit {
  border-bottom: none;
}
.form-common .form-confirm input[name="submitBack"] {
  background: #8e8e8f url(../img/common/icn_arrow_white_03.svg) left 25px center/8px 14px no-repeat;
}
.form-common .form-confirm input[name="submitBack"]:hover {
  background-color: #000;
}
.form-common .form-privacy {
  border-bottom: none;
}
.form-common .form-privacy .form-content {
  padding: 0;
}

@media print, (min-width: 768px) {
  .form-common {
    max-width: 842px;
    margin: 0 auto;
  }
  .form-common .form-detail {
    margin-bottom: 40px;
  }
  .form-common .form-row {
    display: -ms-flexbox;
    display: flex;
  }
  .form-common .form-head {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 246px;
    width: 100%;
    font-size: 0.16rem;
    padding: 25px 22px 29px;
  }
  .form-common .form-head span:after {
    margin-left: 5px;
    font-size: 0.16rem;
  }
  .form-common .form-content {
    padding: 14px 31px;
  }
  .wrapper.conf .form-common .form-content {
    padding: 25px 31px 29px;
  }
  .form-common input,
  .form-common textarea {
    padding: 5px 13px;
  }
  .form-common input {
    max-width: 418px;
    height: 51px;
  }
  .form-common textarea {
    height: 131px;
  }
  .form-common .form-text {
    margin-bottom: 33px;
  }
  .form-common .policy-text {
    font-size: 0.13rem;
    line-height: 1.6153846154;
    margin-bottom: 10px;
  }
  .form-common .form-confirm input,
  .form-common .form-submit input {
    width: 208px;
    padding-right: 32px;
  }
  .form-common .form-confirm {
    margin-bottom: 27px;
  }
  .form-common .form-confirm input {
    margin: 0 auto;
    padding-bottom: 7px;
  }
  .form-common .form-submit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 11px;
  }
  .form-common .form-submit input:first-child {
    margin-right: 82px;
    padding-left: 55px;
  }
  .form-common .form-address span {
    margin-right: 14px;
  }
  .form-common .form-email input {
    max-width: 531px;
  }
  .form-common .form-address {
    margin-bottom: 13px;
  }
  .form-common .form-address input {
    max-width: 258px;
  }
  .form-common .form-post {
    margin-left: 32px;
    margin-bottom: 3px;
  }
  .form-common .form-post input {
    max-width: 496px;
  }
  .form-common .form-privacy {
    margin-bottom: 49px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-common .form-row {
    border-width: 0.02rem;
  }
  .form-common .form-detail {
    border-color: #b8b8b8;
    border-width: 0.02rem;
  }
  .form-common .form-head {
    border-right: 0;
    border-bottom: solid 0.02rem #b8b8b8;
    font-size: 0.3rem;
    padding: 0.04rem 0.3rem 0.07rem;
  }
  .form-common .form-content {
    padding: 0.21rem 0.25rem 0.18rem;
  }
  .wrapper.conf .form-common .form-content {
    padding: 0.04rem 0.25rem 0.07rem;
  }
  .form-common input,
  .form-common textarea {
    border-width: 0.02rem;
    padding: 0.1rem 0.16rem;
  }
  .form-common input::-webkit-input-placeholder,
  .form-common textarea::-webkit-input-placeholder {
    font-size: 0.3rem;
  }
  .form-common input::-ms-input-placeholder,
  .form-common textarea::-ms-input-placeholder {
    font-size: 0.3rem;
  }
  .form-common input:-ms-input-placeholder,
  .form-common textarea:-ms-input-placeholder {
    font-size: 0.3rem;
  }
  .form-common input:-moz-placeholder,
  .form-common textarea:-moz-placeholder {
    font-size: 0.3rem;
  }
  .form-common input::placeholder,
  .form-common textarea::placeholder {
    font-size: 0.3rem;
  }
  .form-common input {
    height: 0.82rem;
  }
  .form-common textarea {
    height: 2.57rem;
  }
  .form-common .form-address {
    margin-bottom: 0.2rem;
  }
  .form-common .form-address input {
    width: 5.43rem;
  }
  .form-common .form-address span {
    margin-right: 0.15rem;
  }
  .form-common .form-agree .form-content {
    padding-top: 0.39rem;
    padding-bottom: 0.69rem;
  }
  .form-common .form-agree .form-text {
    font-size: 0.3rem;
    line-height: 1.7333333333;
    margin-bottom: 0.36rem;
  }
  .form-common .form-detail {
    margin-bottom: 0.51rem;
  }
  .form-common .policy-text {
    font-size: 0.26rem;
    line-height: 1.6153846154;
    margin-bottom: 0.6rem;
  }
  .form-common .form-confirm,
  .form-common .form-submit {
    text-align: center;
  }
  .form-common .form-confirm input,
  .form-common .form-submit input {
    font-size: 0.3rem;
    width: 4.15rem;
    margin: 0 auto;
    height: 1.01rem;
    background-size: 0.22rem 0.25rem;
    background-position: right 0.48rem center;
  }
  .form-common .form-confirm {
    margin-bottom: 0.46rem;
  }
  .form-common .form-submit input:first-child {
    margin-bottom: 0.46rem;
    background-size: 0.22rem 0.25rem;
    background-position: left 0.48rem center;
    background-color: #005f75;
  }
}
.section-common-keyvisual.keyvisual-contact .keyvisual-title {
  color: #000;
  text-shadow: none;
}

@media print, (min-width: 768px) {
  .section-common-keyvisual.keyvisual-contact {
    padding-bottom: 11.159%;
  }
  .section-common-keyvisual.keyvisual-contact .keyvisual-title {
    padding-top: 53px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual.keyvisual-contact {
    min-height: 1.74rem;
  }
  .section-common-keyvisual.keyvisual-contact .keyvisual-title {
    padding-top: 16px;
  }
}
.section-contact .text-note:before {
  content: "*";
  color: #f00;
}

.form-confirm input,
.form-submit input {
  border: 0;
}

.section-contact .text-top.lead_err {
  color: #f00;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .section-contact {
    padding-top: 7px;
    padding-bottom: 83px;
  }
  .section-contact .text-top {
    line-height: 1.7333333333;
    margin-bottom: 13px;
  }
  .section-contact .text-top,
  .section-contact .text-note {
    text-align: center;
  }
  .section-contact .text-note {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-contact {
    padding-bottom: 1.23rem;
  }
  .section-contact .text-top {
    line-height: 1.7333333333;
    margin-bottom: 0.22rem;
  }
  .section-contact .text-note,
  .section-contact .text-top {
    font-size: 0.3rem;
  }
  .section-contact .text-note {
    margin-bottom: 0.52rem;
  }
  .form-area {
    border-bottom: 0 !important;
  }
  .form-common .form-detail {
    padding-bottom: 48px;
  }
}

.col_thanks {
  margin: 30px auto 0;
  text-align: center;
}
.txt_thanks {
  font-size: 0.25rem;
  line-height: 1.5;
}
.lead_thanks {
  margin: 25px auto 30px;
  font-size: 0.15rem;
  line-height: 2;
}
@media only screen and (max-width: 767.98px) {
  .txt_thanks {
    font-size: 0.35rem;
  }
  .lead_thanks {
    font-size: 0.27rem;
    line-height: 1.4814814815;
  }
}

/*# sourceMappingURL=contact.css.map */