@charset "UTF-8";

.sec-01 {
  margin-top: 270px;
}


@media only screen and (min-width: 1001px) and (max-width: 1790px) {
.news-nav {
  top: 170px;
}
}

.nd {
  border-radius: 18px;
  background-color: #FFF;
  padding: 30px;
  box-sizing: border-box;
}

.nn-hd {
  padding-left: 1.5em;
  border-bottom: 2px solid #000;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.17222222222;
}

.nn-hd::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #B88B68;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.nnl {
  margin-top: 10px;
}

.nnl li {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.17222222222;
}

.nnl li.current {
  color: #B88B68;
}

.news-lst {
  float: right;
  width: 68%;
  padding-left: 32px;
  box-sizing: border-box;
}

.news-unit {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

.news-unit.disp-none {
  display: none;
}

.news-unit dt {
  vertical-align: top;
  display: table-cell;
  width: 172px;
  height: 127px;
}

.news-unit dt a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
  background-size: cover;
  background-position: center;
}

.news-unit dt a:hover {
  opacity: 0.8;
}

.news-unit dd {
  vertical-align: top;
  display: table-cell;
  width: calc(100% - 172px);
  padding-left: 53px;
  box-sizing: border-box;
}

.news-date {
  display: inline-block;
  vertical-align: -3px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.50394444444;
}

.news-tag {
  display: inline-block;
  vertical-align: top;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 6px;
  margin-right: 10px;
  padding-bottom: 2px;
}
.s_contents .news-tag {
  background-color: #B88B68;
}
.s_page .news-tag {
  background-color: #ebe8e4;
  border: 1px solid #000;
  color: #000;
}
.news-tag a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.news-ttl {
  font-size: 2.0026rem;
  font-weight: 500;
  line-height: 1.34824727854;
  letter-spacing: -0.2px;
  height: 81px;
  overflow: hidden;
  margin-top: 10px;
  display: block;
}

@media only screen and (max-width: 1000px) {
  .sec-01 {
    margin-top: 80px;
  }

  .news-nav {
    float: none;
    width: 100%;
    position: static;
  }

  .nd {
    padding: 33px 18px;
  }

  .nn-hd {
    padding-left: 1.5em;
    border-bottom: 2px solid #000;
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.17222222222;
  }

  .news-lst {
    margin-top: 140px;
    float: none;
    width: 100%;
    padding-left: 0px;
  }

  .news-unit dt {
    height: auto;
    width: 32%;
    position: relative;
  }

  .news-unit dt a {
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    padding-top: 74%;
    background-color: #D9D9D9;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
  }

  .news-unit dd {
    width: 68%;
    padding-left: 13px;
    font-size: 0;
  }

  .news-date {
    font-size: 1.4rem;
    line-height: 1.28307142857;
  }

  .news-tag {
    height: 20px;
    line-height: 20px;
    font-size: 1.4rem;
    padding: 0 6px;
    border-radius: 4px;
    vertical-align: -3px;
  }

  .news-ttl {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -0.14px;
    margin-top: 6px;
    height: 63px;
  }

  .news-unit {
    margin-bottom: 19px;
  }
}