/*========== p-topics.scss ==========*/
.p-topics-lists .list {
  border-bottom: 1px solid #939298;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
.p-topics-lists .list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-topics-lists .list__inner .forDate {
  width: 6em;
  line-height: 1;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .p-topics-lists .list__inner .forDate {
    padding-top: 0.2em;
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-topics-lists .list__inner .forDate {
    font-size: 1.8rem;
  }
}
.p-topics-lists .list__inner .forDate.new {
  position: relative;
  width: 9.5em;
}
.p-topics-lists .list__inner .forDate.new:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../../img/icon_new_bk.svg") left center no-repeat;
  background-size: contain;
  width: 13.2vw;
  height: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-topics-lists .list__inner .forDate.new:before {
    top: 0.2em;
    width: 3.7142857143vw;
    height: 1.5714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-topics-lists .list__inner .forDate.new:before {
    width: 52px;
    height: 22px;
  }
}
@media screen and (min-width: 769px) {
  .p-topics-lists .list__inner .forDate.new + .forTxt {
    width: calc(100% - 10.5em);
  }
}
.p-topics-lists .list__inner .forTxt {
  width: calc(100% - 7em);
  line-height: 1.4;
  font-weight: 500;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .p-topics-lists .list__inner .forTxt {
    font-size: 1.2142857143vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-topics-lists .list__inner .forTxt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-topics-lists .list__inner .forTxt {
    width: 100%;
    padding-top: 0.75em;
  }
}
.p-topics-lists .list__inner .forTxt a {
  position: relative;
  padding-right: 1em;
}
.p-topics-lists .list__inner .forTxt a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../../img/arw_std_bk.svg") center no-repeat;
  background-size: 100% 100%;
  margin-left: 0.5em;
  top: -0.1em;
  position: relative;
  width: calc(100vw / ( 750 / 12 ));
  height: calc(100vw / ( 750 / 12 ));
}
@media screen and (min-width: 769px) {
  .p-topics-lists .list__inner .forTxt a:after {
    width: calc(100vw / ( 1400 / 8 ));
    height: calc(100vw / ( 1400 / 12 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-topics-lists .list__inner .forTxt a:after {
    width: 8px;
    height: 12px;
  }
}
.p-topics-detail {
  padding-bottom: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-topics-detail {
    padding-bottom: 5.7142857143vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-topics-detail {
    padding-bottom: 80px;
  }
}
.p-topics-detail .forTtl {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1em;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .p-topics-detail .forTtl {
    font-size: 1.6428571429vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-topics-detail .forTtl {
    font-size: 2.3rem;
  }
}
.p-topics-detail .forDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 1em;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .p-topics-detail .forDate {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-topics-detail .forDate {
    font-size: 1.8rem;
  }
}
.p-topics-detail .forDate .cat {
  font-size: 70%;
  display: inline-block;
  color: #fff;
  background-color: #3c3834;
  padding: 0.2em 1em;
  margin-left: 1em;
}
.p-topics-detail .forTxt {
  border-top: 1px solid #939298;
  line-height: 1.5;
  padding-top: 1em;
  margin-bottom: 10vw;
  text-align: justify;
  letter-spacing: 0.14em;
  font-size: calc(100vw / ( 750 / 28 ));
}
@media screen and (min-width: 769px) {
  .p-topics-detail .forTxt {
    line-height: 1.7;
    margin-bottom: 5.7142857143vw;
    letter-spacing: 0.1em;
    font-size: calc(100vw / ( 1400 / 17 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-topics-detail .forTxt {
    font-size: 1.7rem;
    margin-bottom: 80px;
  }
}

.p-topics-detail .forTxt a {
  text-decoration: underline;
}
.p-topics-detail .forTxt a:hover {
  text-decoration: none;
}
.p-topics-detail .forTxt b {
  font-weight: 700;
  color: #3e3935;
}
.p-topics-detail .forTxt i {
  font-style: italic;
}
.p-topics-detail .forTxt ul {
  list-style: disc;
  margin-left: 1em;
}
.p-topics-detail .forTxt ol {
  list-style: decimal;
  margin-left: 1em;
}
.p-topics-detail .forTxt blockquote {
  border-left: 3px solid #3e3935;
  box-sizing: border-box;
  padding-left: .75em;
}
.p-topics-detail .forTxt pre {
  background: #EAEBEE;
  box-sizing: border-box;
  padding: .5em;
  white-space: break-spaces;
}
.p-topics-detail .forTxt h1,
.p-topics-detail .forTxt h2 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3e3935;
  font-size: calc(100vw / ( 750 / 45 ));
}
@media screen and (min-width: 769px) {
  .p-topics-detail .forTxt h1,
  .p-topics-detail .forTxt h2 {
    font-weight: bold;
    font-size: calc(100vw / ( 1400 / 34 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-topics-detail .forTxt h1,
  .p-topics-detail .forTxt h2 {
    font-size: 3.4rem;
  }
}

.p-topics-detail .forTxt h3 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3e3935;
  font-size: calc(100vw / ( 750 / 38 ));
}
@media screen and (min-width: 769px) {
  .p-topics-detail .forTxt h3 {
    font-size: calc(100vw / ( 1400 / 26 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-topics-detail .forTxt h3 {
    font-size: 2.6rem;
  }
}

.p-topics-detail .forTxt h4 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3e3935;
  font-size: calc(100vw / ( 750 / 34 ));
}
@media screen and (min-width: 769px) {
  .p-topics-detail .forTxt h4 {
    font-size: calc(100vw / ( 1400 / 22 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-topics-detail .forTxt h4 {
    font-size: 2.2rem;
  }
}

.p-topics-detail .forTxt iframe {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  margin: auto;
  max-width: 640px;
  width: 100%;
}
.p-topics-detail .forTxt img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
}
.p-topics-detail .forTxt .forMV {
  margin-bottom: 4.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-topics-detail .forTxt .forMV {
    float: right;
    width: 45.45%;
    margin-left: 2.27%;
    margin-bottom: 1.7857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-topics-detail .forTxt .forMV {
    margin-bottom: 25px;
  }
}
.p-topics-detail .forTxt .forMV img {
  width: 100%;
}

.p-topics-detail .forTxt a {
  text-decoration: underline;
}
.p-topics-detail .forTxt a:hover {
  text-decoration: none;
}
.p-topics-detail .forImg {
  margin-bottom: 10vw;
}
@media screen and (min-width: 769px) {
  .p-topics-detail .forImg {
    margin: 0 auto 5.7142857143vw;
    width: 57%;
  }
}
@media screen and (min-width: 1401px) {
  .p-topics-detail .forImg {
    width: 800px;
    margin-bottom: 80px;
  }
}
.p-topics-detail .forBtn {
  padding: 1em 0;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .p-topics-detail .forBtn {
    font-size: 1.2857142857vw;
    margin: 0 auto;
    width: 22em;
  }
}
@media screen and (min-width: 1401px) {
  .p-topics-detail .forBtn {
    font-size: 1.8rem;
  }
}
.p-topics-detail .forBtn:before {
  left: 1em;
}