@charset "utf-8";

.contents{
	max-width: 800px;
}

.firsthr{
	margin-bottom: 2rem;
}

@media screen and (min-width:769px){
	.b-featture{
		width: 49%;
		display: inline-block;
	}
}
.a-featture{
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}

.c-featture{
	width: 100%;
	height: auto;
	transition: 1s;
	margin-bottom: 3%;
}

.c-featture:hover{
	opacity: 0.3;
}

.b-featture p{
	text-align: center;
	margin-top: 0rem;
	margin-bottom: 2rem;
	font-size: 16px;
	font-weight: 500;
}