/* カスタマイズ用CSS */
.ec-eyecatchRole {
    justify-content: center;
    align-items: center;
	margin-top: 50px;
}
@media screen and (min-width:768px) { 
.ec-eyecatchRole .ec-eyecatchRole__image {
    width: 400px!important;
	}
.ec-eyecatchRole {
    margin-top: 100px;
	}
}
.top-link__box {
    padding: 40px 40px;
    margin: 50px 30px 0;
    border: solid 19px #F8F8F8;
}
.top-link__box p {
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}
.top-link__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.top-link__list li {
    list-style: none;
    width: 32%;
}
.top-link__list li a {
    text-align: center;
    padding: 15px;
    display: block;
    margin: 0 0 10px;
    font-weight: bold;
    color: #333;
    border: 1px solid #ccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
    border-radius: 5px;
}
.top-link__list li a:hover{
	text-decoration: none;
}
@media screen and (max-width:768px) { 
	.top-link__box {
    padding: 20px 15px 10px;
    margin: 50px 20px 0;
    border: solid 10px #F8F8F8;
	}
	.top-link__list li {
			list-style: none;
			width: 48%;
	}
	.top-link__box p {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
	}
	.top-link__list li a {
    font-size: 13px;
}
}