@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* nav */
/* ----------------------------------- */
#pageNavBtn {
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px 2%;
}

#pageNavBtn li {
	width: 32%;
}

#pageNavBtn li a {
	font-size: 1.8rem;
}

/* レンタルの流れ */
/* ----------------------------------- */
#flowWrap {
	margin-top: -80px;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

.flow {
	padding: 25px 40px;
	background: #f2f2ea;
	text-align: left;
	position: relative;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.flow:not(:last-child)::after {
	content: "";
	width: 75px;
	height: 27px;
	background: url(../../img/common/icon_triangle.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	bottom: -27px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.flow:not(:last-child) {
	margin-bottom: 60px;
}

.stepNum {
	width: 175px;
	height: 175px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 5px;
	font-size: 1.6rem;
	background: #007b43;
	color: #FFF;
	font-weight: bold;
	border-radius: 100vw;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.2em;
}

.stepNum .num {
	font-size: 6.8rem;
	font-weight: 500;
	line-height: 1;
}

.flowContent {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
}

.flowTxt {
	flex: 1;
}

.flowTxt h3 {
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: bold;
}

.flowTxt p {
	font-size: 1.6rem;
}

.flowTxt .anno {
	font-weight: bold;
}

.flowImg {
	width: 140px;
}

.flowImg img {
	width: 100%;
}

.strong {
	text-decoration: underline;
	font-weight: bold;
}

/* レンタル期間と料金 */
/* ----------------------------------- */
#periodFeeWrap {
	margin-top: -80px;
	padding-top: 80px;
	padding-bottom: 100px;
	text-align: center;
}

#periodFeeTxt {
	padding-bottom: 30px;
	font-size: 1.8rem;
}

#periodFee {
	text-align: left;
}

#periodFee dt {
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

#periodFee .alphabet {
	width: 34px;
	height: 34px;
	color: #FFF;
	background: #000;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border-radius: 100vw;
	line-height: 1;
}

#periodFee dd {
	margin-bottom: 40px;
}

#periodFee dd:last-child {
	margin-bottom: 0;
}

#periodFee table {
	width: 100%;
	font-size: 1.6rem;
}

#periodFee th {
	padding: 10px;
	font-weight: bold;
	border: 1px solid #c9c9c9;
}

#periodFee td {
	padding: 10px;
	border: 1px solid #c9c9c9;
}

.desc {
	text-align: left;
	font-size: 1.6rem;
}

.special {
	margin-left: 10px;
	padding: 5px 10px;
	display: inline-block;
	background: #535353;
	color: #FFF;
	font-weight: bold;
	font-size: 1.6rem;
}

#periodFee .cautionTit {
	padding: 0 10px;
	font-size: 1.6rem;
	border: 1px solid #000;
	display: inline-block;
}

/* WEB見積の手順 */
/* ----------------------------------- */
#webFlowWrap {
	margin-top: -80px;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

#webFlowIn {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	text-align: left;
}

.webFlow {
	width: 23.5%;
}

.webFlowImg {
	padding-bottom: 10px;
}

.webFlowImg img {
	width: 100%;
	height: auto;
}

.webFlowDetail {

}

.step {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.step span {
	flex: 1;
}

.step::before {
	content: attr(data-num);
	width: 34px;
	height: 34px;
	background: #007b43;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 100vw;
}

.webFlowTxt {
	text-align: left;
	line-height: 1.4;
}

.webFlowTxt .anno {
	padding-top: 10px;
	font-size: 1.2rem;
	line-height: 1;
	display: inline-block;
	text-align: left;
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {

}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#periodFeeWrap {
		padding-bottom: 80px;
	}

	#pageNavBtn li {
		width: 100%;
	}

	#pageNavBtn li a {
		font-size: 1.6rem;
	}

	.flow {
		padding: 25px 6%;
		background: #f2f2ea;
		text-align: left;
		position: relative;
		border-radius: 10px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: column;
		gap: 30px;
	}

	.flowContent {
		gap: 20px;
		flex-direction: column;
	}

	.flowTxt {
		order: 2;
		width: 100%;
	}

	.flowImg {
		width: 80%;
		order: 1;
	}

	.stepNum {
		width: 140px;
		height: 140px;
		font-size: 1.4rem;
	}

	.stepNum .num {
		font-size: 5rem;
	}

	#periodFeeTxt {
		font-size: 1.6rem;
		text-align: left;
	}

	.js-scrollable {
		overflow: hidden;
	}

	#periodFee table {
		width: 1000px;
		font-size: 1.6rem;
	}

	.js-scrollable  .desc {
		font-size: 1.3rem;
		width: 1000px;
	}

	#periodFee dt {
		font-size: 1.8rem;
	}

	#periodFee .alphabet {
		width: 30px;
		height: 30px;
	}

	.scroll-hint-icon {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.special {
		font-size: 1.2rem;
		margin-left: 0;
	}

	.webFlow {
		width: 100%;
	}

	#webFlowIn {
		gap: 40px 2%;
	}

}