@charset "UTF-8";

/*LINEのQRコードスタイル調整*/
#line_qr + section .inner_item_img {
    max-width: auto;
}
@media screen and (max-width: 900px) {
#line_qr + section .inner_item_img a {
    text-decoration-color: rgba(51, 51, 51, 0.3);
    width: min(30vw, 15rem);
    display: block;
    margin: 0 auto;
}
#line_qr_title + section .inner_item_txt span {
    font-size: 20px !important;
}
}