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

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

.igon 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-content2 h2 {
	font-size: 26px;
	text-align: center;
	line-height: 80px;
	letter-spacing: 5px;
	height: 80px;
	color: #fff;
	background: linear-gradient(to right, #00a8e6, #004d8f);
	margin-top: 100px;
}

.main-content2 p {
	margin-top: 50px;
	text-align: center;
	font-size: 22px;
	letter-spacing: 7px;
	color: #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;
}

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

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

.main-explanation2 h2 {
	text-align: center;
	font-size: 22px;
	border: 5px solid #7ecef4;
	width: 80%;
	margin: 5% 10%;
	border-radius: 25px;
	color: #426ea1;
	letter-spacing: 5px;
	padding: 10px 0;
}

.main-explanation2 p {
	width: 90%;
	margin: 0 5%;
	font-size: 18px;
	letter-spacing: 3px;
}

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

.main-content3 p {
	margin-top: 50px;
	font-size: 22px;
	letter-spacing: 7px;
}

.main-service-content {
	width: 60%;
	margin: 0 20%;
	margin-top: 50px;
	background: #deedf3;
	padding: 20px;
	border-radius: 10px;
}

.main-service-content p {
	font-size: 18px;
	padding: 5px 0;
}

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

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

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

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

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

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

	.main-content2 h2 {
		font-size: 11px;
		line-height: 80px;
		letter-spacing: 5px;
		height: 80px;
		margin-top: 100px;
	}

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

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

	.main-service-content p {
		font-size: 8px;
	}

	.main-explanation2 h2 {
		font-size: 11px;
		letter-spacing: 5px;
	}

	.main-explanation2 p {
		font-size: 8px;
		letter-spacing: 3px;
	}

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

	.main-content3 p {
		margin-top: 50px;
		font-size: 8px;
		letter-spacing: 7px;
	}

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

	.header {
		width: 100%;
		height: 100%;

	}

	.header .logo {
		width: 45%;
		height: 100%;
	}

	.header .tel {
		float: right;
		width: 50%;
		height: 100%;
		margin: 10px;
	}
}