@charset "UTF-8";
.section-common-keyvisual .keyvisual-title::after {
  content: "";
  position: absolute;
  right: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 1.24rem;
    padding-top: 0.21rem;
    overflow: hidden;
  }
  .section-common-keyvisual .keyvisual-wrapper::before {
    bottom: 0.16rem;
    left: -0.59rem;
    width: 3.2rem;
    height: 1.03rem;
    background: url("../img/h_t/sp/keyvisual_decor_01.png") no-repeat 0 0/auto 100%;
  }
  .section-common-keyvisual .keyvisual-title {
    padding: 0 0.75rem;
  }
  .section-common-keyvisual .keyvisual-title::before {
    content: "";
    position: absolute;
    top: 0.06rem;
    left: 0.15rem;
    width: 0.75rem;
    height: 0.59rem;
    background: url("../img/h_t/sp/keyvisual_ttl_02.png") no-repeat 0 0/auto 100%;
  }
  .section-common-keyvisual .keyvisual-title::after {
    top: -0.13rem;
    width: 0.9rem;
    height: 0.82rem;
    background: url("../img/h_t/sp/keyvisual_ttl_01.png") no-repeat 0 0/auto 100%;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-common-keyvisual {
    min-height: 218px;
    margin-top: 20px;
    padding-top: 45px;
  }
  .section-common-keyvisual .keyvisual-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-common-keyvisual .keyvisual-wrapper::before {
    right: -347px;
    bottom: -56px;
    left: unset;
    width: 1438px;
    height: 181px;
    background: url("../img/h_t/keyvisual_decor_01.png") no-repeat 0 0/auto 100%;
  }
  .section-common-keyvisual .keyvisual-title {
    position: relative;
    padding-right: 123px;
  }
  .section-common-keyvisual .keyvisual-title::after {
    top: -4px;
    width: 142px;
    height: 129px;
    background: url("../img/h_t/keyvisual_ttl.png") no-repeat 0 0/auto 100%;
  }
}
.section-hypertension {
  border-bottom: 1px solid #0d92d2;
}
.section-hypertension .hypertension-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-hypertension .hypertension-item:last-child {
  margin-bottom: 0;
}
.section-hypertension .hypertension-content p:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-hypertension {
    padding: 0.29rem 0 0.98rem;
  }
  .section-hypertension .hypertension-item {
    margin-bottom: 0.29rem;
  }
  .section-hypertension .title-common-quaternary {
    margin-bottom: 0.11rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-hypertension {
    padding: 70px 0 180px;
  }
  .section-hypertension .hypertension-item {
    margin-bottom: 60px;
  }
  .section-hypertension .title-common-quaternary {
    margin-bottom: 30px;
  }
}
.hypertension-box {
  position: relative;
  background: #f6f1ec;
}
.hypertension-box::after {
  content: "";
  position: absolute;
  background: url("../img/h_t/decor_flower.png") no-repeat 0 0/auto 100%;
}
.hypertension-box .hypertension-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #095888;
  font-size: 0.2rem;
  line-height: 1.4;
}
.hypertension-box .hypertension-title .title-icon {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.hypertension-box .hypertension-description p:last-child {
  margin-bottom: 0;
}
.hypertension-box .button-common-secondary {
  border: 1px solid #095888;
  background: #fff;
  color: #095888;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.16rem;
  font-weight: 500;
}
.hypertension-box .button-common-secondary::after {
  width: 0.1rem;
  height: 0.16rem;
  background: #095888;
  -webkit-mask-size: 0.1rem 0.16rem;
  mask-size: 0.1rem 0.16rem;
}
.hypertension-box .button-common-secondary:hover {
  background: #095888;
  color: #fff;
}
.hypertension-box .button-common-secondary:hover::after {
  background: #fff;
}
.hypertension-box .button-common-secondary:hover .button-wrapper::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.hypertension-box .button-common-secondary .button-wrapper {
  position: relative;
}
.hypertension-box .button-common-secondary .button-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.16rem;
  height: 0.14rem;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  background: url("../img/common/icn_external.svg") no-repeat center/auto 100%;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .hypertension-box {
    margin-top: 0.29rem;
    padding: 0.24rem 0.21rem 0.3rem 0.2rem;
  }
  .hypertension-box .hypertension-title {
    margin-bottom: 0.14rem;
  }
  .hypertension-box .hypertension-title .title-icon {
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.15rem;
  }
  .hypertension-box .hypertension-description {
    margin-bottom: 0.19rem;
  }
  .hypertension-box .button-common-secondary {
    width: 2.85rem;
    min-height: 0.74rem;
    margin: 0 auto;
    padding-right: 0.45rem;
    padding-left: 0.23rem;
    line-height: 1.4;
    text-align: left;
  }
  .hypertension-box .button-common-secondary::after {
    right: 0.28rem;
  }
  .hypertension-box .button-common-secondary .button-wrapper {
    padding-right: 0.23rem;
  }
  .hypertension-box .button-common-secondary .button-wrapper::after {
    margin-top: -0.07rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .hypertension-box {
    margin-top: 78px;
    padding: 30px 100px 50px 39px;
  }
  .hypertension-box::after {
    right: 11px;
    bottom: 14px;
    width: 114px;
    height: 111px;
  }
  .hypertension-box .hypertension-title {
    margin-bottom: 30px;
  }
  .hypertension-box .hypertension-title .title-icon {
    width: 90px;
    height: 90px;
    margin-right: 20px;
  }
  .hypertension-box .hypertension-description {
    margin-bottom: 30px;
  }
  .hypertension-box .button-common-secondary {
    width: 414px;
    min-height: 54px;
    padding: 3px 45px 5px 25px;
  }
  .hypertension-box .button-common-secondary::after {
    right: 28px;
  }
  .hypertension-box .button-common-secondary .button-wrapper {
    padding-right: 23px;
  }
  .hypertension-box .button-common-secondary .button-wrapper::after {
    margin-top: -6px;
  }
}
/*# sourceMappingURL=h_t.css.map */