@charset "UTF-8";

/* ----------------------------------------------------------------
    製品ページ用CSS
---------------------------------------------------------------- */
.el_anchorLinks {
    width: 100%;
}
@media print, screen and (min-width: 768px) {
    .el_anchorLinks {
        width: 312px;
    }
    .bl_anchorLinkArea_buttonGroup {
        justify-content: normal;
    }

}


.funSection {
    display: flex;
    flex-direction: column;
    gap: var(--space-size-16);
    padding: var(--space-size-40) 0 0;
}
.funSection .productsTable_cell--icon {
    padding: 0 var(--space-size-16);
}
.funSection .bl_contentButton_02 {
    margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
    .funSection {
        gap: var(--space-size-32);
        padding: var(--space-size-80) 0 0;
    }
    .funSection .bl_contentButton_02 {
        margin-top: 48px;
    }
    
}
