@charset "utf-8";
/* CSS Document */
@import url("style.css");
.kaso_img {
	background-image: url("../img/top_img-insurance.jpg")
}
.kaso_img h1:before {
	content: "社保・雇保・労保の手続き";
}
#about {
	font-size: 12px;
	padding: 80px calc(50% - 425px) 100px;
}
#about img {
	height: 300px;
	position: absolute;
	right: calc(50% - 425px);
	top: 160px;
}
#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 {
	width: 65%;
}
#about ul {
	width: 65%;
	background: #fff;
	border: dotted 2px #ccc;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
}
#about ul li {
	position: relative;
	padding: 0 0 0 20px;
}
#about ul li:before {
	content: "●";
	position: absolute;
	left: 0;
}
#flow {}
.flow {
	counter-reset: num 0;
	display: flex;
	position: relative;
	padding: 35px 0 50px;
	justify-content: space-between;
	font-size: 12px;
	flex-wrap: wrap;
	border-bottom: dotted 2px #ccc;
}
.flow:last-of-type {
	padding: 35px 0 0;
	border-bottom: none;
}
.flow strong {
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: 900;
	margin: 0 0 30px -15px;
}
.flow p {
	font-size: 14px;
	text-align: center;
	width: 100%;
	font-weight: 700;
	margin: 10px 0 0;
}
.flow dl {
	background: #fff;
	border: solid 3px #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	width: calc(100%/5 - 15px);
	position: relative;
}
.flow:nth-of-type(2) dl {
	width: calc(100%/4 - 15px);
}
.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 5px;
	text-align: center;
	height: 65px;
}
.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;
}
.flow div {
	display: flex;
	border: solid 1px #ccc;
	border-radius: 5px;
	line-height: 27px;
	padding: 20px 35px;
	width: 90%;
	margin: auto;
	justify-content: space-between;
}
.flow div p {
	width: auto;
	text-align: left;
}
.flow div img {
	height: 120px;
	margin: -50px -20px 0 0;
}
#about_report {
	font-size: 12px;
}
#about_report img {
	height: 300px;
	position: absolute;
	right: calc(50% - 425px);
	top: 160px;
}
#about_report ol {
	line-height: 27px;
	font-weight: 700;
	margin: 0 0 30px;
}
#about_report ol li {
	position: relative;
	padding: 0 0 0 20px;
}
#about_report ol li:before {
	content: "○";
	position: absolute;
	left: 0;
}
#about_report dl {
	border: dotted 2px #ccc;
	border-radius: 5px;
	background: #fff;
	padding: 30px 20px 20px;
	position: relative;
	width: 56%;
}
#about_report dl dt {
	position: absolute;
	top: -18px;
	left: 15px;
	background: #f90;
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	width: 220px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
}
#about_report dl dd {}
#flow_report {}
.flow_report {
	counter-reset: num 0;
	display: flex;
	position: relative;
	padding: 35px 0 0;
	justify-content: space-between;
	font-size: 12px;
}
.flow_report dl {
	background: #fff;
	border: solid 3px #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	width: calc(100%/4 - 15px);
	position: relative;
}
.flow_report 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_report dl:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: #999;
	border-radius: 50%;
	left: -15px;
	top: -15px;
}
.flow_report dl dt {}
.flow_report dl dt img {
	height: 80px;
	display: block;
	margin: -25px auto 0;
}
.flow_report dl dd {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 15px;
	text-align: center;
	height: 50px;
}
.flow_report 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_report 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_report dl:last-of-type dd:before {
	content: none;
}
.flow_report dl:last-of-type dd:after {
	content: none;
}
#flow_report p {
	width: 95%;
	margin: 1.5rem auto;
	font-size: 12px;
	font-weight: 700;
}
#flow_report p b {
	color: #f90;
}
@media (max-width: 768px) {
	#about {
		padding: 50px 20px;
	}
	#about img {
		position: relative;
		right: auto;
		top: auto;
		height: 150px;
		margin: 0 auto 20px;
		display: block;
	}
	#about ol {}
	#about ol li {}
	#about ol li:before {}
	#about p {
		width: auto;
	}
	#about ul {
		width: auto;
	}
	#about ul li {}
	#about ul li:before {}
	#flow {}
	.flow {
		flex-direction: column;
		padding: 20px 0;
	}
	.flow:last-of-type {}
	.flow strong {
		font-size: 18px;
	}
	.flow p {
		font-size: 12px;
	}
	.flow dl {
		width: 100%;
		display: flex;
		margin: 0 0 15px;
	}
	.flow:nth-of-type(2) 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;
		width: 300px;
		justify-content: flex-start;
	}
	.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 {}
	.flow div {
		display: block;
		padding: 0px 20px 10px;
		width: auto;
	}
	.flow div p {}
	.flow div img {
		margin: 20px auto 10px;
		display: block;
	}
	#about_report {}
	#about_report img {
		position: relative;
		right: auto;
		top: auto;
		height: 150px;
		margin: 0 auto 20px;
		display: block;
	}
	#about_report ol {}
	#about_report ol li {}
	#about_report ol li:before {}
	#about_report dl {
		width: auto;
	}
	#about_report dl dt {}
	#about_report dl dd {}
	#flow_report {}
	.flow_report {
		flex-direction: column;
		padding: 20px 0 0;
	}
	.flow_report dl {
		width: 100%;
		display: flex;
		margin: 0 0 15px;
	}
	.flow_report dl:before {}
	.flow_report dl:after {}
	.flow_report dl dt {
		display: flex;
		align-items: center;
		width: 75px;
	}
	.flow_report dl dt img {
		height: 40px;
		margin: 0;
	}
	.flow_report dl dd {
		height: auto;
		min-height: 30px;
		text-align: left;
		width: 340px;
	}
	.flow_report 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_report 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_report dl:last-of-type dd:before {}
	.flow_report dl:last-of-type dd:after {}
	#flow_report p {
		width: auto;
	}
	#flow_report p b {}
}