@charset "UTF-8";









.l-1-column,
.l-2-column,
.l-3-column {
	margin: 0 auto;
}
.l-2-column,
.l-3-column {
	display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
/* SP */
@media (max-width: 767px) {
	.l-2-column > li,
	.l-3-column > li {
		float: left;
		width: 100%;
	}
	.l-2-column > li > img,
	.l-3-column > li > img {
		width: 100%;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-2-column > li > img,
	.l-3-column > li > img {
		width: 100%;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.l-1-column > li {
		float: left;
		width: 100%;
	}
	.l-2-column > li {
		float: left;
		width: 50%;
	}
	.l-3-column > li {
		float: left;
		width: 33.333333333%;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-1-column,
	.l-2-column,
	.l-3-column {
		width: 100%;
	}
}





.l-feature-top .contents {
	text-align: center;
}
/* SP */
@media (max-width: 767px) {
	.feature-top__img {
		padding: 26px 0 0 0;
		width: 100%;
	}
	.feature-top__txt {
		text-align: left;
	}
	.feature-top__txt {
		font-size: 1.2rem;
		line-height: 2.166666;
		padding: 14px 16px 0 16px;
	}
	.feature-top__txt br {
		display: none;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.feature-top__img {
		padding: 19px 0 0 0;
		width: 100%;
	}
	.feature-top__txt {
		font-size: 1.2rem;
		line-height: 2.8333333;
		padding: 16px 0 0 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.feature-top__img {
		margin-top: 20px;
		width: 1024px;
	}
	.feature-top__txt {
		font-size: 1.4rem;
		line-height: 2.85714;
		padding: 20px 0 0 0;
	}
}






.other-features__ttl {
	display: block;
	text-align: center;
}
.other-features__ttl-inner {
	border-bottom: 1px solid #dbdbdb;
}
.other-features__ttl-inner > p {
	background-color: #ffffff;
	font-family: "RenaultFont";
	font-weight: bold;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
}
.other-features__list img {
	width: 100%;
}
.other-features__list a {
	color: #333333;
	display: block;
	text-decoration: none;
}
.other-features__name {
	font-family: "RenaultFont";
	font-weight: bold;
	line-height: 1;
	position: relative;
}
/* SP */
@media (max-width: 767px) {
	.l-other-features {
		padding-top: 64px;
	}
	.other-features__ttl-inner > p {
		font-size: 1.5rem;
		height: 14px;
		margin-bottom: -7px;
		width: 164px;
	}
	.other-features__list {
		padding-right: 16px;
		padding-left: 16px;
		padding-top: 12px;
	}
	.other-features__list > li {
		float: left;
		margin-top: 20px;
		width: 48.5%;
	}
	.other-features__list > li:nth-child(2n-1) {
		margin-right: 3%;
	}
	.other-features__info {
		padding-bottom: 8px;
		padding-top: 4px;
	}
	.other-features__name {
		font-size: 1.3rem;
	}
	.other-features__info .arrow:after {
		background-position: -1em -2em;
		left: 5px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-other-features .contents {
		padding: 0 32px;
	}
	.l-other-features {
		padding-top: 48px;
	}
	.other-features__list > li {
		width: 32%;
		margin-left: 2%;
	}
	.other-features__list > li:first-child {
		margin-left: 0;
	}
	.other-features__name {
		font-size: 1.8rem;
	}
	.other-features__info .arrow:after {
		background-position: -1em -2em;
		left: 5px;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.l-other-features {
		padding: 128px 0 72px 0;
	}
	.other-features__ttl-inner > p {
		font-size: 2.4rem;
		height: 24px;
		margin-bottom: -12px;
		width: 240px;
	}
	.other-features__list {
		display: flex;
		display: -webkit-flex;				/* Safari */
		justify-content: center;
		justify-content: -webkit-center;	/* Safari */
		padding-top: 48px;
	}
	.other-features__info {
		padding-top: 10px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-other-features .contents {
		margin: 0 auto;
		width: 1024px;
	}
	.other-features__list > li {
		margin-left: 32px;
	}
	.other-features__list > li:first-child {
		margin-left: 0;
	}
	.other-features__name {
		font-size: 2.6rem;
	}
	.other-features__info .arrow:after {
		background-position: -1em -2em;
		left: 8px;
	}
}






.features-topics__img img {
	width: 100%;
}
.features-topics__txt {
	text-align: left;
}
/* SP */
@media (max-width: 767px) {
	.l-features-topics .contents {
		box-sizing: border-box;
		padding: 0 16px;
		width: 100%;
	}
	.features-topics__img {
		padding: 27px 0 0 0;
	}
	.features-topics__txt {
		font-size: 1.2rem;
		line-height: 2.166666;
		padding: 12px 0 0 0;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-features-topics .contents {
		box-sizing: border-box;
		padding: 0 32px;
		width: 100%;
	}
	.features-topics__img {
		margin: 36px 0 0 0;
	}
	.features-topics__txt {
		font-size: 1.2rem;
		line-height: 1.666666;
		padding: 16px 16px 0 16px;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.l-features-topics .contents {
		margin: 0 auto;
		text-align: center;
	}
	.features-topics__txt {
		text-align: left;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-features-topics .contents {
		width: 1024px;
	}
	.features-topics__img {
		margin-top: 44px;
	}
	.features-topics__txt {
		font-size: 1.4rem;
		line-height: 2;
		padding: 16px 32px 0 32px;
	}
}





