@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
iPad タップ用
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 768px) {
  .t-ipad a {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }
  .t-ipad a:hover {
    opacity: 1 !important;
    text-decoration: none !important;
  }
  .t-ipad a:before, .t-ipad a:after {
    -webkit-transition: none !important;
    transition: none !important;
  }
  .t-ipad a.m-uline:hover {
    text-decoration: underline !important;
  }
  .t-ipad a.m-hline:hover {
    text-decoration: none !important;
  }
}
