@charset "UTF-8";
/*
 user.css
 by tk 2022-4-13
<li class="linkBoxItems"><a class="ico_arrow_up_right" href="https://yesinc.co.jp/" target="_blank">会社概要</a></li>
*/

.linkBoxItems .ico_arrow_up_right:after {
  width: 6%;
  height: 15%;
  background: url(../img/ico_arrow_up_right.png) no-repeat;
  background-size: 100%;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  /* head */
  .linkBox.about .linkBoxItems .ico_arrow_up_right:after {
    width: 25px;
    height: 25px;
  }
}

