@charset "utf-8";
/* CSS Document */


/* ---------------------▼news--------------------- */

#contents h1 img {
	height: 120px;
}


section ul.news_text {
	width: 64%;
	margin: 0 3% 3% auto;
	box-sizing: border-box;
	color: #fff;
}

section ul.news_text {
	font-size: 0;
}

section ul.news_text img {
	width: 100%;
}

section ul.news_text li.news_bg {
	box-sizing: border-box;
	padding: 0 4%;
	background: url(../../image/news/news_kakomi_naka.png) repeat-y;
	background-size:100%;
}

section ul.news_text h2 {
	text-align: left;
	font-size: calc(11px + 0.5vw);
	font-weight: bold;
	line-height: 140%;
	border-left: 3px solid #ff5f00;
	box-sizing: border-box;
	padding-left: 1%;
}
/* safariのみハック */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	section ul.news_text h2 {
		font-size: 14px;
	}
}


section ul.news_text p.date {
	border-top: 1px solid #fff;
	margin: 1.5% 0 0 0;
	text-align: left;
	font-size: calc(11px + 0.2vw);
	box-sizing: border-box;
	padding-top: 1.5%;
}
/* safariのみハック */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, section ul.news_text p.date {
		font-size: 12px;
	}
}


section ul.news_text ul.news_cont li {
	display: inline-block;
	vertical-align: top;
	margin-top: 2%;
}

section ul.news_text ul.news_cont li.photo {
	width: 40%;
}

section ul.news_text ul.news_cont li.disc {
	width: 58%;
	font-size: calc(10px + 0.2vw);
	line-height: 150%;
	text-align: left;
	box-sizing: border-box;
	padding: 0 2%;
	word-wrap: break-word;
}
/* safariのみハック */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	section ul.news_text ul.news_cont li.disc {
		font-size: 12px;
	}
}

section ul.news_text ul.news_cont li.disc2 {
	width: 100%;
	font-size: calc(10px + 0.2vw);
	line-height: 150%;
	text-align: left;
	box-sizing: border-box;
	padding: 0 2%;
	word-wrap: break-word;
}
/* safariのみハック */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	section ul.news_text ul.news_cont li.disc2 {
		font-size: 12px;
	}
}

/* サイドバー */
section ul#news_side {
	position: absolute;
	top: 0;
	left: 3%;
	width: 25%;
	font-size: 0;

}

section ul#news_side li img {
	width: 100%;
}

section ul#news_side li.side_naka {
	box-sizing: border-box;
	padding: 5% 5%;
	background: url(../../image/news/news_subi_naka.png) repeat-y;
	background-size:100%;
	text-align: left;
}

section ul#news_side li.side_naka p.side_date {
	font-size: calc(10px + 0.2vw);
	color: #ff5f00;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	padding-bottom: 2%;
}
/* safariのみハック */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	section ul#news_side li.side_naka p.side_date {
		font-size: 12px;
	}
}


section ul#news_side li.side_naka p.side_date a {
	color: #ff5f00;
}

section ul#news_side li.side_naka p.side_date a:hover {
	color: #ff9b78;

}


section ul#news_side li.side_naka p.sentence {
	font-size: calc(9px + 0.2vw);
	line-height: 160%;
	color: #fff;
	margin-top: 3%;
}
/* safariのみハック */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	section ul#news_side li.side_naka p.sentence {
		font-size: 11px;
	}
}

/* ---------------------▲news--------------------- */
