@charset "UTF-8";

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

.is-himan .syosai-flow-list {
  list-style-type: none;
  counter-reset: item;
  padding-left: 0.5rem;
}

.is-himan .syosai-flow-list li {
  counter-increment: item;
  position: relative;

}

.is-himan .syosai-flow-list li:before {
  content: counter(item);
  font-weight: bold;
  position: absolute;
  background: #d6a473;
  background: linear-gradient(143deg, #095888 4.52%, #45a0cc 95.48%);
  -webkit-box-shadow: 0.05rem 0.05rem 0 #add5e9;
  box-shadow: 0.05rem 0.05rem 0 #add5e9;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
}



.is-himan .himan-table th {
  background: #efefef;
}

.is-himan .himan-table tr:first-of-type th,
.is-himan .himan-table tr:nth-of-type(2) th {
  background: #cee6f2;
}

.himan-contact .himan-contact-box {
  background: #f6f1ec;
}

.is-himan .section-syosai .syosai-flow .syosai-content-in .list-common-dots{
  margin-bottom: 0;
}





.is-himan .section-syosai .bring-wrapper{
  list-style-type: none;
  padding: 0;
}

.is-himan .section-syosai .bring-wrapper .bring-title{
  position: relative;
    /* font-size: 0.18rem; */
    /* font-weight: 700; */
}
.is-himan .section-syosai .bring-wrapper .bring-title::before {
    content: "";
    position: absolute;
    left: 0;
    background: url(../img/info/icn_check.svg) no-repeat center / auto 100%;
}

.is-himan .section-syosai .himan_about .list-common-dots{
    background: #f6f1ec;
        padding: 0.24rem 0.21rem 0.3rem 0.2rem;
        font-weight: 700;
    }

    .is-himan .himan-table th span{
    font-weight: 700;
  }


.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) {
  .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/syosai/sp/keyvisual_decor_01.png") no-repeat 0 0/auto 100%;
  }

  .section-common-keyvisual .keyvisual-title {
    padding: 0 0.75rem;
            font-size: 0.28rem;
  }

  .section-common-keyvisual .keyvisual-title::before {
    content: "";
    position: absolute;
    top: 0.06rem;
    left: 0.15rem;
    width: 0.75rem;
    height: 0.59rem;
    background: url("../img/syosai/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/syosai/sp/keyvisual_ttl_01.png") no-repeat 0 0/auto 100%;
  }

  .is-syosai .section-common-keyvisual .keyvisual-title.ttl_l {
    line-height: 1.0;
    margin-bottom: 0.38rem;
  }

  .is-syosai .section-common-keyvisual .keyvisual-title.ttl_l span {
    font-size: 0.2rem;
    display: inline-block;
  }

  .button-common-primary.intro-syosai-link {
    width: 2.5rem;
  }

  .syosai-item .title-syosai-in {
    margin-top: 0.2rem;
  }

  .syosai-item .title-syosai-in dt {
    font-size: 0.18rem;
    font-weight: bold;
    /* margin-top: 0.2rem; */
    margin-bottom: 0.05rem;
    border-bottom: solid 2px #7fc1e1;
    position: relative;
  }

  .syosai-item .title-syosai-in dt:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #0d92d2;
    bottom: -2px;
    width: 20%;
  }

  .section-common-introduction .introduction-content .syosai_intro_copy {
    font-family: "Noto Serif JP", serif;
    font-size: 0.2rem;
    color: #0d92d2;
    margin-bottom: 0.2rem;
    padding-bottom: 0.07rem;
    margin-bottom: 0.2rem;
    font-size: 0.18rem;
    line-height: 1.78;
  }

  .syosai-content-in {
    background: #f6f1ec;
    margin-top: 0.2rem;
    padding: 0.24rem 0.21rem 0.3rem 0.2rem;
    margin-bottom: 0.2rem;
  }

  .section-syosai .syosai-content-in .title-common-quaternary {
    font-size: 0.18rem;
    min-height: 0.32rem;
    border-left: 0.03rem solid #ae957d;
  }

  .section-syosai .syosai-content-in p {
    margin-bottom: 0;
  }

  .is-himan .section-syosai .syosai-content-in .list-common-dots {
    margin: 0.1rem 0 0.3rem;
  }

  .is-himan .section-syosai .syosai-content-in .list-common-dots .dot-item::before {
    background: #d6a473;
  }

  .is-himan .syosai-flow-list li {
    margin-bottom: 0.15rem;
  }

  .is-himan .syosai-flow-list li:before {
    width: 0.32rem;
    height: 0.32rem;
    line-height: 0.32rem;
    text-align: center;
    font-size: 0.16rem;
    margin-right: 0.1rem;
    top: 0.06rem;
    left: -0.5rem;
  }

  .is-himan .himan-table,
  .is-himan .himan-table th,
  .is-himan .himan-table td {
    border: none;
  }

  .is-himan .himan-table th,
  .is-himan .himan-table td {
    display: block;
    padding: 0.16rem 0.1rem 0.16rem;
    font-size: 0.15rem;
    line-height: 1.4;

  }

  .is-himan .himan-table th {
    min-height: 0.7rem;
    padding: 0.1rem 0.1rem;
    font-size: 0.16rem;
    /* font-weight: 700; */
  }

  

  .himan-contact>p {
    margin-bottom: 0.2rem;
  }


  .himan-contact .himan-contact-box p {
    margin-bottom: 0.05rem;
  }

  .himan-contact .himan-contact-box {
    padding: 0.2rem;
    }

    .is-himan .section-syosai .himan_merit figure{
                width: 2.4rem;
        height: 1.8rem;
        margin: 0 auto 0.21rem;
  }

  .is-himan .section-syosai .himan_merit .syosai-content-in .list-common-dots{
    margin: 0;
  }



  .is-himan .section-syosai .bring-wrapper .bring-title{
                padding-left: 0.28rem;
}

  .is-himan .section-syosai .bring-wrapper .bring-title::before {
            top: 0.07rem;
        width: 0.2rem;
        height: 0.2rem;
}

.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) {
  .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/syosai/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%;
  }

  .button-common-primary.intro-syosai-link {
    width: 280px;
  }

  .syosai-item .title-syosai-in {
    margin-top: 0.3rem;
  }

  .syosai-item .title-syosai-in dt {
    font-size: 0.18rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
    border-bottom: solid 1px #7fc1e1;
    position: relative;
  }

  .syosai-item .title-syosai-in dt:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #0d92d2;
    bottom: -2px;
    width: 16%;
  }

  .section-common-introduction .introduction-content .syosai_intro_copy {
    font-family: "Noto Serif JP", serif;
    font-size: 0.26rem;
    color: #0d92d2;
    margin-bottom: 0.2rem;
    padding-bottom: 0.07rem;
    margin-bottom: 40px;
    line-height: 1.78;
  }

  .is-himan .anchor-common {
    height: 115px;
  }

  .is-himan .anchor-common .anchor-item {
    margin-bottom: 5px;
  }

  .is-himan .section-common-introduction .introduction-image {
    margin-left: 110px;
  }

  .is-himan .syosai-flow-list {
    padding-left: 80px;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .is-himan .syosai-flow-list li {
    margin-bottom: 50px;
  }

  .is-himan .syosai-flow-list li:before {
    width: 60px;
    height: 60px;
    font-size: 0.3rem;
    text-align: center;
    line-height: 1.9;
    top: -15px;
    left: -80px;
  }


.is-himan .syosai-item .list-common-dots{
  margin: 0.2rem 0;
}

.syosai-content-in {
    background: #f6f1ec;
    margin-top: 30px;
    padding: 0.24rem 0.21rem 0.3rem 0.2rem;
    margin-bottom: 30px;
    padding: 30px;
  }

  .section-syosai .syosai-content-in .title-common-quaternary {
    font-size: 0.18rem;
    min-height: 0.32rem;
    border-left: 0.03rem solid #ae957d;
    margin-bottom: 20px;
  }

  .section-syosai .syosai-content-in p {
    margin-bottom: 0;
  }

  .is-himan .section-syosai .syosai-content-in .list-common-dots {
    margin: 0.1rem 0 0.3rem;
  }

  .is-himan .section-syosai .syosai-content-in .list-common-dots .dot-item::before {
    background: #d6a473;
  }


  .himan_merit{
    display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse;
  }

  .is-himan .section-syosai .syosai-item-figure{
    display: -webkit-box;
display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse;
  }

  .is-himan .section-syosai .himan_merit figure{
        width: 440px;
        height: 330px;
  }

  .is-himan .section-syosai .bring-wrapper .bring-title::before{
                top: 6px;
        width: 20px;
        height: 20px;
  }
      .is-himan .section-syosai .bring-wrapper .bring-title {
        margin-bottom: 9px;
        padding-left: 30px;
        font-size: 0.18rem;
        font-weight: 700;
    }

      .is-himan .section-syosai .himan_merit .syosai-content-in .list-common-dots {
    margin:0;
  }

  .is-himan .section-syosai .himan_merit .syosai-content-in{
    width: 570px;
  }

    .is-himan .section-syosai .himan_about .list-common-dots{
      display: -webkit-box;
display: flex;
justify-content: space-around;
    padding: 0.3rem 0.2rem 0.3rem 0.2rem;
    }

    .is-himan .himan-table, .is-himan .himan-table th, .is-himan .himan-table td{
  border: none;
}

.is-himan .himan-table tr{
      border-bottom: 1px solid #095888;
}

.is-himan .himan-table tr:first-of-type{
      border-top: 1px solid #095888;
}

.is-himan .himan-table th{
          width: 630px;
}

.is-himan .himan-table th, .is-himan .himan-table td{
      padding: 10px 29px;
      line-height: 2.5;
}

.himan-contact .himan-contact-box{
                padding: 30px 40px;
        width: 370px;
        /* margin: 0 auto; */
}

.himan-contact .himan-contact-box p{
    margin-bottom: 5px;
}


.himan-contact-wrap>p{
          /* width: 400px; */
  margin-right: 70px;
  margin-bottom: 30px;
}

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



}

.section-syosai,
.section-common-introduction.syosai_onebox {
  border-bottom: 1px solid #0d92d2;
}

.section-syosai .syosai-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-syosai .syosai-item:last-child {
  margin-bottom: 0;
}

.section-syosai .syosai-content p:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-syosai {
    padding: 0.29rem 0 0.98rem;
  }

  .section-common-introduction.syosai_onebox {
    padding: 0.29rem 0 0.98rem;
  }

  .section-syosai .syosai-item {
    margin-bottom: 0.29rem;
  }

  .is-himan .section-syosai .syosai-item {
padding-top: 60px;
        margin-top: -60px;
  }

  .section-syosai .title-common-quaternary {
    margin-bottom: 0.11rem;
  }

  .is-himan .section-syosai .list-common-dots {
    margin: 0.15rem 0;
  }

}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print,
(min-width: 768px) {
  .section-syosai {
    padding: 70px 0 180px;
  }

  .section-common-introduction.syosai_onebox {
    padding: 70px 0 180px;
  }

  .section-syosai .syosai-item {
    margin-bottom: 60px;
  }

  .is-himan .section-syosai .syosai-item {
padding-top: 60px;
        margin-top: -60px;
  }

  .section-syosai .title-common-quaternary {
    margin-bottom: 30px;
  }
}

.syosai-box {
  position: relative;
  background: #f6f1ec;
}

.syosai-box::after {
  content: "";
  position: absolute;
  background: url("../img/h_t/decor_flower.png") no-repeat 0 0/auto 100%;
}

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

.syosai-box .syosai-title .title-icon {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.syosai-box .syosai-description p:last-child {
  margin-bottom: 0;
}

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

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

.syosai-box .button-common-secondary:hover {
  background: #095888;
  color: #fff;
}

.syosai-box .button-common-secondary:hover::after {
  background: #fff;
}

.syosai-box .button-common-secondary:hover .button-wrapper::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.syosai-box .button-common-secondary .button-wrapper {
  position: relative;
}

.syosai-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) {
  .syosai-box {
    margin-top: 0.29rem;
    padding: 0.24rem 0.21rem 0.3rem 0.2rem;
  }

  .syosai-box .syosai-title {
    margin-bottom: 0.14rem;
  }

  .syosai-box .syosai-title .title-icon {
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.15rem;
  }

  .syosai-box .syosai-description {
    margin-bottom: 0.19rem;
  }

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

  .syosai-box .button-common-secondary::after {
    right: 0.28rem;
  }

  .syosai-box .button-common-secondary .button-wrapper {
    padding-right: 0.23rem;
  }

  .syosai-box .button-common-secondary .button-wrapper::after {
    margin-top: -0.07rem;
  }
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print,
(min-width: 768px) {
  .syosai-box {
    margin-top: 78px;
    padding: 30px 100px 50px 39px;
  }

  .syosai-box::after {
    right: 11px;
    bottom: 14px;
    width: 114px;
    height: 111px;
  }

  .syosai-box .syosai-title {
    margin-bottom: 30px;
  }

  .syosai-box .syosai-title .title-icon {
    width: 90px;
    height: 90px;
    margin-right: 20px;
  }

  .syosai-box .syosai-description {
    margin-bottom: 30px;
  }

  .syosai-box .button-common-secondary {
    width: 414px;
    min-height: 54px;
    padding: 3px 45px 5px 25px;
  }

  .syosai-box .button-common-secondary::after {
    right: 28px;
  }

  .syosai-box .button-common-secondary .button-wrapper {
    padding-right: 23px;
  }

  .syosai-box .button-common-secondary .button-wrapper::after {
    margin-top: -6px;
  }
}

/*# sourceMappingURL=syosai.css.map */