@charset "utf-8";

@media screen and (min-width : 769px) {

    .box {
        padding-top: 33px;
        padding-bottom: 30px;
    }

    .box .img{
        top: 40px;
        right: 30px;
        width: 257px;
    }

    .box .warranty {
        margin: 24px 0 20px;
        font-size: 16px;
    }

    .box .bg_box {
        margin-top: 28px;
        padding: 20px 24px 22px;
        font-size: 12px;
        font-family: var(--font-light);
        line-height: 1.6;
    }

    .bg_box h4 {
        font-size: 18px;
    }
    
    .bg_box .s_tit {
        margin-bottom: 5px;
        color: #c61a22;
        font-family: var(--font-bold);
        font-size: 16px;
    }

    .bg_box .copy {
        font-size: 16px;
    }

    .bg_box .caution {
        margin-top: 18px;
        font-size: 12px;
        font-family: var(--font-light);
    }

    #is_battery .box {
        padding-top: 36px;
        padding-bottom: 55px;
    }
    
    #is_battery .box .img {
        top: 53px;
        right: 27px;
    }

    .img_stop_fig {
        margin: 12px 0 0px;
    }
    
    .img_stop_fig img {
        max-width: 100%;
    }

    #standard .bg_box {
        padding-bottom: 40px
    }

    .row {
        display: flex;
        flex-wrap: wrap;
    }

    #standard .bg_box .row:not(:first-of-type) {
        margin-top: 36px;
    }

    #standard .bg_box .copy {
        margin-bottom: 15px;
        min-height: 70px;
    }

    #standard .img_feature {
        text-align: center;
    }

    #standard .img_feature img {
        width: 220px;
        vertical-align: middle;
    }

    .row .col {
        width: 295px;
    }

    .row .col:not(:first-child) {
        margin-left: 32px;
    }

    #sec_inspect {
        width: 688px;
        line-height: 1.5;
    }

    #sec_inspect .sec_inner {
        margin-left: 13px;
    }

    #sec_inspect .caution {
        margin-bottom: 30px;
        font-size: 12px;
        font-family: var(--font-light);
        line-height: 1.5;
    }

    .section .caution p {
        padding-left: 12px;
        text-indent: -12px;
    }

    #sec_inspect .tit {
        margin-bottom: 10px;
        font-size: 21px;
    }

    #sec_inspect .copy {
        margin-bottom: 14px;
        color: #c61a22;
        font-size: 16px;
        font-family: var(--font-bold);
    }

    .inspection_list li {
        margin-left: 14px;
        float: left;
        width: 205px;
    }

    .inspection_list li img {
        max-width: 100%;
    }

    .inspection_list li:nth-child(3n+1) {
        margin-left: 0;
    }

    .inspection_list li .name {
        margin: 5px 0 7px;
        text-align: center;
        font-size: 14px;
        white-space: nowrap;
    }
    
}