@charset "UTF-8";


/* **********
 * 0. common
 * ********** */
.asterisk {
	vertical-align: top;
	font-size: 1rem !important;
}

/* **********
 * 1. car-menu
 * ********** */

.car-menu__fixed {
	background-color: #252525;
	border-bottom: 1px solid #333333;
}

.car-menu__ttl {
	color: #ffffff;
}

.car-menu-sub__list>li>a {
	color: #dadada;
}

/* SP & TB */
@media (max-width: 1279px) {
	.car-menu__icon.is_opened:after {
		background-position: -1em -4em;
	}

	.car-menu__icon:after {
		background-image: url(../../../../common2016/img/arrows.svg);
		background-repeat: no-repeat;
		background-position: 0 -4em;
		-webkit-background-size: 2em 6em;
		background-size: 2em 6em;
		content: "";
		display: inline-block;
		height: 1em;
		position: relative;
		width: 1em;
	}

	.car-menu__list {
		background-color: #222222;
	}
}

@media (min-width: 768px) {
	.megane-ttl .en {
		font-size: 2.4rem;
		line-height: 1;
	}
}

@media (min-width: 768px) {
	.megane-ttl {
		left: 16px;
		top: 20px;
	}
}

/* PC */
@media (min-width: 1280px) {
	.car-menu__fixed {
		background-color: #252525;
		border-bottom: 1px solid #333333;
	}

	.car-menu__ttl {
		color: #ffffff;
	}

	.car-menu-sub__list>li>a {
		color: #dadada;
	}

	.car-menu .car-menu__fixed:before {
		content: "";
		position: absolute;
		display: block;
		height: 64px;
		right: calc(50% + 228px);
		top: 0;
		width: 50%;
		background-color: #000;
		transform: skewX(-30deg);
	}

	.rssd-pagemenu__ttl {
		background-image: url(../img/ttl_rssd_pagemenu_title.png);
		width: 335px;
		top: 5px;
	}

	.car-menu__item>a {
		color: #dadada;
	}

	.megane-car-menu__item--features>a:after {
		background-position: 0 -7em;
	}

	.megane-car-menu__item--features>a.is_opened:after {
		background-position: -1em -7em;
	}

	.megane-car-menu-sub {
		width: 280px;
	}
}

/* **********
 * chassis
 * ********** */
/* SP */
@media (max-width: 767px) {
	.l-chassis .chassis__caution {
		margin-top: 15px;
		font-size: 1.0rem;
		text-align: left;
	}
}

/* TB & PC */
@media (min-width: 768px) {
	.l-chassis .chassis__caution {
		margin-top: 18px;
		font-size: 1.2rem;
		text-align: left;
	}
}

/* **********
 * 2.  4 control
 * ********** */
/* SP */
@media (max-width: 767px) {
	.l-control .control__contents {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.l-control .control__contents li {
		margin-top: 22px;
		text-align: center;
		width: 100%;
	}

	.l-control .control__contents li:first-child {
		order: 1;
	}

	.l-control .control__contents li:nth-child(2) {
		order: 2;
	}

	.l-control .control__contents li:nth-child(3) {
		order: 4;
		margin-top: 90px;
	}

	.l-control .control__contents li:nth-child(4) {
		order: 3;
	}

	.l-control .control__contents li:nth-child(5) {
		order: 5;
	}

	.l-control .control__contents li img {
		max-width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}

	.l-control .control__contents li h3 {
		font-size: 1.2rem;
		font-weight: bold;
		text-align: left;
		padding: 0 20px;
		margin-bottom: 6px;
	}

	.l-control .control__contents li p {
		margin-top: 14px;
		font-size: 1.2rem;
		text-align: left;
		line-height: 1.6667;
	}

	.l-control .control__caution {
		margin-top: 15px;
		font-size: 1.0rem;
		text-align: left;

	}

	.l-control .megane-youtube__body {
		max-width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
		padding-bottom: 56.25%;
		position: relative;
		height: 0;
		overflow: hidden;
	}

	.l-control .megane-youtube__body iframe {
		position: absolute;
		top: 0;
		left: 20px;
		width: calc(100% - 40px);
		height: 100%;
	}
}

/* TB & PC */
@media (min-width: 768px) {
	.l-control .control__contents {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
	}

	.l-control .control__contents li {
		margin-top: 50px;
		box-sizing: border-box;
		width: 50%;
		padding: 0 5px;
	}

	.l-control .control__contents li:first-of-type {
		margin-left: 25%;
		margin-right: 25%;
	}

	.l-control .control__contents li img {
		max-width: 100%;
		box-sizing: border-box;
	}

	.l-control .control__contents li h3 {
		font-size: 1.4rem;
		font-weight: bold;
		text-align: left;
		margin-bottom: 8px;
	}

	.l-control .control__contents li p {
		margin-top: 14px;
		font-size: 1.4rem;
		text-align: left;
		line-height: 2;
		padding: 0 32px;
	}

	.l-control .control__caution {
		margin-top: 18px;
		font-size: 1.2rem;
		text-align: left;
		padding: 0 32px;
	}

	.l-control .megane-youtube__body {
		max-width: 100%;
		box-sizing: border-box;
		padding: 0;
		padding-bottom: 56.25%;
		position: relative;
		height: 0;
		overflow: hidden;
	}

	.l-control .megane-youtube__body iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

/* **********
 * 3.  sense
 * ********** */
.l-sense .sense__contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

/* SP */
@media (max-width: 767px) {
	.l-sense .sense__items {
		text-align: left;
		font-size: 1.2rem;
		line-height: 1.6667;
		margin-bottom: 16px;
	}

	.l-sense .sense__items dt {
		font-weight: bold;
	}

	.l-sense .sense__lead {
		text-align: left;
		font-size: 1.2rem;
		line-height: 1.6667;
		margin-bottom: 22px;
	}

	.l-sense .sense__contents--01 li {
		width: 50%;
		box-sizing: border-box;
		padding: 0 12px;
		margin-bottom: 18px;
		text-align: center;
	}

	.l-sense .sense__contents--02 {
		padding: 0 4px;
		margin-bottom: 12px;
	}

	.l-sense .sense__contents--02 li {
		width: 33.3333333333%;
		box-sizing: border-box;
		padding: 0 2px;
		margin-bottom: 11px;
		text-align: center;
	}

	.l-sense .sense__contents li h3,
	.l-sense .sense__contents li h4 {
		text-align: left;
		font-weight: bold;
		font-size: 0.8rem;
	}

	.l-sense .sense__contents li p {
		text-align: left;
		font-size: 0.8rem;
		min-height: 50px;
	}

	.l-sense .sense__contents li img {
		max-width: 100%;
	}

	.l-sense .sense__contents-title {
		text-align: left;
		font-weight: bold;
		font-size: 0.8rem;
		margin-left: 6px;
		margin-bottom: 6px;
	}

	.l-sense .sense__contents-title--center {
		text-align: center;
	}

	.l-sense .sense__caution {
		text-align: left;
		font-size: 0.9rem;
	}

	.l-sense .sense__movie-container {
		margin: 0 auto 18px;
	}

	.l-sense .megane-youtube__body {
		max-width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
		padding-bottom: 56.25%;
		position: relative;
		height: 0;
		overflow: hidden;
	}

	.l-sense .megane-youtube__body iframe {
		position: absolute;
		top: 0;
		left: 20px;
		width: calc(100% - 40px);
		height: 100%;
	}
}

/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-sense .sense__contents--01 li h4 {
		min-height: 44px;
	}

	.l-sense .sense__contents--01 li p {
		min-height: 54px;
	}
}

/* TB & PC */
@media (min-width: 768px) {
	.l-sense .sense__items {
		text-align: left;
		font-size: 1.4rem;
		line-height: 2;
		margin-bottom: 38px;
	}

	.l-sense .sense__items dt {
		font-weight: bold;
	}

	.l-sense .sense__lead {
		text-align: left;
		font-size: 1.4rem;
		line-height: 2;
		margin-bottom: 42px;
	}

	.l-sense .sense__contents--01,
	.l-sense .sense__contents--02 {
		margin-bottom: 35px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.l-sense .sense__contents--01 li {
		width: 25%;
		box-sizing: border-box;
		padding: 0 10px;
	}

	.l-sense .sense__contents--02 li {
		width: 20%;
		box-sizing: border-box;
		padding: 0 10px;
	}

	.l-sense .sense__contents li h3 {
		text-align: left;
		font-weight: bold;
		font-size: 1.6rem;
	}

	.l-sense .sense__contents li h4 {
		text-align: left;
		font-weight: normal;
		font-size: 1.4rem;
	}

	.l-sense .sense__contents li p {
		text-align: left;
		font-size: 1.1rem;
		line-height: 1.63;
		min-height: 46px;
	}

	.l-sense .sense__contents li img {
		max-width: 100%;
	}

	.l-sense .sense__contents-title {
		text-align: left;
		font-weight: bold;
		font-size: 1.4rem;
		margin-bottom: 8px;
	}

	.l-sense .sense__contents-title--center {
		text-align: center;
	}

	.l-sense .sense__caution {
		text-align: left;
		font-size: 1.2rem;
		padding: 0 32px;
	}

	.l-sense .sense__movie-container {
		max-width: 510px;
		margin: 0 auto 35px;
	}

	.l-sense .megane-youtube__body {
		max-width: 100%;
		box-sizing: border-box;
		padding: 0;
		padding-bottom: 56.25%;
		position: relative;
		height: 0;
		overflow: hidden;
	}

	.l-sense .megane-youtube__body iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

/* **********
 * 4. performance
 * ********** */
/* SP */
@media (max-width: 767px) {
	.l-performance .performance__contents li {
		margin-top: 24px;
		text-align: center;
	}

	.l-performance .performance__contents li img {
		max-width: 100%;
		box-sizing: border-box;
		padding: 0 60px;
	}

	.l-performance .performance__contents li h3 {
		text-align: center;
		font-weight: bold;
		font-size: 1.2rem;
		margin-top: 10px;
	}

	.l-performance .performance__contents li p {
		text-align: left;
		font-size: 1.2rem;
		line-height: 1.6667;
	}

	.l-performance .performance__contents li table {
		border-top: 1px solid #dbdbdb;
		width: 100%;
		border-collapse: collapse;
		margin-top: 10px;
		font-size: 1.0rem;
	}

	.l-performance .performance__contents li table th,
	.l-performance .performance__contents li table td {
		font-weight: normal;
		width: 50%;
		box-sizing: border-box;
		padding: 4px 20px;
		border-bottom: 1px solid #dbdbdb;
	}

	.l-performance .performance__caution {
		margin-bottom: 22px;
		text-align: left;
		font-size: 0.9rem;
	}

	.l-performance .performance__rs-box {
		background: #000;
		padding: 11px 4px;
		color: #fff;
		font-size: 1.2rem;
		line-height: 1.66667;
	}

	.l-performance .performance__rs-box .rs__title img {
		max-width: 100%;
		width: 99px;
		margin: 0 auto;
		display: block;
	}

	.l-performance .performance__rs-box .rs__title h3 {
		text-align: center;
		font-weight: normal;
		margin-top: 8px;
	}

	.l-performance .bnr-container {
		display: inline-block;
		margin: 25px auto 0;
		width: 100%;
	}
}

/* TB & PC */
@media (min-width: 768px) {
	.l-performance .performance__contents {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		margin-left: -6px;
		margin-right: -6px;
	}

	.l-performance .performance__contents li {
		margin-top: 43px;
		width: 33.33333333333%;
		box-sizing: border-box;
		padding: 0 6px;
	}

	.l-performance .performance__contents li img {
		max-width: 100%;
		box-sizing: border-box;
	}

	.l-performance .performance__contents li h3 {
		text-align: left;
		font-weight: bold;
		font-size: 1.5rem;
		margin-top: 13px;
	}

	.l-performance .performance__contents li p {
		text-align: left;
		font-size: 1.4rem;
		line-height: 2;
	}

	.l-performance .performance__contents li p.before-table {
		min-height: 214px;
	}

	.l-performance .performance__contents li table {
		border-top: 1px solid #dbdbdb;
		width: 100%;
		border-collapse: collapse;
		font-size: 1.1rem;
	}

	.l-performance .performance__contents li table th,
	.l-performance .performance__contents li table td {
		font-weight: normal;
		width: 50%;
		box-sizing: border-box;
		padding: 4px 20px;
		border-bottom: 1px solid #dbdbdb;
	}

	.l-performance .performance__caution {
		margin-bottom: 52px;
		margin-top: 17px;
		text-align: left;
		font-size: 1.2rem;
	}

	.l-performance .performance__rs-box {
		background: #000;
		padding: 35px 32px 56px;
		color: #fff;
		font-size: 1.4rem;
		line-height: 2;
		text-align: left;
	}

	.l-performance .performance__rs-box .rs__title {
		padding-left: 92px;
		margin-bottom: 18px;
	}

	.l-performance .performance__rs-box .rs__title img {
		max-width: 100%;
		width: 198px;
	}

	.l-performance .performance__rs-box .rs__title h3 {
		text-align: center;
		font-weight: normal;
		display: inline-block;
		padding-left: 40px;
		padding-bottom: 0;
		line-height: 1;
	}

	.l-performance .bnr-container {
		display: inline-block;
		margin: 50px auto 0;
		/*width: 600px;*/
	}
}


.l-performance .bnr-container img {
	width: 100%;
}

/* **********
 * 4. other features
 * ********** */
/* SP */
@media (max-width: 767px) {
	.other-features__list {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.other-features__list {
		padding-left: 80px;
		padding-right: 80px;
	}
}

/* PC */
@media (min-width: 1280px) {
	.other-features__list {
		padding-left: 180px;
		padding-right: 180px;
	}
}

.other-features__list>li {
	width: 48%;
}

.t-left {
	text-align: left !important;
}

.bnr-link {
	width: 100%;
}



/* --------------------------------------------------------
　　CP バナー
-------------------------------------------------------- */
.l-cp__banner .contents {
	padding: 16px 16px 0 16px;
}

.l-cp__banner .contents a {
	display: block;
	width: 100%;
}

.l-cp__banner .contents a img {
	width: 100%;
	max-width: 100%;
}

.l-cp__banner .contents a:hover img {
	opacity: 0.9;
}

/* TB */
@media (min-width: 768px) {
	.l-cp__banner .contents {
		padding: 0 32px;
		margin: 0 0 40px;
	}
}

/* PC */
@media (min-width: 1280px) {
	.l-cp__banner .contents {
		width: 1024px;
		margin: 0 auto 64px;
		padding: 0;
	}
}

/* SP */
@media (max-width: 1279px) {
	.l-cp__banner .contents {
		margin: 0 auto 55px;
	}
}



/* logo */
.renault-box {
	display: inline-block;
	background: #6f7070;
	font-family: "RenaultFont";
	font-weight: bold;
	color: #fff;
	border-radius: 3px;
	padding: 1.5px 6px;
	margin-right: 1.5px;
	margin-left: 1.5px;
	line-height: 1;
	vertical-align: middle;
	margin-bottom: 1.5px;
}

.headline .renault-box {
	margin-bottom: 4px;
}

.footer-menu .renault-box {
	padding: 1.5px 3px;
}