@charset "utf-8";

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

    .block {
        margin-bottom: 50px;
    }

    .box .img {
        margin: 25px 0;
    }

    .box .img img {
        max-width: 65%;
    }

    .box .warranty {
        margin-bottom: 10px;
        font-size: 16px;
    }

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

    .bg_box {
        margin-top: 18px;
        padding: 20px 14px 20px;
        font-size: 16px;
        line-height: 1.5;
    }

    .bg_box h4 {
        font-size: 18px;
    }

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

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

    .img_stop_fig {
        margin: 25px 0 16px;
    }

    #standard,#standard .box {
        margin-bottom: 0;
    }

    #standard .bg_box {
        padding-bottom: 1px;
    }

    #standard .img_feature {
        margin: 15px 0;
        text-align: center;
    }

    #standard .img_feature img {
        max-width: 70%;
    }

    #standard .row .col{
        margin-bottom: 40px;
    }

    #sec_inspect {
        line-height: 1.5;
    }

    #sec_inspect .sec_inner{
        padding: 0 10px;
    }

    #sec_inspect .caution{
        margin-top: 12px;
        padding: 0 15px;
    }

    #sec_inspect .tit {
        margin: 35px 0 18px;
        font-size: 16px;
    }

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

    .inspection_list::after {
        content: "";
        display: block;
        clear: both;
    }

    .inspection_list li {
        margin-left: 12px;
        float: left;
        width: calc(50% - 6px);
    }

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

    .inspection_list li .name {
        margin: 5px 0 10px;
        text-align: center;
        font-size: 14px;
    }
}