body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
}

html {
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
    font-family: Roboto, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #2e2e2e;
}

body {
    min-height: 100%;
    background-color: #fff;
}

header {
    display: flex;
    height: 64px;
    padding: 0 32px;
    background: #fff;
    align-items: center;
    color: #333;
    border-bottom: 1px solid #eff0f0;
}

.logo img {
    display: block;
    height: 26px;
}

.error-message {
    color: #717171;
}

.error {
    width: 100%;
    height: calc(100vh - 66px);
    color: #717171;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: -80px;
}

.attention {
    margin-bottom: 32px;
}

.main {
    line-height: 1;
    font-size: 20px;
    margin-bottom: 24px;
}