.page-header-title, h1.page-header-title {
    margin: 8rem 0 0;
    background-color: #402e1ed6;
    padding: 1rem;
    color: #fff;
}
.site-body {
    padding: 0 0 0;
}
.site-footer::before {
    background-color: var(--vk-color-custom-5);
}

.small_rei_about {
    background-color: var(--vk-color-custom-5);
    padding: 1.5rem 1.5rem 1rem;
    margin-bottom: 1rem;
}
.small_rei_about dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.small_rei_about dl dt {
    width: 100px;
}
.small_rei_about dl dd {
    width: calc(100% - 100px);
    margin-bottom: 0.5rem;
}
.small_rei_box > div {
    margin-bottom: 2rem;
    text-align: center;
}
.small_rei_box > div img {
    width: 100%;
}
p.zumen {
    padding: 1rem;
    background-color: #fff;
    margin-bottom: 0;
}
.small_plusone > div {
padding: 1.5rem 2rem 1.5rem 2rem;
    background-color: #fff;
    margin-bottom: 1rem;
}
.small_plusone h3 {
    background-color: var(--vk-color-custom-3);
    padding: 10px 15px;
    color: #fff;
}
.small_plusone > div ol {
    margin-bottom: 0;
}