@media screen and (max-width: 768px) {
  .news_area {
    padding: 0 3%;
  }
}

.news_list {
  max-width: 850px;
  width: 100%;
  margin: 0 auto 100px;
  background: url("/common/img/bd_dot.png") repeat-x center top;
}
@media screen and (max-width: 768px) {
  .news_list {
    margin: 0 auto 50px;
  }
}
.news_list > li {
  padding: 5px 0;
  background: url("/common/img/bd_dot.png") repeat-x center bottom;
}
.news_list > li a {
  position: relative;
  padding: 5px 30px 8px 10px;
  display: flex;
  font-size: 1.6rem;
  color: #5d2e13;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.news_list > li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .news_list > li a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .news_list > li a {
    padding: 5px 20px 8px 5px;
    font-size: 1.4rem;
    display: block;
    line-height: 1.5;
  }
}
.news_list > li a em {
  display: inline-block;
  width: 110px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news_list > li a em {
    margin-bottom: 5px;
    display: block;
    width: 100%;
  }
}
.news_list > li a span {
  width: calc(100% - 110px);
}
.news_list > li a span.indent {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .news_list > li a span {
    width: 100%;
  }
}
.news_list > li a:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/common/img/icn_arrow.png") no-repeat center center/100% auto;
}
.news_list > li .nolink {
  position: relative;
  padding: 5px 30px 8px 10px;
  display: flex;
  font-size: 1.6rem;
  color: #5d2e13;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news_list > li .nolink {
    padding: 5px 20px 8px 5px;
    font-size: 1.4rem;
    display: block;
    line-height: 1.5;
  }
}
.news_list > li .nolink em {
  display: inline-block;
  width: 110px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news_list > li .nolink em {
    margin-bottom: 5px;
    display: block;
    width: 100%;
  }
}
.news_list > li .nolink span {
  width: calc(100% - 110px);
}
.news_list > li .nolink span.indent {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .news_list > li .nolink span {
    width: 100%;
  }
}

.pager {
  display: flex;
  -webkit-justify-content: center;
  justify-content: -webkit- center;
  justify-content: center;
}
.pager > li {
  width: 40px;
  height: 40px;
  display: table;
  border-right: #2f4a4a 1px solid;
  border-top: #2f4a4a 1px solid;
  border-bottom: #2f4a4a 1px solid;
}
.pager > li.onpage a {
  background-color: #ebe8e1;
}
.pager > li:first-child {
  border-left: #2f4a4a 1px solid;
}
.pager > li.prev a {
  transform: rotate(-90deg);
  font-size: 1.1rem;
}
.pager > li.next a {
  transform: rotate(90deg);
  font-size: 1.1rem;
}
.pager > li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #2f4a4a;
  font-size: 1.6rem;
  text-decoration: none;
  font-family: 'Noto Serif JP', serif;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.pager > li a:hover {
  opacity: 0.7;
}

.news_article {
  margin: 0 auto 60px;
  border-radius: 20px;
  padding: 80px 125px 70px;
  background: #f5eac6 url("/common/img/zw_bd.png") repeat-x center top;
}
@media screen and (max-width: 768px) {
  .news_article {
    margin: 0 auto 30px;
    border-radius: 15px;
    padding: 40px 5% 30px;
  }
}
.news_article h2 {
  position: relative;
  display: table;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .news_article h2 {
    margin-bottom: 20px;
  }
}
.news_article h2 em {
  display: inline-block;
  font-size: 3rem;
  font-family: 'Noto Serif JP', serif;
  color: #5d2e13;
  border-bottom: #5d2e13 3px solid;
}
@media screen and (max-width: 768px) {
  .news_article h2 em {
    font-size: 2.2rem;
  }
}
.news_article .date {
  font-size: 1.6rem;
  display: inline-block;
  background-color: #ffffff;
  padding: 2px 10px;
  margin-bottom: 15px;
}
.news_article .txt {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .news_article .txt {
    font-size: 1.4rem;
  }
}
.news_article .img {
  font-size: 1.6rem;
  margin-bottom: 1em;
  border-radius: 20px;
}
.news_article .img img {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .news_article .img {
    font-size: 1.4rem;
    border-radius: 15px;
  }
  .news_article .img img {
    border-radius: 15px;
  }
}
.news_article .note {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .news_article .note {
    font-size: 1.1rem;
  }
}
