@charset "UTF-8";
@media print, (min-width: 768px) and (max-width: 1699.98px) {
  .section-common-keyvisual .keyvisual-image img {
    -o-object-position: -130px center;
    object-position: -130px center;
  }
}
.section-post .news_detail_in {
  border-radius: 0.2rem;
  background-color: #fef5e6;
}
.section-post .news_detail_cat {
  display: inline-block;
  position: relative;
  width: 0.8rem;
  height: 0.26rem;
}
.section-post .news_detail_cat img {
  width: 100%;
  vertical-align: initial;
}
.section-post .news_new {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.4;
  margin-left: 0.07rem;
  color: #f9748a;
}
.section-post h2 {
  margin-bottom: 0;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.6;
}
.section-post .detailWrap {
  position: relative;
}
.section-post .detailWrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #d2a36c;
  -webkit-mask-image: url("../img/common/line_common_01.svg");
  -webkit-mask-repeat: repeat-x;
}
.section-post .detailText p:last-child {
  margin-bottom: 0;
}
.section-post .detailUpfile img{
	max-width:500px;
	height:auto;
}
.section-post .detailText b {
  font-weight: 700;
}
.section-post .detailText i {
  font-style: italic;
}
.section-post .detailText a {
  font-weight: 700;
  text-decoration: underline;
  background: none!important;
  transition: all 0.3s;
}
.section-post .detailText a:hover{
  color:#F9AFBB;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-post {
    padding: 0.6rem 0;
  }
  .section-post .news_detail_in {
    padding: 0.3rem;
  }
  .section-post .news_detail_date_wrap {
    margin-bottom: 0.15rem;
  }
  .section-post .news_detail_cat {
    top: 0.05rem;
    margin-left: 0.15rem;
  }
  .section-post .detailWrap {
    margin-top: 0.1rem;
    padding-top: 0.2rem;
  }
  .section-post .button-common-primary {
    margin: 0.4rem auto 0;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-post {
    padding: 80px 0 100px;
  }
  .section-post .wrapper {
    max-width: 1000px;
  }
  .section-post .news_detail_in {
    padding: 43px 50px 48px;
  }
  .section-post .news_detail_date_wrap {
    margin-bottom: 17px;
  }
  .section-post .news_detail_cat {
    top: 6px;
    margin-left: 20px;
  }
  .section-post .detailWrap {
    margin-top: 12px;
    padding-top: 30px;
  }
  .section-post .button-common-primary {
    margin: 40px auto 0;
  }
}
/*# sourceMappingURL=post.css.map */