body {
  min-width: 1100px;
}

.main_container {
  margin: 0 auto;
  width: 1100px;
}

.page_column {
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  margin: 0 auto;
  margin-bottom: 70px;
  max-width: 1100px;
}

.page_content_header_tit {
  font-family: 'Yu Mincho',serif;
  font-size: 2.8rem;
  text-align: center;
}

.information_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.single_column {
  width: 100%;
}

.page_column {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.information_list .article {
  align-items: center;
  display: flex;
  width: auto;
  width: 525px;
}

.information_list .article:nth-child(even) {
  margin-left: 50px;
}

.information_list .article:nth-child(n+3) {
  margin-top: 50px;
}

/* .article {
  width: 575px;
} */
.img_top {
  height: 130px;
  width: 130px;
}

.img_top_img {
  height: 100%;
  width: 100%;
}

.txt_second {
  line-height: 1.8;
  margin-left: 20px;;
}

.date {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 20px;
}

.date {
  font-family: 'Noto Sans JP';
  font-size: 12px;
  padding-right: 65px;
  position: relative;
}

.date_new::after {
  background-color: #c10202;
  color: #fff;
  content: 'NEW';
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
}

.desc {
  color: #787878;
  font-size: 1.2rem;
}

.information_archive_link {
  margin-top: 30px;
  text-align: center;
}

.tit {
  font-size: 14px;
}

.txt_second a:hover {
  opacity: .6;
}

.pager {
  margin-bottom: 60px;
  margin-top: 50px;
}

.pager_list .next {
  background: url('/assets/img/common/icon_arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  display: block;
  height: 14px;
  text-indent: -9999px;
  width: 5px;
}

.pager_list {
  display: flex;
  font-family: 'Noto Sans JP';
  justify-content: center;
}

.pager_list li {
  font-size: 14px;
}

.current_other:hover {
  opacity: .6;
}

.current {
  color: #c8c8c8;
}

.pager_list li + li {
  margin-left: 40px;
}

.icon_arrow_img {
  width: 5px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }

  footer {
    width: 100%;
  }

  main {
    width: 100%;
  }

  header {
    max-width: 767px;
  }

  .c_header_height {
    max-width: 767px;
  }

  .header {
    max-width: 767px;
  }

  .pagination {
    width: 100%;
  }

  .single_column {
    width: 100%;
  }

  .page_content_header {
    width: 100%;
  }

  .container {
    width: 100%;
  }

  .information_list {
    display: block;
  }

  .information_list {
    margin-top: 30px;
  }

  .information_list .article:nth-child(even) {
    margin: 0;
  }

  .information_list .article:nth-child(n+3) {
    margin: 0;
  }

  .desc {
    display: none;
  }

  .img_top {
    height: 76px;
    width: 76px;
  }

  .img_top img {
    height: 100%;
    width: 100%;
  }

  .pager_list {
    width: 100%;
  }

  .information_list {
    margin: 40px 20px 0 20px;
  }

  .information_list .article + .article {
    margin-top: 15px;
  }

  .text_second {
    max-width: 767px;
  }

  .date_new {
    font-size: 10px;
  }

  .date {
    font-size: 10px;
    padding-right: 0;
    width: 100%;
  }

  .tit {
    font-size: 12px;
    width: 100%;
  }

  .date_new::after {
    font-size: 1rem;
    height: 18px;
    line-height: 18px;
    width: 45px;
  }

  .information_list .article {
    max-width: 767px;
    width: 100%;
  }

  .main_container {
    width: 100%;
  }

  .txt_second {
    width: calc(100% - 76px);
    word-break: break-all;
  }
}
