@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');


@media screen and (min-width: 1100px) {

    .story-letter li {
        margin-bottom: 0.5em;
    }

    .story-contents img {
        margin-top: 10px;
    }


}

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

    .story-letter li {
        margin-bottom: 0.5em;
    }

    .story-contents img {
        margin-top: 10px;
    }


}

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