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

#cont01 {
	padding: 105px 0 110px;
}

#cont01 .box {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#cont01 .box div:first-of-type {
	width: 590px;
}

#cont01 .box div:first-of-type p.t01 {
	display: inline;
	color: #5d5f68;
	font-size: 32px;
	line-height: 2.5em;
	background-color: #eaf2fd;
}

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

#cont02 {
	padding: 125px 0 130px;
}

#cont02 .box {
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0 0;
	display: flex;
	justify-content: space-between;
}

#cont02 .box ul li {
	padding-left: 30px;
	font-size: 18px;
	color: #2085b3;
	line-height: 1.2em;
	padding-bottom: 15px;
	position: relative;
}

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

#cont03 {
	padding: 120px 0 130px;
}

#cont03 p.t01 {
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0 40px;
}

#cont03 ul {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 80px;
	display: flex;
	justify-content: space-between;
}

#cont03 ul li {
	width: 500px;
}

#cont03 ul li div {
	text-align: center;
	padding: 30px 0 0;
}

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

#cont03 ul li p span {
	color: #f00;
}

#cont03 div {
	text-align: center;
	padding-bottom: 60px;
}

#cont03 p.t02 {
	width: 1080px;
	margin: 0 auto;
	padding: 0 0 60px;
}

#cont04 {
	padding: 120px 0 130px;
}

#cont04 .box01 {
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0 0;
}

#cont04 .box01 > p {
	padding: 35px 25px 60px;
}

#cont04 .box01 > ul {
	padding: 0 25px 80px;
	display: flex;
	justify-content: space-between;
}

#cont04 .box01 > ul li {
	width: 230px;
}

#cont04 .box01 > ul li p {
	padding: 20px 0 0;
	font-size: 15px;
}

#cont04 .box01 > .box {
	padding: 35px 25px 80px;
	display: flex;
	justify-content: space-between;
}

#cont04 .box01 > .box:last-of-type {
	padding-bottom: 0;
}

#cont04 .box01 > .box p {
	width: 515px;
}

#cont04 .box01 > .i01 {
	text-align: center;
	padding: 0 0 80px;
}

#cont05 {
	padding: 120px 0 130px;
}

#cont05 > p {
	padding: 60px 0 40px;
	text-align: center;
	font-size: 24px;
	color: #5d5f68;
	line-height: 1.4em;
	font-weight: 300;
}

#cont05 > p span {
	display: block;
	font-size: 18px;
}

#cont05 > p span span {
	color: #2487c4;
	display: inline;
}

#cont05 .box01 {
	width: 1080px;
	margin: 0 auto;
}

#cont05 .box01 .box {
	padding: 35px 25px 80px;
	display: flex;
	justify-content: space-between;
}

#cont05 .box01 .box:last-of-type {
	padding-bottom: 0;
}

#cont05 .box01 .box p {
	width: 515px;
}

#cont05 .box01 > p {
	padding: 35px 25px 80px;
}

#cont06 {
	padding: 120px 0 130px;
}

#cont06 div {
	width: 958px;
	padding: 60px 0;
	margin: 60px auto 50px;
	border: 1px solid #2487c4;
	border-radius: 25px;
	background-color: #fff;
}

#cont06 div h3 {
	text-align: center;
}

#cont06 div h3 span {
	display: inline-block;
	background-color: #6d8cb7;
	margin: 0 5px;
	width: 40px;
	line-height: 40px;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

#cont06 div p.t01 {
	text-align: center;
	padding: 45px 0;
}

#cont06 div p.t02 {
	font-size: 21px;
	font-weight: 500;
	color: #6d8cb7;
	line-height: 1.2em;
	text-align: center;
}

#cont06 div p.t02 span {
	font-size: 30px;
	margin-left: 30px;
}

#cont06 > p {
	width: 1080px;
	margin: 0 auto;
}

#cont07 {
	padding: 120px 0 130px;
}

#cont07 p {
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0 40px;
}

#cont07 div {
	width: 1080px;
	margin: 0 auto;
}

#cont07 div table {
	width: 100%;
}

#cont07 div table th,#cont07 div table td {
	border: 1px solid #999999;
	font-size: 15px;
}

#cont07 div table tr:first-child th {
	background-color: #e9f2fc;
	color: #5d5f68;
	line-height: 1.2em;
	font-weight: 500;
	font-size: 16px;
	height: 88px;
}

#cont07 div table tr:not(:first-child) th {
	background-color: #e9f2fc;
	color: #5d5f68;
	line-height: 1.2em;
	font-weight: 500;
	width: 173px;
	padding-left: 20px;
	text-align: left;
}

#cont07 div table tr:not(:first-child) td {
	width: 254px;
	background-color: #fff;
	padding: 20px;
}

#cont07 div table tr:first-child th:nth-child(2),
#cont07 div table tr:not(:first-child) td:nth-child(2) {
	background-color: #96afce;
	color: #fff;
}

#cont08 {
	padding: 120px 0 40px;
}

#cont08 > ul {
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0 0;
	display: flex;
	flex-wrap: wrap;
}

#cont08 > ul > li {
	width: 320px;
	padding-bottom: 80px;
	padding-right: 60px;
}

#cont08 > ul > li:nth-child(3n) {
	padding-right: 0;
}

#cont08 > ul > li div {
	text-align: center;
	padding: 20px 0 15px;
}

#cont08 > ul > li p {
	padding: 0 25px;
}

#cont08 > ul > li ul {
	padding: 0 25px;
}

#cont08 > ul > li ul li {
	padding-left: 1em;
	line-height: 1.8em;
	position: relative;
}

#cont08 > ul > li ul li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

#cont09 {
	padding: 120px 0 130px;
}

#cont09 .box {
	width: 1080px;
	margin: 0 auto;
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
}

#cont09 .box > div {
	width: 500px;
}

#cont09 .box > div p {
	padding: 35px 25px 0;
}

#cont09 .box > div:nth-of-type(2) p:first-of-type {
	padding-bottom: 110px;
}

#cont10 {
	padding: 120px 0 130px;
}

#cont10 .box {
	width: 778px;
	margin: 0 auto;
	border: 1px solid #2487c4;
	border-radius: 25px;
	padding: 60px 90px 70px;
	background-color: #fff;
}

#cont10 .box h2 {
	font-size: 21px;
	font-weight: 500;
	color: #6d8cb7;
	line-height: 1.2em;
}

#cont10 .box > div {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
}

#cont10 .box > div p {
	width: 550px;
}