@charset "UTF-8";
.tit-header {
  background-image: url("../images/news/bg-header-news.png");
}

/** 日付表示 **/
.date {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: bottom;
}

/** newマーク **/
.new {
  display: inline-block;
  padding: 3px 5px;
  margin-left: 15px;
  border-radius: 2px;
  border: 1px solid #7d0000;
  color: #7d0000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}

.news-list {
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

.news-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 1.85em;
  /** 日付表示 **/
}

.news-list li .date {
  width: 152px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
}

.news-list li .date:after {
  content: "";
  display: block;
  clear: both;
}

.news-list li .new {
  float: right;
  padding: 3px 5px;
}

.news-list li:last-child {
  margin-bottom: 0;
}

.news-list li > * {
  margin: 0;
}

.news-list li .content {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: calc(100% - 166px);
}

.news-list li .content.newlist a {
  margin-left: 0;
}

.news-list li .content a {
  text-decoration: underline;
  color: inherit;
}

.news-list li .content a:hover {
  text-decoration: none;
}

.lower-page-container .heading-box {
  padding-left: 24px;
}

.lower-page-container .heading-box h2 {
  margin: 0;
}

.lower-page-container .news-detail-box {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}

.lower-page-container .news-detail-box .full-img-box {
  margin-top: 50px;
}

.lower-page-container .news-detail-box .half-img-box {
  margin: 80px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.lower-page-container .news-detail-box .half-img-box .img-box {
  width: 47%;
}

.lower-page-container .news-detail-box .half-img-box .txt-box {
  width: 47%;
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /** 日付表示 **/
  .date {
    font-size: 1rem;
  }
  /** newマーク **/
  .new {
    padding: 2px 5px;
  }
  .news-list li .date {
    width: 100%;
  }
  .news-list li .new {
    float: none;
  }
  .news-list li .content {
    width: 100%;
    margin-left: 0;
    margin-top: 6px;
  }
  .news-list li .content a {
    margin-left: 0;
  }
  .lower-page-container {
    margin-top: 40px;
  }
  .lower-page-container .heading-box {
    padding-left: 1em;
  }
  .lower-page-container .heading-box h2 {
    font-size: 1.285rem;
    line-height: 1.4;
  }
  .lower-page-container .news-detail-box {
    font-size: 1rem;
  }
  .lower-page-container .news-detail-box .half-img-box {
    margin: 40px 0;
  }
  .lower-page-container .news-detail-box .half-img-box .img-box {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 15px;
  }
  .lower-page-container .news-detail-box .half-img-box .img-box img {
    width: 100%;
  }
  .lower-page-container .news-detail-box .half-img-box .txt-box {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  /* PC */
  .g-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  }
  .g-main {
    margin-top: 157px;
  }
}
