@charset "utf-8";
#wcfront_parts-12-135{
padding-bottom:80px;
}
.link_list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.link_list a{
display:flex;
     justify-content: center;
     align-items: center;
    text-decoration:none;
    color:#2E55AD;
    font-weight:bold;
    background-color: #F4F4F4;
    padding: 10px 20px;
width:340px;
margin:0 10px;
}
.link_list a img{
width:25px !important;
height:29px;
margin-right:10px;
}
@media (max-width:1024px){
.link_list a{
font-size:0.9rem;
width:300px;
}
}
@media (max-width:768px){
.link_list a{
font-size:0.7rem;
width: 230px;
}
#wcfront_parts-12-135{
padding-bottom:30px;
}
}
@media (max-width:656px){
.link_list a{
margin-bottom:20px;
padding:10px;
 font-size: 0.6rem;
width:175px;
}
.link_list a img{
        width: 17px !important;
        height: 19px;
margin-right:5px;
}
}
@media (max-width:425px){
    .link_list{
flex-direction: column;
}
.link_list a{
 font-size: 0.75rem;
width:230px;
}
}