@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz@0,14..32;1,14..32&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: 60px;
  margin-top: -60px;
}
@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 ul li .limit {
  color: #fff;
  background: #C32D28;
  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__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.8;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
    line-height: 1.6;
  }
}

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

.head-txt__body {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .head-txt__body {
    font-size: 14px;
  }
}
.head-txt__note {
  font-size: 14px !important;
  line-height: 1.8;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .head-txt__note {
    font-size: 13px !important;
    margin-top: 8px;
  }
}

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

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

.fv {
  padding-top: 48px;
}

.yellow-highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 251, 0, 0.6)));
  background: linear-gradient(transparent 60%, rgba(255, 251, 0, 0.6) 60%);
}

.head-tit {
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1.42 !important;
  letter-spacing: -0.02em;
  border-bottom: 2px solid #212121;
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .head-tit {
    font-size: 18px !important;
    line-height: 1.44 !important;
    letter-spacing: 0 !important;
    padding-bottom: 6px;
  }
}

.commentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .commentWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-top: 12px;
  }
}
.commentWrap__img {
  width: 25%;
}
@media screen and (max-width: 640px) {
  .commentWrap__img {
    width: 30%;
    margin: 0 auto;
  }
}
.commentWrap__txt {
  width: 71.25%;
}
@media screen and (max-width: 640px) {
  .commentWrap__txt {
    width: 100%;
  }
}

.bnrTit {
  position: relative;
  color: #F08300;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1.7 !important;
  max-width: 700px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .bnrTit {
    font-size: 13px !important;
    margin: 20px auto 0;
  }
}
.bnrTit span {
  position: relative;
  display: inline-block;
}
.bnrTit span::before {
  content: "";
  border-bottom: 2px solid #F08300;
  border-left: 2px solid #F08300;
  display: block;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: rotate(-45deg) translateY(-75%);
          transform: rotate(-45deg) translateY(-75%);
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 640px) {
  .bnrTit span::before {
    right: -24px;
    -webkit-transform: rotate(-45deg) translateY(-100%);
            transform: rotate(-45deg) translateY(-100%);
    width: 8px;
    height: 8px;
  }
}

.bnr {
  display: block;
  max-width: 700px;
  margin: 8px auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .bnr:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .bnr {
    margin: 4px auto 0;
  }
}

.top-txt {
  margin-top: 104px !important;
}
@media screen and (max-width: 640px) {
  .top-txt {
    margin-top: 52px !important;
  }
}

.topInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .topInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 50px;
  }
}
.topInfo__txt {
  width: 63.75%;
}
@media screen and (max-width: 640px) {
  .topInfo__txt {
    width: 100%;
  }
}
.topInfo__txt p + p {
  margin-top: 1em;
}
@media screen and (max-width: 640px) {
  .topInfo__txt p + p {
    margin-top: 0;
  }
}
.topInfo__profile {
  width: 32.5%;
}
@media screen and (max-width: 640px) {
  .topInfo__profile {
    width: 100%;
  }
}
.topInfo__profile__body {
  text-align: center;
  border: 2px solid #F0883E;
  border-radius: 20px;
  padding: 24px 0;
}
@media screen and (max-width: 640px) {
  .topInfo__profile__body {
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 20px 16px;
  }
}
@media screen and (max-width: 640px) {
  .topInfo__profile__spWrap {
    text-align: left;
    width: 52%;
  }
}
.topInfo__profile__head {
  line-height: 1 !important;
}
@media screen and (max-width: 640px) {
  .topInfo__profile__head {
    font-size: 13px !important;
  }
}
.topInfo__profile__img {
  width: 62.5%;
  margin: 10px auto 0;
}
@media screen and (max-width: 640px) {
  .topInfo__profile__img {
    width: 42.25%;
    margin: 0;
  }
}
.topInfo__profile__kana {
  font-size: 10px !important;
  line-height: 1 !important;
  -webkit-transform: translate(-16px, 4px);
          transform: translate(-16px, 4px);
}
@media screen and (max-width: 640px) {
  .topInfo__profile__kana {
    font-size: 8px !important;
    margin-top: 12px;
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
}
.topInfo__profile__name {
  font-size: 20px !important;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .topInfo__profile__name {
    font-size: 17px !important;
  }
}
.topInfo__profile__name span {
  font-size: 16px !important;
}
@media screen and (max-width: 640px) {
  .topInfo__profile__name span {
    font-size: 14px !important;
  }
}
.topInfo__profile__title {
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .topInfo__profile__title {
    font-size: 13px !important;
    line-height: 1.8 !important;
    margin-top: 4px;
  }
}

.newStandards {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .newStandards {
    margin-top: 50px;
  }
}
.newStandards__tableTit {
  font-size: 28px !important;
  font-weight: 700;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .newStandards__tableTit {
    font-size: 14px !important;
    margin-top: 20px;
  }
}
.newStandards__table {
  width: 100%;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .newStandards__table {
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  .newStandards__table tr {
    display: table-row;
  }
}
.newStandards__table th, .newStandards__table td {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .newStandards__table th, .newStandards__table td {
    font-size: 10px;
    display: table-cell;
    padding: 6px 0px;
  }
}
@media screen and (max-width: 640px) {
  .newStandards__table thead {
    display: table-header-group;
  }
}
.newStandards__table thead th {
  color: #fff;
  background: #F0883E;
  border: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .newStandards__table thead th:nth-child(1) {
    width: 15%;
  }
}
@media screen and (max-width: 640px) {
  .newStandards__table thead th:nth-child(2) {
    width: 18%;
  }
}
@media screen and (max-width: 640px) {
  .newStandards__table thead th:nth-child(3) {
    width: 21.5%;
  }
}
@media screen and (max-width: 640px) {
  .newStandards__table tbody {
    display: table-row-group;
  }
}
.newStandards__table tbody th {
  background: #F5F3CF;
  line-height: 1.6;
}

.timeToReplace {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .timeToReplace {
    margin-top: 50px;
  }
}
.timeToReplace__img {
  max-width: 630px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .timeToReplace__img {
    max-width: none;
    margin: 20px auto 0;
  }
}

.replacementInterval {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .replacementInterval {
    margin-top: 50px;
  }
}
.replacementInterval__mv {
  max-width: 670px;
  margin: 32px auto 0;
}
@media screen and (max-width: 640px) {
  .replacementInterval__mv {
    max-width: none;
    margin: 12px auto 0;
  }
}

.moreInfo {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .moreInfo {
    margin-top: 50px;
  }
}
.moreInfo__head {
  max-width: 308px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .moreInfo__head {
    max-width: none;
    width: 69%;
  }
}
.moreInfo__tit {
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1.4 !important;
  border-bottom: 2px solid #000;
  padding-bottom: 8px;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .moreInfo__tit {
    font-size: 16px !important;
    padding-bottom: 6px;
    margin-top: 14px;
  }
}
.moreInfo__wrap {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .moreInfo__wrap {
    margin-top: 24px;
  }
}
.moreInfo__wrap--03-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .moreInfo__wrap--03-04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.moreInfo__listTit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media screen and (max-width: 640px) {
  .moreInfo__listTit {
    gap: 4px;
  }
}
.moreInfo__listTit--04 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .moreInfo__listTit--04 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.moreInfo__listTit__num {
  color: #fff;
  background: #F08300;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 640px) {
  .moreInfo__listTit__num {
    font-size: 27px;
    width: 30px;
    height: 30px;
  }
}
.moreInfo__listTit__txt {
  color: #F08300;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .moreInfo__listTit__txt {
    font-size: 18px;
  }
}
.moreInfo__txt {
  line-height: 1.7 !important;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .moreInfo__txt {
    line-height: 1.8 !important;
    margin-top: 12px;
  }
}
.moreInfo__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .moreInfo__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.moreInfo__body__txt {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .moreInfo__body__txt {
    line-height: 1.8 !important;
    width: 100%;
  }
}
.moreInfo__body__img {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .moreInfo__body__img {
    width: 100%;
  }
}
.moreInfo__body__imgTxt {
  font-size: 14px !important;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .moreInfo__body__imgTxt {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-top: 6px;
  }
}
.moreInfo__item {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .moreInfo__item {
    width: 100%;
  }
}