@charset "utf-8";

header.f__header .logo a {
    width: 150px;
}

.sec-howto-app img {
    max-width: 100%;
  }
  
  .sec-howto-app__ttl {
    margin: 0 77px 20px 0;
    text-align: center;
  }
  
  .sec-howto-app__ttl img {
    width: 270px;
  }
  
  .sec-howto-app__inner {
    margin: 0 77px 15px 0;
    padding: 25px 50px;
    background: #fff;
  }
  
  .sec-howto-app__vb {
    overflow: hidden;
    margin: 0 0 15px;
  }
  
  .sec-howto-app__vb dt {
    margin: 0 0 15px;
    text-align: center;
  }
  
  .sec-howto-app__vb dt img {
    width: 300px;
  }
  
  .sec-howto-app__vb dd img {
    float: left;
    width: 48px;
    margin: 0 10px 0 0;
    border-radius: 4px;
  }
  
  .sec-howto-app__install {
    clear: both;
  }
  
  .sec-howto-app__install dt {
    position: relative;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  
  .sec-howto-app__install dt:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    border-top: 1px solid #999;
  }
  
  .sec-howto-app__install dt span {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    background: #fff;
  }
  
  .sec-howto-app__install ul {
    display: flex;
    justify-content: center;
  }
  
  .sec-howto-app__install li {
    width: 195px;
    margin: 0 10px;
    text-align: center;
  }
  
  .sec-howto-app__install li a {
    display: block;
    margin: 5px 0 0;
  }
  
  .sec-howto-app__install li a:hover {
    opacity: .8;
  }
  
  .sec-howto-app__install--pc {
    margin: 0 0 30px;
  }
  
  .sec-howto-app__install--pc li a {
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background: #000;
  }