@charset "UTF-8";
/* placeholder color */
/**********************************************************************************************

　news

**********************************************************************************************/
/*---------------------------------------------
common
---------------------------------------------*/
.news_wrap {
  padding: 140px 0 150px; }
  @media (max-width: 750px) {
    .news_wrap {
      padding: 12vw 0 16vw; } }
  .news_wrap .inner {
    display: flex;
    flex-direction: row-reverse; }
    @media (max-width: 750px) {
      .news_wrap .inner {
        display: block; } }

.news_content {
  width: 100%; }

/* side */
.news_aside {
  width: 220px;
  flex-shrink: 0;
  margin: 0 60px 0 0; }
  @media (max-width: 750px) {
    .news_aside {
      width: 100%;
      margin: 15vw 0 0; } }

.categoryList {
  text-align: center;
  font-size: 1.8rem;
  margin: 0 0 120px; }
  @media (max-width: 750px) {
    .categoryList {
      font-size: 3.75vw;
      margin: 0 0 10vw; } }
  .categoryList li:not(:last-child) {
    margin: 0 0 20px; }
    @media (max-width: 750px) {
      .categoryList li:not(:last-child) {
        margin: 0 0 2.6vw; } }
  .categoryList a {
    transform: skewX(-15deg);
    background: #003366;
    color: #fff;
    display: block; }

.categoryList_inner {
  transform: skewX(15deg);
  position: relative;
  padding: 10px 20px; }
  @media (max-width: 750px) {
    .categoryList_inner {
      padding: 2vw 4vw; } }
  .categoryList_inner::before, .categoryList_inner::after {
    content: "";
    display: block; }
  .categoryList_inner::before {
    background: #003366;
    width: 200px;
    left: -80px;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0; }
    @media (max-width: 750px) {
      .categoryList_inner::before {
        left: -10vw; } }
  .categoryList_inner::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); }
    @media (max-width: 750px) {
      .categoryList_inner::after {
        right: 4vw;
        border-width: 1.3vw 0 1.3vw 1.5vw; } }

.archive_tit {
  border: 1px solid #c2ceda;
  font-size: 1.6rem;
  padding: 10px 25px;
  display: inline-block;
  margin: 0 0 25px; }
  @media (max-width: 750px) {
    .archive_tit {
      font-size: 4vw;
      padding: 2vw 4vw;
      margin: 0 0 4vw;
      display: block;
      text-align: center; } }

.archive_List {
  letter-spacing: .1em; }
  @media (max-width: 750px) {
    .archive_List {
      display: flex;
      flex-wrap: wrap; } }
  @media (max-width: 750px) {
    .archive_List li {
      width: 33%; } }
  .archive_List li:not(:last-child) {
    margin: 0 0 25px; }
    @media (max-width: 750px) {
      .archive_List li:not(:last-child) {
        margin: 0 0 2.6vw; } }
  .archive_List a {
    text-decoration: underline;
    color: #003366;
    font-size: 2rem; }
    @media (max-width: 750px) {
      .archive_List a {
        font-size: 3.43vw; } }

/*---------------------------------------------
list
---------------------------------------------*/
.newsList li {
  border-bottom: 1px solid #003366;
  display: flex;
  padding: 120px 0 60px;
  margin-top: -120px; }
  @media (max-width: 750px) {
    .newsList li {
      padding: 19vw 0 5.3vw;
      margin-top: -19vw; } }
  .newsList li:not(:first-child) {
    padding: 120px 0 60px;
    margin-top: -60px; }
    @media (max-width: 750px) {
      .newsList li:not(:first-child) {
        padding: 19vw 0 5.3vw;
        margin-top: -14vw; } }

.newsList_img {
  width: 48%;
  flex-shrink: 0;
  margin: 0 30px 0 0; }
  .newsList_img img {
    width: 100%; }
  @media (max-width: 750px) {
    .newsList_img {
      margin: 0 4vw 0 0;
      width: 40%; } }

.newsList_txtArea {
  width: 100%; }

.newsList_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 25px; }
  @media (max-width: 750px) {
    .newsList_head {
      margin: 0 0 2.6vw;
      flex-wrap: wrap; } }

.newsList_time {
  font-size: 1.3rem;
  display: inline-block;
  color: #003366; }
  @media (max-width: 750px) {
    .newsList_time {
      font-size: 2.9vw; } }

.newsList_category {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 5px; }
  .newsList_category span {
    background: #003366;
    color: #fff;
    font-size: 1.5rem;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    min-width: 120px; }
    .newsList_category span:not(:last-child) {
      margin: 0 5px 5px 0; }
    @media (max-width: 750px) {
      .newsList_category span {
        font-size: 3.2vw;
        padding: 0 2.6vw;
        min-width: 22vw; } }

.newsList_tit {
  font-size: 1.8rem;
  color: #003366;
  margin: 0 0 25px; }
  @media (max-width: 750px) {
    .newsList_tit {
      margin: 0 0 2.6vw;
      font-size: 4vw; } }

/* pager */
.pagerList {
  display: flex;
  justify-content: center;
  margin: 60px 0 0; }
  @media (max-width: 750px) {
    .pagerList {
      margin: 8vw 0 0; } }
  .pagerList li:not(:last-child) {
    margin: 0 15px 0 0; }
    @media (max-width: 750px) {
      .pagerList li:not(:last-child) {
        margin: 0 2.6vw 0 0; } }
  .pagerList a {
    border-radius: 50%;
    background: #e3e3e3;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s; }
    @media (max-width: 750px) {
      .pagerList a {
        width: 8vw;
        height: 8vw; } }
    .pagerList a.-active {
      background: #003366; }
    .pagerList a:hover {
      opacity: 1;
      background: #003366; }

.wp-pagenavi {
  text-align: center;
  font-size: 1.8rem;
  margin: 60px 0 0;
  color: #fff; }
  @media (max-width: 750px) {
    .wp-pagenavi {
      font-size: 3.2vw;
      margin: 10vw 0 0; } }
  .wp-pagenavi a, .wp-pagenavi span {
    border: none !important;
    width: 48px;
    background: #c9c9c9;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px !important;
    padding: 0 0 2px 2px !important;
    border-radius: 50%; }
    @media (max-width: 750px) {
      .wp-pagenavi a, .wp-pagenavi span {
        width: 8vw;
        height: 8vw;
        margin: 0 1vw !important;
        padding: 0 0 1px 1px !important; } }
  .wp-pagenavi .current {
    background: #003366; }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    background: none;
    color: #003366; }

.extend {
  display: none; }
