@charset "UTF-8";
/* =====================================================================





===================================================================== */
/*-----------------------------------
featureIndex用スタイル
news.cssコピー

*NEWSのタグクラスをそのまま使えるように。

-----------------------------------*/
.uno-featureIndex .l-mainContents {
  padding-bottom: 50px;
}
.uno-featureIndex .keyVisual {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.uno-featureIndex .keyVisual__bg {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 27.7%;
  padding-bottom: 45%;
  background: url(../../feature/img/bg_kv.jpg) no-repeat center top;
  background-size: auto 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-45px);
}
.uno-featureIndex .keyVisual__inner {
  width: 100%;
  padding-bottom: 28.57%;
  height: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) {
  .uno-featureIndex .keyVisual {
    background-size: 1800px auto;
  }
  .uno-featureIndex .keyVisual__bg {
    padding-bottom: 500px;
  }
  .uno-featureIndex .keyVisual__inner {
    padding-bottom: 400px;
  }
}
.uno-featureIndex .headingType01 {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -42px;
}
.uno-featureIndex .newsSection {
  padding: 10px 0 40px;
}
.uno-featureIndex .newsSection__title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 5%;
}
.uno-featureIndex .newsList__items {
  overflow: hidden;
  padding-bottom: 1px;
  margin-left: -4%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.uno-featureIndex .newsList__items:before {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1px;
}
.uno-featureIndex .newsList__item {
  width: 29.33%;
  margin-left: 4%;
  padding-bottom: 3%;
  float: left;
  position: relative;
}
.uno-featureIndex .newsList__item:nth-child(3n+1) {
  clear: left;
}
.uno-featureIndex .newsList__item a {
  display: block;
  position: relative;
}
.uno-featureIndex .newsList__item a:before {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
}
.uno-featureIndex .newsInfo__img {
  padding: 0 0;
}
.uno-featureIndex .newsInfo__img img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: solid 1px #ededed;
  display: block;
}
.uno-featureIndex .newsInfo__txtBox {
  padding: 4% 40px 0 6.25%;
  box-sizing: border-box;
  position: relative;
}
.uno-featureIndex .newsInfo__txtBox:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 45px;
  right: 20px;
}
.uno-featureIndex span .newsInfo__txtBox {
  padding-right: 6.25%;
}
.uno-featureIndex span .newsInfo__txtBox:after {
  display: none;
}
.uno-featureIndex .newsInfo__date {
  font-size: 12px;
  margin-bottom: 5px;
}
.uno-featureIndex .is-new .newsInfo__date {
  position: relative;
  padding-left: 52px;
}
.uno-featureIndex .is-new .newsInfo__date:before {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 20px;
  top: 50%;
  left: 0;
  margin-top: -10px;
  background: url(../img/icon_new_s.png) no-repeat left center;
  background-size: 44px 20px;
}
.uno-featureIndex .newsInfo__txt {
  font-size: 14px;
}

@media only screen and (max-width:770px) {
  .uno-featureIndex .keyVisual__inner {
    width: 100%;
    padding-bottom: 0%;
    height: 180px;
    position: relative;
    overflow: hidden;
  }
  .uno-featureIndex .keyVisual__bg {
    width: 1050px;
    padding-bottom: 240px;
    background-size: 100% auto;
    left: 50%;
    margin-left: -525px;
    transform: translateY(-45px);
  }
  .uno-featureIndex .headingType01 {
    margin-top: -25px;
  }
  .uno-featureIndex .newsSection {
    padding: 10px 0 0px;
  }
  .uno-featureIndex .newsSection__title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 3%;
  }
  .uno-featureIndex .newsList__items {
    overflow: hidden;
    margin-left: 0;
    display: flex;
  }
  .uno-featureIndex .newsList__items:before {
    display: none;
  }
  .uno-featureIndex .newsList__item {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 0;
    float: none;
    box-sizing: border-box;
  }
  .uno-featureIndex .newsList__item:nth-child(3n+1) {
    clear: left;
  }
  .uno-featureIndex .newsList__item a {
    padding: 15px 0;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
  }
  .uno-featureIndex .newsList__item a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(-45deg);
    position: absolute;
    right: 5px;
    margin-top: -4px;
    bottom: 42px;
  }
  .uno-featureIndex .newsList__item > span {
    display: table;
    padding: 15px 0;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
  }
  .uno-featureIndex .newsInfo__img {
    display: block;
    vertical-align: middle;
    margin-bottom: 10px;
  }
  .uno-featureIndex .newsInfo__img img {
    width: 100%;
    height: auto;
  }
  .uno-featureIndex .newsInfo__txtBox {
    display: block;
    vertical-align: middle;
    padding: 0 1.5rem 0 0;
  }
  .uno-featureIndex .newsInfo__txtBox:after {
    display: none;
  }
  .uno-featureIndex .newsInfo__date {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .uno-featureIndex .is-new .newsInfo__date {
    position: relative;
    padding-left: 42px;
  }
  .uno-featureIndex .is-new .newsInfo__date:before {
    width: 34px;
    height: 16px;
    margin-top: -9px;
    background-size: 34px auto;
  }
  .uno-featureIndex .newsInfo__txt {
    font-size: 14px;
  }
  .uno-featureIndex .newsList__item:last-child {
    margin-bottom: -10px;
  }
}