@charset "utf-8";
@media screen and (max-width : 768px){

    #contents_area br { display: none;}
    #contents_area br.sp {display: block;}

    img { width: 100%;}


    .section {
        margin-bottom: 50px;
    }
    #contents_area .section:first-child {
        margin-top: 50px;
    }
    .section.gray {
        padding: 50px 0;
        background: #f0f0f0;
    }

    /* section */
    .section h3 {
        margin: 0 25px 30px;
        font-size: 23px;
        text-align: center;
    }

    .section h3 span {
        width: 160px;
        padding: 0 0 10px;
        border-bottom: 3px solid #444;
        display: inline-block;
        white-space: nowrap;
    }

    .block {
        margin: 0 0 38px;
    }

    .block .block_copy {
        font-size: 23px;
        line-height: 32px;
        margin: 0 20px 20px;
    }

    .link {
        margin: 0 0px 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/vezel/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;
    }

    .box_flex {
        margin: 0 0 15px;
        background-color: #fff;
    }

    .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;
    }



    .block_inner > a > .box_flex {
        margin-left: 15px;
        margin-right: 15px;
    }

    #contents_area .block_inner a {
        color: #444;
    }

    .block_inner .link span {
        color: #0064a1;
    }

    .block_inner .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;
    }

    .box_flex .box {
        padding: 15px;
    }

    .box_flex .box h4 {
        margin: 0 0 15px;
        font-size: 18px;
        line-height: 24px;
		font-family: "HondaGlobalFontJP-Bold", sans-serif;
    }

    .box_flex .box .copy {
        min-height: 4em;
        margin: 0 0 15px;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }

    .box_flex .box > *:last-child {
        margin-bottom: 0;
    }

    .block:last-child {
        margin-bottom: 75px;
    }

    #special_blocks {
        margin-top: 75px;
    }


}
