.article-top__ttl {
  background-color: #fff;
  font-size: clamp(2rem, 3.38vw, 2.6rem);
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding: 10px 18px;
}

.article-top__subttl {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background-color: #a2a3a7;
  padding: 8px;
}

.article-top__article-ttl {
  font-size: clamp(1.4rem, 2.34vw, 1.8rem);
  line-height: 1.778;
}

.article-top__article-btn {
  padding: 10px;
  border: 1px solid #333;
  border-radius: 6px;
}

.article-top__list {
  padding: 0 5px;
}

.article-top__item {
  font-size: clamp(1.4rem, 2.34vw, 1.8rem);
  line-height: 1.778;
  color: #1e5293;
  padding-left: 1em;
  text-indent: -1.2em;
}

.article {
  padding-top: 12px;
}

.article__ttl {
  font-size: clamp(2.6rem, 3.2vw, 3.2rem);
  letter-spacing: 0.05em;
  padding-bottom: 6px;
  border-bottom: 4px solid #a2a3a7;
}
.article__ttl.is-border-blue {
  border-bottom: 4px solid #01a5e9;
}

.article__index {
  background-color: #fff;
  border: 1px solid #e3e3e3;
}

.article__index-lead {
  font-weight: 700;
  font-size: clamp(1.4rem, 3.4375vw, 2.2rem);
  letter-spacing: 0.1em;
  padding: 15px 4%;
  background-color: #ebf2f4;
}

.article__index-list-wrap {
  display: inline-block;
  padding: 15px 4%;
  width: 100%;
}

.article__index-list > .is-parent {
  padding-left: 2em;
  text-indent: -2em;
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.article__index-inrlist {
  padding-left: 2em;
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.article__index-item {
  color: #1e5293;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}

.article__index-link {
  color: #1e5293;
}

.article__btn-area {
  max-width: 490px;
  margin: 0 auto;
}

.article__btn.m-btn-02 {
  padding: 32px 6.5%;
}
.article__btn.m-btn-02.is-library {
  padding: 16px 6.5%;
}

.article__btn-icon {
  display: block;
  margin-right: 5%;
  flex: 0 0 18.855%;
}

.article__btn-txt {
  letter-spacing: 0.1em;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
}

.section {
  padding: 0 0 60px;
  margin-top: 30px;
}

.section__ttl {
  font-size: clamp(2rem, 2.6vw, 2.6rem);
}

.section__subttl {
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
}
.section__subttl .is-square {
  display: inline-block;
  margin-right: 0.5em;
  color: #cfd0d2;
}

.section__img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 40px 4%;
}
.section__img.is-bg-none {
  background-color: revert;
}

.section__item {
  padding-left: 1em;
  text-indent: -1em;
}

.section__table table {
  width: 100%;
}
.section__table table tr:nth-child(even) {
  background-color: #fafafa;
}
.section__table table tr:last-child th, .section__table table tr:last-child td {
  border-bottom: 1px solid #bbb;
}
.section__table table th, .section__table table td {
  vertical-align: middle;
  border-top: 1px solid #bbb;
  padding: 10px;
}
.section__table table th {
  width: 30%;
}
.section__table table td {
  width: 70%;
}
.section__table table.rows3 td {
  width: 35%;
}

.library__main {
  padding: 3% 5%;
  position: relative;
  z-index: 5;
}
.library__main::before {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #e1e1e1 0%, #f5f5f5 100%);
  z-index: -1;
}

.library__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.library__item {
  flex: 0 0 43%;
  max-width: 215px;
  margin-bottom: 25px;
}

.library__item-img {
  border: 1px solid #707070;
}

@media screen and (min-width: 768px) {
  .article-top__ttl {
    font-size: clamp(2rem, 1.875vw, 3rem);
  }
  .article-top__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .article-top__img {
    flex: 0 0 47.75%;
  }
  .article-top__article {
    flex: 0 0 47.7%;
  }
  .article-top__article-ttl {
    font-size: clamp(1.5rem, 1.40625vw, 1.8rem);
  }
  .article-top__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .article-top__item {
    flex: 0 0 46.2%;
    font-size: clamp(1.5rem, 1.40625vw, 1.8rem);
  }
  .article__index {
    flex: 0 0 100%;
  }
  .article__index-lead {
    padding: 0.75% 4%;
  }
  .library__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .library__main-txt {
    flex: 0 0 70%;
  }
  .library__main-img {
    flex: 0 0 21.5%;
  }
  .library__item {
    flex: 0 0 22.5%;
  }
}
@media screen and (min-width: 1001px) {
  .article__ttl {
    font-size: clamp(2.6rem, 2vw, 3.2rem);
  }
  .article__index-lead {
    font-size: clamp(1.4rem, 1.5278vw, 2.2rem);
  }
  .article__index-list-wrap {
    padding: 3% 4%;
  }
  .article__index-list > .is-parent, .article__index-inrlist {
    font-size: 2rem;
  }
  .article__index-item {
    font-size: 1.6rem;
  }
  .article__btn-txt {
    font-size: clamp(2rem, 1.625vw, 2.6rem);
  }
  .section {
    padding: 0 0 100px;
    margin-top: 40px;
  }
  .section__ttl {
    font-size: clamp(2rem, 1.625vw, 2.6rem);
  }
  .section__subttl {
    font-size: clamp(1.6rem, 1.38vw, 2.2rem);
  }
}
@media screen and (max-width: 767px) {
  .library__main-img {
    width: 30%;
    margin: 0 auto;
  }
}
.article__cta {
  display: flex;
  justify-content: space-between;
  border: 1px solid #01a5e9;
  padding: 20px;
  background-color: white;
}
.article__cta-img {
  width: 15%;
}
.article__cta-txt {
  width: 82%;
  font-size: 1.8rem;
  line-height: 2;
}
.article__cta-txt .dlbutton {
  text-align: center;
  width: 60%;
  margin: 1em auto 0;
  background-color: #eda901;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
}/*# sourceMappingURL=article.css.map */