@charset "utf-8";
/* CSS Document */
@import url("style.css");
.kaso_img {
	background-image: url("../img/top_img-grant.jpg")
}
.kaso_img h1:before {
	content: "助成金申請代行";
}
#about {}
#about h2 {
	color: #f90;
	margin: 0;
}
#type {}
#type > ul {
	display: flex;
	margin: 0 0 20px;
}
#type > ul li {
	flex: 1;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #f90;
}
#type > ul li:first-of-type {
	flex: none;
	width: 50%;
	margin: 0 0px 0 80px;
}
#type div {
	border-left: solid 6px #f9f;
	background: #efefef;
	padding: 25px;
	box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
	margin: 0 20px 30px;
	font-size: 12px;
}
#type div:nth-of-type(2) {
	border-color: #fc9;
}
#type div:nth-of-type(3) {
	border-color: #6c9;
}
#type div:nth-of-type(4) {
	border-color: #fc0;
}
#type div:nth-of-type(5) {
	border-color: #80d2ff;
}
#type div:nth-of-type(6) {
	border-color: #9cc;
}
#type div:nth-of-type(7) {
	border-color: #c9c;
}
#type div:nth-of-type(8) {
	border-color: #f93;
}
#type div strong {
	font-size: 18px;
	font-weight: 700;
	position: relative;
	padding: 0 0 0 40px;
	margin: 0 0 15px -5px;
	display: block;
}
#type div strong br {
	display: none;
}
#type div strong:before {
	content: "";
	background: url(../img/grant/icn_check_01.svg) no-repeat;
	position: absolute;
	width: 34px;
	height: 34px;
	top: -5px;
	left: 0;
	filter: invert(81%) sepia(74%) saturate(1660%) hue-rotate(245deg) brightness(102%) contrast(103%);
}
#type div:nth-of-type(2) strong:before {
	filter: invert(99%) sepia(29%) saturate(6428%) hue-rotate(299deg) brightness(110%) contrast(103%);
}
#type div:nth-of-type(3) strong:before {
	filter: invert(78%) sepia(11%) saturate(1490%) hue-rotate(98deg) brightness(91%) contrast(90%);
}
#type div:nth-of-type(4) strong:before {
	filter: invert(84%) sepia(48%) saturate(3007%) hue-rotate(360deg) brightness(103%) contrast(100%);
}
#type div:nth-of-type(5) strong:before {
	filter: invert(74%) sepia(19%) saturate(1232%) hue-rotate(174deg) brightness(101%) contrast(101%);
}
#type div:nth-of-type(6) strong:before {
	filter: invert(100%) sepia(19%) saturate(4142%) hue-rotate(153deg) brightness(82%) contrast(94%);
}
#type div:nth-of-type(7) strong:before {
	filter: invert(94%) sepia(57%) saturate(2207%) hue-rotate(210deg) brightness(86%) contrast(84%);
}
#type div:nth-of-type(8) strong:before {
	filter: invert(79%) sepia(29%) saturate(5941%) hue-rotate(334deg) brightness(105%) contrast(104%);
}
#type dl {
	display: flex;
	margin: 0 0 5px;
}
#type dl dt {
	writing-mode: vertical-rl;
	text-orientation: upright;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	background: #f90;
	color: #fff;
	font-weight: 700;
	box-sizing: border-box;
	padding: 12px;
}
#type dl dd {
	flex: 1;
}
#type dl dd ul {
	display: flex;
}
#type dl dd ul li {
	background: #fff;
	border: dotted 2px #ccc;
	padding: 12px 20px;
	box-sizing: border-box;
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
	margin-bottom: -2px;
}
#type dl dd ul li:last-of-type {
	width: 280px;
	font-weight: 700;
	color: #09f;
	margin-left: 20px;
	flex: none;
}
#type dl dd ul li:last-of-type:before {
	content: "▶";
	position: absolute;
	left: -18px;
	color: #333;
}
#flow {}
#flow div {}
#flow div dl {
	border: solid 3px #ccc;
	border-radius: 5px;
	background: #fff;
	padding: 30px 30px 20px 30px;
	box-sizing: border-box;
	margin: 0 auto 55px;
	position: relative;
	width: 90%;
}
#flow div dl dt {
	font-size: 16px;
	font-weight: 900;
	background: #f90;
	color: #fff;
	position: absolute;
	top: -18px;
	left: -15px;
	padding: 5px 15px;
	border-radius: 16px;
}
#flow div dl dd {
	position: relative;
}
#flow div dl dd:before {
	content: "";
	position: absolute;
	bottom: -100px;
	left: 50%;
	margin-left: -45px;
	border: 45px solid transparent;
	border-top: 15px solid #999;
	z-index: 1;
}
#flow div p {
	display: table;
	margin: auto;
	font-size: 30px;
	font-weight: 900;
	background: #6c9;
	color: #fff;
	padding: 10px 40px 10px;
	border-radius: 34px;
}
@media (max-width: 768px) {
	#about {}
	#about h2 {}
	#type {}
	#type > ul {
		margin: 0 0 10px;
	}
	#type > ul li {
		font-size: 14px;
	}
	#type > ul li:first-of-type {
		margin: 0 0px 0 0px;
		width: 50%;
	}
	#type div {
		margin: 0 0px 10px;
		font-size: 10px;
		padding: 15px;
	}
	#type div:nth-of-type(2) {}
	#type div:nth-of-type(3) {}
	#type div:nth-of-type(4) {}
	#type div:nth-of-type(5) {}
	#type div:nth-of-type(6) {}
	#type div:nth-of-type(7) {}
	#type div:nth-of-type(8) {}
	#type div strong {
		font-size: 15px;
		padding: 0 0 0 30px;
		margin: 0 0 10px -5px;
	}
	#type div strong br {
		display: block;
	}
	#type div strong:before {
		width: 25px;
		height: 25px;
		top: -1px;
	}
	#type div:nth-of-type(2) strong:before {}
	#type div:nth-of-type(3) strong:before {}
	#type div:nth-of-type(4) strong:before {}
	#type div:nth-of-type(5) strong:before {}
	#type div:nth-of-type(6) strong:before {}
	#type div:nth-of-type(7) strong:before {}
	#type div:nth-of-type(8) strong:before {}
	#type dl {
		flex-direction: column;
	}
	#type dl dt {
		writing-mode: horizontal-tb;
		width: auto;
	}
	#type dl dd {
		width: 100%;
	}
	#type dl dd ul {}
	#type dl dd ul li {
		padding: 10px 10px;
	}
	#type dl dd ul li:last-of-type {
		width: 170px;
	}
	#type dl dd ul li:last-of-type:before {}
	#flow {}
	#flow div {}
	#flow div dl {
		width: 100%;
		padding: 25px 15px 15px 15px;
	}
	#flow div dl dt {}
	#flow div dl dd {}
	#flow div dl dd:before {}
	#flow div p {}
}