/* ttl */
#ttl {
	background: url("../img/ttl_about.jpg") no-repeat center bottom 2.0rem;
	background-size: cover;
}

@media(max-width: 480px) {
	#ttl {
		background: url("../img/ttl_about.jpg") no-repeat right bottom 2.0rem;
		background-size: cover;
	}
}


/* =================================
     about01
================================= */
#about01 .box-blue {
	margin-bottom: 3.0rem;
}

#about01 .btn-blue {
	display: inline-block;
}

#about01 .btn-blue a {
	padding: 0.5rem 2.0rem;
	font-size: 80%;
}
#about01 .btn-blue a::before {
    margin-right: 0.5rem;
}


/* =================================
     about02
================================= */
#about02 table {
	border-collapse: collapse;
	width: 100%;
}

#about02 th,
#about02 td {
	padding: 1.0rem;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

#about02 th {
	font-weight: bold;
	font-size: .875rem;
	color: #666;
	background: #eee;
	position: sticky;
	top: 0;
}

#about02 td {
	background: #fff;
	vertical-align: middle;
	line-height: 1.8;
}

#about02 td:nth-child(3) {
	border-left: 1px dotted #ccc;
}

#about02 .floor {
	background: #eee;
}

@media(max-width: 480px) {
	#about02 .heading {
		display: none;
	}
	
	#about02 td {
		display: block;
	}
	
	#about02 td::before {
		content: attr(data-label);
		font-size: .875rem;
		color: #666;
		display: block;
		margin-bottom: 0.25rem;
		font-weight: bold;
	}
	
	#about02 td:nth-child(3) {
		border-left: none;
	}

}






