@charset "UTF-8";

#line_btn + div .content_wrapper a{
     position: relative;
}
#line_btn + div .content_wrapper a:after{
     content:"";
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     left: 20px;
     background: url(/common/upload_data/commesinet/image/20240404144735.png);
     background-repeat:no-repeat;
     background-position: center center;
     background-size:cover;
     width: 40px;
     height: 40px;
}
#line_btn + div .content_wrapper a span{
      padding: 18px 22px;
}