@charset "UTF-8";
@keyframes loop_slide_right {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.ly_pageHeader_inner {
  background-image: url(../../img/topics/bg_hl.png);
}
@media screen and (max-width: 749px) {
  .ly_pageHeader_inner {
    background-image: url(../../img/topics/bg_hl_smp.png);
  }
}

.un_topicsArchive_list_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  .un_topicsArchive_list_inner {
    flex-direction: column;
  }
}
.un_topicsArchive_listInner {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
@media screen and (max-width: 749px) {
  .un_topicsArchive_listInner {
    gap: 40px;
    gap: 10.6666666667vw;
    padding-right: 16px;
    padding-right: 4.2666666667vw;
    padding-left: 16px;
    padding-left: 4.2666666667vw;
  }
}
.un_topicsArchive_listInner .el_topics_listItem {
  width: calc((100% - 96px) / 3);
}
@media screen and (max-width: 749px) {
  .un_topicsArchive_listInner .el_topics_listItem {
    width: 100%;
  }
}

.un_topicsPager {
  margin-top: 60px;
}
@media screen and (max-width: 749px) {
  .un_topicsPager {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
.un_topicsPager nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 749px) {
  .un_topicsPager nav {
    gap: 18px;
    gap: 4.8vw;
  }
}
.un_topicsPager nav span,
.un_topicsPager nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #fff;
  font-family: "Montserrat", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .un_topicsPager nav span,
  .un_topicsPager nav a {
    width: 47px;
    width: 12.5333333333vw;
    height: 47px;
    height: 12.5333333333vw;
    font-size: 15px;
    font-size: 4vw;
  }
}
.un_topicsPager nav .prev,
.un_topicsPager nav .next {
  background-image: url(../../img/topics/icon_pager_arr_bl.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.un_topicsPager nav .prev {
  transform: scale(-1, 1);
}
.un_topicsPager nav .current {
  background-color: #f2780a;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .un_topicsSingle_inner {
    width: 81.866666vw;
    margin: 0 auto;
  }
}
.un_topicsSingle_hl {
  border-bottom: 1px solid rgba(56, 56, 57, 0.3);
  letter-spacing: 0;
  margin-bottom: 54px;
}
@media screen and (max-width: 749px) {
  .un_topicsSingle_hl {
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.un_topicsSingle_hl .__date {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .un_topicsSingle_hl .__date {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.un_topicsSingle_hl .__ttl {
  font-size: 4.2rem;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  .un_topicsSingle_hl .__ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.un_topicsSingle_thumb {
  width: 100%;
  aspect-ratio: 96/54;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 60px;
}
@media screen and (max-width: 749px) {
  .un_topicsSingle_thumb {
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.un_topicsSingle_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.un_topicsSingle_cont {
  padding-bottom: 120px;
  border-bottom: 1px solid rgba(56, 56, 57, 0.3);
}
@media screen and (max-width: 749px) {
  .un_topicsSingle_cont {
    padding-bottom: 96px;
    padding-bottom: 25.6vw;
  }
}
.un_topicsSingle_cont p,
.un_topicsSingle_cont ul,
.un_topicsSingle_cont ol,
.un_topicsSingle_cont div {
  margin: 1em 0;
}
.un_topicsSingle_cont ul {
  margin-left: 1em;
}
.un_topicsSingle_cont ul li {
  list-style: disc;
}
.un_topicsSingle_cont ol {
  margin-left: 1em;
}
.un_topicsSingle_cont ol li {
  list-style: decimal;
}

.un_topicsLink {
  margin-top: 60px;
}
@media screen and (max-width: 749px) {
  .un_topicsLink {
    margin-top: 42px;
    margin-top: 11.2vw;
  }
}
.un_topicsLink nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.un_topicsLink nav a,
.un_topicsLink nav span {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.un_topicsLink nav a {
  background-color: #fff;
  background-image: url(../../img/topics/icon_pager_arr_bl.svg);
}
.un_topicsLink nav a.__next {
  transform: scale(-1, 1);
}
.un_topicsLink nav span {
  background-color: #ece9e2;
  background-image: url(../../img/topics/icon_pager_arr_gr.svg);
}
.un_topicsLink nav .__prev,
.un_topicsLink nav .__next {
  width: 62px;
  height: 62px;
  border-radius: 100%;
}
@media screen and (max-width: 749px) {
  .un_topicsLink nav .__prev,
  .un_topicsLink nav .__next {
    width: 45px;
    width: 12vw;
    height: 45px;
    height: 12vw;
  }
}
.un_topicsLink nav .__btl {
  color: #f2780a;
  font-family: "Montserrat", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  background: none !important;
}/*# sourceMappingURL=style.css.map */