@charset "utf-8";

#container .news__inner{
  max-width: 1040px;
  min-height: 200px;
  padding-top: 0;
  padding-bottom: 180px;
}
.news__main{
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.news__list{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  width: 100%;
  border-top: 1px solid var(--sub-color--border3);
  margin: 0;
}
.news_info{
  width: 100%;
  border-bottom: 1px solid var(--sub-color--border3);
}
.news_info--link{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  width: 100%;
  padding: 26px 10px 27px;
  gap: 0;
}
.news_info--date {
  width: 6.4em;
  white-space: nowrap;
}
.news_info--title {
  width: calc(100% - 6.4em);
}
