body {
  position: relative;
}

main{
  background: #f2f5f5;
}
.white-content-box-inner.news p {
  font-size: 1.3rem;
}

div.content-box-title h1 p {
  text-align: center;
}

section.news-list {
  padding-bottom: 60px;
}

.each-news-sub-title {
  display: flex;
  font-size: 1.5rem;
  align-items: center;
  margin-bottom: 20px;
}

div.content-box-title h1.each-news-title p {
  text-align: left;
  font-size: 3rem;
  margin-bottom: 40px;
}

.each-news-text {
  overflow-wrap: break-word;
}

.each-news-text ul,
.each-news-text table {
  font-size: 1.5rem;
}

.content-box-title .each-news-text p {
  text-align: left;
  font-size: 1.5rem;
  margin: 0;
  line-height: 2;
}

div.white-content-box-title-sub-dir {
  font-size: 30px;
}

div.news-form-back-button a {
  background-color: #000;
  width: 250px;
  display: block;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0.02em;
  position: relative;
  text-align: center;
  transition: .3s all;
  cursor: pointer;
  box-shadow: 0 8px 0 #1e1e1e;
}

div.news-form-back-button span {
  background-size: 8px;
  display: block;
  padding: 25px 0 25px 30px;
  position: relative;
  z-index: 10;
  font-size: 1.5rem;
  line-height: 2.0rem;
  background: url(../img/arrow-left-wh.svg) no-repeat 37px center;
  background-size: 7.5px;
  position: relative;
}

div.content-box-title p.each-news-bottom {
  margin-bottom: 68px;
}

div#content-container div.each-news-top {
  margin-top: 60px;
}

.news-content .news-day {
  margin-right: 10px;
  width: 13%;
}

.news-content .news-category {
  width: 15%;
  margin: 0 10px 0 0;
}

.news-content .news-category:last-of-type {
  margin-right: 0;
}

.news-content {
  background-color: #fff;
  padding: 60px 80px 85px;
  margin-bottom: 60px;
}

.each-news-text a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  div.content-box-title h1 p {
    font-size: 2.4rem;
  }

  section.news-list {
    padding-bottom: 40px;
  }

  li.List-Item span,
  li.List-Item a.List-Item-Link::after,
  li.List-Item span a {
    font-size: 1rem;
  }

  li.List-Item:first-of-type a.List-Item-Link::before {
    width: 18px;
    height: 16px;
  }

  #content-container div.white-content-box-title {
    width: 90%;
    margin: 0 auto;
  }

  div#content-container div.each-news-top {
    margin-top: 40px;
  }

  .news-content {
    padding: 30px 15px;
    margin-bottom: 45px;
  }

  .news-content .news-day {
    width: 26%;
  }

  .news-content .news-category {
    width: 27%;
  }

  div.content-box-title h1.each-news-title p {
    font-size: 2rem;
    margin-bottom: 30px;
    line-height: 1.5em;
  }

  .content-box-title .each-news-text p {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  div.white-content-box-title-sub-dir {
    font-size: 25px;
  }

  div.news-form-back-button span {
    padding-left: 70px;
  }

  div.content-box-title p.each-news-bottom {
    margin-bottom: 0;
  }

  #content-container section.other-first {
    padding-bottom: 50px;
  }

  .each-news-text ul,
  .each-news-text table {
    font-size: 1.4rem;
  }
}

/* ページネーション start */
.news-box-area {
  outline: none;
}

.pagenation_block {
  margin: 50px auto 60px;
}

nav.pagination-container {
  width: max-content;
  margin: 0 auto 0px;
}

nav.pagination-container ul {
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transition: 0.3s;
  border-radius: 0px;
  list-style: none
}

nav.pagination-container .pagination li {
  margin: 0;
  cursor: pointer;
}

nav.pagination-container ul li a {
  display: block;
  border-radius: 0;
  padding: 15px 18px 13px;
  background: #D9D9D9;
  line-height: 1;
  margin-left: 5px;
  color: #000;
  pointer-events: none;
}

nav.pagination-container li.first {
  border-radius: 5px 0 0 5px;
}

nav.pagination-container li.last {
  border-radius: 0 5px 5px 0;
}

nav.pagination-container li.page.navi-active a {
  background: #68d8d5;
  color: #000;
}

nav.pagination-container li.last a {
  border-right: none;
}

@media screen and (min-width: 768px) and (max-width: 1280px)  {
nav.pagination-container{
  margin: 0 auto 40px;
}
}
@media screen and (max-width: 767px) {
  .pagenation_block {
    margin: 30px auto;
  }

  nav.pagination-container {
    width: max-content;
    margin: 0 auto;
  }

  nav.pagination-container ul li a {
    padding: 13px 12px 13px;
  }
}

/* ページネーション end */