@charset "utf-8";

.news-inner {
  margin-bottom: 90px;
}
.news-lst {
  width: calc(100% + 100px);
  /*margin-left: -100px;
  font-size: 0;*/
  margin-top: 60px;
}
/*.news-lst > li {
  width: 33%;
  padding-left: 100px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 90px;
}
.news-lst > li > a {
  display: block;
}*/
.news-lst > li {
  width: 33%;
  padding: 0 40px 0;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 70px;
}
.news-lst > li > a {
  display: block;
  overflow: hidden;
}
.cat {
  display: inline-block;
  vertical-align: middle;
  background-color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  padding: 3px 10px 5px 10px;
}
.date {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  color: #bfa55d;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 10px;
}
/*.news-thumb {
  padding-top: 82%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.news-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: underline;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.news-thumb:before {
  content: '';
  display: block;
  position: absolute;
  width: 110%;
  background-color: #fff;
  transform: rotate(-4deg);
  right: -1px;
  height: 0;
  padding-top: 15%;
  bottom: 99%;
  transform-origin: bottom right;
}
.news-thumb:after {
  content: '';
  display: block;
  position: absolute;
  width: 110%;
  background-color: #fff;
  transform: rotate(-4deg);
  right: -2px;
  height: 0;
  padding-top: 15%;
  top: 100%;
  transform-origin: top left;
}*/
.news-thumb-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  height: 300px;
}
.news-thumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
.news-thumb::after {
  background: url(../images/common/news_thum_mask.png) no-repeat center center;
  background-size: auto;
  content: " ";
  display: block;
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.news-tag {
  text-align: center;
  margin-top: 12px;
}
.year-wrap {
  overflow: hidden;
}
.year-hd {
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 12px;
  border-bottom: solid #999 1px;
  font-weight: bold;
}



/* SP
----------------------------------------------------------*/

@media only screen and (max-width: 1100px) {
  .news-lst {
    width:100%;
    margin-left: 0px;
  }
  .news-lst > li {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (max-width: 750px) {
  .news-lst {
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 40px;
  }
  .news-lst li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .news-thumb-wrap {
    height: 300px;
    max-width: 300px;
    margin: 0 auto;
  }
  .news-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cat,
  .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
