@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
ol li, ul 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: block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: 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;
}

p .bg-blue {
  background: #ACE1F7;
}

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

.article {
  overflow-x: hidden;
}

.article .container {
  max-width: none;
}

.single-block-contents {
  margin: 48px auto 0;
}
.single-block-contents span.limit {
  color: #fff;
  background: #C32D28;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  padding: 1px 5px 3px;
  margin-right: 6px;
}
@media screen and (max-width: 640px) {
  .single-block-contents span.limit {
    padding: 1px 4px 2px;
    margin-right: 8px;
  }
}

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

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

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

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

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

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

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

.m-articleContents__box p a:not([class*=btn]):not([href$=".jpg"]) {
  font-weight: 700;
}

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

.archive-block .container {
  max-width: 900px;
}

ol li {
  list-style: none !important;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

.yellow-highlight {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #FAFA7F));
  background: linear-gradient(transparent 0%, #FAFA7F 0%);
}

.head-txt__body {
  font-size: 16px;
  line-height: 1.875 !important;
}
@media screen and (max-width: 640px) {
  .head-txt__body {
    font-size: 14px;
    line-height: 1.5 !important;
    letter-spacing: 0.04em;
  }
}
.head-txt__note {
  font-size: 13px;
  text-align: right;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .head-txt__note {
    line-height: 1.38 !important;
    letter-spacing: 0.04em;
    text-align: left;
    margin-top: 12px;
  }
}

.check-wrap {
  background: #F0F6F9;
  border-radius: 5px;
  padding: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .check-wrap {
    border-radius: 3px;
    padding: 15px;
    margin-top: 20px;
  }
}

.check {
  background: #fff;
  border-radius: 5px;
  padding: 24px 28px 28px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .check {
    border-radius: 3px;
    padding: 20px 15px 20px;
    margin-top: 16px;
  }
}
.check__tit {
  position: relative;
  font-size: 22px !important;
  font-weight: 900;
  margin-left: 52px;
}
@media screen and (max-width: 640px) {
  .check__tit {
    font-size: 16px !important;
    margin-left: 40px;
  }
}
.check__tit::before {
  content: "";
  background: url(../uploads/disaster-prevention-book_ico-check.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: -46px;
  width: 33px;
  height: 30px;
}
@media screen and (max-width: 640px) {
  .check__tit::before {
    top: -2px;
    left: -40px;
    width: 32px;
    height: 29px;
  }
}
.check__txt {
  margin: 10px 0 0 52px;
}
@media screen and (max-width: 640px) {
  .check__txt {
    margin: 12px 0 0 0;
  }
}
.check__txt--bold {
  font-size: 18px !important;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .check__txt--bold {
    font-size: 14px !important;
  }
}
.check__txt--indent {
  text-indent: -1em;
  padding-left: 1em;
}
.check__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0 0 52px;
}
@media screen and (max-width: 640px) {
  .check__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin: 10px 0 0 0;
  }
}
.check__wrap__txt {
  width: 46.5%;
}
@media screen and (max-width: 640px) {
  .check__wrap__txt {
    width: 100%;
  }
}
.check__wrap__img {
  width: 48.5%;
}
@media screen and (max-width: 640px) {
  .check__wrap__img {
    width: 94%;
    margin: 0 auto;
  }
}
.check__wrap__img--border {
  border: 1px solid #CBCBCB;
}
.check__btn {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .check__btn {
    margin-top: 16px;
  }
}
.check__btn a {
  position: relative;
  color: #fff;
  background: #EF883D;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  display: inline-block;
  max-width: 340px;
  width: 100%;
  padding: 17px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .check__btn a {
    font-size: 14px;
    max-width: none;
  }
}
.check__btn a::before {
  content: "";
  background: url(../uploads/disaster-prevention-book_ico-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 640px) {
  .check__btn a::before {
    right: 10px;
    width: 31px;
    height: 31px;
  }
}
.check__btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 640px) {
  .check__btn a:hover {
    opacity: 1;
  }
}
.check__btn a span {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .check__btn a span {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
.check__yellow-wrap {
  background: #F5E881;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 30px 40px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .check__yellow-wrap {
    border-radius: 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 16px 14px 14px;
    margin-top: 16px;
  }
}
.check__yellow-wrap__body {
  text-align: center;
  width: 45.5%;
}
@media screen and (max-width: 640px) {
  .check__yellow-wrap__body {
    width: 100%;
  }
}
.check__yellow-wrap__head {
  color: #104369;
  background: #fff;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1 !important;
  border-radius: 40px;
  padding: 9px 0;
}
@media screen and (max-width: 640px) {
  .check__yellow-wrap__head {
    font-size: 15px !important;
    padding: 8px 0;
  }
}
.check__yellow-wrap__quantity {
  position: relative;
  color: #104369;
  font-weight: 500;
  line-height: 1.2 !important;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .check__yellow-wrap__quantity {
    margin-top: 10px;
  }
}
.check__yellow-wrap__quantity::before {
  content: "";
  background: url(../uploads/disaster-prevention-book_ico-arrow02.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: rotate(90deg) translate(-50%, 40%);
          transform: rotate(90deg) translate(-50%, 40%);
  width: 25px;
  height: 34px;
}
@media screen and (max-width: 640px) {
  .check__yellow-wrap__quantity::before {
    bottom: -40px;
    width: 20px;
    height: 28px;
  }
}
.check__yellow-wrap__quantity .lato {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .check__yellow-wrap__quantity .lato {
    font-size: 28px;
  }
}
.check__yellow-wrap__required {
  color: #fff;
  background: #104369;
  font-weight: 700;
  line-height: 1 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px 4px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .check__yellow-wrap__required {
    width: 100%;
    margin: 30px auto 0;
  }
}
.check__yellow-wrap__required .lato {
  font-size: 44px;
}
@media screen and (max-width: 640px) {
  .check__yellow-wrap__required .lato {
    font-size: 36px;
  }
}
.check__yellow-wrap__img {
  width: 49.75%;
}
@media screen and (max-width: 640px) {
  .check__yellow-wrap__img {
    width: 100%;
  }
}
.check__list {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .check__list {
    width: 100%;
  }
}
.check__list li {
  color: #104369;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875 !important;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 640px) {
  .check__list li {
    font-size: 14px;
    line-height: 1.57 !important;
  }
}
.check__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
}
@media screen and (max-width: 640px) {
  .check__list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.check__list-wrap__list li {
  color: #104369;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875 !important;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 640px) {
  .check__list-wrap__list li {
    font-size: 14px;
    line-height: 1.57 !important;
  }
}

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

.countermeasure {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .countermeasure {
    margin-top: 50px;
  }
}
.countermeasure__tit {
  max-width: 800px;
  margin: 0 auto;
}
.countermeasure__top-txt {
  max-width: 800px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .countermeasure__top-txt {
    margin: 20px auto 0;
  }
}
.countermeasure .check--top {
  margin-top: 0;
}

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

.preparation {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .preparation {
    margin-top: 50px;
  }
}
.preparation__tit {
  max-width: 800px;
  margin: 0 auto;
}
.preparation__top-txt {
  max-width: 800px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .preparation__top-txt {
    margin: 20px auto 0;
  }
}
.preparation__note {
  font-size: 13px !important;
  max-width: 800px;
  margin: 10px auto 0;
}
.preparation__txt {
  max-width: 800px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .preparation__txt {
    margin: 16px auto 0;
  }
}
.preparation .check--top {
  margin-top: 0;
}
.preparation .check__txt {
  margin: 10px 20px 0 52px;
}
@media screen and (max-width: 640px) {
  .preparation .check__txt {
    margin: 16px 0 0 0;
  }
}
.preparation .check.toilet .check__yellow-wrap__body {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .preparation .check.toilet .check__yellow-wrap__body {
    max-width: none;
  }
}
.preparation .check.toilet .check__yellow-wrap__body-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .preparation .check.toilet .check__yellow-wrap__body-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.preparation .check.toilet .check__yellow-wrap__quantity {
  margin-top: 0;
}
.preparation .check.toilet .check__yellow-wrap__quantity::before {
  top: 50%;
  bottom: auto;
  left: auto;
  right: -46px;
  -webkit-transform: rotate(0) translate(0, -45%);
          transform: rotate(0) translate(0, -45%);
}
@media screen and (max-width: 640px) {
  .preparation .check.toilet .check__yellow-wrap__quantity::before {
    top: auto;
    bottom: -38px;
    left: 50%;
    right: auto;
    -webkit-transform: rotate(90deg) translate(-50%, 40%);
            transform: rotate(90deg) translate(-50%, 40%);
  }
}
.preparation .check.toilet .check__yellow-wrap__required {
  padding: 2px 31px 6px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .preparation .check.toilet .check__yellow-wrap__required {
    padding: 0px 0 4px;
  }
}
.preparation .check.livingware .check__yellow-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.preparation .check.livingware .check__yellow-wrap__img {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .preparation .check.livingware .check__yellow-wrap__img {
    margin-top: 0;
  }
}

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

.portable {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .portable {
    margin-top: 50px;
  }
}
.portable__tit {
  max-width: 800px;
  margin: 0 auto;
}
.portable .check {
  margin-top: 0;
}
.portable .check__txt {
  position: relative;
  margin: 0 20px 0 52px;
}
@media screen and (max-width: 640px) {
  .portable .check__txt {
    margin: 0 0 0 42px;
  }
}
.portable .check__txt::before {
  content: "";
  background: url(../uploads/disaster-prevention-book_ico-check.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: -46px;
  width: 33px;
  height: 30px;
}
@media screen and (max-width: 640px) {
  .portable .check__txt::before {
    left: -42px;
    width: 32px;
    height: 29px;
  }
}

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

.recommend {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .recommend {
    margin-top: 50px;
  }
}
.recommend__tit {
  max-width: 800px;
  margin: 0 auto;
}
.recommend__bnr-wrap {
  background: #FFF2ED;
  padding: 54px 0 40px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .recommend__bnr-wrap {
    padding: 24px 16px;
    margin-top: 20px;
  }
}
.recommend__bnr {
  max-width: 520px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .recommend__bnr {
    max-width: none;
  }
}
.recommend__bnr:hover {
  opacity: 0.8;
}
@media screen and (max-width: 640px) {
  .recommend__bnr:hover {
    opacity: 1;
  }
}
.recommend__bnr-note {
  font-size: 13px !important;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .recommend__bnr-note {
    margin-top: 16px;
  }
}