.Request__btn {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  filter: brightness(1);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  transition: filter 0.3s ease;
}
.Request__btn:hover {
  filter: brightness(1.1);
}
.-max.Request__btn {
  max-width: 100% !important;
}
.-yellow.Request__btn {
  background-color: #FFCB00;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-yellow.Request__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-yellow.-arrowRight.Request__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-arrowRight.Request__btn::before, .-yellow.-arrowRight.Request__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-yellow.-arrowRight.Request__btn::after {
  transform: rotate(-32deg);
}
.-yellow.-arrowLeft.Request__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-arrowLeft.Request__btn::before, .-yellow.-arrowLeft.Request__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-yellow.-arrowLeft.Request__btn::after {
  transform: rotate(-32deg);
}
.-yellow.-plusRight.Request__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-plusRight.Request__btn::after {
  content: url("/shared/images/icon_plus.svg");
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.-yellow.-minusRight.Request__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-minusRight.Request__btn::after {
  content: url("/shared/images/icon_minus.svg");
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.-white.Request__btn {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-white.Request__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-white.-arrowRight.Request__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-white.-arrowRight.Request__btn::before, .-white.-arrowRight.Request__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-white.-arrowRight.Request__btn::after {
  transform: rotate(-32deg);
}
.-white.-arrowLeft.Request__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-white.-arrowLeft.Request__btn::before, .-white.-arrowLeft.Request__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-white.-arrowLeft.Request__btn::after {
  transform: rotate(-32deg);
}
.-red.Request__btn {
  background-color: #D52323;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-red.Request__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-red.-arrowRight.Request__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-red.-arrowRight.Request__btn::before, .-red.-arrowRight.Request__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-red.-arrowRight.Request__btn::after {
  transform: rotate(-32deg);
}
.-red.-arrowRight.-down.Request__btn::before, .-red.-arrowRight.-down.Request__btn::after {
  top: calc(50% + 4px);
  transform: rotate(122deg);
}
.-red.-arrowRight.-down.Request__btn::after {
  transform: rotate(58deg);
}
.-red.-arrowLeft.Request__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-red.-arrowLeft.Request__btn::before, .-red.-arrowLeft.Request__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-red.-arrowLeft.Request__btn::after {
  transform: rotate(-32deg);
}

.Request__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Request__img img {
  max-width: 100%;
  height: auto;
}
.Request__img img.-max {
  width: 100%;
}
.Request__img img.-cover {
  max-width: initial;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-keyVisual.Request__img {
  margin: 0px -6%;
}

.Request .commonForm, .Request__main, .Request__flex {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .Request .commonForm, .Request__main, .Request__flex {
    gap: 20px;
  }
}
.Request .-row.commonForm, .-row.Request__main, .-row.Request__flex {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .Request .-row.-colSp.commonForm, .-row.-colSp.Request__main, .-row.-colSp.Request__flex {
    flex-direction: column;
  }
}
.Request .-wrap.commonForm, .-wrap.Request__main, .-wrap.Request__flex {
  flex-wrap: wrap;
}

.Request__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Request__title {
    font-size: 20px;
  }
}
.-center.Request__title {
  text-align: center;
}
.-main.Request__title {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .-main.Request__title {
    margin: 20px 0;
  }
}
.-sub.Request__title {
  font-weight: 700;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .-sub.Request__title {
    font-size: 20px;
  }
}
ca .-white.Request__title {
  color: #fff;
}
.-red.Request__title {
  color: #D52323;
}
.-yellowBg.Request__title {
  background-color: #FFCB00;
}
.-hasNumWrap.Request__title {
  align-items: center;
  display: flex;
  gap: 10px;
}
.-num.Request__title {
  width: 60px;
  height: 60px;
}
.-num.Request__title img {
  width: 100%;
  height: auto;
}
.-size18.Request__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .-size18.Request__title {
    font-size: 14px;
  }
}

.Request__txt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .Request__txt {
    font-size: 14px;
  }
}
.-red.Request__txt {
  color: #D52323;
}
.-white.Request__txt {
  color: #fff;
}
.-blackBg.Request__txt {
  background-color: #000;
  color: #fff;
}
.-redBg.Request__txt {
  background-color: #D52323;
  color: #fff;
}
.-yellowBg.Request__txt {
  background-color: #FFCB00;
  font-weight: 500;
}
.-bold.Request__txt {
  font-weight: 700;
}
.-fit.Request__txt {
  line-height: 1;
}

.Request__section {
  background-color: #F9F7F2;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .Request__section {
    gap: 20px;
    padding: 20px;
  }
}

.Request .commonForm .commonForm__tr.-col {
  flex-direction: column;
}
.Request .commonForm .commonForm__th.-doc {
  margin-right: auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .Request .commonForm .commonForm__th.-doc {
    margin-right: initial;
    margin-top: initial;
  }
}
@media screen and (max-width: 767px) {
  .Request .CommonContactLinks.-telOnly {
    gap: 40px;
  }
}
.Request #captcha {
  margin: 0 auto 15px 0;
}
@media screen and (max-width: 767px) {
  .Request #captcha {
    margin: 0 auto;
  }
}

.Request__txt.-size14Sp12 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .Request__txt.-size14Sp12 {
    font-size: 12px;
  }
}
.Request__txt.-hurry {
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .Request__txt.-hurry {
    margin-bottom: 0;
  }
}

.Request__btn.-check {
  flex-direction: row;
  gap: 20px;
  margin-top: -60px;
  margin-left: 220px;
}
@media screen and (max-width: 767px) {
  .Request__btn.-check {
    margin-top: 0;
    margin-left: 0;
  }
}
.Request__btn.-check label {
  margin-bottom: 0;
}
.Request__btn.-check input {
  left: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.Request__btn.-disabled {
  background-color: #c0c0c0 !important;
}

.Request__img.-catalog {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .Request__img.-catalog {
    width: 90px;
  }
}

.Request__section {
  gap: 0;
}
@media screen and (max-width: 767px) {
  .Request__section {
    gap: 20px;
  }
}

.Request__flex.request_area {
  flex: 1;
}
.Request__flex.-row {
  flex-direction: row;
}/*# sourceMappingURL=style.css.map */