@charset "UTF-8";

/*-----------オンライン相談-----------*/
#top_online + section {
    position: relative;
}
#top_online + section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
}
#top_online + section .content_wrapper {
    position: relative;
}
#top_online + section .content_wrapper .inner_item_txt {
    width: fit-content;
}
@media screen and (max-width: 700px) {
br.sp_br {
    display: none;
}
}