@charset "utf-8";
/* CSS Document */
@import url("style.css");
.kaso_img {
	background-image: url("../img/top_img-construction.jpg")
}
.kaso_img h1:before {
	content: "建設業許可取得";
}
#flow {}
.flow {
	counter-reset: num 0;
	display: flex;
	position: relative;
	padding: 35px 0 0;
	justify-content: space-between;
	font-size: 12px;
}
.flow:before {
	content: "";
	height: 18px;
	width: 100px;
	background: url(../img/construction/img_01.svg) no-repeat;
	position: absolute;
	top: 0;
	left: -15px;
}
.flow dl {
	background: #fff;
	border: solid 3px #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	width: calc(100%/5 - 15px);
	position: relative;
}
.flow dl:before {
	counter-increment: num 1;
	content: counter(num);
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -15px;
	left: -15px;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
}
.flow dl:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: #999;
	border-radius: 50%;
	left: -15px;
	top: -15px;
}
.flow dl dt {}
.flow dl dt img {
	height: 80px;
	display: block;
	margin: -25px auto 0;
}
.flow dl dd {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	text-align: center;
	height: 50px;
}
.flow dl dd:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
	z-index: 2;
}
.flow dl dd:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #ccc;
	z-index: 1;
}
.flow dl:last-of-type dd:before {
	content: none;
}
.flow dl:last-of-type dd:after {
	content: none;
}
#fee {}
.fee {
	counter-reset: num 0;
	display: flex;
	justify-content: space-around;
	font-size: 12px;
}
.fee dl {
	width: 300px;
	border: solid 3px #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 25px 15px 15px;
	position: relative;
}
.fee dl:before {
	counter-increment: num 1;
	content: "パターン"counter(num);
	position: absolute;
	top: -17px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100px;
	font-size: 16px;
	font-weight: 900;
	background: #09f;
	color: #fff;
	padding: 3px 0 2px;
	border-radius: 15px;
	text-align: center;
}
.fee dl dt {
	padding: 0 0 20px;
}
.fee dl dd {
	font-weight: 700;
	color: #666;
	text-align: center;
	border-top: dotted 2px #ccc;
	padding: 10px 0;
}
.fee dl dd > b {
	color: #09f;
}
.fee dl dd > em {
	color: #f00;
}
.fee dl dd p {
	color: #f90;
	margin: 10px 0 0;
}
.fee dl dd p:before {
	content: "料金目安：";
	color: #666;
}
.fee dl dd p b {
	font-size: 16px;
	font-weight: 900;
}
#report {}
.report {
	padding: 0 20px 100px;
	position: relative;
}
.report:last-of-type {
	padding: 0 20px;
}
.report > strong {
	display: block;
	font-size: 24px;
	font-weight: 900;
	margin: 0 0 10px -20px;
}
.report > p {
	margin: 0 0 20px;
	padding: 0 140px 0 0;
}
.report > p b {
	color: #f90;
	font-weight: 700;
}
.report > img {
	height: 130px;
	position: absolute;
	top: -20px;
	right: 0;
}
.report .case {
	border: dotted 2px #ccc;
	border-radius: 5px;
	background: #fff;
	padding: 15px;
	margin: 0 0 10px;
}
.report .case dt {
	font-size: 21px;
	font-weight: 700;
	color: #09f;
	border-bottom: dotted 2px #ccc;
	padding: 0 0 10px;
}
.report .case dd {
	padding: 15px 10px 0;
}
.report .case dd p {
	font-weight: 700;
	margin: 0 0 15px;
}
.report .case dd p span {
	font-weight: 500;
}
.report .case dd p b {
	color: #f90;
}
.report .check {
	border-left: solid 6px#80d2ff;
	background: #efefef;
	padding: 25px;
	box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
	margin: 0 0 30px;
	font-size: 12px;
}
.report .check dt {
	font-size: 18px;
	font-weight: 700;
	position: relative;
	padding: 0 0 0 40px;
	margin: 0 0 20px;
}
.report .check dt:before {
	content: "";
	position: absolute;
	width: 34px;
	height: 34px;
	background: url(../img/construction/img_09.svg) no-repeat;
	top: -5px;
	left: 0;
}
.report .check dd {}
.report .check dd strong {
	display: block;
	color: #09f;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 10px;
}
.report .check dd p {}
.report .check dd p span {
	font-weight: 700;
}
.report .check dd b {
	color: #f90;
	font-size: 14px;
	font-weight: 700;
	margin: 20px 0 0;
	display: block;
}
.report .check dd ul {
	padding: 10px 5px 05px;
}
.report .check dd ul li {
	border: dotted 2px #ccc;
	background: #fff;
	color: #666;
	font-size: 14px;
	padding: 10px 20px 10px 40px;
	margin: 0 0 5px;
	position: relative;
}
.report .check dd ul li:before {
	content: "○ ";
	position: absolute;
	left: 20px;
}
@media (max-width: 768px) {
	#flow {}
	.flow {
		flex-direction: column;
		padding: 20px 0 0;
	}
	.flow:before {
		left: 0;
		right: 0;
		margin: auto;
	}
	.flow dl {
		width: 100%;
		display: flex;
		margin: 0 0 15px;
	}
	.flow dl:before {}
	.flow dl:after {}
	.flow dl dt {
		display: flex;
		align-items: center;
		width: 75px;
	}
	.flow dl dt img {
		height: 40px;
		margin: 0;
	}
	.flow dl dd {
		height: auto;
		min-height: 30px;
		text-align: left;
	}
	.flow dl dd br {
		display: none;
	}
	.flow dl dd:before {
		top: auto;
		right: auto;
		margin-top: 0;
		bottom: -23px;
		left: 50%;
		margin-left: -15px;
		border: 12px solid transparent;
		border-top: 12px solid #FFF;
	}
	.flow dl dd:after {
		top: auto;
		right: auto;
		margin-top: 0;
		bottom: -29px;
		left: 50%;
		margin-left: -17px;
		border: 14px solid transparent;
		border-top: 14px solid #ccc;
	}
	.flow dl:last-of-type dd:before {}
	.flow dl:last-of-type dd:after {}
	#fee {}
	.fee {
		flex-direction: column;
	}
	.fee dl {
		width: 100%;
		margin: 20px 0;
	}
	.fee dl:before {}
	.fee dl dt {}
	.fee dl dd {}
	.fee dl dd > b {}
	.fee dl dd > em {}
	.fee dl dd p {}
	.fee dl dd p:before {}
	.fee dl dd p b {}
	#report {}
	.report {
		padding: 0 0px 50px;
	}
	.report:last-of-type {
		padding: 0;
	}
	.report > strong {
		margin: 0 0 10px -10px;
	}
	.report > p {
		padding: 0;
	}
	.report > p b {}
	.report > img {
		height: 60px;
	}
	.report .case {}
	.report .case dt {}
	.report .case dd {
		padding: 15px 5px 0;
	}
	.report .case dd p {}
	.report .case dd p span {}
	.report .case dd p b {}
	.report .check {}
	.report .check dt {
		padding: 0 0 0 30px;
	}
	.report .check dt:before {
		width: 25px;
		height: 25px;
		top: -1px;
	}
	.report .check dd {}
	.report .check dd strong {}
	.report .check dd p {}
	.report .check dd p span {}
	.report .check dd b {}
	.report .check dd ul {}
	.report .check dd ul li {}
	.report .check dd ul li:before {}
}