@charset "utf-8";

@media print,
screen and (min-width: 769px) {

    #contents_area a {
        color: #057691;
    }

    /*#access_header.fixed {
        position: absolute !important;
        top: 57px !important;
    } 202312change*/

    /*#global_navigation.fixed {
        position: absolute !important;
        top: 101px !important;
    } 202312change*/

    #lnav {
        margin-top: 50px;
        background-color: #fff;
        padding: 20px 0;
    }

    /*#lnav.fixed {
        position: fixed;
        top: 0;
        margin-top: 0;
        width: 100%;
        z-index: 10;
    } 202312change*/

    .lnav_inner {
        margin: 0 auto;
        width: 980px;
    }

    #lnav ul:after {
        content: "";
        display: block;
        clear: both;
    }

    #lnav li {
        margin-right: 3px;
        width: calc(20% - 3px);
        height: 40px;
        line-height: 40px;
        float: left;
        text-align: center;
        background-color: #ededed;
        transition: background .1s ease;
    }

    #lnav li:last-child {
        margin-right: 0;
    }

    #lnav li a {
        display: block;
        width: 100%;
        height: 40px;
        color: #057691 !important;
        font-size: 16px;
        font-weight: bold;
        white-space: nowrap;
    }

    #lnav .easy_comfort a {
        background-color: #FCE4DF;
    }

    #lnav .storage a {
        background-color: #F7F3C4;
    }

    #lnav .easy_drive a {
        background-color: #BCE2E5;
    }

    #lnav .measures a {
        background-color: #FEEBC8;
    }

    #lnav .clean_air a {
        background-color: #BBDFF6;
    }

    /* .section */
    .bflex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .section {
        position: relative;
        margin: 0 auto 20px;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center top;
        clear: both;
    }

    .section_inner {
        width: 980px;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
    }

    .section h3 {
        margin: 0 auto 25px;
        color: #057691;
        font-size: 38px;
        font-weight: normal;
        text-align: center;
        line-height: 120%;
    }

    .section h3 span {
        font-size: 30px;
    }

    .section .pic img {
        width: 100%;
        height: auto;
    }

    /* .block */
    .block {
        padding: 90px 0 100px;
        margin: 0 auto 20px;
    }

    .block .block_inner {
        width: 980px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .block ul:after {
        content: "";
        display: table;
        clear: both;
    }

    .block .type {
        font-size: 12px;
    }
	
	.block .caption {
		margin-top: 10px;
		color: #057691;
		text-align: right;
		font-size: 14px;
	}

    /*----- section_visual -----*/
    #section_visual {
        margin-top: 45px;
        margin-bottom: 50px;
    }

    #section_visual .copy {
        margin: 0 0 20px 0;
        padding: 0 50px;
        font-size: 35px;
        line-height: 1.368em;
        white-space: nowrap;
    }

    #section_visual .pic {
        margin: 62px 0 72px;
    }

    .manga_tit {
        position: relative;
        color: #009FB9;
		font-family: 'HondaGlobalFontJP-Regular', sans-serif;
    }

    .manga_tit .tit_dot {
        padding: 38px 0 15px;
        text-align: center;
        color: #009FB9;
        font-family: 'HondaGlobalFontJP-Regular', sans-serif;
        font-size: 30px;
    }
	
	.manga_tit .tit_dot:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 4px;
		content: "";
		background: url(../img/bd_dt.png) no-repeat;
		background-size: 100% auto;
	}

    .manga_tit .manga_txt {
        padding-top: 12px;
        margin-right: 16px;
        font-size: 41px;
        line-height: 1.4;
    }

    .manga_txt_right {
        margin-top: 25px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        align-self: center;
    }

    .manga_txt_right::before {
        position: relative;
        top: 12px;
        display: inline-block;
        margin-top: -15px;
        padding-left: 10px;
        content: "";
        width: 17px;
        height: 33px;
        border: 0;
        background: url(../img/ico_arr_right.png) no-repeat;
        background-size: 17px auto;
    }
	
	.manga_tit .img_boku {
        margin: 0 auto;
		width: 554px;
    }

    .manga_tit .img_boku img {
        max-width: 100%;
    }


    /*----- comfort -----*/
    .bg_pink {
        background-color: #FCE4DF;
    }

    .tit_bg {
        padding: 15px 0;
        height: 45px;
        box-sizing: border-box;
        border-radius: 30px;
        background-color: #fff;
        text-align: center;
        color: #057691;
        font-size: 18px;
		font-family: 'HondaGlobalFontJP-Bold', sans-serif;

    }

    .bl_box {
        margin-top: 40px;
        padding: 54px 38px 40px 40px;
        background-color: #fff;
        border-radius: 25px;
    }

    .bl_box .tit {
        margin-bottom: 37px;
        text-align: center;
    }

    .block .tit img {
        max-width: 100%;
    }

    .block .img {
        margin-bottom: 40px;
    }
	
	.block .img.hand_free {
		margin-left: 20px;
		width: 753px;
	}

    .img_accordian .img {
        margin-bottom: 0;
        text-align: center;
    }

    .btn_more {
        position: relative;
        margin: 20px auto 0;
        width: 700px;
        height: 55px;
        cursor: pointer;
    }

    .btn_accordion_detail {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        box-sizing: border-box;
        background-color: #057691;
        text-align: center;
        color: #fff !important;
        font-size: 18px;
        font-family: 'HondaGlobalFontJP-Bold', sans-serif;
        justify-content: center;
        align-items: center;
    }

    .btn_more:after {
        content: 'つづきを読む＋';
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        background-color: #057691;
        text-align: center;
        color: #fff !important;
        font-size: 18px;
        font-family: 'HondaGlobalFontJP-Bold', sans-serif;
        justify-content: center;
        align-items: center;
    }

    .btn_more.on:after {
        content: '閉じるー';
    }
	
	#comfort .list-toggle-con {
		height: 542px;
	}
	
	#comfort .list-toggle-con.off {
		height: 542px !important;
	}
	
	#comfort .list-toggle-con.manga {
        height: 528px;
	}
	
	#comfort .list-toggle-con.manga.off {
        height: 528px !important;
	}

    .list-toggle-con {
        transition: all 300ms linear 0s;
        overflow: hidden;
    }

    .block_column {
        text-align: center;
        margin-top: 30px;
        font-family: 'HondaGlobalFontJP-Regular', sans-serif;
    }

    .block_column:after,
    .column_in:after {
        content: "";
        display: block;
        clear: both;
    }

    .block_column .column_in {
        position: relative;
        text-align: left;
    }

    .block_column .col_left {
        float: left;
        width: 451px;
    }

    .block_column .col_right {
        float: right;
        width: 451px;
    }

    .block_column.column_01,
    .block_column.column_02 {
        margin-top: 40px;
    }

    .block_column.column_01 .col_left {
        width: 590px;
    }

    .block_column.column_01 .col_right {
        width: 280px;
    }

    .block_column .txt_col {
        position: absolute;
        height: 100%;
    }

    .block_column .col_right.txt_col {
        right: 0;
    }

    .block_column .txt_col .link {
        position: absolute;
        right: 30px;
        bottom: 7px;
        text-align: right;
        font-size: 18px;
        line-height: 1.4;
        font-family: 'HondaGlobalFontJP-Regular', sans-serif;
    }

    .link a {
        color: #057691 !important;
    }

    .link a:after {
        position: absolute;
        right: -30px;
        bottom: 1px;
        content: '';
        width: 23px;
        height: 23px;
        display: inline-block;
        background-image: url(../img/parts_ico_btn_link_arrow.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 22px auto;
    }


    _:-ms-lang(x),
    .link a:after {
        bottom: 2px;
    }

    .bd_btm {
        margin-top: 40px;
        height: 0;
        background-color: #057691;
    }
	
	.bd_btm.no_s_tit {
		margin-bottom: 45px;
	}
	
	.tit.m_top {
		margin-top: 35px;
	}

    .s_tit {
        margin: 42px 0 30px;
        text-align: center;
        color: #057691;
        font-size: 32px;
        font-weight: bold;
        line-height: 1.5;
    }

    .bl_box .img img {
        max-width: 100%;
    }

    .btn_link {
        margin-top: 40px;
        margin-bottom: 14px;
        height: 88px;
        text-align: center;
        font-size: 18px;
        font-family: 'HondaGlobalFontJP-Bold', sans-serif;
        line-height: 1.6;
    }

    .btn_link a {
        position: relative;
        display: block;
        padding: 17px 0;
        height: 100%;
        box-sizing: border-box;
        border: 1px solid #057691;
        background-color: #F1F1F1;
        border-radius: 25px;
    }

    .btn_link a:after {
        content: "";
        display: block;
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -16px;
        width: 16px;
        height: 32px;
        background: url(../img/parts_ico_btn_arrow.png) no-repeat;
        background-size: 16px auto;
    }

    .block_02 .bl_box {
        padding-bottom: 20px;
    }

    .accordion_content {
        text-align: center;
    }
	
	.accordion_content.slide .block_column {
        margin-top: 0;
	}

    .accordion_inner {
        height: 0;
        text-align: left;
        overflow: hidden;
    }

    .btn_accordion_detail {
        position: relative;
        margin: 20px auto 0;
        width: 700px;
        height: 55px;
        background-color: #B73765;
        cursor: pointer;
    }

    .btn_accordion_detail:before {
        content: '商品についてもっとよく知る＋';
    }

	.btn_accordion_detail.on {
		display: none;
	}

    .block_column.column_02 .col_left {
        width: 371px;
    }

    .block_column.column_02 .col_right {
        width: 490px;
    }

    .block_column .desc {
        margin-bottom: 25px;
        display: inline-block;
        text-align: left;
        color: #057691;
        clear: both;
        font-size: 18px;
        line-height: 1.85;
        word-break: break-all;
    }
	
	.block_column .desc .sup {
		vertical-align: text-top;
		line-height: 1;
	}

    .block_column.column_02 .txt_col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    /*----- utility -----*/

    .bg_yellow_01 {
        background-color: #F7F3C4;
    }
	
	#utility .list-toggle-con {
		height: 550px;
	}
	
	#utility .list-toggle-con.off {
		height: 550px !important;
	}

    /*----- driving_support1 -----*/
    .bg_l_green {
        background-color: #C9E6D7;
		text-align: center;
    }

    #driving_support1 .tit,
    #security .tit {
        padding: 0 35px;
    }
	
	#driving_support .list-toggle-con {
		height: 564px;
	}
	
	#driving_support .list-toggle-con.off {
		height: 564px !important;
	}

    .img_slider.col01 {
        margin-bottom: 20px;
    }

    .slick-dots li:hover button:before,
    .slick-dots li.slick-active button:before {
        background-color: #057691;
    }

    .img_slider .name {
        margin-top: 30px;
        text-align: center;
        font-size: 28px;
        color: #057691;
    }

    .desc.wide {
        margin: 0 auto 25px;
        width: 523px;
    }

    /*----- security -----*/
    .bg_yellow_02 {
        background-color: #FEEBC8;
    }

    #security .img_slider .name {
        font-size: 28px;
    }

    /*----- clean_air -----*/

    .bg_l_blue {
        background-color: #BBDFF6;
    }
	
	#clean_air .list-toggle-con {
		height: 584px;
	}
	
	#clean_air .list-toggle-con.off {
		height: 584px !important;
	}

    .block .b_desc {
        margin: 45px 0 30px;
        text-align: center;
        color: #057691;
        clear: both;
        font-size: 18px;
        font-family: 'HondaGlobalFontJP-Regular', sans-serif;
        line-height: 1.65;
        word-break: break-all;
    }

    .block .b_desc span {
        font-weight: bold;
    }

    #clean_air,
    #clean_air .block:last-child {
        margin-bottom: 0;
    }

    #clean_air .desc.wide {
        width: 100%;
    }
	
	/*----- pop_up -----*/
	
    #popup_box {
        display: none;
    }
	
	.popup {
		padding: 15px 15px 11px;
	}

	.popup img {
        width: 940px;
	}

    #cboxContent {
        background: none;
    }

    #cboxLoadedContent {
        -webkit-box-shadow: none;
        box-shadow: none;
		border-radius: 12%;
    }

    #cboxClose {
        top: 9%;
        right: 10%;
		width: 40px;
		height: 40px;
    }
	
	/* banner_lp */
	.banner_lp {
		margin: 30px auto -70px;
	}
	
}