/* CSS Document */

#keyimg{
	background: url("../about/img/02 keyimage.webp") center center no-repeat;
	background-size: cover;
	height: 290px;
}

#s01{
	/*width: 1200px;
	margin: auto;*/
	padding-left: 10px;
	padding-right: 10px;
}

#s01 h1{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 180%;
	margin-bottom: 35px;
}

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

#s01 .kiji div{
	padding: 15px;
}

#s01 .box_rap{
	display: flex;
	justify-content: space-between;
}