@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;
  line-height: 1.7;
  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;
  }
}

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

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

.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;
}
.top-txt__note {
  font-size: 13px !important;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .top-txt__note {
    font-size: 12px !important;
    margin-top: 6px;
  }
}
@media screen and (max-width: 640px) {
  .top-txt__note.hasLink {
    text-align: left;
  }
}
.top-txt__note.hasLink a {
  color: #ff5555;
  font-weight: 700;
}

.secTopTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .secTopTxt {
    margin-top: 20px;
  }
}

.blueTit {
  color: #fff;
  background: #1968A2;
  font-size: 20px !important;
  font-weight: 900;
  text-align: center;
  border-radius: 8px;
  padding: 3px 0 5px;
}
@media screen and (max-width: 640px) {
  .blueTit {
    font-size: 16px !important;
    border-radius: 4px;
  }
}

.brownWrap {
  background: #F9F6EF;
  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;
  gap: 20px;
  padding: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .brownWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 12px;
  }
}
.brownWrap__img {
  max-width: 370px;
}
@media screen and (max-width: 640px) {
  .brownWrap__img {
    max-width: 100%;
  }
}
.brownWrap__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.merit {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .merit {
    margin-top: 60px;
  }
}
.merit__img {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .merit__img {
    margin-top: 20px;
  }
}

.why {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .why {
    margin-top: 60px;
  }
}
.why .blueTit {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .why .blueTit {
    margin-top: 30px;
  }
}
.why__img {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .why__img {
    margin-top: 6px;
  }
}
.why__txt {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .why__txt {
    margin-top: 10px;
  }
}

.easy {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .easy {
    margin-top: 60px;
  }
}

.example {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .example {
    margin-top: 60px;
  }
}
.example__name {
  font-size: 20px !important;
  font-weight: 700;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .example__name {
    font-size: 16px !important;
    margin-top: 30px;
  }
}
.example__img {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .example__img {
    margin-top: 10px;
  }
}
.example__comment {
  background: #EAF3F7;
  padding: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .example__comment {
    padding: 20px 12px;
    margin-top: 10px;
  }
}
.example__comment__tit {
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .example__comment__tit {
    padding-bottom: 4px;
  }
}
.example__comment__txt {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .example__comment__txt {
    margin-top: 16px;
  }
}

.mechanism {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .mechanism {
    margin-top: 60px;
  }
}
.mechanism__tit + .brownWrap {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .mechanism__tit + .brownWrap {
    margin-top: 20px;
  }
}

.meterBox {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .meterBox {
    margin-top: 60px;
  }
}
.meterBox .blueTit {
  margin-top: 40px;
}