/* CSS Document */


#s01{
	width: 840px;
	margin: auto;
}

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

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

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


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

#s02 .box_rap{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#s02 .box_rap .box{
	width: 300px;
	height: auto;
	margin-bottom: 20px;
}

/*#s02 .box_rap .box figure{
	position: relative;
}

#s02 .box_rap .box figure figcaption{
	position: absolute;
	top: 25px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    font-size: 14px;
}*/

#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;
}