@charset "utf-8";

/* =============================================================

news__wrapper




















*  ============================================================= */

.news__wrapper {
  width: 100%;
}

.news__wrapper ul li a {
  width: 100%;
  border-top: 0.5px solid #ddd;
  display: block;
  padding: 16px 30px 14px 5px;
  position: relative;
  color: #5d6960;
}

.news__wrapper ul li:last-of-type a {
  border-bottom: 0.5px solid #ddd;
}

.news__wrapper ul li a::after {
  content: "";
  background: url(../img/common/icon-arrow.png) no-repeat;
  background-size: contain;
  display: inline-block;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 14px;
}

@media (min-width: 1024px) {
  .news__wrapper ul li a {
    padding: 18px 80px 16px 10px;
  }
  .news__wrapper ul li a::after {
    position: absolute;
    right: 20px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: all 0.3s;
  }
  .news__wrapper ul li a:hover {
    background-color: #edebe2;
  }
  .news__wrapper ul li a:hover::after {
    position: absolute;
    right: 12px;
  }
}

/* lower-day ------------------------------------ */

.news__wrapper ul li a .news__day {
  font-size: 1.2rem;
  line-height: 1.2;
}

/* lower-ttl ------------------------------------ */

.news__wrapper ul li a .news__title {
  font-size: 1.8rem;
  line-height: 1.5;
  padding-top: 6px;
}

/* ============================================

pager

*  ============================================ */

.pager {
  clear: both;
  padding: 20px 0;
  text-align: right;
}

.pager a {
  background-color: #fff;
  border-radius: 4px;
  font-size: 1.2rem;
  margin: 0 4px;
  padding: 4px 12px 5px;
  color: #5d6960;
}

.pager a.current {
  background-color: #5d6960;
  color: #fff;
}

.overPagerPattern {
  padding: 4px 12px 5px;
}

@media (min-width: 1024px) {
  .pager a {
    transition: all 0.5s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .pager a:hover {
    opacity: 0.3;
  }
}

/* ============================================

backORcloseBtn

*  ============================================ */

.backORcloseBtn {
  margin-top: 40px;
  text-align: right;
}

.backORcloseBtn a {
  border: 1px solid #5d6960;
  border-radius: 6px;
  display: inline-block;
  font-size: 1.4rem;
  padding: 12px 32px;
  color: #5d6960;
}

@media (min-width: 1024px) {
  .backORcloseBtn a {
    transition: all 0.5s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .backORcloseBtn a:hover {
    opacity: 0.3;
  }
}

/* ============================================

news__detail-text

*  ============================================ */

.news__detail-text {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 2;
}

@media (min-width: 1024px) {
  .news__detail-text {
    font-size: 2rem;
    line-height: 2.4;
  }
}

/* ============================================

img

*  ============================================ */

.detailUpfile {
  width: 100%;
  margin-top: 40px;
}

.detailUpfile img {
  max-width: 100%;
  height: auto;
}

/* ============================================

pNav

*  ============================================ */

.pNav {
  font-size: 1.2rem;
  margin-top: 80px;
  line-height: 1.6;
}

.pNav a {
  color: #5d6960;
}
