@charset "UTF-8";

.service_box > div:nth-of-type(1) > div {
	max-width: 700px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 30px;
	margin: 0 auto;
}

.service_box > div:nth-of-type(1) > div > a {
	text-align: center;
	background: #dbe5f3;
	border-radius: 5px;
	padding: 20px 10px;
}

.service_box > div:nth-of-type(1) > div > a div {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #014099;
	border-radius: 50px;
	margin: 0 auto 10px;
}

.service_box > div:nth-of-type(1) > div > a div img {
	max-width: 60px;
	height: 60px;
	object-fit: contain;
	filter: brightness(0) invert(100%);
}

.service_box > div:nth-of-type(1) > div > a p {
	color: #014099;
	font-size: 1.6rem;
	font-weight: bold;
}

.service_box > div:nth-of-type(n+2) > section > div:nth-of-type(1) {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px;
}

.service_box > div:nth-of-type(n+2) > section > div:nth-of-type(1) > div {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #014099;
	border-radius: 25px;
}

.service_box > div:nth-of-type(n+2) > section > div:nth-of-type(1) > div > img {
	width: auto;
	height: 30px;
	filter: brightness(0) invert(100%);
}

.service_box > div:nth-of-type(n+2) > section > div:nth-of-type(1) > h3 {
	line-height: 1;
	border-left: 0;
	padding: 0;
	margin: 0;
}

.service_box > div:nth-of-type(n+2) > section > div:nth-of-type(2) {
	max-width: 600px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin: 0 auto 50px;
}

.service_box > div:nth-of-type(n+2) > section > div:nth-of-type(2) a {
	display: block;
}

.service_box > div:nth-of-type(n+2) > section > div:nth-of-type(2) a img {
	height: 150px;
	object-fit: cover;
	margin: 0 0 10px;
}

.service_box > div:nth-of-type(n+2) > section > div:nth-of-type(2) a p {
	max-width: 200px;
	text-align: center;
	background: #fff;
	border: 1px solid #014099;
	border-radius: 5px;
	padding: 0 5px;
	margin: 0 auto;
}

.service_box > div:nth-of-type(n+2) > section > ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.service_box > div:nth-of-type(3) > section > ul > li,
.service_box > div:nth-of-type(5) > section > ul > li {
	background: #F6F8FA;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 20%);
	padding: 10px;
}

.service_box > div:nth-of-type(2) > section > ul > li,
.service_box > div:nth-of-type(4) > section > ul > li {
	background: #fff;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 20%);
	padding: 10px;
}

.service_box > div:nth-of-type(n+2) > section > ul li > div:nth-of-type(1) {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #014099;
	padding: 0 0 5px;
	margin: 0 0 10px;
}

.service_box > div:nth-of-type(n+2) > section > ul li > div:nth-of-type(1) > h4 {
	color: #014099;
	font-size: 1.6rem;
	line-height: 1.5;
}

.service_box > div:nth-of-type(n+2) > section > ul li > div:nth-of-type(1) > ul,
.service_box > div > div > h3 + ul {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.service_box > div:nth-of-type(n+2) > section > ul li > div:nth-of-type(1) > ul li,
.service_box > div > section > div > h3 + ul li,
.option_box > div ul li {
	width: 40px;
	color: #fff;
	text-align: center;
	padding: 5px;
}

.service_box > div:nth-of-type(n+2) > section > ul li > div:nth-of-type(1) > ul li:nth-of-type(1),
.service_box > div > section > div > h3 + ul li:nth-of-type(1),
.option_box > div ul li:nth-of-type(1) {
	background: #014099;
}

.service_box > div:nth-of-type(n+2) > section > ul li > div:nth-of-type(1) > ul li:nth-of-type(2),
.service_box > div > section > div > h3 + ul li:nth-of-type(2),
.option_box > div ul li:nth-of-type(2) {
	background: #e5006e;
}

.service_box > div:nth-of-type(n+6) > section > div:nth-of-type(1) ul {
	display: flex;
	gap: 10px;
}

.service_box > div:nth-of-type(n+6) > section > div:nth-of-type(1) > h3 {
	line-height: 1.5;
	border-left: 5px solid #014099;
	padding: 0 0 0 5px;
	margin: 0;
}

.service_box > div:nth-of-type(6) > section > ul,
.service_box > div:nth-of-type(7) > section > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
}

.service_box > div:nth-of-type(6) > section > ul li,
.service_box > div:nth-of-type(7) > section > ul li {
	color: #014099;
	line-height: 1.5;
	position: relative;
}

.service_box > div:nth-of-type(6) > section > ul li,
.service_box > div:nth-of-type(7) > section > ul li,
.service_box .master_box > ul li span,
.option_box > div h3 {
	padding: 0 0 0 2rem;
}

.service_box > div:nth-of-type(6) > section > ul li::before,
.service_box > div:nth-of-type(7) > section > ul li::before,
.service_box .master_box > ul li span::before,
.option_box > div h3::before {
	content: "■";
	margin: 0 0 0 -2rem;
}

.service_box > div:nth-of-type(n+2) > section.master_box > ul {
	display: flex;
	flex-flow: column;
	gap: 10px;
}

.service_box .master_box > ul li {
	line-height: 1.5;
}

.service_box .master_box > ul li span {
	color: #014099;
	position: relative;
}

.option_box > a {
	margin: 0 auto;
}

.option_box > div {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px;
}

.option_box > div h3 {
	color: #014099;
	border-left: 0;
	position: relative;
	margin: 0;
}

.option_box > div ul {
	display: flex;
	gap: 10px;
}

.option_box > p {
	margin: 0 0 60px;
}

.spec_box > table {
	width: 100%;
	max-width: 700px;
	line-height: 1.5;
	background: #fff;
	margin: 0 auto 30px;
}

.spec_box > table:last-of-type {
	margin: 0 auto;
}

.spec_box > table tr:nth-of-type(even) {
	background: #F6F8FA;
}

.spec_box > table tr th {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
	background: #014099;
	border: 1px solid #a8bdd1;
	padding: 3px 10px;
}

.spec_box > table tr td {
	border: 1px solid #a8bdd1;
	padding: 10px;
}

.spec_box > table tr td:nth-of-type(1) {
	width: 40%;
}

.spec_box > table tr td:nth-of-type(n+2) {
	width: 30%;
	font-size: 2rem;
	text-align: center;
}

.spec_box > table tr td img {
	max-width: 150px;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.service_box > div:nth-of-type(n+2) > section > ul {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media screen and (max-width: 767px) {
	.service_box > div:nth-of-type(1) > div {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.service_box > div:nth-of-type(n+2) > section > ul {
		grid-template-columns: repeat(1, 1fr);
	}

	.service_box .master_box > ul li span {
		display: block;
	}

	.spec_box > table tr td:nth-of-type(1) {
		font-size: 1.2rem;
	}

}
