@charset 'UTF-8';
.pc__report  {
    display: none;
}

.sp__report  {
    margin-top: 20px;
}

@media screen and (min-width: 550px) {
    .sp__report {
        display: none;
    }

    .pc__report {
        display: block;
        margin-top: 75px;
    }
}