@charset "UTF-8";

.p-section-medical__disease-head {
  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;
  background-color: #99d8fb;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.section-medical__disease_dxa .c-button--primary {
  border-radius: 0.1rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .c-section-keyvisual__title-english {
    width: 1.05rem;
    margin-left: -0.66rem;
  }

  .p-section-medical__disease-head {
    display: inline-block;
    margin-bottom: 0.1rem;
    padding: 0.07rem 0.2rem 0.06rem;
    border-radius: 0.1rem;
    background: #fff;
    border: 1px solid #1095e4;
  }

  .p-section-medical__disease-info p {
    margin-bottom: 0;
  }

  .section-medical__disease_dxa .c-list {
    margin-bottom: 0.1rem;
  }
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print,
(min-width: 768px) {
  .c-section-keyvisual__title-english {
    top: -30px;
    width: 250px;
    margin-left: -63px;
  }

  .p-section-medical__disease-head {
    border-radius: 5px;
    line-height: 1.4;
  }

  .p-section-medical__disease-info {
    padding: 10px 20px 10px 30px;
  }

  .p-section-medical__disease-info p {
    margin-bottom: 0;
  }

  .section-medical__disease_dxa .c-button__wrapper {
    padding: 20px 46px 20px 90px;
    position: relative;
  }

  .section-medical__disease_dxa .c-button__wrapper::before {
    content: "";
  position: absolute;
  width: 50px;
  height: 51px;
  background: url("../img/ost/i_dxa.png") no-repeat;
  background-size: 100%;
          left: 25px;
        top: 17px;
  }

  

  .section-medical__disease_dxa .c-button::after{
  border-radius: 10px;
  }
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-section-ost-what {
    padding-bottom: 1.20rem;
  }

  .p-section-ost-what__description {
    margin-bottom: 60px;
  }

  .p-section-ost-what .c-list--anchor {
    margin-bottom: 0.6rem;
  }

  .p-section-ost-what .c-media--primary {
    margin-bottom: 0.43rem;
  }

  .p-section-ost-what .c-media__image--primary {
    margin-top: 10px;
  }

  .p-section-ost-what .c-media__image--secondary {
            position: relative;
        left: 0;
        width: 2.05rem;
        margin-bottom: 0.21rem;
  }

  .p-section-ost-what__row {
    padding-top: 0.2rem;
    margin-bottom: 0.58rem;
  }

  /* .p-section-ost-what__row .c-block-row {
    margin-bottom: 0.19rem;
  } */
  .p-section-ost-what__row .c-heading--tertiary {
    margin-bottom: 0.33rem;
  }



  .p-section-medical__disease-detail {
    margin-bottom: 0.3rem;
  }

  .p-section-medical__disease-info .p-section-medical__disease-detail {
    margin-bottom: 10px;
  }

  .p-section-medical__disease-info .p-section-medical__disease-head {
    background-color: transparent;
    padding: 0.07rem 0 0.06rem;
    border: none;
    border-bottom: 2px solid #38a1db;
    border-radius: 0;
  }


}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print,
(min-width: 768px) {
  .p-section-ost-what {
    position: relative;
    padding-bottom: 180px;
  }

  .p-section-ost-what::before,
  .p-section-ost-what::after {
    content: "";
    position: absolute;
    z-index: -1;
    background: no-repeat center 0/100% auto;
    pointer-events: none;
  }

  .p-section-ost-what::before {
    top: -112px;
    left: calc(50% - 1284px);
    width: 1040px;
    height: 1040px;
    background-image: url("../img/common/bg_blur_01.png");
  }

  .p-section-ost-what::after {
    top: 232px;
    right: calc(50% - 1321px);
    width: 1276px;
    height: 1276px;
    background-image: url("../img/common/bg_blur_02.png");
  }

  .p-section-ost-what__description {
    margin-bottom: 60px;
  }

  .p-section-ost-what .c-list--anchor {
    margin-bottom: 90px;
  }

  .p-section-ost-what .c-media--primary {
    margin-bottom: 60px;
  }

  .p-section-ost-what .c-media__image--primary {
    margin-top: 10px;
  }

  .p-section-ost-what .c-media__image--secondary {
            width: 205px;
        margin-top: 5px;
        margin-right: 167px;
  }

  .p-section-ost-what__row {
    padding-top: 40px;
    margin-bottom: 91px;
  }


  .p-section-medical__disease-detail {
    display: grid;
    grid-template-columns: 150px 1fr;
    row-gap: 10px;
    padding-top: 10px;
  }

  .p-section-medical__disease-detail--narrow dd {
    padding: 6px 20px 5px 30px;
  }

  .p-section-medical__disease-info .p-section-medical__disease-detail {
    grid-template-columns: 200px 1fr;

  }

  .p-section-medical__disease-info .p-section-medical__disease-detail:first-of-type {
    padding-top: 0;
  }

  .p-section-medical__disease-info .p-section-medical__disease-head {
    background: #D3EFFF;
    padding: 15px;
  }

  .section-medical__disease_dxa {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-section-ost-injuries {
    padding: 0.2rem 0 0.57rem;
  }

  .p-section-ost-injuries .c-heading--primary {
    margin-bottom: 0.29rem;
  }

  .p-section-ost-injuries .c-heading--quaternary {
    margin-bottom: 0.2rem;
  }

  .p-section-ost-injuries .c-block-row--secondary {
    margin-bottom: 0.56rem;
  }

  .p-section-ost-injuries .c-box__title {
    margin-right: -0.2rem;
  }
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print,
(min-width: 768px) {
  .p-section-ost-injuries {
    padding: 40px 0 69px;
  }

  .p-section-ost-injuries .c-media__image {
    width: 448px;
    margin: 10px 2px 0 0;
  }

  .p-section-ost-injuries .c-heading--quaternary {
    margin-bottom: 20px;
  }

  .p-section-ost-injuries__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-section-ost-injuries__row .c-list--disc {
    width: 283px;
  }
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-section-ost-growth {
    padding: 0.2rem 0 1.2rem;
  }

  .p-section-ost-growth .c-heading--primary {
    margin-bottom: 0.3rem;
  }

  .p-section-ost-growth .c-heading--quaternary {
    margin-bottom: 0.2rem;
  }

  .p-section-ost-growth .c-media {
    margin-bottom: 0.56rem;
  }

  .p-section-ost-growth .c-media__image {
    width: 2.24rem;
  }
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print,
(min-width: 768px) {
  .p-section-ost-growth {
    position: relative;
    padding: 40px 0 180px;
  }

  .p-section-ost-growth::before,
  .p-section-ost-growth::after {
    content: "";
    position: absolute;
    z-index: -1;
    background: no-repeat center 0/100% auto;
    pointer-events: none;
  }

  .p-section-ost-growth::before {
    top: -215px;
    left: calc(50% - 1284px);
    width: 1040px;
    height: 1040px;
    background-image: url("../img/common/bg_blur_01.png");
  }

  .p-section-ost-growth::after {
    top: 129px;
    right: calc(50% - 1321px);
    width: 1276px;
    height: 1276px;
    background-image: url("../img/common/bg_blur_02.png");
  }

  .p-section-ost-growth__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 29px;
  }

  .p-section-ost-growth__row .c-list--disc {
    width: 587px;
    padding-right: 20px;
  }

  .p-section-ost-growth__row .c-list--disc:nth-child(2n) {
    width: 40%;
  }

  .p-section-ost-growth .c-heading--quaternary {
    margin-bottom: 20px;
  }

  .p-section-ost-growth .c-media {
    margin-bottom: 63px;
  }

  .p-section-ost-growth .c-media__image {
    width: 278px;
    margin: 10px 133px 0 0;
  }
}

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