@charset "UTF-8";

/*ボーダーの追加*/
#txt + div .wrapper_item{
    border: 1px solid;
}
a[id^="ct"]+section > .content_wrapper{
    border: 1px solid;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    width: calc(100% - var(--i_padding, 20px)*2);
}
a[id^="ct"]+section::before{
    display: none !important;
}
#top_faq + div > .content_wrapper,
#top_blog + div > .content_wrapper,
#top_access + div > .content_wrapper{
    border: 1px solid;
    width: calc(100% - var(--i_padding, 20px)*2);
}