@charset "UTF-8";

.breadcrumb {
  margin-bottom: 20px;
}

section {
  padding: 80px 0;
}

.spaser-top--20 {
  margin-top: 20px;
}

.spaser-top--10 {
  margin-top: 10px;
}

.spacer-left--20 {
  margin-left: 20px !important;
}

section.disease {
  background: #fff;
  margin-bottom: 0 !important;
}

/*----------------------------------------------------
  disease-article
----------------------------------------------------*/
.disease-article {
  background: #fff;
  padding: 100px 0;
  position: relative;
  font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Meiryo UI', 'メイリオ', sans-serif;
}

section.disease-article__section {
  padding: 20px 0 40px 0;
}

.disease-article .l-inner {
  max-width: 1160px;
}

.disease-article__lead {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.disease-article__lead::before {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background: url('../../img/common/icon-clinic.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  margin-right: 8px;
}

.disease-article__point {
  font-weight: 700;
  font-size: 1.8rem;
  color: rgb(24, 140, 192);
}

.disease-article__text-lead {
  font-size: 2rem;
}

.disease-article__lead-sub {
  font-weight: 700;
  font-size: 1.8rem;
}

.lead-list {
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.disease-article__heading {
  padding: 20px;
  font-weight: 700;
  box-sizing: border-box;
  font-size: 2.2rem;
  line-height: 1.4;
  background: #e9f5fb;
}

.disease-article__subheading {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 4px solid #ECEFF3;
  padding: 6px 20px 10px 10px;
  margin-top: 20px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  line-height: 1.4;
  position: relative;
}

.disease-article__subheading::before {
  display: block;
  content: '';
  width: calc(20px * 1.2);
  height: calc(20px * 1.2);
  background: url('../../img/common/arrow-right--cblue.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 6px;
  flex-shrink: 0;
}

.disease-article__subheading::after {
  display: block;
  content: '';
  width: 10%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -3.5px;
  background: #b0c4de;
}

.disease-article__inner {
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
}

.disease-article__inner-top {
  margin-bottom: 20px;
}

.disease-article__text {
  font-size: 1.8rem;
}

.disease-article__img-wrapper {
  display: flex;
}

.disease-article__img {
  margin: 20px 0;
}

.disease-article__img--half {
  width: 60%;
}

.disease-article__img--quarter {
  width: 40%;
}

.disease-article__img-text {
  font-size: 1.4rem;
}

.list-wrapper {
  margin-bottom: 24px;
}

.list {
  padding: 20px 40px 20px 50px;
  box-sizing: border-box;
  background: #F4F6F8;
  font-size: 1.8rem;
}

.list--bg-w {
  background: #fff;
  padding: 0px 0px 0px 20px;
}

.medicine-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.medicine-item {
  padding: 6px 20px;
  background: #F4F6F8;
  font-weight: 700;
  border-radius: 4px;
}

.medicine-item:not(:last-of-type) {
  margin-right: 10px;
}

.info-list__wrapper {
  margin-bottom: 20px;
}

.info-list {
  display: flex;
  flex-wrap: wrap;
}

/*---片頭痛症状で使用---*/
.info-list__price {
  width: 50%;
  font-size: 1.8rem;
  font-weight: 700;
}

/*---点滴・注射で使用---*/
.info-list__price--full {
  width: 75%;
}

.info-list>dt {
  width: 35%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  background: #799DAD;
  color: #fff;
}

.info-list>dd {
  width: 65%;
  padding: 10px;
  box-sizing: border-box;
  background: #f1f3f5;
  text-align: center;
}

/*---点滴・注射で使用---*/
.info-list__price--full>dt {
  width: 70%;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.info-list__price--full>dd {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.info-list>dt:not(:last-of-type),
.info-list>dd:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}

/*---体重コントール外来で使用---*/
.info-list__medicine {
  width: 60%;
  font-weight: 700;
}

.info-list__medicine>dt {
  width: 60%;
}

.info-list__medicine>dd {
  width: 40%;
}

.tax {
  font-size: 1.4rem;
  margin-left: 5px;
}

.attention__list {
  font-size: 1.4rem;
  list-style: none;
}

.attention__item {
  display: flex;
  align-items: center;
  line-height: 1.4rem;
  margin-bottom: 6px;
}

.attention__item::before {
  display: block;
  content: '※';
  width: auto;
  margin-right: 3px;
}

.disease-article__link .link-btn {
  max-width: 400px;
}

.disease-article__link .link-btn--ora {
  background: #FDB175;
}

.disease-article__link-img {
  width: auto;
  height: 48px;
  margin: 0 auto;
}

.disease-summary {
  padding: 40px !important;
  box-sizing: border-box;
  background: #fff;
  border: 4px solid #e9f5fb;
}

.summary-icon {
  width: 90px;
  position: relative;
  padding-top: 20px;
  margin-right: 2.5%;
  flex-shrink: 0;
}

.summary-icon__name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.summary__title {
  font-size: 2rem;
  font-weight: 700;
}

.references-list {
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 1.6rem;
}

.references-item {
  line-height: 1.6;
}

.references-item:not(:last-of-type) {
  margin-bottom: 8px;
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1024px) {

  /*---点滴・注射で使用---*/
  .info-list__price--full {
    width: 100%;
  }

  /*---体重コントール外来で使用---*/
  .info-list__medicine {
    width: 80%;
    font-weight: 700;
  }

  /*---summary---*/
  .summary__title {
    font-size: 1.8rem;
  }

  .disease-summary .disease-article__text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width:896px) {
  .disease-article__img--quarter {
    width: 60%;
  }

  .info-list__price {
    width: 70%;
  }

  /*---点滴・注射で使用---*/
  .info-list__price--full {
    width: 100%;
  }

  .medicine-item {
    margin-bottom: 5px;
  }
}

@media screen and (max-width:786px) {}

@media screen and (max-width:680px) {

  .info-list__price,
  .disease-article__img,
  .disease-article__img--half,
  .disease-article__img--quarter {
    width: 100%;
  }

  /*---体重コントール外来で使用---*/
  .info-list__medicine {
    width: 100%;
  }

  .l-col__summary {
    flex-direction: column;
    align-items: center;
  }

  .summary-icon {
    margin-right: initial;
    margin-bottom: 20px;
  }
}

@media screen and (max-width:480px) {
  .disease-article {
    padding: 80px 0;
  }

  section.disease-article__section {
    padding: 20px 0 0 0;
  }

  .disease-article__lead {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .disease-article__heading {
    padding: 14px 10px;
    font-size: 1.6rem;
  }

  .disease-article__subheading {
    font-size: 1.5rem;
    padding: 6px 10px 10px 5px;
  }

  p.disease-article__lead-sub {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }

  .disease-article__lead::before {
    width: 34px;
    height: 34px;
    margin-right: 5px;
  }

  .disease-article__point {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .disease-article__text-lead {
    font-size: 1.5rem;
  }

  .lead-list {
    font-size: 1.4rem;
    padding-left: 16px;
  }

  .lead-item {
    line-height: 1.6;
  }

  .lead-item:not(:last-of-type) {
    margin-bottom: 5px;
  }

  .disease-article__inner {
    padding: 20px 8px;
  }

  .disease-article__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .disease-article__img-wrapper {
    flex-direction: column;
  }

  .disease-article__img.disease-article__img--quarter.spacer-left--20 {
    margin-left: 0 !important;
  }

  .list-wrapper {
    margin-bottom: 14px;
  }

  .list {
    padding: 20px 14px 14px 30px;
    font-size: 1.4rem;
  }

  .list--bg-w {
    padding: 0px 0px 0px 20px;
  }

  .item {
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .medicine-list {
    justify-content: space-between;
  }

  .medicine-item {
    width: 49%;
    font-size: 1.4rem;
    margin-bottom: 0;
    box-sizing: border-box;
  }

  .medicine-item:not(:last-of-type) {
    margin-right: initial;
  }

  .medicine-item:nth-of-type(n+3) {
    margin-top: 5px;
  }

  .info-list__price {
    font-size: 1.6rem;
  }

  .info-list__price>dt {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .info-list__price>dd {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
  }

  /*---点滴・注射で使用---*/
  .info-list__price--full {
    width: 100%;
    flex-direction: column;
  }

  .info-list__price--full>dt {
    width: 100%;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .info-list__price--full>dt>span {
    font-size: 1.4rem;
  }

  .info-list__price--full>dd {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  /*---体重コントール外来で使用---*/
  .info-list__medicine {
    width: 100%;
  }

  .info-list__medicine>dt {
    width: 55%;
    display: flex;
    flex-direction: column;
    line-height: 1.6;
  }

  .info-list__medicine>dt>span {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .info-list__medicine>dd {
    width: 45%;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
  }

  .disease-article__link-img {
    height: auto;
    width: 45%;
  }

  .tax {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .disease-summary {
    padding: 20px !important;
  }

  .summary-icon {
    width: 70px;
    position: relative;
    padding-top: 10px;
    margin-bottom: 14px;
  }

  .summary__title {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 8px;
  }

  .disease-summary .disease-article__text {
    font-size: 1.3rem;
  }

  .references-list {
    font-size: 1.4rem;
    padding-left: 14px;
  }
}