/* Archive page */
.column_eye {
  display: flex;
  margin-top: 100px;
}

.column_list {
  font-size: 24px;
  width: 30%;
  font-family: '游明朝 Medium', serif;
}

.column_list h2 {
  margin-bottom: 10px;
}

.column_list a {
  font-size: 18px;
  color: #006600;
}

.c-match-year-menu li + li {
  margin-top: 10px;
}

.c-match-year-menu__link {
  display: inline-block;
  padding: 8px 14px 8px 12px;
  border-left: 4px solid transparent;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  font-weight: 500;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.c-match-year-menu__link:hover,
.c-match-year-menu__link:focus {
  border-left-color: #c4d59a;
  border-bottom-color: #c4d59a;
  background-color: #f7faf2;
}

.c-match-year-menu__link.is-active {
  border-left-color: #8aac3f;
  border-bottom-color: #8aac3f;
  background-color: #f7faf2;
  color: #244d17;
  font-weight: 700;
}

.newslist_wrap {
  width: 72%;
}

.news_year_select_wrap {
  display: none;
}

.news_year_select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #b7c7b7;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
}

.newslist_wrap .column_list_item {
  display: flex;
  border-bottom: 2px dotted #333;
  margin-bottom: 20px;
}

.column_eye_img_box {
  margin-right: 50px;
}

.column_list_day {
  font-size: 18px;
  margin-bottom: 20px;
  color: #006600;
}

.column_list_tag {
  font-size: 11px;
  margin-bottom: 10px;
  display: inline;
  color: #fff;
  padding: 1px;
  border: 1px solid #333;
  background-color: #ffffee;
}

.newslist_wrap .column_list_title {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 10px;
  text-align: left;
  font-weight: 400;
  line-height: 1.6;
}

.column_list_box > a {
  display: block;
}

.pagination {
  margin: 40px 0;
  text-align: center;
  line-height: 1;
}

.wp-pagenavi {
  display: block !important;
  text-align: center !important;
  margin: 40px 0 !important;
  padding: 0 !important;
  border: none !important;
  clear: both !important;
}

.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenavi li {
  display: inline-block !important;
  float: none !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 15px !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  color: #006600 !important;
  font-size: 18px !important;
  text-decoration: none !important;
  line-height: 1 !important;
  box-shadow: none !important;
  flex: none !important;
}

.wp-pagenavi span.current {
  font-weight: bold !important;
  color: #333 !important;
  text-decoration: underline !important;
}

.wp-pagenavi a:hover {
  text-decoration: underline !important;
  opacity: 0.7 !important;
}

.wp-pagenavi span.pages {
  display: none !important;
}

@media screen and (max-width: 1040px) {
  .column_list {
    display: none;
  }

  .newslist_wrap {
    width: 100%;
  }

  .news_year_select_wrap {
    display: block;
    margin-bottom: 24px;
  }

  .column_eye_img_box {
    margin-right: 0;
  }

  .column_list_title {
    margin-bottom: 20px;
  }
}
