@charset "utf-8";

#app {
    padding: 2rem 0 0;
}

.title {
    text-align: center;
    margin-bottom: 6rem;
    margin-top: 3.5rem;
}

.title h1 {
    font-size: 2rem;
    margin-bottom: .25rem;
}

.title p {
    font-weight: bold;
    font-size: .75rem;
    letter-spacing: 4px;
}

/* 内容 */
#article {
    padding: 4rem 0;
    margin: 0 auto;
    width: var(--main-width);
    max-width: 768px;
}

#article .img {
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 450px;
    border-radius: 1rem;
    margin-bottom: 3rem;
}

#article h1 {
    margin-bottom: .5rem;
}

#article .liverty_name {
    margin: .5rem 0;
    font-weight: bold;
}

#content {
    margin: 6rem 0 10rem;
}