@charset "UTF-8";
/*=========================================================
 * Base settings
 *=========================================================*/
figure {
    margin: 0;
}

#contents {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    margin: 0;
}

#contents * {
    box-sizing: border-box;
}

#contents img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/*=========================================================
 * Project parts
 *=========================================================*/
.inner {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}

.pc{
    display: none;
}

@media screen and (min-width: 577px) {
    .pc{display: block;}

    .end p{
        text-align: center;
    }
}
