@charset "utf-8";
/* CSS Document */
.sec01 {
	margin-bottom: 100px;
}

.sec01 ul {
	display: flex;
	flex-wrap:wrap;
    width: 100%;
    gap: 20px 20px;
    
}

.sec01 ul li {
    width: 135px;
}

.sec01 ul li a {
    display: block;
    text-align: center;
}

.sec01 ul li a p {
    margin-top: 5px;
    text-align: center;
    font-size: 85%;
}

.sec01 ul li a:hover {
    opacity: 0.7;
}

.btn01 {
    text-align: center;
    margin-top: 80px;
}

.btn01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 380px;
    height: 60px;
    background: #fc7373;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
}









