/* ========== カラー ========== */
.color-circle {
    background: #9E2F00;
}

.design__image-area:nth-child(2) {
    margin-top: 20px;
}

.design__image-text span::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 1px;
    background-color: #111;
    transform: rotate(120deg) translateY(1px);
    margin-right: 7px;
    margin-left: 7px;
    vertical-align: middle;
}


/* ========== つぎへ ========== */
.next__container {
    margin-top: 0;
}


/* SP */
@media (max-width: 768px) {
    .next__container .botton {
        margin-top: 80px;
    }
}