body,
hr,
p,
ul,
ol,
h1,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    font-weight: 500;
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

img {
    border: none;
    width: 100%;
    vertical-align: bottom;
}

hr {
    border-bottom: none;
}

a {
    color: #585858;
    text-decoration: none;
}

a:hover {
    /*opacity: 0.7;*/
}

/* ----------------- 共通 */

body {
    font-size: 16px;
    line-height: 1.8;
    font-family: arial, "noto-sans-cjk-jp", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    font-weight: 300;
    color: #282828;
    position: relative;
}

@media screen and (max-width: 768px) {

    body {
        min-width: auto;
    }
}

.is-pc {
    display: block;
}

.is-sp {
    display: none;
}

@media screen and (max-width: 768px) {

    .is-sp {
        display: block;
    }

    .is-pc {
        display: none;
    }

}