@charset "UTF-8";

#top_sp + div.contents_btn01 {
    display: none;
}

@media screen and (max-width: 900px) {
#top_sp + div.contents_btn01 {
    display: block;
}
#top_sp + div.contents_btn01 a {
        min-width: 230px;
}
#top_sp + div.contents_btn01 a:nth-child(2) {
        background: #CDBE72;
}
}