@charset "UTF-8";
/* =======================================
	CommonElements
======================================= */
html, body {
    font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

.message-error-page {
    width: 100%;
    text-align: center;
    margin: auto;
    line-height: calc(100vh - 70px - 360px);
}

p.error {
    color: red;
}

.page-link {
    padding: 1rem 1.5rem;
}

.close {
    cursor: pointer;
}
