@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : topics.css
Description :
===================================================================== */
.topics::before,
#topics_article_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 12rem;
  left: 0;
  border-top: 1px solid #16130c;
  z-index: 1;
}

/* =====================================================================
*    topics
* =================================================================== */
.topics {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.topics .wrapper_head {
  -webkit-box-shadow: 0 0 80px 20px rgba(208, 205, 188, 0.4) inset;
          box-shadow: 0 0 80px 20px rgba(208, 205, 188, 0.4) inset;
  background: url(../images/common/bg_paper.jpg) no-repeat top center/cover;
}
.topics_main {
  padding-bottom: 9rem;
}
.topics_main .txt {
  padding-top: 2rem;
}
.topics_sub {
  padding: 6rem 0;
}
.topics_list {
  width: 90.6666666667%;
  margin: auto;
}
.topics_list li {
  width: 100%;
  margin-bottom: 6.5rem;
}
.topics .photo {
  position: relative;
}
.topics .photo::before {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../images/common/dec_top.png) no-repeat top left/contain;
}
.topics .topics_sub .photo::before {
  background: url(../images/common/dec_top_small.png) no-repeat top left/contain;
}
.topics p.date {
  color: #7ca986;
  text-align: right;
  font-size: 2.4rem;
  line-height: 1;
}
.topics p.txt {
  margin-bottom: 1em;
  color: #16130c;
  line-height: 1.5;
}

.topics_main a,
.topics_list li a {
  padding-bottom: 4rem;
  border-bottom: 1px solid #16130c;
}

@media screen and (max-width: 767px) {
  .topics .inner {
    width: 100%;
  }
  .topics_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .topics_list li a .topics_txt {
    width: 50%;
  }
  .topics_list li a .photo {
    width: 43.6764705882%;
  }
}
@media screen and (min-width: 768px) {
  .topics {
    padding: 0;
  }
  .topics_main {
    max-width: 880px;
  }
  .topics_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 95%;
    max-width: 1000px;
  }
  .topics_list li {
    width: 30%;
    margin: 0 auto 6.5rem;
    border-bottom: 0;
  }
  .topics_list li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .topics_list li:nth-of-type(3n) {
    margin-left: auto;
    margin-right: 0;
  }
  .topics_list li a {
    padding-bottom: 3rem;
  }
  .topics .photo {
    width: 100%;
  }
  .topics .topics_txt {
    width: 100%;
  }
  .topics p.date {
    font-size: 1.6rem;
  }
  .topics p.txt {
    padding-top: 3rem;
  }
}
/* =====================================================================
*    topics_article
* =================================================================== */
#topics_article_box .topics_article {
  -webkit-box-shadow: 0 0 60px rgba(208, 205, 188, 0.6);
          box-shadow: 0 0 60px rgba(208, 205, 188, 0.6);
}
#topics_article_box .topics_article header {
  background: #e6e1d1;
  padding: 3rem 7.5rem;
}
#topics_article_box .topics_article header p {
  color: #4e4636;
  font-size: 3.2rem;
}
#topics_article_box .topics_article header p.date {
  color: #7ca986;
  font-size: 2.4rem;
  border-bottom: 0;
  text-align: right;
}
#topics_article_box .topics_article_contents {
  padding: 3rem 6rem;
  -webkit-box-shadow: 0 0 80px 20px rgba(208, 205, 188, 0.4) inset;
          box-shadow: 0 0 80px 20px rgba(208, 205, 188, 0.4) inset;
  background: url(../images/common/bg_paper_white.jpg) repeat top center/50%;
  margin-bottom: 8rem;
}
#topics_article_box .topics_article_contents figure {
  max-width: 640px;
  margin: auto;
  padding: 6rem 0;
}
#topics_article_box .topics_article_contents p {
  color: #4e4636;
  padding-bottom: 4rem;
}
#topics_article_box .topics_article_contents p.subtxt {
  padding-left: 2.7rem;
}
#topics_article_box .topics_article_contents h3,
#topics_article_box .topics_article_contents h4 {
  font-size: 2.8rem;
  color: #ff8e8b;
  padding-bottom: 1rem;
  position: relative;
}
#topics_article_box .topics_article_contents h3::before,
#topics_article_box .topics_article_contents h4::before {
  padding-right: 0.5em;
}
#topics_article_box .topics_article_contents h3::before {
  content: "●";
}
#topics_article_box .topics_article_contents h4::before {
  content: "・";
}
#topics_article_box .topics_article_contents strong {
  color: #ff8e8b;
}
#topics_article_box dl.sns_share {
  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;
  border-top: 1px solid #4e4636;
  margin-top: 2.5rem;
  padding-top: 4.5rem;
}
#topics_article_box dl.sns_share dt {
  color: #4e4636;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.05em;
  text-align: right;
  font-size: 1.8rem;
}
#topics_article_box dl.sns_share dd {
  /*width: 45%;*/
  width: 60%;
}
#topics_article_box dl.sns_share dd ul.sns_share_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
#topics_article_box dl.sns_share dd ul.sns_share_list li {
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 50%;
  padding: 0;
  margin: 0 1rem;
}

@media screen and (max-width: 767px) {
  #topics_article_box .inner_contents {
    padding-left: 0 !important;
  }
  #topics_article_box .inner_contents header {
    padding: 3rem 3rem 3rem 11rem;
  }
}
@media screen and (min-width: 768px) {
  #topics_article_box .topics_article header p {
    font-size: 2.4rem;
  }
  #topics_article_box .topics_article header p.date {
    font-size: 1.4rem;
  }
  #topics_article_box .topics_article_contents {
    padding: 3rem 7.5rem;
  }
  #topics_article_box .topics_article_contents h3,
  #topics_article_box .topics_article_contents h4 {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=topics.css.map */