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

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

.seinen-goken 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 h3 {
	text-align: center;
	margin-top: 50px;
	font-size: 22px;
	letter-spacing: 10px;
	color: #004d8f;
}

.main-checkbox {
	width: 100%;
	background: #deedf3;
	border: 5px solid #7ecef4;
	border-radius: 10px;
	padding: 20px;
	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;
}

.list-button {
	text-align: center;
	margin-top: 50px;
}

.list-button a {
	text-decoration: none;
	font-size: 22px;
	letter-spacing: 10px;
	color: #fff;
	background: #00a8e6;
	padding: 5px 50px;
	border: 5px solid #7ecef4;
	border-radius: 10px;
}

.main-explanation 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-explanation p {
	width: 90%;
	margin: 0 5%;
	font-size: 18px;
	letter-spacing: 3px;
}

.main-current h2 {
	font-size: 22px;
	color: #004d8f;
	text-align: center;
}

.main-current-content {
	width: 100%;
	background: #deedf3;
	padding-bottom: 50px;
}

table {
	padding-left: 50px;
}

td {
	width: 10%;
	height: 80px;
	background: #64bae3;
	border: 1px solid #64bae3;
	font-size: 17.99px;
	text-align: center;
	color: #fff;
}

th {
	font-size: 18px;
	text-align: left;
	padding-left: 30px;
	color: #004d8f;
	letter-spacing: 3px;
}

th span {
	color: #000;
	font-weight: 100;
}

.main-current-if {
	position: relative;
	text-align: center;
	width: 90%;
	margin: 5%;
	background: #fff;
}

.main-current-if h2 {
	font-size: 22px;
	color: #004d8f;
	letter-spacing: 10px;
	padding: 5px 0;
}

.main-current-if section {
	position: absolute;
	top: 35px;
	left: 45%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 40px 40px;
	border-color: transparent transparent #fff transparent;
	transform: rotate(180deg);
}

.main-e-t-c {
	width: 90%;
	margin: 0 5%;
	margin-top: 20px;
}

.main-e-t-c {

	font-size: 18px;
	letter-spacing: 5px;
}

.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-current2 h2 {
	font-size: 22px;
	color: #004d8f;
	text-align: center;
}

.main-current-content2 {
	width: 100%;
	height: 340px;
	background: #deedf3;
}

.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);
}

.main-content2 p {
	text-align: center;
	font-size: 18px;
	letter-spacing: 7px;
}

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

.main-consultation {
	margin: 100px 0;
	text-align: center;
	color: #004d8f;
	font-size: 26px;
	letter-spacing: 10px;
}

@media(max-width:768px) {

	.title h2 {
		font-size: 75px;
	}

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

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

	.seinen-goken span {

		font-size: 10.99px;
		letter-spacing: 5px;

	}

	.main-content h2 {
		font-size: 18px;

		line-height: 80px;
		letter-spacing: 5px;

	}

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

	.main-content h3 {

		font-size: 11px;
		letter-spacing: 10px;

	}

	label {
		font-size: 8px;
		letter-spacing: 5px;


	}

	.list-button a {
		font-size: 12px;
		letter-spacing: 5px;
	}

	.main-explanation h2 {
		text-align: center;
		font-size: 15px;
		letter-spacing: 5px;
	}

	.main-explanation p {
		font-size: 12px;
		letter-spacing: 3px;
	}

	.main-current h2 {
		font-size: 22px;
	}

	td {
		font-size: 6.99px;
		text-align: center;
	}

	th {
		font-size: 7px;
		text-align: left;
		letter-spacing: 3px;
	}

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

	.main-current-if section {
		position: absolute;
		top: 25px;
		left: 45%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 20px 20px 20px;
		border-color: transparent transparent #fff transparent;
		transform: rotate(180deg);
	}

	.main-e-t-c {
		font-size: 10px;
		letter-spacing: 5px;
	}


	.main-explanation2 h2 {
		text-align: center;
		font-size: 7px;
		letter-spacing: 2px;
	}

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

	.main-current2 h2 {
		font-size: 14px;
	}

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

	td {
		width: 10%;
		height: 80px;
		background: #64bae3;
		border: 1px solid #64bae3;
		font-size: 6.99px;
		text-align: center;
		color: #fff;
	}

	th {
		font-size: 7px;
		text-align: left;
		padding-left: 30px;
		color: #004d8f;
		letter-spacing: 3px;
	}

	.checkbox2 {
		width: 100%;
		height: 420px;
		background: #deedf3;
		border: 5px solid #7ecef4;
		border-radius: 10px;
		padding: 20px;
		margin: 15px 0;
	}

	.main-content2 p {
		text-align: center;
		font-size: 8px;
		letter-spacing: 2px;
	}

	.main-consultation {
		margin: 100px 0;
		text-align: center;
		color: #004d8f;
		font-size: 15px;
		letter-spacing: 10px;
	}

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