@charset "UTF-8";

.visual {
    display: block;
    width: 100%;
    height: 70px;
    background-image: url(../../img/visual.png);
}

.page-wrapper {
    text-align: start;
}

.page-wrapper h2,
.page-wrapper h3 {
    text-align: center;
}

.page-wrapper h5 {
    font-size: 1rem;
    color: #b4a382;
    margin-top: 24px;
}

.page-wrapper h5,
.page-wrapper p {
    letter-spacing: 1px;
    line-height: 1.2rem;
}

hr {
    background-color: #9c9c9c;
    height: 1px;
    border: none;
    margin: 2px 0;
}

ol {
    list-style: decimal;
    list-style-position: inside;
}