@charset "UTF-8";


/*////////// 共通 ///////////*/
section ul {
	padding-left: 1em;
	text-indent: -1em;
	margin: 0;
	list-style: none;
}

section ul li {
	margin-bottom: 5px;
}

section ul li:last-child {
	margin-bottom: 0;
}

.sec3 .container, .sec4 .container, .sec5 .container, .sec6 .container, .sec7 .container {
	max-width: 1000px;	
}

.sec3 h1, .sec4 h1, .sec5 h1, .sec6 h1, .sec7 h1 {
	font-size: 1.4em !important;
	color: #0071bc;
	padding-bottom: 7px;
	border-bottom: 1px solid #ababab;	
}


@media (min-width: 576px) {
	.sec3 h1, .sec4 h1, .sec5 h1, .sec6 h1, .sec7 h1 {
		font-size: 1.5em !important;
	}
}


@media (min-width: 992px) {
	.sec3 h1, .sec4 h1, .sec5 h1, .sec6 h1, .sec7 h1 {
		font-size: 1.6em !important;
		padding-bottom: 10px;	
	}
}


@media (min-width: 1200px) {
	.sec3 h1, .sec4 h1, .sec5 h1, .sec6 h1, .sec7 h1 {
		font-size: 1.7em !important;
	}
	
	.pe-xl-6 {
		padding-right: 70px !important;
	}
}


@media (max-width: 3000px) {
	section {
		margin-bottom: 100px;
	}
}


@media (max-width: 1199px) {
	section {
		margin-bottom: 80px;
	}
}


@media (max-width: 767px) {
	section {
		margin-bottom: 60px;
	}
}

@media (max-width: 575px) {
	section {
		margin-bottom: 50px;
	}
}


/*////////// セクション1 ///////////*/
.sec1 h1 {
	font-size: 1.6em !important;	
}

.sec1 p {
	font-size: 0.9em;
	font-weight: 600;
}


@media (min-width: 576px) {
	.sec1 h1 {
		font-size: 1.7em !important;	
	}
	
	.sec1 p {
		font-size: 1.1em;
	}	
}


@media (min-width: 768px) {
	.sec1 h1 {
		font-size: 1.7em !important;	
	}
}


@media (min-width: 992px) {
	.sec1 h1 {
		font-size: 1.9em !important;	
	}
}


@media (min-width: 1200px) {
	.sec1 .container{
		padding-left: 0 !important;
	}
	.sec1 h1 {
		font-size: 2.2em !important;	
	}
}


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


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


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


@media (min-width: 1400px) {
	.sec2 .container-fluid {
		max-width: 1600px;
		margin-left: 0 !important;
	}
}


/*////////// セクション4 ///////////*/
.sec4 h2 {
	background-color: #0071bc;
	color: #fff;
	width: 90px;
	font-size: 1.2em;
	font-weight: 600;
	padding: 6px 0;
	text-align: center;
}


/*////////// セクション7 ///////////*/
.sec7 h3 {
	font-size: 1.4em;
	font-weight: 600;
}

section .table-wrap {
	width: 180%;
}

.sec7 .table-wrap {
	width: 100%;
	overflow: visible;
}

.sec7 table {
	width: 100%;
}


@media (min-width: 992px) {
	.sec7 h3 {
		font-size: 1.5em;
	}
}





