@import url("https://fonts.googleapis.com/css2?family=Noto+Sans: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;
}

.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;
  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;
  }
}

.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;
  }
}

.top-txt {
  margin-top: 52px;
}
@media screen and (max-width: 640px) {
  .top-txt {
    margin-top: 40px;
  }
}
.top-txt__limit {
  margin-top: 108px;
}
@media screen and (max-width: 640px) {
  .top-txt__limit {
    margin-top: 16px;
  }
}
.top-txt p {
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .top-txt p {
    font-size: 14px;
    line-height: 1.57;
  }
}
.top-txt p .txt-bold {
  font-weight: 700;
}

.replacement-time {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .replacement-time {
    margin-top: 40px;
  }
}
.replacement-time__img {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .replacement-time__img {
    margin-top: 28px;
  }
}

.eco-jozu {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .eco-jozu {
    margin-top: 40px;
  }
}
.eco-jozu__txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .eco-jozu__txt {
    margin-top: 28px;
  }
}
.eco-jozu__img {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .eco-jozu__img {
    margin-top: 28px;
  }
}
.eco-jozu__note {
  font-size: 14px !important;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .eco-jozu__note {
    font-size: 13px !important;
    margin-top: 10px;
  }
}
.eco-jozu__source {
  font-size: 14px !important;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .eco-jozu__source {
    font-size: 13px !important;
    margin-top: 6px;
  }
}
.eco-jozu__bottom-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .eco-jozu__bottom-txt {
    margin-top: 24px;
  }
}

.when-it-breaks {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .when-it-breaks {
    margin-top: 40px;
  }
}
.when-it-breaks__img {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .when-it-breaks__img {
    margin-top: 28px;
  }
}

.m-articleContents__box:nth-of-type(6) {
  max-width: 900px;
}

.campaign {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .campaign {
    margin-top: 40px;
  }
}
.campaign__tit {
  max-width: 800px;
  margin: 0 auto;
}
.campaign__wrap {
  position: relative;
  background: #FFEFF6;
  border: 4px solid #EDD3DE;
  border-radius: 4px;
  padding: 44px 104px 56px;
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .campaign__wrap {
    border: 3px solid #EDD3DE;
    border-radius: 2px;
    padding: 40px 18px 28px;
    margin-top: 44px;
  }
}
.campaign__wrap::before {
  content: "";
  background: url(../uploads/water-heater-manga_campaign-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 32px;
  left: 50%;
  -webkit-transform: translateX(-50.5%);
          transform: translateX(-50.5%);
  width: 833px;
  height: 338px;
}
@media screen and (max-width: 640px) {
  .campaign__wrap::before {
    background: url(../uploads/water-heater-manga_campaign-ico_sp.png) no-repeat;
    background-size: contain;
    top: -1%;
    width: 100%;
    height: 100%;
  }
}
.campaign__head {
  position: absolute;
  top: -64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 692px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .campaign__head {
    top: -3.4%;
    max-width: none;
    width: 96%;
  }
}
.campaign__mid-tit {
  max-width: 447px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .campaign__mid-tit {
    max-width: none;
    width: 86%;
  }
}
.campaign__deadline {
  position: absolute;
  top: 64px;
  left: 100px;
  max-width: 108px;
}
@media screen and (max-width: 640px) {
  .campaign__deadline {
    position: static;
    max-width: none;
    width: 87%;
    margin: 8px auto 0;
  }
}
.campaign__txt {
  line-height: 1.5 !important;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .campaign__txt {
    text-align: left;
    margin-top: 18px;
  }
}
.campaign__breakdown {
  margin-top: 38px;
}
@media screen and (max-width: 640px) {
  .campaign__breakdown {
    margin-top: 20px;
  }
}
.campaign__note {
  font-size: 13px !important;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .campaign__note {
    line-height: 1.46 !important;
    text-align: left;
    letter-spacing: 0.04em;
    margin-top: 16px;
  }
}
.campaign__btn {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .campaign__btn {
    margin-top: 16px;
  }
}
.campaign__btn a {
  position: relative;
  color: #fff;
  background: #2F98B4;
  font-size: 15px;
  font-weight: 700;
  border-radius: 40px;
  display: inline-block;
  max-width: 258px;
  width: 100%;
  padding: 10px 0;
  -webkit-box-shadow: 0px 2px 0px 0px rgb(8, 93, 116);
          box-shadow: 0px 2px 0px 0px rgb(8, 93, 116);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .campaign__btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .campaign__btn a {
    font-size: 13px;
    max-width: none;
    width: 72.5%;
    padding: 12px 0;
    -webkit-box-shadow: 0px 1px 0px 0px rgb(8, 93, 116);
            box-shadow: 0px 1px 0px 0px rgb(8, 93, 116);
  }
}
.campaign__btn a::before {
  content: "";
  background: url(../uploads/water-heater-manga_campaign-btn-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 640px) {
  .campaign__btn a::before {
    right: 14px;
    width: 18px;
    height: 18px;
  }
}
.campaign__btn a::after {
  content: none !important;
}

.inquiry {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .inquiry {
    margin-top: 40px;
  }
}
.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: 12px;
  }
}
.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: 10px 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 18px 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;
  }
}