@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,700;1,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;
  font-style: italic;
}

.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.5;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
  }
}

.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: #1968A2;
  font-size: 26px !important;
  font-weight: 700;
  text-align: center;
  border-top: 2px solid #1968A2;
  border-bottom: 2px solid #1968A2;
  padding: 36px 0 32px;
}
@media screen and (max-width: 640px) {
  .sectionTit {
    font-size: 18px !important;
    letter-spacing: -0.05em;
    border-top: 1px solid #1968A2;
    border-bottom: 1px solid #1968A2;
    padding: 27px 0 14px;
  }
}
.sectionTit::before {
  content: "";
  background: url(../uploads/led-lighting-replacement_ico-secTit.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 132px;
  height: 83px;
}
@media screen and (max-width: 640px) {
  .sectionTit::before {
    top: -28px;
    width: 80px;
    height: 50px;
  }
}

.sectionHead {
  position: relative;
  font-size: 20px !important;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .sectionHead {
    font-size: 16px !important;
  }
}
.sectionHead::after {
  content: "";
  background: #212121;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  z-index: -1;
}
.sectionHead span {
  background: #fff;
  display: inline-block;
  padding-right: 10px;
}
@media screen and (max-width: 640px) {
  .sectionHead span {
    padding-right: 5px;
  }
}

.riskList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 20px !important;
}
.riskList__listItem {
  background: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 28px;
  padding: 12px 12px 12px 28px;
}
@media screen and (max-width: 640px) {
  .riskList__listItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    padding: 16px 20px;
  }
}
.riskList__listItem__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  max-width: 80px;
}
@media screen and (max-width: 640px) {
  .riskList__listItem__head {
    gap: 4px;
    max-width: none;
  }
}
.riskList__listItem__headPoint {
  font-family: "Lato", sans-serif;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1.4 !important;
  border-bottom: 2px solid #0D6BC3;
}
@media screen and (max-width: 640px) {
  .riskList__listItem__headPoint {
    font-size: 13px !important;
    padding-bottom: 2px;
  }
}
.riskList__listItem__headNum {
  font-family: "Lato", sans-serif;
  font-size: 36px !important;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .riskList__listItem__headNum {
    font-size: 27px !important;
    line-height: 1.2 !important;
  }
}
.riskList__listItem__body {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px 36px;
}
@media screen and (max-width: 640px) {
  .riskList__listItem__body {
    padding: 10px 15px;
  }
}
.riskList__listItem__bodyTit {
  font-size: 20px !important;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .riskList__listItem__bodyTit {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 640px) {
  .riskList__listItem__bodyTxt {
    font-size: 12px !important;
    line-height: 1.8 !important;
    letter-spacing: -0.04em;
    margin-top: 4px;
  }
}

.blueLinkBtn {
  position: relative;
  color: #fff;
  background: #1968A2;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 60px;
  display: block;
  max-width: 600px;
  padding: 20px 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .blueLinkBtn:hover {
    color: #fff;
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .blueLinkBtn {
    font-size: 16px;
    line-height: 1.2;
    max-width: none;
    width: 88%;
    padding: 17px 0 19px;
    margin: 20px auto 0;
  }
}
.blueLinkBtn--row2 {
  padding: 8px 0 12px;
}
.blueLinkBtn::before {
  content: "";
  background: url(../uploads/led-lighting-replacement_ico-blueBtn.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 640px) {
  .blueLinkBtn::before {
    right: 10px;
    width: 31px;
    height: 31px;
  }
}
@media screen and (max-width: 640px) {
  .blueLinkBtn .btnTxt {
    display: inline-block;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
.blueLinkBtn .smTxt {
  font-size: 16px;
  display: inline-block;
  padding-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .blueLinkBtn .smTxt {
    font-size: 12px;
    padding-bottom: 0;
  }
}

.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/led-lighting-replacement_ico-orangeBtn.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);
  }
}

.pointCheck {
  background: #FFFBED;
  padding: 44px 40px 40px;
}
@media screen and (max-width: 640px) {
  .pointCheck {
    padding: 36px 20px 30px;
  }
}
.pointCheck__titWrap {
  border-bottom: 2px solid #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  padding-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .pointCheck__titWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
  }
}
.pointCheck__pointTit {
  position: relative;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1 !important;
}
@media screen and (max-width: 640px) {
  .pointCheck__pointTit {
    font-size: 28px !important;
  }
}
.pointCheck__pointTit::before {
  content: "";
  background: url(../uploads/led-lighting-replacement_pointCheck-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  right: -24px;
  width: 39px;
  height: 26px;
}
@media screen and (max-width: 640px) {
  .pointCheck__pointTit::before {
    top: -16px;
    right: -22px;
  }
}
.pointCheck__tit {
  font-size: 20px !important;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .pointCheck__tit {
    font-size: 18px !important;
  }
}
.pointCheck__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: 16px;
  margin-top: 28px !important;
}
@media screen and (max-width: 640px) {
  .pointCheck__list {
    gap: 15px;
    margin-top: 25px !important;
  }
}
.pointCheck__listItem {
  position: relative;
  padding-left: 34px;
}
@media screen and (max-width: 640px) {
  .pointCheck__listItem {
    padding-left: 28px;
  }
}
.pointCheck__listItem::before {
  content: "";
  background: url(../uploads/led-lighting-replacement_pointCheck-icoCheck.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
  width: 25px;
  height: 20px;
}
@media screen and (max-width: 640px) {
  .pointCheck__listItem::before {
    width: 20px;
    height: 16px;
  }
}
.pointCheck__listItem__tit {
  font-size: 20px !important;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .pointCheck__listItem__tit {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 640px) {
  .pointCheck__listItem__txt {
    line-height: 1.6 !important;
    margin-top: 6px;
  }
}

.inquiry__wrap {
  position: relative;
  border: 3px solid #104369;
  border-radius: 14px;
  margin-top: 90px;
}
@media screen and (max-width: 640px) {
  .inquiry__wrap {
    border: 2px solid #104369;
    border-radius: 5px;
    margin-top: 56px;
  }
}
.inquiry__head {
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 626px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .inquiry__head {
    top: -28px;
    max-width: none;
    width: 93.5%;
  }
}
.inquiry__main {
  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: 44px 8px 0 44px;
}
@media screen and (max-width: 640px) {
  .inquiry__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 44px 14px 22px;
  }
}
.inquiry__main__body {
  width: 66%;
}
@media screen and (max-width: 640px) {
  .inquiry__main__body {
    width: 100%;
  }
}
.inquiry__main__body-tit {
  font-size: 20px !important;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .inquiry__main__body-tit {
    font-size: 16px !important;
    line-height: 1.375 !important;
    text-align: center;
    margin-top: 10px;
  }
}
.inquiry__main__body-list {
  line-height: 1 !important;
  padding: 0 !important;
  margin: 10px 0 0 !important;
}
@media screen and (max-width: 640px) {
  .inquiry__main__body-list {
    margin: 16px 0 0 !important;
  }
}
.inquiry__main__body-list li {
  list-style: none !important;
  font-size: 15px;
  line-height: 1.73 !important;
}
@media screen and (max-width: 640px) {
  .inquiry__main__body-list li {
    font-size: 14px;
    line-height: 1.57 !important;
  }
}
.inquiry__main__img {
  width: 34%;
  -webkit-transform: translateX(-32px);
          transform: translateX(-32px);
}
@media screen and (max-width: 640px) {
  .inquiry__main__img {
    width: 67%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.inquiry__info {
  background: #104369;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 50px 30px;
}
@media screen and (max-width: 640px) {
  .inquiry__info {
    border-radius: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px 16px;
  }
}
.inquiry__info__form {
  background: #fff;
  border-radius: 5px;
  width: 48.5%;
  padding: 36px 40px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__form {
    border-radius: 2px;
    width: 100%;
    padding: 26px 24px;
  }
}
.inquiry__info__form-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inquiry__info__form-ico {
  max-width: 41px;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__form-ico {
    max-width: 38px;
    margin-right: 8px;
  }
}
.inquiry__info__form-txt {
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1.2 !important;
}
@media screen and (max-width: 640px) {
  .inquiry__info__form-txt {
    font-size: 14px !important;
    line-height: 1.28 !important;
  }
}
.inquiry__info__form-btn {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__form-btn {
    margin-top: 20px;
  }
}
.inquiry__info__form-btn a {
  position: relative;
  color: #fff;
  background: #104369;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  display: inline-block;
  max-width: 258px;
  width: 100%;
  padding: 13px 0;
  -webkit-box-shadow: 0px 2px 0px 0px rgb(1, 21, 36);
          box-shadow: 0px 2px 0px 0px rgb(1, 21, 36);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .inquiry__info__form-btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .inquiry__info__form-btn a {
    font-size: 13px;
    max-width: none;
    display: block;
    width: 87.5%;
    padding: 12px 0;
    margin: 0 auto;
    -webkit-box-shadow: 0px 1px 0px 0px rgb(1, 21, 36);
            box-shadow: 0px 1px 0px 0px rgb(1, 21, 36);
  }
}
.inquiry__info__form-btn a::before {
  content: "";
  background: url(../uploads/water-heater-manga_inquiry-info-btn-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__form-btn a::before {
    right: 14px;
    width: 18px;
    height: 18px;
  }
}
.inquiry__info__tel {
  background: #fff;
  border-radius: 5px;
  width: 48.5%;
  padding: 20px 28px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__tel {
    border-radius: 2px;
    width: 100%;
    padding: 24px 15px 20px;
    margin-top: 10px;
  }
}
.inquiry__info__tel-tit {
  font-weight: 700;
  line-height: 1.25 !important;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .inquiry__info__tel-tit {
    font-size: 13px !important;
    padding: 0;
    margin-top: 10px;
  }
}
.inquiry__info__tel-head {
  color: #fff;
  background: #104369;
  font-size: 14px !important;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  padding: 2px 0;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__tel-head {
    font-size: 13px !important;
    width: 86%;
    padding: 0;
    margin: 10px auto 0;
  }
}
.inquiry__info__tel-btn {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__tel-btn {
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .inquiry__info__tel-btn img {
    width: 84%;
  }
}
.inquiry__info__tel-time {
  font-size: 14px !important;
  font-weight: 700;
  text-align: center;
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__tel-time {
    font-size: 13px !important;
  }
}

.change {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .change {
    margin-top: 80px;
  }
}
.change__topTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .change__topTxt {
    margin-top: 25px;
  }
}
.change__table {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .change__table {
    display: table;
    table-layout: fixed;
    margin-top: 25px;
  }
}
.change__table__head {
  background: #FDF6A9;
}
.change__table__head th, .change__table__head td {
  font-weight: 700 !important;
}
.change__table__body {
  background: #FFFBED;
}
@media screen and (max-width: 640px) {
  .change__table tbody {
    display: table-row-group !important;
  }
}
@media screen and (max-width: 640px) {
  .change__table tr {
    display: table-row !important;
  }
}
.change__table th, .change__table td {
  font-weight: 500;
  border: 1px solid #C8C8C8;
  padding: 12px 24px;
}
@media screen and (max-width: 640px) {
  .change__table th, .change__table td {
    font-size: 14px !important;
    display: table-cell !important;
    padding: 7px 12px;
  }
}
.change__table th {
  max-width: 250px;
}
@media screen and (max-width: 640px) {
  .change__table th {
    background: none;
    max-width: none;
    width: 35.97%;
  }
}
@media screen and (max-width: 640px) {
  .change__table th.vaMid {
    vertical-align: middle;
  }
}
.change__table td {
  max-width: 550px;
}
@media screen and (max-width: 640px) {
  .change__table td {
    max-width: none;
    width: 64.03%;
  }
}
.change__tableNote {
  font-size: 13px !important;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .change__tableNote {
    line-height: 1.4 !important;
    margin-top: 10px;
  }
}
.change .sectionHead {
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  .change .sectionHead {
    margin-top: 25px;
  }
}
.change__bottomTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .change__bottomTxt {
    margin-top: 20px;
  }
}

.point {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .point {
    margin-top: 80px;
  }
}
.point__topTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .point__topTxt {
    margin-top: 25px;
  }
}
.point .sectionHead {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .point .sectionHead {
    margin-top: 25px;
  }
}
.point__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px !important;
}
@media screen and (max-width: 640px) {
  .point__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.point__listItem {
  border: 12px solid #D6EAF8;
  border-radius: 20px;
  padding: 20px 12px 16px;
}
@media screen and (max-width: 640px) {
  .point__listItem {
    border: 10px solid #D6EAF8;
    border-radius: 16px;
    padding: 8px;
  }
}
.point__listItem__img {
  max-width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .point__listItem__img {
    max-width: 140px;
  }
}
.point__listItem__tit {
  position: relative;
  color: #0D6BC3;
  font-size: 22px !important;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px auto 0;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .point__listItem__tit {
    font-size: 15px !important;
    line-height: 1.8 !important;
    margin: 6px auto 0;
  }
}
.point__listItem__tit::after {
  content: "";
  background: #D6EAF8;
  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) {
  .point__listItem__tit::after {
    height: 8px;
  }
}
.point__listItem__txt {
  line-height: 1.8 !important;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .point__listItem__txt {
    margin-top: 4px;
  }
}
.point .blueLinkBtn {
  margin: 30px auto 0;
}
@media screen and (max-width: 640px) {
  .point .blueLinkBtn {
    margin: 20px auto 0;
  }
}
.point .pointCheck {
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  .point .pointCheck {
    margin-top: 40px;
  }
}

.choose {
  margin-top: 140px;
}
@media screen and (max-width: 640px) {
  .choose {
    margin-top: 80px;
  }
}
.choose__topTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .choose__topTxt {
    line-height: 1.6 !important;
    margin-top: 25px;
  }
}
.choose__type {
  background: #FFF5EB;
  padding: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .choose__type {
    padding: 16px 20px;
    margin-top: 25px;
  }
}
.choose__type__tit {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.8 !important;
  border-left: 2px solid #E77623;
  padding-left: 16px;
}
@media screen and (max-width: 640px) {
  .choose__type__tit {
    font-size: 16px !important;
    line-height: 2.2 !important;
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .choose__type__tit--row2 {
    line-height: 1.4 !important;
  }
}
.choose__type__wrap {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding: 24px 24px 24px 28px;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .choose__type__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    padding: 15px 12px;
    margin-top: 10px;
  }
}
.choose__type__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.choose__type__change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .choose__type__change {
    gap: 20px;
    margin-top: 0;
  }
}
.choose__type__fluorescentLamp {
  position: relative;
  color: #E56126;
  background: #FFF5EB;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center;
  border: 1px solid #FCA688;
  border-radius: 60px;
  padding: 7px 20px;
}
@media screen and (max-width: 640px) {
  .choose__type__fluorescentLamp {
    padding: 4px 10px;
  }
}
.choose__type__fluorescentLamp::before {
  content: "";
  background: url(../uploads/led-lighting-replacement_ico-orangeArrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 10px;
}
@media screen and (max-width: 640px) {
  .choose__type__fluorescentLamp::before {
    right: -17px;
    width: 12px;
    height: 10px;
  }
}
.choose__type__led {
  color: #fff;
  background: #E56126;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center;
  border-radius: 60px;
  padding: 7px 20px;
}
@media screen and (max-width: 640px) {
  .choose__type__led {
    padding: 4px 10px;
  }
}
.choose__type__txt {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .choose__type__txt {
    font-size: 12px !important;
    line-height: 1.8 !important;
    margin-top: 10px;
  }
}
.choose__type__img {
  max-width: 210px;
}
@media screen and (max-width: 640px) {
  .choose__type__img {
    max-width: none;
    width: 100%;
  }
}
.choose__type + .choose__type {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .choose__type + .choose__type {
    margin-top: 10px;
  }
}
.choose__bottomTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .choose__bottomTxt {
    margin-top: 25px;
  }
}
.choose .orangeLinkBtn {
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .choose .orangeLinkBtn {
    margin: 25px auto 0;
  }
}

.sign {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .sign {
    margin-top: 80px;
  }
}
.sign__topTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .sign__topTxt {
    line-height: 1.6 !important;
    margin-top: 25px;
  }
}
.sign__topTxtNote {
  font-size: 13px !important;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .sign__topTxtNote {
    line-height: 1.4 !important;
  }
}
.sign .sectionHead {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .sign .sectionHead {
    margin-top: 25px;
  }
}
@media screen and (max-width: 640px) {
  .sign .riskList__listItem__bodyTit {
    letter-spacing: -0.02em;
  }
}
.sign__yellowTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .sign__yellowTxt {
    margin-top: 20px;
  }
}
.sign__yellowTxt span {
  background: #FFFF66;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .sign__yellowTxt span {
    display: inline;
  }
}
.sign__midTxt {
  margin-top: 20px;
}
.sign .pointCheck {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .sign .pointCheck {
    margin-top: 25px;
  }
}
.sign .pointCheck__list {
  gap: 12px;
}
.sign .pointCheck__listItem__tit {
  font-size: 18px !important;
}
@media screen and (max-width: 640px) {
  .sign .pointCheck__listItem__tit {
    font-size: 16px !important;
  }
}
.sign .inquiry__main__body-tit {
  font-size: 18px !important;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .sign .inquiry__main__body-tit {
    font-size: 14px !important;
    line-height: 1.42 !important;
  }
}
.sign .inquiry__main__body-tit .boldTxt {
  background: #DBEDFA;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .sign .inquiry__main__body-tit .boldTxt {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .sign .inquiry__info__tel-tit {
    margin-top: 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: 91.5%;
  }
}
.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: 8px;
  }
}
.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: 142px;
  margin: -30px 23px 0 0;
}
@media screen and (max-width: 640px) {
  .flow__listItem__img--02 {
    max-width: 160px;
    margin: 12px 0 0 46px;
  }
}
.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: 137px;
  margin: -30px 20px 0 0;
}
@media screen and (max-width: 640px) {
  .flow__listItem__img--05 {
    max-width: 174px;
    margin: 12px 0 0 37px;
  }
}
.flow__listItem__img--06 {
  max-width: 172px;
  margin: -30px 7px 0 0;
}
@media screen and (max-width: 640px) {
  .flow__listItem__img--06 {
    max-width: 184px;
    margin: 18px 0 0 27px;
  }
}
.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 .orangeLinkBtn {
  margin: 64px auto 0;
}
@media screen and (max-width: 640px) {
  .flow .orangeLinkBtn {
    margin: 30px 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: 40px;
}
@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: -6px;
}
.faq__qa__ico--A {
  color: #EF883D;
  margin-top: -2px;
}
@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 .blueLinkBtn {
  margin: 64px auto 0;
}
@media screen and (max-width: 640px) {
  .faq .blueLinkBtn {
    font-size: 15px;
    padding: 6px 0 8px;
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .faq .blueLinkBtn span {
    display: inline-block;
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
}

.m-articleContents__box:nth-of-type(13) {
  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;
  }
}