﻿.sustainability-news-year {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding-left: 15px;
  border: 1px solid #4ea33e;
  outline: none;
  background-color: #e2edd9;
  background-image: url(/assets_new/img/sustainability/common/arrow_down.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 12px;
  font-size: 1.6rem;
  cursor: pointer;
}

.sustainability-news-list {
  line-height: 1.5;
}

.sustainability-news-list > li {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}

.sustainability-news-list > li:first-of-type {
  border-top: 1px solid #e6e6e6;
}

.sustainability-news-date {
  color: #a3a3a3;
}

.sustainability-news-title {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .sustainability-news-year {
    width: 100%;
    height: 45px;
    margin-bottom: 30px;
  }
  .sustainability-news-list > li {
    padding: 15px 0;
  }
  .sustainability-news-title {
    margin-top: 5px;
  }
}
