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

/* ページ内共通 */
h2{
	font-size: 25px;
	color: #231815;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	text-align: center;
	font-weight: bold;
	margin-bottom: 70px;
	letter-spacing: 5px;
	position: relative;
}
h2:after{
	content: "";
	width: 30px;
	height: 1px;
	background: #231815;
	position: absolute;
	left: -webkit-calc(50% - 15px);
	left: calc(50% - 15px);
	bottom: -20px;
}
h2 span{
	display: block;
	font-size: 11px;
	color: #231815;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	letter-spacing: 3px;
	padding-top: 10px;
}

/* メインビジュアル */
	.mainPc{
		margin-top: -100px;
	}

/* 社歴 */
section.history .base{
	max-width: 945px;
	margin: 0 auto;
}
section.history .base table{
	width: 100%;
}
section.history .base table tr{
	border-bottom: 1px solid #e6e6e6;
}
section.history .base table tr:first-child{
	border-top: 1px solid #e6e6e6;
}
section.history .base table th{
	width: 21%;
	font-size: 16px;
	color: #231815;
	vertical-align: top;
	padding: 15px 0;
	letter-spacing: 1px;
	font-weight: bold;
}
section.history .base table td{
	width: 79%;
	font-size: 16px;
	color: #231815;
	vertical-align: top;
	padding: 15px 0;
}


@media only screen and (max-width: 1149px) {
	.navWrap h1 .logo01{
		display: block !important;
	}
	.navWrap h1 .logo02{
		display: none;
	}
	.navWrap .nav-toggle span{
		background: #231815;
	}
	.navWrap .nav-toggle span::before,.navWrap .nav-toggle span::after{
		background: #231815;
	}
	.navWrap .nav-toggle.opened span::before,.navWrap .nav-toggle.opened span::after{
		background: #fff;
	}
}


@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {	
	/* ページ内共通 */
h2{
	font-size: 18px;
	margin-bottom: 50px;
}
	
/* メインビジュアル */
	.mainSp{
		margin-top: 5px;
	}
	
	/* 社歴 */
section.history .base table{
	width: 100%;
	display: block;
}
section.history .base table th{
	width: 100%;
	display: block;
	font-size: 14px;
	padding: 15px 0 0;
}
section.history .base table td{
	width: 100%;
	display: block;
	font-size: 14px;
	padding: 0 0 15px;
}
	
}