.contact_content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 54px;
}

#contact .content07__btn {
  color: #fff;
  display: flex;
  max-width: 320px;
  /* width: 85%; */
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  width: 100%;
  outline: none;
  border: none;
  cursor: pointer;
}

.contact_wrapper {
  margin-top: 45px;
}

.contact_section_wrapper {
  padding: 100px 0;
}

.contact_section {

  padding-bottom: 100px;

}

.contact__name .wpcf7-form-control-wrap:first-child {
  margin-right: 20px;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contact_content img {
  position: relative;
  width: 36px;
  margin-right: 5px;
  top: -5px;
}

img.order_content__icon {
  position: absolute;
  left: 50px;
  top: 18px;
  width: 20px;

}

.contact_form {
  padding-bottom: 100px;
  color: #000;
}

.contact__item__wrap {
  margin-top: 90px;
  width: 85%;
  margin: 0 auto;
}

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

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

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

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

.contact__required {
  position: relative;
  background-color: #CA3C38;
  border-radius: 4px;
  margin-right: 10px;
  width: 44px;
  height: 25px;
  padding: 1px 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>input:first-child {
  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;
}

.common__btn__wrap {
  width: 85%;
  max-width: 320px;
  height: 64px;
  background-color: #191919;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  line-height: calc(18/14);
  text-align: center;
}

.common__btn__wrap a {
  color: #fff;
  display: flex;
  max-width: 320px;
  /* width: 85%; */
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}

.contact__checkbox-container {
  display: flex;
  flex-direction: column;
}

.contact__checkbox-container input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.contact__checkbox-label {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.contact__checkbox-text {
  margin-left: 10px;
}

.contact__item__sign {
  margin-top: 10px;
}

.contact__section_wrapper {
  padding-bottom: 100px;
}

.contact__information {
  text-align: center;
}

.contact__information p {
  line-height: 1.5;
}

@media (min-width: 768px) {

  .contact_content {
    margin-bottom: 0px;
  }

  .contact button.page_button {
    margin: 0;
  }

  .contact_content {
    justify-content: space-between;
  }

  .contact_form {
    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: 45px;
  }




}