@charset "utf-8";

/* List
--------------------------------------------------------------------------*/

body#list-page section.key-v{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10%;
    background: url("../img/essay/bg.jpg") no-repeat;
    background-size: 1980px;
    background-position: center;
    text-align: center;
}

body#list-page section.key-v img{
    width: 100%;
    max-width: 330px;
}

.list-area{
	position: relative;
	display: block;
	margin-bottom: 4rem;
}




.cnt-list-bnr{
margin: 2% auto 0 auto;
}
.cnt-list-bnr figure a{
	position: relative;
	display: block;
	width: 60%;
	margin: auto;
}

.cnt-list-bnr figure a img{
	width: 100%;
}


@media screen and (max-width:767.98px) {
.cnt-list-bnr figure a{
	position: relative;
	display: block;
	width: 100%;
	margin: auto;
}
}