@charset "utf-8";
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

@media only screen and (max-width: 500px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}

@media screen and (min-width:1280px) {
    .p-service-read__text {
        padding: 10px 100px 0;
    }
}

@media screen and (min-width:1100px) {
    .c-section {
        padding: 40px 0;
    }
    .p-service-read__text {
        margin-top: -180px;
    }
    .p-service-business__list li::before {
        width: 60px;
        height: 25px;
    }
    .p-effort-read {
        padding: 15px 0 110px;
    }
}

@media screen and (max-width:768px) {
    .c-section {
        padding: 20px 0;
    }
    .p-service-read__text {
        padding: 20px 20px;
    }
    .p-service-business__list li::before {
        width: 30px;
        height: 10px;
    }
    .p-effort-read {
        padding: 10px 0 75px;
    }
}

.p-service-business__list li::before {
    left: -10px;
    background-color: #ffd700;
}

.p-service-distro-hero {
    background-image: url(../image/info/distro-header-image.jpg);
}

.u-font-orange2 {
    color: #ffa500;
}

.p-effort-read__list li {
    background-color: #0000ff;
}