@charset 'utf-8';
/*
 * name:service.css
 * author:Sovanda
*/

/* service
------------------------------------------------ */

.service__lists { padding: 2em 0; width: 72.4%; display: flex; flex-wrap: wrap; margin: 0 auto; }
.service__lists li { font-size: 1.075em; width: 18.2%; margin-right: 2.25%; text-align: center; }
.service__lists li:nth-child(5n) { margin-right: 0; }
.service__lists li:nth-child(n+6) { margin-top: 6.9%; }
.service__lists li a { display: block; }
.service__lists li img { display: block; width: 58.9%; margin: 0 auto .85em; filter: invert(1); }

    @media screen and (max-width: 768px) {
        .service__lists { width: 100%; padding: 0; margin-top: 1.538em; }
        .service__lists li { width: 50%; margin: 0; border: 1px dashed #e3e3e3; }
        .service__lists li:nth-child(n+6) { margin-top: 0; }
        .service__lists li:nth-child(n+3) { border-top: none; }
        .service__lists li:nth-child(2n) { border-left: none; }
        .service__lists li img { width: 30%; margin-bottom: .35em; }
        .service__lists li a { padding: 1em 0; }
    }