h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #737373;
    background-color: white;
    margin: 0;
}

table {
    margin: 10px 0 15px 0;
    border-collapse: collapse;
}

td,
th {
    border: 1px solid #ddd;
    padding: 3px 10px;
}

th {
    padding: 5px 10px;
}

a {
    color: #0069d6;
}

a:hover {
    color: #0050a3;
    text-decoration: none;
}

a img {
    border: none;
}

p {
    margin-bottom: 9px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #404040;
    line-height: 36px;
}

h1 {
    margin-bottom: 18px;
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

hr {
    margin: 0 0 19px;
    border: 0;
    border-bottom: 1px solid #ccc;
}

blockquote {
    padding: 13px 13px 21px 15px;
    margin-bottom: 18px;
    font-family: georgia, serif;
    font-style: italic;
}

blockquote:before {
    content: "\201C";
    font-size: 40px;
    margin-left: -10px;
    font-family: georgia, serif;
    color: #eee;
}

blockquote p {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 0;
    font-style: italic;
}

code,
pre {
    font-family: Monaco, Andale Mono, Courier New, monospace;
}

code {
    background-color: #fee9cc;
    color: rgba(0, 0, 0, 0.75);
    padding: 1px 3px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

pre {
    display: block;
    padding: 14px;
    margin: 0 0 18px;
    line-height: 16px;
    font-size: 11px;
    border: 1px solid #d9d9d9;
    white-space: pre-wrap;
    word-wrap: break-word;
}

pre code {
    background-color: #fff;
    color: #737373;
    font-size: 11px;
    padding: 0;
}

sup {
    font-size: 0.83em;
    vertical-align: super;
    line-height: 0;
}

.no-bullet {
    list-style: none;
    text-indent: -1em;
    padding-left: 1em;
}

* {
    -webkit-print-color-adjust: exact;
}

.container {
    padding: 0 10px;
    word-break: break-all;
}

a {
    word-break: break-all;
}

@media screen and (min-width: 914px) {
    .container {
        width: 854px;
        margin: 10px auto;
    }
}

@media print {
    body,
    code,
    pre code,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: black;
    }
    table,
    pre {
        page-break-inside: avoid;
    }
}

.top {
    margin: 0 0 0 0;
}

.top .title {
    text-align: center;
    display: flex;
    margin: 8px 0;
    justify-content: center;
    align-items: center;
}

.top .title img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 4px;
}

.top .title h1 {
    font-size: 16px;
    vertical-align: middle;
    line-height: 1;
    margin: 0;
}

.top .fv img {
    width: 100vw;
    object-fit: cover;
    margin-bottom: 0;
    vertical-align: top;
}

.app-button img,
.app-button {
    width: 100px;
    height: 30px;
    background-size: contain;
}

.top .fv-lead {
    margin-top: 0;
    width: 100vw;
    height: calc(100vh - 60vh - 20px - 40px);
    background-color: #9B1313;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top .fv-content {
    color: #fff;
    line-height: 1.5;
    font-size: 16px;
    text-align: center;
}

.top .fv-content h2 {
    color: #fff;
    font-size: 32px;
    line-height: 1.5;
}

.top .app-button {
    margin-bottom: 8px;
}

.top .container {
    margin: 16px auto;
    font-size: 14px;
    text-align: center;
    line-height: 1.75;
}

.top .container small {
    display: block;
    margin-bottom: 16px;
}

.top footer {
    background-color: #9B1313;
    text-align: center;
    display: flex;
    padding: 8px 4px;
    justify-content: center;
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top footer a {
    color: #fff;
    margin-right: 6px;
}

@media screen and (min-width: 914px) {
    .app-button img,
    .app-button {
        width: 200px;
        height: 60px;
        background-size: contain;
    }
    .top {
        margin: 0;
    }
    .top .title {
        text-align: center;
        display: flex;
        margin: 14px;
        justify-content: center;
        align-items: center;
    }
    .top .title img {
        width: 25px;
        height: 25px;
        object-fit: cover;
        position: relative;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
        margin-right: 8px;
    }
    .top .title h1 {
        font-size: 20px;
        vertical-align: middle;
        line-height: 1;
        margin: 0;
    }
    .top header {
        height: 100vh;
    }
    .top .fv img {
        position: relative;
    }
    .top .fv img {
        height: calc(100vh - 25px - 28px);
        object-fit: cover;
    }
    .top .fv-lead {
        width: 50vw;
        position: absolute;
        right: 0;
        bottom: 0;
        height: calc(100vh - 25px - 28px);
        background-color: #9B1313;
        display: flex;
        /* 子要素をflexboxで揃える */
        flex-direction: column;
        /* 子要素をflexboxにより縦方向に揃える */
        justify-content: center;
        /* 子要素をflexboxにより中央に配置する */
        align-items: center;
        /* 子要素をflexboxにより中央に配置する */
    }
    .top .fv-content {
        color: #fff;
        line-height: 1.5;
        font-size: 24px;
        text-align: center;
    }
    .top .fv-content h2 {
        color: #fff;
        font-size: 42px;
        line-height: 1.5;
    }
    .top .app-button {
        margin-bottom: 14px;
    }
    .top .container {
        margin: 24px auto;
        font-size: 18px;
        text-align: center;
        line-height: 1.75;
    }
    .top .container small {
        display: block;
        margin-bottom: 24px;
    }
    .top footer {
        background-color: #9B1313;
        text-align: center;
        display: flex;
        padding: 14px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        color: #fff;
        display: flex;
        justify-content: space-between;
    }
    .top footer a {
        color: #fff;
        margin-right: 8px;
    }
}