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

/*
* BASE
******************************************************/
.history-content {
	padding: 100px 0;
	max-width: 850px;
}
.history-heading {
	margin: 0 0 80px 0;
	font-size: 4.0rem;
}
@media screen and (max-width:768px) {
	.history-content {
		padding: 50px 0;
	}
	.history-heading {
		margin: 0 0 40px 0;
		font-size: 2.2rem;
	}
}

/*
* HISTORY
******************************************************/
.history-content_inner {
	margin: 100px 0;
}
.history-content-list {
	margin-bottom: 80px;
}
.history-content-list h3 {
	font-size: 1.8rem;
	font-weight: 400;
	background: #f9f8f4;
	padding: 10px 20px;
	margin-bottom: 2em;
}
.history-content-list p {
	font-size: 1.4rem;
	margin-bottom: 1em;
}
.history-content-list li {
	font-size: 1.4rem;
}
.history-content-list table {
	width: 100%;
	max-width: 850px;
	font-size: 1.4rem;
}
.history-content-list tr {
	vertical-align: top;
}
.history-content-list th {
	font-weight: 400;
	text-align: left;
	padding-right: 2em;
}
.history-content-list td {
	text-align: left;
}
.history-content-notes {
	background-color: #f4f4f4;
	padding: 30px;
	margin-bottom: 1em;
}
.history-content-notes p {
	font-size: 1.4rem;
	line-height: 2;
	margin-bottom: 0;
}
@media screen and (max-width:768px) {
	.history-content_inner {
		margin: 50px 0;
	}
	.history-content-list h3 {
		font-size: 1.6rem;
		margin-bottom: 40px;
	}
	.history-content-list th {
		padding-right: 0;
		display: block;
	}
	.history-content-list td {
		display: block;
		margin-bottom: 1em;
	}
	.history-content-notes {
		padding: 20px;
	}
}

/*
* INTRO
******************************************************/
.history-intro {
	background: #f4f4f4;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-start; 
	padding: 30px;
	position: relative;
}
.history-intro_thumb {
	margin: 0;
	padding: 0;
	line-height: 0;
	width: 180px;
	max-width: 100%;
}
.history-intro_thumb img {
	max-width: 100%;
}
.history-intro_desc {
	margin-left: 30px;
	text-align: left;
	max-width: 560px;
}
.history-intro_heading {
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
.history-intro_detail {
	font-size: 1.1rem;
	margin-top: 1em;
}
.history-intro_text {
	font-size: 1.4rem;
}
@media screen and (min-width:900px) and (max-width:1169px) {
	.history-intro {
		padding: 15px;
	}
	.history-intro_thumb {
		width: auto;
		max-width: 120px;
	}
	.history-intro_desc {
		margin-left: 15px;
	}
}
@media screen and (max-width:900px) {
	.history-intro {
		display: block;
		padding: 15px;
		position: static;
	}
	.history-intro_thumb {
		width: auto;
		max-width: inherit;
		text-align: center;
	}
	.history-intro_desc {
		margin-left: 0;
		margin-top: 15px;
		text-align: left;
	}
}