/* CSS Document */
h1{
	font-size: 24px!important;
}

#s01,
#s02{
	max-width: 480px;
	width: 90%;
	margin: auto;
}

#s01{
	margin-bottom: 50px;
}
#s01 .title{
	margin-bottom: 30px;
}
#s01 .title h1{
	font-size: 24px;
}
#s01 .maintext{
	margin-bottom: 100px;
}

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

#s01 .kiji div{
	width: 120px;
	text-align: center;
	font-size: 14px;
}
#s01 .kiji div:first-child{
	text-align: left;
}
#s01 .kiji div:last-child{
	text-align: right;
}
#s01 .kiji div a:hover{
	color: #bbb;
}


#s02{
	margin-bottom: 50px;
}
#s02 h2{
	width: 100%;
	font-size: 24px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    border-top: 1px solid #bbb;
    padding-top: 50px;
}

#s02 .box_rap{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#s02 .box_rap .box{
	width: 300px;
	height: auto;
	margin-bottom: 20px;
}
#s02 .box_rap .box .img_rap{
	width: 300px;
	height: 225px;
	filter: grayscale(1);
    background: url( " ../img/logo02.webp") center center no-repeat #ddd;
}
#s02 .box_rap .box .img_rap:hover{
	filter: grayscale(0);
}

#s02 .box_rap .box .img_rap img{
	width: 300px;
	height: 225px;
	object-fit: cover;
}