section.news {}
section.news .section-content-wrap {
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 30px;
  width: 100%;
  max-width: 1170px;
  border-top: 0px solid;
}
section.news .section-title {
  font-size: 4rem;
  font-weight: 700;
  padding-left: calc(70px + 1em);
  width: 100%;
  position: relative;
}
section.news .section-title::before,
section.news .section-title::after {
  content: '';
  display: block;
  height: 2px;
  background-color: #707070;
  position: absolute;
  bottom: calc(1em * 1.78 /2);
}
section.news .section-title::before {
  width: 70px;
  left: 15px;
}
section.news .section-title::after {
  width: calc(100% - 70px - 6em);
  right: 15px;
}
section.news .newslist-wrap {
  margin-top: 30px;
}
section.news .newslist-wrap ul.news-list {
  margin: 0 auto;
  width: 100%;
  max-width: 970px;
  display: flex;
  flex-wrap: wrap;
  max-width: initial;
  grid-gap: 60px 0;
}
section.news .newslist-wrap ul.news-list li {
  padding: 15px;
  width: 285px;
  border-left: 1px solid #707070;
}
section.news .newslist-wrap ul.news-list li:last-child {
  border-right: 1px solid #707070;
}
section.news .newslist-wrap ul.news-list li > .grid-container {
  grid-template-rows: 45px 60px 1fr 30px;
  grid-gap: 20px;
  height: 100%;
}
section.news .newslist-wrap .entry-meta {
  margin: 0;
}
section.news .newslist-wrap .entry-meta .icon_tag {
  display: block;
  width: 37px;
  height: 37px;
  margin-right: 20px;
}
section.news .newslist-wrap .entry-meta .icon_tag.gct {
  background-color: #E2F1F2;
}
section.news .newslist-wrap .entry-meta .icon_tag.rinkai {
  background-color: #0072BA;
}
section.news .newslist-wrap .entry-meta .icon_tag.tama {
  background-color: #00A23F;
}
section.news .newslist-wrap .entry-meta .icon_tag.caravan {
  background-color: #FF6037;
}
section.news .newslist-wrap .entry-meta time {
  font-size: 1.2rem;
  line-height: 1;
}
section.news .newslist-wrap .entry-meta time span.md {
  font-size: 3.2rem;
  font-weight: 700;
}
section.news .newslist-wrap .title {
  font-size: 1.7rem;
  font-weight: 700;
}
section.news .newslist-wrap .excerpt {
  font-size: 1.5rem;
}
section.news .newslist-wrap .more {
  text-align: right;
  font-size: 1.5rem;
}
section.news .newslist-wrap .more a {
  color: inherit;
}
