/* ////////////////////////////////// */
/* トップイメージ画像 */
/* ////////////////////////////////// */
.lower_top_eva_list {
    background-image: url(../images/eva/topimg.jpg);
    background-size: cover;
    background-position: center center;
}


/* ////////////////////////////////// */
/* 自己評価表一覧 */
/* ////////////////////////////////// */
.eva_p {
    margin: 130px auto 80px;
    max-width: 1000px;
    text-align: center;
}


.eva_list_area {
    margin: 0px auto 130px;
    max-width: 750px;
}
.eva_list_area .midashi {
    text-align: center;
    margin-bottom: 30px;
}
.eva_list_area a {
    border: solid 1px #ccc;
    padding: 10px;
    font-size: 16px;
    display: block;
    width: 100%;
    transition: 0.4s;
    margin-bottom: 20px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
}
.eva_list_area a:hover {
    background: #fef0ac;
}


/* /////////////////////// */
/* サイズの大きいPC */
/* /////////////////////// */
/*
@media screen and (min-width:1350px){
    .m3_back {
        height: 1200px;
    }
}
@media screen and (min-width:1450px){
    .m3_back {
        height: 1300px;
    }
}
*/

/* /////////////////////// */
/* サイズの小さいPC */
/* /////////////////////// */
@media screen and (max-width:1050px){
    .eva_p {
        max-width: 750px;
    }
}


/* /////////////////////// */
/* レスポンシブ対応 */
/* /////////////////////// */
@media screen and (max-width:767px){
    .eva_p {
        width: calc(100% - 30px);
        text-align: left;
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .eva_list_area {
        width: calc(100% - 30px);
        margin: 0px auto 100px;
    }
}