@charset "utf-8";
/*mainview*/
.mainview_a{
	background-color: #FFF9E4;
}
.news_mainview{
	background-image: url(../images/news/mainview.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.news_mainview h1{
	text-indent: -9999px;
}

/*news_list*/
.news_list{
	padding-left: 20px;
	padding-right: 20px;
}
.news_list .main_img{
	margin: 0 0 50px;
	width: 600px;
	height: auto;
	-webkit-box-shadow: -20px 25px #FFF5C5;
	box-shadow: -20px 25px #FFF5C5;
}
.news_list h2{
	text-indent: 0;
	font-family: "yu-mincho-pr6n";
	color: #5cc790;
	display: inline;
}
.time{
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 0.8em;
}
.label01{
	font-size: 0.8em;
	background-color: #b3e2c5;
	padding: 5px 0;
	width:140px;
	border-radius: 5px;
	text-align: center;
}
.label02{
	font-size: 0.8em;
	background-color: #ffeb7a;
	padding: 5px 0;
	width:140px;
	border-radius: 5px;
	text-align: center;
}
.label03{
	font-size: 0.8em;
	background-color: #fedaed;
	padding: 5px 0;
	width:140px;
	border-radius: 5px;
	text-align: center;
}

.news_list ul{
	text-align: center;
}
.news_list ul li{
	display: inline-block;
	color:#5cc790;
	font-size: 1.2em;
	font-family: "fot-tsukuardgothic-std",sans-serif;
	margin: 0 18px 0 0;
}
.news_list li a{
	display: block;
	width: 50px;
	height: 50px;
	padding: 5px 0;
	background-color: #b3e2c5;
	color:#ffffff;
	border-radius: 15px;
	font-size: 1.2em;
}
.news_list li a:hover,.news_list li a:active{
	opacity: 1;
	background-color: #5cc790;
}

/*news（記事）*/
.news{
	padding-left: 20px;
	padding-right: 20px;
}
.news .main_img{
	margin: 0 0 50px;
	width: 600px;
	height: auto;
	-webkit-box-shadow: -20px 25px #FFF5C5;
	box-shadow: -20px 25px #FFF5C5;
}
.news h2{
	text-indent: 0;
	font-family: "yu-mincho-pr6n";
	color: #5cc790;
	text-align: center;
	margin: 20px 0;
}
.news .label01,.news .label02,.news .label03{
	display: inline-block;
	margin: 0 0 20px;
}
.news img{
	display: block;
	line-height: 2.4;
	background-image:none;
	margin: 20px auto;
	max-width: 600px;
	height: auto;
}

/*aside*/
aside dl{
	font-family: "fot-tsukuardgothic-std",sans-serif;
	margin:0 0 30px;
}
aside dl dt{
	font-size: 1.4em;
	background-image: url(../images/news/folder.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 43px;
	border-bottom: solid 3px #5cc790;
}
aside dl dd a{
	display: block;
	font-size: 1.4em;
	padding: 10px 0 10px 43px;
	border-bottom: solid 1px #5cc790;
	background-image: url(../images/btn1.png);
	background-repeat: no-repeat;
}
aside dl dd a:hover,aside dl dd a:active{
	background-color: #b3e2c5;
}

@media (min-width:641px){
	/*mainview*/
	.news_mainview{
	width:1100px;
	padding: 0;
	margin: 0 auto;
	height: 297px;
	position: relative;
	}
	.news_mainview h1{
	background-image: url(../images/news/mainview_title.png);
	background-repeat: no-repeat;
	width:255px;
	height: 37px;
	position: absolute;
	bottom:15px;
	left: 15px;
	}
	
	/*wrap*/
	.wrap{
	width:1100px;
	margin: 0 auto;
	}
	
	/*news_list*/
	.news_list{
	width:640px;
	float: left;
	}
	.news_list article{
	margin: 0 0 75px;
	}
	.news_list .btn1{
	margin: 25px 0 0 auto;
	}
	.label01,.label02,.label03{
	margin: 20px 0 10px;
	}
	.txt{
	font-size: 1em;
	text-align: justify;
	padding-bottom: 0.1em;
    background-image:linear-gradient(to bottom, #5cc790 1.1px, transparent 1px);
	background-size: 2px 2.2em;
    line-height: 2.2em;
	}
	
	/*news（記事）*/
	.news{
	width:640px;
	float: left;
	}
	.news article{
	margin: 0 0 75px;
	}
	.news .btn2{
	margin: 45px auto 0;
	}
	
	/*aside*/
	aside{
	float: right;
	width:380px;
	padding: 65px 10px;
	}
	aside dl dd a{
	background-position: 320px center;
	}
	aside .banner{
	width:380px;
	padding: 30px 0 0 0;
	}
	aside .banner .banner1,aside .banner .banner2{
	float: none;
	width:380px;
	margin-bottom: 20px;
	}
	aside .banner .banner1 a,aside .banner .banner2 a{
	width:380px;
	height: 100px;
	}
}

@media (max-width:640px){
	/*mainview*/
	.news_mainview{
	padding: 0;
	margin: 0 auto;
	height: 173px;
	position: relative;
	}
	.news_mainview h1{
	background-image: url(../images/news/mainview_title.png);
	background-repeat: no-repeat;
	width:255px;
	height: 37px;
	position: absolute;
	bottom:15px;
	left: 15px;
	}
	
	/*news_list*/
	.news_list article{
	margin: 0 0 45px;
	}
	.news_list .btn1{
	margin: 15px 0 0 auto;
	}
	.label01,.label02,.label03{
	margin: 10px 0 10px;
	}
	
	/*news（記事）*/
	.news{
	padding-bottom: 0;
	}
	.news article{
	margin: 0 0 45px;
	}
	.news .btn2{
	margin: 35px auto 0;
	}
	.txt{
	text-align: justify;
	background: url(../images/news/line.png) repeat top;
 	line-height: 51px;
	font-size: 22px;
	padding:0 0;
	vertical-align: middle;
	display: inline;
	}
	
	/*aside*/
	aside{
	padding: 40px 20px;
	}
	aside dl dd a{
	background-position: 550px center;
	}
}