@charset "utf-8";


/* メイン */
main{
    padding: 0 15px;
}

section p img {
    display: block;
    margin-bottom: 26px;
}

section h2 {
    margin-bottom: 25px;
}

section p.bicycleEx {
    margin-bottom: 15px;
    max-width: 256px;
}
section {
    margin-bottom: 55px;
}
/* topボタン */
p.button {
    text-align: center;
    margin-bottom: 259px;
}
/*フッター */
footer {
    text-align: center;
    margin-bottom: 10px;
}

@media ( width >= 600px ){
    section p img {
        width: 840px;
        margin: 0 auto 26px;
    }
    section div {
        max-width: 780px;
        margin: 0 auto;
    }
    section p.bicycleEx{
        max-width: 780px;
    }
    p.button {
        margin-bottom: 123px;
    }
}