@charset "UTF-8";
.section-post {
  position: relative;
}
.section-post .post-inner {
  border-radius: 0.05rem;
  background-color: rgba(255, 255, 255, 0.99);
}
.section-post .detail-date {
  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;
  color: #989898;
  font-weight: 400;
}
.section-post .detail-category {
  display: inline-block;
  position: relative;
  width: 1.03rem;
  margin-left: 0.25rem;
}
.section-post .text-new {
  color: #ff921e;
  font-size: 0.16rem;
  font-weight: 600;
}
html.is-android .section-post .text-new {
  font-weight: 700;
}
.section-post .detail-title {
  margin-bottom: 0.1rem;
  padding-bottom: 0.04rem;
  border-bottom: 0.01rem dashed #cbcbcb;
  font-size: 0.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
html.is-android .section-post .detail-title {
  font-weight: 700;
}
.section-post .detail-sub-title {
  margin-bottom: -0.02rem;
  font-size: 0.16rem;
  font-weight: 300;
}
.section-post .detail-text {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.section-post .detail-text p {
  margin: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-post {
    padding: 1.6rem 0 0.6rem;
  }
  .section-post .wrapper {
    margin-bottom: 0.76rem;
  }
  .section-post .post-inner {
    margin-bottom: 0.4rem;
    padding: 0.3rem 0.2rem;
  }
  .section-post .detail-category {
    margin-left: 0.1rem;
  }
  .section-post .detail-date {
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
  }
  .section-post .text-new {
    margin-left: 0.1rem;
    font-size: 0.15rem;
  }
  .section-post .detail-text p {
    margin-bottom: 0;
  }
  .section-post .detail-title {
    margin-bottom: 0.2rem;
    font-size: 0.22rem;
    line-height: 1.75;
  }
  .section-post .detail-title .is-android {
    font-weight: 700;
  }

  /* お知らせ 文章 */

  .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-type: disc;
    margin-left: 1em;
  }

  .detailText ol li {
    list-style-type: 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) {
  .section-post {
    padding: 220px 0 200px;
  }
  .section-post .wrapper {
    max-width: 1000px;
  }
  .section-post .post-inner {
    margin-bottom: 30px;
    padding: 58px 59px 84px;
  }
  .section-post .detail-date {
    margin-bottom: 0.15rem;
    font-size: 0.15rem;
  }
  .section-post .text-new {
    margin-left: 34px;
  }
  .section-post .detail-text {
    padding-right: 5px;
  }
  .section-post .button-common {
    width: 256px;
    margin: 0 auto;
    padding: 13px 24px;
  }
  .section-post .button-common::before {
    right: 23px;
  }

  /* お知らせ 文章 */

  .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-type: disc;
    margin-left: 1em;
  }

  .detailText ol li {
    list-style-type: 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 */