/*
 *
 * about page style
 * language: stylus
 *
 */
.section-news .headline ._small {
  padding-left: 10px;
  font-size: 71%;
  font-family: 'Abel', sans-serif;
  letter-spacing: 0.05em;
}
.section-news .list-news .item {
  display: flex;
  margin-top: 36px;
}
.section-news .list-news .item .date {
  padding: 8px 23px 0 0;
  white-space: nowrap;
}
.section-news.list-news .item .titles {
    font-weight: bold;
    line-height: 1.9375;
    letter-spacing: 0.05em;
}
/*
 *	width: 751px~ (PC)
 */
@media (min-width: 751px) {
  #l-mv {
    background: #e4e5ec url("../img/about/mv.jpg") no-repeat center right/auto 100%;
  }
}
/*
 *	width: ~750px (SP)
 */
@media (max-width: 750px) {
  #l-mv {
    background: #e4e5ec url("../img/about/mv_sp.jpg") no-repeat bottom right/100% auto;
  }
  .section-news .headline ._small {
    display: block;
    padding: 0;
    font-size: 80%;
  }
  .section-news .list-news .item {
    display: block;
    margin-top: 23px;
  }
  .section-news .list-news .item .date {
    display: block;
    padding: 0 0 7px;
  }
}

/* ↓ 230407 KINOSHITA */
  .section-news .list-news .item .titles {
	  font-weight: bold;
	  line-height: 1.9375;
	  letter-spacing: 0.05em;
  }
.section-news .list-news .item .date {
	min-width: 120px;
}
.ajaxload-box{
	width: 100%;
	height: 100px;
	background-image: url("../img/common/ajax-loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 66px auto;
}
/* ↑ 230407 KINOSHITA */
