@import url("global.css");
/* ------------------------------
 Index
------------------------------ */
.archive .newslist {
  width: 100%;
  border-top: #262626 solid 1px;
  margin-bottom: 120px;
}
.archive .newslist li {
  border-bottom: #262626 solid 1px;
}
.archive .newslist li .inner {
  display: flex;
  text-align: left;
  padding: 35px 25px;
}
.archive .newslist li a.inner .text {
  position: relative;
  padding-right: 1.5em;
}
.archive .newslist li a.inner .text::after {
  content: "\f04b";
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
}
@media (any-hover: hover) {
  .archive .newslist li a.inner:hover {
    translate: 5px 0;
  }
}
.archive .newslist li .date {
  display: block;
  font-family: "Barlow Condensed", "LINE Seed JP", sans-serif;
  font-weight: 700;
}
.archive .newslist li .text {
  display: block;
  margin-left: 40px;
}

/* ------------------------------
 Entry
------------------------------ */
.entry #post .posttitle {
  margin-bottom: 10px;
  font-size: clamp(22px, 3.2vw, 30px);
  font-weight: 700;
}
.entry #post .date {
  display: block;
  line-height: 1;
  font-family: "Barlow Condensed", "LINE Seed JP", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  color: #A9A9A9;
}
.entry #post #postbody {
  margin-top: 3em;
}
.entry #post #postbody .postbody {
  text-align: justify;
}
.entry #post #postbody .postbody .wp-block-image {
  max-width: 700px;
  height: auto;
}

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

 Responsive-Breakpoint-1 ( 1600px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1600px) {
  /* ------------------------------
   Index
  ------------------------------ */
  /* ------------------------------
   Entry
  ------------------------------ */
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1300px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  /* ------------------------------
   Index
  ------------------------------ */
  .archive .newslist li .inner {
    padding: 30px 20px;
  }
  .archive .newslist li .text {
    margin-left: 3vw;
  }

  /* ------------------------------
   Entry
  ------------------------------ */
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ------------------------------
   Index
  ------------------------------ */
  .archive .newslist li .inner {
    display: block;
    padding: 15px 5px;
  }
  .archive .newslist li .text {
    margin: 0;
  }

  /* ------------------------------
   Entry
  ------------------------------ */
  .entry #post #postbody .postbody .wp-block-image {
    max-width: 100%;
  }
}
