@charset "utf-8";

/* index */
.company_history > .main_v > h1 {
	background: #cacaca url(/company/history/img/history_mv.png) center top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 220px;
	margin-bottom: 0;
}

.company_history > .content {
	margin-top: 50px;
}

.company_history > .content .h_list .fL {
	font-size: 1.1rem;
	font-weight: bolder;
	line-height: 1.1;
	width: 80px;
	text-align: center;
}
.company_history > .content .h_list .fL span {
	font-size: 2.4rem;
	color: #0e357f;
}
.company_history > .content .h_list .fR {
	border-left: #fde000 3px solid;
	width: 800px;
	padding: 0 0 45px 100px;
	position: relative;
}
.company_history > .content .h_list .fR:before {
	content: "";
	content: url("/company/history/img/history_icon.png");
	font-weight: bold;
	color: #fde000;
	position: absolute;
	top: 0;
	left: -11px;
}
.company_history > .content .h_list .fR span {
	display: block;
	width: 40px;
	text-align: right;
	position: absolute;
	top: 0;
	left: 30px;
}

.company_history > .content .h_list_line {
	background: url(/company/history/img/history_line.png) 117px top no-repeat;
	height: 144px;
}
.company_history > .content .h_list_line02 {
	background: url(/company/history/img/history_line02.png) 117px top no-repeat;
	height: 144px;
}

@media screen and (max-width: 640px) {
.company_history > .content .h_list .fR {
	width: 455px;
	padding: 0 0 45px 15px;
	float: left;
}
.company_history > .content .h_list .fR span {
	width: auto;
	left: 15px;
}
}
@media screen and (max-width: 600px) {
.company_history > .content .h_list .fR {
	width: 355px;
	padding: 0 0 45px 15px;
	float: left;
}
}
@media screen and (max-width: 500px) {
.company_history > .content .h_list .fR {
	width: 255px;
	padding: 0 0 45px 15px;
	float: left;
}
}
@media screen and (max-width: 400px) {
.company_history > .content .h_list .fR {
	width: 170px;
	padding: 0 0 45px 15px;
	float: left;
}
}

@media screen and (min-width: 641px) {
.company_history > .content .h_list_ml {
	padding-left: 261px;
}
.company_history > .content .h_list.h_list_ml .fR {
	width: 540px;
}
}

/* all */
.tablink {
	background: #f0f0f0;
	padding: 30px 0;
	margin-top: 30px;
}
.tablink h2 {
	color: #0e357f;
	font-size: 2.4rem;
	text-align: center;
}
.tablink li {
	border-left: #f0f0f0 1px solid;
}
.tablink li:first-child {
	border-left: none;
}
.tablink a {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.0;
	color: #0e357f;
	background: #fff;
	width: 100%;
	text-align: center;
	padding: 15px 0;
}
.tablink a span {
	font-size: 1.0rem;
}
.tablink a.active {
	color: #fff;
	background: #0e357f;
}
