@charset "utf-8";
/* CSS Document */

/*
* MAIN VISUAL
******************************************************/
.rental_feature-image {
	background:url('../img/rental_feature/mainvisual.png')no-repeat center center;
	background-size: cover;
}
@media (max-width: 768px) {
	.rental_feature-image {
		background:url('../img/rental_feature/mainvisual-sp.png')no-repeat center center;
		background-size: cover;
	}
}

/*
* NAVI
******************************************************/
.feature-navi__wrapper {
	width:100%;
	padding-top:40px;
}
.feature-navi {
	width: auto;
	max-width: 1050px;
	margin: auto;
	overflow: hidden;
}
.feature-navi ul {
	width:100%;
  display: box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
}
.feature-navi li {
	line-height:45px;
	height:45px;
	border-left:1px solid #dddddd;
	-webkit-box-flex: 1;
  box-flex: 1;
  width: 100%;
	padding: 0 20px;
	position:relative;
}
.feature-navi li:last-child {
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
}
.feature-navi li a {
	display: block;
}
.feature-navi li::after {
	content: "";
	display: block;
	position: absolute;
	background:url('../img/common/ico-arrow-bottom.png') left top no-repeat;
	width: 15px;
	height: 16px;
	top: 14px;
	right: 20px;
}
#feature01,
#feature02,
#feature03,
#feature04,
#feature05 {
	margin-top: -60px;
	padding-top: 60px;
}
@media (max-width: 768px) {
	.feature-navi__wrapper {
		padding-top:0px;
	}
	.feature-navi ul {
		display: block;
	}
	.feature-navi li {
		border-left:none;
		display: block;
		width:auto;
		border-bottom:1px solid #dddddd;
	}
	.feature-navi li:last-child {
		border-left:none;
		border-right:none;
	}
}

/*
* CONTENTS
******************************************************/
.feature__wrapper {
	padding-top: 60px;
}
.feature {
	width: auto;
	max-width: 1050px;
	margin: auto;
	overflow: hidden;
}
.title-more {
	color:#773F4A;
	display:table;
	padding-top:20px;
}
.title-more span {
	display:table-cell;
	vertical-align: middle;
}
.title-more span img {
	width:100%;
	max-width:60px;
	padding-right:15px;
}
.feature__content {
	display: table;
	padding-bottom:40px;
}
.feature__content figure {
	display:table-cell;
	vertical-align: top;
	width:420px;
}
.feature__content figure img {
	width:100%;
	max-width:420px;
}
.feature__content p {
	display:table-cell;
	vertical-align: top;
	padding-left:30px;
	line-height: 2.4rem;
}
.feature__notes ul {
	margin-left: -1em;
}
.feature__notes li {
	text-indent: -1em;
  padding-left: 2em;
	line-height: 2rem;
	font-size: 1.4rem;
}
@media (max-width: 768px) {
	.feature {
		width: auto;
		margin: auto;
		padding: 0px 20px;
	}
	.title-more span img {
		width:100%;
		max-width:45px;
	}
	.feature__content {
		display:block;
	}
	.feature__content figure {
		display:block;
		width:100%;
	}
	.feature__content figcaption {
		display:block;
		padding-left:0px;
		padding-top:20px;
	}
}
