@charset "UTF-8";
/* company */

/* --------------------------------------------------
Layout
-------------------------------------------------- */
.slogan-box {
	padding: 4rem 0;
	border-bottom: #CCC 1px solid;
	border-top: #CCC 1px solid;
	text-align: center;
}
.slogan-ttl01 {
	margin-top: 4rem;
	padding-bottom: 0;
	border-bottom: none;
}
.slogan-ttl02 {
	padding-bottom: 0;
	border-bottom: none;
}
.slogan-img {
	margin-top: 3rem;
}

/* history-table */
.history-table {
	width: 100%;
}
.history-table tr {
	border-bottom: #CCC 1px solid;
}
.history-table tr.middle-content {
	border-bottom: #CCC 1px dotted;
}
.history-table th,
.history-table td {
	padding: 1.5rem;
}
.history-month {
	color: #999;
}
@media only screen and (min-width:980px){	
	.history-table {
		width: 640px;
	}
}
@media only screen and (max-width:480px){
	.history-table th,
	.history-table td {
		padding: 1.5rem 0;
	}
	.history-table td {
		width: 60%;
	}
	.history-year {
		width: 25%;
	}
	.history-month {
		width: 20%;
	}
}

.map-box {
	padding: 2rem;
	background: #F2F6FB;
}
.map-box p {
	margin-top: 2rem;
}
.ico-arrow01 img {
	padding: 0.5rem 0 0 0.5rem;
}
@media only screen and (min-width:980px){
	.map-box {
		padding: 4rem;
	}
}