@charset "UTF-8";

/*テキストパーツ調整_251113*/
a[id^="text_parts"] + section .inner_item_txt p a{
    text-decoration: none !important;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 var(--i_txt_color);
    transition: color 80ms 
    ease-in, box-shadow 130ms 
    ease-in-out, -webkit-box-shadow 130ms 
    ease-in-out;
}
a[id^="text_parts"] + section .inner_item_txt p a:hover{
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 var(--i_txt_color);
}