/* ---------------------------------------- */
/* .container */
/* ---------------------------------------- */

@media (min-width: 768px) {
	.quotation-page .container,
	.quotation-page .pankuzu-wrap .pankuzu .container {
		max-width: 1300px !important;
		padding: 0 50px;
	}
}
@media (max-width: 767px) {
	.quotation-page .container {
		max-width: 480px !important;
	}
	.quotation-page .pankuzu-wrap .pankuzu .container {
		max-width: 100% !important;
	}
}

/* ---------------------------------------- */
/* .page-bg */
/* ---------------------------------------- */

.quotation-page .page-header {
	position: relative;
}
.quotation-page .page-header .page-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
.quotation-page .page-header .page-bg::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.15;
}
.quotation-page .page-header .page-bg img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
@media (min-width: 768px) {
	
}
@media (max-width: 767px) {
	
}

/* ---------------------------------------- */
/* .pankuzu-wrap */
/* ---------------------------------------- */

.quotation-page .pankuzu-wrap,
.quotation-page .page-header .title-wrap {
	position: relative;
	z-index: 1;
}
.quotation-page .pankuzu-wrap .pankuzu {
	padding: 15px 0;
}
.quotation-page .pankuzu-wrap .pankuzu,
.quotation-page .pankuzu-wrap .pankuzu span,
.quotation-page .pankuzu-wrap .pankuzu a {
	color: #ffffff;
}

/* ---------------------------------------- */
/* .page-header .title-wrap */
/* ---------------------------------------- */

.quotation-page .page-header .title-wrap {
	font-size: 22px;
	color: #ffffff;
	padding: 40px 0 90px 0;
}
.quotation-page .page-header .title-wrap .page-title {
	font-size: 290%;
	text-shadow:0 0 10px rgba(0,0,0,0.15);
	color: #ffffff;
}
.quotation-page .page-header .title-wrap ul.img-wrap {
	margin: 0 -7.5px;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.quotation-page .page-header .title-wrap ul.img-wrap li {
	width: 33.33%;
	padding: 0 7.5px;
}
.quotation-page .page-header .title-wrap ul.img-wrap dl dd {
	font-weight: 700;
	text-align: center;
	margin-top: 5px;
}
.quotation-page .page-header .title-wrap p {
	line-height: 1.8;
	margin: 30px 0 0 0;
}
@media (min-width: 768px) {
	.quotation-page .page-header .title-wrap {
		padding-right: 50%;
	}
	.quotation-page .page-header .title-wrap ul.img-wrap {
		position: absolute;
		right: 0;
		top: 45%;
		transform: translateY(-50%);
		width: 47%;
	}
}
@media (max-width: 1299px) {
	.quotation-page .page-header .title-wrap {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.quotation-page .page-header .title-wrap .page-title {
		font-size: 260%;
	}
	.quotation-page .page-header .title-wrap {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.quotation-page .page-header .title-wrap ul.img-wrap {
		margin: 40px -5px 0 -5px;
	}
	.quotation-page .page-header .title-wrap ul.img-wrap li {
		padding: 0 5px;
	}
}

/* ---------------------------------------- */
/* .page-main */
/* ---------------------------------------- */

.quotation-page .page-main {
	font-size: 20px;
	line-height: 1.6;
	padding: 80px 0 100px 0;
}
@media (max-width: 1199px) {
	.quotation-page .page-main {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.quotation-page .page-main {
		font-size: 14px;
	}
}

/* ---------------------------------------- */
/* .flow-list */
/* ---------------------------------------- */

.quotation-page .flow-wrap ol {
	margin: 0 ;
	padding: 0;
	list-style-type: none;
}
.quotation-page .flow-wrap ol li {
	position: relative;
}
.quotation-page .flow-wrap ol li::after {
	position: absolute;
	content: "";
	background-color: var(--green1);
}
.quotation-page .flow-wrap ol li:last-child::after {
	content: none;
}
.quotation-page .flow-wrap .title {
	font-size: 140%;
	text-align: center;
	margin: 0 0 10px 0;
}
.quotation-page .flow-wrap dl dt {
	border: 1px solid #707070;
}
.quotation-page .flow-wrap dl dt img {
	width: 100%;
}
.quotation-page .flow-wrap dl dd {
	margin-top: 10px;
}
@media (min-width: 768px) {
	.quotation-page .flow-wrap ol {
		margin: 0 -25px;
		display: flex;
		flex-wrap: wrap;
	}
	.quotation-page .flow-wrap ol li {
		width: 25%;
		padding: 0 25px;
	}
	.quotation-page .flow-wrap ol li::after {
		right: -10px;
		top: 15%;
		width: 20px;
		height: 40px;
		clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	}
}
@media (max-width: 991px) {
	.quotation-page .flow-wrap .title {
		font-size: 130%;
	}
}
@media (max-width: 767px) {
	.quotation-page .flow-wrap ol li {
		margin-bottom: 80px;
	}
	.quotation-page .flow-wrap ol li::after {
		left: 50%;
		transform: translateX(-50%);
		bottom: -50px;
		width: 40px;
		height: 20px;
		clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	}
	.quotation-page .flow-wrap .title {
		font-size: 160%;
	}
}

/* ---------------------------------------- */
/* .sticky-wrap */
/* ---------------------------------------- */

.quotation-page .sticky-wrap a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 480px;
	min-height: 80px;
	font-size: 28px;
	font-weight: 700;
	color: #ffffff;
	background-color: var(--green1);
	border-radius: 5px;
	background-image: url("../img/quotation/icon.png");
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 50px;
	padding: 10px 40px 10px 85px;
	margin: 0 auto;
	z-index: 1;
}
.quotation-page .sticky-wrap a::after {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	font-family: FontAwesome;
	font-weight: normal !important;
	content: "\f105";
	transition: 0.3s;
}
@media (min-width: 768px) {
	.quotation-page .sticky-wrap {
		position: sticky;
		bottom: 0;
		left: 0;
		z-index: 10;
		padding: 10px 0;
	}
	.quotation-page .sticky-wrap::after {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 100%;
		height: 100%;
		background-color: #000000;
		opacity: 0.5;
	}
	.quotation-page .sticky-wrap a:hover::after {
		right: 20px;
	}
}
@media (max-width: 767px) {
	.quotation-page .sticky-wrap {
		margin-top: -100px;
		padding-bottom: 100px;
	}
	.quotation-page .sticky-wrap a {
		min-height: 70px;
		font-size: 16px;
		background-position: 15px center;
		background-size: 35px;
		padding: 10px 40px 10px 65px;
	}
}

