@charset "utf-8";
/* CSS Document */
#hope_member {
    background-color: bisque;
    padding: 1rem;
}
#hope_member ul{
    padding-top: 1rem;
    padding-left: 0;
}
#hope_member li{
    list-style: none;
    background-image: url(images/check_ico.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size:  auto 20px;
    padding-left: 30px;
    line-height: 210%;
}

#link_banner a:hover{
    background-color: #e76e6e;
}