/* ------------------------------ */
/*              BODY              */
/* ------------------------------ */
body {
    background: #fff;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        Roboto, "游ゴシック体",
        YuGothic, "Yu Gothic Medium",
        "メイリオ", Meiryo,
        sans-serif;
    font-feature-settings: "pkna"1;
    overflow-x: hidden;
    background: #eee;
}
.sm-only { display: unset !important; }
.pc-only { display: none !important; }
a:hover {
    filter: brightness(115%);
}
/* 横幅500px以上 */
@media screen and (min-width: 500px){
    .pc-only { display: unset !important; }
    .sm-only { display: none !important; }
}
/* ------------------------------ */
/*             見出し              */
/* ------------------------------ */
h1, h2, h3, h4, h5, h6, .b {  }
h1 {  }
h2 {  }
h3 {  }
h4 {  }
h5 {  }
h6 {  }
/* ------------------------------ */
/*             リスト              */
/* ------------------------------ */
dl, ol, ul, li, p {  }
ul { }
li { }
/* ------------------------------ */
/*             HOVER              */
/* ------------------------------ */
a img:hover { opacity: 0.7; }
/* ------------------------------ */
/*              文字               */
/* ------------------------------ */
