@charset "UTF-8";

/* 20250717追加 */
.products-faq {
    position:absolute;
    left: 0;
    bottom:-45px;
    font-weight: bold;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px){
    .products-faq {
       bottom:10px;
    }
}