@charset "UTF-8";

/*--------------アクセスリンク--------------*/
#access_link + .composite_box01 .wrapper_item {
    justify-content: center;
}
#access_link + .composite_box01 .wrapper_item .inner_item.empty {
    display: none;
}
@media screen and (max-width: 700px) {
#access_link + .composite_box01 .wrapper_item .inner_item {
    width: 100% !important;
}
}