body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #ffffff;
    color: #2f2f2f;
    font-size: 14px;
    line-height: 150%;
}

main {
    width: min(60ch, 100% - 1rem);
    margin-inline: auto;
    margin-top:40px;
    margin-bottom:48px;
}

a {
    color: #88292f;
}

img, svg, video {
    max-width: 100%;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    color: #88292f;
}

h1 {
    line-height: 100%;
}

footer {
    margin-top: 24px;
    font-size: 0.9em;
}

.logo {
    max-width: 100%;
}

.hero {
    background-color: #88292f;
    color:#ffffff;
    margin-top: 16px;
    padding: 24px;
    text-align: center;
    font-size: 24px;
    border-radius: 4px;
}

.en-notice {
    background-color: #f8f9fa;
    padding: 6px;
    padding-left: 12px;
    border-left: 4px solid #88292f;
    font-size: 0.9em;
    border-radius: 4px;
}

.title {
    font-weight: bold;
    color: #88292f;
}

.goto p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
}

.goto a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px 4px;
    background: #88292f;
    color: #ffffff;
    border-radius: 4px;
}

.contact {
    text-align: center;
}