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

/*----------
 products
----------*/
#point {
	display: flex;
}
#products {
	color: #707070;
}
#products .inner {
	width: 834px;
	padding: 80px 0 30px;
	margin: auto;
}
#products .ttl {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -85px;
	margin-bottom: 50px;
}
#products .ttl .jp {
	color: #707070;
	font-size: 40px;
	font-weight: 500;
	margin-right: 20px;
}
#products .ttl .en {
	display: block;
	color: #EA5541;
	font-size: 14px;
	font-weight: 600;
}
#products .txt {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 32px;
}
#products .btn {
	margin-bottom: 80px;
}
#products .products_wrap:not(:last-child) {
	margin-bottom: 65px;
}
#products .hd {
	position: relative;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.5;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
#products .hd:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: rgb(2,0,36);
	background: -moz-linear-gradient(270deg, rgba(2,0,36,1) 0%, rgba(45,115,185,1) 60%, rgba(41,156,254,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(2,0,36,1) 0%, rgba(45,115,185,1) 60%, rgba(41,156,254,1) 100%);
	background: linear-gradient(270deg, rgba(2,0,36,1) 0%, rgba(45,115,185,1) 60%, rgba(41,156,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#299cfe",GradientType=1);
}

#products .p_catch {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6;
	text-indent: -1.8em;
	padding: 12px 16px 12px 2em;
	margin-bottom: 15px;
	background: rgba(25,125,203,0.1);
}
#products .p_catch:not(:first-child) {
	margin-top: 30px;
}
#products .p_txt {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	padding-left: 20px;
}
#products .p_txt:not(:last-child) {
	margin-bottom: 30px;
}
#products .p_catch2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	padding-left: 20px;
	margin-top: 20px;
}

#products .product_wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 5px;
	padding-left: 20px;
}
#products .product_wrap0 {
	margin-bottom: 5px;
	padding-left: 20px;
}
#products .product_wrap .img {
	width: 250px;
}
#products .product_wrap .img:nth-child(odd) {
	margin-right: 30px;
}
#products .product_wrap .box {
	width: 414px;
}
#products .product_wrap .box .txt {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
}
@media (max-width: 768px) {
	#products .inner {
		width: 100%;
		padding: 55px 20px;
	}
	#products .ttl {
		display: block;
		margin-left: 0;
		margin-bottom: 40px;
	}
	#products .ttl .en {
		font-size: 12px;
	}
	#products .ttl .jp {
		display: block;
		font-size: 26px;
		margin: 0 0 10px;
	}
	#products .txt {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 32px;
	}
	#products .btn {
		margin-bottom: 40px;
	}
	#products .products_wrap:not(:last-child) {
		margin-bottom: 25px;
	}\
	#products .hd {
		font-size: 22px;
		padding-bottom: 10px;
		margin-bottom: 25px;
	}
	#products .hd:after {
		height: 2px;
	}
	#products .p_catch {
		font-size: 16px;
		padding: 11px 11px 11px 50px;
		margin-bottom: 15px;
	}
	#products .p_catch2 {
		font-size: 14px;
	}
	#products .p_txt {
		font-size: 14px;
		padding:0 12px;
	}
	#products .product_wrap {
		display: block;
		margin-bottom: 25px;
	}
	#products .product_wrap .img {
		width: 100%;
		margin-bottom: 15px;
	}
	#products .product_wrap .img:nth-child(odd) {
		margin-right: 0;
	}
	#products .product_wrap .box {
		width: 100%;
	}
	#products .product_wrap .box .txt {
		font-size: 14px;
		line-height: 1.5;
	}
}
/*----------
 mv
----------*/
#mv {
	background: url("../../img/solution/rentalcenter/mv_img_pc.png") no-repeat top center / cover;
}

@media (max-width: 768px) {
	#mv {
		background: url("../../img/solution/rentalcenter/mv_img_sp.png") no-repeat top center / cover;
	}
}
/*----------
 center
----------*/
#center {
	color: #707070;
}
#center .inner {
	width: 834px;
	padding: 80px 0 150px;
	margin: auto;
}

#center .hd {
	position: relative;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.5;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
#center .hd:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: rgb(2,0,36);
	background: -moz-linear-gradient(270deg, rgba(2,0,36,1) 0%, rgba(45,115,185,1) 60%, rgba(41,156,254,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(2,0,36,1) 0%, rgba(45,115,185,1) 60%, rgba(41,156,254,1) 100%);
	background: linear-gradient(270deg, rgba(2,0,36,1) 0%, rgba(45,115,185,1) 60%, rgba(41,156,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#299cfe",GradientType=1);
}

#center .table{
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}
#center .table:not(:last-child){
	margin-bottom: 80px;
}
#center .table th,
#center .table td {
	font-size: 16px;
	text-align: left;
	padding: 20px 15px;
}
#center .table th {
	width: 150px;
	font-weight: 600;
	border-top: 1px solid #197DCB;
	background: rgba(25,125,203,0.1);
}
#center .table tr:last-child th {
	border-bottom: 1px solid #197DCB;
}
#center .table td {
	font-weight: 300;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}
#center .table tr:last-child td {
	border-bottom: 1px solid #ccc;
}
#center .table td a {
	display: inline-block;
	color: #197DCB;
}
@media (max-width: 768px) {
	#center .inner {
		width: 100%;
		padding: 0 20px 90px;
	}
	
	#center .hd {
		font-size: 22px;
		padding-bottom: 10px;
		margin-bottom: 25px;
	}
	#center .hd:after {
		height: 2px;
	}
	
	#center .table th,
	#center .table td {
		font-size: 14px;
		vertical-align: middle;
		padding: 20px 15px;
	}
	#center .table th {
		width: 150px;
	}
	#center .table tr:last-child th {
		border-bottom: 1px solid #197DCB;
	}
	#center .table td {
		border-top: 1px solid #ccc;
	}
	#center .table tr:last-child td {
		border-bottom: 1px solid #ccc;
	}
	#center .table td a {
		display: inline-block;
		color: #197DCB;
	}
}