/* ==========================================================================

2026.03 add

========================================================================== */
.model-logo {
  height: 1em;
  width: auto;
  vertical-align: text-top;
  margin-left: .5em;
}
.modelCenter {
  display: flex;
  gap: 28px;
  margin-top: 40px;
  figure {
    flex-basis: calc(658 / 1340 * 100%);
    flex-shrink: 0;
  }
  @media screen and (max-width: 896px) {
    flex-direction: column;
  }
}
.modelCenter-text {
  flex-basis: 50%;
  .el_lv2table {
    margin-bottom: 20px;
    li {
      margin-left: 2rem;
      list-style: disc;
    }
  }
  .el_lv2txt {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1em;
    &::before {
      content: "*";
    }
  }
}

.modelKoaisei {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}
.modelKoaisei-item {
  width: 351px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  background: #E6F5F2;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
  box-sizing: border-box;
  dt {
    color: #007256;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.8px;
  }
  dd {
    margin-top: 20px;
  }
  @media screen and (max-width: 896px) {
    width: 90%;
    max-width: 370px;
    margin: auto;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    dt {
      font-size: 1.8rem;
    }
  }
}

.modelDosage {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
  @media screen and (max-width: 896px) {
    flex-wrap: wrap;
    figure {
      width: calc(50% - 10px);
    }
  }
}

/* linkArea内にテキストを入れる場合のスタイル */
@media print, screen and (min-width: 897px) {
  .linkArea-irInner {
    padding: 30px 90px;
    .el_lv2txt {
      margin-bottom: 20px;
    }
  }
}
@media screen and (max-width: 896px) {
  .linkArea__sp {
    width: 100%;
    padding: 25px;
    background-color: #e6f5f2;
    background: -webkit-gradient(linear, left top, right top, from(#a7dccf), color-stop(16%, #a7dccf), color-stop(16%, #e6f5f2), to(#e6f5f2));
    background: -o-linear-gradient(left, #a7dccf 0%, #a7dccf 16%, #e6f5f2 16%, #e6f5f2 100%);
    background: linear-gradient(90deg, #a7dccf 0%, #a7dccf 16%, #e6f5f2 16%, #e6f5f2 100%);
  }
}