@charset "UTF-8";
@import url("global.css");
#bodyarea {
  margin-bottom: 120px;
}

/* ------------------------------
 Index
------------------------------ */
.archive ul.newslist li {
  border-bottom: #D6D6D6 solid 1px;
}
.archive ul.newslist li:first-child {
  border-top: #D6D6D6 solid 1px;
}
.archive ul.newslist li .inner {
  display: flex;
  padding: 35px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
}
.archive ul.newslist li a.inner .text {
  position: relative;
  padding-right: 1.5em;
}
.archive ul.newslist li a.inner .text::after {
  content: "\f04b";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  font-size: .8em;
  color: #706D65;
}
@media (any-hover: hover) {
  .archive ul.newslist li a.inner:hover {
    opacity: .8;
  }
}
.archive ul.newslist li .date {
  flex-shrink: 0;
  white-space: nowrap;
  display: block;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  padding-top: 2px;
  color: #706D65;
}
.archive ul.newslist li .text {
  width: 100%;
  display: block;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  margin-left: 15px;
}

/* ------------------------------
 Entry
------------------------------ */
.entry #post {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.entry #post .postmain {
  width: 100%;
  padding-right: 5vw;
}
.entry #post .postmain .posttitle {
  margin-bottom: 20px;
  font-size: clamp(16px, 2.2vw, 26px);
  font-weight: 500;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
  letter-spacing: .15em;
}
.entry #post .postmain .date {
  display: block;
  font-size: .93em;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  color: #706D65;
  line-height: 1;
}
.entry #post .postmain .date::before {
  content: "";
  display: inline-block;
  vertical-align: 4px;
  width: 10px;
  height: 1px;
  background-color: #A2A2A2;
  margin-right: 8px;
}
.entry #post .postmain #postbody {
  margin-top: 60px;
}
.entry #post .postmain #postbody .postbody {
  text-align: justify;
}
.entry #post .postmain #postbody .postbody .wp-block-image {
  max-width: 700px;
  height: auto;
}
.entry #post figure.image {
  width: 40%;
  flex-shrink: 0;
}

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

 Responsive-Breakpoint-1 ( 1600px )

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

 Responsive-Breakpoint-2 ( 1300px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  #bodyarea {
    margin-bottom: 100px;
  }

  /* ------------------------------
   Index
  ------------------------------ */
  .archive ul.newslist li .inner {
    padding: 30px 2vw;
  }
  .archive ul.newslist li .text {
    margin-left: 15px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 959px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #bodyarea {
    margin-bottom: 60px;
  }

  /* ------------------------------
   Index
  ------------------------------ */
  /* ------------------------------
   Entry
  ------------------------------ */
  .entry #post {
    display: block;
  }
  .entry #post .postmain {
    padding: 0 0 35px;
  }
  .entry #post .postmain #postbody {
    margin-top: 50px;
  }
  .entry #post figure.image {
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #bodyarea {
    margin-bottom: 120px;
  }

  /* ------------------------------
   Index
  ------------------------------ */
  .archive ul.newslist li .inner {
    padding: 25px 2vw;
  }
  .archive ul.newslist li a.inner .text {
    padding-right: 1.3em;
  }
  .archive ul.newslist li a.inner .text::after {
    font-size: .7em;
  }
  .archive ul.newslist li .date {
    padding-top: 1px;
  }

  /* ------------------------------
   Entry
  ------------------------------ */
  .entry #post .postmain {
    padding: 0 0 20px;
  }
  .entry #post .postmain .posttitle {
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .entry #post .postmain .date {
    margin-bottom: 7px;
  }
  .entry #post .postmain #postbody {
    margin-top: 35px;
  }
  .entry #post .postmain #postbody .postbody .wp-block-image {
    max-width: 100%;
  }
}
