@charset "UTF-8";

.page-title {
	background: url("../img/outline/title.jpg") center no-repeat;
	background-size: cover;
	min-height: 450px;
	text-align: left;
	position: relative;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}


@media only screen and (max-width: 768px) {
	.page-title {
		min-height: 200px;
		margin-top: 50px;
		margin-bottom: 0;
	}
}





/* outline
----------------------------------------*/

.inner{
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0 100px;
}

h3{
	font-size: 1.5rem;
	color: #1C0C00;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	font-size: 1.4rem;
	margin-bottom: 80px;
	
}
table th {
	padding: 16px 15px 15px 10px;
	word-break: break-all;
	text-align: left;
	font-weight: bold;
	color: #1C0C00;
	width: 30%;
}
table td {	
	color: #1C0C00;
	padding: 16px 15px 15px 10px;
	margin-bottom: 1px;    
	word-break: break-all;
}
table tr:nth-child(odd) {
  background-color: rgba(28,12,0,0.08);
}

@media only screen and (max-width: 768px) {
	.inner{
		padding: calc(40 / 375 * 100vw) calc(25 / 375 * 100vw) calc(60 / 375 * 100vw);
	}
	
	h3{		
		font-size: 1.4rem;
	}
	
	table {
		font-size: 1.3rem;

	}
	
	table tr{
		display: block;
		width: 100%;
	}
	table td {	
		padding: 16px 15px 15px 10px;
		margin-bottom: 1px;    
		word-break: break-all;
	}
	table tr:nth-child(odd) {
		background-color: transparent;
	}
	table th {
		background-color: rgba(28,12,0,0.08);
	}
	table th,
	table td {
		display: block;
		width: 100%;
		padding: 10px;	
	}
}
