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

#cont01 {
	padding: 60px 5.33% 80px;
}

#cont01 .box div:first-of-type p.t01 {
	display: inline;
	color: #5d5f68;
	font-size:min(5.2vw,42px);
	line-height: 2em;
	background-color: #eaf2fd;
}

#cont01 .box div:first-of-type p:last-child {
	padding-top: 30px;
}

#cont01 .box div:nth-of-type(2) {
	text-align: center;
	padding-top: 30px;
}

#cont02 {
	padding: 60px 5.33% 80px;
}

#cont02 ul {
	padding-top: 50px;
}

#cont02 ul li {
	padding-left: 1.2em;
	font-size:min(4.6vw,36px);
	color: #2085b3;
	line-height: 1.2em;
	padding-bottom: 15px;
	position: relative;
}

#cont02 ul li::before {
	content: "";
	width: 1em;
	height: 1em;
	background-image: url("../../images/ico_check02.webp");
	background-size: cover;
	position: absolute;
	left: 0;
	top: 4px;
}

#cont03 {
	padding: 60px 5.33% 80px;
}

#cont03 ul {
	padding: 50px 0 0;
}

#cont03 ul li {
	padding-bottom: 60px;
}

#cont03 ul li:last-child {
	padding-bottom: 0;
}

#cont03 ul li p {
	padding: 30px 0 0;
}

#cont04 {
	padding: 60px 5.33% 80px;
}

#cont04 p {
	padding: 50px 0 0;
}

#cont05 {
	padding: 60px 5.33% 80px;
}

#cont05 .box01 {
	padding: 50px 0 60px;
}

#cont05 .box01 > div:first-of-type p.t01 {
	display: inline;
	color: #5d5f68;
	font-size:min(5.2vw,42px);
	line-height: 2em;
	background-color: #eaf2fd;
}

#cont05 .box01 > div:first-of-type p:last-child {
	padding-top: 30px;
}

#cont05 .box01 > div:nth-of-type(2) {
	text-align: center;
	padding-top: 30px;
}

#cont05 .box02 p {
	padding: 30px 0 60px;
}

#cont05 .box02 ul {
	padding: 30px 0 0;
}

#cont05 .box02 ul li {
	line-height: 1.8em;
	padding-left: 1.5em;
	position: relative;
}

#cont05 .box02 ul li::before {
	content: "■";
	position: absolute;
	left: 0;
	top: 0;
}

#cont06 {
	padding: 60px 5.33% 80px;
}

#cont06 div {
	padding-top: 50px;
}