<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ================================================= *
 *        	納品までの流れ
 * ================================================= */
.estimate-flow__list {
	padding: 0 !important;
}
.estimate-flow__item {
	margin-bottom: 30px;
	padding: 5px 10px;
	border-left: solid 4px #c30d23;
	font-size: 18px;
  line-height: 1.5;
}
.estimate-flow__item .mail a,
.estimate-flow__item .tell a {
	color: #333;
	font-size: 20px;
}
.estimate-flow__item .mail {
	margin-right: 50px;
}
.estimate-flow__item .mail::before {
	display: inline-block;
	content: "";
	width: 36px;
	height: 22px;
	margin: -4px 5px 0 0;
	background: url(../images/delivery-flow/icon_mail.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.estimate-flow__item .tell::before {
	display: inline-block;
	content: "";
	width: 36px;
	height: 22px;
	margin: -4px 5px 0 0;
	background: url(../images/delivery-flow/icon_freedial.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
@media (max-width:480px){
	.estimate-flow__list {
		padding: 0;
		padding-left: 10px;
	}
	.estimate-flow__item {
		font-size: 16px;
	}
}
.delivery-flow__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}
.delivery-flow__item {
	width: calc(100% / 5);
/*	margin-right: 15px;*/
}
.estimate-flow__item::before,
.delivery-flow__item::before {
	content: none !important;
}
.delivery-flow__period-wrap {
	position: relative;
	height: 100px;
	margin-bottom: 10px;
	background-color: #faeaec;
	text-align: center;
}
.delivery-flow__item:nth-of-type(2) .delivery-flow__period-wrap {
	background-color: #f2c9ce;
}
.delivery-flow__item:nth-of-type(3) .delivery-flow__period-wrap {
	background-color: #e7a0a9;
}
.delivery-flow__item:nth-of-type(4) .delivery-flow__period-wrap {
	background-color: #d96473;
}
.delivery-flow__item:nth-of-type(5) .delivery-flow__period-wrap {
	background-color: #c30d23;
}
.delivery-flow__item:not(:last-of-type) .delivery-flow__period-wrap::after {
	content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent #faeaec;
  border-width: 50px 0 50px 20px;
	z-index: 1;
}
.delivery-flow__item:nth-of-type(2) .delivery-flow__period-wrap::after {
	border-color: transparent transparent transparent #f2c9ce;
}
.delivery-flow__item:nth-of-type(3) .delivery-flow__period-wrap::after {
	border-color: transparent transparent transparent #e7a0a9;
}
.delivery-flow__item:nth-of-type(4) .delivery-flow__period-wrap::after {
	border-color: transparent transparent transparent #d96473;
}
.delivery-flow__item:nth-of-type(5) .delivery-flow__period-wrap::after {
	border-color: transparent transparent transparent #c30d23;
}
.delivery-flow__period {
	position: absolute;
  top: 50%;
  left: 50%;
	width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
/*
.delivery-flow__txt-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.delivery-flow__txt-wrap img {
	margin: 0 15px;
}
*/
.delivery-flow__txt {
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.125rem;
}
.delivery-flow__item:nth-of-type(4) .delivery-flow__period,
.delivery-flow__item:nth-of-type(5) .delivery-flow__period {
	color: #faeaec !important;
}
/*
@media (min-width: 769px){
	.delivery-flow__txt {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}
*/
@media (max-width:768px){
	.estimate-flow__item .tell {
		display: block;
	}
	.delivery-flow__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 5%;
	}
	.delivery-flow__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
/*		margin-bottom: 15px;*/
		padding: 0 !important;
	}
	.delivery-flow__period-wrap {
		width: 200px;
		height: 140px;
		margin-bottom: 0;
	}
	.delivery-flow__item:not(:last-of-type) .delivery-flow__period-wrap::after {
		right: 0px;
		bottom: -20px;
		border-color: #faeaec transparent transparent transparent;
		border-width: 20px 100px 0 100px;
	}
	.delivery-flow__item:nth-of-type(2) .delivery-flow__period-wrap::after {
		border-color: #f2c9ce transparent transparent transparent;
	}
	.delivery-flow__item:nth-of-type(3) .delivery-flow__period-wrap::after {
		border-color: #e7a0a9 transparent transparent transparent;
	}
	.delivery-flow__item:nth-of-type(4) .delivery-flow__period-wrap::after {
		border-color: #d96473 transparent transparent transparent;
	}
	.delivery-flow__item:nth-of-type(5) .delivery-flow__period-wrap::after {
		border-color: #c30d23 transparent transparent transparent;
	}
	.delivery-flow__txt-wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.delivery-flow__period {
		padding-top: 15px;
	}
}
@media (max-width: 480px){
	.delivery-flow__list {
		padding-left: 0;
	}
	.delivery-flow__period-wrap {
		width: 140px;
		height: 160px;
	}
	.delivery-flow__item:not(:last-of-type) .delivery-flow__period-wrap::after {
		border-width: 20px 70px 0 70px;
	}
	.delivery-flow__txt-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 auto;
	}
	.delivery-flow__txt {
		padding-left: 15px;
		width: 190px;/*20231204追加*/
	}
}
@media (max-width: 350px){
	.delivery-flow__txt {
		font-size: 16px;
	}
}

</pre></body></html>