@charset "utf-8";

@media screen and (max-width: 768px) {
    br {
        display: none;
    }

    br.sp {
        display: block;
    }

    img {
        width: 100%;
    }

    .section_inner,
    .block_inner {
        padding: 0 15px;
    }

    .section h3 {
        margin: 0 0 15px;
        color: #057691;
        font-size: 23px;
        font-weight: bold;
        text-align: center;
        line-height: 150%;
    }

    .section h3 span {
        display: block;
        font-size: 15px;
    }

    .block .type {
        font-size: 12px;
    }
	
	.block .caption {
		margin-top: 10px;
		color: #057691;
		text-align: right;
		font-size: 12px;
		line-height: 1.2;
	}

    #contents_area .section:first-child {
        margin-top: 25px;
    }

    /*----- section_visual -----*/

    #section_visual {
        margin-bottom: 30px;
        text-align: center;
    }

    #section_visual .copy {
        margin: 24px 0 15px 0;
        text-align: left;
        font-size: 15px;
        line-height: 1.347em;
    }

    #section_visual .pic {
        margin: 23px 0 35px;
    }
	
	.manga_tit {
        position: relative;
	}

    .manga_tit .tit_dot {
        padding: 25px 0 15px;
        text-align: center;
        color: #009FB9;
        font-family: 'HondaGlobalFontJP-Regular', sans-serif;
        font-size: 18px;
    }
	
	.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 {
        margin-top: 29px;
        color: #009FB9;
        font-family: 'HondaGlobalFontJP-Regular', sans-serif;
    }

    .manga_tit .manga_txt {
        margin-bottom: 25px;
        font-size: 28px;
    }

    .manga_tit .img_boku img {
        max-width: 550px;
    }

    .manga_tit .manga_txt_right {
        position: relative;
        margin-top: 15px;
        font-size: 14px;
        font-weight: bold;
    }

    .manga_txt_right::before {
        position: relative;
        display: inline-block;
        margin-right: 5px;
        content: "";
        width: 7px;
        height: 14px;
        border: 0;
        background: url(../img/ico_arr_right.png) no-repeat;
        background-size: 7px auto;
        vertical-align: middle;
    }


    /*----- easy_comfort -----*/

    .block {
        margin-bottom: 10px;
        padding: 40px 0 15px;
        text-align: center;
    }

    .bg_pink {
        background-color: #FCE4DF;
    }

    .tit_bg {
        display: inline-block;
        margin-bottom: 30px;
        padding: 10px 30px 8px;
        min-height: 35px;
        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 {
        padding: 20px 10px 20px;
        background-color: #fff;
        border-radius: 10px;
    }

    .bl_box .tit {
        margin-bottom: 10px;
    }

    #comfort .tit img {
        max-width: 538px;
    }

    .bd_box.img_accordian .img.img_wide img {
        width: 100%;
    }

    .btn_more {
        margin-top: 10px;
        width: 100%;
        height: 45px;
    }

    .btn_more:before {
        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: 16px;
        font-family: 'HondaGlobalFontJP-Bold', sans-serif;
        justify-content: center;
        align-items: center;
    }

    .btn_more.on:before {
        content: '閉じるー';
    }
	
	#comfort .list-toggle-con {
		height: 195px;
	}
	
	#comfort .list-toggle-con.off {
		height: 195px !important;
	}
	
	#comfort .list-toggle-con.manga {
        height: 190px;
	}
	
	#comfort .list-toggle-con.manga.off {
        height: 190px !important;
	}

    .list-toggle-con {
        overflow: hidden;
    }

    .btn_accordion_detail {
        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: 16px;
        font-family: 'HondaGlobalFontJP-Bold', sans-serif;
        justify-content: center;
        align-items: center;
    }

    .block_column {
        margin-top: 24px;
    }

    .block_column .pic {
        margin-bottom: 14px;
    }

    .block_column.column_01 .pic img {
        max-width: 60%;
    }

    .bd_btm {
        margin-top: 17px;
        height: 0;
        border: 0;
        border-bottom: 1px solid #057691;
    }
	
	.bd_btm.no_s_tit {
		margin-bottom: 22px;
	}
	
	.tit.m_top {
		margin: 25px 0 20px 30px;
	}

    .link {
        text-align: center;
        font-family: 'HondaGlobalFontJP-Regular', sans-serif;
        font-size: 12px;
        line-height: 24px;
    }

    .link a:after {
        content: '';
        width: 18px;
        height: 18px;
        display: inline-block;
        background-image: url(../img/parts_ico_btn_link_arrow.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 18px 18px;
        position: relative;
        top: 4px;
        right: -5px;
    }

    .s_tit {
        margin: 20px 0;
        text-align: center;
        color: #057691;
        font-size: 14px;
        font-weight: bold;
		line-height: 1.4;
    }

    .block_column .pic img {
        max-width: 70%;
    }

    .btn_link {
        margin-top: 17px;
        min-height: 50px;
        text-align: center;
        font-size: 10px;
        font-family: 'HondaGlobalFontJP-Bold', sans-serif;
        line-height: 1.62;
    }


    .btn_link a {
        position: relative;
        display: inline-flex;
        padding: 10px 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        border: 1px solid #057691;
        background-color: #F1F1F1;
        border-radius: 12px;
        align-items: center;
        justify-content: center;
    }

    .btn_link a:after {
        content: "";
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -12px;
        width: 12px;
        height: 24px;
        background: url(../img/parts_ico_btn_arrow.png) no-repeat;
        background-size: 12px auto;
    }
	
	.accordion_content.slide .block_column {
        margin-top: 0;
	}

    .accordion_inner {
        height: 0;
        overflow: hidden;
    }

    .btn_accordion_detail {
        position: relative;
        margin-top: 5px;
        width: 100%;
        height: 45px;
        background-color: #B73765;
    }

    .btn_accordion_detail:before {
        content: '商品についてもっとよく知る＋';
    }

	.btn_accordion_detail.on {
		display: none;
	}

    .pic.sp_wide img {
        width: 100%;
        max-width: inherit;
    }

    .block_column .desc {
        margin-bottom: 17px;
        text-align: left;
        color: #057691;
        clear: both;
        font-size: 12px;
        line-height: 2;
        word-break: break-all;
    }
	
	.block_column .desc .sup {
		vertical-align: text-top;
		line-height: 1;
	}

    /*----- utitlity -----*/
    .bg_yellow_01 {
        background-color: #F7F3C4;
    }
	
	#utility .list-toggle-con,
	#driving_support .list-toggle-con {
		height: 200px;
	}
	
	#utility .list-toggle-con.off,
	#driving_support .list-toggle-con.off {
		height: 200px !important;
	}

    /*----- driving_support1 -----*/
    .bg_l_green {
        background-color: #C9E6D7;
    }

    .slide_wrap {
        position: relative;
        overflow: hidden;
    }

    .slide_wrap .img_slider.col01 {
        margin: 0 -25px 12px -25px;
    }

    .slick-dots li {
        padding: 0 6px;
    }

    .slick-dots li button {
        width: 8px;
        height: 8px;
    }

    .slick-dots li button:before {
        content: '';
        width: 8px;
        height: 8px;
        background-color: #E5E5E5;
        border-radius: 8px;
    }

    .slick-dots li:hover button:before,
    .slick-dots li.slick-active button:before {
        background-color: #057691;
    }

    .img_slider .slider_inner {
        margin-bottom: 0;
        padding: 0 25px;
    }

    .img_slider .name {
        margin-top: 15px;
        text-align: center;
        color: #057691;
        font-size: 14px;
        font-weight: bold;
    }

    /*----- security -----*/
    .bg_yellow_02 {
        background-color: #FEEBC8;
    }

    /*----- clean_air -----*/
    #clean_air .block:last-child {
        margin-bottom: 0;
    }
	
	#clean_air .list-toggle-con {
		height: 212px;
	}
	
	#clean_air .list-toggle-con.off {
		height: 212px !important;
	}

    .bg_l_blue {
        background-color: #BBDFF6;
    }

    .block .b_desc {
        margin: 20px 0 12px;
        text-align: center;
        color: #057691;
        clear: both;
        font-size: 12px;
        font-family: 'HondaGlobalFontJP-Regular', sans-serif;
        line-height: 1.65;
        word-break: break-all;
    }

    .block .b_desc span {
        font-weight: bold;
    }
	
	/*----- pop_up -----*/
	#popup_box {
        display: none;
    }
	
	.popup {
		padding: 10px 10px 7px;
	}

    #cboxContent {
        background: none;
    }
	
    #cboxLoadedContent {
        -webkit-box-shadow: none;
        box-shadow: none;
		border-radius: 12%;
    }

    #cboxClose {
        top: 9%;
		right: 9%;
		background-size: 35px;
    }
	
	
	/* banner_lp */
	.banner_lp {
		margin: 5vw auto 0;
	}
	#driving_support .banner_lp {
		padding: 0 15px;
	}
	
	
}