@charset "UTF-8";


/*////////// セクション2 ///////////*/
.sec2 h1 {
	font-size: 1.4em;
	line-height: 1.7em;
}

.sec2 h1 span {
	font-size: 1.3em;
	color: #e21726;
}

.sec2 .col-6 {
	margin-bottom: 20px;
}

.sec2 .col-6:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.sec2 h1 {
		font-size: 1.5em;
	}

	.sec2 .col-6 {
		margin-bottom: 30px;
	}

	.sec2 .col-6:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.sec2 h1 {
		font-size: 1.6em;
	}

	.sec2 .col-6 {
		margin-bottom: 40px;
	}
}


/*////////// セクション3 ///////////*/
.sec3 .wrap {
	width: 95%;
	display: block;
	padding: 30px 25px;
	height: auto;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.sec3 .wrap h2 {
	width: 100%;
}

.sec3 .wrap p {
	width: 100%;
	color: #0071bc;
	font-weight: 600;
}

@media (min-width: 576px) {
	.sec3 .wrap {
		width: 45%;
		height: 195px;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
}

@media (min-width: 768px) {
	.sec3 .wrap {
		padding: 35px 35px;
		height: 215px;
	}
	
	.sec3 .wrap h2 {
		font-size: 1.5em;
	}
}

@media (min-width: 992px) {
	.sec3 .wrap {
		padding: 35px 40px;
		height: 200px;
	}
	
	.sec3 .wrap h2 {
		font-size: 1.7em;
	}
}



/*////////// セクション4 ///////////*/
.sec4 table {
	width: 220%;
}

.sec4 table th, .sec4 table td {
	width: auto;
}

.sec4 table td div {
	border-bottom: 1px solid #555;
	text-align: center;
	padding: 10px;
}

.sec4 table td div:last-child {
	border-bottom: none;
}

@media (min-width: 576px) {
	.sec4 table {
		width: 160%;
	}

	.sec4 table td div {
		padding: 15px;
	}	
}

@media (min-width: 768px) {
	.sec4 table {
		width: 120%;
	}

	.sec4 table td div {
		padding: 15px;
	}	
}

@media (min-width: 992px) {
	.sec4 .table-wrap {
		overflow: visible;
	}
	
	.sec4 table {
		width: 100%;
	}

	.sec4 table td div {
		padding: 20px 15px;
	}	
}


/*////////// セクション5 ///////////*/
.sec5 .kata {
	font-size: 1.5em;
	font-weight: 600;
}

.sec5 h2 {
	font-size: 1.5em;
	font-weight: 600;
}

@media (min-width: 576px) {
	.sec5 .kata {
		font-size: 1.6em;
	}

	.sec5 h2 {
		font-size: 1.6em;
	}
}

@media (min-width: 992px) {
	.sec5 .kata {
		font-size: 1.7em;
	}

	.sec5 h2 {
		font-size: 1.7em;
	}
}


/*////////// セクション6 ///////////*/
.sec6 h1 {
	font-size: 1.4em;
	line-height: 1.8em;
}

.sec6 h1 span {
	font-size: 1.25em;
	color: #0071bc;
}

.sec6 p {
	font-size: 1.5em;
	font-weight: 600;
}

.sec6 h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 108px;
	height: 108px;
	color: #0071bc;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: 700;
	text-align: center;
	background-color: #f2f2f2;
	border-radius: 50%;
	padding: 0 5px;
	margin-left: auto;
	margin-right: auto;	
}

@media (min-width: 576px) {
	.sec6 h1 {
		font-size: 1.5em;
	}

	.sec6 p {
		font-size: 1.6em;
	}

	.sec6 h2 {
		width: 160px;
		height: 160px;
		font-size: 1.6em;
	}
}

@media (min-width: 768px) {
	.sec6 h2 {
		width: 200px;
		height: 200px;
		font-size: 1.6em;
	}
}

@media (min-width: 992px) {
	.sec6 .container {
		width: 880px;
	}
	
	.sec6 h1 {
		font-size: 1.5em;
	}

	.sec6 p {
		font-size: 1.7em;
	}
	
	.sec6 h2 {
		width: 240px;
		height: 240px;
		font-size: 1.7em;
	}
}











