@charset "UTF-8";

/* CSS Document */

@media screen and (max-width: 1024px) {
    .regulation_footer {
        background: #f2f0f0;
    }


    .bf-main-copy {
        font-size: 15px;
        line-height: 1.56;
        margin: 12px auto 0;
        width: 90%;
    }

    .bf-main-copy p {
        margin: 0 auto 2em;
    }

    .bf-main-copy h2 {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
    }

    .content-wrap {
        margin: 22px auto;
        max-width: 1200px;
        width: 100%;
    }

    .content-wrap .caption {
        font-size: 15px;
        margin-top: 8px;
        text-align: center;
    }

    .bf-main-copy .caption {
        font-size: 15px;
        margin-top: 8px;
    }


    .content-wrap img {
        width: 100%;
    }



    /*-----------------------------------------
テーブル　プライス用
-----------------------------------------*/
    table.price {
        border-bottom: 1px solid #cbcbcb;
        border-right: 1px solid #cbcbcb;
        border-collapse: collapse;
        font-size: 12px;
        line-height: 1.3;
        margin: 12px auto;
        table-layout: fixed;
        text-align: center;
        width: 100%;
    }

    table.price th,
    table.price td {
        border-left: 1px solid #cbcbcb;
        border-top: 1px solid #cbcbcb;
        padding: 5px;
        vertical-align: middle;
    }

    table.price th {
        background: #afaeae24;
        font-weight: 700;
    }

    .sp-table-auto > table.price {
        width: 980px;
    }


    .bf-design-image {
        display: flex;
        justify-content: space-between;
        margin: 25px auto 0;
        width: 100%;
    }

    .bf-design-image .design-image-content {
        flex: 1;
    }

    .bf-design-image .design-image-content img {
        width: 100%;
    }


    .bf-engine {
        font-style: 20px;
        line-height: 1.6;
        margin: 40px auto 0;
        width: 90%;
    }

    .bf-engine h2 {
        border-bottom: 1px solid;
        font-size: 22px;
        line-height: 1.6;
        padding-bottom: 8px;
        text-align: center;
        width: 980px;
    }


    .bf-engine .engine-content {
        font-size: 15px;
    }

    .bf-engine .engine-content h3 {
        font-size: 20px;
        font-style: italic;
        font-weight: 700;
        margin-top: 2rem;
    }

    .bf-engine .engine-content h3:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 10px -2px 0;
        background-color: #C01920;
    }


    .bf-engine .engine-content img {
        margin-top: 2rem;
        width: 100%;
    }

    .bf-engine .engine-content p {
        margin: 0 auto 1em;
        padding-left: 1em;
        text-indent: -1em;
    }


    /*-----------------------------------------
テーブル　諸元用
-----------------------------------------*/
    table.specification {
        border-bottom: 1px solid #cbcbcb;
        border-right: 1px solid #cbcbcb;
        border-collapse: collapse;
        font-size: 12px;
        line-height: 1.3;
        margin: 12px auto;
        table-layout: fixed;
        text-align: center;
        width: 100%;
    }

    table.specification th,
    table.specification td {
        border-left: 1px solid #cbcbcb;
        border-top: 1px solid #cbcbcb;
        padding: 5px;
        vertical-align: middle;
    }

    table.specification th {
        background: #afaeae24;
        font-weight: 700;
    }

    .sp-table-auto > table.specification {
        width: 980px;
    }

    .sp-table-auto {
        border: 1px solid #a7a7a7;
        margin: 0 10px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding: 20px;
    }

}
