@charset "utf-8";

.outline{
	width: 94%;
	max-width: 1140px;
	margin: 0rem auto;
	padding-top:50px;
}


.outline .pageTitle {
    margin: 20px auto 6rem;
    text-align: center;
    font-size: 250%;
    letter-spacing: 0.8rem;
	position: relative;
}


.outline table {
	width: 100%;
	margin: 0 auto 2rem;
}

.outline table th {
	width: 30%;
	background: #F6F7F9;
    border-top: 1px solid #002455;
	color:#002455;
	padding: 1.8rem 0 1.8rem 1.8rem;
	text-align: left;	
}

.outline table td {
    border-top: 1px solid #8F92A5;
	color:#000;
	padding: 1.8rem 0 1.8rem 1.8rem;
}

.outline table tr:last-child th {
	border-bottom: solid #002455 1px;
}

.outline table tr:last-child td {
	border-bottom: solid #8F92A5 1px;
}

@media screen and (max-width: 767px) {
	.outline {
		margin: 0 auto ;
	}
	
	.outline .pageTitle {
		margin: 0 auto 2rem;
		font-size: 120%;
		letter-spacing: 0.4rem;
	}

	.outline table tr th,
	.outline table tr td {
		display: block;
		width: 100%;
	}
	.outline table tr:last-child th {
		border-bottom: none;
	}
	
	.outline table th,table td {
		padding: 10px 15px;
	}
	
	
}

