body {
  background-color: #F5F5F5;
}

.main {
  margin-top: 72px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .main {
    margin-top: 92px;
    padding-bottom: 0;
  }
}

.contact {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 20px;
  }
}
.contact__bnr {
  z-index: 10;
  position: relative;
  margin-top: min(-22px, -1.71875vw);
}
@media screen and (max-width: 767px) {
  .contact__bnr {
    margin-top: 0;
  }
}
.contact__bnr img {
  min-height: 94px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .contact__bnr img {
    min-height: initial;
  }
}
.contact__bnr2 {
  max-width: 840px;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .contact__bnr2 {
    margin: 0;
  }
}
.contact__box {
  max-width: 730px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__box {
    width: 90%;
  }
}
.contact__list {
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .contact__list {
    max-width: initial;
    width: 100%;
  }
}
.contact__name {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .contact__name {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.contact__name .required {
  margin-left: 1em;
  display: inline-block;
  color: #f00;
}
.contact__item {
  margin-top: 7px;
  font-size: 1.6rem;
}
.contact__item + .contact__name {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .contact__item {
    margin-top: 10px;
  }
}
.contact__item input, .contact__item textarea {
  width: 100%;
  border: 1px solid #A7A598;
  border-radius: 4px;
  padding: 10px 8px;
  font-size: 1.4rem;
}
.contact__item input::placeholder, .contact__item textarea::placeholder {
  color: #A7A598;
}
.contact__item input {
  height: 40px;
}
.contact__item textarea {
  height: 80px;
}
.contact .error {
  margin-top: 3px;
  color: #f00;
  font-size: 1.4rem;
  font-weight: 500;
}
.contact__check {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}
@media screen and (max-width: 767px) {
  .contact__check {
    flex-direction: column;
  }
}
.contact__check label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.contact__check input {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.contact__check #content_error1 .error {
  margin-top: -9px;
}
@media print, screen and (min-width: 768px) {
  .contact__check #content_error1 .error {
    width: 200px;
  }
}
.contact__img {
  width: 250px;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .contact__img {
    margin-top: 0;
    max-width: 180px;
    width: 53.125%;
    position: absolute;
    top: 1%;
    right: -5%;
  }
}
.contact__btn {
  max-width: 360px;
  margin: 22px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__btn {
    width: 89%;
  }
}
.contact__btn input {
  cursor: pointer;
  width: 100%;
  height: 64px;
  border: 1px solid #F5B547;
  border-radius: 9999px;
  color: #fff;
  font-size: 2.4rem;
  box-shadow: 0 4px 0 #C4641E;
  background: linear-gradient(to bottom, #FEC86C, #F9C541 15%, #FF982A 60%, #FF6C25);
}
@media screen and (min-width: 768px) {
  .contact__btn input {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .contact__btn input:hover {
    opacity: 0.7;
  }
}
.contact__btn .txt {
  pointer-events: none;
  padding-right: 29px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  top: 44%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
  background: url(../img/contact__arrow.png) no-repeat right 80%/11px 17px;
}
.contact__btn .txt .big {
  font-size: 3.6rem;
}

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