.contact {
  padding: 0 27px;
  padding-bottom: 100px;
  color: #000;
}

.contact__item__wrap {
  margin-top: 99px;
}

input[type=tel]>a {
  color: #3B4043;
}

.contact__form {
  padding-top: 62px;
  padding-bottom: 104px;
}

.contact__item {
  padding-bottom: 40px;
  width: 100%;
  line-height: 1.5;
}

.contact__label {
  padding-bottom: 10px;
  font-weight: 700;
}

.contact__required {
  background-color: #CA3C38;
  border-radius: 4px;
  margin-right: 10px;
  width: 44px;
  padding: 2px 8px 4px 8px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}

.contact__sub-required {
  background-color: #888A86;
  border-radius: 4px;
  margin-right: 10px;
  width: 44px;
  padding: 2px 8px 4px 8px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}

.contact__name {
  display: flex;
}

.contact__name.date__wrap {
  display: block;
}

.contact__name>input:first-child {
  margin-right: 20px;
}

input[name="date01"] {
  margin-right: 20px;
}

select[name="date01-hour"] {
  margin-right: 20px;
}

input[name="date02"] {
  margin-right: 20px;
}

select[name="date02-hour"] {
  margin-right: 20px;
}

.contact__birth {
  display: flex;
}

.contact__birth>select {
  margin-right: 20px;
  padding: 0 8px;
}

.contact__birth>select:nth-child(1) {
  width: 150px;
}

.contact__birth>select:nth-child(2) {
  width: 65px;
}

.contact__birth>select:last-child {
  width: 65px;
}

.contact__input {
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 8px 16px;
  height: 40px;
  width: 100%;
  font-weight: 600;
  /* margin-bottom: 20px; */
  background-color: #F7F7F7;
}

.contact__medium-input {
  width: 320px;
  max-width: 100%;
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.contact__small-input {
  max-width: 235px;
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.contact__small-input02 {
  max-width: none;
}

.contact__small-input03 {
  margin-bottom: 0;

}

.contact__small2-input {
  max-width: 132px;
}

.contact__textarea {
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 8px 16px;
  height: 200px;
  width: 100%;
  background-color: #F7F7F7;
}

.contact__select {
  background-image: url(../img/contact/select-arrow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}

.contact__checkbox {
  cursor: pointer;
  padding-left: 20px !important;
  vertical-align: middle;
  position: relative;
}

.contact__checkbox::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #707070;
  width: 20px;
  height: 20px;
  transform: translateY(-55%);
  top: 50%;
  left: 0;
}

.contact__checkbox::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 2px solid #707070;
  border-left: 2px solid #707070;
  opacity: 0;
  height: 11px;
  width: 17px;
  transform: rotate(-50deg);
  top: -5px;
  left: 3px;
}

.contact__checkbox:checked::after {
  opacity: 1;
}

.contact__accept {
  display: inline-block;
  padding-left: 10px;
  font-weight: 700;
  margin-top: 20px;
}

.contact__button-box {
  padding-top: 20px;
  text-align: center;
}

.contact__button {
  background-color: #BA2626;
  color: #ffffff;
  border: 1px solid #BA2626;
  height: 60px;
  width: 320px;
  max-width: 100%;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.contact__btn-pt {
  padding-top: 10px;
  text-align: center;
}

::placeholder {
  color: #C7C7C7;
}

.is-empty {
  color: #C7C7C7;
  /* color:transparent ; */
}

select {
  /* color: rgb(201, 201, 201); */
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}

:disabled {
  color: #3B4043;
  background-color: #ffffff;
  border: 1px solid #707070;
}

.confirm__btn-box {
  display: none;
}

.data__container {
  display: flex;
  width: 100%;
}

.data__container .contact__small-input {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .contact {
    padding: 0 27px;
    padding-bottom: 110px;
    color: #000;

    max-width: 1054px;
    margin: 0 auto;
  }

  .contact__form {
    padding-top: 73px;
  }

  .contact__item__wrap {
    max-width: 660px;
    margin: 0 auto;
    margin-top: 57px;
  }
}

.contact__select {
  color: #000;
}

.contact__select.is-empty {
  color: #C7C7C7;
}

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