@charset "UTF-8";

/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.heading-deco02 {
	color: #fc7600;
	font-weight: bold;
	border-bottom: solid 2px #fc7600;
	padding-bottom: 3px;
	display: inline-block;
	margin-bottom: 15px;
}
.product-list-wrap {
	border : solid 1px #fc7600;
	border-radius: 10px;
	background: #fff6ef;
}
.people-time-schedule-wrap {
	background: #fff6ef;
	padding: 40px;
	border-radius: 10px;
	margin-top: 30px;
}

.people-time-schedule-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	margin-top: 30px;
}

.people-time-schedule-first {
	width: 48%;
}

.people-time-schedule-first .time-schedule-block:first-of-type::before {
	background: #fc7600;
}

.people-time-schedule-last {
	width: 48%;
}

.people-time-schedule-last .time-schedule-block:last-of-type::before {
	background: #fc7600;
}

.people-time-schedule-last .time-schedule-block:last-of-type::after {
	display: none;
}

.time-schedule-block {
	position: relative;
	padding-bottom: 20px;
}

.time-schedule-block dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.time-schedule-block dl dt {
	font-weight: bold;
	position: relative;
	padding-left: 0;
	padding-top: 0;
	width: 16%;
}

.time-schedule-block dl dd {
	padding: 0px 5px 25px 10px;
	width: 84%;
}

.time-schedule-block::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	border: solid 2px #fc7600;
	border-radius: 100%;
	position: absolute;
	top: 6px;
	left: 62px;
	z-index: 1;
}

.time-schedule-block::after {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 6px;
	left: 69px;
	background: #fc7600;
}

.time-schedule-heading {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.waterproofing-flow {
	background: #fff6ef;
	padding: 50px 0;
}
.waterproofing-flow .box {
		margin: 0 auto 35px;
		width: 60%;
		padding: 10px 50px;
		border: 1px solid #fc7600;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		position: relative;
		background: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
}
.waterproofing-flow .box span{
	font-size: 20px;
	height: 32px;
	width: 32px;
	display: inline-block;
	border: 1px solid #fc7600;
	color: #fc7600;
	border-radius: 100px;
	background: #fff;
	font-weight: bold;
	margin-right: 10px;
	text-align: center;
}
.waterproofing-flow .box:after {
	border-top: 25px solid #fc7600;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	content: "";
	position: absolute;
	bottom: -26px;
	left: 50%;
	margin-left: -60px;
}
.footer-contact-list {
	justify-content: center;
}
.footer-contact-list-item:first-child {
	display: none !important;
}
.footer-contact-list-item:last-child {
	text-align: center !important;
	padding-left: 0 !important;
}
.waterproofing-flow .box:last-child:after {
	border: none;
}
.pb_0 {
	padding-bottom: 0 !important;
}
@media (min-width:1200px){}
@media (max-width:1199px){}
@media (min-width:992px){}
@media (max-width:991px){}
@media (min-width:768px){}
@media (max-width:767px){
		.people-time-schedule-wrap {
				padding: 20px;
				border-radius: 10px;
				margin-top: 0;
			}

			.people-time-schedule-inner {
				margin-top: 15px;
				display: block;
			}

			.people-time-schedule-first {
				width: 100%;
			}

			.people-time-schedule-last {
				width: 100%;
			}

			.time-schedule-block dl dt {
				width: 22%;
			}

			.time-schedule-block dl dd {
				width: 78%;
			}

			.time-schedule-block::before {
				left: 52px;
			}

			.time-schedule-block::after {
				left: 59px;
			}

			.time-schedule-heading {
				font-size: 16px;
				font-size: 1.6rem;
			}
			.waterproofing-flow .box {
				padding: 10px 10px;
						width: 100%;
				font-size: 14px;
			}

}
