#sns {
    margin: 0 auto 20px;
}

/*お申し込みはこちらボタン*/
.btnBuyApplication {
    width: 300px;
    margin: 0 auto;
}
.btnBuyApplication a {
    width: 100%;
    display: block;
    background-color: #ff9800;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    padding: 16px 0;
    line-height: 1;
}
.btnBuyApplication a:hover {
    opacity: 0.7;
}
.btnBuyApplication a span {
    background-image: url(/img/icon/icon_blank_white@2x.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 11px 9px;
    padding-right: 20px;
}

/*会員登録（無料）はこちらボタン*/
.btnBuy {
    width: 300px;
    margin: 0 auto;
}
.btnBuy a {
    width: 100%;
    display: block;
    background-color: #499916;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    padding: 16px 0;
    line-height: 1;
}
.btnBuy a:hover {
    opacity: 0.7;
}
.btnBuy a span {
    background-image: url(/img/icon/icon_blank_white@2x.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 11px 9px;
    padding-right: 20px;
}

h3{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #499916;
    padding: 0.5em 0.8em;
    border: 1px solid #dedede;
    background: url(../image/bg_h2.png) center center;
    margin: 0 0 15px;
}
@media screen and (max-width: 600px){
    h3{
        font-size: 14px;
        padding: 10px;
        background-size: 8px 8px;
    }
}
@media screen and (min-width: 601px){
    #sns ul {
        text-align: right!important;
    }
}