﻿@charset "utf-8";

/* ****************************************************
history.css
***************************************************** */
/* -----------------------------------------------------
 * For PC Style
----------------------------------------------------- */

@media print, screen and (min-width: 769px) {
/* COMPONENT
=================================*/
#contentsContainer.history {
	width: 100%;
	margin: 0;
	padding: 0;
}
#contentsContainer.history .heading01 {
	position: relative;
	height: 201px;
	background: -moz-linear-gradient(left, #dfdfdf 0%, #dfdfdf 50%, #e6e6e6 51%, #e6e6e6 100%);
	background: -webkit-linear-gradient(left, #dfdfdf 0%,#dfdfdf 50%,#e6e6e6 51%,#e6e6e6 100%);
	background: linear-gradient(to right, #dfdfdf 0%,#dfdfdf 50%,#e6e6e6 51%,#e6e6e6 100%);
	overflow: hidden;
}
#contentsContainer.history .heading01::before {
	display: block;
	position: absolute;
	width: 1200px;
	height: 201px;
	top: 0;
	left: 50%;
	margin-left: -600px;
	background: url(/en/company/about/history/images/index_bg01.jpg) 0 0 no-repeat;
	content: "";
}
#contentsContainer.history .heading01 .head {
	display: block;
}
#contentsContainer.history .heading01 .title-text {
	padding-top: 45px;
	text-align: center;
	color: #333;
}
#contentsContainer.history .history-anchor {
	position: relative;
	margin-top: 35px;
	z-index: 2;
}
#contentsContainer.history .history-anchor ul {
	width: 1200px;
	margin: 0 auto;
}
#contentsContainer.history .history-anchor ul li {
	position: relative;
	width: 299px;
	height: 58px;
	float: left;
	display: table;
	margin-left: 1px;
}
#contentsContainer.history .history-anchor ul li::after {
	display: block;
	position: absolute;
	width: 10px;
	height: 9px;
	bottom: 9px;
	left: 50%;
	margin-left: -5px;
	background: url(/en/common/images/com_icn76.png) 50% 50% no-repeat;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	content: "";
}
#contentsContainer.history .history-anchor ul li .btn {
	display: table-cell;
	padding-bottom: 12px;
	background: #000;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 125%;
	cursor: pointer;
}
#contentsContainer.history .history-anchor ul li .btn:hover {
	background: #d7063b;
	text-decoration: none;
}
/* ----- history-header ----- */
#contentsContainer.history .history-header {
	height: 52px;
}
#contentsContainer.history .history-header.is-fixed ul {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}
#contentsContainer.history .history-header ul li {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 160%;
	line-height: 52px;
	color: #fff;
}
#contentsContainer.history .history-header .is-company {
	background: #555;
}
#contentsContainer.history .history-header .is-service {
	background: #801b1b;
}
#contentsContainer.history .history-header .is-company div {
	width: 600px;
	margin-left: auto;
}
#contentsContainer.history .history-header .is-service div {
	width: 600px;
	margin-right: auto;
}

/* ----- history-contents ----- */
#contentsContainer.history .history-contents {
	position: relative;
	padding: 24px 0 50px;
}
#contentsContainer.history .history-contents::before,
#contentsContainer.history .history-contents::after {
	display: block;
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
	content: "";
	z-index: -1;
}
#contentsContainer.history .history-contents::before {
	left: 0;
	background: url(/en/company/about/history/images/index_bg02.gif) 0 0 repeat;
}
#contentsContainer.history .history-contents::after {
	right: 0;
	background: url(/en/company/about/history/images/index_bg03.gif) 0 0 repeat;
}
#contentsContainer.history .anchor-point {
	display: block;
	width: 100%;
	height: 0;
	margin: 0;
	border: none;
}
#contentsContainer.history .section-year {
	position: relative;
	width: 1200px;
	margin: 0 auto 30px;
}
#contentsContainer.history .section-year .year {
	margin-bottom: 25px;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
#contentsContainer.history .history-article {
	position: relative;
	width: 565px;
	padding: 20px 30px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
#contentsContainer.history .history-article + .history-article {
	margin-top: 20px;
}
#contentsContainer.history .history-article.is-company {
	float: left;
	clear: left;
	margin-right: 35px;
}
#contentsContainer.history .history-article.is-service {
	float: right;
	clear: right;
	margin-left: 35px;
}
#contentsContainer.history .history-article::before,
#contentsContainer.history .history-article::after {
	display: block;
	position: absolute;
	top: 40px;
	content: "";
}
#contentsContainer.history .history-article::before {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
#contentsContainer.history .history-article.is-company::before {
	left: 100%;
	border-left: 18px solid #fff;
}
#contentsContainer.history .history-article.is-service::before {
	right: 100%;
	border-right: 18px solid #fff;
}
#contentsContainer.history .history-article::after {
	width: 14px;
	height: 14px;
	background: #555;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#contentsContainer.history .history-article.is-company::after {
	left: 100%;
	margin-left: 28px;
}
#contentsContainer.history .history-article.is-service::after {
	right: 100%;
	margin-right: 28px;
}
/*
#contentsContainer.history .history-article .month {
	margin-bottom: 12px;
	font-weight: bold;
}
*/

#contentsContainer.history .history-article .month {
	display: block;
	position: relative;
	color: #333333;
  margin-bottom:  15px;
}
#contentsContainer.history .history-article .month:before {
	content: "";
	display: block;
	width: 4px;
	height: 18px;
	background-color: #d7083b;
	position:  absolute;
	left: 0;
	top: 2px;
}
#contentsContainer.history .history-article .month .title-text {
	display: block;
	padding: 0 10px 15px 22px;
	font-weight: bold;
	font-size: 133.33%;
	border-bottom: 1px solid #ccc;
  line-height: 1;
}

#contentsContainer.history .history-article .content > *:first-child,
#contentsContainer.history .history-article .content > .link-list:first-child > li:first-child {
	margin-top: 0;
}
#contentsContainer.history .history-article .content p + p,
#contentsContainer.history .history-article .content .link-list + p {
	margin-top: 0.8em;
}
#contentsContainer.history .history-flex-row {
/*	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;*/
}
#contentsContainer.history .history-article .content + .content,
#contentsContainer.history .history-article .content + .history-flex-row,
#contentsContainer.history .history-article .history-flex-row + .content {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #c1c1c1;
}
#contentsContainer.history .history-flex-row .detail {
/*	width: 270px;*/
  width: 100%;
}
#contentsContainer.history .history-flex-row .figure {
	max-width: 225px;
  margin: 15px auto;
  text-align: center;
}
#contentsContainer.history .history-flex-row .figure a {
	display: block;
	line-height: 0;
	position: relative;
}
#contentsContainer.history .history-flex-row .figure a::after {
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: 0;
	right: 0;
	background: url(/en/common/images/com_icn109.png) 50% 50% no-repeat #000;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	content: "";
}
#contentsContainer.history .history-flex-row .figure a:hover::after {
	background-color: #d7063b;
}
#contentsContainer.history .history-flex-row .figure img {
	width: 100%;
	max-width: 225px;
}
#contentsContainer.history .history-flex-row .figure figcaption {
	font-size: 80%;
}
#contentsContainer.history .history-icon {
	display: inline-block;
	min-width: 77px;
	margin: 5px 10px;
	padding: 6px 10px 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #d7083b;
	letter-spacing: 0.2em;
	font-size: 80%;
	font-weight: normal;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
#contentsContainer.history .link-list.has-icon > li {
	background-position: 0 0.7em;
}
#contentsContainer.history br:not(.sp-only) + .history-icon {
	margin-left: 0;
}
  
/* icon Link - single + list */
.link-list > li {
  background: url(/en/common/images/com_icn01.png) no-repeat 0 0.3em;
}
.normal-list li {
	background: url(/en/common/images/com_icn07.png) no-repeat 0 0.45em;
}
.child-list li {
	background: url(/en/common/images/com_icn08.png) no-repeat 0 0.55em;
}

/* clearFix
=================================*/
#contentsContainer.history .history-anchor ul:after,
#contentsContainer.history .history-header ul:after,
#contentsContainer.history .section-year:after {
	content: "";
	display: block;
	clear: both;
}
}

/* -----------------------------------------------------
 * For SP Style
----------------------------------------------------- */
@media screen and (max-width: 768px) {
	/* COMPONENT
	=================================*/
	#contentsContainer.history {
		margin: 0;
	}
	#contentsContainer.history .heading01 {
		position: relative;
		display: block;
		height: auto;
		background: transparent;
	}
	#contentsContainer.history .heading01 .head {
		display: table;
		width: 100%;
		height: 89px;
		background: -moz-linear-gradient(left, #dfdfdf 0%, #dfdfdf 50%, #e6e6e6 51%, #e6e6e6 100%);
		background: -webkit-linear-gradient(left, #dfdfdf 0%,#dfdfdf 50%,#e6e6e6 51%,#e6e6e6 100%);
		background: linear-gradient(to right, #dfdfdf 0%,#dfdfdf 50%,#e6e6e6 51%,#e6e6e6 100%);
	}
	#contentsContainer.history .heading01 .title-text {
		display: table-cell;
		background: url(/en/company/about/history/images/index_bg01_sp.jpg) 50% 50% no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		vertical-align: middle;
		color: #333;
	}
	#contentsContainer.history .history-anchor {
		position: relative;
		padding: 20px 18px;
	}
	#contentsContainer.history .history-anchor ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#contentsContainer.history .history-anchor ul > li {
		position: relative;
		width: 33%;
		-webkit-align-items: center;
		align-items: center;
		background: #000;
		color: #fff;
		text-align: center;
	}
	#contentsContainer.history .history-anchor ul li::after {
		display: block;
		position: absolute;
		width: 10px;
		height: 9px;
		bottom: 10px;
		left: 50%;
		margin-left: -5px;
		background: url(/en/common/images/com_icn76.png) 50% 50% no-repeat;
		-webkit-background-size: 10px auto;
		background-size: 10px auto;
		content: "";
	}
	#contentsContainer.history .history-anchor ul > li span {
		display: block;
		padding: 15px 5px 20px;
		cursor: pointer;
		font-size: 1.4rem;
	}
	/* ----- history-header ----- */
	#contentsContainer.history .history-header {
		height: 47px;
	}
	#contentsContainer.history .history-header.is-fixed ul {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 5;
	}
	#contentsContainer.history .history-header ul li {
		position: relative;
		float: left;
		width: 50%;
		height: 47px;
		padding: 13px 4px 15px;
		text-align: center;
		font-size: 1.3rem;
		color: #fff;
		cursor: pointer;
	}
	#contentsContainer.history .history-header .is-company {
		background: #555;
	}
	#contentsContainer.history .history-header .is-service {
		background: #801b1b;
	}
	#contentsContainer.history .history-header ul li.is-active::after {
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		top: 100%;
		left: 50%;
		margin-left: -7px;
		border-style: solid solid none solid;
		border-width: 7px 7px 0 7px;
		border-color: #000 transparent transparent transparent;
		content: "";
	}
	#contentsContainer.history .history-header ul li.is-company.is-active::after {
		border-top-color: #555;
	}
	#contentsContainer.history .history-header ul li.is-service.is-active::after {
		border-top-color: #801b1b;
	}
	/* ----- history-contents ----- */
	#contentsContainer.history .history-contents {
		position: relative;
		padding: 22px 18px 25px 38px;
	}
	#contentsContainer.history .history-contents::before {
		display: block;
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		content: "";
		z-index: -1;
	}
	#contentsContainer.history .history-contents::before {
		background: url(/en/company/about/history/images/index_bg02.gif) 0 0 repeat;
		-webkit-background-size: 30px auto;
		background-size: 30px auto;
	}
	#contentsContainer.history .history-contents.is-service::before {
		background-image: url(/en/company/about/history/images/index_bg03.gif);
	}
	#contentsContainer.history .history-contents::after {
		display: block;
		position: absolute;
		width: 1px;
		top: 0;
		left: 18px;
		bottom: 0;
		background: #555;
		content: "";
		z-index: -1;
	}
	#contentsContainer.history .anchor-point {
		display: block;
		width: 100%;
		height: 0;
		margin: 0;
		border: none;
	}
	#contentsContainer.history .section-year {
		margin-bottom: 25px;
	}
	#contentsContainer.history .section-year .year {
		margin-bottom: 15px;
		font-size: 2.0rem;
		font-weight: bold;
	}
	#contentsContainer.history .history-article {
		position: relative;
		margin-top: 18px;
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #fff;
	}
	#contentsContainer.history .history-article::before,
	#contentsContainer.history .history-article::after {
		display: block;
		position: absolute;
		top: 50%;
		content: "";
	}
	#contentsContainer.history .history-article::before {
		width: 0;
		height: 0;
		right: 100%;
		margin-top: -5px;
		border-right: 9px solid #fff;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
	#contentsContainer.history .history-article::after {
		width: 10px;
		height: 10px;
		background: #555;
		right: 100%;
		margin-top: -5px;
		margin-right: 15px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
/*	#contentsContainer.history .history-article .month {
		font-weight: bold;
	}*/
  
#contentsContainer.history .history-article .month {
	display: block;
	position: relative;
	color: #333333;
		margin-bottom: 0.6em;
}
#contentsContainer.history .history-article .month:before {
	content: "";
	display: block;
	width: 4px;
	height: 16px;
	background-color: #d7083b;
	position:  absolute;
	left: 0;
	top: 2px;
}
#contentsContainer.history .history-article .month .title-text {
	display: block;
	padding: 0 10px 0.6em 10px;
	font-weight: bold;
	font-size: 133.33%;
	border-bottom: 1px solid #ccc;
  line-height: 1.2;
}

	#contentsContainer.history .history-article .content > *:first-child,
	#contentsContainer.history .history-article .content > .link-list:first-child > li:first-child {
		margin-top: 0;
	}
	#contentsContainer.history .history-article .content p + p,
	#contentsContainer.history .history-article .content .link-list + p {
		margin-top: 0.5em;
	}
	#contentsContainer.history .history-flex-row {
	}
	#contentsContainer.history .history-article .content + .content,
	#contentsContainer.history .history-article .content + .history-flex-row,
	#contentsContainer.history .history-article .history-flex-row + .content {
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #c1c1c1;
	}
	#contentsContainer.history .history-flex-row .figure {
    margin: 15px auto;
    text-align: center;
	}
	#contentsContainer.history .history-flex-row .figure a {
		display: block;
		line-height: 0;
		position: relative;
	}
	#contentsContainer.history .history-flex-row .figure a::after {
		display: block;
		position: absolute;
		width: 22px;
		height: 22px;
		bottom: 0;
		right: 0;
		background: url(/en/common/images/com_icn109.png) 50% 50% no-repeat #000;
		-webkit-background-size: 17px 17px;
		background-size: 17px 17px;
		content: "";
	}
	#contentsContainer.history .history-flex-row .figure a:hover::after {
		background-color: #d7063b;
	}
	#contentsContainer.history .history-flex-row .figure img {
		width: 100%;
		max-width: 100%;
	}
	#contentsContainer.history .history-flex-row .figure figcaption {
		margin-top: 0.5em;
		font-size: 1.1rem;
	}
	#contentsContainer.history .history-icon {
		display: inline-block;
		min-width: 50px;
		margin: 5px;
		padding: 3px 5px 4px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #d7083b;
		letter-spacing: 0.2em;
		font-size: 1.1rem;
		font-weight: normal;
		color: #fff;
		text-align: center;
		vertical-align: middle;
	}
	#contentsContainer.history br:not(.pc-only) + .history-icon {
		margin-left: 0;
	}
	#contentsContainer.history .link-list.has-icon > li {
		background-position: 0 0.7em;
	}
	#cboxLoadedContent {
		padding: 25px 0 0;
	}




/* clearFix
=================================*/
#contentsContainer.history .history-header ul:after {
	content: "";
	display: block;
	clear: both;
}
}

@media print {
#contentsContainer.history .history-contents {
	background-color: #ebebeb;
}
#contentsContainer.history .history-contents::before,
#contentsContainer.history .history-contents::after {
	display: none;
}
#contentsContainer.history .history-header.is-fixed ul {
	position: static;
}
}