#page_topics .mv_under {
  z-index: 1;
}
#page_topics .ttl_wrap + p.desc {
  margin-top: 40rem;
  font-size: 24rem;
}
#page_topics .topics_top .topics_wrap {
  display: flex;
  justify-content: center;
}
#page_topics .topics_top .topics_wrap ul li {
  background-color: unset;
}
#page_topics .topics_top .topics_wrap ul li a {
  border: none;
  border-bottom: 1rem solid #dbdbdb;
}
#page_topics .topics_top .topics_wrap ul li a:hover {
  background-color: #eefbfd;
}
#page_topics .topics_top .topics_wrap ul li a .title {
  width: 680rem;
}
#page_topics .topics_top .topics_wrap ul li a .title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#page_topics .topics_top .topics_wrap ul li + li {
  margin-top: 10rem;
}
#page_topics .btn_wrap {
  display: flex;
  display: flex;
  justify-content: space-between;
}
#page_topics .btn_wrap .btn_more {
  padding-right: 40rem;
}

#page_single .topics_top,
#page_topics .topics_top {
  background: unset;
  position: relative;
  padding: 60rem 0 0;
}
#page_single .topics_top::before,
#page_topics .topics_top::before {
  content: "";
  display: block;
  width: 320rem;
  height: 190%;
  background: rgba(201, 201, 201, 0.2);
  position: absolute;
  top: -130rem;
  left: -240rem;
  z-index: -1;
  transform: skewX(335deg);
}
#page_single .topics_top .btn_more,
#page_topics .topics_top .btn_more {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
}

#page_single .mv_under {
  z-index: 1;
}
#page_single .topics_top .topics_wrap {
  display: block;
  width: 1037rem;
  margin-left: auto;
  margin-right: auto;
}
#page_single .topics_top .topics_wrap .btn_back a {
  font-weight: normal;
}
#page_single .topics_top .topics_wrap .btn_back a::after {
  content: unset;
}
#page_single .topics_top .topics_wrap .navigation_wrap {
  display: flex;
  justify-content: center;
  margin-top: 84rem;
  padding-bottom: 70rem;
}
#page_single .topics_top .topics_wrap .navigation_wrap .btn_more.on_circle.topic_navigation a {
  font-weight: normal;
  color: #333;
  width: 358rem;
  background: #fff;
  border: 1px solid #606060;
}
#page_single .topics_top .topics_wrap .navigation_wrap .btn_more.on_circle.topic_navigation a:hover {
  color: #fff;
}
#page_single .topics_top .topics_wrap .navigation_wrap .btn_more.on_circle.topic_navigation.prev:after {
  left: -43rem;
  transform: translateY(-50%) scale(-1, 1);
}
#page_single .topics_top .topics_wrap .navigation_wrap .btn_more.on_circle.topic_navigation.prev:hover:after {
  left: -53rem;
  transition: 0.3s;
}
#page_single .topics_top .topics_wrap .navigation_wrap .btn_more.on_circle.topic_navigation.prev a::before {
  left: unset;
  right: -205rem;
}
#page_single .topics_top .topics_wrap .navigation_wrap .btn_more.on_circle.topic_navigation.next {
  margin-left: 60rem;
}
#page_single .cta_section {
  margin-top: 160rem;
}

.pagenation {
  display: flex;
  justify-content: center;
  margin-top: 30rem;
  text-align: center;
  padding-bottom: 70rem;
}
.pagenation li + li {
  margin-left: 0.5em;
}
.pagenation li a {
  color: #fff;
  background-color: #D9D9D9;
  width: 56rem;
  height: 56rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50rem;
}
@media (hover: hover) and (pointer: fine) {
  .pagenation li a:hover {
    color: #fff;
    background-color: #008899;
    opacity: 1;
  }
}
.pagenation li.move a {
  position: relative;
  background-color: unset;
}
.pagenation li.move a::after {
  position: absolute;
  content: "";
  display: block;
  width: 20rem;
  height: 20rem;
  background: url(../../img/ico_breadcrumb.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 10rem;
  transform: translateY(-50%);
}
.pagenation li.move.prev a::after {
  left: unset;
  right: 10rem;
  transform: translateY(-50%) rotate(180deg);
}
.pagenation li.active {
  color: #fff;
  background-color: #008899;
  width: 56rem;
  height: 56rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50rem;
}
.pagenation li.active a {
  color: #fff;
  background-color: #008899;
}

#page_single section .time {
  color: #008899;
}

#page_single section .title {
  font-size: 28rem;
  font-weight: 700;
  margin-top: 0.5em;
}

#page_single section .content {
  padding: 2em 0;
  margin-top: 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#page_single section .content img {
  display: block;
  margin-top: 30rem;
  margin-left: auto;
  margin-right: auto;
}

#page_single section .content .ql-align-right {
  text-align: right;
}

#page_single section .content .ql-align-center {
  text-align: center;
}

#page_single section .content em {
  font-style: italic;
}

#page_single section .content strong {
  font-weight: bold;
}

#page_single section .content a {
  text-decoration: underline;
  color: #419de4;
}

#page_single section .content h2 {
  font-size: 28rem;
  font-weight: 700;
}

#page_single section .content h3 {
  font-size: 22rem;
}

#page_single section .pagenation li a {
  width: 8em;
}

@media screen and (max-width: 680px) {
  #page_topics .ttl_wrap + p.desc {
    margin-top: 15rem;
    font-size: 13rem;
  }
  #page_topics .topics_top .topics_wrap ul li a .title {
    width: 85%;
  }
  #page_topics .topics_top .topics_wrap ul li a .title span {
    white-space: unset;
  }
  #page_topics .topics_top .topics_wrap ul li + li {
    margin-top: 0;
  }
  #page_single .topics_top,
  #page_topics .topics_top {
    padding: 0;
  }
  #page_single .topics_top::before,
  #page_topics .topics_top::before {
    width: 130rem;
    top: -110rem;
    left: -180rem;
  }
  #page_single .cta_section {
    margin-top: 60rem;
  }
  #page_single .breadcrumb ul {
    flex-wrap: wrap;
  }
  #page_single .breadcrumb ul li:last-child {
    width: 100%;
  }
  #page_single .topics_top .topics_wrap {
    width: 344rem;
    margin-top: 10rem;
  }
  #page_single .topics_top .topics_wrap .btn_back {
    margin-top: 10rem;
  }
  #page_single .topics_top .topics_wrap .btn_back a {
    width: 212rem;
  }
  #page_single .topics_top .topics_wrap .navigation_wrap {
    display: block;
    padding-bottom: 3rem;
    text-align: center;
  }
  #page_single .topics_top .topics_wrap .navigation_wrap .btn_more.on_circle.topic_navigation a {
    width: 212rem;
  }
  #page_single .topics_top .topics_wrap .navigation_wrap .btn_more.on_circle.topic_navigation.prev:after {
    left: -43rem;
    transform: translateY(-50%) scale(-1, 1);
  }
  #page_single .topics_top .topics_wrap .navigation_wrap .btn_more.on_circle.topic_navigation.prev:hover:after {
    left: -53rem;
    transition: 0.3s;
  }
  #page_single .topics_top .topics_wrap .navigation_wrap .btn_more.on_circle.topic_navigation.prev a::before {
    left: unset;
    right: -205rem;
  }
  #page_single .topics_top .topics_wrap .navigation_wrap .btn_more.on_circle.topic_navigation.next {
    margin-left: 0;
    margin-top: 10rem;
  }
  .pagenation {
    padding-bottom: 30rem;
  }
  .pagenation li + li {
    margin-left: 0.5em;
  }
  .pagenation li a {
    width: 35rem;
    height: 35rem;
  }
  .pagenation li.move a {
    position: relative;
    background-color: unset;
  }
  .pagenation li.move a::after {
    width: 10rem;
    height: 10rem;
  }
  .pagenation li.active {
    width: 35rem;
    height: 35rem;
  }
  #page_topics section ul li {
    flex-direction: column;
  }
  #page_single section .title {
    font-size: 16rem;
  }
  #page_single section .content img {
    margin-top: 20rem;
  }
  #page_single section .content h2 {
    font-size: 16rem;
  }
  #page_single section .content h3 {
    font-size: 16rem;
  }
}/*# sourceMappingURL=topics.css.map */