@charset "utf-8";

/* PC ================================================== */
@media all and (min-width:960px){
  .news-page {
    margin: 75px auto 0;
    padding: 0 45px;
    box-sizing: border-box;
    letter-spacing: 0.075em;
  }
  .news-page .copy-span span{
    font-size: 10px;
    font-weight: bold;
    color: #1F1D59;
    font-family:"DIN Condensed",sans-serif;
    position: absolute;
    top: 360px;
    left: 30px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .ttl-area {
    margin-bottom: 20px;
  }
    .ttl-area p {
      font-family: "DIN Condensed",sans-serif;
      font-size: 34px;
      text-align: center;
    }
    .ttl-area span {
      font-family: "源ノ角ゴシック JP",sans-serif;
      font-size: 12px;
      position: relative;
      top: 20px;
    }
    .archives-top {
      text-align: center;
      margin: 10px auto 20px;
    }
    .archives-top p {
      display: inline-block;
      width: 200px;
      font-size: 20px;
    }
    .news-container {
      display: flex;
      width: 100%;
      max-width: 1000px;
      margin: 0 auto 100px;
    }
      .news-left--area {

      }
      .news-right--area {
        display: inline-block;
        width: 230px;
        padding: 0 0 0 90px;
      }
        .archive-ttl {
          font-size: 16px;
          color:#1D2B62;
        }
        .archive li{
          width: 100%;
          height: 40px;
          line-height: 40px;
          font-size: 16px;
          border-bottom: 1px solid #DEDEDE;
          position: relative;
        }
        .archive li a{
          display: block;
          width: 100%;
          font-size: 16px;
          color:#1D2B62;
          font-family: "DIN Condensed",serif;
        }
      .news-area {
        width: 670px;
        margin: 0 auto 50px;
        color: #333333;
        display: flex;
        font-family: "源ノ角ゴシック JP",sans-serif;
      }
      .news-left--area a:hover .ttl-name,
      .news-left--area a:hover .txt
      {
        text-decoration: underline;
      }
    .news-img {
      width: 210px;
      height: 160px;
      border: 1px solid #dedede;
    }
    .news-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .news-box {
      width: 430px;
      margin-left: 30px;
    }
      .type-area {
        font-size: 12px;
        margin: 0px 0 10px;
      }
      .day {
        color: #CCCCCC;
        font-family: "DIN Condensed",sans-serif;
        font-weight: bold;
      }
      .ttl-name {
        font-size: 20px;
        font-weight: normal;
        margin: 0px 0;
      }
      .txt {
        font-size: 14px;
        line-height: 1.7;
        margin: 0px 0;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
      .txt img {
        /* display:none; */
      }
      .small-btn--arrow {
        display: inline-block;
        width: 15px;
        height: 1px;
        border-radius: 8px;
        background-color: #000000;
        position: absolute;
        top: 54%;
        right: 8px;
        transform: translate(0%,-50%);
        -webkit-transform: translate(0%,-50%);
        transition: all .2s;
        -webkit-transition: all .2s;
      }
      .small-btn--arrow::after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 1px;
        border-radius: 8px;
        background-color: #000000;
        position: absolute;
        top: -1.6px;
        right: -1px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
      }
    .archive li a:hover {
      /* background-color:#1F1959; */
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .archive li a:hover .archive li a {
      color: #ffffff;
      letter-spacing: 0.1em;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .archive li:hover .small-btn--arrow {
      right: 15px;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .archive li:hover .small-btn--arrow::after {
      transition: all .2s;
      -webkit-transition: all .2s;
    }
  
  
  .pagination {
    width: 200px;
    height: 30px;
    margin: 0 auto 100px;
    font-family: "DIN Condensed",sans-serif;
  }
  .pagination ul {
    text-align: center;
  }
  .page-numbers li {
    display: inline-block;
  }
  .current {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    margin-left: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #1F1959;
  }
    .page-numbers li a{
      display: inline-block;
      width: 30px;
      height: 30px;
      border-radius: 100px;
      margin-left: 3px;
      font-size: 12px;
      text-align: center;
      line-height: 30px;
      color: #fff;
      background-color: #DEDEDE;
    }
      .page-numbers li a {
        color: #fff;
      }
      .page-numbers li a:hover {
        background-color: #1F1959;
      }

  .news-single-area {
    width:100%;
    margin: 0px auto 100px;
  }
    .single-day {
      text-align: left;
      font-size: 12px;
      font-family: "DIN Condensed",sans-serif;
      color:#CCCCCC;
    }
    .news-single-ttl {
      margin: 0 0 20px;
      font-size: 28px;
    }
    .news-single-img {
      width: 670px;
      height: 507px;
      border: 1px solid #dedede;
    }
    .news-single-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .single-txt {
      max-width: 670px;
      margin: 20px 0 30px;
      font-size: 18px;
    }
    .single-txt img {
      margin: 10px auto;
    }
}

/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
  .news-page {
    margin: 75px auto 0;
    /* padding: 0 45px; */
    box-sizing: border-box;
    letter-spacing: 0.075em;
  }
  .news-page .copy-span span{
    display: none;
  }
  .ttl-area {
    margin-bottom: 20px;
  }
    .ttl-area p {
      font-family: "DIN Condensed",sans-serif;
      font-size: 34px;
      text-align: center;
    }
    .ttl-area span {
      font-family: "源ノ角ゴシック JP",sans-serif;
      font-size: 12px;
      position: relative;
      top: 20px;
    }
    .archives-top {
      text-align: center;
      margin: 10px auto 20px;
    }
    .archives-top p {
      display: inline-block;
      width: 200px;
      font-size: 20px;
    }
    .news-container {
      width: 90%;
      margin: 0 auto;
    }
      .news-left--area {

      }
      .news-right--area {
        display: block;
        width: 70%;
        margin: 0 auto 50px;
      }
        .archive {
          margin-bottom: 50px;
        }
        .archive-ttl {
          font-size: 16px;
          color:#1D2B62;
        }
        .archive li{
          width: 100%;
          height: 40px;
          line-height: 40px;
          font-size: 16px;
          border-bottom: 1px solid #DEDEDE;
          position: relative;
        }
        .archive li a{
          display: block;
          width: 100%;
          font-size: 16px;
          color:#1D2B62;
          font-family: "DIN Condensed",serif;
        }
      .news-area {
        width: 318px;
        margin: 0 auto 50px;
        color: #333333;
        /* display: flex; */
        font-family: "源ノ角ゴシック JP",sans-serif;
      }
    .news-img {
      width: 318px;
      height: 230px;
      border: 1px solid #dedede;
    }
    .news-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .news-box {
      width: 100%;
    }
      .type-area {
        font-size: 12px;
        margin: 15px 0 10px;
      }
      .day {
        color: #CCCCCC;
        font-family: "DIN Condensed",sans-serif;
        font-weight: bold;
      }
      .ttl-name {
        font-size: 20px;
        font-weight: normal;
        margin: 0px 0;
      }
      .txt {
        font-size: 14px;
        line-height: 1.7;
        margin: 0px 0;
        /* width: 100%; */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
      .txt img {
        /* display:none; */
      }
      .small-btn--arrow {
        display: inline-block;
        width: 15px;
        height: 1px;
        border-radius: 8px;
        background-color: #000000;
        position: absolute;
        top: 54%;
        right: 8px;
        transform: translate(0%,-50%);
        -webkit-transform: translate(0%,-50%);
        transition: all .2s;
        -webkit-transition: all .2s;
      }
      .small-btn--arrow::after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 1px;
        border-radius: 8px;
        background-color: #000000;
        position: absolute;
        top: -1.6px;
        right: -1px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
      }
    .move-site--area a:hover {
      background-color:#1F1959;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .move-site--area a:hover .move-site-txt {
      color: #ffffff;
      letter-spacing: 0.1em;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .move-site--area a:hover .small-btn--arrow {
      background-color: #ffffff;
      position: absolute;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .move-site--area a:hover .small-btn--arrow::after {
      background-color:#ffffff;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
  .page--area {
    margin: 50px 0;
  }
  .pagination {
    width: 200px;
    height: 30px;
    margin: 0 auto 100px;
    font-family: "DIN Condensed",sans-serif;
  }
  .pagination ul {
    text-align: center;
  }
  .page-numbers li {
    display: inline-block;
  }
  .current {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    margin-left: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #1F1959;
  }
    .page-numbers li a{
      display: inline-block;
      width: 30px;
      height: 30px;
      border-radius: 100px;
      margin-left: 3px;
      font-size: 12px;
      text-align: center;
      line-height: 30px;
      color: #fff;
      background-color: #DEDEDE;
    }
      .page-numbers li a {
        color: #fff;
      }
      .page-numbers li a:hover {
        background-color: #1F1959;
      }

  .news-single-area {
    width:100%;
    margin: 0px auto 100px;
  }
    .single-day {
      text-align: left;
      font-size: 12px;
      font-family: "DIN Condensed",sans-serif;
      color:#CCCCCC;
    }
    .news-single-ttl {
      margin: 0 0 20px;
      font-size: 22px;
    }
    .news-single-img {
      width: 100%;
      height: auto;
    }
    .news-single-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .single-txt {
      margin: 20px 0 30px;
      font-size: 18px;
    }
    .single-txt img {
      margin: 10px auto;
    }
}

/* SP ================================================== */
@media all and (max-width:559px){
  .news-page {
    margin: 75px auto 0;
    /* padding: 0 45px; */
    box-sizing: border-box;
    letter-spacing: 0.075em;
  }
  .news-page .copy-span span{
    display: none;
  }
  .ttl-area {
    margin-bottom: 20px;
  }
    .ttl-area p {
      font-family: "DIN Condensed",sans-serif;
      font-size: 34px;
      text-align: center;
    }
    .ttl-area span {
      font-family: "源ノ角ゴシック JP",sans-serif;
      font-size: 12px;
      position: relative;
      top: 20px;
    }
    .archives-top {
      text-align: center;
      margin: 10px auto 20px;
    }
    .archives-top p {
      display: inline-block;
      width: 200px;
      font-size: 20px;
    }
    .news-container {
      width: 318px;
      margin: 0 auto;
    }
      .news-left--area {

      }
      .news-right--area {
        display: inline-block;
        width: 100%;
        /* padding: 0 0 0 90px; */
      }
        .archive {
          margin-bottom: 50px;
        }
        .archive-ttl {
          font-size: 16px;
          color:#1D2B62;
        }
        .archive li{
          width: 100%;
          height: 40px;
          line-height: 40px;
          font-size: 16px;
          border-bottom: 1px solid #DEDEDE;
          position: relative;
        }
        .archive li a{
          display: block;
          width: 100%;
          font-size: 16px;
          color:#1D2B62;
          font-family: "DIN Condensed",serif;
        }
      .news-area {
        width: 318px;
        margin: 0 auto 50px;
        color: #333333;
        /* display: flex; */
        font-family: "源ノ角ゴシック JP",sans-serif;
      }
    .news-img {
      width: 318px;
      height: 230px;
      border: 1px solid #dedede;
    }
    .news-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .news-box {
      width: 100%;
    }
      .type-area {
        font-size: 12px;
        margin: 15px 0 10px;
      }
      .day {
        color: #CCCCCC;
        font-family: "DIN Condensed",sans-serif;
        font-weight: bold;
      }
      .ttl-name {
        font-size: 20px;
        font-weight: normal;
        margin: 0px 0;
      }
      .txt {
        font-size: 14px;
        line-height: 1.7;
        margin: 0px 0;
        /* width: 100%; */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
      .txt img {
        /* display:none; */
      }
      .small-btn--arrow {
        display: inline-block;
        width: 15px;
        height: 1px;
        border-radius: 8px;
        background-color: #000000;
        position: absolute;
        top: 54%;
        right: 8px;
        transform: translate(0%,-50%);
        -webkit-transform: translate(0%,-50%);
        transition: all .2s;
        -webkit-transition: all .2s;
      }
      .small-btn--arrow::after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 1px;
        border-radius: 8px;
        background-color: #000000;
        position: absolute;
        top: -1.6px;
        right: -1px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
      }
    .move-site--area a:hover {
      background-color:#1F1959;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .move-site--area a:hover .move-site-txt {
      color: #ffffff;
      letter-spacing: 0.1em;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .move-site--area a:hover .small-btn--arrow {
      background-color: #ffffff;
      position: absolute;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .move-site--area a:hover .small-btn--arrow::after {
      background-color:#ffffff;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
  .page--area {
    margin: 50px 0;
  }
  .pagination {
    width: 200px;
    height: 30px;
    margin: 0 auto 100px;
    font-family: "DIN Condensed",sans-serif;
  }
  .pagination ul {
    text-align: center;
  }
  .page-numbers li {
    display: inline-block;
  }
  .current {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    margin-left: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #1F1959;
  }
    .page-numbers li a{
      display: inline-block;
      width: 30px;
      height: 30px;
      border-radius: 100px;
      margin-left: 3px;
      font-size: 12px;
      text-align: center;
      line-height: 30px;
      color: #fff;
      background-color: #DEDEDE;
    }
      .page-numbers li a {
        color: #fff;
      }
      .page-numbers li a:hover {
        background-color: #1F1959;
      }

  .news-single-area {
    width:100%;
    margin: 0px auto 100px;
  }
    .single-day {
      text-align: left;
      font-size: 12px;
      font-family: "DIN Condensed",sans-serif;
      color:#CCCCCC;
    }
    .news-single-ttl {
      margin: 0 0 20px;
      font-size: 22px;
    }
    .news-single-img {
      width: 100%;
      height: auto;
    }
    .news-single-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .single-txt {
      margin: 20px 0 30px;
      font-size: 18px;
    }
    .single-txt img {
      margin: 10px auto;
    }
}
