/* スマホ表示 */
.uint_float {
	margin: 2% 0 7% 0;
}

.rentcar_float {
	margin: 7% 0;
	text-align: center;
	width: 100%;
}

.rentcar_float_25per {
	margin: 2% 0 -2% -5.5%;
	text-align: left;
	width: 100%;
}

.rentcar_float_50per {
	margin: 7% 0 0 -11.5%;
	text-align: left;
	width: 100%;
}

.rentcar_float_60per {
	margin: 2% 0 -3% 0;
	text-align: left;
	width: 60%;
}

.rentcar_float img {
	text-align: center;
	width: 100%;
}

.rentcar_float_25per img {
	text-align: center;
	width: 25%;
}

.rentcar_float_50per img {
	text-align: center;
	width: 50%;
}

._blank {
	clear: both;
}
.flexbox {
	display: flex;
	justify-content: space-between;
}
.rentcar_ta {
	width: 48%;
	height: 117px;
	border: solid 1px #333333; 
}
.rentcar_ta th {
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	border-bottom: solid 2px #333333;
	background-color: whitesmoke; 
}
.rentcar_td1 {
	padding: 5px 0;
	height: 35px;
	vertical-align: middle;
	text-align: center;
}
.rentcar_td1 img{
	width: 90%;
	max-width: 250px;
}
.rentcar_td2 {
	padding-left: 5%;
	font-size: 12px;
	vertical-align: bottom;
}

/* PC表示 */
@media only screen and (min-width: 641px) {

.uint_float {
	margin: 5% 0;
}

.rentcar_float {
	margin: 1% 4%;
	width: 25%;
	float: left;
}

.rentcar_float_25per {
	margin: 2% 0 -2% -6%;
	width: 100%;
	float: left;
}

.rentcar_float_50per {
	margin: 1% 4%;
	width: 25%;
	float: left;
}

.rentcar_float_60per {
	margin: 2% 0 -2% 0;
	width: 60%;
	float: left;
}

.rentcar_float img {
	text-align: center;
	width: 100%;
}

.rentcar_float_50per img {
	text-align: center;
	width: 100%;
}

._blank {
	clear: both;
}
.flexbox {
	display: flex;
	justify-content: space-between;
}
.rentcar_ta {
	width: 48%;
	height: 170px;
	border: solid 1px #333333; 
}
.rentcar_ta th {
	height: 55px;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	border-bottom: solid 2px #333333;
	background-color: whitesmoke; 
}
.rentcar_td1 {
	padding: 15px 0;
	height: 45px;
	vertical-align: middle;
	text-align: center;
}
.rentcar_td1 img{
	width: 90%;
	max-width: 250px;
}
.rentcar_td2 {
	padding-left: 9%;
	font-size: 14px;
	vertical-align: text-bottom;
}
}