@charset "UTF-8";
/* **********************************************
	沿革スタイル
	
	スマホ(max-width: 768px)
	タブレット（min-width: 768px）and(max-width:960px)
	PC（min-width: 960px）
	
 ********************************************** */
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
}
/* =================================================
	本文エリア
 ================================================= */
#wrapper .contents {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 40px 0px 1px;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 0;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	#wrapper .contents {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 80px 0px 1px;
		text-align: center;
		background: #fff;
		position: relative;
		z-index: 0;
	}
}
/* =================================================
	COMPANYエリア
 ================================================= */
#wrapper .comhistoryArea {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	#wrapper .comhistoryArea {
		max-width: 860px;
	}
}
/* 見出し */
.comhistoryArea .mds {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
.comhistoryArea .mds h1 {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 40px 0px 40px;
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.225em;
	color: #231815;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* 見出し */
	.comhistoryArea .mds h1 {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px 0px 60px;
		text-align: center;
		font-size: 32px;
		font-weight: 500;
		line-height: 1em;
		letter-spacing: 0.225em;
		color: #231815;
	}
}
/* =================================================
	目次　ページ内リンク
 ================================================= */
.comhistoryArea ul.content_index {
	width: 90%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0px auto 30px;
	padding: 10px;
	list-style: none;
}
.comhistoryArea ul.content_index li {
	width: calc(100% / 4);
	height: 2.5em;
	display: block;
	margin: 0px auto;
	padding: 4px 0px 0px 20px;
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: -0.025em;
	list-style: none;
	position: relative;
}
.comhistoryArea ul.content_index li::after {
	content: "▼";
	width: 1em;
	height: 1.5em;
	display: block;
	margin: auto;
	padding: 0px;
	text-align: left;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.25em;
	color: #d64045;
	letter-spacing: -0.025em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2px;
	right: auto;
}
.comhistoryArea ul.content_index li a {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	color: #231815;
	text-decoration: none;
	letter-spacing: -0.025em;
	transition: all 0.3s ease;
}
.comhistoryArea ul.content_index li a:hover {
	color: #d64045;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	.comhistoryArea ul.content_index {
		width: auto;
		max-width: 1100px;
		height: auto;
		display: inline-flex; /* ← block ではなく inline-flex */
		justify-content: center; /* 中央寄せ */
		flex-wrap: nowrap;
		margin: 0px auto 60px;
		padding: 0px;
		list-style: none;
	}
	.comhistoryArea ul.content_index li {
		width: auto;
		height: 2.5em;
		display: block;
		margin: 0px 20px;
		padding: 4px 0px 0px 23px;
		text-align: left;
		font-size: 13px;
		font-weight: 400;
		line-height: 1.5em;
		white-space: nowrap;
		letter-spacing: -0.025em;
		list-style: none;
		position: relative;
	}
	.comhistoryArea ul.content_index li:not(:last-child)::before {
		content: "｜";
		width: 1em;
		height: 1.5em;
		display: block;
		margin: auto;
		padding: 0px;
		text-align: left;
		font-size: 1em;
		font-weight: 400;
		line-height: 1.25em;
		color: #bbb;
		letter-spacing: -0.025em;
		position: absolute;
		top: 0;
		bottom: 0;
		left: auto;
		right: -25px;
	}
	.comhistoryArea ul.content_index li::after {
		content: "▼";
		width: 1em;
		height: 1.5em;
		display: block;
		margin: auto;
		padding: 0px;
		text-align: left;
		font-size: 1em;
		font-weight: 400;
		line-height: 1.25em;
		color: #d64045;
		letter-spacing: -0.025em;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 2px;
		right: auto;
	}
	.comhistoryArea ul.content_index li a {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.5em;
		color: #231815;
		text-decoration: none;
		letter-spacing: -0.025em;
	}
}
/* =================================================
	沿革エリア
 ================================================= */
.pc {
	display: none;
}
.sp {
	display: inline-block;
}
table {
	width: 90%;
	height: auto;
	margin: 0px auto 70px;
	border-collapse: collapse;
	position: relative;
	z-index: 1;
}
table::before {
	content: "";
	width: 1px;
	height: 100%;
	border-left: 1px solid #c5cbd3;
	position: absolute;
	top: 18px;
	bottom: auto;
	left: 49.9%;
	right: auto;
	z-index: -1;
}
td, th {
	width: 48%;
	max-width: 415px;
	height: auto;
	padding: 3px;
	border-collapse: collapse;
	vertical-align: top;
}
td.left {
	text-align: right;
}
td.right {
	text-align: left;
}
td.point {
	width: 30px;
	height: 25px;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.75em;
	color: #5f65cc;
	text-decoration: none;
	background: #fff;
	border-radius: 50%;
}
td h3 {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75em;
	color: #5f65cc;
	text-decoration: none;
}
td p {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.75em;
	color: #666;
	text-decoration: none;
}
td p span {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.75em;
	color: #5f65cc;
	text-decoration: none;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	.pc {
		display: inline-block;
	}
	.sp {
		display: none;
	}
	table {
		width: 100%;
		max-width: 860px;
		height: auto;
		margin: 0px auto 100px;
		border-collapse: collapse;
		position: relative;
		z-index: 1;
	}
	table::before {
		content: "";
		width: 1px;
		height: 100%;
		border-left: 1px solid #c5cbd3;
		position: absolute;
		top: 18px;
		bottom: auto;
		left: 50%;
		right: auto;
		z-index: -1;
	}
	td, th {
		width: 48%;
		max-width: 415px;
		height: auto;
		padding: 3px;
		border-collapse: collapse;
		vertical-align: top;
	}
	td.left {
		text-align: right;
	}
	td.right {
		text-align: left;
	}
	td.point {
		width: 30px;
		height: 30px;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		font-size: 24px;
		font-weight: 500;
		line-height: 1.75em;
		color: #5f65cc;
		text-decoration: none;
		background: #fff;
		border-radius: 50%;
	}
	td h3 {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.75em;
		color: #5f65cc;
		text-decoration: none;
	}
	td p {
		width: auto;
		height: auto;
		display: inline-block;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.75em;
		color: #666;
		text-decoration: none;
	}
	td p:has(span) {
		padding-left: 2em;
		text-indent: -2em;
	}
	td p span {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.75em;
		color: #5f65cc;
		text-decoration: none;
	}
}