/* news
##################################### */
#news #main {
  background: url("../img/news/bg_t.png") no-repeat 0 0/100% auto;
}

.list_news a {
  display: block;
  padding: 1em 10px .85em;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  line-height: 1.7;
  color: #333;
  -webkit-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out;
}

.list_news a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.list_news .date {
  color: #9a1e23;
  letter-spacing: .1em;
}

.list_news .date:after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  background: url("../img/common/ico02.png") no-repeat 0 0/contain;
}

/* news pc
===================================== */
@media screen and (min-width: 769px) {
  #news #main_inner {
    width: 640px;
  }
  .list_news .date:after {
    width: 26px;
    height: 19px;
  }
  .list_news .ttl {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

/* news sp
===================================== */
@media screen and (max-width: 768px) {
  .list_news .date:after {
    width: 23px;
    height: 16.5px;
  }
  .list_news .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: normal;
  }
}
