@charset "utf-8";
/* CSS Document */

.product-show-ebike09 .image{width: 62%;}
.product-show-ebike09 .image .mobile{display: none;}
.product-show-ebike09 .box{width: 30%;}
.product-show-ebike09 .box a{display: inline-block;border-radius: 500px;padding: 10px 30px;background: #000;color: #fff;margin-top: 40px;cursor: pointer;font-size: 17px;text-align: center;}
.product-show-ebike09 .box a::before {background: #a6c939;}
.product-show-ebike09 .box a:hover{color: #fff!important;}
.product-show-ebike09 .box h2{text-align: left;text-transform: none;line-height: 45px;}
.product-show-ebike09 .box .word{font-size: 18px;}


@media(max-width:1024px){
    .product-show-ebike09 .box{max-width: 600px;margin: 0 auto;width: 100%;}
    .product-show-ebike09 .image{width: 100%;}
    .product-show-ebike09 .box-flex{display: inline-block;}
}
@media(max-width:576px){
    .product-show-ebike09 .box .word{font-size: 17px;line-height: 24px;}
    .product-show-ebike09 .box a{padding: 10px 30px;font-size: 16px;margin-top: 30px;}
    .product-show-ebike09 .box h2{line-height: 30px;}
    .product-show-ebike09 .image .mobile{display: block;}
    .product-show-ebike09 .image .desktop{display: none;}
    .product-show-ebike09 .image{margin-top: 30px;}
}