/* MEDIA QUERIES
 * * -----------------------------------------------*/
.section-contact .contact-title {
  font-weight: bold;
  line-height: 1.5;
}
.section-contact .contact-tel {
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
}
.section-contact .contact-tel:before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_tel.svg) no-repeat center center/100% auto;
}
.section-contact .contact-time {
  font-weight: bold;
}

::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

::placeholder {
  color: #999;
  opacity: 1;
}

.form-contact .form-head {
  font-weight: bold;
}
.form-contact .form-head .text-required {
  position: relative;
}
.form-contact .text-required {
  line-height: 1.2;
  background: #ff7f00;
  color: #fff;
  display: inline-block;
}
.form-contact .postal-link {
  color: #1571da;
}
.form-contact .list-check .checkbox-common,
.form-contact .list-check .radio-common {
  margin: 0;
}

.input-common,
.select-common,
.textarea-common {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  line-height: inherit;
  width: 100%;
  box-shadow: none;
}

.select-common {
  cursor: pointer;
  background: url(../img/common/icon_select.svg) no-repeat right 13px center/12px auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
}
.select-common.is-select {
  color: #333;
}

.textarea-common {
  resize: none;
}

.checkbox-common,
.radio-common {
  display: inline-block;
}
.checkbox-common input,
.radio-common input {
  display: none;
}
.checkbox-common .label-text,
.radio-common .label-text {
  display: block;
  position: relative;
  line-height: 1.5;
  cursor: pointer;
}
.checkbox-common .label-text:before,
.radio-common .label-text:before {
  content: "";
  border: 2px solid #ccc;
  position: absolute;
  background: #fff no-repeat center center;
  left: 0;
}

.checkbox-common input:checked + .label-text:before {
  background-image: url(../img/common/icon_checkbox.svg);
}

.radio-common .label-text:before {
  border-radius: 100%;
}
.radio-common input:checked + .label-text:before {
  background-image: url(../img/common/icon_radio.svg);
}

.button-submit {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #005ead;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  border: 1px solid #005ead;
  transition: 0.26s ease;
}
.button-submit:hover {
  background: #fff;
  color: #005ead;
}
.button-submit:first-of-type {
  margin-bottom: 1em;
}

button.button-submit {
  display: block;
}

@media print, (min-width: 768px) {
  .section-contact {
    padding: 60px 0 60px;
    margin-top: calc(5rem + 3px);
  }
  .section-contact .wrapper {
    width: 894px;
  }
  .section-contact .contact-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .section-contact .contact-info {
    margin-bottom: 113px;
  }
  .section-contact .contact-group {
    margin-top: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .section-contact .contact-tel {
    pointer-events: none;
    padding-left: 24px;
    font-size: 32px;
    margin-right: 25px;
  }
  .section-contact .contact-tel:before {
    left: -2px;
    top: 12px;
    width: 20px;
    height: 30px;
  }
  .section-contact .contact-time {
    margin-top: 10px;
  }
  .form-contact {
    font-size: 18px;
  }
  .form-contact .form-row {
    margin-bottom: 32px;
  }
  .form-contact .form-head {
    margin-bottom: 8px;
  }
  .form-contact .form-head .text-required {
    margin-left: 8px;
    top: -2px;
  }
  .form-contact .text-required {
    font-size: 12px;
    padding: 2px 8px 3px;
  }
  .form-contact .form-postal {
    display: flex;
  }
  .form-contact .postal-column {
    width: 436px;
  }
  .form-contact .postal-text {
    flex: 1;
    font-size: 16px;
    padding: 8px 0 0 24px;
  }
  .form-contact .list-check {
    margin-top: -3px;
  }
  .form-contact .list-check > li:not(:last-child) {
    margin-bottom: 4px;
  }
  .input-common,
  .select-common,
  .textarea-common {
    border-radius: 6px;
    font-size: 16px;
  }
  .input-common,
  .select-common {
    height: 48px;
    padding: 0 15px 2px;
  }
  .select-common {
    padding-right: 30px;
  }
  .textarea-common {
    padding: 15px;
    height: 200px;
  }
  .checkbox-common,
  .radio-common {
    margin: 0 15px 6px 0;
  }
  .checkbox-common .label-text,
  .radio-common .label-text {
    padding-left: 28px;
    font-size: 18px;
  }
  .checkbox-common .label-text:before,
  .radio-common .label-text:before {
    top: 4px;
    width: 20px;
    height: 20px;
  }
  .checkbox-common .label-text:before {
    border-radius: 3px;
  }
  .checkbox-common input:checked + .label-text:before {
    background-size: 16px auto;
  }
  .radio-common input:checked + .label-text:before {
    background-size: 12px auto;
  }
  .button-submit {
    width: 440px;
    height: 80px;
    border-radius: 5px;
    font-size: 24px;
    padding: 5px 10px 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-contact {
    padding: 0.4rem 0 0.6rem;
    margin-top: calc(0.65rem + 3px);
  }
  .section-contact .contact-title {
    font-size: 0.24rem;
    text-align: center;
    margin-bottom: 0.25rem;
  }
  .section-contact .contact-info {
    margin-bottom: 0.8rem;
  }
  .section-contact .contact-group {
    margin-top: 0.15rem;
    text-align: center;
  }
  .section-contact .contact-tel {
    padding-left: 0.24rem;
    font-size: 0.32rem;
  }
  .section-contact .contact-tel:before {
    left: 0;
    top: 0.12rem;
    width: 0.2rem;
    height: 0.3rem;
  }
  .form-contact {
    font-size: 0.18rem;
  }
  .form-contact .form-row {
    margin-bottom: 0.3rem;
  }
  .form-contact .form-head {
    margin-bottom: 0.08rem;
  }
  .form-contact .form-head .text-required {
    margin-left: 0.08rem;
    top: -0.03rem;
  }
  .form-contact .text-required {
    font-size: 0.12rem;
    padding: 0.02rem 0.08rem 0.04rem;
  }
  .form-contact .postal-column {
    margin-bottom: 0.05rem;
  }
  .form-contact .postal-text {
    font-size: 0.16rem;
  }
  .form-contact .list-check {
    margin-top: -0.03rem;
  }
  .form-contact .list-check > li:not(:last-child) {
    margin-bottom: 0.04rem;
  }
  .input-common,
  .select-common,
  .textarea-common {
    border-radius: 0.05rem;
    font-size: 0.16rem;
  }
  .input-common,
  .select-common {
    height: 0.48rem;
    padding: 0 0.15rem 0.02rem;
  }
  .select-common {
    padding-right: 0.3rem;
    background-position: right 0.13rem center;
    background-size: 0.12rem auto;
  }
  .textarea-common {
    padding: 0.13rem 0.15rem;
    height: 2rem;
  }
  .checkbox-common,
  .radio-common {
    margin: 0 0.15rem 0.06rem 0;
  }
  .checkbox-common .label-text,
  .radio-common .label-text {
    padding-left: 0.28rem;
    font-size: 0.18rem;
  }
  .checkbox-common .label-text:before,
  .radio-common .label-text:before {
    top: 0.05rem;
    width: 0.2rem;
    height: 0.2rem;
  }
  .checkbox-common .label-text:before {
    border-radius: 0.03rem;
  }
  .checkbox-common input:checked + .label-text:before {
    background-size: 0.16rem auto;
  }
  .radio-common input:checked + .label-text:before {
    background-size: 0.12rem auto;
  }
  .button-submit {
    width: 100%;
    height: 0.8rem;
    border-radius: 0.05rem;
    font-size: 0.24rem;
    padding: 0.05rem 0.1rem 0.08rem;
  }
}/*# sourceMappingURL=contact.css.map */