@charset "utf-8";
/* CSS Document */
@import url("style.css");
.kaso_img {
	background-image: url("../img/top_img-payroll.jpg")
}
.kaso_img h1:before {
	content: "給与計算";
}
#about {
	font-size: 12px;
	padding: 80px calc(50% - 425px) 100px;
}
#about img {
	width: 300px;
	position: absolute;
	right: calc(50% - 425px);
	top: 140px;
}
#about ol {
	line-height: 27px;
	font-weight: 700;
}
#about ol li {
	position: relative;
	padding: 0 0 0 20px;
}
#about ol li:before {
	content: "○";
	position: absolute;
	left: 0;
}
#about p {}
#service {}
#service dl {
	width: 300px;
	border: solid 3px #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 25px 15px 15px;
	position: relative;
}
#service div {
	display: flex;
	justify-content: space-around;
	font-size: 12px;
	margin: 70px 0 0;
}
#service dl dt {
	position: absolute;
	top: -17px;
	left: 0;
	right: 0;
	margin: auto;
	width: 120px;
	font-size: 16px;
	font-weight: 900;
	background: #09f;
	color: #fff;
	padding: 3px 0 2px;
	border-radius: 15px;
	text-align: center;
}
#service dl dd {}
#service dl dd ul {
	height: 120px;
}
#service dl dd ul li {
	position: relative;
	padding: 0 0 0 20px;
}
#service dl dd ul li:before {
	content: "○";
	position: absolute;
	left: 0;
}
#service dl dd ul li b {
	margin: 0 0 0 4rem;
}
#service dl dd img {
	height: 120px;
	display: block;
	margin: auto;
}
#pattern {
	counter-reset: num 0;
}
#pattern > dl {
	border: dotted 2px #ccc;
	border-radius: 5px;
	background: #fff;
	padding: 15px;
	margin: 0 0 10px;
}
#pattern > dl dt {
	font-size: 21px;
	font-weight: 700;
	color: #09f;
	border-bottom: dotted 2px #ccc;
	padding: 0 0 10px 1.5rem;
	position: relative;
}
#pattern > dl dt:before {
	counter-increment: num 1;
	content: counter(num)".";
	position: absolute;
	left: 0;
}
#pattern > dl dd {
	padding: 15px 10px 0;
}
#pattern div {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
	margin: 50px 0 0;
}
#pattern div img {
	width: 270px;
}
#pattern div dl {
	border: solid 2px #ccc;
	border-radius: 5px;
	background: #fff;
	padding: 30px 20px 20px;
	position: relative;
	width: 56%;
	font-size: 12px;
}
#pattern div dl dt {
	position: absolute;
	top: -18px;
	left: 15px;
	background: #f90;
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	width: 270px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
}
#pattern div dl dd {}
#pattern div dl dd ol {
	line-height: 27px;
	font-weight: 700;
}
#pattern div dl dd ol li {
	position: relative;
	padding: 0 0 0 20px;
}
#pattern div dl dd ol li:before {
	content: "○";
	position: absolute;
	left: 0;
}
#flow_order {}
.flow_order {
	counter-reset: num 0;
	display: flex;
	position: relative;
	padding: 35px 0 0;
	justify-content: space-between;
	font-size: 12px;
}
.flow_order dl {
	background: #fff;
	border: solid 3px #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	width: calc(100% / 4 - 15px);
	position: relative;
}
.flow_order 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_order dl:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: #999;
	border-radius: 50%;
	left: -15px;
	top: -15px;
}
.flow_order dl dt {}
.flow_order dl dt img {
	height: 80px;
	display: block;
	margin: -25px auto 0;
}
.flow_order dl dd {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 13px 10px 13px;
	text-align: center;
	height: 50px;
}
.flow_order 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_order 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_order dl:last-of-type dd:before {
	content: none;
}
.flow_order dl:last-of-type dd:after {
	content: none;
}
#flow {
	counter-reset: number 0;
}
.flow {
	counter-reset: num 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 35px 0 0;
	justify-content: flex-start;
	font-size: 12px;
}
.flow strong {
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: 900;
	margin: 0 0 20px 0px;
	padding: 0 0 0 1.5rem;
}
.flow strong:before {
	counter-increment: number 1;
	content: counter(number) ".";
	position: absolute;
	left: -10px;
}
.flow ul {
	background: #fff;
	border: solid 3px #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	width: calc(100% / 5 - 15px);
	position: relative;
	margin: 0 15px 0 0;
}
.flow ul: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 ul:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: #999;
	border-radius: 50%;
	left: -15px;
	top: -15px;
}
.flow ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 15px;
	text-align: center;
	height: 45px;
}
.flow ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
	z-index: 2;
}
.flow ul li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #ccc;
	z-index: 1;
}
.flow ul.on {
	border-color: #80d2ff;
}
.flow ul.on:before {}
.flow ul.on:after {
	background: #80d2ff;
}
.flow ul.on li {}
.flow ul.on li:before {}
.flow ul.on li:after {
	border-left-color: #80d2ff;
}
.flow ul:last-of-type li:before {
	content: none;
}
.flow ul:last-of-type li:after {
	content: none;
}
.flow p {
	margin: -10px 10px 0;
}
@media (max-width: 768px) {
	#about {
		padding: 50px 20px;
	}
	#about img {
		position: relative;
		right: auto;
		top: auto;
		height: 150px;
		width: auto;
		margin: 0 auto 20px;
		display: block;
	}
	#about ol {}
	#about ol li {}
	#about ol li:before {}
	#about p {}
	#service {}
	#service dl {
		width: 100%;
		margin: 15px 0;
	}
	#service div {
		flex-direction: column;
		margin: 30px 0 0;
	}
	#service dl dt {}
	#service dl dd {
		display: flex;
		justify-content: space-between;
	}
	#service dl dd ul {
		height: auto;
	}
	#service dl dd ul li {}
	#service dl dd ul li:before {}
	#service dl dd ul li b {}
	#service dl dd img {
		height: auto;
		width: 80px;
		margin: 0;
	}
	#pattern {}
	#pattern > dl {}
	#pattern > dl dt {
		font-size: 16px;
	}
	#pattern > dl dt:before {}
	#pattern > dl dd {}
	#pattern div {
		flex-direction: column;
	}
	#pattern div img {
		display: block;
		margin: 0 auto 50px;
		width: auto;
		height: 120px;
	}
	#pattern div dl {
		width: auto;
	}
	#pattern div dl dt {
		left: 0;
		right: 0;
		margin: auto;
	}
	#pattern div dl dd {}
	#pattern div dl dd ol {}
	#pattern div dl dd ol li {}
	#pattern div dl dd ol li:before {}
	#flow_order {}
	.flow_order {
		flex-direction: column;
		padding: 20px 0 0;
	}
	.flow_order dl {
		width: 100%;
		display: flex;
		margin: 0 0 15px;
	}
	.flow_order dl:before {}
	.flow_order dl:after {}
	.flow_order dl dt {
		display: flex;
		align-items: center;
		width: 80px;
	}
	.flow_order dl dt img {
		height: 40px;
		margin: auto;
	}
	.flow_order dl dd {
		height: auto;
		min-height: 30px;
		text-align: left;
		width: 340px;
	}
	.flow_order 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_order 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_order dl:last-of-type dd:before {}
	.flow_order dl:last-of-type dd:after {}
	#flow {}
	.flow {
		flex-direction: column;
		padding: 20px 0 0;
	}
	.flow strong {
		font-size: 16px;
		padding: 0 0 0 1rem;
	}
	.flow strong:before {}
	.flow ul {
		width: 100%;
		display: flex;
		margin: 0 0 15px;
	}
	.flow ul:before {}
	.flow ul:after {}
	.flow ul li {
		height: auto;
		width: 100%;
	}
	.flow ul li: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 ul li: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 ul.on {}
	.flow ul.on:before {}
	.flow ul.on:after {}
	.flow ul.on li {}
	.flow ul.on li:before {}
	.flow ul.on li:after {
		border-left-color: transparent;
		border-top-color: #80d2ff;
	}
	.flow ul:last-of-type li:before {}
	.flow ul:last-of-type li:after {}
	.flow p {}
}