/*************************************************

qi-topics-catlinks

*************************************************/
.qi-topics-catlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .qi-topics-catlinks {
    gap: 0.8rem 0.8rem;
  }
}

.qi-topics-catlinks__anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 12rem;
  padding: 0.4rem 1.5rem 0.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border-radius: 0.5rem;
  border: #222222 solid 0.1rem;
}
@media screen and (max-width: 767px) {
  .qi-topics-catlinks__anchor {
    min-width: 9rem;
    padding: 0.3rem 1.2rem 0.5rem;
    font-size: 1.2rem;
  }
}
.qi-topics-catlinks__anchor.is-active {
  color: #fff;
  background-color: #222222;
}

/*************************************************

qi-topics-indexlist

*************************************************/
.qi-topics-indexlist__item {
  padding-bottom: 5.5rem;
  border-bottom: #CCCCCC solid 0.1rem;
}
@media screen and (max-width: 767px) {
  .qi-topics-indexlist__item {
    padding-bottom: 3rem;
  }
}
.qi-topics-indexlist__item + .qi-topics-indexlist__item {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .qi-topics-indexlist__item + .qi-topics-indexlist__item {
    margin-top: 3rem;
  }
}

.qi-topics-indexlist__acnhor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 6rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .qi-topics-indexlist__acnhor {
    display: block;
    padding-left: 0;
  }
}

.qi-topics-indexlist__img {
  width: 37.5%;
}
@media screen and (max-width: 767px) {
  .qi-topics-indexlist__img {
    width: 100%;
  }
}

.qi-topics-indexlist__letters {
  width: 56.7307692308%;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .qi-topics-indexlist__letters {
    width: 100%;
    margin-top: 2rem;
  }
}

.qi-topics-indexlist__img-el {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 390/245;
  border-radius: 1rem;
  background-color: gray;
}
.qi-topics-indexlist__img-el img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) {
  a:hover .qi-topics-indexlist__img-el img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.qi-topics-indexlist__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
.qi-topics-indexlist__meta .in-cat {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 7.5rem;
  padding: 0.1rem 0.5rem 0.3rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  background-color: #666666;
  border-radius: 0.3rem;
}
@media screen and (max-width: 767px) {
  .qi-topics-indexlist__meta .in-cat {
    font-size: 1.1rem;
  }
}
.qi-topics-indexlist__meta .in-date {
  position: relative;
  padding-left: 2.4rem;
  color: #949595;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .qi-topics-indexlist__meta .in-date {
    padding-left: 2rem;
    font-size: 1.2rem;
  }
}
.qi-topics-indexlist__meta .in-date::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 1.6rem;
  height: auto;
  aspect-ratio: 31/35;
  background: url(../images/common/icon_calendar.png) no-repeat center center/100% auto;
  -webkit-transform: translateY(-53%);
          transform: translateY(-53%);
}
@media screen and (max-width: 767px) {
  .qi-topics-indexlist__meta .in-date::before {
    width: 1.2rem;
  }
}

.qi-topics-indexlist__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6364;
}
@media screen and (max-width: 767px) {
  .qi-topics-indexlist__title {
    font-size: 1.6rem;
  }
}

/*************************************************

wp-pagenavi

*************************************************/
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    gap: 1rem;
    margin-top: 5rem;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.4rem;
  height: auto;
  padding-bottom: 0.3rem;
  color: white;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 50%;
  aspect-ratio: 1/1;
  text-decoration: none;
  background-color: #CCCCCC;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 3.4rem;
    padding-bottom: 0.2rem;
    font-size: 1.6rem;
  }
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
  background-color: #333333;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  text-indent: -999rem;
  background-color: transparent !important;
  background: url(../images/common/arw06.svg) no-repeat center center/1.2rem auto;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    background-size: 1rem;
  }
}
.wp-pagenavi .previouspostslink {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend {
  display: none;
}

/*************************************************

qi-topics-detail

*************************************************/
.qi-topics-detail .parts-title-circle01 {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .qi-topics-detail .parts-title-circle01 {
    font-size: 2rem;
  }
  .qi-topics-detail .parts-title-circle01::before {
    top: 0.25em;
  }
}

/* qi-topics-detail-head__sns
---------------------------------------*/
.qi-topics-detail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3rem;
  }
}

/* qi-topics-detail-head__meta
---------------------------------------*/
.qi-topics-detail-head__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
.qi-topics-detail-head__meta .in-cat {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 7.5rem;
  padding: 0.1rem 0.5rem 0.3rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  background-color: #666666;
  border-radius: 0.3rem;
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-head__meta .in-cat {
    font-size: 1.1rem;
  }
}
.qi-topics-detail-head__meta .in-date {
  position: relative;
  padding-left: 2.4rem;
  color: #949595;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-head__meta .in-date {
    padding-left: 2rem;
    font-size: 1.2rem;
  }
}
.qi-topics-detail-head__meta .in-date::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 1.6rem;
  height: auto;
  aspect-ratio: 31/35;
  background: url(../images/common/icon_calendar.png) no-repeat center center/100% auto;
  -webkit-transform: translateY(-53%);
          transform: translateY(-53%);
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-head__meta .in-date::before {
    width: 1.2rem;
  }
}

/* qi-topics-detail-head__sns
---------------------------------------*/
.qi-topics-detail-head__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  line-height: 0;
  margin-left: auto;
}

.qi-topics-detail-head__sns-anchor {
  display: block;
}

/* qi-topics-detail-head__sns
---------------------------------------*/
.qi-topics-detail-body {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-body {
    font-size: 1.3rem;
  }
}
.qi-topics-detail-body * {
  max-width: 100% !important;
}
.qi-topics-detail-body::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
.qi-topics-detail-body h2 {
  position: relative;
  margin: 8rem 0 3rem;
  padding-left: 3.5rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-body h2 {
    margin: 5rem 0 2.5rem;
    padding-left: 2rem;
    font-size: 2rem;
  }
}
.qi-topics-detail-body h2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.9rem;
  height: 100%;
  display: block;
  content: "";
  background-color: #2A7FFE;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-body h2::before {
    width: 0.6rem;
  }
}
.qi-topics-detail-body h3 {
  margin: 6rem 0 2.5rem;
  padding: 0.3em 1em;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: #2A7FFE;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-body h3 {
    margin: 5rem 0 2rem;
    font-size: 1.8rem;
  }
}
.qi-topics-detail-body h4 {
  margin: 6rem 0 2.5rem;
  padding-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: #2A7FFE solid 0.6rem;
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-body h4 {
    margin: 5rem 0 2rem;
    font-size: 1.8rem;
    border-width: 0.3rem;
  }
}
.qi-topics-detail-body h5 {
  position: relative;
  margin: 6rem 0 2.5rem;
  padding: 0.3em 1em 0.5em;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  background-color: rgba(41, 122, 244, 0.06);
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-body h5 {
    margin: 5rem 0 2rem;
    font-size: 1.8rem;
  }
}
.qi-topics-detail-body h5::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9rem;
  height: calc(100% - 1em);
  display: block;
  content: "";
  background-color: #2A7FFE;
  border-radius: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-body h5::before {
    width: 0.6rem;
  }
}
.qi-topics-detail-body h6 {
  position: relative;
  margin: 6rem 0 2.5rem;
  padding-left: 1em;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-body h6 {
    margin: 5rem 0 2rem;
    font-size: 1.8rem;
  }
}
.qi-topics-detail-body h6::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.7em;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  content: "";
  background-color: #2A7FFE;
}
.qi-topics-detail-body h1:first-child, .qi-topics-detail-body h2:first-child, .qi-topics-detail-body h3:first-child, .qi-topics-detail-body h4:first-child, .qi-topics-detail-body h5:first-child, .qi-topics-detail-body h6:first-child {
  margin-top: 0;
}
.qi-topics-detail-body > * {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-body > * {
    margin-bottom: 4rem;
  }
}
.qi-topics-detail-body li {
  position: relative;
  margin-bottom: 0.4em;
}
.qi-topics-detail-body ol {
  padding-left: 1.5em;
}
.qi-topics-detail-body ol li {
  list-style: decimal outside;
}
.qi-topics-detail-body ul li {
  position: relative;
  padding-left: 1em;
}
.qi-topics-detail-body ul li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  content: "";
  width: 0.7em;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #2A7FFE;
}
.qi-topics-detail-body strong {
  font-weight: 700;
}
.qi-topics-detail-body em {
  font-style: italic;
}
.qi-topics-detail-body blockquote {
  display: block;
  margin: 1.5rem 0;
  padding: 2rem;
  background: #f5f5f5;
}
.qi-topics-detail-body blockquote p {
  margin-bottom: 0;
}
.qi-topics-detail-body *:last-child {
  margin-bottom: 0;
}

/* qi-topics-detail-pager
---------------------------------------*/
.qi-topics-detail-pager {
  position: relative;
  width: min(75rem, 100% - 3rem);
  margin: 7rem auto 0;
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 6rem;
  }
}

.qi-topics-detail-pager__anchor {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: 24rem;
  height: 6.4rem;
  font-weight: 700;
  text-decoration: none;
  border: #222222 solid 0.1rem;
  border-radius: 10rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-pager__anchor {
    height: 5.4rem;
    font-size: 1.4rem;
  }
}
.qi-topics-detail-pager__anchor::before {
  position: absolute;
  top: 0;
  width: 1.2rem;
  height: 100%;
  display: block;
  content: "";
  background: url(../images/common/arw07.svg) no-repeat center center/100% auto;
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-pager__anchor::before {
    width: 1rem;
  }
}
.qi-topics-detail-pager__anchor.is-prev {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-pager__anchor.is-prev {
    position: relative;
    width: calc(50% - 0.7rem);
  }
}
.qi-topics-detail-pager__anchor.is-prev::before {
  left: 4.2rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-pager__anchor.is-prev::before {
    left: 2rem;
  }
}
.qi-topics-detail-pager__anchor.is-next {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-pager__anchor.is-next {
    position: relative;
    width: calc(50% - 1rem);
  }
}
.qi-topics-detail-pager__anchor.is-next::before {
  right: 4.2rem;
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-pager__anchor.is-next::before {
    right: 2rem;
  }
}
.qi-topics-detail-pager__anchor.is-back {
  margin: 0 auto;
  color: #fff;
  background-color: #222222;
}
@media screen and (max-width: 767px) {
  .qi-topics-detail-pager__anchor.is-back {
    width: 100%;
  }
}
.qi-topics-detail-pager__anchor.is-back::before {
  display: none;
}