@charset "UTF-8";
.tabs {
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    max-width: 950px;
    width: 100%;
    margin: 100px auto 0;
}

.tab_item {
    width: calc(100%/3);
    height: 80px;
    line-height: 25px;
    border-bottom: 3px solid #00aca0;
    background-color: #d9d9d9;
    padding: 25px 5px 0;
    font-size: 2.0rem;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tab_item:hover {
    opacity: 0.75;
}

input[name="tab_item"] {
    display: none;
}

.tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}

.tab_content ul > :last-child {
    list-style-type: none;
}

.tab_content p.coming_soon {
    padding: 20%;
    text-align: center;
    font-size: 5.0rem;
    font-weight: bold;
    color: #666;
}

#all:checked~#all_content,
#programming:checked~#programming_content,
#design:checked~#design_content {
    display: block;
}

.tabs input:checked+.tab_item {
    background-color: #00aca0;
    color: #fff;
}

.battery_txt {
    background: #d6f1f0;
    padding: 20px;
}

.battery_txt p {
    font-weight: bold;
    font-size: 20px;
}

.battery_txt ul {
    margin: 20px 0 0 60px;
}

.battery_txt li {
    font-size: 18px;
    line-height: 1.8em;
}

@media screen and (max-width:950px) {
    .tabs {
        width: 96%;
        margin: 50px 2% 0;
    }
    .tab_item {
        font-size: 1.5rem;
        padding: 15px 5px 0;
    }
}

@media screen and (max-width:480px) {
    .tab_content {
        padding: 40px 10px 0;
    }
    .tab_content p.coming_soon {
        font-size: 2.0rem;
    }
    .battery_txt ul {
        margin: 20px 0 0 20px;
    }
}

/****** 動画 *****/

.battery_video {
    max-width: 750px;
    width: 100%;
    margin: 60px auto 0;
}

.battery_video video {
    width: 100%;
}

.bike-battery-sec__btns li:first-child {
    margin-right: 0px!important;
}