@charset "utf-8";
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font: normal 1.4rem/1.5 "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", Meiryo, sans-serif;
    -webkit-font-feature-settings: "palt"1;
    font-feature-settings: "palt"1;
}
img {
    width: 100%;
    max-width: 100%;
    vertical-align: top;
}
.wrapper {
    background-color: #F5F5F5;
}
main,
footer {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}
.btn {
    display: block;
    width: 76%;
    margin: 0 auto;
}
footer {
    border-top: 1px solid #CCCCCC;
    font-size: 12px;
    text-align: center;
    padding: 40px 0;
}
@media screen and (min-width: 749px) {
    main,
    footer {
        width: 750px;
        margin: 0 auto;
    }
    footer {
        font-size: 18px;
    }
}