@charset "utf-8";

@media print, screen and (min-width : 769px){
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/performance/driving/
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */

.section.slide_cont .img_slider img {
	margin-bottom: 40px;
}
.section.slide_cont .section_desc {
		margin-bottom: 35px;
}

.section{
	margin: 0 0 140px 0;
}
.pic .video-js{
	width: 100% !important;
	height: 0 !important;
	position: relative;
	padding-bottom: 56.25%;
	z-index: 2;
}
.movie_wrap{
	width:100%;
	margin:0 auto 30px;
	text-align: center;
}
.movie_wrap .pic{
	width:100%;
	max-width:100%;
}
.movie_wrap .pic::after{
	content:"";
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: url(/auto-archive/insight/2020/common/image_common/pic_movie_play.png) center center no-repeat rgba(0, 0, 0, .5);
	background-size: 130px auto;
	z-index: 1;
}

/* ------------------------------------------------------------
*
    #top_content
*
------------------------------------------------------------ */
#top_content .slick-dotted.slick-slider {
    margin-bottom: 32px;
}
#top_content h2 {
    margin: 0 auto 20px !important;
}
#top_content .section_desc{
	line-height: 1.8em;
}
	
	
#top_content .pic_full .inner,
#top_content .pic_full div
{
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

#top_content .pic_full video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
	

/* ------------------------------
    #section_immd
------------------------------ */
#section_immd {
	margin: 0 0 20px 0;
}
	
#section_immd .section_desc{
	margin: 0 0 25px 0;
}

#section_immd .logo{
	margin: 0 0 25px 0;
	padding: 0 50px;
	width: 290px;
}

#section_immd .pic{
	padding: 0 50px;
	width: 880px;
}

#section_immd img{
	width: 100%;
}

	
/* ------------------------------
    #section_acceleration
------------------------------ */
#section_acceleration table{
	font-size: 14px;
}
#section_acceleration table th{
	font-weight: bold;
	text-align: left;
}
#section_acceleration table td{
	line-height: 1.8em;
}
#section_acceleration table th span{
	font-weight:  normal;
	font-size: 12px;
}
	
/* ------------------------------
    #section_immd_system
------------------------------ */
#section_immd_system {
    margin: 0 0 100px 0;
}

#section_immd_system .section_column .pic {
	margin: 0;
}

#section_immd_system .immd_wrap {
	position: relative;
}
	
#section_immd_system .immd_nav{
	margin-bottom: 10px;
}
#section_immd_system .immd_nav ul{width: 100%; position: relative; overflow: hidden;}
#section_immd_system .immd_nav li{
    width: 50%;
    height: 50px;
    line-height: 50px;
    float: left;
	font-size: 18px;
    text-align: center;
	cursor: pointer;
	background: url(../image/icon_tab_arrow.png) calc(100% - 15px) center no-repeat;
    background-color: #ededed;
    transition: background .1s ease;
}

#section_immd_system .immd_nav a{
    width: 100%;
    opacity: 1 !important;
    color: #444 !important;
    display: block;
    white-space: nowrap;
}

#section_immd_system .immd_nav li.current{
	background-image: url(../image/icon_tab_arrow_w.png);
    background-color: #808080 !important;
    color: #fff;
	cursor: default;
}

#section_immd_system .immd_nav li:hover{
    background-color: #dbdbdb;
}

#section_immd_system .immd_nav li.current a{
    color: #fff !important;
}

#section_immd_system .immd_inner{
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: all 200ms ease;
	top: 0;
	left: 0;
}
#section_immd_system .immd_inner:last-child{
	position: relative;
}
#section_immd_system .immd_inner.current {
	opacity: 1;
	visibility: visible;
}
#section_immd_system .immd_inner .caption{
	font-size: 14px;
	line-height: 1.4em;
}
#section_immd_system .immd_inner .caption span{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
#section_immd_system .immd_inner .pic {
	margin-bottom: 30px;
	line-height: 0;
}
#section_immd_system .immd_inner .caption {
	font-size: 18px;
	line-height: 28px;
}
#section_immd_system .immd_inner .caption span {
	font-weight: bold;
	display: block;
}
	
/* -----------------------------------
    .section_nav
----------------------------------- */
.section_nav{
	width: 920px;
	margin: 0 auto;
}

.section_nav ul{
    width: 920px;
    margin: 0 auto 170px;
    overflow: hidden;
}
.section_nav h4{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.section_nav p{
	font-size: 12px;
	line-height: 1.5em;
}
.section_nav .h_link li{
    width: 420px;
    height: 150px;
    margin: 0 20px 20px;
    float: left;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 1.654em;
    letter-spacing: .05em;
	border: 1px #ccc solid;
}
.section_nav .h_link li img{
    flex: 0 0 148px;
    height: 148px;
	vertical-align: middle;
	margin-right: 10px;
}
.section_nav .h_link li a{
    width: 100%;
    height: 148px;
    padding: 0 50px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    vertical-align: middle;
    color: #231815 !important;
    position: relative;
    text-align: left;
    transition: opacity .1s ease;
}

.section_nav .h_link li a:after{
    width: 18px;
    height: 148px;
    content: '';
    display: block;
    background-image:url(../../../../common/image_common/parts_slider_arrow_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    position: absolute;
    top: 0px;
    right: 14px;
    transition: right .1s ease;
}

/*.section_nav .h_link li a:hover{ opacity: .7;}
.section_nav .h_link li a:hover:after{ right: 35px;}*/
	
/* ------------------------------
    #section_switch
------------------------------ */
	
#section_switch .section_column {
    margin: 0 auto 40px;
}
#section_switch .section_inner .section_column:last-child .desc{
	font-size: 14px;
	clear: both;
}
#section_switch .desc.econ{
	padding-bottom: 40px;
	border-bottom: 1px #000 solid;
	margin-bottom: 10px;
}
#section_switch .desc span{
	display: block;
	width: 780px;
	float: left;
}
#section_switch  .desc span.mode{
	font-weight: bold;
	width: 100PX;
}
#section_switch  .desc span.desc_right{
	margin-bottom: 3px;
}
#section_switch .caution{
	clear: both;
	padding-top: 10px;
	font-size: 12px;
	line-height: 1.5em;
}
/* ------------------------------
    #section_other_function
------------------------------ */
#section_other_function .section_desc{
	margin: 0 0 25px 0;
}

#section_other_function .pic{
	margin: 0 0 100px 0;
	padding: 0 50px;
	width: 880px;
}

#section_other_function img{
	width: 100%;
}

/* ------------------------------
    #section_driving
------------------------------ */
#section_driving{
	margin-bottom: 150px;
    padding-bottom: 0;
}

#section_driving .driving_desc{
    width: 880px;
    margin: -180px auto 0 auto;
}

#section_driving .driving_desc .col_left{
    width: 420px;
    float: left;
}

#section_driving .driving_desc .col_right{
    width: 420px;
    float: right;
}

#section_driving .driving_desc .col_inner{
    height: 200px;
}

#section_driving .driving_desc h5{
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.444em;
    font-weight: bold;
}

#section_driving .driving_desc .desc{
    font-size: 16px;
    line-height: 1.5em;
}
	
	#section_driving .pic_full {
		max-width: 1066px;
		margin: 0 auto;
		position: relative;
	}
	
	#section_driving .pic_full .desc_inner {
		width: 50%;
		position: absolute;
		text-align: left;
	}
	
	#section_driving .rs {
		top: 55%;
		left: 8.5%;
	}
	
	#section_driving .hybrid {
		top: 77%;
		left: 47%;
	}
	
	#section_driving .pic_full .desc_inner .desc {
		margin: 0;
		font-size: 12px;
		line-height: 1.5em;
	}
	
	#section_driving .pic_full .desc_inner .type {
		font-size: 18px;
		line-height: 1.5em;
	}

/* ------------------------------
    #section_view
------------------------------ */
#section_view .through_content{
    width: auto;
    max-width: 1440px;
    height: auto;
    margin: 0 auto 100px;
}
    
    #section_view .through_content .pic {
        max-width: 1440px;
    }
    
#section_view .through_content img{
    width: 100%;
    }

/* ------------------------------
    #section_easily
------------------------------ */
#section_easily{
    margin-bottom: 140px;
}

#section_easily .img_slider{
    width: 910px !important;
}

#section_easily .img_slider .title{
/*    height: 70px;*/
    text-align: center;
    white-space: nowrap;
}

#section_easily .img_slider .desc{
    font-size: 18px;
}

}