@charset "UTF-8";
@media only screen and (min-width: 768px) {
	.ec-layoutRole .ec-layoutRole__contents {
		width: 100% !important;
		max-width: 100% !important;
	}
}
/*---------------------- mainVisual ----------------------*/
.ec-sliderRole {
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	max-width: 100% !important;
}
#mainVisual {
	margin: 0px auto;
	position: relative;
}
#mainVisual .mainVisualInner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#mainVisual ul {
	list-style: none;
}
#mainVisual li img {
	width: 100%;
	opacity: 1.0;
}
#mainVisual .slick-dots li {
	background-color: #CCC;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	margin: 0 10px;
}
#mainVisual .slick-dots li.slick-active {
	background-color: #E50012;
}
@media only screen and (min-width: 768px) {
	#mainVisual {
		padding: calc(600 / 1900 * 100%) 0 0;
	}
	#mainVisual .slick-dots {
		bottom: 30px;
	}
}
@media only screen and (max-width: 767px) {
	#mainVisual {
		padding: calc(400 / 750 * 100%) 0 0;
	}
	#mainVisual .slick-dots {
		bottom: 20px;
	}
}
/*---------------------- prepaidBanner ----------------------*/
.prepaidBanner {
	text-align: center;
	margin: 50px 0;
}
.prepaidBanner img {
	max-width: 100%;
}
@media only screen and (max-width: 767px) {
	.prepaidBanner {
		margin: 25px 6%;
	}
}
/*---------------------- feature ----------------------*/
#feature {
	max-width: 980px;
	margin: 60px auto 20px;
	text-align: center;
}
#feature img {
	max-width: 100%;
}
#feature h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 70px auto 60px;
	font-size: 30px;
	font-weight: 700;
	color: #E50012;
}
#feature h1:before, #feature h1:after {
	border-top: 2px solid;
	content: "";
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
#feature h1:before {
	margin-right: 35px;
}
#feature h1:after {
	margin-left: 35px;
}
#feature ul {
	max-width: 980px;
	margin: 0px auto;
	padding: 0;
	list-style: none;
}
#feature li {
	text-align: center;
}
#feature li img {
	width: 100%;
}
#feature li h2 {
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.3;
	margin: 15px 0 20px;
}
#feature li h2 .small {
	font-size: 0.8em;
	font-weight: 400;
}
#feature li p {
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	#feature ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#feature li {
		width: 30%;
	}
	#feature li h2 {
		height: 60px;
		padding: 20px 0 0;
		box-sizing: border-box;
	}
	#feature li h2.line2 {
		line-height: 1.3;
		padding: 0;
	}
}
@media only screen and (max-width: 767px) {
	#feature {
		margin: 40px 6% 0;
	}
	#feature h1 {
		text-align: center;
		font-size: 20px;
		line-height: 1.4;
		margin: 30px auto 25px;
	}
	#feature h1:before {
		margin-right: 15px;
	}
	#feature h1:after {
		margin-left: 15px;
	}
	#feature li {
		margin: 0 0 30px;
		padding: 0 0 30px;
		border-bottom: 1px solid #CCCCCC;
	}
	#feature li:last-of-type {
		border-bottom: none;
		margin: 0;
	}
	#feature li h2 {
		margin: 15px 0;
	}
	#feature li p {
		line-height: 1.6;
	}
}
/*---------------------- Item List ----------------------*/
#itemList {
	background-image: url(../img/top/pc_item_photo_bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: cover;
	padding: 60px 0 100px;
}
#itemList h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 980px;
	margin: 0 auto 40px;
	font-size: 30px;
	font-weight: 500;
}
#itemList h2:before, #itemList h2:after {
	border-top: 2px solid;
	content: "";
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
#itemList h2:before {
	margin-right: 35px;
}
#itemList h2:after {
	margin-left: 35px;
}
#itemList ul {
	max-width: 980px;
	margin: 0px auto;
	padding: 0;
	list-style: none;
}
#itemList li .inner p.linkBtn span {
	color: #FFFFFF;
	background-color: #E50012;
	padding: 1em 1.5em;
	font-weight: 700;
	display: inline-block;
	border-radius: 3px;
}
@media only screen and (min-width: 768px) {
	#itemList ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#itemList li {
		width: 32%;
	}
	#itemList li .inner {
		position: relative;
		overflow: hidden;
	}
	#itemList li .inner:before {
		content: "";
		display: block;
		padding-top: 440px;
	}
	#itemList li .inner img {
		width: 100%;
		transition: transform 0.3s linear;
		position: absolute;
		top: 0;
		right: 0;
	}
	#itemList li a:hover .inner img {
		transform: scale(1.05);
	}
	#itemList li .inner p.itemName {
		position: absolute;
		top: 225px;
		left: 0;
		right: 0;
		text-align: center;
		color: #000000;
		font-weight: 700;
		font-size: 1.4em;
	}
	#itemList li .inner p.itemFeature {
		position: absolute;
		top: 5px;
		left: 0;
		right: 0;
		text-align: center;
		color: #000000;
		font-weight: 700;
		line-height: 1.6;
	}
	#itemList li .inner table {
		position: absolute;
		top: 280px;
		left: 7%;
		width: 86%;
		color: #000000;
		border-bottom: 1px solid #000000;
	}
	#itemList li .inner table th {
		border-top: 1px solid #000000;
		padding: 0.5em 0;
		font-size: 0.9em;
		font-weight: 700;
	}
	#itemList li .inner table td {
		border-top: 1px solid #000000;
		padding: 0.5em 0;
		font-size: 0.9em;
		font-weight: 700;
		text-align: right;
	}
	#itemList li .inner p.linkBtn {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
	}
	#itemList li a:hover .inner p.linkBtn span {
		background-color: #C80000;
	}
}
@media only screen and (max-width: 767px) {
	#itemList {
		background-image: url(../img/top/sp_item_photo_bg.jpg);
		background-size: 100% auto;
		padding: 40px 6%;
	}
	#itemList h2 {
		text-align: center;
		font-size: 20px;
		line-height: 1.4;
		margin: 0 0 35px;
	}
	#itemList h2:before {
		margin-right: 15px;
	}
	#itemList h2:after {
		margin-left: 15px;
	}
	#itemList li {
		margin-bottom: 60px;
		text-align: center;
	}
	#itemList li:last-of-type {
		margin-bottom: 0;
	}
	#itemList li img {
		width: 100%;
		margin: 0 0 10px;
	}
	#itemList li p.itemName {
		color: #000000;
		font-size: 24px;
		font-weight: 700;
		margin: 0 0 15px;
	}
	#itemList li p.itemFeature {
		color: #000000;
		font-weight: 700;
		line-height: 1.6;
		margin: 0 0 20px;
	}
	#itemList li table {
		width: 90%;
		margin: 0 auto 30px;
		color: #000000;
		border-bottom: 1px solid #000000;
	}
	#itemList li table th {
		border-top: 1px solid #000000;
		padding: 0.5em 0;
		font-weight: 700;
		text-align: left;
	}
	#itemList li table td {
		border-top: 1px solid #000000;
		padding: 0.5em 0;
		font-weight: 700;
		text-align: right;
	}
}
/*---------------------- Rental Flow ----------------------*/
#rentalFlow {
	max-width: 980px;
	margin: auto;
	padding: 60px 0 0;
}
#rentalFlow h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 55px;
	font-size: 30px;
	font-weight: 700;
	color: #E50012;
}
#rentalFlow h2:before, #rentalFlow h2:after {
	border-top: 2px solid;
	content: "";
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
#rentalFlow h2:before {
	margin-right: 35px;
}
#rentalFlow h2:after {
	margin-left: 35px;
}
#rentalFlow ul {
	list-style: none;
	padding: 0;
}
#rentalFlow li {
	text-align: center;
}
#rentalFlow li h3 {
	font-size: 1.2em;
	font-weight: 700;
	color: #E50012;
	margin: 0 0 10px;
}
#rentalFlow li.step img {
	margin: 10px 0 20px;
}
#rentalFlow li p {
	font-size: 1.2em;
	font-weight: 700;
	margin: 0;
}
#rentalFlow .moreInfo {
	text-align: center;
}
#rentalFlow .moreInfo p {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 30px;
}
#rentalFlow .moreInfo ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
}
#rentalFlow .moreInfo ul li {
	width: 22%;
}
#rentalFlow .moreInfo ul li a {
	color: #FFFFFF;
	background-color: #E50012;
	padding: 1em 0;
	font-weight: 700;
	display: block;
	border-radius: 3px;
	text-decoration: none;
}
@media only screen and (min-width: 768px) {
	#rentalFlow ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 50px;
	}
	#rentalFlow li.step img {
		height: 140px;
		width: auto;
	}
	#rentalFlow li.arrow {
		-ms-flex-item-align: center;
		align-self: center;
	}
	#rentalFlow .moreInfo ul li a {
		transition: 0.3s;
	}
	#rentalFlow .moreInfo ul li a:hover {
		background-color: #C80000;
	}
}
@media only screen and (max-width: 767px) {
	#rentalFlow {
		padding: 20px 6%;
	}
	#rentalFlow h2 {
		text-align: center;
		font-size: 20px;
		line-height: 1.4;
		margin: 0 0 35px;
	}
	#rentalFlow h2:before {
		margin-right: 15px;
	}
	#rentalFlow h2:after {
		margin-left: 15px;
	}
	#rentalFlow ul {
		margin: 0 0 40px;
	}
	#rentalFlow li {
		margin: 0 0 30px;
	}
	#rentalFlow .moreInfo p {
		font-size: 18px;
		margin: 0 0 40px;
	}
	#rentalFlow .moreInfo ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#rentalFlow .moreInfo ul li {
		width: 46%;
		margin: 0 0 7%;
	}
}