
.news__item {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 20px 10px;
  border-bottom: 1px dotted #C6C0B4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  position: relative
}
.news__item:link, .news__item:visited, .news__item:hover, .news__item:active {
  color: #2C271F
}
.news__item:hover {
  background: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 1
}
.news__item:last-of-type {
  margin-bottom: 40px
}
.news__item__data {
  margin-bottom: 6px
}
.news__item__data__day {
  color: #707070;
  font-size: 1.4rem
}
.news__item__data__cat {
  padding: 1px 5px;
  color: #EFF2EA;
  background: #2C271F;
  font-size: 1.4rem
}
.news__item__data__cat--news {
  background: #294619
}
.news__item__data__cat--campaign {
  background: #48213A
}
.news__item__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.news__item__post:link, .news__item__post:visited, .news__item__post:hover, .news__item__post:active {
  color: #2C271F
}
.news__item__post--sidebar {
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 10px;
  position: relative
}
.news__item__post__title {
  width: 80%
}
.news__item__post__more {
  white-space: nowrap;
  position: absolute;
  width: 14%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.news__item__post__more:link, .news__item__post__more:visited, .news__item__post__more:hover, .news__item__post__more:active {
  color: #2C271F
}
.news__item__post__more::after {
  background: url(../img/common/icon/icon_arrow_dark.svg) no-repeat;
  position: absolute;
  background-size: contain;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px
}
.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px
}
.news__list__content {
  width: 670px
}
.news__list__content .news__item__post__more {
  width: 18%
}
.news__list__sidebar {
  width: 200px
}
.news__list__sidebar__item {
  margin-bottom: 30px
}
.news__list .title {
  font-weight: bold;
  padding: 5px
}
.news__list__post {
  width: 670px
}
.news__list__post img {
  max-width: 100%;
  height: auto
}
.news__list__post .title {
  padding: .1rem 1rem;
  color: #494949;
  background: transparent;
  border-left: 5px solid #453721;
  font-weight: bold;
  font-family: inherit
}
.news__list__post h1.title {
  font-size: 3rem
}
.news__list__post h2.title {
  font-size: 2.4rem
}
.news__list__post h3.title {
  font-size: 2rem
}
.news__list__post h4.title {
  font-size: 1.8rem
}
.news__list__post>* {
  margin-bottom: 20px
}
.news__list__post .news__item__data {
  margin-bottom: 0
}
.news__list__post a {
  display: inline-block
}
.news__list__post a:link, .news__list__post a:visited, .news__list__post a:hover, .news__list__post a:active {
  color: #2657A5
}
.news__list__post .max {
  max-width: 100%
}
.news__list__post__title {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #453721
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .news__list__content .news__item__post__more {
    width: 20%
  }
  .news__list__content {
    width: 500px
  }
}
@media only screen and (max-width: 767px) {
  .news__item__data {
    margin-bottom: 0
  }
  .news__item__data__cat {
    font-size: 1.2rem;
    padding: 0 10px
  }
  .news__item__post__title {
    width: 100%
  }
  .news__item__post__more {
    display: none
  }
  .news__item__post__more--noText {
    color: transparent;
    display: block
  }
  .news__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .news__list__content {
    max-width: 100%
  }
  .news__list__sidebar {
    width: 100%
  }
  .news__list__sidebar__item {
    margin-bottom: 50px
  }
  .news__list .title {
    padding: 10px
  }
  .news__list__post {
    max-width: 100%
  }
 }
 
 .c_pager {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 position: relative;
	 @media only screen and (max-width: 767px) {
		 margin-top: -10px;
		 margin-bottom: 50px;
	 }
 }
@media only screen and (max-width: 767px) {
	.c_pager::before {
		content: '';
		 content: '';
		 position: absolute;
		 top: 50%;
		 left: 50%;
		 width: 1px;
		 height: 90%;
		 background: #ccc;
		 transform: translate(-50%,-50%);
	}
}
 .c_pager li {
	 margin: 0 30px;
 }
 .c_pager li a {
	 position: relative;
	 color: inherit;
 }
 
 .c_pager li a::before {
	 background: url(../img/common/icon/icon_arrow_dark.svg) no-repeat;
    position: absolute;
    background-size: contain;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
 }
  .c_pager li._prev a {
	  padding-left: 30px;
  }
 .c_pager li._prev a::before {
    left: 0;
	 transform: translateY(-50%) rotate(180deg);
 }
  .c_pager li._next a {
	  padding-right: 30px;
  }
 
 .c_pager li._next a::before {
	 right: 0;
 }
 
  .c_pager li._dis {
	  pointer-events: none;
	  opacity: 0.3;
  }
  .title--bgBlack {
    background: #2C271F;
    text-align: center;
    color: #EFE8DB
}

strong {
	font-weight: bold;
}