@charset 'UTF-8';
@media screen and (min-width: 1025px){
  h2.a-uline.uq_red > a:hover > span {
    position: relative;
  }
  h2.a-uline.uq_red > a:hover > span:before {
    background: #cc0000;
  }
  h2.a-uline > a:hover > span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}