.ul_news {
  margin-top: 53px;
  border-top: 1px solid #d5d5d5;
}
.ul_news li {
  border-bottom: 1px solid #d5d5d5;
}
.ul_news li a {
  padding: 1.1em 0 1.1em;
  display: block;
  position: relative;
}
.ul_news li a .time {
  color: #9d9d9d;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ul_news li a::after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background-color: #9d9d9d;
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  -webkit-mask-size: 1em;
          mask-size: 1em;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: 20px;
}
.ul_news li a:hover, .ul_news li a:hover .time {
  color: #0F864C;
}
.ul_news li a:hover::after {
  background-color: #0F864C;
}
@media screen and (max-width: 768px) {
  .ul_news {
    margin-top: 1em;
  }
  .ul_news li a {
    padding: 1.1em 3em 1.1em 0;
    font-size: min(3.7333333333vw, 14px);
    line-height: 1.6;
  }
  .ul_news li a::after {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    background-color: #9d9d9d;
    -webkit-mask: url(../img/common/icon_arrow.svg);
            mask: url(../img/common/icon_arrow.svg);
    -webkit-mask-size: 1em;
            mask-size: 1em;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    right: 1em;
  }
  .ul_news li .time {
    margin-bottom: 0.4em;
  }
}

#pagenavi {
  margin: 60px 0 100px;
}
@media screen and (max-width: 768px) {
  #pagenavi {
    margin: 13vw 0 20vw;
  }
}

#news.single .l-entry-body-main {
  margin-top: 30px;
  position: relative;
}
#news.single .l-entry-body-main .e-title {
  margin: 0 0 50px;
  padding: 30px 5em 30px 3px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}
#news.single .l-entry-body-main .e-update {
  font-size: 1.15rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
#news.single .l-entry {
  line-height: 2;
  padding-bottom: 60px;
}
#news.single .l-entry h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0 0 5px;
  border-bottom: 2px solid #008842;
}
#news.single .l-entry h3 {
  color: #008842;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  position: relative;
}
#news.single .l-entry h3:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid #008842;
  position: absolute;
  top: 0.5em;
  left: 0;
}
#news.single .l-entry h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 20px;
  padding: 0 0 5px;
  border-bottom: 1px solid #888;
}
#news.single .l-entry p {
  margin-bottom: 50px;
}
#news.single .l-entry p a {
  color: #0F864C;
}
#news.single .l-entry blockquote {
  color: #686868;
  margin: 0 0 50px;
  padding: 40px;
  background: #f1f1f1;
  position: relative;
}
#news.single .l-entry img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
#news.single .l-entry blockquote:before, #news.single .l-entry blockquote:after {
  content: "";
  width: 18px;
  height: 14px;
  display: inline-block;
  background: url(/assets/img/global/icon-quotation.png) no-repeat center/100% auto;
  position: absolute;
}
#news.single .l-entry blockquote:before {
  top: 20px;
  left: 20px;
}
#news.single .l-entry blockquote:after {
  bottom: 20px;
  right: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#news.single .l-entry .wp-caption {
  width: auto;
  margin: 0 0 50px;
  display: inline-block;
}
#news.single .l-entry .wp-caption img {
  margin: 0 0 5px;
  display: block;
}
#news.single .l-entry .wp-caption-text {
  color: #686868;
  font-size: 1.3rem;
  line-height: 1.5;
  display: inline;
}
#news.single .e-button-return {
  display: block;
  position: relative;
}
#news.single .e-button-return .e-link {
  text-align: center;
  text-decoration: none;
  width: 300px;
  padding: 20px 0;
  border: 1px solid #000;
  display: block;
  background: #fff;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  #news.single .l-entry-body-main {
    padding-top: 3em;
  }
  #news.single .l-entry-body-main .e-title {
    font-size: min(5.3333333333vw, 20px);
    line-height: 1.35;
    margin: 0 0 1em;
    padding: 1em 0;
    text-align: left;
  }
  #news.single .l-entry-body-main .e-update {
    font-size: 1.15rem;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #news.single .l-entry {
    padding-bottom: 2em;
    line-height: 1.75;
  }
  #news.single .l-entry p {
    margin-bottom: 2em;
    font-size: min(3.7333333333vw, 14px);
  }
  #news.single .l-entry h2 {
    font-size: min(5.3333333333vw, 20px);
    line-height: 1.35;
  }
  #news.single .l-entry h3 {
    font-size: min(4.2666666667vw, 16px);
    line-height: 1.35;
  }
  #news.single .l-entry h3:before {
    top: 0.2em;
  }
  #news.single .l-entry blockquote {
    padding: 30px;
  }
  #news.single .l-entry blockquote:before {
    top: 15px;
    left: 15px;
  }
  #news.single .l-entry blockquote:after {
    right: 15px;
    bottom: 15px;
  }
  #news.single .e-button-return {
    margin: 0 0 4em;
  }
  #news.single .e-button-return .e-link {
    width: 60%;
    padding: 0.6em 0;
    margin-bottom: 0;
    font-size: min(3.7333333333vw, 14px);
  }
}