@charset "UTF-8";

/*よくある質問 買取品目*/
#faq_sp_only + div, #item_sp_only + section {
    display: none;
}
@media screen and (max-width: 480px) {
    #c2 + div .wrapper_item .inner_item:nth-child(2) {
        display: none;
    }
    #faq_sp_only + div, #item_sp_only + section {
        display: block;
    }
    #item_sp_only + section .heading.block_header_2 .h {
        font-size: 2.5rem !important;
        color: var(--i_main_color);
    }
    #item_sp_only + section .heading.block_header_2 .h:before {
        display: none;
    }
    #item_sp_only + section .heading.block_header_2 p {
font-size: 1.6rem;
    letter-spacing: 0.1rem;
    opacity: 0.8;
    }
}