@charset "UTF-8";

/* ==========================================================
 refine common
========================================================== */
/* sec-cmn-01
---------------------------------------------------------- */
.sec-cmn-01.bg-lighten {
  padding: 50px;
  background-color: #f4f4f1;
}

@media screen and (max-width: 767px) {
  .sec-cmn-01.bg-lighten {
    padding: 25px;
  }
}

/* box-img-text-01
---------------------------------------------------------- */
.box-img-text-01 {
  margin-bottom: 0;
}
.box-img-text-01 .box-image {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .box-img-text-01 .box-image {
    width: 100%;
    display: block;
  }
    .box-img-text-01 .box-image > img {
      width: 100%;
    }
    .box-img-text-01 .box-detail {
      padding: 0;
    }
}

.btn-cmn-01.type-detail-01 {
  max-width: 400px;
  width: 100%;
  margin: 0 0 0 auto;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
  .btn-cmn-01.type-detail-01:after {
    top: 50%;
    right: auto;
    left: 10px;
    background: url('/n_mori/common/img/ico_arrow_left_01.png') no-repeat;
  }
  
@media screen and (max-width: 767px) {
  .btn-cmn-01.type-detail-01:after {
    background-size: 11px auto;
  }
}

/* Title
---------------------------------------------------------- */
.news-detail .ttl-main {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.4;
}
.news-detail .ttl-main-02 {
  font-size: 24px;
  font-weight: normal;
  line-height: 2.4;
}

@media screen and (max-width: 767px) {
  .news-detail .ttl-main {
    font-size: 18px;
  }
  .news-detail .ttl-main-02 {
    font-size: 20px;
  }
}

/* Box, Section
---------------------------------------------------------- */
.entry-title,
.entry-body {
  position: relative;
}
.entry-body {
  padding-top: 40px;
}
.box-content:not(:last-child) {
  font-size: 16px;
  margin-bottom: 25px;
}
  .box-content .image {
    margin-bottom: 30px;
  }
    .box-content .image > img {
      max-width: 100%;
    }
  .box-content .image-full-width {
    position: relative;
  }
    .box-content .image-full-width > img {
      width: 100%;
      display: block;
    }

@media screen and (max-width: 767px) {
  .entry-body {
    padding-top: 20px;
  }
  .box-content:not(:last-child) {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

/* List
---------------------------------------------------------- */
.list-images {
  margin: 0 -20px;
  position: relative;
}
  .list-images::before,
  .list-images::after {
    content: '';
    display: table;
  }
  .list-images::after {
    clear: both;
  }
  .list-images li {
    width: 50%;
    padding: 0 20px;
    float: left;
  }
    .list-images li > img {
      width: 100%;
      display: block;
    }

.list-images.type-02 {
  margin: 0 -15px;
}
  .list-images.type-02 li {
    width: 33.33%;
    padding: 0 15px;
  }

@media screen and (max-width: 767px) {
  .list-images,
  .list-images.type-02 {
    margin: 0 -10px;
  }
    .list-images li,
    .list-images.type-02 li {
      width: 100%;
      padding: 0 10px;
    }
    .list-images li:not(:last-child) {
      margin-bottom: 15px;
    }
}