@charset "shift_jis";
/*------------------------------
Notification
------------------------------*/
/* lightbox */
.js-c-lightbox-content { width:670px; padding:40px 20px 20px 20px;margin:0 auto; position:relative; background:#fff; *zoom:1;text-align: center; }
.js-c-lightbox-content .close-btn { font-size:14px; line-height:17px; border:1px solid #d0d0d0; cursor:pointer; color:#0f0f69 !important; padding:5px 5px 5px 27px; width:auto; height:auto; top:5px !important; right:5px !important; background:url(/commonY15/img/icon_close_red.png) no-repeat 5px 5px; }
.lt-ie8 .js-c-lightbox-content .close-btn { background-position:3px 3px; display:block; padding:5px 5px 2px 27px; *zoom:1; }
.js-c-lightbox-content img{
width: auto;
max-width: 630px;
height: auto;
max-height: 630px;
}
/* news_box */
.news_box_ttl{
background: #e4e4e4;
}
.news_box_ttl_inr{
width: 950px;
margin: 0 auto;
padding: 30px 0;
}
.news_box_ttl_inr .date{
font-weight: bold;
}
.news_box_ttl_inr h2{
font-size: 1.556em;
line-height: 1.4;
margin-top: 10px;	
}
.news_box_ttl_inr .note{
text-align: right;
margin-top: 10px;
line-height: 1.4;
}
.news_box_body {
width: 950px;
margin: 40px auto 80px;
}
.news_box_body > p{
margin-top: 10px;
}
.news_box_body_img{
margin-top: 40px;
padding-top: 40px;
border-top: 1px solid #e4e4e4;
}
.news_box_body_img_list{
display: -webkit-box;
display: -moz-box;
display: -ms-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
.news_box_body_img_list li{
width: 230px;
margin-left: 10px;
margin-bottom: 10px;
}
.news_box_body_img_list li:nth-child(4n+1){
margin-left: 0;
}
.news_box_body_img_list li img{
width: 100%;
max-width: 260px;
}
.moreBtn{
	width: 950px;
	margin: 0 auto 40px;
}
.moreBtn.open .btnWT span{
	background: url(/jsl/common/img/icon_arrow_btm_red.png) 0 48% no-repeat;
}
.moreBtn.close .btnWT span{
	background: url(/jsl/common/img/icon_arrow_top_red.png) 0 47% no-repeat;
}

/*	SP View
------------------------------*/
@media only screen and (max-width: 768px) {
	.news_box_ttl_inr{
		width: auto;
		padding: 20px 10px;
	}
	.news_box_body{
		width: auto;
		padding: 0 10px;
	}
	.news_box_ttl_inr h2{
		font-size: 1.375em;
		margin-top: 5px;
	}
	.news_box_ttl_inr .note{
		margin-top: 5px;
	}
	.news_box_body_img{
		margin-top: 20px;
		padding-top: 20px;
	}
	.news_box_body_img_list li{
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.js-c-lightbox-content{
			width: max-content;
		max-width: 100%;
	}
	.js-c-lightbox-content img{
		width: 100%;
		object-fit: contain;
		object-position: 50% 50%;
}
.moreBtn{
	width: 100%;
	padding: 0 10px;
}

}