/* --------------------------------
 * news box_1
 * -------------------------------- */
.post-type-archive-news .text_2 strong {
  font-weight: 900;
}

.post-type-archive-news .text_2 {
  font-family:
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", arial, helvetica, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "Meiryo UI", メイリオ, Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.box_1 {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 959px) {
  .box_1 {
    padding: 10% 3% 15%;
  }
}

.box_1 .inner_f {
  width: 100%;
  padding: 0 0 4%;
  border-bottom: 1px solid #000;
  text-align: left;
  transition: 0.5s;
  position: relative;
}

.box_1 .inner_f:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.box_1 .inner {
  width: 100%;
  padding: 4% 0;
  border-bottom: 1px solid #000;
  text-align: left;
  transition: 0.5s;
  position: relative;
}

.box_1 .inner:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.box_1 .text {
  color: #008f39;
  padding: 0 3%;
}

.box_1 .text_1 {
  font-size: 2.3rem;
  font-weight: bold;
  padding: 3% 0 0;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .box_1 .text_1 {
    font-size: 1.8rem;
  }
}

.news_new {
  font-size: 1.5rem;
  height: 25px;
  padding: 0 2%;
  margin-right: 1%;
  margin-left: 3%;
  line-height: 25px;
  float: left;
  color: #fff;
  background-color: #e00021;
}

@media screen and (max-width: 959px) {
  .news_new {
    font-size: 1.3rem;
    height: 20px;
    line-height: 20px;
  }
}

.box_1 .text_2 {
  padding: 4% 3% 0;
  line-height: 1.8;
}

.box_1 a {
  color: #000;
  text-decoration: none;
}

.main .m_left li a.current {
  background: rgba(255, 255, 255, 0.7);
  font-weight: bold;
}

.pagenation {
  padding: 5% 0 0;
  text-align: center;
}

.pagenation span {
  display: inline-block;
  margin: 0 0.3em;
}

.pagenation a,
.pagenation .current,
.pagenation .scope_limit {
  display: inline-block;
  min-width: 2.2em;
  padding: 0.5em 0.8em;
  border: 1px solid #008f39;
  color: #008f39;
  line-height: 1;
  text-decoration: none;
}

.pagenation .current {
  background: #008f39;
  color: #fff;
}

.pagenation .scope_limit {
  border-color: transparent;
}

.news_nav {
  margin-top: 4%;
  text-align: center;
}

.news_nav a {
  display: inline-block;
  padding: 0.9em 1.6em;
  border: 1px solid #008f39;
  color: #008f39;
  text-decoration: none;
}

.news_nav a:hover,
.pagenation a:hover {
  background: #008f39;
  color: #fff;
}

/* --------------------------------
  * news_single box_2
  * -------------------------------- */
.box_2 {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 959px) {
  .box_2 {
    padding: 10% 3% 15%;
  }
}

.box_2 .text {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0 0 3%;
  border-bottom: 3px solid #008f39;
  text-align: left;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .box_2 .text {
    font-size: 1.8rem;
  }
}

.box_2 .text_1 {
  text-align: right;
  margin: 2% 0 0;
}

.box_2 .text_2 {
  text-align: left;
  padding: 5% 2%;
  line-height: 1.8;
}

.box_2 .inner {
  width: 100%;
  margin: 8% 0 0;
  padding: 3%;
  background-color: #f5f5f5;
  text-align: left;
}

@media screen and (max-width: 959px) {
  .box_2 .inner {
    padding: 5% 3%;
    text-align: center;
  }
}

.box_2 .inner a {
  color: #008f39;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.5%;
}

@media screen and (max-width: 959px) {
  .box_2 .inner a {
    font-size: 1.5rem;
  }
}

.box_2 .inner a:before,
.box_2 .inner a:after {
  border-bottom: solid 1px #008f39;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 0;
}

@media screen and (max-width: 959px) {
  .box_2 .inner a:before,
  .box_2 .inner a:after {
    display: none;
  }
}

.box_2 .inner a:before {
  left: 50%;
}

.box_2 .inner a:after {
  right: 50%;
}

.box_2 .inner a:hover::before,
.box_2 .inner a:hover::after {
  width: 50%;
}
