@charset "UTF-8";
.news_detail {
  position: relative;
  z-index: 1;
  /* -------------------------------
  ▼ SP表示
  -------------------------------- */
  /* -------------------------------
  ▼ PC表示
  -------------------------------- */
}
.news_detail .news_detail_in {
  background: rgba(255, 255, 255, 0.5);
}
.news_detail .up_ymd {
  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;
  margin-bottom: 0.29rem;
}
.news_detail #cat {
  display: inline-block;
  position: relative;
  width: 0.7rem;
  margin-left: 0.16rem;
  top: -0.01rem;
}
.news_detail .newMark {
  color: #ff7aa1;
  font-size: 0.18rem/*0.2rem*/;
  font-weight: 700;
}
.news_detail h5 {
  border-bottom: 1px solid #808080;
  font-size: 0.2rem;
  font-weight: bold;
}
.news_detail .detailText {
  font-size: 0.15rem/*0.16rem*/;
  line-height: 2;
}
.news_detail .detailText .text-bold {
  font-weight: bold;
}
.news_detail .detailText b{
  font-weight: bold;
}
.news_detail .detailText i {
    font-style: italic;
}
.news_detail .detailText a {
	 text-decoration: inherit;
}
.news_detail .button-common-primary {
  margin: 0 auto;
}
.news_detail .text-bottom {
  font-weight: bold;
}
.news_detail .text-bottom span {
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .news_detail {
    padding: 1.4rem 0;
  }
  .news_detail .news_detail_in {
    margin-bottom: 0.3rem;
    padding: 0.1rem 0;
  }
  .news_detail .up_ymd {
    margin-bottom: 0.19rem;
    font-size: 0.15rem;
  }
  .news_detail .newMark {
    margin-left: -0.01rem;
  }
  .news_detail h5 {
    margin-bottom: 0.2rem;
    padding-bottom: 0.1rem;
  }
  .news_detail .detailText p {
    margin-bottom: 0.2rem;
  }
  .news_detail .detailText p:last-child {
    margin-bottom: 0;
  }
  .news_detail .text-bottom {
    text-align: right;
    font-size: 0.2rem;
  }
}
@media print, (min-width: 768px) {
  .news_detail {
    padding: 164px 0 142px;
  }
  .news_detail .news_detail_in {
    margin-bottom: 49px;
    padding: 50px 50px 13px;
  }
  .news_detail .up_ymd {
    margin-bottom: 19px;
    font-size: 0.15rem;
  }
  .news_detail .newMark {
    margin-left: -1px;
  }
  .news_detail h5 {
    margin-bottom: 0.31rem;
    padding-bottom: 0.05rem;
  }
  .news_detail .detailText {
    margin-bottom: 30px;
  }
  .news_detail .detailText p {
    margin-bottom: 32px;
  }
  .news_detail .detailText p:last-child {
    margin-bottom: 0;
  }
  .news_detail .text-bottom {
    text-align: right;
    font-size: 0.2rem;
  }
  .news_detail .text-bottom span {
    font-size: 0.16rem;
    position: relative;
    bottom: 1px;
  }
}
/*# sourceMappingURL=post.css.map */