@charset "UTF-8";

/* CSS Document */

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

    .regulation_footer {
        background: #f2f0f0;
    }


    .bf-main-copy {
        font-size: calc(16px + 1 * (100vw - 980px) / 220);
        line-height: 1.56;
        margin: 55px auto 0;
        width: 980px;
    }

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

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

    .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;
        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: 10px;
        vertical-align: middle;
    }

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


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

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

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



    .bf-engine {
        font-size: 20px;
        line-height: 1.6;
        margin: 90px auto 0;
        width: 980px;
    }

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

    .bf-engine .engine-content {
        font-size: calc(16px + 1 * (100vw - 980px) / 220);
    }

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

    .bf-engine .engine-content h3:before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        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;
        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: 10px;
        vertical-align: middle;
    }

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





}
