#pagetitle1 {
	background-image: url("../images/links/mv.jpg");
}
/* --------------------------------------------------- */
#sec01 {
	width: 90%;
	margin: 0 auto 100px;
	position: relative;
}
#sec01 ul {
	display: flex;
	flex-wrap: wrap;
}
#sec01 li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
#sec01 li:nth-child(3n) {
	margin-right: 0;
}
#sec01 li a {
	display: block;
	height: 100%;
	padding: 30px;
	border: #ddd 1px solid;
	position: relative;
}
#sec01 li a::before {
	content: "";
	width: 16px;
	height: 16px;
	background: url("../images/common/arrow01.png") no-repeat center;
	background-size: cover;
	position: absolute;
	top: -2px;
	right: -2px;
}
#sec01 li a:hover {
	border: #707070 1px solid;
}
#sec01 li a span {
	display: block;
	margin-bottom: 20px;
	font-size: 12px;
}
#sec01 li a h6 {
	font-size: 1.1em;
	line-height: 150%;
	font-weight: 500;
}
@media screen and (min-width: 1700px) {
	#sec01 {
		width: 80%;
	}
	#sec01 li,
	#sec01 li:nth-child(3n) {
		width: 24%;
		margin-right: 1.33%;
		margin-bottom:  1.33%;
	}
	#sec01 li:nth-child(4n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 900px) {
	#sec01 {
		margin-bottom: 60px;
	}
	#sec01 ul {
		justify-content: space-between;
    }
    #sec01 li,
	#sec01 li:nth-child(3n) {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%;
    }
    #sec01 li:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 680px) {
	#sec01 {
		margin-bottom: 40px;
	}
	#sec01 ul {
		display: block;
	}
	#sec01 li,
	#sec01 li:nth-child(3n) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }
	#sec01 li a span {
		margin-bottom: 10px;
	}
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */


