@charset "UTF-8";

/*---------アンカーボタン調整---------*/
@media(width <= 1023px){
#anchors + div .content_wrapper a {
    width: calc(25% - 20px) !important;
    min-width: initial;
}
#anchors + div .content_wrapper a span{
    font-size: 12px;
    padding: 10px 5px;
}
}
@media(width <= 768px){
#anchors + div .content_wrapper a {
    width: calc(50% - 20px) !important;
    margin-bottom: 16px;
}
}
@media(width <= 480px){
#anchors + div .content_wrapper a {
    width: calc(50% - 8px) !important;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 4px;
}
#anchors + div .content_wrapper a span{
    font-size: 10px;
    padding: 6px 0px;
}
}