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

main .container {
	max-width: 1140px;
}


/*////////// 共通 ///////////*/


/*////////// セクション1 ///////////*/
.sec1 h2 {
	font-size: 1.15rem;
	line-height: 1.5em;
	font-weight: bold;
}

.sec2 .box {
	width: 100%;
	height: 400px;
	overflow-y: scroll;
	border: 1px solid #ababab;
	padding: 1.25rem;
}

.sec2 .box h3 {
	font-size: 1.15rem;
	line-height: 1.5em;
	margin-bottom: 1rem;
}

.sec2 .box .mb-l {
	margin-bottom: 1em;
}

.sec2 .box .mb-s {
	margin-bottom: 0.5em;
}

.sec2 .box .mb-l:last-child, .sec2 .box .mb-s:last-child {
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.sec2 .box {
		padding: 1.5rem;
	}
	
	main .btn {
		width: 320px !important;
	}
}

@media (min-width: 768px) {
	.sec1 h2 {
		font-size: 1.3rem;
	}
	
	.sec2 .box {
		height: 500px;
		padding: 1.75rem;
	}
}

@media (min-width: 992px) {
	.sec2 .box {
		height: 600px;
		padding: 2.0rem;
	}
	
	.sec2 .box .mb-lg-l {
		margin-bottom: 0.5em;
	}

	.sec2 .box .mb-lg-l:last-child {
		margin-bottom: 0;
	}
	
	main .btn-box {
		width: 680px;
		margin-left: auto;
		margin-right: auto;
	}	
}