@charset "utf-8";
/*-------------------------------------------------
PC表示：960px〜
スマホ　320〜959px（breakpoint: 520px 960px）
-------------------------------------------------*/

.el_lv2NewsHeading {
  position: relative;
  border-bottom: 1px solid #e4babb;
  padding-bottom: 0.6em;
  margin-bottom: 1em;
  font-size: 22px;
  line-height: 1.2;

  display: flex;
  flex-direction: column;

  > ._date {
      font-size: 15px;
      padding-bottom: .5em;
      color: #555;
  }
  
  @media not screen and (min-width:960px) {
    font-size: 20px;
  }
}