@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*---------------------------------
design
---------------------------------*/
.d_pc {
    display: block;
}
.d_sp {
    display: none;
}
.b600 {
    max-width: 600px;
    margin: 0 auto 2rem;
}
/*--font--*/
/*--color--*/
/*--headding--*/
/*--btn--*/
/*--box--*/
/*--decoration--*/
/*---------------------------------
header
---------------------------------*/
nav#gnav, .l-fixHeader__inner {
    font-weight: bold;
}
/*---------------------------------
footer
---------------------------------*/
/*---------------------------------
sidebar
---------------------------------*/
.l-sidebar .c-widget__title.-side {
    text-align: center;
}
/*---------------------------------
home
---------------------------------*/
/*---------------------------------
about
---------------------------------*/
/*---------------------------------
contact
---------------------------------*/
/*---------------------------------
privacy policy
---------------------------------*/
/*---------------------------------
terms of service
---------------------------------*/
/*---------------------------------
post
---------------------------------*/
.p-related-posts__list {
    list-style: none !important;
    padding-left: 0 !important;
}

@media screen and (max-width: 834px){
    /*---------------------------------
    design
    ---------------------------------*/
    .d_pc {
        display: none;
    }
    .d_sp {
        display: block;
    }
    .b600 {
        width: 100%;
    }
    /*--headding--*/
    /*--btn--*/
    /*--box--*/
    /*--decoration--*/
    /*---------------------------------
    header
    ---------------------------------*/
    /*---------------------------------
    footer
    ---------------------------------*/
    /*---------------------------------
    sidebar
    ---------------------------------*/
    /*---------------------------------
    home
    ---------------------------------*/
    /*---------------------------------
    about
    ---------------------------------*/
    /*---------------------------------
    contact
    ---------------------------------*/
    /*---------------------------------
    privacy policy
    ---------------------------------*/
    /*---------------------------------
    terms of service
    ---------------------------------*/
    /*---------------------------------
    post
    ---------------------------------*/
}