﻿.sub.partner .offerDetailsTop__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .sub.partner .offerDetailsTop__title {
    font-size: 24px;
    line-height: 1.6;
  }
}
.sub.partner .offerDetailsTop__text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .sub.partner .offerDetailsTop__text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.sub.partner .offerDetails__content {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.1111111111vw, 16px);
}
.sub.partner .offerDetails__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: min(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .sub.partner .offerDetails__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sub.partner .offerDetailsBox__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: min(1.3888888889vw, 20px);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #ffffff;
  background-color: #0e7c8f;
}
@media screen and (max-width: 768px) {
  .sub.partner .offerDetailsBox__title {
    padding: 10px min(3.125vw, 10px);
    font-size: 14px;
    line-height: 1.6;
  }
}
.sub.partner .offerDetailsBox__content {
  width: 100%;
}
.sub.partner .offerDetails__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(1.1111111111vw, 16px);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .sub.partner .offerDetails__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sub.partner .offerDetails__item {
  padding: min(1.1111111111vw, 16px);
  width: calc(50% - min(1.1111111111vw, 16px) / 2);
  min-height: 119px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  color: #0e7c8f;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1024px) {
  .sub.partner .offerDetails__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sub.partner .offerDetails__item {
    padding: min(3.125vw, 10px);
    min-height: 94px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.sub.partner .offerDetails__item:last-of-type {
  width: 100%;
}
.sub.partner .offerDetails__subList {
  margin-top: 4px;
}
.sub.partner .offerDetails__subItem {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sub.partner .offerDetails__subItem {
    font-size: 14px;
  }
}
.sub.partner .offerDetails__subItem--small {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sub.partner .offerDetails__subItem--small {
    font-size: 12px;
  }
}
.sub.partner .offerDetails__text {
  padding: min(1.1111111111vw, 16px);
  width: 100%;
  font-size: 20px;
  line-height: 1.6;
  background-color: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .sub.partner .offerDetails__text {
    padding: min(3.125vw, 10px);
    font-size: 14px;
    line-height: 1.6;
  }
}
.sub.partner .offerDetails__tel {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.sub.partner .section__partnerForm {
  margin-top: 80px;
}
/*# sourceMappingURL=page-partner.css.map */