/* CSS Document */
#keyimg{
    max-width: 480px;
    margin-bottom: 45px;
}


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


h1{
    width: fit-content;
	mix-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: 24px;
    color: #000;
    text-align: center;
    padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 50px;
}

main{

	margin-bottom: 150px;
}


main .day{
	width:90%;
	margin: auto;
	margin-bottom: 20px;
	text-align: right;
}

main #s01{
	margin-bottom: 100px;
}

main #s01 .maintext{
	width: 90%;
	margin: auto;
	margin-bottom: 50px;
	font-size: 1.5em;
	color: #000;
}

main #s01 .maintext strong{
	font-weight: bold;
}

main .kiji{
	display: flex;
	justify-content: center;
}

main .kiji div{
	padding: 15px;
}

main .kiji div a{
	color: #525252;
}

#s02 h2{
	text-align: center;
    font-size: 24px;
    color: #000;
	margin-bottom: 40px;
}

#s02 .box_rap{
	width: 90%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
}

#s02 .box_rap .box{
	width: 160px;
	margin-bottom: 10px;
}

#s02 .box_rap::after{
  content:"";
  display: block;
  width:160px;
}


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


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



#s02 .box_rap figure figcaption{
	font-size: 15px;
	text-align: center;
	margin-bottom: 15px;
	line-height: 150%;
}

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