.header-ul li {
  margin: 36px 0px 0px 0px;
}

.looking-page-line {
  padding-bottom: 14px;
  border-bottom: yellow 8px solid;
}

/* ヘッダー下テキストの設定 */

.contents-header {
  width: 100%;
  height: 220px;
  background-color: #FFFEF6;
  margin-bottom: 34px;
}

.header-txt h2 {
  color: #333333;
  font-weight: bold;
  font-size: 36px;
  margin: 0 auto;
  padding-top: 92px;
}

.header-title::after {
  content: 'NEWS';
  font-size: 20px;
  color: #295525;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* iconの設定 */

.subtext {
  margin-top: 24.5px;
  margin-bottom: 0px;
}

/* NEWSの設定 */
.news-header {
  margin-bottom: 100px;
}

.news-info {
  background-color: #FFFFFF;
}  

.news-img {
  max-width: 310px;
  min-width: 250px;
  width: 100%;
}

.news-items {
  display: block;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 723px;
  margin: 0 auto 48.3px;
}

.news-title {
  word-wrap: break-word;
  max-width: 310px;
  width: 100%;
}

.article-img {
  position: relative;
  margin: 0;
  max-width: 310px;
  width: 100%;
}

.article-image {
  max-width: 310px;
  width: 100%;
}


.news-btn {
  text-align: right;
  /* margin: 85px 167px 48px 0; */
  margin: 0 auto;
}

.news-btn-page {
  display: flex;
  justify-content: space-between;
  max-width: 723px;
  margin: 85px auto 48.1px;
}

.back-page {
  display: block;
}

.news-item {
  max-width: 330px;
  width: 100%;
  margin: 0 auto 30px;
}

.infomation-lists {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto;
}

.infomation-list {
  width: 50%;
  margin: 0 auto;
}

.infomation-lists li:nth-child(2n) {
  margin-right: 0;
}

.pagination {
  margin: 40px auto 0;
}

.page-numbers {
  display: none;
  width: 20px;
  color: white;
  font-size: 22px;
  font-weight: bold;
  background-color: #295525;
  padding: 20px 30px;
  margin: 30px 50px;
  border-radius: 38px;
}

.next {
  display: inline;
}

.prev {
  display: inline;
}

@media screen and (max-width:1080px) {
  /*　画面サイズが767px〜1080px（tablet）はここを読み込む　*/
  .about-txt-area {
    margin-top: 40px;
  }

  .sp {
    display: block;
  }

  .subtext p {
    line-height: 34px;
  }

  /* ニュースアイテム */

  .news-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .news-title {
    word-wrap: break-word;
    max-width: 290px;
    width: 100%;
  }

.infomation-list {
  width: 100%;
}


  .news-item {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    max-width: 330px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border-radius: 3px;
    margin: 0 auto 30px;
    width: 100%;
  }
  
  .pagination {
    margin-top: 30px;
  }
  
  .page-numbers {
    display: none;
    width: 20px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background-color: #295525;
    padding: 20px 30px;
    margin: 30px 25px;
    border-radius: 38px;
  }
  
  .next {
    display: inline;
  }

  .prev {
    display: inline;
  }
  

  
}

@media screen and (max-width:767px) { 
  /*　画面サイズが375〜767px（smp）はここを読み込む　*/

  /* ヘッダー下テキストの設定 */

.contents-header {
  width: 100%;
  height: 84px;
  background-color: #FFFEF6;
}

/* NEWSの設定 */

.header-txt h2 {
  color: #333333;
  font-weight: bold;
  font-size: 24px;
  margin: 0 auto;
  padding-top: 23.8px;
}

.header-title::after {
  content: 'ABOUT';
  font-size: 12px;
  color: #295525;
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.page-numbers {
  display: none;
  justify-content: space-between;
  width: 20px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  background-color: #295525;
  padding: 20px 30px;
  margin: 30px auto;
  border-radius: 38px;
}

.next {
  display: inline;
}

.prev {
  display: inline;
}

}

@media screen and (max-width:450px) { 
  /*　画面サイズが375〜767px（smp）はここを読み込む　*/
  .news-btn-page {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    max-width: 723px;
    margin: 20px auto 48.1px;
  }

  .back-page {
    margin-top: 70px;
  }

  .page-numbers {
    display: none;
    justify-content: space-between;
    width: 20px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background-color: #295525;
    padding: 20px 10px;
    margin: 30px auto;
    border-radius: 38px;
  }
  
  .next {
    display: inline;
  }
  
  .prev {
    display: inline;
  }
}
  