@charset "utf-8";
/* CSS Document */

.container{
	background:#f9f9f4;
	width:100%;
	min-width:980px;
	margin:0;
}

.content{
	background:#fff;
	width:100%;
	margin:40px 0 0;
}


/* ---------------------------------------------
　keyvisual
------------------------------------------------ */

.keyvisual {
	background:#f9f9f4;
	width:980px;
	height:450px;
	margin:0 auto;
	position:relative;
	/*変更箇所160923*/
	display:none;
}

.keyvisual .parts01,
.keyvisual .parts02,
.keyvisual .parts03,
.keyvisual .parts04,
.keyvisual .parts05,
.keyvisual .parts06{
	position:absolute;
}

.keyvisual .parts01{
	left:-80px;
	bottom:134px;
}

@media screen and (max-width: 1080px) {
.keyvisual .parts01 .onImg img{ display:none; }
.keyvisual .parts01 .onImg{
	background:url(../images/img_keyvisual_01_on_sp.png) 0 0 no-repeat;
	width:332px;
	height:264px;
}
}

.keyvisual .parts02{
	left:260px;
	bottom:127px;
}

.keyvisual .parts03{
	left:166px;
	bottom:18px;
}

.keyvisual .parts04{
	right:330px;
	bottom:22px;
}

.keyvisual .parts05{
	right:168px;
	bottom:137px;
}

.keyvisual .parts06{
	right:0;
	bottom:22px;
}


/* ---------------------------------------------
　content
------------------------------------------------ */
.news-area{
	background:#fff;
	width:980px;
	padding:50px 0;
	margin:0 auto;
}

.news-title{
	position:relative;
}

.news-area h2 {
	background:none;
	padding:0;
	margin-top:0 !important;
}

.news-area .btn-newslist {
	position:absolute;
	top:0;
	right:0;
	margin:0;
}

.news-area .news-list{
	margin:20px 0 0;
	border-top:1px solid #eee;
}

.news-area dl{
	margin:0;
	border-bottom:1px solid #eee;
}

.news-area dt{
	clear:left;
	float:left;
	width:140px;
	padding:15px 0;
}

.news-area dd {
	padding:15px 0;
}

.news-area a{
	color:#00a0e9;
	text-decoration:none;
}
.news-area a:hover{ text-decoration:underline; }

.top-banner{
	display: flex;
	justify-content: space-around;
	width: 980px;
	margin: 20px auto 0 !important;
	flex-wrap: wrap;
}
.top-banner li{
	width:49%;
	margin-bottom: 10px;
}
.top-banner li img{
	width:100%;
}