<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@media(max-width: 960px) {
		.contents {
				padding-left: 20px;
				padding-right: 20px;
		}
}
.history_container {
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
}
.history_container img {
		width: 100%;
		height: auto;
}
.history_container .history_sidebar {
		position: -webkit-sticky;
		position: sticky;
		width: 280px;
		top: 150px;
		left: 0;
		z-index: 50
}
.history_sidebar .history_sidebar_col {
		position: absolute;
		top: 0px;
		left: 0;
		width: 280px;
}
.history_sidebar_col li {
		list-style: none;
		margin: 0 0 20px;
		line-height: 1.4;
		font-size: 14px;
}
.history_sidebar_col li a {
		color: #BBBEC0;
		transition: color 0.2s;
		text-decoration: none;
		display: inline-block;
		position: relative;
		padding-left: 17px;
}
.history_sidebar_col li a::before {
		content: '';
		display: block;
		position: absolute;
		top: 9px;
		left: 0;
		width: 10px;
		height: 10px;
		background: #BBBEC0;
		border-radius: 50%;
		transition: background 0.2s;
}
@media (hover: hover) {
		.history_sidebar_col a:hover {
				color: #005477;
		}
		.history_sidebar_col a:hover::before {
				background: #005477;
		}
}
.history_sidebar_col a.isCurrent {
		color: #005477;
}
.history_sidebar_col a.isCurrent::before {
		background: #005477;
}
.contents_wrap {
		max-width: 840px;
		margin: 0;
		margin-left: auto;
}
.contents section {
		padding-bottom: 60px;
}
.anchor {
		padding-bottom: 140px;
}
section.last {
		padding-bottom: 0;
}
.contents section p {
		line-height: 2.0;
}
@media(min-width: 1201px) {
		.extraBr {
				display: none
		}
}
@media(max-width: 1200px) {
		.history_sidebar .history_sidebar_col {
				width: 200px;
		}
		.history_sidebar_col li {
				font-size: 14px;
		}
		.contents_wrap {
				width: calc(100% - 230px);
				margin: 0;
				margin-left: 230px;
		}
}
@media(max-width: 960px) {
		.contents_wrap {
				width: calc(100% - 220px);
				margin-left: 220px;
		}
		.history_sidebar_col li {
				font-size: 13px;
		}
}
@media(max-width: 767px) {
		.history_sidebar {
				display: none;
		}
		.history_cont::before {
				top: 9px;
		}
		.contents_wrap {
				width: auto;
				margin-left: 0;
		}
		.contents section {
				padding-bottom: 40px;
		}
		.anchor {
				padding-bottom: 100px;
		}
}
/* ================ */
.history_gr {
		background-repeat: repeat-y;
		background-position: 175px 0;
		background-size: 665px;
		background-image: url("../images/history_bg_pc.png");
		padding-bottom: 15px;
}
.history_cont {
		position: relative;
}
.history_cont::before {
		content: '';
		display: block;
		position: absolute;
		top: 15px;
		left: 130px;
		width: 1px;
		height: 100%;
		background: #96B8D1;
		pointer-events: none;
}
.history_hd {
		font-size: 32px;
		line-height: 1.6;
		font-weight: 600;
		padding-bottom: 20px;
		border-bottom: 1px solid #005477;
		margin: 0 0 40px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
}
.history_hd_left {
		margin-right: 20px;
		line-height: 1.6;
}
.history_hd_right {
		line-height: 0.9;
}
.history_hd_right small {
		font-size: 16px;
		font-weight: 400;
}
.history_col {
		margin-left: 175px;
}
.history_cont .history_col {
		min-height: 70px;
}
.history_hdr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: -15px;
}
.history_hdr h4 {
		font-size: 20px;
		font-weight: 600;
		padding-left: 30px;
}
.history_left, .history_right {
		box-sizing: border-box;
}
.history_hdr .history_left, .history_hdr .history_right {
		height: 65px;
		display: flex;
		align-items: center;
}
.history_left {
		width: 385px;
}
.history_right {
		width: 280px;
		color: #787B7E;
}
.history_year {
		font-family: 'Inter', sans-serif;
		font-size: 30px;
		position: relative;
}
.history_year::before {
		content: '';
		display: block;
		position: absolute;
		top: 15px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #96B8D1;
}
.history_year span {
		background: #fff;
		padding-right: 15px;
		position: relative;
		z-index: 3;
}
.history_cont .history_col {
		display: flex;
		flex-wrap: wrap;
		font-weight: 500;
}
.history_cont .history_left, .history_cont .history_right {
		padding: 10px 20px;
}
.history_col ul {
		list-style: none;
		margin-left: 16px
}
.history_col li {
		position: relative;
		font-size: 15px;
		line-height: 1.8;
		margin: 0 0 10px;
}
.history_col li.sub {
		font-weight: 400;
		font-size: 14px;
}
.history_col li.sub::before {
		display: none
}
.history_col ul li:last-child {
		margin-bottom: 0;
}
.history_col li::before {
		content: '';
		display: block;
		position: absolute;
		top: 10px;
		left: -16px;
		width: 10px;
		height: 10px;
		background: #005477;
		border-radius: 50%;
}
.history_col .history_right li::before {
		background: #787B7E;
}
.history_col_center {
		padding: 0 30px;
		margin: 20px 0;
		box-sizing: border-box;
		width: 100%;
}
.history_col_center_in {
		background: #fff;
		text-align: center;
		padding: 20px 10px;
		border: 1px solid #96B8D1;
}
.history_col_center_in h5 {
		font-size: 16px;
		font-weight: 500;
		margin: 0 0 15px;
}
.history_col_center_in p {
		line-height: 1.8 !important;
		font-size: 15px;
		font-weight: 400;
}
.history_figure {
		width: 115px;
		margin: 15px 0 15px 16px;
}
.history_figure img {
		width: 100%;
		border-radius: 50%;
}
@media(max-width: 1200px) {
		.history_gr {
				background-position: 120px 0;
				background-size: calc(100% - 120px);
				background-image: url("../images/history_bg_sp.png");
		}
		.history_col {
				margin-left: 120px;
		}
		.history_cont::before {
				top: 15px;
				left: 90px;
		}
		.history_hd {
				font-size: 26px;
		}
		.history_hd_left {
				margin-right: 15px;
		}
		.history_hd_right small {
				font-size: 13px;
		}
		.history_hdr h4 {
				font-size: 16px;
		}
		.history_left {
				width: 60%;
		}
		.history_right {
				width: 40%;
		}
		.history_year {
				font-size: 22px;
		}
		.history_year::before {
				top: 15px;
		}
		.history_year span {
				padding-right: 10px;
		}
		.history_cont .history_left, .history_cont .history_right {
				padding: 10px 15px;
		}
		.history_col ul {
				margin-left: 16px
		}
		.history_col li {
				font-size: 14px;
		}
		.history_col li.sub {
				font-size: 13px;
		}
		.history_col li::before {
				top: 10px;
				left: -16px;
				width: 10px;
				height: 10px;
		}
		.history_col_center {
				padding: 0 20px;
				margin: 20px 0;
		}
		.history_col_center_in h5 {
				font-size: 16px;
		}
		.history_col_center_in p {
				font-size: 14px;
		}
		.history_figure {
				width: 80px;
		}
}
@media (max-width: 960px) {
		.history_year {
				font-size: 18px;
		}
		.history_year::before {
				top: 9px;
		}
		.history_hd {
				font-size: 22px;
		}
}
@media(max-width: 767px) {
		.history_hdr {
				margin-bottom: -6px;
		}
		.history_left {
				width: 55%;
		}
		.history_right {
				width: 45%;
		}
		.history_hd_left {
				margin-right: 10px;
				font-size: 15px;
		}
		.history_hd {
				font-size: 17px;
		}
		.history_hd_right {
				line-height: 1.2;
		}
		.history_hd_right small {
				font-size: 13px;
		}
		.history_year {
				font-size: 14px;
		}
		.history_year span {
				padding-right: 5px;
		}
		.history_year::before {
				top: 6px;
		}
		.history_hdr .history_left, .history_hdr .history_right {
				height: 44px;
		}
		.history_hdr h4 {
				font-size: 13px;
				padding-left: 10px;
		}
		.history_gr {
				background-position: 60px 0;
				background-size: calc(100% - 60px);
				background-image: url("../images/history_bg_mobile.png");
		}
		.history_cont::before {
				top: 7px;
				left: 48px;
				height: calc(100% + 8px);
		}
		.history_col {
				margin-left: 60px;
		}
		.history_col ul {
				margin-left: 10px;
		}
		.history_col li {
				font-size: 11px;
		}
		.history_col li.sub {
				font-size: 10px;
		}
		.history_col li::before {
				top: 6px;
				left: -10px;
				width: 7px;
				height: 7px;
		}
		.history_cont .history_left, .history_cont .history_right {
				padding: 12px 8px;
				width: 50%;
		}
		.history_cont .history_left {
				width: 55%;
		}
		.history_cont .history_right {
				width: 45%;
		}
		.history_col_center_in {
				padding: 10px;
		}
		.history_col_center_in h5 {
				font-size: 13px;
				margin: 0 0 10px;
		}
		.history_col_center_in p {
				font-size: 12px;
		}
}
@media(max-width: 400px) {
		.history_hd {
				font-size: 16px;
		}
		.history_hd_right {
				line-height: 1.2;
		}
		.history_hd_right small {
				font-size: 12px;
		}
		.history_year {
				font-size: 13px;
		}
		.history_hdr h4 {
				font-size: 12px;
		}
		.history_col_center_in h5 {
				font-size: 12px;
		}
		.history_col_center_in p {
				font-size: 11px;
		}
}</pre></body></html>