@charset "UTF-8";

a#line+section .inner_item_img {
    width: 60px;
    height: 60px;
}

a#line+section .inner_item_img a {
    display: inline-block;
    transition: 0.2s ease-in-out;
}

a#line+section .inner_item_img a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 900px) {
    a#line+section .inner_item_img {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 800px) {
    a#line+section .inner_item_img {
        padding-top: 10px;
    }
}