.container-box.footer {
    margin-top: 100px;
}

.data-integration {
    padding: 50px 0;
}
.data-integration .img-box {
    position: relative;
    margin: 80px auto 0;
    width: 429px;
    height: 429px;
}
.data-integration .img-box .fan-img-box {
    position: relative;
    width: 100%;
    height: 100%;
}
.data-integration .img-box .fan-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}
.data-integration .img-box .fan-img-text {
    position: absolute;
    opacity: 0;
}
.data-integration .img-box .fan-text-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.data-integration .img-box .fan-text-box .fan-text {
    position: absolute;
    opacity: 0;
    white-space: nowrap;
}

.data-integration .img-box .fan-text-box .fan-text.right {
    text-align: right;
}
.data-integration .img-box .fan-text-box .fan-text h4 {
    position: relative;
    font-size: 24px;
    color: #636363;
    padding: 8px 0;
    margin: 8px 0;
    font-weight: normal;
}
.data-integration .img-box .fan-text-box .fan-text h4:before {
    content: '　';
    position: absolute;
    bottom: 0;
    width: 180px;
    height: 2px;
    background-color: #eaeaea;
}
.data-integration .img-box .fan-text-box .fan-text h4:after {
    content: '　';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffab6b;
    bottom: -2px;
}
.data-integration .img-box .fan-text-box .fan-text.left h4:before {
    left: 0;
}
.data-integration .img-box .fan-text-box .fan-text.left h4:after {
    left: 180px;
}
.data-integration .img-box .fan-text-box .fan-text.right h4:before {
    right: 0;
}
.data-integration .img-box .fan-text-box .fan-text.right h4:after {
    right: 180px;
}
.data-integration .img-box .fan-text-box .fan-text p {
    font-size: 16px;
    color: #a6a6a6;
}




.user-store {
    padding-top: 50px;
}
.user-store .img-box {
    margin: 0 auto;
}
.user-store .img-box ul li {
    padding: 80px 0 0;
}
.user-store .img-box .slider-content {
    position: relative;
    width: 620px;
    height: 395px;
    margin: 0 auto;
}
.user-store .img-box .slider-content .user-data-img {
    position: absolute;
    opacity: 0;
}
.user-store .img-box .slider-content .store-data-img {
    position: absolute;
    opacity: 0;
}
.user-store .img-box .slider-content .store-data-img:nth-of-type(3) {
    z-index: -1;
}
.user-store .img-box .gray-bg {
    width: 620px;
    height: 395px;
    margin: 80px auto 0;
    background-color: #f0f0f0;
}
.user-store .img-box .title {
    margin: 16px 0;
    text-align: center;
    color: #999;
    font-size: 16px;
}



.big-data-analyze {
    padding: 50px 0;
}
.big-data-analyze .img-box {
    margin: 0 auto;
    width: 900px;
    padding: 32px 0;
}
.big-data-analyze .img-box .img {
    width: 100%;
}
.report-set-up {
    padding: 50px 0;
}
.report-set-up .img-box {
    margin: 0 auto;
    width: 900px;
    padding: 32px 0;
    text-align: center;
}
.report-set-up .img-box .img-1 {
    width: 750px;
    margin: 32px;
}
.report-set-up .img-box .img-2 {
    width: 650px;
}
.high-extension {
    padding: 50px 0 0;
}
.high-extension .img-box {
    margin: 0 auto;
    width: 900px;
    padding: 50px 0 32px;
    text-align: center;
}
.high-extension .img-box .img {
    position: relative;
    margin: 0 16px;
}
.high-extension .img-box .img:nth-child(2) {
    top: -50px;
}
.high-extension .img-box .img:nth-child(4),
.high-extension .img-box .img:nth-child(6) {
    top: -70px;
}