@charset "UTF-8";
/* 20200928_Twitterキャンペーン用ボタン */
#wrapper .btn-box2 {
    text-align: center;
    text-decoration: none;
}

.t-btn {
    width: 30px!important;
    height: auto;
}

#wrapper .btn-box2 a {
    position: relative;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    padding: 5px 2rem;
    display: inline-block;
    background: #1DA1F2;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.7rem;
}

#wrapper .btn-box2 a:after {
    font-family: FontAwesome;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 2.1rem;
    position: absolute;
    top: 4px;
    right: 10px;
}
#nav-wrap .api-nav-sub a {
    margin-top: 10px;
}

#nav-wrap .api-nav-sub > div {
    margin-top: 10px;    
}