@charset "utf-8";

@media print, screen and (min-width : 769px){
    .link {
        margin: 0 auto 20px;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .link a {
        color: #0064a1;
    }

    .link a:after{
        content: '';
        width: 20px;
        height: 20px;
        display: inline-block;
        background-image: url(/ACCESS/auto-archive/freed/2024/common/img/parts_ico_btn_detail_arrow.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 20px 20px;
        position: relative;
        top: 4px;
        right: -5px;
    }

    /* ピックアップ */
    #section_special {

    }

    /* .section */
    .section {
        margin: 70px auto 70px;
    }

    .section.gray {
        padding-top: 70px;
        padding-bottom: 70px;
        background-color: #f0f0f0;
    }

    .section h3 {
        margin: 0 auto 70px;
        font-size: 38px;
        font-weight: normal;
        text-align: center;
    }

    .section h3 span {
        width: 270px;
        padding: 0 0 14px;
        border-bottom: 4px solid #444;
        display: inline-block;
    }


    /* .block */
    .block {
        margin: 0 auto 80px;
    }

    .block:last-child {
        margin-bottom: 150px;
    }

    .block .block_inner {
        width: 880px;
        margin: 0 auto;
    }

    .block .block_inner.wide {
        width: 980px;
    }

    .block .block_copy {
        margin-bottom: 30px;
        font-size: 38px;
        line-height: 54px;
        text-align: center;
    }

    .block .box_flex {
        margin: 0 auto 20px;
        background-color: #fff;
    }

    .block .box_flex .img {
        line-height: 0;
        font-size: 0;
    }

    .block .box_flex .img img {
        width: 572px;
        height: auto;
    }

    .block .box_flex .box {
        width: 408px;
        padding-left: 50px;
        padding-right: 40px;
        box-sizing: border-box;
        color: #444;
    }

    .block .box_flex .box .copy {
        margin-bottom: 35px;
        font-size: 26px;
        line-height: 38px;
    }

    .block .box_flex .box .link {
        text-align: left;
    }

    .block .box_flex .box .link span {
        color: #0064a1;
    }

    .block .box_flex .box .link span:after{
        content: '';
        width: 20px;
        height: 20px;
        display: inline-block;
        background-image: url(/ACCESS/auto-archive/freed/2024/common/img/parts_ico_btn_detail_arrow.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 20px 20px;
        position: relative;
        top: 4px;
        right: -5px;
    }
    .block .box_flex {
        background-color: #dce7f5;
    }

    .block .box_flex.box01 {
        background-color: #efefef;
    }

    .block .box_flex.box02 {
        background-color: #d4dee8;
    }

    .block .box_flex.box03 {
        background-color: #bfc3c1;
    }

    .block .box_flex.barbapapa {
        background-color: #fde78c;
    }



    #special_blocks {
        margin-top: 80px;
    }

    /*	#special_blocks .box_flex:nth-child(odd) .img {
            -webkit-box-ordinal-group:2;
            -ms-flex-order:2;
            -webkit-order:2;
            order:2;
        }*/

}
