@charset "UTF-8";
.news_detail {
  background: #fff -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgb(223, 243, 255)));
  background: #fff linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgb(223, 243, 255) 100%);
}
.news_detail_in {
  background-color: #fff;
}
.news_detail_date_wrap {
  color: #333;
  font-size: 0.16rem;
}
.news_detail_cat {
  display: inline-block;
  position: relative;
  top: 0.06rem;
  width: 0.7rem;
  overflow: hidden;
  border-radius: 0.05rem;
}
.news_detail_cat img {
  display: block;
  width: 100%;
}
.news_detail .detailText p:last-child {
  margin-bottom: 0;
}
.news_detail_new {
  color: #fe715b;
}
.news_detail h2 {
  border-bottom: 1px solid #aaa9a8;
  font-weight: 700;
  letter-spacing: 0.005rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .news_detail {
    padding: 0.4rem 0 0.5rem;
  }
  .news_detail_in {
    margin-bottom: 0.3rem;
    padding: 0.16rem 0.2rem 0.32rem;
  }
  .news_detail_date_wrap {
    margin-bottom: 0.01rem;
  }
  .news_detail_cat {
    margin: 0 0.05rem 0 0.07rem;
  }
  .news_detail h2 {
    margin-bottom: 0.19rem;
    padding-bottom: 0.2rem;
    font-size: 0.18rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
  }
  /* .news_detail_new {
    display: block;
  } */
  /* body.is-post-page .sp_only {
    display: none;
  } */

    /* お知らせ 文章 */

  .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) {
  .news_detail {
    padding: 0.68rem 0 1rem;
  }
  .news_detail h2 {
    margin-bottom: 19px;
    padding-bottom: 9px;
    font-size: 0.22rem;
  }
  .news_detail_cat {
    margin: 0 5px 0 13px;
  }
  .news_detail_date_wrap {
    margin-bottom: 2px;
  }
  .news_detail_new {
    margin-left: 6px;
  }
  .news_detail_in {
    margin-bottom: 50px;
    padding: 59px 69px 51px;
  }
    /* お知らせ 文章 */

  .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%;
  }
}
/*# sourceMappingURL=post.css.map */