@charset "UTF-8";
/* コンテンツ */

.ord_btn ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ord_btn ul li {
    width: 48%;
    box-sizing: border-box;
    border: 3px solid #f08b00;
    border-radius: 1em;
    overflow: hidden;
}

@media screen and (max-width: 960px) {
.ord_btn ul {
    justify-content: space-around;
    margin-bottom: -2em;
}
.ord_btn ul li {
    width: 100%;
    max-width: 600px;
    border: 2px solid #f08b00;
    margin-bottom: 2em;
}


}


@media screen and (max-width: 520px) {


}

