@charset "UTF-8";
/*
$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;
 */
/*
:root,
:root *,
:root *::before,
:root *::after {
    box-sizing: border-box;
}
*/


body {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 93.75%;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

#body-in {
    color: #111;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: normal;
    line-height: 1.6;
    box-sizing: border-box;
}

#body-in *,
#body-in *::before,
#body-in *::after {
    box-sizing: border-box;
}

.main-container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
}

.home .main-container {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .main-container {
        width: 100%;
        padding-top: 70px;
    }
    .home .main-container {
        padding-top: 0;
    }
}

#main {
    width: 920px;
    float: right;
}

@media screen and (max-width: 767px) {
    #main {
        width: auto;
        margin: 0 auto;
        float: none;
    }
}

#side {
    width: 240px;
    float: left;
}

@media screen and (max-width: 767px) {
    #side {
        width: auto;
        margin: 0 auto;
        float: none;
    }
}

a {
    color: #111;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    overflow: hidden;
    text-decoration: none;
}
