/*-----------------------------------------
 minji.html css
-----------------------------------------*/
.minji {
	text-align: center;
}

.minji h2 {
	font-size: 40px;
	letter-spacing: 20px;
}

.minji span {
	position: relative;
	bottom: 30px;
	font-size: 10.99px;
	letter-spacing: 5px;
	color: #999;
}

.main-content h2 {
	font-size: 26px;
	text-align: center;
	line-height: 80px;
	letter-spacing: 5px;
	height: 80px;
	color: #fff;
	background: linear-gradient(to right, #00a8e6, #004d8f);
}

.main-content p {
	font-size: 18px;
	letter-spacing: 7px;
}

.main-content-img {
	width: 100%;
}

.main-content-img img {
	margin-top: 50px;
	width: 100%;
}

.main-content-img p {
	margin-top: 50px;
	font-size: 18px;
	letter-spacing: 7px;
}

.main-content2 h2 {
	margin-top: 150px;
	font-size: 26px;
	text-align: center;
	line-height: 80px;
	letter-spacing: 5px;
	height: 80px;
	color: #fff;
	background: linear-gradient(to right, #00a8e6, #004d8f);
}

.main-checkbox {
	width: calc(98.5% - 30px);
	background: #deedf3;
	border: 5px solid #7ecef4;
	border-radius: 10px;
	padding: 20px 20px 50px;
	margin: 15px 0;
}

.check-list {
	display: block;
	padding: 5px 0;
}

/* チェックボックス */
input[type="checkbox"] {
	position: relative;
	width: 18px;
	height: 18px;
}

input[type="checkbox"]:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	width: 22px;
	height: 22px;
	background: #fff;
	border: 2px solid #004d8f;
	box-sizing: border-box;
	z-index: 1;
}

input[type="checkbox"]:checked:before {
	background: #539bda;
}

label {
	font-size: 20px;
	letter-spacing: 5px;
	padding: 20px;
}

.check-text {
	margin-top: 30px;
}

.check-text h2 {
	width: 90%;
	margin: 0 5%;
	padding: 5px 30px;
	color: #004d8f;
	background: #7ecef4;
	font-size: 24px;
	letter-spacing: 8px;
	border-radius: 10px;
}

.number-content {
	margin-top: 50px;
}

.numbers {
	width: calc(100% - 10px);
	height: 100px;
	border: 5px solid #7ecef4;
	border-radius: 10px;
	text-align: center;

}

.number {
	position: relative;
	left: 45%;
	top: 10px;
	font-size: 20px;
	width: 40px;
	height: 40px;
	background: #64bae3;
	border-radius: 50%;
	color: #fff;
	line-height: 40px;
}

.numbers p {
	color: #004d8f;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 2px;
}

.number-content p {
	font-size: 18px;
	letter-spacing: 3px;
}

.main-consultation {
	margin: 100px 0;
	text-align: center;
	color: #004d8f;
	font-size: 26px;
	padding: 20px;
	letter-spacing: 5px;
	font-weight: 500;
	background: #deedf3;
}

.main-consultation span {
	font-size: 34px;
	line-height: 80px;
}

@media(max-width:768px) {
	.title h2 {
		font-size: 75px;
		font-weight: normal;
	}

	.title span {
		font-size: 16.42px;
	}

	.minji {}

	.minji h2 {
		font-size: 40px;
		letter-spacing: 20px;

	}

	.minji span {
		font-size: 10.99px;
		letter-spacing: 5px;
	}

	.main-content h2 {
		font-size: 16px;
		line-height: 80px;
		letter-spacing: 5px;
	}

	.main-content p {
		font-size: 8px;
		letter-spacing: 7px;
	}

	.main-content-img p {
		font-size: 8px;
		letter-spacing: 7px;
	}

	.main-content2 h2 {
		font-size: 16px;
		line-height: 80px;
		letter-spacing: 5px;
	}

	label {
		font-size: 10px;
		letter-spacing: 5px;
	}

	.check-text h2 {
		font-size: 10px;
		letter-spacing: 8px;
	}

	.numbers p {
		font-size: 8px;
		font-weight: 700;
		letter-spacing: 2px;

	}

	.number-content p {
		font-size: 8px;
		letter-spacing: 3px;
	}

	.main-consultation {
		font-size: 16px;
		letter-spacing: 5px;
		font-weight: 500;
	}

	.main-consultation span {
		font-size: 16px;
		line-height: 80px;
	}
}