/*
Theme Name: My Child Theme
Template: swell
*/

@charset "UTF-8";
#pagetop {
    display: none;
}

#topics {
    width: calc(100vw + 2 * 32px);
    margin: 0;
    background: url(https://asagao-toso.com/company/images/main_01.jpg) no-repeat 50% 50%;
    height: 300px;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width:1024px) {
    #topics{
        height: 200px;
    }
}

@media screen and (max-width:500px) {
    #topics{
        height: 100px;
    }
}

.l-content {
    margin: 0 auto !important;
}

.l-articleBottom__section {
    display: none;
}