#news {
	max-width: 1100px;
	width: 90%;
	margin: 50px auto 0;
	position: relative;
}
#news .ttl_style14 {
	width: 230px;
	position: absolute;
	top: 0;
	left: 0;
}
#news #news_top,
#news #news_r {
	padding-left: 320px;
	margin-bottom: 50px;
}
#news #news_l {
	width: 230px;
	position: absolute;
	top: 200px;
	left: 0;
}
/* ------------------------------------ */
#news #news_top .box {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #ccc 1px dotted;
	overflow: hidden;
}
#news #news_top .box .box_ttl {
	margin-bottom: 15px;
}
#news #news_top .box .box_ttl p {
	margin-bottom: 5px;
	font-size: 80%;
	color: #14398F;
	font-weight: 500;
	letter-spacing: 1px;
}
#news #news_top .box .box_ttl p span {
	display: inline-block;
	margin-left: 20px;
}
#news #news_top .box .box_ttl p span::before {
	content: '【';
	margin-right: 5px;
}
#news #news_top .box .box_ttl p span::after {
	content: '】';
	margin-left: 5px;
}
#news #news_top .box .box_ttl p span a {
	color: #14398F;
}
#news #news_top .box .box_ttl strong {
	font-size: 120%;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 1px;
}
#news #news_top .box .box_ph {
	width: 250px;
	float: right;
	margin-left: 20px;
	position: relative;
}
#news #news_top .box .box_ph img {
	width: 100%;
	height: 140px;
	object-fit: cover;
}
#news #news_top .box .box_ph a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: rgba(255,255,255,0) 1px solid;
	transition: .3s;
}
#news #news_top .box .box_ph a:hover {
	border: rgba(255,255,255,.5) 6px solid;
}
#news #news_top .box .txt {
	font-size: 90%;
}
/* ------------------------------------ */
#news #news_r .box {
	margin-bottom: 50px;
}
#news #news_r .box dl {
	padding-bottom: 20px;
	border-bottom: #ccc 1px dotted;
	margin-bottom: 30px;
}
#news #news_r .box dt {
	font-size: 130%;
	letter-spacing: 2px;
	font-weight: 400;
	line-height: 150%;
}
#news #news_r .box dd {
	margin-bottom: 5px;
	font-size: 80%;
	color: #aaa;
	font-weight: 500;
	letter-spacing: 1px;
}
#news #news_r .box dd span {
	display: inline-block;
	margin-left: 20px;
}
#news #news_r .box dd span::before {
	content: '【';
	margin-right: 5px;
}
#news #news_r .box dd span::after {
	content: '】';
	margin-left: 5px;
}
#news #news_r .box p {
	margin-bottom: 40px;
}
#news #news_r .box p img {
	display: block;
	max-width: 530px;
	width: 90%;
	margin: 0px auto;
}
/* ------------------------------------ */
#news #news_l ul {
	margin-bottom: 20px;
}
#news #news_l li {
	font-size: 85%;
	line-height: 150%;
	border-bottom: #ccc 1px dotted;
}
#news #news_l li a {
	font-weight: 400;
	display: block;
	position: relative;
	padding: 10px 10px 10px 20px;
}
#news #news_l li a::before {
	position: absolute;
	content: '≣';
	top: 10px;
	left: 0;
}
#news #news_l li a:hover {
	background-color: #f7f7f7;
}
/* ------------------------------------ */





@media screen and (max-width: 930px) {
	/* ------------------------------------ */
	#news,
	#news #news_l,
	#news .ttl_style14 {
		position: static;
	}
	#news {
		width: 90%;
		margin: 0px auto 0;
	}
	#news .ttl_style14 {
		width: 260px;
		text-align: center;
		padding: 30px 0px;
		font-size: 100%;
		margin: 0px auto 30px;
	}
	#news .ttl_style14 br {
		display: none;
	}
	#news #news_top,
	#news #news_r {
		padding-left: 0px;
	}
	#news #news_l {
		width: 100%;
	}
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}





@media screen and (max-width: 768px) {
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	#news #news_top .box .box_ttl p {
		font-size: 70%;
	}
	#news #news_top .box .box_ttl strong {
		font-size: 110%;
	}
	#news #news_top .box .box_ph {
	}
	#news #news_top .box .txt {
	}
	/* ------------------------------------ */
}




@media screen and (max-width: 540px) {
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}