@charset "utf-8";
@media screen and (max-width: 768px) {
    br {
        display: none;
    }
    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 20px 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/nbox/2023/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_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/nbox/2023/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;
    }
    .box_flex .box>*:last-child {
        margin-bottom: 0;
    }
    .block:last-child {
        margin-bottom: 75px;
    }

	/* bgcolor */
    .box_flex.coorde {
        background-color: #ede0e0;
    }
    .box_flex.element_style {
        background-color: #e0fcfc;
    }
	.block .box_flex.odekake {
		background-color: #f0eed9;
	}

	/* special_blocks */
    #special_blocks {
        margin-top: 75px;
    }
}
