/* ---------------------------------------------
  rental
-----------------------------------------------*/
/* rental
--------------------------------------*/
.p-rental__first {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 4px;
	overflow: hidden;
}
.p-rental__first__ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #009FE6;
	width: 120px;
}
@media screen and (max-width: 767px) {
	.p-rental__first__ico {
		width: 75px;
	}
}
@media screen and (max-width: 767px) {
	.p-rental__first__ico img {
		width: 35px;
	}
}
.p-rental__first__dl {
	background: #F3FBFF;
	padding: 22px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
@media screen and (max-width: 767px) {
	.p-rental__first__dl {
		padding: 15px;
	}
}
.p-rental__first__dl dt {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #009FE6;
	font-weight: 700;
}
.p-rental__first__dl dd {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: 14px;
}
.p-rental__list {
	margin-top: 38px;
}

/* rental-price
--------------------------------------*/
.p-rental-price__text {
	margin-top: 30px;
}
.p-rental-price__text:first-child {
	margin-top: 0;
}
.p-rental-price__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 38px;
}
.p-rental-price__list__item {
	width: calc((100% - 80px) / 3);
	height: 137px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #F2F3F4;
}
.p-rental-price__list__ico {
	width: 40px;
	position: relative;
}
.p-rental-price__list__ico::before, .p-rental-price__list__ico::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 13px;
	height: 2px;
	background: #1F1F1F;
}
.p-rental-price__list__ico::after {
	width: 2px;
	height: 13px;
}

/* rental-howto
--------------------------------------*/
.p-rental-howto__flow__li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 45px;
	position: relative;
	min-height: 137px;
}
.p-rental-howto__flow__li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 23px;
	width: 2px;
	height: 100%;
	background: rgba(0, 159, 230, 0.1);
}
.p-rental-howto__flow__li:first-child {
	margin-top: 0;
}
.p-rental-howto__flow__num {
	width: 47px;
	height: 47px;
	border-radius: 3px;
	background: #009FE6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-family: "Poppins", sans-serif;
	font-size: 2.7rem;
	font-weight: 500;
	color: #FFFFFF;
	padding-top: 2px;
}
.p-rental-howto__flow__textarea {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-left: 20px;
}
.p-rental-howto__flow__title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: -0.3em;
}
.p-rental-howto__flow__text {
	line-height: 1.7142857143;
	margin-top: 15px;
	min-height: 2em;
}
.p-rental-howto__flow__link {
	margin-top: 10px;
}
.p-rental-howto__clm {
	margin-top: 45px;
}
.p-rental-howto__button {
	text-align: center;
	margin-top: 110px;
}
@media screen and (max-width: 767px) {
	.p-rental-howto__button {
		margin-top: 60px;
	}
}