@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
ol li {
  list-style: none;
}

em {
  font-style: normal;
}

.bnr {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

.pcOn {
  display: inline-block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: inline-block !important;
  }
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 500;
  display: inline-block;
}

.lato {
  font-family: "Lato", sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.anchor-offset {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 640px) {
  .anchor-offset {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.article {
  overflow-x: hidden;
}

.single-block-contents {
  margin: 48px auto 0;
}

.single-block__inner, .m-articleContents__box__inner {
  margin: 0;
}

.m-articleContents__box__inner p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.fv .single-fv-block-title {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .fv .single-fv-block-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.fv .single-fv-block-outline-txt {
  display: initial;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
}

.imgBox p + p {
  line-height: 1.5;
  margin-top: 15px !important;
}

.imgBox p + p + p {
  margin-top: 8px !important;
}

.archive-block {
  margin: 120px 0 115px;
}
@media screen and (max-width: 640px) {
  .archive-block {
    margin: 60px 0 55px;
  }
}

.m-articleContents__box__inner ul,
.m-articleContents__box__inner ol {
  padding: 0;
  margin: 0;
  line-height: inherit;
}

.m-articleContents__box__inner ul li,
.m-articleContents__box__inner ol li {
  list-style: none;
}

.single-block-contents ul li .limit {
  color: #fff;
  background: #FF5555;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 6px;
  padding: 1px 10px 2px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .single-block-contents ul li .limit {
    font-size: 14px;
    padding: 0px 6px 1px;
    margin-left: 16px;
  }
}
.single-block-contents ul li .limit.web {
  background: #F0883E;
}

.top-txt {
  margin-top: 52px;
}
@media screen and (max-width: 640px) {
  .top-txt {
    margin-top: 40px;
  }
}
.top-txt__txt {
  line-height: 1.8 !important;
}
@media screen and (max-width: 640px) {
  .top-txt__txt {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
}
.top-txt__txt .txtBold {
  font-weight: 700;
}
.top-txt__note {
  font-size: 13px !important;
  line-height: 1.8 !important;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .top-txt__note {
    font-size: 12px !important;
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  .top-txt__note.hasLink {
    text-align: left;
  }
}
.top-txt__note.hasLink a {
  color: #ff5555;
  font-weight: 700;
}

.sectionTit {
  position: relative;
  color: #3C91D9;
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
  border-top: 2px solid #3C91D9;
  border-bottom: 2px solid #3C91D9;
  padding: 36px 0 32px;
}
@media screen and (max-width: 640px) {
  .sectionTit {
    font-size: 18px !important;
    letter-spacing: -0.05em;
    border-top: 1px solid #3C91D9;
    border-bottom: 1px solid #3C91D9;
    padding: 16px 0 14px;
  }
}
.sectionTit::before {
  content: "";
  background: url(../uploads/air-conditioner-replacement_ico-secTit.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 161px;
  height: 44px;
}
@media screen and (max-width: 640px) {
  .sectionTit::before {
    top: -12px;
    width: 86px;
    height: 22px;
  }
}

.orangeLinkBtn {
  position: relative;
  color: #fff;
  background: #E77623;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-radius: 60px;
  display: block;
  max-width: 600px;
  padding: 28px 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .orangeLinkBtn {
    font-size: 16px;
    line-height: 1.2;
    max-width: none;
    width: 88%;
    padding: 17px 0 19px;
    margin: 20px auto 0;
  }
}
@media (hover: hover) {
  .orangeLinkBtn:hover {
    color: #fff;
    opacity: 0.7;
  }
}
.orangeLinkBtn::before {
  content: "";
  background: url(../uploads/air-conditioner-replacement_ico-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 640px) {
  .orangeLinkBtn::before {
    right: 10px;
    width: 31px;
    height: 31px;
  }
}
@media screen and (max-width: 640px) {
  .orangeLinkBtn span {
    display: inline-block;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

.timing {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .timing {
    margin-top: 80px;
  }
}
.timing__txt {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .timing__txt {
    margin-top: 25px;
  }
}
.timing__sign {
  position: relative;
  color: #fff;
  background: #1968A2;
  font-size: 22px !important;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  max-width: 224px;
  width: 100%;
  padding: 8px 0 10px;
  margin: 50px auto 0;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .timing__sign {
    font-size: 17px !important;
    line-height: 1.8 !important;
    border-radius: 8px;
    max-width: 175px;
    padding: 9px 0;
    margin: 30px auto 0;
  }
}
.timing__sign::after {
  content: "";
  background: #1968A2;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  width: 12px;
  height: 12px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .timing__sign::after {
    bottom: -8px;
    width: 10px;
    height: 10px;
  }
}
.timing__sign span {
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
@media screen and (max-width: 640px) {
  .timing__sign span {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
}
.timing__sign span::before {
  content: "";
  background: url(../uploads/air-conditioner-replacement_sign-ico-tit.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  width: 22px;
  height: 31px;
}
@media screen and (max-width: 640px) {
  .timing__sign span::before {
    left: -24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 17px;
    height: 24px;
  }
}
.timing__signList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  max-width: 716px;
  margin: 28px auto 0 !important;
}
@media screen and (max-width: 640px) {
  .timing__signList {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin: 16px auto 0 !important;
  }
}
.timing__signItem {
  position: relative;
  background: #F5F5F5;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 20px 72px;
}
.timing__signItem::before {
  content: "";
  background: url(../uploads/air-conditioner-replacement_sign-ico-check.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
.timing__signItem__txt {
  font-weight: 500;
  line-height: 1.6 !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .timing__signItem__txt {
    font-size: 15px !important;
  }
}
.timing__signItem__img {
  max-width: 90px;
}
@media screen and (max-width: 640px) {
  .timing__signItem__img {
    max-width: 88px;
  }
}

.the2027Problem {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .the2027Problem {
    margin-top: 80px;
  }
}
.the2027Problem__topTxt {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .the2027Problem__topTxt {
    margin-top: 25px;
  }
}
.the2027Problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 50px !important;
}
@media screen and (max-width: 640px) {
  .the2027Problem__list {
    gap: 20px;
    margin-top: 25px !important;
  }
}
.the2027Problem__listItem {
  background: #EBF4FB;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  padding: 20px 20px 20px 36px;
}
@media screen and (max-width: 640px) {
  .the2027Problem__listItem {
    border-radius: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    padding: 16px 20px;
  }
}
.the2027Problem__listItem__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  max-width: 102px;
}
@media screen and (max-width: 640px) {
  .the2027Problem__listItem__head {
    gap: 4px;
    max-width: none;
  }
}
.the2027Problem__listItem__headPoint {
  font-family: "Lato", sans-serif;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1.4 !important;
  border-bottom: 2px solid #3C91D9;
}
@media screen and (max-width: 640px) {
  .the2027Problem__listItem__headPoint {
    font-size: 13px !important;
    padding-bottom: 2px;
  }
}
.the2027Problem__listItem__headNum {
  font-family: "Lato", sans-serif;
  font-size: 40px !important;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .the2027Problem__listItem__headNum {
    font-size: 27px !important;
    line-height: 1.2 !important;
  }
}
.the2027Problem__listItem__body {
  background: #fff;
  border-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 18px;
}
@media screen and (max-width: 640px) {
  .the2027Problem__listItem__body {
    border-radius: 5px;
    padding: 10px 15px;
  }
}
.the2027Problem__listItem__bodyTit {
  font-size: 20px !important;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .the2027Problem__listItem__bodyTit {
    font-size: 15px !important;
  }
}
.the2027Problem__listItem__bodyTxt {
  font-size: 14px !important;
}
@media screen and (max-width: 640px) {
  .the2027Problem__listItem__bodyTxt {
    font-size: 12px !important;
    line-height: 1.8 !important;
    letter-spacing: -0.04em;
    margin-top: 4px;
  }
}
.the2027Problem__txt {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .the2027Problem__txt {
    margin-top: 20px;
  }
}
.the2027Problem .orangeLinkBtn {
  margin: 50px auto 0;
}
@media screen and (max-width: 640px) {
  .the2027Problem .orangeLinkBtn {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .the2027Problem .orangeLinkBtn span {
    display: inline-block;
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
  }
}

.grant {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .grant {
    margin-top: 80px;
  }
}
.grant__txt {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .grant__txt {
    margin-top: 25px;
  }
}
.grant__btn {
  color: #fff;
  background: #23A9A1;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  border-radius: 60px;
  display: block;
  max-width: 400px;
  padding: 23px 0 25px;
  margin: 50px auto 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .grant__btn:hover {
    color: #fff;
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .grant__btn {
    font-size: 16px;
    max-width: none;
    width: 88%;
    padding: 16px 0 18px;
    margin: 25px auto 0;
  }
}
.grant__btn span {
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
}
@media screen and (max-width: 640px) {
  .grant__btn span {
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
}
.grant__btn span::before {
  content: "";
  background: url(../uploads/air-conditioner-replacement_ico-link.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -28px;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 640px) {
  .grant__btn span::before {
    right: -20px;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    width: 15px;
    height: 15px;
  }
}
.grant__btnSub {
  font-size: 14px !important;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .grant__btnSub {
    font-size: 13px !important;
    margin-top: 4px;
  }
}

.merit {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .merit {
    margin-top: 80px;
  }
}
.merit__topTxt {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .merit__topTxt {
    margin-top: 25px;
  }
}
.merit__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  margin-top: 50px !important;
}
@media screen and (max-width: 640px) {
  .merit__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 25px !important;
  }
}
.merit__listItem {
  border: 12px solid #DFF1E4;
  border-radius: 20px;
  padding: 20px 12px 16px;
}
@media screen and (max-width: 640px) {
  .merit__listItem {
    border: 10px solid #DFF1E4;
    border-radius: 16px;
    padding: 20px 10px 10px;
  }
}
.merit__listItem__img--01 {
  max-width: 71px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .merit__listItem__img--01 {
    max-width: 62px;
  }
}
.merit__listItem__img--02 {
  max-width: 76px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .merit__listItem__img--02 {
    max-width: 67px;
  }
}
.merit__listItem__img--03 {
  max-width: 64px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .merit__listItem__img--03 {
    max-width: 55px;
  }
}
.merit__listItem__img--04 {
  max-width: 63px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .merit__listItem__img--04 {
    max-width: 55px;
  }
}
.merit__listItem__tit {
  position: relative;
  color: #00A745;
  font-size: 22px !important;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .merit__listItem__tit {
    font-size: 15px !important;
    margin: 10px auto 0;
  }
}
.merit__listItem__tit::after {
  content: "";
  background: #DFF1E4;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 105%;
  height: 12px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .merit__listItem__tit::after {
    height: 8px;
  }
}
.merit__listItem__txt {
  text-align: center;
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .merit__listItem__txt {
    margin-top: 3px;
  }
}
.merit__listNote {
  font-size: 14px !important;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .merit__listNote {
    font-size: 13px !important;
    margin-top: 25px;
  }
}
.merit .orangeLinkBtn {
  padding: 16px 0;
  margin: 50px auto 0;
}
@media screen and (max-width: 640px) {
  .merit .orangeLinkBtn {
    padding: 9px 0;
    margin: 25px auto 0;
  }
}
.merit__btnNote {
  font-size: 14px !important;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .merit__btnNote {
    font-size: 13px !important;
    width: 90%;
    margin: 4px auto 0;
  }
}

.flow {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .flow {
    margin-top: 80px;
  }
}
.flow__list {
  position: relative;
  padding-left: 100px !important;
  margin-top: 40px !important;
}
@media screen and (max-width: 640px) {
  .flow__list {
    padding-left: 80px !important;
  }
}
.flow__list::after {
  content: "";
  background: #DFEBF7;
  position: absolute;
  top: 56px;
  left: 23px;
  width: 28px;
  height: 84%;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .flow__list::after {
    top: 0;
    left: 22px;
    width: 20px;
    height: 90%;
  }
}
.flow__listItem {
  position: relative;
  border-top: 1px solid #DEDEDE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  .flow__listItem {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0;
    margin-top: 48px;
  }
}
@media screen and (max-width: 640px) {
  .flow__listItem:first-child {
    margin-top: 0;
  }
}
.flow__listItem:last-child {
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width: 640px) {
  .flow__listItem:last-child {
    border-bottom: none;
  }
}
.flow__listItem::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 24px;
  left: -100px;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 640px) {
  .flow__listItem::before {
    top: -20px;
    left: -74px;
    width: 50px;
    height: 50px;
  }
}
.flow__listItem--01::before {
  background-image: url(../uploads/air-conditioner-replacement_flow-step01.png);
}
.flow__listItem--02::before {
  background-image: url(../uploads/air-conditioner-replacement_flow-step02.png);
}
.flow__listItem--03::before {
  background-image: url(../uploads/air-conditioner-replacement_flow-step03.png);
}
.flow__listItem--04::before {
  background-image: url(../uploads/air-conditioner-replacement_flow-step04.png);
}
.flow__listItem--05::before {
  background-image: url(../uploads/air-conditioner-replacement_flow-step05.png);
}
.flow__listItem--06::before {
  background-image: url(../uploads/air-conditioner-replacement_flow-step06.png);
}
.flow__listItem--07::before {
  background-image: url(../uploads/air-conditioner-replacement_flow-step07.png);
}
.flow__listItem__body {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .flow__listItem__body {
    margin-top: 0;
  }
}
.flow__listItem__tit {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.2 !important;
}
@media screen and (max-width: 640px) {
  .flow__listItem__tit {
    font-size: 16px !important;
  }
}
.flow__listItem__txt {
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin-top: 18px;
}
@media screen and (max-width: 640px) {
  .flow__listItem__txt {
    font-size: 14px !important;
    line-height: 1.42 !important;
    margin-top: 16px;
  }
}
.flow__listItem__note {
  font-size: 13px !important;
  line-height: 1.2 !important;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .flow__listItem__note {
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.flow__listItem__img--01 {
  max-width: 172px;
  margin-right: 18px;
}
@media screen and (max-width: 640px) {
  .flow__listItem__img--01 {
    max-width: 188px;
    margin: 42px 0 0;
  }
}
.flow__listItem__img--02 {
  max-width: 164px;
  margin-right: 23px;
}
@media screen and (max-width: 640px) {
  .flow__listItem__img--02 {
    max-width: 184px;
    margin: 11px 0 0 33px;
  }
}
.flow__listItem__img--03 {
  max-width: 161px;
  margin-right: 17px;
}
@media screen and (max-width: 640px) {
  .flow__listItem__img--03 {
    max-width: 186px;
    margin: 34px 0 0 32px;
  }
}
.flow__listItem__img--04 {
  max-width: 170px;
  margin-right: 18px;
}
@media screen and (max-width: 640px) {
  .flow__listItem__img--04 {
    max-width: 194px;
    margin: 28px 0 0 24px;
  }
}
.flow__listItem__img--05 {
  max-width: 163px;
  margin-right: 24px;
}
@media screen and (max-width: 640px) {
  .flow__listItem__img--05 {
    max-width: 174px;
    margin: 12px 0 0 34px;
  }
}
.flow__listItem__img--06 {
  max-width: 179px;
  margin-right: 7px;
}
@media screen and (max-width: 640px) {
  .flow__listItem__img--06 {
    max-width: 192px;
    margin: 14px 0 0 32px;
  }
}
.flow__listItem__img--07 {
  max-width: 152px;
  margin-right: 22px;
}
@media screen and (max-width: 640px) {
  .flow__listItem__img--07 {
    max-width: 144px;
    margin: 5px 0 0 48px;
  }
}
.flow__txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .flow__txt {
    margin-top: 25px;
  }
}
.flow__txtNote {
  font-size: 14px !important;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .flow__txtNote {
    font-size: 13px !important;
    margin-top: 0px;
  }
}
.flow .orangeLinkBtn {
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .flow .orangeLinkBtn {
    margin: 25px auto 0;
  }
}

.faq {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .faq {
    margin-top: 80px;
  }
}
.faq__qa {
  margin-top: 30px;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 640px) {
  .faq__qa {
    margin-top: 20px;
  }
}
.faq__qa--top {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .faq__qa--top {
    margin-top: 25px;
  }
}
.faq__qa__question {
  cursor: pointer;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  width: 100%;
  padding: 32px 40px;
}
@media screen and (max-width: 640px) {
  .faq__qa__question {
    gap: 12px;
    padding: 22px 56px 18px 20px;
  }
}
.faq__qa__openClose {
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 640px) {
  .faq__qa__openClose {
    right: 20px;
    width: 15px;
    height: 15px;
  }
}
.faq__qa__openClose::before, .faq__qa__openClose::after {
  content: "";
  background: #212121;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq__qa__openClose::before {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
}
.faq__qa__openClose::after {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 100%;
}
.faq__qa.is-open .faq__qa__openClose::after {
  opacity: 0;
}
.faq__qa__ico {
  font-family: "Montserrat", sans-serif;
  font-size: 30px !important;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 640px) {
  .faq__qa__ico {
    font-size: 28px !important;
  }
}
.faq__qa__ico--Q {
  color: #212121;
  margin-top: -4px;
}
.faq__qa__ico--A {
  color: #EF883D;
  margin-top: -6px;
}
@media screen and (max-width: 640px) {
  .faq__qa__ico--A {
    margin-top: 0px;
  }
}
.faq__qa__questionTxt {
  font-size: 20px !important;
  font-weight: 500;
  line-height: 1.2 !important;
  display: block;
}
@media screen and (max-width: 640px) {
  .faq__qa__questionTxt {
    font-size: 16px !important;
    text-align: left;
  }
}
.faq__qa__answer {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.faq__qa__answerWrap {
  background: #FFF5EB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 32px 106px 32px 40px;
}
@media screen and (max-width: 640px) {
  .faq__qa__answerWrap {
    gap: 14px;
    padding: 20px 68px 20px 20px;
  }
}
.faq__qa__answerTxt {
  font-size: 15px !important;
  line-height: 1.6 !important;
}
@media screen and (max-width: 640px) {
  .faq__qa__answerTxt {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}
.faq .orangeLinkBtn {
  margin: 50px auto 0;
}
@media screen and (max-width: 640px) {
  .faq .orangeLinkBtn {
    padding: 6px 0;
    margin: 25px auto 0;
  }
}
.faq .orangeLinkBtn span {
  display: inline-block;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
@media screen and (max-width: 640px) {
  .faq .orangeLinkBtn span {
    display: inline-block;
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
}

.m-articleContents__box:nth-of-type(14) {
  position: relative;
  background: #DFEBF7;
  max-width: none;
}

.reason {
  position: relative;
  background: #DFEBF7;
  max-width: 800px;
  padding: 100px 0;
  margin: 100px auto 0;
}
@media screen and (max-width: 640px) {
  .reason {
    padding: 40px 0 30px;
    margin-top: 80px;
  }
}
.reason::after {
  content: "";
  background: #DFEBF7;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 350%;
  height: 100%;
  z-index: -1;
}
.reason__tit {
  font-size: 28px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  border-left: 3px solid #212121;
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  .reason__tit {
    font-size: 20px !important;
    line-height: 1.4 !important;
    border-left: 4px solid #212121;
    padding-left: 15px;
  }
}
.reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px !important;
}
@media screen and (max-width: 640px) {
  .reason__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    margin-top: 30px !important;
  }
}
.reason__listItem {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 640px) {
  .reason__listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    height: auto;
  }
}
.reason__listItem--trackRecord {
  width: 21.875%;
  margin-right: 37px;
}
@media screen and (max-width: 640px) {
  .reason__listItem--trackRecord {
    width: 100%;
    margin: 0;
  }
}
.reason__listItem--point {
  width: 31.875%;
  margin-right: 15px;
}
@media screen and (max-width: 640px) {
  .reason__listItem--point {
    width: 100%;
    margin: 0;
  }
}
.reason__listItem--afterSupport {
  width: 26%;
}
@media screen and (max-width: 640px) {
  .reason__listItem--afterSupport {
    width: 100%;
  }
}
.reason__listItem__img {
  line-height: 1;
  max-width: 175px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .reason__listItem__img {
    max-width: 115px;
  }
}
@media screen and (max-width: 640px) {
  .reason__listItem__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.reason__listItem__txt {
  font-weight: 500;
  line-height: 1.5 !important;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .reason__listItem__txt {
    text-align: left;
    margin-top: 0;
  }
}
.reason__listItem__txt a {
  color: #2B8AD0 !important;
  border: none !important;
}
.reason__listItem__note {
  color: #818181;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 1.16 !important;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .reason__listItem__note {
    line-height: 1.5 !important;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 4px;
  }
}