@charset "utf-8";
/*=============================================================
 CSR top
=============================================================*/

/* news
-------------------------------------------------------------*/
.news-ttl-box{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1PX solid #ccc;
}
.news-ttl{
	font-size: 3.0rem;
	line-height: 1.2;
}
.news-list dt{
	font-size: 1.4rem;
  font-weight: 600;
	white-space:nowrap;
	width:150px;
	padding:24px 100px 0 0;
	position:relative;
}
.news-list dt span{
	color:#fff;
	background: #e6002d;
	font-size:1.2rem;
	line-height:1.2em;
	font-weight:normal;
	font-style:normal;
	white-space:nowrap;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	top:28px;
	left:150px;
	padding: 2px 6px;
}
.news-list dd{
	font-size: 1.4rem;
	margin-top:-1.8em;
	padding:0 0 20px 260px;
	border-bottom:1px solid #ccc;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){
/*=============================================================
 CSR top
=============================================================*/
/* news
-------------------------------------------------------------*/
.news-list dt{width:100%;}
.news-list dd {
	margin-top: 0;
	padding: 0 0 20px 0px;
}

}
