@media screen and (min-width: 769px), print {
  .link {
    padding: 70px 0 85px;
  }
  .link .inner_small {
    max-width: 900px;
  }
  .link_lst > li {
    margin-bottom: 44px;
  }
  .link_lst > li a {
    font-size: 1.6rem;
    line-height: 28px;
    color: #0069b1;
    font-weight: 600;
    position: relative;
    display: block;
    border: 3px solid #eeeeee;
    letter-spacing: 1px;
  }
  .link_lst > li a span {
    display: block;
    padding: 6px 10px 6px 48px;
  }
  .link_lst > li a::before {
    content: '';
    position: absolute;
    left: 17px;
    top: 13px;
    background: url("../images/arr_blue.png") no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    width: 15px;
    height: 15px;
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -moz-transition: transform .35s ease, -moz-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease, -moz-transform .35s ease;
  }
  .link_lst > li a:hover::before {
    -webkit-transform: translateX(3px);
       -moz-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
  }
  .link_lst_sub li a {
    border: none;
    color: #000;
    font-weight: 300;
  }
  .link_lst_sub li a span {
    padding: 3px 10px 0 50px;
  }
  .link_lst_sub li a::before {
    left: 20px;
    top: 10px;
  }
  .ie .link_lst > li a::before {
    top: 11px;
  }
  .ie .link_lst_sub li a::before {
    top: 9px;
  }
}

@media screen and (max-width: 768px) {
  .link {
    padding: 8.85417vw 0 15.625vw;
  }
  .link_lst > li {
    margin-bottom: 6.51042vw;
  }
  .link_lst > li a {
    font-size: 4.16667vw;
    line-height: 6.25vw;
    color: #0069b1;
    font-weight: 600;
    position: relative;
    display: block;
    border: 0.39062vw solid #eeeeee;
  }
  .link_lst > li a span {
    display: block;
    padding: 0.78125vw 1.30208vw 0.78125vw 10.15625vw;
  }
  .link_lst > li a::before {
    content: '';
    position: absolute;
    left: 3.38542vw;
    top: 2.21354vw;
    background: url("../images/arr_blue.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 3.90625vw;
    height: 3.90625vw;
  }
  .link_lst_sub {
    margin-top: 1.30208vw;
  }
  .link_lst_sub li a {
    border: none;
    color: #000;
    font-weight: 300;
  }
  .link_lst_sub li a span {
    padding-bottom: 0;
  }
  .link_lst_sub li a::before {
    left: 3.64583vw;
  }
}
