/*==================================================================
  News　一覧
==================================================================*/
.post {
  height: 100%;
  overflow: hidden;
  background: #fff;
}

.post:hover {
  transform: translate(0, -5px);
  transition: all 0.2s;
}

.post_list_thumb {
  position: relative;
  width: 100%;
}

.post_list_thumb:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.post_list_thumb > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post_list_text {
  padding: 5px;
}

.post_list_date {
  font-size: 10px;
  color: #888;
  padding: 0;
  margin: 0;
}

.post_single_date {
  font-size: 16px;
  color: #888;
  padding: 0;
  margin: 0;
}
.post_list_ttl {
  font-size: 13px;
}
@media (max-width: 800px) {
  .post_list_date {
    font-size: 10px;
  }
  .post_list_ttl {
    font-size: 13px;
  }
}

.nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* align-items: flex-start; */
  justify-content: center;
}

.nav-links > * {
  display: block;
  padding: 5px 15px;
  text-align: center;
  margin: 20px 5px 0;
  color: #b9cc1b;
}

.nav-links > a {
  color: #666;
}

.nav-links > a:hover {
  color: #b9cc1b;
}
/*==================================================================
  News__list
==================================================================*/

.news__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.news__list__card {
  width: 25%;
  padding: 10px;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .news__list__card {
    width: 49%;
    margin-bottom: 30px;
  }
}

/*======================
	Layout / News
======================*/

.pad > div {
  padding: 10px;
}

/*======================
	Layout / News
======================*/

.news_list {
  width: 100%;
}

.news_list > a > div {
  padding: 20px;
  border-bottom: #f7f7f7 solid 1px;
}

/*==================================================================
  News　記事個別
==================================================================*/
h1.ttl {
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  padding: 40px 0 40px;
  margin: 0 0 40px;
  border-bottom: solid 1px #ddd;
}

.page_single h2 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
  background: #f7f7f7;
  padding: 20px 15px 18px;
  border-left: 9px solid #b9cc1b;
}

.page_single h3 {
  font-weight: 600;
  color: #b9cc1b;
  letter-spacing: 1.6px;
  padding: 0px 15px 0px;
  border-left: 9px solid #b9cc1b;
  font-weight: 600;
}
@media (max-width: 800px) {
}

.single_page_nation {
  width: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.single_page_nation > a {
  display: block;
  padding: 0 10px;
  line-height: 35px;
  border: 1px solid #333;
  text-align: center;
  margin: 0 3px;
}

.single_page_nation > a:hover {
  background: #696969;
  color: #fff;
}
