/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.g-header .gnav__item--topics a::after,
.g-footer .nav__item--topics a::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.m-post__body {
  padding: 0;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-dummy {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-dummy {
    width: 50%;
  }
}

/*--------------------------------------------------------------------------
   #sec-topics
---------------------------------------------------------------------------*/
.sec-topics {
  padding: 175px 0 97px;
  background-color: #989898;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-topics {
    padding: 80px 0 52px;
  }
}
.sec-topics__hdg {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  font-family: "Roboto Slab", serif;
  font-size: 36px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-topics__hdg {
    font-size: 26px;
  }
}
.sec-topics__hdg::after {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 6px;
  margin: 0 auto;
  background-color: #fff;
  content: "";
}
@media only screen and (max-width: 767px) {
  .sec-topics__hdg::after {
    height: 4px;
  }
}
.sec-topics__list {
  margin-top: 140px;
  text-align: left;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-topics__list {
    margin-top: 50px;
  }
}
.sec-topics__list a {
  text-decoration: underline;
}
.mode-pc .sec-topics__list a:hover {
  text-decoration: none;
}
.sec-topics__list-date {
  position: relative;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec-topics__list-date {
    font-size: 15px;
  }
}
.sec-topics__list-txt {
  margin-top: 0.8em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec-topics__list-txt {
    margin-top: 0.3em;
    font-size: 15px;
    line-height: 2;
  }
}
.sec-topics__list-txt + .sec-topics__list-date {
  margin-top: 1.4em;
  padding-top: 1.4em;
}
@media only screen and (max-width: 767px) {
  .sec-topics__list-txt + .sec-topics__list-date {
    margin-top: 2em;
    padding-top: 0;
  }
}
.sec-topics__list-txt + .sec-topics__list-date::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 1px;
  background-color: #fff;
  content: "";
}
@media only screen and (max-width: 767px) {
  .sec-topics__list-txt + .sec-topics__list-date::before {
    content: none;
  }
}

/* detail */
.sec-topics .topic-detail {
  margin-top: 140px;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sec-topics .topic-detail {
    margin-top: 50px;
  }
}
.sec-topics .topic-detail__date {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec-topics .topic-detail__date {
    font-size: 15px;
  }
}
.sec-topics .topic-detail__hdg {
  margin: 0.5em 0 60px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .sec-topics .topic-detail__hdg {
    margin: 0.5em 0 40px;
    font-size: 19px;
  }
}
.sec-topics .topic-detail__txt {
  margin-top: 2em;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-topics .topic-detail__txt {
    margin-bottom: 3em;
    font-size: 15px;
  }
}
.sec-topics .topic-detail figure {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .sec-topics .topic-detail figure {
    margin: 25px -35px 0;
  }
}
.sec-topics .topic-detail figure img {
  max-width: 100%;
  height: auto;
}
/*# sourceMappingURL=../maps/topics/style.css.map */
