@charset "UTF-8";
@import url("global.css");
/* ------------------------------
 Index
------------------------------ */
.newslist {
  margin-bottom: 80px;
  border-top: #e7e7e7 1px solid;
}
.newslist li {
  border-bottom: #e7e7e7 1px solid;
}
.newslist li .inner {
  display: block;
  box-sizing: border-box;
  padding: 30px 10px 30px 20px;
  line-height: 1.5;
}
.newslist li .inner span, .newslist li .inner time {
  display: block;
}
.newslist li .inner .date {
  float: left;
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.newslist li .inner .text {
  margin-left: 100px;
}
.newslist li a.inner {
  position: relative;
  padding-right: 40px;
}
.newslist li a.inner::after {
  content: "\f054";
  color: #8f8f8f;
  font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  line-height: 1;
}
.newslist li a.inner.out::after {
  content: "\f08e";
}

/* ------------------------------
 Post-Page
------------------------------ */
.post {
  margin-bottom: 80px;
}
.post .posttitle {
  text-align: center;
  margin-bottom: 60px;
}
.post .posttitle .title {
  font-size: 24px;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
.post .posttitle .date {
  color: #575757;
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
}
.post .posttitle .date::before, .post .posttitle .date::after {
  content: "";
  width: 30px;
  height: 1px;
  display: inline-block;
  background-color: #8f8f8f;
  vertical-align: 5px;
  margin: 0 12px;
}
.post .mainimage {
  max-width: 980px;
  margin: 60px auto;
}
.post #postbody {
  margin-bottom: 60px;
}
.post .pdf a {
  text-align: center;
  display: block;
  background-color: #E8E3D8;
  border-radius: 3px;
  padding: 10px 30px;
  position: relative;
}
.post .pdf a::after {
  content: "\f1c1";
  font-weight: 400;
  font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
  font-size: 24px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: -3px;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)

------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /* ------------------------------
   Index
  ------------------------------ */
  .newslist li .inner {
    padding: 25px 10px 25px 20px;
  }
  .newslist li .inner .date {
    float: none;
    margin-bottom: 3px;
  }
  .newslist li .inner .text {
    margin-left: 0;
  }

  /* ------------------------------
   Post-Page
  ------------------------------ */
  .post .posttitle .title {
    font-size: 21px;
  }
  .post #postbody {
    margin-bottom: 50px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ------------------------------
   Index
  ------------------------------ */
  .newslist {
    margin-bottom: 0;
  }
  .newslist li .inner {
    padding: 20px 10px;
  }
  .newslist li a.inner {
    padding-right: 30px;
  }
  .newslist li a.inner::after {
    margin-top: -7px;
  }

  /* ------------------------------
   Post-Page
  ------------------------------ */
  .post {
    margin-bottom: 60px;
  }
  .post .posttitle {
    margin-bottom: 40px;
  }
  .post .posttitle .title {
    font-size: min(20px,4.5vw);
    margin-bottom: 5px;
  }
  .post .posttitle .date {
    font-size: 15px;
  }
  .post .posttitle .date::before, .post .posttitle .date::after {
    width: 20px;
    vertical-align: 4px;
    margin: 0 10px;
  }
  .post .mainimage {
    margin: 40px auto;
  }
  .post #postbody {
    margin-bottom: 40px;
  }
  .post .pdf a {
    padding: 10px;
  }
  .post .pdf a::after {
    font-size: 22px;
    vertical-align: -2px;
  }
}

/*# sourceMappingURL=news.css.map */
