.overview__dot {
    display: flex;
    align-items: center;
}

.overview__dot::before {
    content: "";
    display: block;
    width: 0.2em;
    height: 0.2em;
    background-color: #484543;
    border-radius: 50%;
    margin-right: 0.3em;
    margin-left: 0.3em;
}


.arrow__box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.arrow {
    width: 12px;
    opacity: 80%;
}

.point__subtext {
    font-size: 15px;
    font-weight: 400;
    color: #7A6F66;
}

.overview__td-text {
    margin-right: 35px;
}

.other__button-box {
    display: flex;
    justify-content: center;
}

.dot__none::before {
    display: none !important;
}



/* タブレット */
@media (max-width: 1020px) {
    .point__img00-box {
        width: 59.2%;
    }
}


/* スマホ */
@media (max-width: 768px) {
    .point__img00-box {
        width: 81.3%;
    }
}