/*************************************************

support-lead

*************************************************/
.support-lead {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(1360px, 100% - 20px);
  height: 600px;
  margin: 0 auto 80px;
  background-color: #d2dbe8;
}
@media screen and (max-width: 767px) {
  .support-lead {
    height: auto;
    margin-bottom: 60px;
    padding: 40px 0 230px;
  }
}

.support-lead-letters {
  position: relative;
  padding: 90px 80px 0;
  color: #3084AC;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .support-lead-letters {
    padding: 0 20px;
  }
}
.support-lead-letters .parts-texts20 {
  font-weight: 500;
}
.support-lead-letters .parts-texts16 {
  max-width: 500px;
}

.support-lead-title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .support-lead-title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.support-lead-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .support-lead-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.support-lead-btns .parts-btn01 {
  width: auto;
  padding: 10px 56px;
}
@media screen and (max-width: 767px) {
  .support-lead-btns .parts-btn01 {
    padding: 10px 20px;
  }
}

.support-lead-btns__el .parts-btn01 {
  margin: 0 auto;
}

.support-lead-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.support-lead-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
  width: 100%;
  height: 100%;
}

/*************************************************

support-appointment

*************************************************/
.support-appointment-flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .support-appointment-flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}

.support-appointment-flex01__letters {
  width: 48.3333333333%;
}
@media screen and (max-width: 767px) {
  .support-appointment-flex01__letters {
    width: 100%;
  }
}

.support-appointment-flex01__img {
  width: 48.3333333333%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .support-appointment-flex01__img {
    width: 100%;
  }
}

.support-appointment-requirements .in-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #3084AC;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .support-appointment-requirements .in-num {
    font-size: 20px;
  }
}
.support-appointment-requirements .in-num strong {
  font-size: 3.33em;
}
.support-appointment-requirements .in-title {
  font-weight: 500;
}

.support-appointment-border {
  margin: 40px 0;
  padding: 0;
  width: 100%;
  height: 1px;
  background-color: #ECECEC;
  border: none;
}

/*************************************************

support-reasons

*************************************************/
.support-reasons {
  padding: 80px 0;
  background-color: #ECECEC;
}
@media screen and (max-width: 767px) {
  .support-reasons {
    padding: 50px 0;
  }
}

/* support-reasons-icons
---------------------------------------*/
.support-reasons-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .support-reasons-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.support-reasons-icons__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3333333333% - 26.6666666667px);
  padding: 24px 24px 32px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.12);
          box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.12);
  border-radius: 4px;
  border: #F1F1F1 solid 1px;
}
@media screen and (max-width: 767px) {
  .support-reasons-icons__item {
    width: 100%;
    padding: 14px 20px 22px;
  }
}
.support-reasons-icons__item .in-top {
  width: 100%;
}
.support-reasons-icons__item .in-bottom {
  width: 100%;
  color: #3084AC;
}
.support-reasons-icons__item .in-icon {
  width: 59.2592592593%;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
.support-reasons-icons__item .in-text {
  margin: 24px 0 16px;
  color: #3084AC;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .support-reasons-icons__item .in-text {
    margin-top: 14px;
    font-size: 14px;
  }
}
.support-reasons-icons__item .in-text span {
  display: inline-block;
}

/*************************************************

support-rules

*************************************************/
.support-rules {
  margin-top: 0;
}
.support-rules::before {
  background-color: #ECECEC;
}

.support-rules-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .support-rules-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.support-rules-list__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
  .support-rules-list__group {
    width: 100%;
  }
}

.support-rules-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  color: #3084AC;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .support-rules-list__item {
    padding: 12px 0;
  }
}
.support-rules-list__item .parts-texts16 {
  color: #040000;
}

.support-rules-list__num {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: 95px;
  font-size: 40px;
  font-weight: 700;
  border-right: #3084AC solid 1px;
}
@media screen and (max-width: 767px) {
  .support-rules-list__num {
    width: 65px;
    font-size: 30px;
  }
}

.support-rules-list__letters {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 95px);
  padding: 10px 24px;
}
@media screen and (max-width: 767px) {
  .support-rules-list__letters {
    width: calc(100% - 65px);
    padding: 10px 14px;
  }
}

/*************************************************

support-overview

*************************************************/
.support-overview {
  margin: 80px auto 180px;
}
@media screen and (max-width: 767px) {
  .support-overview {
    margin: 50px auto 80px;
  }
}