
/* 25.12.25 */
#top_contents #business .inner {
    display: block;
}
#top_contents #business .description {
    width: 100%;
    margin-bottom: 40px;
}

#top_contents #business .works {
    display: flex;
    width: 100%;
}

.page_contents .services .box_container.simple_service {
    justify-content: center;
    gap: 40px;
}
.page_contents .services .box_container.simple_service::after {
    display: none;
}
.simple_box {
    max-width: 200px;
}
.simple_box img {
    margin-bottom: 15px;
}
.services_first {
    margin-bottom: 100px;
}