@CHARSET "UTF-8";

.section_1 {
	padding: 110px 0 80px;
	background: linear-gradient(-135deg, #06aee0ad, #0063dda6), url(/img/index_background.jpeg);
	background-position: 50%;
	color: #fff;
	margin-top: 8px;
	background-size: cover;
}


.section_2,
.section_3 {
	padding: 66px 0;
}

.section_2 table {
	max-width: 928px;
	padding: 0;
	margin-top: 20px;
}

.section_3 .subtitle span {
	text-align: left;
}

.section_3 .introduction {
	text-align: center;
	padding-bottom: 40px;
	display: inline-block;
	max-width: 928px;
	text-align: center;
	font-size: 16px;
	width: 75%;
}

.section_3--ul div {
	text-align: left;
	width: 75%;
	display: inline-block;
}

.section_3--ul li {
	display: inline-block;
	padding: 0px 10px 10px 10px;
	width: 25%;
}

.section_3 img {
	background-size: contain;
	margin: 0 auto;
	max-width: 250px;
	max-height: 250px;
	width: 100%;
}

.section_2 .subtitle,
.section_3 .subtitle {
	text-align: left;
	max-width: 75%;
	margin: 0 auto;
	padding-bottom: 10px;
}

.section_2 table span {
	font-size: 18px;
}

.section_2 tr {
	border: solid 2px #000000;
}

.section_2 td {
	padding-left: 32px;
}

.imgDescription {
	text-align: left;
}

.name {
	font-weight: bold;
	padding: 1em 0;
	font-size: 20px;
}

.section_2 .subtitle span,
.section_3 .subtitle span {
	border-top: solid 5px #000000;
	border-bottom: solid 5px #000000;
}

@media screen and (max-width: 1024px) {
	.section_3 .subtitle {
		width: 75%;
	    max-width: 768px;
	    display: inline-block;
		margin: 0;
	}

	.section_3--ul li {
		display: block;
		width: auto;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 768px) {

	.section_2 table span,
	.section_3 .introduction {
		font-size: 18px;
	}

	.subtitle--01 {
		font-size: 24px;
	}

	.subtitle--02 {
		font-size: 18px;
	}

	.section_2 .subtitle,
	.section_3 .subtitle {
		max-width: unset;
		width: 80%;
	}

	.section_2 img {
		padding: unset;
	}

	.table--type01,
	.introduction {
		width: 80%! important;
		padding-left: 0;
	}

	.table--type01 th {
		min-width: 160px;
	}

}
