@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@900&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.875;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.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.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: 12px !important;
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 640px) {
  .head-txt__note {
    line-height: 1.5 !important;
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}

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

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

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

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

.specific-symptoms {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .specific-symptoms {
    margin-top: 56px;
  }
}
.specific-symptoms__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px 0px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .specific-symptoms__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0px;
    margin-top: 24px;
  }
}
.specific-symptoms__item--w-half {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .specific-symptoms__item--w-half {
    width: 100%;
  }
}
.specific-symptoms__list-tit {
  color: #fff;
  background: #F0883E;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1 !important;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  padding: 9px 19px;
  margin-top: 44px;
}
@media screen and (max-width: 640px) {
  .specific-symptoms__list-tit {
    font-size: 16px !important;
    border-radius: 5px 5px 0 0;
    padding: 8px 16px;
    margin-top: 28px;
  }
}
.specific-symptoms__list-wrap {
  background: #FCF9E5;
  border: 2px solid #F0883E;
  border-radius: 0 10px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 54px;
}
@media screen and (max-width: 640px) {
  .specific-symptoms__list-wrap {
    border: 1px solid #F0883E;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
    padding: 16px 16px 24px;
  }
}
.specific-symptoms__list {
  width: 46%;
}
@media screen and (max-width: 640px) {
  .specific-symptoms__list {
    width: 100%;
  }
}
.specific-symptoms__list__tit {
  color: #F0883E;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .specific-symptoms__list__tit {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.specific-symptoms__list li:not(:first-child) {
  position: relative;
  font-size: 16px;
  line-height: 1.875;
  padding-left: 1.75em;
}
@media screen and (max-width: 640px) {
  .specific-symptoms__list li:not(:first-child) {
    font-size: 13px;
    padding-left: 1.5em;
  }
}
.specific-symptoms__list li:not(:first-child)::before {
  content: "";
  background: #fff;
  border: 1px solid #707070;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 640px) {
  .specific-symptoms__list li:not(:first-child)::before {
    width: 12px;
    height: 12px;
  }
}
.specific-symptoms__list-note {
  font-size: 15px !important;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .specific-symptoms__list-note {
    font-size: 12px !important;
    margin-top: 6px;
  }
}

.improvement {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .improvement {
    margin-top: 50px;
  }
}
.improvement__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 0;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .improvement__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0px;
    margin-top: 24px;
  }
}
.improvement__item--w-full {
  width: 100%;
}
.improvement__item--w-half {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .improvement__item--w-half {
    width: 100%;
  }
}
.improvement__item__txt {
  font-size: 15px !important;
  line-height: 1.66 !important;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .improvement__item__txt {
    font-size: 12px !important;
    margin-top: 10px;
  }
}

.prolonged-malaise {
  margin-top: 72px;
}
@media screen and (max-width: 640px) {
  .prolonged-malaise {
    margin-top: 50px;
  }
}
.prolonged-malaise__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 0;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .prolonged-malaise__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0px;
    margin-top: 24px;
  }
}
.prolonged-malaise__item--w-full {
  width: 100%;
}
.prolonged-malaise__item--w-half {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .prolonged-malaise__item--w-half {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .prolonged-malaise__item--w-half.guideline img {
    width: 90%;
  }
}
.prolonged-malaise__item__txt {
  font-size: 15px !important;
  line-height: 1.66 !important;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .prolonged-malaise__item__txt {
    font-size: 12px !important;
    margin-top: 10px;
  }
}

.countermeasures {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .countermeasures {
    margin-top: 50px;
  }
}
.countermeasures__tit {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .countermeasures__tit {
    max-width: none;
    width: 75%;
  }
}
.countermeasures .head-tit {
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .countermeasures .head-tit {
    margin-top: 16px;
  }
}
.countermeasures__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 32px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .countermeasures__list {
    grid-template-columns: 1fr;
    gap: 30px 0px;
    margin-top: 28px;
  }
}
@media screen and (max-width: 640px) {
  .countermeasures__item__tit {
    width: 98%;
    margin: 0 auto;
  }
}
.countermeasures__item__txt {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .countermeasures__item__txt {
    margin-top: 16px;
  }
}
.countermeasures__item__img {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .countermeasures__item__img {
    margin-top: 12px;
  }
}
.countermeasures__item__link {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .countermeasures__item__link {
    margin-top: 16px;
  }
}

.q-a {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .q-a {
    margin-top: 48px;
  }
}
.q-a__img {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .q-a__img {
    margin-top: 20px;
  }
}

.kampo-medicines {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .kampo-medicines {
    margin-top: 30px;
  }
}
.kampo-medicines__top-txt {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .kampo-medicines__top-txt {
    margin-top: 20px;
  }
}
.kampo-medicines__list-head {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .kampo-medicines__list-head {
    margin-top: 16px;
  }
}
.kampo-medicines__wrap {
  border: 2px solid #F0883E;
  border-radius: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .kampo-medicines__wrap {
    border-radius: 10px;
    margin-top: 12px;
  }
}
.kampo-medicines table {
  line-height: 1;
}
.kampo-medicines table tr:not(:last-child) {
  border-bottom: 1px solid #F0883E;
}
.kampo-medicines table tr th, .kampo-medicines table tr td {
  border: none;
}
@media screen and (max-width: 640px) {
  .kampo-medicines table tr th, .kampo-medicines table tr td {
    display: table-cell;
  }
}
.kampo-medicines table tr th {
  background: rgba(240, 136, 62, 0.1);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  padding: 16px 20px;
}
@media screen and (max-width: 640px) {
  .kampo-medicines table tr th {
    font-size: 13px;
    vertical-align: middle;
    width: 115px;
    padding: 6px 8px;
  }
}
.kampo-medicines table tr th span {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .kampo-medicines table tr th span {
    font-size: 10px;
  }
}
.kampo-medicines table tr td {
  font-size: 16px;
  line-height: 1.875;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .kampo-medicines table tr td {
    font-size: 13px;
    line-height: 1.53;
    width: calc(100% - 115px);
    padding: 6px 10px;
  }
}
.kampo-medicines__list-txt {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .kampo-medicines__list-txt {
    margin-top: 16px;
  }
}

.profile {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .profile {
    margin-top: 50px;
  }
}
.profile__wrap {
  border: 10px solid rgba(36, 143, 209, 0.1019607843);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 42px 40px 32px;
}
@media screen and (max-width: 640px) {
  .profile__wrap {
    border: 10px solid rgba(36, 143, 209, 0.2);
    padding: 30px 16px 24px;
  }
}
.profile__body {
  width: 63%;
}
@media screen and (max-width: 640px) {
  .profile__body {
    text-align: center;
    width: 100%;
  }
}
.profile__body__head {
  color: #248FD1;
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1.6 !important;
  border-bottom: 3px dotted #248FD1;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .profile__body__head {
    font-size: 17px !important;
    border-bottom: 2px dotted #248FD1;
  }
}
.profile__body__name {
  font-size: 22px !important;
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .profile__body__name {
    font-size: 18px !important;
    text-align: left;
    margin-top: 16px;
  }
}
.profile__body__name span {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .profile__body__name span {
    font-size: 14px;
  }
}
.profile__body__profile {
  font-size: 15px !important;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .profile__body__profile {
    font-size: 14px !important;
    text-align: left;
    margin-top: 12px;
  }
}
.profile__body__txt {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .profile__body__txt {
    line-height: 1.57 !important;
    letter-spacing: 0 !important;
    text-align: left;
    margin-top: 4px;
  }
}
.profile__img {
  width: 35%;
}
@media screen and (max-width: 640px) {
  .profile__img {
    width: 72%;
    margin: 16px auto 0;
  }
}