@media (min-width: 768px) {
  .banner__btnbox .btn {
    width: initial;
  }
}

.decos {
  z-index: 1;
  opacity: 1;
}

.deco {
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
.deco__hand1 {
  aspect-ratio: 174/300;
  background-image: url("../images/index/hand1.svg");
  width: 120px;
  right: 8.5333333333%;
  bottom: -7.223476298%;
}
@media (min-width: 1280px) {
  .deco__hand1 {
    width: 174px;
    right: 13.0208333333%;
    bottom: 0%;
  }
}
@media (min-width: 1560px) {
  .deco__hand1 {
    right: 21.3020833333%;
  }
}
.deco__hand2 {
  aspect-ratio: 145/275;
  background-image: url("../images/index/hand2.svg");
  width: 100px;
  left: 15.2%;
  bottom: -6.546275395%;
}
@media (min-width: 1280px) {
  .deco__hand2 {
    width: 145px;
    left: 15.625%;
    bottom: 0%;
  }
}
@media (min-width: 1560px) {
  .deco__hand2 {
    left: 24.0625%;
  }
}
.deco__money1 {
  aspect-ratio: 103/45;
  background-image: url("../images/index/money1.svg");
  width: 69px;
  left: 0%;
  bottom: 42.8893905192%;
}
@media (min-width: 1280px) {
  .deco__money1 {
    width: 103px;
    left: 16.7708333333%;
    bottom: initial;
    top: 0;
  }
}
.deco__money2 {
  aspect-ratio: 85/66;
  background-image: url("../images/index/money2.svg");
  width: 60px;
  right: 25.0666666667%;
  top: 0;
}
@media (min-width: 1280px) {
  .deco__money2 {
    width: 85px;
    left: 11.4583333333%;
    top: 24.6105919003%;
  }
}
.deco__money3 {
  aspect-ratio: 68/94;
  background-image: url("../images/index/money3.svg");
  width: 47px;
  right: 0%;
  bottom: 42.6636568849%;
}
@media (min-width: 1280px) {
  .deco__money3 {
    width: 68px;
    right: 12.6041666667%;
    bottom: 50.4672897196%;
  }
}

.section-support {
  padding: 50px 0 190px;
  background: #D7000F url("../images/index/bg_sale_phone.png?t=20250430v1") center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .section-support {
    padding: 55px 0;
    background: #D7000F url("../images/index/bg_sale.png?t=20250430v1") center bottom no-repeat;
  }
}
.section-support .section__heading {
  align-items: center;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}
@media (min-width: 1280px) {
  .section-support .section__heading {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.section-support .section__subtitle {
  color: #FCEAEC;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px; /* 128.571% */
}
@media (min-width: 1280px) {
  .section-support .section__subtitle {
    font-size: 44px;
    line-height: 140%; /* 61.6px */
  }
}
.section-support .section__title {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}
.section-support .section__title-img {
  max-width: 36px;
  margin-bottom: -3px;
  animation: down 0.5s linear infinite alternate;
  position: relative;
}
@media (min-width: 1280px) {
  .section-support .section__title-img {
    max-width: 50px;
    margin-bottom: -5px;
  }
}

@keyframes down {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
.section-function__imgbox {
  margin: 0 auto 65px;
  position: relative;
  text-align: center;
}
@media (min-width: 1280px) {
  .section-function__imgbox {
    width: 67.91%;
    margin: 0 auto -10px;
  }
}
@media (min-width: 1560px) {
  .section-function__imgbox {
    width: 67.7%;
  }
}
.section-function__img {
  max-width: 247px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1280px) {
  .section-function__img {
    max-width: 400px;
  }
}
@media (min-width: 1280px) {
  .section-function__imgbox:after {
    content: "";
    display: block;
    width: 100%;
    height: 163px;
    border: 2px dashed #D7000F;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom: none;
    position: absolute;
    z-index: 0;
    top: calc(50% - 14px);
    left: 0;
  }
}

.functionlist {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 1280px) {
  .functionlist {
    flex-direction: row;
    justify-content: center;
    position: relative;
    gap: 20px;
  }
}
.functionlist__item {
  border-radius: 40px;
  display: flex;
  padding: 30px 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #F8f8f8;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .functionlist__item {
    flex: 0 1 33.3333333%;
    border-radius: 0;
    padding: 0;
    background: transparent;
  }
}
@media (min-width: 1280px) {
  .functionlist__item:nth-child(2) {
    margin-top: 84px;
  }
}
.functionlist__item:before {
  content: "";
  display: block;
  width: 0;
  border-right: 2px dashed #D7000F;
  height: 40px;
  position: absolute;
  top: -52px;
  left: calc(50% - 1px);
}
@media (min-width: 1280px) {
  .functionlist__item:before {
    height: 50px;
    top: -60px;
    display: none;
  }
}
@media (min-width: 1280px) {
  .functionlist__item:nth-child(2):before {
    display: block;
  }
}
.functionlist__heading {
  display: inline-flex;
  padding: 14px 15px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  background: #D7000F;
  position: relative;
  border-radius: 40px;
  margin: 0 auto 20px;
}
@media (min-width: 1280px) {
  .functionlist__heading {
    font-size: 32px;
    line-height: 125%; /* 125% */
  }
}
.functionlist__item:nth-child(1) .functionlist__heading {
  background: #F4828A;
}
.functionlist__item:nth-child(2) .functionlist__heading {
  background: #EF4B57;
}
.functionlist__heading:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20.8px 12px 0 12px;
  border-color: #D7000F transparent transparent transparent;
  position: absolute;
  left: calc(50% - 12px);
  bottom: -20px;
}
@media (min-width: 1280px) {
  .functionlist__heading:after {
    border-width: 24.2px 14px 0 14px;
    left: calc(50% - 14px);
    bottom: -24px;
  }
}
.functionlist__item:nth-child(1) .functionlist__heading:after {
  border-color: #F4828A transparent transparent transparent;
}
.functionlist__item:nth-child(2) .functionlist__heading:after {
  border-color: #EF4B57 transparent transparent transparent;
}
.functionlist__infobox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .functionlist__infobox {
    border-radius: 40px;
    display: flex;
    padding: 50px 48px;
    flex-direction: column;
    align-items: center;
    background: #F8f8f8;
    position: relative;
  }
}
.functionlist__imgbox {
  max-width: 90px;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .functionlist__imgbox {
    max-width: 120px;
  }
}
.functionlist__title {
  color: #D7000F;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 146.667%;
}
@media (min-width: 1280px) {
  .functionlist__title {
    font-size: 36px;
    line-height: 140%; /* 50.4px */
  }
}
.functionlist__desc {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 166.667%; /* 166.667% */
}
.section-feature .featurelist {
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .section-feature .featurelist {
    margin: 0 -40px;
  }
}
@media (min-width: 1280px) {
  .section-feature .featurelist {
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .section-feature .featurelist__item:nth-child(odd) .featurelist__infobox {
    order: -1;
  }
}

.section-data {
  padding: 70px 0;
  background: url("../images/index/bg_value.jpg?t=20250430v1") center center no-repeat;
  background-size: cover;
}
@media (min-width: 1280px) {
  .section-data {
    padding: 110px 0;
  }
}

.datalist {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
@media (min-width: 1280px) {
  .datalist {
    flex-direction: row;
    justify-content: center;
    position: relative;
    gap: 120px;
  }
}
.datalist__data {
  color: #D7000F;
  display: flex;
  align-items: flex-end;
}
.datalist__num {
  font-size: 64px;
  font-weight: 500;
  line-height: normal;
  font-family: Rubik;
}
@media (min-width: 1280px) {
  .datalist__num {
    font-size: 70px;
    line-height: 120%;
  }
}
.datalist__text {
  font-size: 36px;
  font-weight: bold;
  line-height: 140%;
  position: relative;
  top: -5px;
}
@media (min-width: 1280px) {
  .datalist__text {
    font-size: 40px;
    top: -10px;
  }
}
.datalist__plus {
  font-size: 36px;
  font-weight: bold;
  line-height: 140%;
  position: relative;
  top: -5px;
}
@media (min-width: 1280px) {
  .datalist__plus {
    font-size: 40px;
    top: -10px;
  }
}
.datalist__unit {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  top: -17px;
  margin-left: 5px;
}
@media (min-width: 1280px) {
  .datalist__unit {
    top: -23px;
  }
}
.datalist__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%; /* 160% */
}
@media (min-width: 1280px) {
  .datalist__title {
    font-size: 24px;
    line-height: 24px;
  }
}

.section-feature1 {
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .section-feature1 {
    margin: 0 -40px;
  }
}
@media (min-width: 1280px) {
  .section-feature1 {
    margin: 0;
  }
}
.section-feature1 .featurelist__imgbox {
  order: -1;
}

.section-case {
  padding-bottom: 90px;
}
@media (min-width: 1280px) {
  .section-case {
    padding-bottom: 180px;
  }
}
.section-case .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.section-case__salebox {
  text-align: center;
  margin: 50px auto 40px;
}
@media (min-width: 1280px) {
  .section-case__salebox {
    margin: 75px 0 60px;
    display: flex;
    justify-content: center;
  }
}
.section-case__salebox-heading {
  background: #FE6F01;
  position: relative;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 2px;
}
@media (min-width: 1280px) {
  .section-case__salebox-heading {
    border-top-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 10px 7px 60px;
  }
}
.section-case__salebox-heading:before {
  content: " ";
  display: block;
  aspect-ratio: 60/58;
  width: 60px;
  background: url("../images/index/speaker.svg?t=20250430v1") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 5px;
  top: -10px;
  padding: 5px;
}
@media (min-width: 1280px) {
  .section-case__salebox-heading:before {
    width: 77px;
    left: -28px;
    top: -15px;
  }
}
@media (min-width: 1280px) {
  .section-case__salebox-heading:after {
    content: " ";
    display: block;
    border-style: solid;
    border-width: 28px 0 29px 20px;
    border-color: transparent transparent transparent #FE6F01;
    position: absolute;
    right: -20px;
    top: 0;
  }
}
.section-case__salebox-title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 158.333%; /* 158.333% */
}
.section-case__salebox-body {
  color: #FE6F01;
  /* text_18_bold */
  font-size: 18px;
  font-weight: 700;
  line-height: 144.444%; /* 144.444% */
  padding: 9px 25px;
  border: 1px solid #FE6F01;
  border-top: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (min-width: 1280px) {
  .section-case__salebox-body {
    border-top: 1px solid #FE6F01;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    font-size: 24px;
    line-height: 158.333%; /* 158.333% */
    padding: 10px 10px 7px 30px;
  }
}
@media (min-width: 768px) {
  .section-case__btnbox .btn {
    width: initial;
  }
}

.case-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 -20px 30px;
}
@media (min-width: 1280px) {
  .case-group {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -70px 50px;
    gap: 30px 20px;
  }
}
@media (min-width: 1560px) {
  .case-group {
    margin: 0 0 50px;
  }
}
.case-group__item {
  border-radius: 20px;
  padding: 20px;
}
@media (min-width: 1280px) {
  .case-group__item--free {
    flex: 0 0 100%;
  }
}
.case-group__item--reddoor {
  background: #FFF3F5;
}
@media (min-width: 1280px) {
  .case-group__item--reddoor {
    flex: 0 0 67.5675675676%;
  }
}
.case-group__item--myself {
  background: #EBF2FF;
}
@media (min-width: 1280px) {
  .case-group__item--myself {
    flex: 0 0 21.6216216216%;
  }
}
.case-group__heading {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .case-group__heading {
    height: 143px;
  }
}
.case-group__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px; /* 158.333% */
}
@media (min-width: 1280px) {
  .case-group__title {
    font-size: 36px;
    line-height: 44px; /* 122.222% */
  }
}
.case-group .listtext--check2 > .listtext__item::before {
  background: transparent;
  border: 2px solid #111;
  width: 20px;
  height: 20px;
  left: -29px;
  top: 2px;
}

.caselist {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1280px) {
  .caselist {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    align-items: stretch;
  }
}
@media (min-width: 1280px) {
  .case-group__item--reddoor .caselist__item {
    flex: 0 0 calc(33.3333333333% - 13px);
  }
}
.caselist__inner {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 15px;
}
.caselist__tag-discount {
  width: 113px;
  aspect-ratio: 113/114;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  background: url("../images/index/tag_sale.png?t=20250430v1") center center no-repeat;
  font-weight: 700;
  display: flex;
  background-size: cover;
}
.caselist__tag-discount-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 100%;
  transform: rotate(45deg) translateY(-28px);
  line-height: 1;
}
.caselist__tag-discount-field {
  font-size: 20px;
}
.caselist__tag-discount-value {
  display: flex;
  margin: 0 3px 0 0;
}
.caselist__tag-discount-num {
  font-size: 24px;
  font-family: Rubik;
}
.caselist__tag-discount-unit {
  font-size: 18px;
  font-family: Rubik;
}
.caselist__tag-discount-sale {
  font-size: 16px;
  margin-left: 5px;
}
.caselist__heading {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
  padding: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 197px;
  position: relative;
  border-radius: 15px;
}
@media (min-width: 1280px) {
  .caselist__heading {
    aspect-ratio: 320/197;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.caselist__item--free .caselist__heading {
  background: url("../images/index/star.svg?t=20250430v1"), linear-gradient(259deg, #E4E8F1 1.09%, #D7D9DD 99.59%);
  background-position: 101% 101%, 0 0;
  background-size: 50px 54px, cover;
  background-repeat: no-repeat, repeat;
  color: #777;
}
.caselist__item--normal .caselist__heading {
  background: url("../images/index/star.svg?t=20250430v1"), linear-gradient(259deg, #B2B8C8 1.09%, #515D7B 99.59%);
  background-position: 101% 101%, 0 0;
  background-size: 50px 54px, cover;
  background-repeat: no-repeat, repeat;
}
.caselist__item--push .caselist__heading {
  background: url("../images/index/star.svg?t=20250430v1"), linear-gradient(259deg, #FCEAEC -17.28%, #D7000F 100%);
  background-position: 101% 101%, 0 0;
  background-size: 50px 54px, cover;
  background-repeat: no-repeat, repeat;
}
.caselist__item--cp .caselist__heading {
  background: url("../images/index/star.svg?t=20250430v1"), linear-gradient(259deg, #FEDA6D -17.28%, #E19A00 100%);
  background-position: 101% 101%, 0 0;
  background-size: 50px 54px, cover;
  background-repeat: no-repeat, repeat;
}
.collapse--open > .caselist__heading {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 1280px) {
  .caselist__item--free .caselist__heading {
    aspect-ratio: 320/169;
    min-height: 169px;
  }
}
.caselist__heading-tips {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  margin-top: -10px;
}
@media (min-width: 1280px) {
  .caselist__heading-tips {
    height: 23px;
  }
}
.caselist__collapse-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  gap: 5px;
  border-radius: 50px;
  border: 1px solid #D7000F;
  background: #fff;
  color: #D7000F;
  top: initial;
  right: initial;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media (min-width: 1280px) {
  .caselist__collapse-btn {
    display: none;
  }
}
.collapse--open .caselist__collapse-btn {
  display: none;
}
.caselist__collapse-btn:focus, .caselist__collapse-btn:active {
  color: #fff;
  background: #111;
  border-color: #111;
}
@media (min-width: 1280px) {
  .caselist__collapse-btn:hover {
    color: #fff;
    background: #111;
    border-color: #111;
  }
}
.caselist__collapse-btn-icon {
  position: static;
  color: #D7000F;
  margin-top: 0;
  font-weight: bold;
}
.caselist__collapse-btn:hover .caselist__collapse-btn-icon {
  color: #fff;
}
.caselist__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.caselist__item--free .caselist__title {
  border-bottom-color: rgba(119, 119, 119, 0.6);
}
.caselist__pricebox {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.caselist__price {
  font-family: Rubik;
  display: flex;
  align-items: flex-end;
}
.caselist__pricebox-unit {
  font-size: 28px;
  font-weight: 700;
  margin: 0 5px 4px 0;
}
.caselist__pricebox-price {
  font-size: 36px;
  font-weight: 700;
}
.caselist__pricebox-year {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 5px;
}
.caselist__infobox {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background: #fff;
}
@media (min-width: 1280px) {
  .caselist__infobox {
    padding: 30px 20px 10px;
    max-height: 2000px;
    opacity: 1;
  }
}
.collapse--open > .caselist__infobox {
  padding: 30px 20px 10px;
}
.caselist__point {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 5px 15px;
  gap: 5px;
  border-radius: 20px;
  background: #FCEAEC;
  position: absolute;
  bottom: -17px;
  left: 50%;
  z-index: 3;
  white-space: nowrap;
  transform: translateX(-50%);
  color: #111;
  display: none;
}
@media (min-width: 1280px) {
  .caselist__point {
    display: flex;
  }
}
.collapse--open .caselist__point {
  display: flex;
}
.caselist__point-iconbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  background: #D7000F;
  flex: 0 0 20px;
}
.caselist__point-iconbox:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
}
.caselist__point-icon {
  color: #fff;
  font-size: 12px;
}
.caselist__subtitle {
  color: #555;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px; /* 120% */
  margin-bottom: 20px;
}
.caselist__listgroup {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.caselist__item--free .caselist__listgroup {
  border-bottom: none;
}
@media (min-width: 1280px) {
  .caselist__listgroup1 {
    height: 189px;
  }
}
@media (min-width: 1280px) {
  .caselist__listgroup2 {
    height: 99px;
  }
}
@media (min-width: 1280px) {
  .caselist__listgroup3 {
    height: 76px;
  }
}
.caselist__tips {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}
@media (min-width: 1280px) {
  .caselist__tips {
    height: 16px;
  }
}
@media (min-width: 1280px) {
  .caselist .listtext--check2 > .listtext__item {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .caselist .listtext--check2 > .listtext__item::before {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 1280px) {
  .listtext--check2 > .listtext__item {
    font-size: 16px;
  }
}

.pointlist {
  margin: 0;
  padding: 0 39px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1560px) {
  .pointlist {
    padding: 0 62px;
  }
}
.pointlist__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 150% */
  margin: 0 0 5px;
}
@media (min-width: 1280px) {
  .pointlist__title {
    margin-bottom: 10px;
  }
}
.pointlist .listtext__item {
  margin-bottom: 10px;
  font-size: 18px;
}
.caselist__item:nth-child(1) .pointlist .listtext--dot > .listtext__item::before, .caselist__item:nth-child(3) .pointlist .listtext--dot > .listtext__item::before {
  background: #F4828A;
}

.section-iso {
  padding: 70px 0;
}
@media (min-width: 1280px) {
  .section-iso {
    padding: 100px 0 150px;
  }
}
@media (min-width: 1280px) {
  .section-iso:after {
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    background: #D7000F;
  }
}

.isolist {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .isolist {
    gap: 80px;
  }
}
.isolist__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 30px 10px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 15px;
  border: 1px solid #CCC;
  background: #fff;
}
@media (min-width: 768px) {
  .isolist__item {
    width: 190px;
    height: 190px;
    padding: 15px 20px;
  }
}
@media (min-width: 1280px) {
  .section-contact {
    background: #D7000F;
  }
}
@media (min-width: 1280px) {
  .section-contact__box {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
    padding: 60px 109px;
  }
}
.section-contact .section__heading {
  margin-bottom: 50px;
}
.section-contact .section__title {
  color: #D7000F;
}
.section-contact .section__thirdtitle {
  color: #111;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1280px) {
  .section-contact .section__thirdtitle {
    text-align: center;
    /* text_20_medium */
    font-weight: 500;
    line-height: 32px; /* 160% */
  }
}/*# sourceMappingURL=pg_index.css.map */