@charset "utf-8";
.navtop_nav a:nth-of-type(6){
	background-color:turquoise;
}

.content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10rem;
}
.content_sup{
	width: 80%;
	padding: 5rem 0;
	display: flex;
	justify-content: space-around;
	align-content: space-around;
	flex-wrap: wrap;
}
.content_sup a{
    box-sizing: border-box;
    background-color: cyan;
    padding: 10px 20px;
    display:flex;
    justify-content: center;
    align-content: center;
    font-size: 3rem;
    border-radius:15px;
}