@charset "UTF-8";

/* 沿革
--------------------------------------------------*/
.history {
	background: #fff;
}
	.history .tit_large {
		text-align: left;
		margin-top: 80px;
	}
	.history .tit_large:first-child {
		margin-top: 0;
	}
	.history h2 + div {
		margin-top: 20px;
	}
	.history div dl {
		width: 100%;
		display: flex;
		display: ms-flexbox;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 10px 0;
		border-top: 1px solid #ccc;
		background: #fff;
	}
	.history div dl:nth-child(even) {
		background: #e2edf8;
	}
	.history div dl:last-child {
		border-bottom: 1px solid #ccc;
	}
	.history div dl dt {
		width: 10em;
		font-weight: bold;
		padding: 0 1em 0 1.5em;
		box-sizing: border-box;
	}
	.history div dl dd {
		width: calc(100% - 10em);
		padding: 0 1.5em 0 0;
		box-sizing: border-box;
	}
		.history div dl dd a:after {
			content: "";
			display: inline-block;
			width: 1em;
			height: 1em;
			margin-left: 5px;
			background: url(../image/top/t-bl.png) no-repeat;
			background-size: cover;
		}

@media screen and (max-width: 767px) {
.pageTitSecond {
	font-size: 26px;
	font-size: 2.6rem;
	top: 18px;
}	
.history {
	background: #fff;
}
	.history .tit_large {
		margin-top: 40px;
	}
	.history div dl {
		width: 100%;
		display: block;
	}
	.history div dl dt {
		width: 100%;
		padding: 0 10px 5px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.history div dl dd {
		width: 100%;
		padding: 0 10px;
		font-size: 12px;
		font-size: 1.2rem;
	}
}
