
.sp-only {
    display: none;
}
.pc-only {
    display: block;
}
section.access.company-access {
    margin: 0 0 110px 0;
}

@media (max-width: 768px) {
    .sp-only {
        display: block;
    }
    .pc-only {
        display: none;
    }
    .strength-main .group_name-pic {
        width: 75%;
     
        margin-bottom: 45px;
    }
    .strength-main .portal-site {
        width: 89%;
        margin-bottom: 110px;
        text-align: center;
    }
    header.template-header .dropmenu input:checked + section.box .box-title:after {
        transform: rotate(180deg);
    }
    header.template-header .dropmenu section .box-title:after {
        transform: rotate(0);
    }
}
