@charset "UTF-8";
@import url("global.css");
/* ------------------------------
 Archive
------------------------------ */
.list_news {
  border-top: 1px solid #A2A2A2; }
  .list_news li {
    border-bottom: 1px solid #A2A2A2; }
    .list_news li .inner {
      display: flex;
      gap: 40px;
      padding: 20px 40px;
      position: relative; }
      .list_news li .inner time {
        line-height: 18px;
        color: #7E7F85;
        font-size: 15px;
        font-family: "Jost", "Zen Kaku Gothic New", sans-serif; }
      .list_news li .inner .post_title {
        line-height: 18px;
        font-size: 15px; }
    .list_news li a::after {
      content: "";
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-left: 6px solid #1A1A3F;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }

/* ------------------------------
 Single
------------------------------ */
#sec_pagetitle .posttitle {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: clamp(18px, 3vw, 28px);
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
#sec_pagetitle time {
  color: #7E7F85;
  font-size: 15px;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif; }

#postbody {
  border-top: 1px solid #A2A2A2;
  padding-block: 40px 0; }
  #postbody .pdfbtn {
    width: fit-content;
    margin-left: auto;
    margin-block: -20px 20px; }
    #postbody .pdfbtn a {
      border: 1px solid #A2A2A2;
      padding: 10px 20px;
      border-radius: 50px;
      display: block;
      line-height: 1.0;
      font-size: 14px;
      font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  #postbody .postbody {
    margin-block: 0 50px; }

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

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /* ------------------------------
   Archive
  ------------------------------ */
  .list_news li .inner {
    gap: 20px; }

  /* ------------------------------
   Single
  ------------------------------ */
  #sec_pagetitle .posttitle {
    margin-bottom: 5px; }
  #sec_pagetitle time {
    font-size: 14px; }

  #postbody .pdfbtn a {
    font-size: 13px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ------------------------------
   Archive
  ------------------------------ */
  .list_news li .inner {
    display: block;
    padding: 20px 10px; }
    .list_news li .inner time {
      margin-bottom: 5px;
      font-size: 13px; }
  .list_news li a::after {
    border: 0 solid transparent;
    border-left: 0 solid #1A1A3F; }

  /* ------------------------------
   Single
  ------------------------------ */
  #sec_pagetitle time {
    font-size: 11px; }

  #postbody {
    padding-block: 30px 0; }
    #postbody .pdfbtn a {
      font-size: 12px; } }
