@charset "UTF-8";
.topics__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .topics__title {
    font-size: 3.6rem;
  }
}

.category {
  padding: 15px 0;
  background-color: #e5f2fc;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .category {
    padding: 5.3333333333vw 5.3333333333vw;
    font-size: 3.2rem;
  }
}
.category__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .category__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.category__paragraph {
  position: relative;
  padding: 0 40px 0 25px;
  line-height: 1.68;
}
@media screen and (max-width: 767px) {
  .category__paragraph {
    padding: 0 0 3.3333333333vw 0;
    font-size: 3.2rem;
  }
}
.category__paragraph::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .category__paragraph::after {
    top: unset;
    right: unset;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}
.category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 52px;
     -moz-column-gap: 52px;
          column-gap: 52px;
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .category__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10.6666666667vw;
       -moz-column-gap: 10.6666666667vw;
            column-gap: 10.6666666667vw;
    row-gap: 2vw;
    margin-top: 6.6666666667vw;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .category__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.category__list li {
  line-height: 1.68;
}
.category__list a {
  position: relative;
  padding-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .category__list a {
    padding-left: 6vw;
  }
}
.category__list a::before {
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  position: absolute;
  border: 1px solid #767676;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #fff;
}
.category__list a::after {
  content: "";
  position: absolute;
  display: block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 4px;
  top: 6px;
  width: 4px;
  height: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.category__list .current a::before {
  background-color: #0275ff;
}

.page-topics {
  background-color: #fff;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .page-topics {
    padding-bottom: 20vw;
  }
}
.page-topics .kv .page-container--short {
  place-items: flex-start;
}
.page-topics .kv .topics-list__data {
  padding-top: 42px;
}
.page-topics .kv .kv__title::before {
  top: 155px;
  left: 300px;
  width: 183px;
  height: 118px;
}
@media screen and (max-width: 767px) {
  .page-topics .kv .kv__title::before {
    top: 54.6666666667vw;
    left: 50%;
    width: 34.8vw;
    height: 22.6666666667vw;
  }
}
.page-topics .topics-list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-topics .topics-list {
    margin-top: 16vw;
  }
}
.page-topics .topics-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .page-topics .topics-list__item {
    padding-top: 0;
  }
}
.page-topics .topics-list__item:first-of-type {
  border-top: none;
}
.page-topics .topics-list__item:first-of-type .topics-list__data {
  padding-top: 0;
}
.page-topics .topics-list__item:first-of-type a {
  display: block;
  padding: 0 0 30px 1em;
}
@media screen and (max-width: 767px) {
  .page-topics .topics-list__item:first-of-type a {
    padding: 20px 0 20px 1em;
  }
}
.page-topics .topics-list__item:first-of-type .topics-list__contents::before {
  top: 0.8em;
  left: -12px;
}
@media screen and (max-width: 767px) {
  .page-topics .topics-list__item:first-of-type .topics-list__contents::before {
    top: 2.1em;
    left: 0em;
  }
}
.page-topics .topics-list__item:last-of-type {
  border: none;
}
.page-topics .topics-list__item .topics-list__contents::before {
  top: 2.7em;
  left: -12px;
}
@media screen and (max-width: 767px) {
  .page-topics .topics-list__item .topics-list__contents::before {
    top: 2.1em;
    left: 0em;
  }
}
.page-topics .topics-list__item .topics-list__contents.pdf::before {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  width: 15px;
  height: 18px;
  background-image: url("../../../assets/img/common/icon_pdf-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}
@media screen and (max-width: 767px) {
  .page-topics .topics-list__item .topics-list__contents.pdf::before {
    top: 8.6666666667vw;
    right: 0;
    width: 6vw;
    height: 4vw;
  }
}
.page-topics .topics-list__item .topics-list__contents.blank::before {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 16px;
  height: 16px;
  background-image: url("../../../assets/img/common/icon_blank-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}
@media screen and (max-width: 767px) {
  .page-topics .topics-list__item .topics-list__contents.blank::before {
    top: 9.3333333333vw;
    right: 0;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.page-topics .topics-list__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-topics .topics-list__data {
    padding-top: 8vw;
  }
}
.page-topics .topics-list__tag {
  margin-right: 46px;
}
.page-topics .topics-list__contents {
  padding: 30px 0 30px 1em;
}
@media screen and (max-width: 767px) {
  .page-topics .topics-list__contents {
    padding: 20px 0 20px 1em;
  }
}

.articles__img {
  max-width: 980px;
  width: 100%;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .articles__img {
    margin-top: 10.6666666667vw !important;
  }
}
.articles__text {
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .articles__text {
    font-size: 3.2rem;
  }
}
.articles__content {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .articles__content {
    margin-top: 10.6666666667vw;
  }
}
.articles__content h3 {
  margin-bottom: 50px;
  padding-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 2px solid #3483e2;
}
@media screen and (max-width: 767px) {
  .articles__content h3 {
    margin-bottom: 10.6666666667vw;
    padding-bottom: 4.4vw;
    font-size: 4rem;
  }
}
.articles__content p {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.666;
}
@media screen and (max-width: 767px) {
  .articles__content p {
    margin-top: 5.7333333333vw;
    font-size: 3.2rem;
    line-height: 1.687;
  }
}
.articles__content a {
  display: inline-block;
  font-size: 1.6rem;
  color: #0082e6;
  border-bottom: 1px solid #0082e6;
}
@media screen and (max-width: 767px) {
  .articles__content a {
    font-size: 3.2rem;
  }
}
.articles__content h4 {
  margin-top: 50px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .articles__content h4 {
    margin-top: 10.6666666667vw;
    font-size: 3.6rem;
  }
}
.articles__content ul {
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 1.666;
}
@media screen and (max-width: 767px) {
  .articles__content ul {
    margin-top: 11.4666666667vw;
    font-size: 3.2rem;
    line-height: 1.687;
  }
}
.articles__content ul li {
  position: relative;
  padding-left: 20px;
}
.articles__content ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .articles__content ul li {
    padding-left: 2.6666666667vw;
  }
}
.articles__content ol {
  margin-top: 50px;
  padding-left: 20px;
  font-size: 1.6rem;
  line-height: 1.666;
  list-style: decimal;
}
@media screen and (max-width: 767px) {
  .articles__content ol {
    margin-top: 12vw;
    padding-left: 4vw;
    font-size: 3.2rem;
    line-height: 1.687;
  }
}
.articles__relatedLinks {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .articles__relatedLinks {
    margin-top: 20vw;
  }
}
.articles__relatedLinksTitle {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .articles__relatedLinksTitle {
    font-size: 5.3rem;
  }
}
.articles__relatedLinksList {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .articles__relatedLinksList {
    margin-top: 8vw;
  }
}
.articles__relatedLinksItem {
  font-size: 1.6rem;
  border-top: 1px solid #e2e2e2;
}
.articles__relatedLinksItem:last-of-type {
  border-bottom: 1px solid #e2e2e2;
}
.articles .topics-list__contents {
  display: block;
  padding: 32px 0 32px 27px;
}
@media screen and (max-width: 767px) {
  .articles .topics-list__contents {
    padding: 8vw 0 8vw 5.6vw;
  }
}
@media screen and (max-width: 767px) {
  .articles .topics-list__contents {
    font-size: 3.2rem;
    line-height: 1.687;
  }
}
.articles .topics-list__contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 2.7em;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #0082e6;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .articles .topics-list__contents::before {
    top: 11.3333333333vw;
  }
}
.articles .topics-list__contents.pdf::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 15px;
  height: 18px;
  background-image: url("../../../assets/img/common/icon_pdf-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}
@media screen and (max-width: 767px) {
  .articles .topics-list__contents.pdf::before {
    top: 11.7333333333vw;
    right: 0;
    width: 6vw;
    height: 4vw;
  }
}
.articles .topics-list__contents.blank::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("../../../assets/img/common/icon_blank-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}
@media screen and (max-width: 767px) {
  .articles .topics-list__contents.blank::before {
    top: 11.7333333333vw;
    right: 0;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.articles .is-colorChange.articles__link::before {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #0082e6;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.articles__btn {
  max-width: 320px;
  width: 100%;
  margin: 80px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .articles__btn {
    margin-top: 10vw;
  }
}
.articles__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .articles__btn::before {
    width: 6px;
    height: 6px;
  }
}
.articles__btn.btn--blue-md::after {
  content: none;
}

/* ページネーション */
nav.pagination {
  margin-top: 80px;
}

.nav-links {
  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-size: 2rem;
  font-weight: 400;
}

ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.page-numbers li .page-numbers {
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 1.6;
  color: #333;
  cursor: pointer;
}

ul.page-numbers li .prev {
  position: relative;
  padding-right: 50px;
  color: #333;
}
ul.page-numbers li .prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: -6px;
  width: 9px;
  height: 9px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #333333;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  ul.page-numbers li .prev::after {
    top: 14px;
    width: 6px;
    height: 6px;
  }
}
ul.page-numbers li .prev.disabled {
  pointer-events: none;
  color: #858585;
}
ul.page-numbers li .prev.disabled::after {
  color: #858585;
}

ul.page-numbers li .next {
  position: relative;
  padding-left: 50px;
  color: #333;
}
ul.page-numbers li .next::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: -6px;
  width: 9px;
  height: 9px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #333333;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  ul.page-numbers li .next::after {
    top: 14px;
    width: 6px;
    height: 6px;
  }
}

ul.page-numbers li .current {
  background-color: #e5f2fc;
  color: #333333;
  font-weight: 700;
}

.is-colorChange ul.page-numbers li .next,
.is-colorChange ul.page-numbers li .prev,
.is-colorChange ul.page-numbers li .page-numbers {
  color: #fff;
}

.is-colorChange ul.page-numbers li .current {
  background-color: #00ccff;
}

@media screen and (max-width: 767px) {
  nav.pagination {
    margin-top: 10.6666666667vw;
  }
  .nav-links {
    font-size: 3.2rem;
  }
  ul.page-numbers li .prev {
    padding-right: 9.3333333333vw;
  }
  ul.page-numbers li .next {
    padding-left: 9.3333333333vw;
  }
}