@charset "utf-8";

/* リンク集
----------------------------------------------------------------------------- */
.link-list{
    
}
.link-list ul{
    
}
.link-list ul li{
    margin-bottom: 15px;
}
.link-list ul li::before{
    display: inline-block;
    vertical-align: middle;
    width:6px;
    height: 12px;
    background-image: url("../images/link_arr.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    margin-right: 10px;
}
.link-list ul li a{
    text-decoration: none;
}
.link-list ul li a:hover{
    text-decoration: underline;
}

@media screen and (max-width:768px){
    
}
