@charset "utf-8";

/* -- 新着一覧 -- */
.newsList {
	border-top: dotted 1px #C9CACB;
}
.newsList li {
	font-size: 1.4rem;
	padding: 13px 0;
	border-bottom: dotted 1px #C9CACB;
	position: relative;
	width: 100%;
	display: table;
}
.newsList li a {
	display: block;
	color: #000;
	padding-right: 20px;
	position: relative;
	text-decoration: none;
}
.newsList li a::after {
	content: '';
	width: 15px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -6px;
	background: url(../img/arrow01.png) no-repeat 0 0 / 15px 12px;
}

.newsList li .img {
	width: 93px;
	height: 61px;
	text-align: center;
	overflow: hidden;
	position: relative;
	display: table-cell;
	vertical-align: top;
}
.newsList li .text {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}

.date {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 5px;
	color: #656261;
}
.newsList li  a:hover span {
	text-decoration: underline;
}
.date em {
	font-size: 1.15rem;
	font-style: normal;
	color: #fff;
	min-width: 105px;
	line-height: 22px;
	text-align: center;
	padding: 0 10px;
	display: inline-block;
	margin-left: 10px;
	border-radius: 22px;
	background: #003366;
}
.category2 .date em {
	background: #ab8a61;
}
.category3 .date em,
.news .infoList li.category3 .date span {
	background: #758a3b;
}
.category15 .date em {
	background: #497CA8;
}
.category46 .date em,
.news .infoList li.category46 .date span {
	background: #FFBE00;
}

.category47 .date em,
.news .infoList li.category33 .date span {
	background: #cf4c20;
}
.category48 .date em,
.news .infoList li.category33 .date span {
	background: #ab8a61;
}


.newsList li.new span:before,
.main h2.new span:after {
	font-family: 'Roboto' , "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-style: italic;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	content: "NEW";
	line-height: 24px;
	margin-right: 5px;
	padding: 0 7px 0 5px;
	background: #CC4B1F;
	margin-left: 10px;
	display: inline-block;
}
/* ------------------------------
 PC用コード
------------------------------ */
@media screen and (min-width: 768px) {
	.newsList li {
		width: 100%;
		display: table;
	}
	.newsList li .date {
		width: 210px;
		display: table-cell;
		vertical-align: top;
	}
	.newsList li span {
		display: table-cell;
		vertical-align: top;
	}
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	
}
@media screen and (max-width: 320px) {
	.newsList li .img {
		width: 80px;
		height: 52px;
	}
	
	.newsList li .text {
		padding-left: 15px;
	}
}


/* -- 下層 -- */
.main h2 span {
	font-size: 2.4rem;
	color: #333;
	margin-bottom: 0;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.main h2 span {
		font-size: 1.9rem;
	}
}
