/*===================================================================
	Content
===================================================================*/
.container,
.containerWide,
.containerNarrow {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.container {
	/* max-width: 1180px; */
	margin: 0 auto;
	/* padding: 0 20px; */
}
.containerWide {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.containerNarrow {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}
.maxW100 {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 799px) {
	.overflowScroll {
		overflow-x: scroll;
		width: 100%;
	}
}

/*===================================================================
	Top
===================================================================*/

.arrow_white_large {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/en/investors/assets/img/ico_link_03_white.png) no-repeat center center/30px 30px;
}



/* IR最新データ ----------------------------- */
.top_latest {
	padding-bottom: 100px;
	overflow: hidden;
}
/* 最新ファイルダウンロード */
.top_latestFiles {
	float: left;
	/* width: 680px; */
	width: 65%;
	/*padding-top: 85px;*/	
    padding-top: 35px;
}
.top_latestFiles img{
    max-width:100%;
    height: auto;
}


.top_latestLinks li {
	margin-bottom: 15px;
}
.top_latestLinks li.comingSoon {
	font-size: 142.8428%;
	color: #aaa;
	list-style: square;
	margin-left: 24px;
}
.top_latestLinks a {
	font-size: 142.8428%;
	font-weight: bold;
	text-decoration: underline;
    text-decoration-skip-ink:none;
}
.top_latestLinks .dataSize {
	padding-left: 5px;
	font-size: 80%;
	font-weight: normal;
}
.top_latestLinks li.comingSoon {
	font-size: 142.8428%;
	/* font-weight: bold; */
	color: #aaa;
	list-style: square;
	margin-left: 24px;
}
a.top_latestBtnAll {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	/*width: 620px;*/
	width: 100%;
	max-width: 100%;
	/*margin-bottom: 40px;*/
	margin-top: 30px;
	/*padding: 30px 20px;*/
	padding: 10px 20px;
	background: #10218b;
	color: #fff;
	font-size: 142.8428%;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	transition: background .2s;
    margin-right: auto;
    margin-left: auto;
}
a.top_latestBtnAll:hover {
	background: #336ba8;
	text-decoration: none;
}
p.top_latestBtnAll {
	/* 非アクティブの場合 */
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 620px;
	max-width: 100%;
	margin-bottom: 40px;
	/*padding: 30px 20px;*/
	padding: 10px 20px;
	background: #bbb;
	color: #fff;
	font-size: 142.8428%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: background .2s;
	line-height: 1.5;
}
.top_latestBtnAll:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url(/en/investors/img/ico_download.png) no-repeat 0 0;
}
.top_latestBtnAll small {
	font-size: 70%;
	font-weight: normal;
}
a.top_latestBtnBriefing {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
	max-width: 100%;
	min-height: 110px;
	margin-top: 50px;
	/* padding: 30px 20px; */
	background: url(/en/investors/img/bg_briefing.jpg) no-repeat center center/cover;
	color: #fff;
	font-size: 142.8428%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: opacity .2s;
}
a.top_latestBtnBriefing:hover {
	opacity: .75;
}
a.top_latestBtnVision {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 620px;
	max-width: 100%;
	/* margin-top: 30px; */
	padding: 100px 20px;
	background: url(/en/investors/img/bg_vision.jpg?2204) no-repeat top center/cover;
	color: #fff;
	font-size: 142.8428%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: opacity .2s;
}
a.top_latestBtnVision:hover {
	opacity: .75;
}


@media screen and (max-width: 499px){
    /*ビジョンのリンクバナー*/
	a.top_latestBtnVision {
		margin-top: 10px;
		padding: 40px 50px 35px 20px;
		font-size: 128.5585%;
        background-position: top center;
	}
    
}

._shadow {
	text-shadow: 0px 0px 10px #333;
}

.button01-blue.-large-size{
	min-height: 110px;
    padding: 10px 7.5%;
    font-size: 2.2rem;
    font-weight: 700;
}



/* 株価・データ */
.top_latestData {
	float: right;
	/* width: 340px; */
	width: 25%;
}
.top_latestChart {
	/*position: relative;
	z-index: 1;
	margin-top: -110px;
	margin-bottom: 50px;
	padding: 40px 10px;*/
    margin-top: 40px;
    padding: 20px 10px 40px;
	background: #fff;
	text-align: center;
	/* box-shadow: 0 5px 10px rgba(0,0,0,.3); */
}
.top_latestChart img {
	width: 80%;
	height: auto;
}
.top_latestChartBtn {
	display: block;
	position: relative;
	width: 240px;
	margin: 25px auto 0;
	padding: 6px;
	border: 1px solid #10218b;
	color: #10218b;
	text-align: center;
	transition: background .2s;
}
.top_latestChartBtn:hover {
	background: #10218b;
	color: #fff;
	text-decoration: none;
}
.top_latestChartBtn .arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
}
.top_latestChartBtn .arrow:before {
	display: block;
	width: 20px;
	height: 20px;
	background: url(/en/investors/assets/img/ico_link_03.png) no-repeat center center/20px 20px;
}
.top_latestChartBtn:hover .arrow:before {
	background-image: url(/en/investors/assets/img/ico_link_03_white.png);
}
a.top_latestBtnOther {
	display: block;
	position: relative;
	padding: 17px;
	background: #10218b;
	color: #fff;
	font-size: 128.5585%;
	font-weight: bold;
	text-align: center;
	transition: background .2s;
}
a.top_latestBtnOther:hover {
	background: #336ba8;
	text-decoration: none;
	text-decoration: none;
}


.top_latestBtnVision .arrow_white_large,
.top_latestBtnBriefing .arrow_white_large{
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -15px;
}



.top_latestBtnBriefing .arrow_white,
.top_latestChartBtn .arrow_blue,
.top_latestBtnOther .arrow_white {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
}
.top_latestData .txtC p {
	margin-bottom: 30px;
}

/* ピックアップコンテンツ */
.top_pickup {
    position: relative;
	z-index: 1;
	margin-top: 35px;
	margin-bottom: 40px;
    
	/*margin-top: 40px;*/
	padding: 30px 20px;
	background: #10218b;
	color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.3);
}
.top_pickupHead {
	color: #fff;
	font-size: 2.2rem;
}
.top_pickupLinks {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top_pickupLinks li {
	position: relative;
	margin-top: 15px;
	padding-top: 5px;
	padding-left: 40px;
	line-height: 1.3333;
}
.top_pickupLinks li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 32px;
	background-image: url(/en/investors/img/ico_ranking.png?2304);
	background-repeat: no-repeat;
}
.top_pickupLinks li:nth-child(1):before {
	background-position: 0 0;
}
.top_pickupLinks li:nth-child(2):before {
	background-position: -30px 0;
}
.top_pickupLinks li:nth-child(3):before {
	background-position: -60px 0;
}
.top_pickupLinks li:nth-child(4):before {
	background-position: -90px 0;
}
.top_pickupLinks li:nth-child(5):before {
	background-position: -120px 0;
}
.top_pickupLinks a {
	display: inline-block;
	margin: 0 15px;
	color: #fff;
	text-decoration: underline;
    text-decoration-skip-ink: none;
}
.top_pickupLinks a:hover {
	text-decoration: none;
}
@media screen and (max-width: 999px) {
	.top_latest {
		padding-bottom: 50px;
		background-size: cover;
	}
	.top_latestFiles {
		float: none;
		width: 100%;
		max-width: 620px;
		/*margin: 0 auto 50px;*/
		margin: 0 auto 30px;
	}
    /*
	.top_latestFiles {
		padding-top: 50px;
	}
    */
	.top_latestData {
		float: none;
		width: 100%;
	}
	.top_latestData .txtC p {
		display: inline-block;
		margin: 5px;
		line-height: 1.5;
	}
	a.top_latestBtnAll {
		/*padding: 15px 30px 15px 15px;*/
		padding: 10px 30px 10px 15px;
		font-size: 128.5714%;
	}
	.top_latestBtnAll:after {
		right: 15px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background-size: contain;
	}
	.top_latestLinks a {
		font-size: 114.2857%;
	}
	a.top_latestBtnBriefing {
		margin-top: 30px;
		vertical-align:middle;
		font-size: 128.5585%;
	}
	.top_latestChart {
		width: 300px;
		/*margin: 0 auto 30px;*/
        margin: 30px auto 0px;
	}
	a.top_latestBtnOther {
		display: block;
		width: 280px;
		margin: 0 auto;
		padding: 17px 10px;
	}
	.top_pickup {
		max-width: 580px;
		/*margin: 30px auto 0;*/
		margin: 0 auto 30px;
	}
	.top_pickupLinks a {
		margin: 0;
		font-size: 100%;
	}
}

@media screen and (max-width: 359px){
	.top_latestChart {
		width: auto;
        min-width: 255px;
	}
	a.top_latestBtnOther {
		width: 260px;
	}
}

.button-center {
	margin: 0 auto;
	width: 50%;
}

@media screen and (max-width: 999px){
	.button-center {
		width: 74.99997%;
	}
}

@media screen and (max-width: 799px){
	.button-center {
		width: 100%;
	}
}


/*===================================================================
	財務・業績
===================================================================*/
/* チャート ----------------------------- */
/* 表示グラフ切り替え */
.chartChange {
	margin-bottom: 30px;
}
.chartChange ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
}
.chartChange li {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 0 5px;
}
.chartChangeBtn {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 15px;
	border: none;
	background: #eee;
	color: #10218b;
	font-size: 100%;
	line-height: 1.2;
	outline: none;
	cursor: pointer;
}
.chartChangeBtn:hover {
	opacity: .8;
    text-decoration-line: none;
}
.chartChangeBtn.active {
	background: #10218b;
	color: #fff;
}
.chartChangeBtn.active:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 8px solid #10218b;
}

@media screen and (max-width: 799px) {
	.chartChange li {
		margin-bottom: 16px;
		padding: 0 3px;
	}
	.chartChangeBtn {
		padding: 15px 8px;
		font-size: 93%;
	}
	.chartChange {
		width: 100%;
		overflow-x: scroll;
	}
	.chartChange ul {
		-webkit-animation: .5s ease-out .2s 1 chartChangeMove;
		animation: .5s ease-out .2s 1 chartChangeMove;
	}
}
@-webkit-keyframes chartChangeMove {
	from { transform: translateX(60px); opacity: .5; }
	to { transform: translateX(0); opacity: 1; }
}
@keyframes chartChangeMove {
	from { transform: translateX(60px); opacity: .5; }
	to { transform: translateX(0); opacity: 1; }
}




/* グラフ描画アイテム切り替え */
.chartControl {
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 6px;
}
.chartControlList {
	margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
}
.chartControlList:after {
	content: "";
	display: block;
	clear: both;
}
.chartControlList li {
	width: 20%;
}
.chartControlList input {
	vertical-align: middle;
}
/*799px以下の幅*/
@media screen and (max-width: 799px){
	.chartControlList li {
		width: 50%;
		padding: 2px 0;
	}
}


/* 期間切り替え */
.chartChangePeriod {
	margin-bottom: 10px;
}
.chartChangePeriod button {
	display: inline-block;
	margin: 0 4px;
	padding: 5px 2px;
	outline: none;
	border: none;
	background: none;
	color: #b7c0c7;
	font-size: 100%;
}
.chartChangePeriod button.active {
	border-bottom: 2px solid #10218b;
	color: #343434;
	font-weight: bold;
}

/* input要素描画 */
.chartControlToggle {
	display: inline-block;
	position: relative;
	padding-left: 24px;
	line-height: 1.5;
	margin: 5px 5px 5px 0;
}
.chartControlToggle input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.chartControlTarget {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 4px;
	border-radius: 50%;
	opacity: .5;
}
.chartControlTarget.rect {
	border-radius: 0;
}
.chartControlLabel {
	color: #aaa;
}
.chartControlLabel:before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	background: #eee;
	border-radius: 2px;
}
.chartControlLabel:after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 4px;
	width: 8px;
	height: 5px;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.chartControlToggle input:checked ~ .chartControlTarget {
	opacity: 1;
}
.chartControlToggle input:checked ~ .chartControlLabel {
	color: #333;
}
.chartControlToggle input:checked ~ .chartControlLabel:before {
	border: 1px solid #10218b;
	background: #fff;
}
.chartControlToggle input:checked ~ .chartControlLabel:after {
	border-color: #10218b;
}

/* 表 */
.table01.dataTable th,
.table01.dataTable td {
	padding: 5px 10px;
	vertical-align: middle;
}
.table01.dataTable thead th {
	text-align: center;
}
.table01.dataTable th+th {
	font-size: 85.7057%;
	text-align: center;
}
.table01.dataTable td {
	text-align: right;
}

/*799px以下の幅*/
@media screen and (max-width: 799px){
	.table01.dataTable tbody th+th {
		font-size: 85.7057%;
		text-align: center;
		white-space: nowrap;
	}
	.table-responsive > .table01.dataTable {
		width: 800px!important;
	}
}


/*===================================================================
	株主・株式／債券情報
===================================================================*/
/* 株価情報 ----------------------------- */
.stockChart {
	width: 100%;
	height: 780px;
	border: none;
}
/*799px以下の幅*/
@media screen and (max-width: 799px){
	.stockChart {
		height: 800px;
	}
}
@media (max-width: 360px) {
	.stockChart {
		height: 820px;
	}
}

/* IRニュース一覧英語版の改行防止 ----------------------------- */
.news-section.ir-news-section .date{
	width: 140px;
}




/*===================================================================
	個人投資家向けページ
===================================================================*/
.outer img {
	max-width: 100%;
}
.outer {
	overflow: hidden;
	/* max-width: 1600px; */
	margin: 0 auto;
}

/* 共通 ----------------------------- */

.containerNarrow {
	width: 1050px;
}
.h2 {
	color: #00468f;
	font-size: 357.1071%;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
}
.h2-no01,
.h2-no02,
.h2-no03 {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 110px;
	margin-bottom: 15px;
	text-align: center;
}
.h2-no01 {
	background: url(/en/investors/individual/img/bg_no01.png) no-repeat center center;
}
.h2-no02 {
	background: url(/en/investors/individual/img/bg_no02.png) no-repeat center center;
}
.h2-no03 {
	background: url(/en/investors/individual/img/bg_no03.png) no-repeat center center;
}

.h3 {
	font-size: 214.26428%;
	font-weight: normal;
	line-height: 1.3333;
	letter-spacing: .05em;
	text-align: center;
}
.lead {
	font-size: 128.5585%;
	text-align: center;
}

@media (max-width:1050px) {
	.containerNarrow {
		width: 100%;
	}
	.h2 {
		font-size: 228.5714%;
		letter-spacing: .05em;
	}
	.h3 {
		font-size: 142.8571%;
		font-weight: bold;
	}
	.h2-no01,
	.h2-no02,
	.h2-no03 {
		height: 80px;
		background-size: contain;
	}
	.lead {
		font-size: 100%;
	}
}


/* 導入 ----------------------------- */
.investorMV {
	position: relative;
	height: 480px;
	background: url(/en/investors/individual/img/investor_01.jpg) no-repeat center center;
	background-size: cover;
}
.investorMV h1 {
	position: absolute;
	left: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.investorHero {
	position: relative;
	z-index: 1;
}
.investorHero:before {
	content: "";
	position: absolute;
	left: 0;
	z-index: -1;
	top: 340px;
	width: 50%;
	height: 100%;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NTMuNTMiIGhlaWdodD0iMTE4OC42MSIgdmlld0JveD0iMCAwIDU1My41MyAxMTg4LjYxIj48cGF0aCBmaWxsPSIjZTVlNWU1IiBkPSJNNTUzLjUzIDBIMHYxMTg4LjYxTDU1My41MyAweiIvPjwvc3ZnPg==) no-repeat right bottom/cover;
	pointer-events: none;
}
.investorHero:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	height: calc(100% - 340px);
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NTMuNTMiIGhlaWdodD0iMTE4OC42MSIgdmlld0JveD0iMCAwIDU1My41MyAxMTg4LjYxIj48cGF0aCBmaWxsPSIjMDA0NjhmIiBkPSJNMCAxMTg4LjYxaDU1My41M1YwTDAgMTE4OC42MXoiLz48L3N2Zz4=) no-repeat left top/cover;
}
@media (max-width: 1200px) {
	.investorHero:after {
		right: -10%;
	}
}
.investorLead {
	padding: 65px 20px 80px;
	background: #333;
	color: #fff;
}
.investorLead h2 {
	margin-bottom: .2em;
	font-size: 285.6857%;
	font-weight: bold;
	text-align: center;
}
.investorLead p {
	font-size: 114.2742%;
	line-height: 1.875;
	text-align: center;
}


@media (max-width:799px) {

	/* 導入 ----------------------------- */
	.investorMV {
		height: 200px;
	}
	.investorMV h1 {
		position: absolute;
		left: 20px;
		top: 50%;
		width: 200px;
	}
	.investorHero:before {
		top: 300px;
		left: 0;
		width: 30%;
	}
	.investorHero:after {
		right: 0;
		width: 30%;
	}
	.investorLead {
		padding: 30px 20px 35px;
	}
	.investorLead h2 {
		font-size: 142.8571%;
	}
	.investorLead p {
		font-size: 100%;
	}
}


/* アコーディオン ----------------------------- */
.accordionHead {
	padding: 0;
	text-align: center;
}
.accordionBtn {
	position: static;
	width: 80%;
	max-width: 600px;
	height: 64px;
	margin: 0 auto;
	background: #333;
	color: #fff;
	font-size: 18px;
	border-radius: 40px;
	text-decoration: none;
}
.accordionBtn:hover {
	background: #4d4d4d;
	text-decoration: none;
}
.accordionBtn:before {
	display: none;
}
.accordionBtn:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin: 8px auto 0 auto;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	-webkit-transition: all .1s;
	transition: all .1s;
}
.accordionBtn span {
	display: none;
}
.active .accordionBtn {
	background: #808080;
}
.active .accordionBtn:after {
	-webkit-transform: translateY(-35%) rotate(225deg);
	-ms-transform: translateY(-35%) rotate(225deg);
	transform: translateY(-35%) rotate(225deg);
}
.accordionPanel {
	padding-top: 50px;
}

@media (max-width:799px) {
	/* アコーディオン ----------------------------- */
	.accordionBtn {
		height: 50px;
		font-size: 15px;
	}
	.accordionPanel {
		padding-top: 30px;
	}
}
/* ボタンリンク ----------------------------- */
a.linkBtn {
	position: relative;
    display: block;
	width: 80%;
	max-width: 600px;
	/*height: 64px;*/
    padding : 18px 0;
	margin: 0 auto;
	background: #10218b;
	color: #ffffff;
	font-size: 18px;
	border-radius: 40px;
    text-align: center;
    vertical-align: middle;
}
a.linkBtn:hover{
    text-decoration: none;
	opacity: 0.7;
}
a.linkBtn:after {
	content: "";
	display: block;
	position: absolute;
	right: 30px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	-webkit-transition: all .1s;
	transition: all .1s;
}


@media (max-width:799px) {
    a.linkBtn {
        padding : 13px 0;
		font-size: 15px;
    }
    a.linkBtn:after {
        width: 7px;
        height: 7px;
    }
    
}




/* 01 エプソンのDNA ----------------------------- */
.investorDNA {
	position: relative;
	z-index: 1;
	margin-bottom: 180px;
	padding-top: 30px;
	text-align: center;
}
.investorDNA p {
	font-size: 142.8428%;
	line-height: 1.8;
	letter-spacing: .05em;
}
.investorDNA .dnaImg {
	position: relative;
	bottom: -90px;
	margin-top: -40px;
}

/* 価値創造の歩み */
.investorHistory {
	position: relative;
	z-index: 0;
	margin-bottom: 50px;
	background: url(/en/investors/individual/img/bg_history.jpg) no-repeat center bottom/cover;
	text-align: center;
}
.investorHistory:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 30%;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
.investorHistory .historyLead {
	margin: 40px 0;
	color: #00468f;
	font-size: 285.6857%;
	font-weight: bold;
}
.investorHistory .historyImage {
	display: inline-block;
	position: relative;
}
.investorHistory [class^="historyLink"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	position: absolute;
	height: 0;
	text-decoration: none;
}
.investorHistory a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-left: 100%;
}
.historyLink01 { left: 26.6666%; top: 0; width: 13.3333%; padding-top: 20%;}
.historyLink02 { left: 57.5%; top: 2.0637%; width: 21.25%; padding-top: 18.3333%;}
.historyLink03 { left: 27.5%; top: 8.2549%; width: 15.83333%; padding-top: 16.6666%;}
.historyLink04 { left: 55.8333%; top: 10.3186%; width: 24.1666%; padding-top: 21.25%;}
.historyLink05 { left: 24.5833%; top: 17.6024%; width: 19.1666%; padding-top: 20.5%;}
.historyLink06 { left: 8.3333%; top: 21.5478%; width: 14.6667%; padding-top: 13.3333%;}
.historyLink07 { left: 5%; top: 28.3763%; width: 14.1667%; padding-top: 15%;}
.historyLink08 { left: 57.9167%; top: 28.3763%; width: 24.1667%; padding-top: 19.5833%;}
.historyLink09 { left: 28.9167%; top: 31.0470%; width: 16.6667%; padding-top: 24.5833%;}
.historyLink10 { left: 2.6667%; top: 37.4810%; width: 14.1667%; padding-top: 20.4167%;}
.historyLink11 { left: 70.4167%; top: 35.5083%; width: 24.1667%; padding-top: 19.5833%;}
.historyLink12 { left: 54.3333%; top: 43.2473%; width: 24.5833%; padding-top: 17.0833%;}
.historyLink13 { left: 22.7500%; top: 43.3991%; width: 21.6667%; padding-top: 15.8333%;}
.historyLink14 { left: 55.8333%; top: 56.6009%; width: 29.1667%; padding-top: 18.7500%;}
.historyLink15 { left: 14.5833%; top: 55.2352%; width: 19.1667%; padding-top: 25.4167%;}
.historyLink16 { left: 55.8333%; top: 63.4294%; width: 25.8333%; padding-top: 21.6667%;}
.historyLink17 { left: 18.3333%; top: 66.6161%; width: 24.1667%; padding-top: 15.8333%;}


@media (max-width:799px) {
	/* 01 エプソンのDNA ----------------------------- */
	.investorDNA {
		margin-bottom: 80px;
		padding: 20px 20px 0 20px;
	}
	.investorDNA p {
		font-size: 114.2857%;
		line-height: 1.5;
	}
	.investorDNA .dnaImg {
		bottom: -50px;
		margin: -20px -10px 0;
	}
	.dnaImg img {
		width: 100%;
	}

	/* 価値創造の歩み */
	.investorHistory .historyLead {
		margin-top: 40px;
		font-size: 142.8571%;
	}
	
}






/* 02 エプソンの今 ----------------------------- */
.investorNumber {
	position: relative;
	z-index: 0;
	padding-bottom: 100px;
	background: url(/en/investors/individual/img/bg_number.jpg) no-repeat center bottom/cover;
	text-align: center;
}
.investorNumber:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 300px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
.investorNumber .lead {
	margin-bottom: 40px;
}
.investorNumber .accordionPanel {
	padding-bottom: 50px;
}
.investorNumber .grid6 {
	margin-bottom: 70px;
}
.investorNumber .numberCaption {
	font-size: 214.2642%;
	font-weight: bold;
}

@media (max-width:799px) {
	/* 02 エプソンの今 ----------------------------- */
	.investorNumber {
		padding-bottom: 100px;
	}
	.investorNumber .grid6 {
		margin-bottom: 50px;
		padding: 0 20px;
	}
	.investorNumber .grid6 .w80 {
		width: 100%;
	}
	.investorNumber .numberCaption {
		font-size: 142.8571%;
	}
}


/* 03 これからのエプソン ----------------------------- */
.h2-no03 + .lead {
	margin-bottom: 40px;
}


/* マテリアリティ */
.materialityLinks {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 130px;
}
.materialityLinks li {
	padding: 20px;
}
/*.materialityLinks li:nth-child(-n+2) */
.materialityLinks li:nth-child(-n+1) {
	-ms-flex: 1 0 100%;
	-webkit-flex: 1 0 100%;
	flex: 1 0 100%;
	max-width: calc(100% - 40px);
}
/*.materialityLinks li:nth-child(n+3) */
.materialityLinks li:nth-child(n+2) {
	-ms-flex: 1 0 25%;
	-webkit-flex: 1 0 25%;
	flex: 1 0 25%;
	max-width: calc(25% - 40px);
}
.materialityLinks li > div {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	height: 140px;
	border: 2px solid #00468f;
	background: #00468f;
	color: #fff;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
	border-radius: 10px;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.materialityLinks li:nth-child(-n+1) > div {
	font-size: 214.2642%;
}
.materialityLinks li:nth-child(n+2) > div {
	font-size: 142.8428%;
}
.materialityLinks li > div:hover {
	background: #fff;
	color: #00468f;
	-webkit-transition: all .1s;
	transition: all .1s;
}
.materialityLinks li > div.hasSubLink:hover {
	background: #00468f;
	color: #fff;
}
.materialityLinks a {
	color: inherit;
	text-decoration: none;
}
.materialityLinks a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.materialityLinks .subLink {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1;
}
.materialityLinks .subLink a {
	display: inline-block;
	margin: 0 4px;
	padding: 8px 20px;
	border: 1px solid #fff;
	background: #00468f;
	color: #fff;
	vertical-align: middle;
	border-radius: 30px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.materialityLinks .subLink a:before {
	display: none;
}
.materialityLinks li > div:hover .subLink a:hover {
	background: #fff;
	color: #00468f;
}


@media (max-width:799px) {
	/* 03 これからのエプソン ----------------------------- */
	/* マテリアリティ */
	.materialityLinks {
		margin: 0 -6px 70px;
	}
	.materialityLinks li {
		padding: 6px;
	}
	.materialityLinks li:nth-child(-n+1) {
		-ms-flex: 1 0 100%;
		-webkit-flex: 1 0 100%;
		flex: 1 0 100%;
		max-width: calc(100% - 12px);
	}
	.materialityLinks li:nth-child(n+2) {
		-ms-flex: 1 0 50%;
		-webkit-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: calc(50% - 12px);
	}
	.materialityLinks li > div {
		height: 70px;
	}
	.materialityLinks li:nth-child(-n+1) > div {
		font-size: 128.5714%;
	}
	.materialityLinks li:nth-child(n+2) > div {
		font-size: 100%;
	}
	.materialityLinks li > div.hasSubLink {
		height: 100px;
	}
	.materialityLinks .subLink {
		font-size: 13px;
	}
}

/* ここまで */



/* イノベーション */
.innovationLinks {
	position: relative;
	margin-bottom: 110px;
}
.innovationLinks:before {
	content: "";
	position: absolute;
	left: 0;
	top: -80px;
	z-index: -1;
	width: 50%;
	height: 100%;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NTMuNTMiIGhlaWdodD0iMTE4OC42MSIgdmlld0JveD0iMCAwIDU1My41MyAxMTg4LjYxIj48cGF0aCBmaWxsPSIjZWVmMmY1IiBkPSJNNTUzLjUzIDBIMHYxMTg4LjYxTDU1My41MyAweiIvPjwvc3ZnPg==) no-repeat left bottom/cover;
}
.innovationLinks:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 40px;
	width: 50%;
	z-index: -1;
	height: 100%;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NTMuNTMiIGhlaWdodD0iMTE4OC42MSIgdmlld0JveD0iMCAwIDU1My41MyAxMTg4LjYxIj48cGF0aCBmaWxsPSIjZWVmMmY1IiBkPSJNMCAxMTg4LjYxaDU1My41M1YwTDAgMTE4OC42MXoiLz48L3N2Zz4=) no-repeat right top/cover;
}
.innovationInner {
	position: relative;
	max-width: 1000px;
	height: 290px;
	margin: 150px auto 0;
}
.innovationImg {
	position: absolute;
	bottom: 40px;
	width: calc(100% - 150px);
	height: 330px;
}
.innovationInner:nth-of-type(odd) .innovationImg {
	right: 300px;
}
.innovationInner:nth-of-type(even) .innovationImg {
	left: 300px;
}
.innovationBox {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 360px;
	height: 250px;
	padding: 20px 60px;
	background: #fff;
	font-size: 114.2742%;
	line-height: 1.625;
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
}
.innovationInner:nth-of-type(odd) .innovationBox {
	margin-left: auto;
}
.innovationTitle {
	display: block;
	margin-bottom: 20px;
	font-size: 150%;
	font-weight: bold;
}
.innovationIcon {
	display: block;
	position: relative;
	width: 46px;
	height: 37px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}
.innovationBox .linkSecond {
	display: block;
	position: relative;
	padding: 10px 30px 10px 16px;
	border: 1px solid #ccc;
	color: #000;
	font-size: 92.8478%;
	line-height: 1.3333;
	border-radius: 8px;
	-webkit-transition: all .1s;
	transition: all .1s;
}
.innovationBox .linkSecond:after {
	content: "";
	display: block;
	position: absolute;
	right: 14px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-top: 2px solid #005AB4;
	border-right: 2px solid #005AB4;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	-webkit-transition: all .1s;
	transition: all .1s;
}
.innovationBox .linkSecond:hover {
	color: #ffffff;
	background-color: #005AB4;
	text-decoration: none;
}
.innovationBox .linkSecond:hover:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.inkjet .innovationImg {
	background: url(/en/investors/individual/img/innovation_01.jpg) no-repeat center center/cover;
}
.visual .innovationImg {
	background: url(/en/investors/individual/img/innovation_02.jpg) no-repeat center center/cover;
}
.wearable .innovationImg {
	background: url(/en/investors/individual/img/innovation_03.jpg?21) no-repeat center center/cover;
}
.robotics .innovationImg {
	background: url(/en/investors/individual/img/innovation_04.jpg?2103) no-repeat center center/cover;
}
.printing .innovationImg {
	background: url(/en/investors/individual/img/innovation_05.jpg) no-repeat center center/cover;
}


.sdgs img {
	position: relative;
	z-index: 1;
}
.sdgsFoot {
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin-top: -10%;
	clear: both;
}
.sdgsFoot:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 30%;
	z-index: 2;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
.sdgsFootCopy {
	position: absolute;
	top: 45%;
	left: 0;
	z-index: 2;
	width: 100%;
	color: #fff;
	font-size: 400%;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
	text-shadow: 0 0 10px rgba(29,64,112,.3),
		2px 2px 20px rgba(29,64,112,.2),
		2px -2px 20px rgba(29,64,112,.2),
		-2px 2px 20px rgba(29,64,112,.2),
		-2px -2px 20px rgba(29,64,112,.2),
		0 0 20px rgba(56,116,186,.3);
}
.sdgsFootImg img {
	width: 100%;
}
@media (min-width:1201px) {
	.sdgsFoot {
		height: 780px;
	}
	.sdgsFootImg {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
		width: 100%;
	}
}

@media (max-width:799px) {
	/* 03 これからのエプソン ----------------------------- */

	/* イノベーション */
	.innovationLinks {
		margin-bottom: 70px;
	}
	.innovationLinks:before {
		top: 0;
		width: 70%;
		height: 0;
		padding-top: 170%;
	}
	.innovationLinks:after {
		width: 70%;
		height: 0;
		padding-top: 170%;
	}
	.innovationInner {
		height: auto;
		margin-top: 20px;
		padding: 0 10px;
	}
	.innovationImg {
		position: static;
		width: 100%;
		height: 0;
		padding-top: 42.8571%;
		border-radius: 10px 10px 0 0;
	}
	.innovationInner:nth-of-type(odd) .innovationImg {
		right: 0;
	}
	.innovationInner:nth-of-type(even) .innovationImg {
		left: 0;
	}
	.innovationBox {
		width: calc(100% - 40px);
		height: auto;
		padding: 20px;
		font-size: 100%;
		border-radius: 0 0 10px 10px;
		box-shadow: 0 5px 10px rgba(0,0,0,.1);
	}
	.innovationTitle {
		margin-bottom: 10px;
	}

	/* SDGs */
	.sdgsFootCopy {
		font-size: 160%;
		padding: 0 10px;
		/* font-size: 8vw; */
	}
}

/* 更に詳しくリンク ----------------------------- */
.moreLinks {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.moreLinks > p {
	display: table-cell;
	vertical-align: top;
}
.moreLinks > p > a {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	height: 200px;
	padding-top: 30px;
	color: #fff;
	font-size: 214.2642%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	z-index: 0;
}
.moreLinks > p > a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all .7s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: all .7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.moreLinks > p > a > span:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin: 10px auto 0;
	background: url(/en/investors/individual/img/ico_link.png) no-repeat center center/contain;
}
.moreLinks > p > a:hover:before {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity: .9;
}
.moreLinks > p:first-child > a:before {
	background: url(/en/investors/individual/img/bg_more1.jpg) no-repeat center center/cover;
}
.moreLinks > p:last-child > a:before {
	background: url(/en/investors/individual/img/bg_more2.jpg) no-repeat center center/cover;
}

@media (max-width:799px) {
	/* 更に詳しくリンク ----------------------------- */
	.moreLinks > p {
		display: block;
		width: 100%;
	}
	.moreLinks > p > a {
		height: 120px;
		padding-top: 20px;
		font-size: 128.5714%;
	}
}

/* 関連リンク ----------------------------- */
/* /IR/common/css/layout_2019.cssを継承 */
.relatedLinks {
	margin-top: 70px;
}
.relatedLinks ul {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	margin-right: 25px;
}
.relatedLinks li {
	width: 20%;
	margin-left: 25px;
}
.relatedLinks .panelTextItem a {
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 130px;
	text-align: center;
	-webkit-transition: background .4s;
	transition: background .4s;
	display: flex;
    padding: 15px 10px;
    background-color: #10218b;
    color: #fff;
	text-decoration: none;
	justify-content: center;
}

.relatedLinks .panelTextItem {
	align-items: center;
}

.relatedLinks .panelTextItem a:hover {
	-webkit-transition: background .1s;
	transition: background .1s;
	opacity: 0.7;
	text-decoration: none;
}
.relatedLinks .panelTextItem img {
	margin-bottom: 10px;
}


@media (max-width:799px) {
	/* 関連リンク ----------------------------- */
	.relatedLinks {
		margin: 40px 0;
	}
	.relatedLinks ul {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	.relatedLinks li {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		margin-left: 0;
	}
	.relatedLinks .panelTextItem a {
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		height: 50px;
		padding: 10px;
		text-align: left;
	}
	.relatedLinks .panelTextItem img {
		margin-right: 10px;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.relatedLinks .panelTextItem br {
		display: none;
	}
}


/****** 0822 IR用RSS・contact formボタン hama追加 **/
.grid-links {
	display : flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	font-size: 0;
}
.grid-links-item {
	display : flex;
	display: inline-block\9;
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
	vertical-align: top;
	font-size: medium;
	overflow: hidden;
}
.grid-links-item a {
	display: block;
	width: 100%;
	padding: 12px;
	background: #10218b;
	color: #fff;
	overflow: hidden;
	box-sizing: border-box;
}
.grid-links-item a:hover {
	background: #336ba8;
	text-decoration: none;
	transition: 0.3s;
}
.grid-links-item_orange a {
	background: #f37a1f;
}
.grid-links-item_orange a:hover {
	background: #f8954c;
}
.grid-links-item_green a {
	background: #51b948;
}
.grid-links-item_green a:hover {
	background: #74c76d;
}
.grid-links-title {
	font-size: 112.5%;
	line-height: 1.2;
}
.grid-links-text {
	font-size: 75%;
	line-height: 1.3;
}

@media screen and (max-width: 799px){
	.grid-links-title {
		font-size: 100%;
	}
}
@media screen and (max-width: 499px){
	.grid-links-item {
		width: 50%;
	}
	.grid-links-item:nth-of-type(n+3) {
		margin-top: 20px;
	}
	.grid-links-title {
	    font-size: 87.5%;
	}
	.grid-links-text {
	    font-size: 68.8%;
	}
}
/****** ここまで **/


