@charset "UTF-8";

body {
	position: relative;
	background-color: rgba(202, 232, 242, 0.2);
}


/* contents */

#contents {
	width: 100%;
	position: relative;
}
Outline_table
/*-----------------------------------
	Greeting_block
-----------------------------------*/
#Greeting_block {
	padding: 100px 0 70px 0;
	margin-bottom: 100px;
	width: 100%;
	background-color: #fff;
}

#Greeting_block .lower_ttl_01 {
	text-align: left;
}

#Greeting_block .greeting_box {
	margin: 40px 0 50px 0;
	width: 100%;
}

#Greeting_block .greeting_box h4 {
	font-size: 34px;
	font-weight: 700;
	line-height: 34px;
}

#Greeting_block .greeting_box p {
	margin-top: 40px;
	font-size: 15px;
	font-weight: 600;
	line-height: 226%;
}

#Greeting_block .name_box {
	width: 100%;
	position: relative;
	height: 64px;
}

#Greeting_block .name_box img {
	position: absolute;
	right: 0;
	width: 213px;
	height: 64px;
}

@media screen and (max-width: 640px) {
	#Greeting_block {
		padding: 50px 0 35px 0;
		margin-bottom: 70px;
	}
	#Greeting_block .greeting_bg {
		width: 90%;
		margin: 0 auto;
	}

	#Greeting_block .greeting_box {
		margin: 30px 0 25px 0;
		width: 100%;
	}

	#Greeting_block .greeting_box p {
		margin-top: 30px;

	}

	#Greeting_block .greeting_box h4 {
		line-height: 1.6em;
		font-size: 28px;
	}
	#Greeting_block .name_box img {
	width: 180px;
	height: auto;
}
}


/*-----------------------------------
	Outline_block
-----------------------------------*/
#Outline_block {
	margin-bottom: 140px;
}
.lower_table tr:nth-child(1) th,
.lower_table tr:nth-child(1) td {
	padding-top: 40px;
}

.lower_table tr:nth-child(11) th,
.lower_table tr:nth-child(11) td {
	padding-bottom: 40px;
}
.lower_table tr:nth-child(11)::after {
	content: "";
	display: block;
	width: 95%;
	height: 1px;
	background-color: #DDEBEE;
	position: absolute;
	right: 2.5%;
	bottom: 25%;
}
.lower_table tr:nth-child(2) th::after {
	content: "";
	display: block;
	width: 4px;
	height: 76%;
	background-color: #C3E5F3;
	position: absolute;
	right: 0;
	top: 12%;
	border-radius: 40px;
}
.lower_table tr:nth-child(11) th::after {
	content: "";
	display: block;
	width: 4px;
	height: 40%;
	background-color: #C3E5F3;
	position: absolute;
	right: 0;
	top: 20%;
	border-radius: 40px;
}
@media screen and (max-width: 640px) {
#Outline_block	.Outline_table  {
	margin-bottom: 70px;
}
#Outline_block	.Outline_table tr:nth-child(1) th {
		padding-top: 30px;
	}

#Outline_block	.Outline_table  tr:nth-child(1) td {
		padding-top: 0px;
	}



#Outline_block	.Outline_table  tr th::after,
#Outline_block	.Outline_table  tr:nth-child(1) th::after,
#Outline_block	.Outline_table  tr:nth-child(11) th::after,
#Outline_block	.Outline_table  tr:nth-child(2) th::after {
		display: none;
	}

#Outline_block	.Outline_table  tr:nth-child(1) th {
		padding-top: 30px;
	}

#Outline_block	.Outline_table  tr:nth-child(1) td {
		padding-top: 0px;
	}

#Outline_block	.Outline_table  tr:nth-child(11) th,
#Outline_block	.Outline_table  tr:nth-child(11) td {
		padding-bottom: 0px;
	}

#Outline_block	.Outline_table  tr:nth-child(11) td {
		padding-bottom: 30px;
	}

.lower_table tr:nth-child(11)::after {
display: none;
}
}

/*-----------------------------------
	System_block
-----------------------------------*/
#System_block {
	margin-bottom: 140px;
}

#System_block .system_bg {
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	padding-bottom: 50px;
}

#System_block .system_list_wrap {
	width: 60%;
	min-width: 420px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	font-size: 15px;
}

#System_block .system_list_wrap .system_list {
	width: calc(90% / 2);
	position: relative;
	padding-left: 1.2em;
	margin-bottom: 20px;
	margin-right: 20px;
}

#System_block .system_wrap .lower_ttl_02 {
	margin-bottom: -1em !important;
}

#System_block .system_list_wrap .system_list::before {
	content: counter(list-counter);
	position: absolute;
	counter-increment: list-counter;
	width: 12px;
	height: 12px;
	margin-right: 4px;
	border-radius: 50%;
	border: 3px solid #C5EEFF;
	background: #00B1FD;
	top: 5px;
	color: rgba(255, 255, 255, 0);
	left: 0;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}

#System_block .System_table tr:nth-child(2) th::after {
	content: "";
	display: block;
	width: 4px;
	height: 90%;
	background-color: #C3E5F3;
	position: absolute;
	right: 0;
	top: 4%;
	border-radius: 40px;
}

#System_block .System_table tr:nth-child(2)::after {
	display: none;
}

#System_block .system_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: flex-start;
	gap: 2%;
	margin: 40px auto 0;
}

#System_block .system_wrap .system_box {
	width: calc(90% / 2);
	background-color: #EFF7FB;
	border: solid 1px #DCE8EE;
	padding: 20px 20px 30px 20px;
	border-radius: 10px;
}

#System_block .system_wrap .system_box p {
	font-size: 15px;
	line-height: 1.8em;
}

#System_block .system_wrap .system_ttl p {
	font-size: 17px;
	font-weight: 700;
}

@media screen and (max-width: 840px) {
	#System_block .system_bg {
		padding-bottom: 15px;
	}

	#System_block .system_list_wrap {
		width: 100%;
		min-width: 200px;
	}

	#System_block .system_list_wrap .system_list {
		width: calc(90% / 2);
	}

	#System_block .System_table tr:nth-child(2) th::after {
		display: none;
	}

	#System_block .System_table tr th,
	#System_block .System_table tr td {
		display: block;
		width: 100%;
		border-bottom: none;
	}

	#System_block .System_table tr th {
		width: 100%;
		padding: 30px 30px 5px 30px;
		text-align: left;
	}

	#System_block .System_table tr td {
		padding: 0 30px;
		text-align: left;
	}

	#System_block .System_table tr:nth-child(1) th {
		padding-top: 30px;
	}

	#System_block .System_table tr:nth-child(1) td {
		padding-top: 0px;
	}

	#System_block .System_table tr::after {
	bottom: -15px;
	width: 95%;
	right: 2.5%;
	}

	#System_block .System_table tr th::after,
	#System_block .System_table tr:nth-child(1) th::after,
	#System_block .System_table tr:nth-child(2) th::after {
		display: none;
	}

	#System_block .System_table tr:nth-child(1) th {
		padding-top: 30px;
	}

	#System_block .System_table tr:nth-child(1) td {
		padding-top: 0px;
	}

	#System_block .system_wrap .system_box {
		width: 90%;
		margin-bottom: 20px;
	}

}
@media screen and (max-width: 640px) {
	#System_block .system_bg {
		padding-bottom: 5px;
	}

	#System_block {
	margin-bottom: 70px;
}
	#System_block .System_table tr::after {
	width: 90%;
	right: 5%;
	}

}


@media screen and (max-width: 520px) {
	#System_block .system_list_wrap .system_list {
		width: 90%;
		margin-bottom: 5px;
	}
	#System_block .system_list_wrap .system_list::before {
	top: 6px;
}
}
