@media screen and (max-width:520px){
   .footer-row {
       display: block;
   }
   .footer-content {
       display: grid;
   }
   #footermenu ul {
       width: auto;
       border-bottom: 1px solid #ddd;
}

#contents section + section {
    margin-top: 150px;
}
.action-flex img {
    float: none;
    max-width: fit-content; 
    margin: 0 ;
}
.report-item-file p
a::after {
    margin-top: 0.2em;
}
.slider {
    margin: 5%;
    padding: 0 5%;
}
}