@charset "UTF-8";
.post-category {
  display: inline-block;
  margin-right: 0.05rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .post-category {
    width: 0.82rem;
    height: 0.29rem;
  }
  .news_detail_cat{
    margin-left: 0.1rem;
  }

  /* お知らせ 文章 */

  .detailText{
    font-weight: normal;
  }
  .detailText div,
  .detailText p,
  .detailText b,
  .detailText i,
  .detailText u,
  .detailText strike,
  .detailText div span,
  .detailText span {
    font-size: inherit !important;
    line-height: 1.8;
  }

  .detailText,
  .detailText div,
  .detailText span {
    font-size: inherit !important;
  }

  .detailText b {
    font-weight: bold;
  }

  .detailText i {
    font-style: italic;
  }

  .detailText u {
    text-decoration: underline;
  }

  .detailText ul {
    padding-left: 0;
  }

  .detailText ol {
    padding-left: 0;
  }


  .detailText ul li {
    list-style: disc;
    margin-left: 1em;
  }

  .detailText ol li {
    list-style: decimal;
    margin-left: 1em;
  }

  .detailText i {
    font-style: italic;
    font-weight: inherit;
    color: inherit;
  }

  .detailText u {
    color: inherit;
    font-weight: inherit;
  }

  .detailText a {
    color: #0066c0;
    text-decoration: underline;
  }

  .detailText div a:hover {
    opacity: 0.6;
  }

  .detailUpfile img {
    max-width: 540px;
    width: 100%;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .post-category {
    width: 74px;
    height: 28px;
  }
  .news_detail_cat{
    margin-left: 10px;
  }

  /* お知らせ 文章 */

  .detailText{
    font-weight: normal;
  }
  .detailText div,
  .detailText b,
  .detailText i,
  .detailText u,
  .detailText strike,
  .detailText div span,
  .detailText span {
    font-size: inherit !important;

    line-height: 1.8;
  }

  .detailText div,
  .detailText span {
    font-size: inherit !important;
  }

  .detailText b {
    font-weight: bold;
  }

  .detailText i {
    font-style: italic;
  }

  .detailText u {
    text-decoration: underline;
  }

  .detailText ul {
    padding-left: 0;
  }

  .detailText ol {
    padding-left: 0;
  }


  .detailText ul li {
    list-style: disc;
    margin-left: 1em;
  }

  .detailText ol li {
    list-style: decimal;
    margin-left: 1em;
  }

  .detailText i {
    font-style: italic;
    font-weight: inherit;
    color: inherit;
  }

  .detailText u {
    color: inherit;
    font-weight: inherit;
  }

  .detailText a {
    color:#0066c0;;
    text-decoration: underline;
  }


  .detailText a.point_none{
    pointer-events: none;
    color: black;
    text-decoration: none;
  }


  .detailUpfile img {
    max-width: 540px;
    width: 100%;
  }
}
.section-post {
  border-bottom: 1px solid #0d92d2;
}
.section-post .news_detail_in {
  border-radius: 0.2rem;
  background: rgba(246, 241, 236, 0.7);
}
.section-post .post-head {
  position: relative;
}
.section-post .post-head::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url("../img/post/decor_line.png") no-repeat 0 0/auto 1px;
}
.section-post .news_detail_date_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
      color: #848484;
    font-size: 0.15rem;
}
.section-post .post-time {
  color: #848484;
  font-size: 0.15rem;
}
.section-post .post-title {
  margin-bottom: 0;
  font-size: 0.16rem;
}
.section-post .post-content p:last-child {
  margin-bottom: 0;
}
.section-post .button-common-secondary::after {
  -webkit-mask-image: url("../img/post/icn_arrow.svg");
  mask-image: url("../img/post/icn_arrow.svg");
  -webkit-mask-size: 0.09rem 0.17rem;
  mask-size: 0.09rem 0.17rem;
  width: 0.09rem;
  height: 0.17rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-post {
    position: relative;
    padding: 0.6rem 0 1.57rem;
  }
  .section-post .decor-common-animation {
    bottom: 0.3rem;
    left: 50%;
    width: 1.05rem;
    height: 0.97rem;
    margin-left: -0.53rem;
    background-image: url("../img/common/sp/decor_flower_02.png");
  }
  .section-post .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-post .news_detail_in {
    padding: 0.26rem 0 0.16rem;
  }
  .section-post .post-head {
    margin-bottom: 0.17rem;
    padding: 0 0.12rem 0.08rem;
  }
  .section-post .news_detail_date_wrap {
    margin-bottom: 0.2rem;
  }
  .section-post .post-time {
    margin-right: 0.11rem;
  }
  .section-post .post-content {
    padding: 0 0.15rem;
  }
  .section-post .button-common-secondary {
    width: 2rem;
    min-height: 0.41rem;
    margin: 0.26rem auto 0;
    padding-right: 0.3rem;
    padding-left: 0.11rem;
    font-size: 0.16rem;
  }
  .section-post .button-common-secondary::after {
    right: 0.15rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-post {
    padding: 90px 0 180px;
  }
  .section-post .wrapper {
    position: relative;
    max-width: 1100px;
  }
  .section-post .decor-common-animation {
    right: -129px;
    bottom: -122px;
    width: 230px;
    height: 212px;
    background-image: url("../img/common/decor_flower_02.png");
  }
  .section-post .title-common-primary {
    margin-bottom: 50px;
  }
  .section-post .news_detail_in {
    padding: 35px 50px 40px;
  }
  .section-post .post-head {
    margin-bottom: 25px;
    padding-bottom: 6px;
  }
  .section-post .news_detail_date_wrap {
    margin-bottom: 11px;
  }
  .section-post .post-time {
    margin-right: 11px;
  }
  .section-post .button-common-secondary {
    width: 304px;
    min-height: 55px;
    margin: 37px auto 0;
    padding-top: 2px;
  }
  .section-post .button-common-secondary::after {
    right: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1499.98px) {
  .section-post .decor-common-animation {
    right: -80px;
    bottom: -160px;
  }
}
/*# sourceMappingURL=post.css.map */