@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : subpage.css
Description : 下層
===================================================================== */
/* =====================================================================
    topics
======================================================================*/
.topics {
  padding: 10rem 0 20rem;
  background: -webkit-gradient(linear, left top, right top, from(#ffebee), to(#e2f6ff));
  background: linear-gradient(90deg, #ffebee 0%, #e2f6ff 100%);
}
@media screen and (min-width: 768px) {
  .topics {
    padding: 12rem 0 18rem;
  }
}
.topics-ttl {
  position: relative;
  margin: 0 auto 8rem;
  padding: 4.5rem 1em;
  width: calc(570 / 650 * 100%);
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-size: 5rem;
  color: #ffffff;
  letter-spacing: 0.06em;
  background: -webkit-gradient(linear, left top, right top, from(#ff89b9), to(#ff599c));
  background: linear-gradient(90deg, #ff89b9 0%, #ff599c 100%);
  border-radius: 3em;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .topics-ttl {
    padding: 2rem 1em;
    width: calc(660 / 1000 * 100%);
    font-size: 4rem;
  }
}
.topics-ttl::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.3rem;
  left: -1.6rem;
  width: 5.4rem;
  height: 5.4rem;
  background: url(../images/common/img_circle03.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .topics-ttl::before {
    bottom: 0;
    left: 0;
    width: 2.4rem;
    height: 2.4rem;
  }
}
.topics-ttl::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -2rem;
  width: 6.7rem;
  height: 7.3rem;
  background: url(../images/common/img_circle04.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .topics-ttl::after {
    top: -1rem;
    right: -0.8rem;
    width: 5rem;
    height: 5.4rem;
  }
}
.topics-article {
  margin-bottom: 8rem;
}
.topics-article-ttl {
  position: relative;
  padding-left: 1em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 113%;
  letter-spacing: 0.1em;
  color: #ff5a9d;
}
.topics-article-ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.45em;
  left: 0;
  width: 0.7em;
  height: 0.7em;
  background-color: currentColor;
  border-radius: 50%;
}
.topics-article-ttl em {
  font-style: normal;
  font-size: 150%;
}

.pagination-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-size: 80%;
  color: #29aded;
}
@media screen and (min-width: 768px) {
  .pagination-ul {
    font-size: 90%;
  }
}
.pagination-ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.5em;
  width: 2.1em;
  height: 2.1em;
  color: #29aded;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
}
.pagination-ul li.active a {
  color: #ffffff;
  background-color: #29aded;
  pointer-events: none;
}
.pagination-ul li.disabled a {
  opacity: 0.5;
  pointer-events: none;
}
.pagination-prev a, .pagination-next a {
  width: 2.66em !important;
  height: 2.66em !important;
  background: -webkit-gradient(linear, left top, right top, from(#ff89b9), to(#ff599c));
  background: linear-gradient(90deg, #ff89b9 0%, #ff599c 100%);
  color: transparent !important;
}
.pagination-prev a::after, .pagination-next a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/icon_arrow.png) no-repeat center/18% auto;
}
.pagination-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}/*# sourceMappingURL=subpage.css.map */