@charset "utf-8";

/*------------------------------------
    トップページ用
-------------------------------------*/
.content .message img{width: 35%;margin-top:1rem;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
    .content .message img{width: 100%;}
}

.list-grid .list{transition: all ease 0.3s;}
.list-grid .list:hover{background:#fff;color: #555;filter: none;}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
    .list-grid .list:hover{background:transparent;color: #fff;}
}
