/*
$breakpoints-min: (
    'xs': 'screen and (min-width: 481px)',
    'sm': 'screen and (min-width: 769px)',
    'md': 'screen and (min-width: 990px)',
    'lg': 'screen and (min-width: 1367px)',
    'xl': 'screen and (min-width: 1921px)',
) !default;
 */
.under-1col #main {
    width: 1200px;
    float: none !important;
}

@media screen and (max-width: 767px) {
    .under-1col #main {
        width: auto;
    }
}

.under-1col #side {
    display: none !important;
}

.under-1col .bottomlink {
    width: 100%;
}

.under-1col .mlink ul {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .under-1col #wrapper-under .junc-left {
        width: auto;
    }
    .under-1col #wrapper-under .junc-right {
        width: auto;
    }
    .under-1col #wrapper-under .junction-outline2 p.junction-outline-img {
        width: auto;
    }
    .under-1col #wrapper-under .junction-outline2 p.junction-outline-img img {
        max-width: 100%;
    }
}
