@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}
body{
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    line-height: 1.7;
}
a {
    text-decoration: none;
}

/* レイアウト */
.wrapper {
    max-width: 900px;
    margin: auto;
    padding: 0 1.5rem;
}
.align-center {
    text-align: center;
}
