@charset "UTF-8";
.section-post {
  padding: 0.68rem 0 1.02rem;
}
.section-post .title-common-primary {
  margin-bottom: 0.41rem;
}
.section-post .news_detail_in {
  margin-bottom: 0.6rem;
  padding: 0.45rem 0.5rem 0.54rem;
  border-radius: 0.2rem;
  background: #fcfbf0;
}
.section-post .news_detail_date_wrap {
  margin-bottom: 0.2rem;
}
.section-post .news_detail_cat {
  display: inline-block;
  position: relative;
  top: 0.06rem;
  width: 0.8rem;
  margin: 0 0.05rem 0 0.19rem;
  overflow: hidden;
  border-radius: 0.04rem;
}
.section-post .news_detail_cat img {
  display: block;
  width: 100%;
}
.section-post h3 {
  position: relative;
  margin-bottom: 0.3rem;
  padding-bottom: 0.16rem;
  font-size: 0.22rem;
  line-height: 1.6;
}
.section-post h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.02rem;
  background: -webkit-gradient(linear, left top, right top, from(#53b59e), color-stop(60%, #85cbbf), to(#e8bb66));
  background: linear-gradient(90deg, #53b59e 0%, #85cbbf 60%, #e8bb66 100%);
}
.section-post .detailText p:last-child {
  margin-bottom: 0;
}
.section-post .button-common-primary {
  width: 2.38rem;
  margin: 0 auto;
}
.section-post .detailText b {
  font-weight: 700;
}
.section-post .detailText i {
  font-style: italic;
}
.section-post .detailText a {
  display:inline;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.section-post .detailText a:hover {
  color:#53B59E;
  background: none;
}
.section-post .detailText .detailUpfile img{
  width: 100%;
  max-width: 500px;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-post {
    padding: 0.4rem 0 0.82rem;
  }
  .section-post .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-post .news_detail_in {
    margin-bottom: 0.41rem;
    padding: 0.16rem 0.2rem 0.2rem;
  }
  .section-post .news_detail_date_wrap {
    margin-bottom: 0.13rem;
  }
  .section-post .news_detail_cat {
    top: 0.06rem;
    margin: 0 0.05rem 0 0.2rem;
  }
  .section-post h3 {
    margin-bottom: 0.19rem;
    padding-bottom: 0.13rem;
    font-size: 0.18rem;
  }
}
/*# sourceMappingURL=post.css.map */