/* CSS Document */

#keyimg{
    min-width: 1200px;
    margin-bottom: 45px;
}


#keyimg img{
    width: 100%;
    margin-bottom: 25px;
}


h1{
    width: 400px;
    border-top: 1px solid #555;
    margin: auto;
	font-family: "kozuka-gothic-pro",sans-serif;
font-style: normal;
font-weight: 300;
    font-weight: normal;
    font-size: 35px;
    color: #000;
    text-align: center;
    padding-top: 10px;
	margin-bottom: 50px;
}


#s01{
	margin-bottom: 150px;
}

#s01 aside{
	width: 1000px;
	margin: auto;
	margin-bottom: 50px;
}

#s01 aside ul{
	display: flex;
	justify-content: center;
}

#s01 aside ul li{
	padding: 30px;
}

#s01 aside ul li a{
	font-size: 20px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#s01 aside ul li a:hover{
	border-bottom: 1px solid #444;
	padding-bottom: 4px;
}




#s01 .box_rap{
	width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
}

#s01 .box_rap .box{
	width: 300px;
	margin-bottom: 35px;
}

.box_rap::after{
  content:"";
  display: block;
  width:300px;
}


#s01 a{
	text-decoration: none;
	color: #444;
}


#s01 .box_rap .img_rap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: 300px;	/*画像の幅*/
	height: 200px;	/*画像の高さ*/
	/*margin-bottom: 10px;*/
	background: url("../img/newsbg.jpg") center center no-repeat;
}
#s01 .box_rap .img_rap img {
	display: block;
	margin: auto;
	min-width: 300px;
	min-height: 200px;
	width: auto;
	height: auto;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
#s01 .box_rap .img_rap img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}



#s01 .box_rap figure figcaption{
	font-size: 15px;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 15px;
	line-height: 150%;
}

#s01 .box_rap .in_box{
	margin-bottom: 5px;
}

#s01 .box_rap .cat{
	display: inline-block;
	font-size: 14px;
	height: 20px;
	line-height: 15px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000;
	border: 1px solid #ddd;
	border-radius: 15px;
}

#s01 .box_rap .day{
	float: right;
	font-size: 12px;
}

#s01 .box_rap p{
	line-height: 150%;
	font-size: 13px;
}
