@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea .inner {
	background-image:url("../img/haiso/h1_main.jpg");
}

/* haisoArea */
.haisoArea .inner {
	max-width: 900px;
	padding: 40px 20px 60px;
	text-align: center;
}
.haisoArea .inner h1 {
	font-size: 26px;
	line-height: 1;
	color: #363636;
	font-weight: 700;
	display: inline-block;
	padding: 0 20px;
	position: relative;
}
.haisoArea .inner h1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 28px;
	background-color: #363636;
}
.haisoArea .inner h1:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 28px;
	background-color: #363636;
}
.haisoArea .inner .descArea {
	padding: 50px 0 60px;
}
.haisoArea .inner .descArea h2 {
	position: relative;
  padding: 0 15px 10px;
	color: #004992;
	line-height: 1.3;
	font-weight: 700;
	font-size: 18px;
  border-bottom: 2px solid #004992;
	text-align: left;
}
.haisoArea .inner .descArea h2:before {
  position: absolute;
  bottom: -14px;
  left: 55px;
  width: 0;
  height: 0;
  content: '';
  border-width: 13px 11px 0 11px;
  border-style: solid;
  border-color: #004992 transparent transparent transparent;
}
.haisoArea .inner .descArea h2:after {
	position: absolute;
  bottom: -10px;
  left: 55px;
	width: 0;
  height: 0;
  content: '';
  border-width: 13px 11px 0 11px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.haisoArea .inner .descArea .desc {
	padding: 50px 20px 0;
	text-align: left;
}
.haisoArea .inner .descArea .desc ul {
	display: flex;
	justify-content: center;
	max-width: 750px;
	margin: 0 auto;
	padding-top: 30px;
}
.haisoArea .inner .descArea .desc ul li {
	width: calc(100% / 3);
	padding: 0 3%;
}
.haisoArea .inner .descArea .desc ul li h4 {
	font-weight: 500;
	padding-top: 5px;
}
.haisoArea .inner .descArea .desc h3 {
	font-weight: 700;
	font-size: 18px;
	color: #363636;
	line-height: 1;
	padding-left: 50px;
	position: relative;
	margin-bottom: 30px;
}
.haisoArea .inner .descArea .desc h3:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	width: 44px;
	height: 38px;
	background-image: url("../img/sub/sub_mark.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}
.haisoArea .inner .descArea .desc .txt {
	padding-left: 50px;
}


@media screen and (max-width: 1000px) {
	.haisoArea .inner h1 {
		font-size: 24px;
	}
	.haisoArea .inner h1:before {
		height: 26px;
	}
	.haisoArea .inner h1:after {
		height: 26px;
	}
}

@media screen and (max-width: 767px) {
/* haisoArea */
	.haisoArea .inner {
		padding: 45px 8vw 50px;
		max-width: 100%;
	}
	.haisoArea .inner h1 {
		font-size: 22px;
		padding: 0 15px;
	}
	.haisoArea .inner h1:before {
		height: 46px;
	}
	.haisoArea .inner h1:after {
		height: 46px;
	}
	.haisoArea .inner .descArea {
		padding: 30px 0 0;
	}
	.haisoArea .inner .descArea h2 {
		padding: 0 10px 10px;
		font-size: 16px;
	}
	.haisoArea .inner .descArea .desc {
		padding: 40px 0 0;
	}
	
	.haisoArea .inner .descArea ul li h3 {
		text-align: center;
	}
	.haisoArea .inner .descArea .desc {
		padding: 40px 0 0;
	}
	.haisoArea .inner .descArea .desc h3 {
		font-size: 16px;
		padding-left: 32px;
		margin-bottom: 15px;
	}
	.haisoArea .inner .descArea .desc h3:before {
		top: 0;
		width: 25px;
		height: 20px;
	}
	.haisoArea .inner .descArea .desc .txt {
		padding-left: 0;
	}
	.haisoArea .inner .descArea .desc ul {
		max-width: 100%;
		padding-top: 0;
		display: block;
	}	
	.haisoArea .inner .descArea .desc ul li {
		padding: 0 0;
		width: 100%;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 5px;
	}	
}

@media screen and (max-width: 500px) {
	.haisoArea .inner h1 {
		font-size: 20px;
	}
	.haisoArea .inner h1:before {
		height: 40px;
	}
	.haisoArea .inner h1:after {
		height: 40px;
	}
	.haisoArea .inner .descArea ul li {
		padding-bottom: 20px;
	}
}









