@charset "UTF-8";
.u-mv {
  background-image: url("/images/topics/bg-mv.jpg");
}

.c-topics .c-btn__link.-green {
  min-height: 7.4rem;
  font-size: 2.8rem;
}
.c-topics .c-btn__link.-green::after {
  width: 1.5rem;
  height: 2.4rem;
  right: 2.5rem;
}

.c-topics__ttl {
  font-size: 3rem;
  font-weight: 500;
  padding-left: 4.2rem;
  position: relative;
  margin-bottom: 2rem;
  line-height:
}
.c-topics__ttl::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: url("/images/topics/icn-ttllist.jpg") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0.8rem;
}

.c-topics__item {
  padding: 2rem 2rem 3.5rem;
  border: 0.2rem solid var(--c-gray);
  margin-bottom: 2rem;
  display: block;
}

.c-topics__img {
  margin-bottom: 3rem;
}
.c-topics__img img {
  width: 100%;
}

.c-topics__cate {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.c-topics__cate li {
  border: 0.2rem solid #187879;
  border-radius: 6rem;
  color: #187879;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  padding: 0.6rem 2.5rem;
}

.c-topics__postttl {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.42857;
  margin-bottom: 2rem;
  color: var(--c-black);
}

.c-topics__date {
  font-size: 2.2rem;
  font-weight: 400;
  color: #707070;
  padding-left: 2.9rem;
  position: relative;
}
.c-topics__date::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("/images/common/icn-clock.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0.1rem;
}

.c-bnrx {
  margin: 6rem 0 5rem;
}
.c-bnrx img {
  width: 100%;
}

.c-spost p {
  font-size: 2.6rem;
  line-height: 1.53846;
}

.c-topics__date{
  line-height: 1;
}

.c-spost .l-container > p {
  margin-bottom: 3rem;
}

.c-spost__img {
  margin-bottom: 3rem;
}

.c-spost__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.5rem;
}
.c-spost__data .c-topics__cate {
  margin-bottom: 0;
}

.c-spost__ttl {
  font-size: 2.8rem;
  line-height: 1.4285;
  margin-bottom: 3rem;
}

.c-spost__profile {
  display: flex;
  justify-content: space-between;
}

.c-spost__profile--item {
  width: calc(100% - 25.1rem);
}
.c-spost__profile--item:nth-child(2) {
  width: 24.1rem;
}

.c-spost__profile--list li {
  font-size: 2.6rem;
  line-height: normal;
}

.c-spost__profile--item {
  overflow: hidden;
  word-break: break-word;
}

.c-spost__profile--list li::before {
  content: "●";
  display: inline-block;
}

.c-toc {
  border: 0.2rem solid #707070;
  border-radius: 1.2rem;
  padding: 3rem 2.5rem;
  margin-bottom: 6rem;
}

.c-toc__ttl {
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
}

.c-toc__list li {
  font-size: 2.8rem;
  line-height: normal;
}
.c-toc__list li:not(:last-child) {
  margin-bottom: 1rem;
}
.c-toc__list li a {
  color: var(--c-black);
}
.c-toc__list li a::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: url("/images/single-topics/icn-arrow.png") no-repeat center;
  background-size: 100%;
  margin-right: 0.6rem;
  position: relative;
  top: 0.3rem;
}