﻿html, body {
    font-family: YakuHanJP_Narrow, "Roboto", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 16px;
}

body {
    position: relative;
    background-color: #fafafa;
    padding-bottom: 0;
    height: 100%;
    box-sizing: border-box;
}

/* シナリーフォント */
@font-face {
    font-family: MyFont;
    src: url('SINARY-Regular.eot');
}

@font-face {
    font-family: MyFont;
    src: url('SINARY-Regular.woff') format('woff');
}

@font-face {
    font-family: MyFont;
    src: url('SINARY-Regular.woff2') format('woff2');
}

@font-face {
    font-family: MyFont;
    src: url('SINARY-Regular.ttf') format('truetype');
}

h2 {
    text-align: center;
    margin-bottom: 50px;
}

div.page {
    padding: 7% 40px 10%;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

div.main {
    display: flex;
    justify-content: center;
    align-items: center;
}

div.logo {
    font-family: MyFont;
    font-size: 3.5em;
    text-align: center;
    color: rgb(210, 83, 131);
    box-sizing: border-box;
}

p.msgBody {
    text-align: center;
}
@media (max-width: 559px) {
    p.msgBody {
        text-align: left;
    }
}