.CMS-NEWS-INDEX {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 6rem;
  position: relative;
  margin-bottom: -3.5%;
  position: relative;
}

.CMS-NEWS-INDEX>* {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
}

.CMS-NEWS-INDEX>*:nth-of-type(3n) {
  margin-right: 0;
}

.CMS-NEWS-ITEM a {
  transition: all 0.3s;
  display: block;
}

.CMS-NEWS-ITEM a:hover {
  opacity: 0.6;
}

.CMS-NEWS-TIME {
  font-size: 1.2rem;
  margin: 2.5rem 0 0.8rem 0;
  line-height: 1;
}

.CMS-NEWS-LINK {
  line-height: 1.8;
}

.CMS-NEWS-INDEX>* img {
  height: 24rem;
  width: 100%;
  object-fit: cover;
}

/* read more */
.CMS-NEWS-MORE-READ {
  background: #fff;
  border: none;
  border-radius: 0.2rem;
  text-align: center;
  padding: 2rem 0;
  font-size: 1.4rem;
  color: #191970;
  text-align: center;
  margin: 4rem auto 0 auto;
  width: 24rem;
  display: block;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.CMS-NEWS-MORE-READ:hover {
  cursor: pointer;
  opacity: 0.6;
}

/* detail */
.CMS-NEWS-INDEX a {
  color: #fff;
  text-decoration: none;
}

.CMS-NEWS-TITLE {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  padding: 1rem 0 1.5rem 0;
  position: relative;
  font-weight: bold;
}

.CMS-NEWS-TITLE:after {
  border-bottom: solid 3px #e52b1b;
  bottom: -3px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.CMS-NEWS-CONTENT img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto 2rem auto;
}

@media screen and (max-width: 767px) {
  .CMS-NEWS-INDEX {
    display: block;
    margin-bottom: -6rem;
    padding-bottom: 10rem;
  }

  .CMS-NEWS-INDEX>* {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6rem;
  }

  .CMS-NEWS-CONTENT img {
    width: 100%;
  }

  .CMS-NEWS-INDEX>* img {
    height: auto;
  }
}

.top_news {
  margin: 0 auto;
  padding-top: 80px;
}

.top_news .CMS-NEWS-INDEX {
  padding-bottom: 0;
  margin-bottom: 0;
}

.top_news .CMS-NEWS-MORE-READ {
  display: none;
}

@media screen and (max-width: 767px) {
  .top_news {
    padding-top: 60px;
  }
}