.area02_box .storeTWO>li {
    width: calc(33.3333333333% - 10px);
}

.area02_box .storeTWO {
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;

}

.area02_box .storeTWO li div ol {
    margin-left: 10px;
    margin-bottom: 0px;
}

.area02_box .storeTWO li div ol li {
    list-style-type: "♦";
    text-indent: 5px;
}

.area02_box .storeTWO li div ol li li {
    list-style: none;
}

.infro06 h3 {
    text-align: center;
    font-weight: bold;
}

ul.step li:last-child::after {
    content: none;
}