/* スマホだけに適用するCSS */
@media screen and ( max-width:600px )
{
.btn2{
font-size:90%;
}
.btn-lg, .btn-group-lg>.btn {
    padding: 10px 50px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
}