@charset "UTF-8";
/*----------------------------------
  カラー
------------------------------------*/
/*----------------------------------
  mv
------------------------------------*/
/*----------------------------------
  news
------------------------------------*/
.news {
  position: relative;
  width: 920px;
  margin: 0 auto;
  margin-top: 140px;
}

.news_list {
  margin-top: 20px;
  list-style-type: none;
}

.news_listitem {
  text-decoration: none;
  padding-bottom: 20px;
  padding-left: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}

.news_listitem a {
  display: flex;
  align-items: center;
}

.news_listitem_datecatcontainer {
  display: flex;
  align-items: center;
}

.news_listitem_cat {
  width: 80px;
  text-align: center;
  padding: 4px 0;
  margin: 0 40px;
  color: #fff;
  background: #1c1c1c;
}

@media (max-width: 768px) {
  .news {
    position: relative;
    width: 90%;
    margin-top: 80px;
  }
  .news_container {
    position: static;
    width: 100%;
    min-width: 0px;
    padding: 40px 20px;
  }
  .news_list {
    margin-top: 20px;
    list-style-type: none;
  }
  .news_listitem {
    margin-bottom: 20px;
  }
  .news_listitem a {
    display: block;
  }
  .news_listitem span {
    display: block;
    width: 90%;
    margin-top: 8px;
  }
  .news_listitem_cat {
    width: 70px;
    text-align: center;
    padding: 1px 0;
    margin: 0 16px;
  }
}

/*----------------------------------
  pagenation
------------------------------------*/
.pagenation {
  width: 300px;
  margin: 0 auto;
  margin-top: 56px;
}

.pagenation_list {
  display: flex;
  justify-content: center;
}

.pagenation_listitem {
  width: 24px;
  height: 34px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #1c1c1c;
  list-style-type: none;
}

.pagenation_listitem a {
  display: block;
  text-decoration: none;
  line-height: 34px;
}

.pagenation_listitem:not(:first-child) {
  margin-left: 14px;
}

/*----------------------------------
  WPpagenation
------------------------------------*/
.pagenation {
  display: flex;
  justify-content: center;
}

.pagenation_list {
  display: flex;
  justify-content: center;
}

.wp-pagenavi {
  display: flex;
}

.wp-pagenavi .current {
  width: 24px;
  height: 34px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #1c1c1c;
  list-style-type: none;
  line-height: 34px;
}

.wp-pagenavi .current:not(:first-child) {
  margin-left: 14px;
}

.wp-pagenavi .page {
  width: 24px;
  height: 34px;
  margin-left: 14px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #1c1c1c;
  list-style-type: none;
  line-height: 34px;
}

.wp-pagenavi .previouspostslink {
  display: block;
  width: 24px;
  height: 34px;
  margin-left: 14px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #1c1c1c;
  list-style-type: none;
  line-height: 34px;
}

.wp-pagenavi .nextpostslink {
  display: block;
  width: 24px;
  height: 34px;
  margin-left: 14px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #1c1c1c;
  list-style-type: none;
  line-height: 34px;
}
/*# sourceMappingURL=style.css.map */
