@charset "UTF-8";
/* CSS Document */

#ed01 {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 160px;
}

#ed01 p.t01 {
	padding: 60px 30px 0;
}

#ed02 {
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0 160px;
}

#ed02 h2 {
	text-align: center;
	font-size: 28px;
	color: #04378c;
	font-weight: 500;
}

#ed02 h2 span {
	padding-left: 70px;
	position: relative;
}

#ed02 h2 span::before {
	content: "";
	width: 59px;
	height: 57px;
	background-image: url("../../../images/ico_logo.webp");
	background-size: cover;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#ed02 ul.t01 {
	width: 990px;
	margin: 0 auto;
	padding: 45px 0 0;
	display: flex;
	flex-wrap: wrap;
}

#ed02 ul.t01 li {
	font-size: 18px;
	font-weight: 500;
	padding: 0 0 20px 35px;
	line-height: 1.5em;
	position: relative;
}

#ed02 ul.t01 li::before {
	content: "";
	width: 26px;
	height: 26px;
	background-image: url("../../../images/ico_check02.webp");
	position: absolute;
	left: 0;
	top: 0;
}

#ed02 ul.t01 li:nth-child(odd) {
	width: 490px;
}

#ed02 ul.t01 li:nth-child(even) {
	width: 430px;
}

#ed03 {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 160px;
}

#ed03 div {
	background-color: #eef4ff;
	padding: 80px 105px 50px;
}

#ed03 div h2 {
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 35px;
}

#ed03 div p {
	line-height: 2.25em;
}

#ed03 div p a {
	color: #252525;
}

#ed04 {
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0 40px;
}

#ed04 p.t01 {
	padding: 60px 30px 80px;
}

#ed04 .box01 {
	background-color: #eef4ff;
	padding: 80px 105px 50px;
	margin-bottom: 130px;
}

#ed04 .box01 h3 {
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 35px;
}

#ed04 .box01 p {
	line-height: 2.25em;
}

#ed04 .box02 {
	padding: 0 30px 40px;
}

#ed04 .box02 .box {
	padding: 70px 0 130px;
	display: flex;
	justify-content: space-between;
}

#ed04 .box02 .box p {
	width: 706px;
}

#ed04 .box02 .box p span {
	color: #04378c;
}

#ed04 .box02 .list01,
#ed04 .box02 .list02,
#ed04 .box02 .list03 {
	padding: 35px 0 80px;
}

#ed04 .box02 .list01 li {
	width: 100%;
	display: flex;
	padding: 0 0 15px;
	line-height: 1.5em;
}

#ed04 .box02 .list01 li:last-child {
	padding-bottom: 0;
}

#ed04 .box02 .list01 li span:first-child {
	width: 1.2em;
}

#ed04 .box02 .list02 li {
	padding: 0 0 15px 25px;
	line-height: 1.5em;
	position: relative;
}

#ed04 .box02 .list02 li:last-child {
	padding-bottom: 0;
}

#ed04 .box02 .list02 li::before {
	content: "●";
	font-size: 8px;
	position: absolute;
	left: 0;
	top: 0;
}

#ed05 {
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0 160px;
}

#ed05 .box {
	padding: 60px 30px 0;
	display: flex;
	justify-content: space-between;
}

#ed05 .box div:nth-of-type(2) {
	width: 706px;
}

#ed05 .box div:nth-of-type(2) h3 {
	font-size: 30px;
	color: #04378c;
	font-weight: 700;
	padding-bottom: 25px;
}