@charset "utf-8";
/* ==================================================== */
/*  お知らせ
/* ==================================================== */

.inner {
  position: relative;
}
.mark01 {
  position: absolute;
  top: 15px;
  left: -13.836vw;
  z-index: 1;
  width: 23.499vw;
  min-width: 325px;
}
.post-contents-head .contents-ttl {
  position: relative;
}

.mark02 {
  position: absolute;
  top: 94px;
  right: 4.392vw;
  z-index: 1;
  display: block;
  width: 9.517vw;
  min-width: 130px;
}

.post-contents-head .contents-ttl h1 {
  position: relative;
  z-index: 2;
  padding-top: 116px;
  font-size: var(--fs30);
  font-size: 30px;
  color: #393939;
}

/* 投稿共通 */
.news .contents-area {
  position: relative;
  z-index: 2;
  margin-bottom: 150px;
}
.news .contents-area .post-box {
  position: relative;
  z-index: 2;
  max-width: 745px;
  margin: 0 auto;
}

/* 投稿一覧 */
.news .contents-area .post-box.list article {
  padding: 1em 1em 1em 1.5em;
  border-bottom: #bfbfbf 1px solid;
  color: #393939;
}
.news .contents-area .post-box.list article time {
  display: block;
  width: 15%;
  min-width: 115px;
  font-weight: bold;
  color: #ff7600;
}
.news .contents-area .post-box.list article p {
  width: 85%;
}
.news .contents-area .wp-pagenavi {
  padding-top: 100px;
}

/* 投稿詳細 */
.news .contents-area .post-box.detail article {
  margin-bottom: 100px;
}
.news .contents-area .post-box.detail article .title-box {
  margin-bottom: 2em;
  border-bottom: #bfbfbf 1px solid;
}
.news .contents-area .post-box.detail article .title-box time {
  display: block;
  margin-bottom: 0.3em;
  color: #ff7600;
}
.news .contents-area .post-box.detail article .title-box > h1 {
  margin-bottom: 0.8em;
  font-size: var(--fs25);
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .mark01 {
    top: -5px;
    left: -18.067vw;
    z-index: 1;
    width: 42.467vw;
    min-width: 200px;
  }

  .news-list .mark02 {
    display: none;
  }
  .news-detail .mark02 {
    position: absolute;
    top: 145px;
    right: 30px;
    display: block;
    width: 9.517vw;
    min-width: 93px;
  }
  .post-contents-head .contents-ttl h1 {
    padding-top: 40px;
    font-size: 22px;
  }
  .news .contents-area {
    margin-bottom: 100px;
  }
  .news .contents-area .post-box {
    padding-top: 25px;
  }
  .news .contents-area .post-box.list article {
    padding: 1em 0 1em 0;
  }
  .news .contents-area .post-box.list article .flex {
    flex-direction: column;
  }
  .news .contents-area .post-box.list article time {
    width: 100%;
    padding-bottom: 0.3em;
    font-weight: normal;
  }
  .news .contents-area .post-box.list article p {
    width: 100%;
    line-height: 1.7;
  }
  .news .contents-area .wp-pagenavi {
    padding-top: 70px;
  }
  .news .contents-area .post-box.detail {
    padding-top: 90px;
  }
  .news .contents-area .post-box.detail article {
    margin-bottom: 60px;
  }
  .news .contents-area .post-box.detail article .title-box {
    margin-bottom: 2em;
    border-bottom: #bfbfbf 1px solid;
  }
  .news .contents-area .post-box.detail article .title-box time {
    display: block;
    margin-bottom: 0.3em;
    color: #ff7600;
  }
  .news .contents-area .post-box.detail article .title-box > h1 {
    margin-bottom: 0.5em;
    font-size: 18px;
    line-height: 1.6;
  }
  .c-btn a {
    width: 260px;
    font-size: 14px;
  }
}
