@charset "utf-8";
/* CSS Document */


/*/////////// MV ////////////*/
.mv2 .wrap {
	background-color: rgba(34,34,34,0.20);
}


/*/////////// セクション1 ////////////*/
.sec1 .container {
	max-width: 860px;
}

.sec1 h1 {
	font-size: 1.6em;
	color: #24657c;
}

.sec1 h2 {
	font-size: 1.5em;
	text-align: center;
}

.sec1 table {
	width: 100%;
}

.sec1 table th {
	font-weight: normal;
	display: block;
	background-color: #24657c;
}

.sec1 table td {
	display: block;
}

.sec1 table th p {
	color: #fff;
}

.sec1 table th p, .sec1 table td p {
	margin-bottom: 0 !important;
}


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

	.sec1 h2 {
		font-size: 1.5em;
	}
	
	.sec1 table tr {
		border-bottom: 1px solid #ababab;
	}
	
	.sec1 table th, .sec1 table td {
		display: table-cell;
		vertical-align: top;
		padding: 30px 0 !important;
	}
	
	.sec1 table th {
		background-color: #fff;
		width: 25%;
	}

	.sec1 table td {
		width: 75%;
	}

	.sec1 table th p {
		color: #3a3a3a;
	}
	
	.btn1 {
		width: 260px;
	}
}

@media (min-width:992px) {
	.sec1 h1 {
		font-size: 1.8em;
	}
	
	.btn1 {
		width: 300px;
	}	
}
