@charset "UTF-8";

/* メインビジュアル
----------------------------------------------*/
.main-container {
	background: url('/wordpress/wp-content/themes/fujita-theme/news/style/img/bg_main_pc.jpg') center top no-repeat;
	background-size: cover;
}
@media (max-width: 767px) {
	.main-container {
		background: url('/wordpress/wp-content/themes/fujita-theme/news/style/img/bg_main_sp.jpg') center top no-repeat;
		background-size: cover;
	}
}

.main-container h2 {
	color: #fff;
}

/* news
-------------------------------------------------- */
#newsList {
	background: #fff;
	padding: 80px 0 50px;
	overflow: hidden;
}
#newsList .col-sm-12 h5 {
	margin: 75px 0;
}
#newsList .col-sm-12 {
	padding: 0;
	width: 100%;
}
#newsList dl {
	margin-left: 21.091811414392%;
}
#newsList dl dt {
	margin-bottom: 4%;
}
#newsList dl dd{
margin-bottom: 13%;
}
#newsList dl dt {
	color: #34c3c5;
	font-weight: 600;
	float: left;
	width: 23.076923076923%;
	overflow-wrap: anywhere;
}
#newsList dl dt.icon_new:before {
	content: "NEW";
	position: absolute;
	color: #fff;
	font-size: 10px;
	padding: 5px 10px;
	top: 0;
	left: 14%;
	background: linear-gradient(137deg, #daf599, #01b4b6);
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#newsList dl dd {
	margin-left: 23.076923076923%;
}

/* ニュース詳細
----------------------------------------------*/

#top.newsListTop .main-container {
	background: #083f5b;
}
#top.newsListTop .container h3 {
	text-align: left;
	margin: 0 auto 2em;
	padding-bottom: 1.5em;
	font-size: 125%;
	font-weight: 500;
	color: #2a2a2a;
	background: url("/wordpress/wp-content/themes/fujita-theme/news/style/img/h3_line.png") left bottom no-repeat;
}
#top.newsListTop .container h3 .date {
	font-size: 90%;
	color: #34c3c5;
	display: block;
	padding-bottom: 1.2em;
}
#top.newsListTop .container .lead {
	font-size: 100%;
	font-weight: 200;
	line-height: 2.5;
}
@media (max-width: 767px) {
	#top.newsListTop .container h3 {
		font-size: 100%;
	}
	#top.newsListTop .container h3 .date {
		font-size: 90%;
	}
	#top.newsListTop .container .lead {
		font-size: 87.5%;
		line-height: 1.625;
	}
}
