/* --------------------------------------------------
 * global setting
 * -------------------------------------------------- */
.u-ir-icon-pdf {
	vertical-align: -.5em;
	background: url(/assets/img/global/icon_pdf.png) no-repeat center / 100% auto;
	width: 24px;
	height: 26px;
	margin: 0 5px 0 10px;
	display: inline-block;
}

.is-page-min-height .g-content {
	min-height: 1045px;
}

.c-contents {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.is-g-side_nav .c-contents {
	padding: 0 255px 0 0;
}

.c-contents .u-inner {
	max-width: 960px;
	margin: 0 auto;
}

.c-content-title {
	text-align: center;
	margin: 0 0 10px;
}

.c-content-title .e-img {
	transform: scale(0.6);
}

.c-bgColorGray {
	margin: 0;
}

.g-side_nav-parent.is-sub-contents {
	margin: 10px 0 0;
}

.is-sub-contents .g-side_nav_item .item_anc {
	padding: 10px 20px;
}

.c-more-button {
	text-align: center;
	display: block;
}

.c-more-button .e-link {
	color: #6785d5;
	font-size: 1.3rem;
	font-weight: 700;
	min-width: 260px;
	padding: 10px 35px 10px 15px;
	background-color: #fff;
	display: inline-block;
	border: 2px solid #6785d5;
	position: relative;
}

.c-more-button .e-link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #6785d5;
	opacity: 1;
	filter: none;
}

.c-more-button .e-link:after {
	content: '';
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url(/assets/img/global/arrow_paleblue_02.svg) no-repeat center;
	background-size: 25px 25px;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}

.c-more-button .e-link:hover:after {
	background-image: url(/assets/img/global/arrow_white_02.svg);
}

.u-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-bottom: 1px solid #e4e7e9;
	border-right: 1px solid #e4e7e9;
}

.u-table th,
.u-table td {
	line-height: 1.35;
	padding: 10px 20px;
}

.u-table th {
	color: #fff;
	text-align: left;
	background: #a0aab3;
	border-top: 1px solid #e4e7e9;
	border-left: 1px solid #e4e7e9;
}

.u-table .is-head-line th {
	text-align: center;
	padding: 10px 0;
}

.u-table td {
	color: #666;
	text-align: center;
	background: #fff;
	border-top: 1px solid #e4e7e9;
	border-left: 1px solid #e4e7e9;
}




/* side menu ==================================================================================================== */
.g-side_nav-child {
	display: none;
}

.is-category-financial .g-side_nav-child.is-menu-financial,
.is-category-library .g-side_nav-child.is-menu-library,
.is-category-philosophy .g-side_nav-child.is-menu-philosophy,
.is-category-stock .g-side_nav-child.is-menu-stock {
	display: block;
}





/* key visual ==================================================================================================== */
.g-kv {
	background-image: url(/assets/img/investor/kv-bg.jpg);
}




/* toppage ==================================================================================================== */
.l-news-list-items {
	border-bottom: 1px dotted #a0aab3;
}

.l-news-list-item {
	list-style: none;
	border-top: 1px dotted #a0aab3;
}

.l-news-list-item .anc {
	color: #557bb3;
	padding: 20px 25px;
	display: block;
}

.l-news-list-item .anc.js-noLink {
	color: #333;
	cursor: default;
}

.l-news-list-item .anc.js-noLink:hover {
	text-decoration: none;
	opacity: 1;
}

.l-news-list-item .anc .update {
	color: #666;
	font-size: 1.5rem;
	display: inline-block;
	margin-right: 12.5px;
}

.l-news-list-item .anc:hover .update {
	text-decoration: none;
}

.l-news-list-item .anc .category {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	width: 125px;
	padding: 3px 0 4px;
	background: #ddd;
	display: inline-block;
}

.l-news-list-item .anc .category.is-info { background: #9485c1;}
.l-news-list-item .anc .category.is-ir { background: #6785d5;}
.l-news-list-item .anc .category.is-decision { background: #b4d200;}
.l-news-list-item .anc .category.is-timely { background: #538692;}
.l-news-list-item .anc .category.is-results { background: #a0c8ce;}


.l-news-list-item .anc:hover .category {
	text-decoration: none;
}

.l-news-list-item .anc .description {
	font-size: 1.5rem;
	font-weight: 400;
	padding: 10px 0 0;
	display: block;
}

.l-news-more-items {
	line-height: 1;
	text-align: right;
	padding: 10px 0 0;
	display: block;
}

.l-news-more-items .e-link {
	margin-left: 15px;
	display: inline-block;
}

.l-news-more-items .u-anc-arrow {
	padding-left: 0;
	padding-right: 25px;
	background-position: right center;
}

.c-ir-menu {
	margin: 0 -12px;
	display: flex;
}

.c-ir-menu-item {
	width: calc(60%);
	padding: 0 12px;
	margin: 0 auto;
}


.c-ir-menu-item .e-link {
	text-decoration: none;
}

.c-ir-menu-item .e-link:hover {
	text-decoration: none;
}

.c-ir-menu-item .e-title {
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	margin: 0 0 20px;
	padding: 18px 0;
	background: #646e78;
	position: relative;
}

.c-ir-menu-item .e-title:after {
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	background: url(/assets/img/global/arrow_white.svg);
	background: cover;
	position: absolute;
	top: 50%;
	left: auto;
	bottom: auto;
	right: 20px;
	transform: translateY(-50%);
}

.c-ir-menu-item .e-text {
	font-size: 1.5rem;
}

.c-financial-table-items {
		padding: 20px 0 0;
	}
	


	.c-financial-table-items table {
		width:100%;
		
		border-collapse: separate;
		border-spacing: 0;
		border-bottom: 1px solid #e4e7e9;
		border-right: 1px solid #e4e7e9;
	}

	.c-financial-table-items td {
		font-size: 1.4rem;
		text-align: right;
		color: #666;
		background: #fff;
		border-top: 1px solid #e4e7e9;
		border-left: 1px solid #e4e7e9;
		padding: 5px;
	}
	
	.c-financial-table-items th {
		font-size: 1.4rem;
		color: #fff;
		text-align: left;
		background: #a0aab3;
		border-top: 1px solid #e4e7e9;
		border-left: 1px solid #e4e7e9;
		padding:10px
	}

	.c-financial-table-items th:last-child {
		background: #6685d1;
	}


	.c-financial-table-items th span{
		display:inline-block;
		padding:0 0 0 5px;
		font-size: 1.2rem;
	}

	.c-financial-table-items tr:first-child th{
		text-align: center;
	}




/* toppage main menu ==================================================================================================== */
.c-ir-main-menu {
	padding: 60px 0 0;
}

.c-ir-main-menu-items {
	letter-spacing: -.4em;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #e4e7e9;
	position: relative;
}

.c-ir-main-menu-item {
	letter-spacing: 0;
	vertical-align: top;
	width: calc(100% / 2);
	padding: 0 10px;
	display: inline-block;
	position: relative;
}

.c-ir-main-menu-item:after {
	content: '';
	display: block;
	clear: both;
}

.c-ir-main-menu-item .e-link {
	text-decoration: underline;
	display: block;
}

.c-ir-main-menu-item .e-link:hover {
	text-decoration: none;
}

.c-ir-main-menu-item .e-title {
	font-weight: 400;
	text-align: center;
	position: relative;
	border-bottom: 1px dotted #a0aab3;
	display: block;
}

.c-ir-main-menu-item:nth-of-type(3) .e-title,
.c-ir-main-menu-item:nth-of-type(4) .e-title {
	border-top: 1px dotted #a0aab3;
	border-bottom: 0;
}

.c-ir-main-menu-item .e-title:before {
	content: '';
	width: 18px;
	height: 18px;
	display: block;
	background: url(/assets/img/global/arrow_paleblue.svg) no-repeat center / 100% auto;
	position: absolute;
	top: 50%;
	right: 17.5px;
	transform: translateY(-50%);
}

.c-ir-main-menu-item .e-title .e-link {
	color: #646e78;
	line-height: 1;
	text-decoration: none;
	padding: 15px;
}

.c-ir-main-menu-item .e-title .e-link:hover {
	text-decoration: underline;
	background: #edeff1;
}

.c-ir-main-menu-item .e-items {
	width: calc(100% / 2);
	letter-spacing: -.4em;
	padding: 10px 0;
	float: left;
	position: relative;
}

.c-ir-main-menu-item .e-items:nth-of-type(1):after {
	content: '';
	width: 1px;
	height: calc(100% - 20px);
	background: #ddd;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.c-ir-main-menu-item .e-item {
	letter-spacing: 0;
	width: 100%;
	display: block;
}

.c-ir-main-menu-item .e-item .e-link {
	color: #557bb3;
	font-size: 1.5rem;
	line-height: 1.35;
	text-decoration: none;
	padding: 2px 0 2px 15px;
}

.c-ir-main-menu-item .e-item .e-link:hover {
	text-decoration: underline;
}




.c-ir-sub-menu {
	padding: 60px 0 0;
}

.c-ir-sub-menu-items {
	letter-spacing: -.4em;
	border-top: 1px solid #b4bcc3;
	border-left: 1px solid #b4bcc3;
}

.c-ir-sub-menu-item {
	letter-spacing: 0;
	vertical-align: top;
	width: calc(100% / 3);
	border-bottom: 1px solid #b4bcc3;
	border-right: 1px solid #b4bcc3;
	display: inline-block;
}

@media all and (-ms-high-contrast:none){
	.c-ir-sub-menu-item {
		width: calc(100% / 3 - .1px);
	}
}

.c-ir-sub-menu-item .e-link {
	line-height: 1;
	min-height: 60px;
	display: block;
	background: #ccd3d9;
	position: relative;
}

.c-ir-sub-menu-item .e-link:after {
	content: '';
	width: 18px;
	height: 18px;
	display: block;
	background: url(/assets/img/global/arrow_paleblue.svg) no-repeat center / 100% auto;
	position: absolute;
	top: 50%;
	right: 17.5px;
	transform: translateY(-50%);
}

.c-ir-sub-menu-item .e-link .e-title {
	color: #646e78;
	font-style: normal;
	text-align: center;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.c-ir-sub-menu-item:nth-child(6) .e-link .e-title {
	padding-right: 25px;
}




/* financial ==================================================================================================== */
.c-financial-graph-items {
	margin: 0 -5px 30px;
	display: flex;
	justify-content: space-between;
}

.c-financial-graph-item {
	text-align: center;
	width: 33%;
	margin: 0;
	padding: 30px 10px 0;
	border: 1px solid #e4e7e9;
	background: #fff;
	position: relative;
}

.c-financial-graph-item .e-image {
	margin: 0 0 20px;
}

.c-financial-graph-item.is-large-item .u-table {
	bottom: 0;
}

.c-financial-graph-item .e-title {
	color: #646e78;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 20px;
}

.c-financial-graph-item .e-title .e-note {
	font-size: 1.4rem;
	padding: 10px 0 0;
	display: inline-block;
}

.c-financial-graph-item img {
	/* width: 274px; */
}

.c-financial-graph-item .e-note-items {
	text-align: right;
	width: 100%;
	padding: 5px 20px 0;
	display: block;
	position: absolute;
}

.c-financial-graph-item .e-note-item {
	list-style: none;
	font-size: 1.4rem;
	margin: 0 0 0 15px;
	padding: 0 0 0 2.5em;
	display: inline-block;
	position: relative;
}

.c-financial-graph-item .e-note-item.is-mid:before,
.c-financial-graph-item .e-note-item.is-end:before,
.c-financial-graph-item .e-note-item.is-mid:after,
.c-financial-graph-item .e-note-item.is-end:after {
	content: '';
	vertical-align: -.15em;
	width: 1em;
	height: 1em;
	margin: 0 5px 0 0;
	display: inline-block;
	position: absolute;
	top: calc(50% + .05em);
	left: calc(1em + 3px);
	transform: translateY(-50%);
}

.c-financial-graph-item .e-note-item.is-mid:after,
.c-financial-graph-item .e-note-item.is-end:after {
	left: 0;
}

.c-financial-graph-item .e-note-item.is-mid:before {
	background: #6785d5;
}

.c-financial-graph-item .e-note-item.is-end:before {
	background: #414696;
}

.c-financial-graph-item .e-note-item.is-mid:after {
	background: #9fa8b1;
}

.c-financial-graph-item .e-note-item.is-end:after {
	background: #646d77;
}

.is-cash-flow .c-more-button {
	padding: 0;
}

.c-financial-graph-item .u-table {
	width: calc(100% + 2px);
	margin: 0 -1px -1px -1px;
}

.c-financial-graph-item.is-table-large {
	padding-bottom: 5em;
}

.c-financial-graph-item.is-table-large:first-child .u-table {
	transform: translateY(-1.75em);
}

.c-financial-graph-item .u-table th,
.c-financial-graph-item .u-table td {
	font-size: 1.4rem;
	text-align: center;
	padding: 5px 0;
}

.c-financial-graph-item .u-table .is-head-line th:last-child {
	background: #6785d5;
}

.is-category-financial.is-performance .c-financial-graph-item.is-table-large:first-child .u-table {
	transform: none;
}

.is-category-financial.is-performance .c-financial-graph-item.is-table-large {
	padding-bottom: 3em;
}

.is-category-financial.is-financial table.xj_chart_table:nth-of-type(2) {
	margin-top: -1px;
}

.is-category-financial.is-financial table.xj_chart_table td:first-of-type,
.is-category-financial.is-financial table.xj_chart_table:nth-of-type(2) td:first-of-type {
	width: 190px !important;
}




/* library ==================================================================================================== */
.is-category-library .c-bgColorGray {
	margin-bottom: 60px;
}

.is-category-library .c-bgColorGray:last-of-type {
	margin-bottom: 0;
}

.c-library-list-title {
	color: #646e78;
	font-size: 2rem;
	line-height: 1.45;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

.c-library-list-items {
	margin: 0 0 30px;
	border-bottom: 1px solid #a0aab3;
}

.c-library-list-item {
	font-size: 1.5rem;
	line-height: 1.5;
	width: 100%;
	padding: 10px 0;
	list-style: none;
	display: table;
	border-top: 1px dotted #a0aab3;
}

.c-library-list-item:first-child {
	border-top: 1px solid #a0aab3;
}

.c-library-list-item:before {
	content: attr(data)'';
	white-space: nowrap;
	width: 9em;
	display: table-cell;
}

.c-library-list-item.is-time-none:before {
	display: none;
}

.c-library-list-item .e-link {
	color: #557bb3;
	display: table-cell;
}

.is-category-library.is-result .g-content {
	min-height: 1030px;
}

.is-category-library.is-result .c-section {
	margin-bottom: 30px;
}




/* calendar ==================================================================================================== */
.is-category-calendar .c-calendar .u-table.u-hide-media {
	display: table;
}

.is-category-calendar .c-calendar .u-table td {
	border-right: 0;
	border-left: 0;
	position: relative;
}

.is-category-calendar .c-calendar .e-event {
	font-size: 1.3rem;
	font-style: normal;
	line-height: 1.25;
	text-align: left;
	white-space: nowrap;
	padding: 0 0 0 1.35em;
	position: absolute;
	top: 50%;
	left: 1.5em;
	transform: translateY(-50%);
	z-index: 10;
	
}

@media all and (-ms-high-contrast:none){
	.is-category-calendar .c-calendar .e-event {
		top: calc(50% + 10px);
	}
}

.is-category-calendar .c-calendar .e-event:before {
	content: '';
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background: #6785d5;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}




/* 株式の状況 */
.is-investor.is-category-stock .c-library-list-title {
	border-bottom: 1px solid #a0aab3;
}

.is-investor.is-category-stock .g-content.u-inner {
	min-height: 955px;
}

.is-investor.is-category-notice .g-content.u-inner {
	min-height: 840px;
}




/* philosophy */
.is-investor.is-category-philosophy .g-content {
	min-height: 1125px;
}

.is-investor.is-category-philosophy.is-corporate-page .g-header-nav-page_item:nth-child(1) .link.is-focus .anc:after {
	opacity: 0 !important;
}

.is-investor.is-category-philosophy .c-library-list-title {
	border-bottom: 1px solid #a0aab3;
}

.is-investor.is-category-philosophy .c-governance-image {
	padding: 20px 0 0;
}

.is-investor.is-category-philosophy .c-governance-image .e-title {
	color: #646e78;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 10px;
}




















/* ir index menu ==================================================================================================== */
.c-ir-index-menu-items {
	letter-spacing: -.4em;
	min-height: 750px;
	margin: 0 -10px;
}

.c-ir-index-menu-item {
	letter-spacing: 0;
	list-style: none;
	width: calc(100% / 3);
	margin: 0 0 20px;
	padding: 0 10px;
	display: inline-block;
}

@media all and (-ms-high-contrast:none) {
	.c-ir-index-menu-item {
		width: calc(100% / 3.05);
	}
}

.c-ir-index-menu-item .e-link {
	color: #646e78;
	min-height: 90px;
	background: #fff;
	border: 1px solid #ddd;
	display: block;
	position: relative;
}

.c-ir-index-menu-item .e-link:after {
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	background: url(/assets/img/global/arrow_deepblue.svg);
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

.no-touch .c-ir-index-menu-item .e-link:hover {
	color: #fff;
	background: #646e78;
	opacity: 1;
}

.no-touch .c-ir-index-menu-item .e-link:hover:after {
	background: url(/assets/img/global/arrow_white.svg);
}

.c-ir-index-menu-item .e-name {
	line-height: 1.35;
	width: 100%;
	padding: 0 0 0 20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}




/* ir hyo ==================================================================================================== */
.c-ir-table {
	width: 100%;
	border-bottom: 1px solid #646e78;
}

.c-ir-table .e-caption {
	color: #646e78;
	font-size: 2rem;
	font-weight: 700;
	text-align: left;
	margin: 0 0 5px;
}

.c-ir-table-parent:first-child {
	border-top: 1px solid #646e78;
}

.c-ir-table .title {
	font-size: 1.5rem;
	text-align: left;
	padding: 15px 0;
	border-top: 1px dashed #646e78;
	display: table-cell;
}

.c-ir-table .description {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 15px 0;
	border-top: 1px dashed #646e78;
	display: table-cell;
}

.c-ir-table .description .u-show-media {
	display: none;
}

.c-ir-table .description .u-hide-media {
	display: inline-block;
}




/* guide ==================================================================================================== */
.c-guide-link {
	text-align: center;
}

.c-guide-link .e-link {
	color: #6785d5;
	font-size: 1.3rem;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	text-align: center;
	min-width: 260px;
	margin: 0 8px;
	padding: 8px 20px 8px 0;
	background: #fff;
	border: 2px solid #6785d5;
	display: inline-block;
	position: relative;
}

.c-guide-link .e-link:after {
	content: url(/assets/img/global/arrow_paleblue_02.svg);
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 3px;
	transform: translateY(-50%);
}

.c-guide-link .e-link:hover {
	color: #fff;
	text-decoration: none;
	background: #6785d5;
	opacity: 1;
}

.c-guide-link .e-link:hover:after {
	content: url(/assets/img/global/arrow_white_02.svg);
}

.is-guide-page .g-content {
	padding-bottom: 0;
}

.is-guide-page .c-section_headline {
	margin-bottom: 30px;
}

.c-section_headline-text {
	font-size: 1.4rem;
	text-align: center;
}

.c-guide-menu-items {
	width: 100%;
	display: table;
	background: #000;
}

.c-guide-menu-item {
	width: 25%;
	display: table-cell;
}

.c-guide-menu-item .e-link {
	color: #fff;
	text-align: center;
	padding: 20px 0 60px;
	display: block;
	background: #6785d5;
	position: relative;
}

.c-guide-menu-item .e-link:hover {
	text-decoration: none;
}

.c-guide-menu-item .e-link:before {
	content: attr(data-number)'';
	font-family: "Crimson Text", serif;
	font-size: 5.2rem;
	font-style: italic;
	line-height: 1;
	display: block;
	transform: scaleX(1.2);
}

.c-guide-menu-item .e-link:after {
	content: url(/assets/img/global/arrow-pageanc_white.svg);
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	transition: .2s;
}

.c-guide-menu-item .e-link:hover:after {
	margin-bottom: -5px;
}

.c-guide-menu-item:nth-child(even) .e-link {
	background: #414696;
}

.c-guide-menu-item  .e-title {
	color: #fff;
	font-size: 1.7rem;
	font-style: normal;
	letter-spacing: 0;
}

.c-guide-menu-item  .e-title:before {
	content: attr(data-en)'';
	color: #b2bee8;
	font-family: "Crimson Text", serif;
	font-style: normal;
	display: block;
}

.c-guide-menu-item:nth-child(even) .e-title:before {
	color: #9f9ec8;
}

/* guide title */
.c-guide-title-hi {
	text-align: center;
	margin: 0 0 40px;
	border-bottom: 1px solid #a0aab3;
}

.c-guide-title-hi:before {
	content: attr(data-number)'';
	color: #000;
	font-family: "Crimson Text", serif;
	font-size: 7.7rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
}

.c-guide-title-hi .e-title {
	color: #414696;
	font-size: 2rem;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	margin: -10px 0 0;
	padding: 0 0 15px;
	display: block;
}

.c-guide-title-hi .e-title:before {
	content: attr(data-en)'';
	color: #9fa8b1;
	font-family: "Crimson Text", serif;
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0 0 10px;
	display: block;
}

.c-guide-title-mid {
	font-family: "Crimson Text", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size: 3.2rem;
	line-height: 1;
	text-align: center;
	margin: 0 0 20px;
	padding: 5px 0 0;
	transform: rotate(.05deg);
}

.c-guide-read-text {
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.75;
}




/* company */
.c-section.is-company {
	margin-bottom: 80px;
}

.c-company-chart {
	padding: 60px 0 0;
}

.c-company-chart {
	width: 100%;
	display: table;
}

.c-company-chart .e-image {
	vertical-align: top;
	width: 270px;
	display: table-cell;
}

.c-company-chart-items {
	vertical-align: top;
	display: table-cell;
}

.c-company-chart-item {
	font-size: 1.4rem;
	list-style: none;
	margin: 0 0 27.5px;
}

.c-company-chart-item .e-title {
	font-size: 1.3rem;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	margin: 0 0 10px;
	display: block;
}

.c-company-chart-item .e-link {
	color: #6785d5;
	text-align: center;
	max-width: 260px;
	padding: 8px 0;
	border: 2px solid #6785d5;
	display: block;
	position: relative;
}

.c-company-chart-item .e-link:after {
	content: url(/assets/img/global/arrow_paleblue_02.svg);
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 3px;
	transform: translateY(-50%);
}

.c-company-chart-item .e-link:hover {
	color: #fff;
	text-decoration: none;
	background: #6785d5;
	opacity: 1;
}

.c-company-chart-item .e-link:hover:after {
	content: url(/assets/img/global/arrow_white_02.svg);
}




/* strength */
.is-guide-page .c-bgColorGray {
	margin-bottom: 40px;
	padding: 40px 0 20px;
}

.c-strength-corner {
	padding: 60px 0 0;
}

.c-strength-corner-inner {
	padding: 0 270px 30px 0;
	position: relative;
}

.c-strength-corner .e-title {
	color: #3b4095;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #a0aab3;
	transform: rotate(.05deg);
}

.c-strength-corner .e-text {
	font-size: 1.5rem;
	line-height: 1.9;
}

.c-strength-corner .e-image {
	max-width: 250px;
	position: absolute;
	top: 0;
	right: 0;
}

.c-strength-corner-inner:nth-of-type(even) {
	padding: 0 0 30px 270px;
}

.c-strength-corner-inner:nth-of-type(even) .e-image {
	right: auto;
	left: 0;
}




/* strategy */
.c-strategy-corner {
	padding: 60px 0 0;
}

.c-strategy-corner .e-title {
	color: #3b4095;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 25px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #a0aab3;
	transform: rotate(.05deg);
}

.c-strategy-corner.is-legaland .e-inner {
	width: 100%;
	margin: 0 0 40px;
	table-layout: fixed;
	display: table;
}

.c-strategy-corner.is-legaland .e-inner .e-photo {
	vertical-align: top;
	width: 50%;
	padding: 0 15px 0 0;
	display: table-cell;
}

.c-strategy-corner.is-legaland .e-inner .e-image {
	vertical-align: top;
	width: 50%;
	padding: 0 0 0 15px;
	display: table-cell;
}

.c-strategy-corner.is-legaland .e-inner .e-image .e-caption {
	color: #646e78;
	font-weight: 700;
}

.c-strategy-corner.is-legaland .e-inner .e-image .e-caption .is-small {
	font-size: 1.2rem;
}

.c-strategy-corner.is-legaland .e-flow {
	margin: 0 0 40px;
	display: table;
}

.c-strategy-corner.is-legaland .e-flow .e-photo {
	vertical-align: top;
	padding: 0 15px 0 0;
	display: table-cell;
}

.c-strategy-corner.is-legaland .e-flow .e-image {
	vertical-align: top;
	padding: 0 15px 0 0;
	display: table-cell;
}

.c-strategy-corner.is-legaland .e-flow .e-image:nth-child(even) {
	padding: 0 0 0 15px;
}

.c-strategy-corner.is-legaland .e-text {
	font-weight: 700;
	text-align: center;
	margin: 0 0 35px;
}

.c-strategy-corner.is-stock .e-inner {
	min-height: 160px;
	padding: 0 240px 0 0;
	position: relative;
}

.c-strategy-corner.is-stock .e-inner-title {
	font-size: 1.8rem;
	font-weight: 900;
	margin: 0 0 10px;
	border-bottom: 2px solid #9fa8b1;
	transform: rotate(.05deg);
}

.c-strategy-corner.is-stock .e-image {
	max-width: 220px;
	position: absolute;
	top: 0;
	right: 0;
}

.c-strategy-corner.is-stock .e-item {
	font-size: 1.5rem;
	list-style: none;
	padding: 0 0 0 .75em;
	position: relative;
}

.c-strategy-corner.is-stock .e-item:before {
	content: '';
	width: .4em;
	height:.4em;
	border-radius: 50%;
	background: #000;
	display: inline-block;
	position: absolute;
	top: .6em;
	left: 0;
}

.c-strategy-corner.is-partner {
	padding: 40px 0 0;
}

.c-strategy-corner.is-partner .e-title {
	margin-bottom: 15px;
}

.c-strategy-corner.is-partner .e-text {
	font-size: 1.5rem;
}

.c-strategy-corner.is-partner .e-image {
	padding: 30px 0;
}

/* 経営方針 */
.c-strategy-point-item {
	font-size: 1.5rem;
	list-style: none;
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 0 1.25em;
	display: inline-block;
	position: relative;
}

.c-strategy-point-item:before {
	content: '';
	width: .75em;
	height: .75em;
	background: #333;
	display: inline-block;
	position: absolute;
	top: .45em;
	left: 0;
}

.c-strategy-point-item .e-image {
	padding: 10px 0 0;
}

.c-strategy-point-item .e-image .e-img {
	width: calc(100% - 1.25em);
	max-width: none;
}

.c-strategy-photo-items {
	letter-spacing: -.4em;
	margin: 0 -4px;
	padding: 15px 0 10px;
}

.c-strategy-photo-item {
	letter-spacing: 0;
	width: calc(100% / 4.05);
	padding: 0 4px;
	list-style: none;
	display: inline-block;
}

.c-strategy-photo-item .e-caption {
	font-size: 1.4rem;
	text-align: center;
	padding: 0 0 5px;
	display: block;
}

.c-strategy-photo-item .e-image .e-img {
	width: 100%;
	max-width: 100%;
}

.c-strategy-photo-item .e-caption {
	font-size: 1.2rem;
}







.c-section.is-future .c-guide-read-text {
	margin: 0 0 30px;
}

.c-future-inner {
	margin: 0 0 40px;
	padding: 25px 30px;
	background: #fff;
}

.c-future-title {
	color: #646e78;
	font-weight: 900;
	margin: 0 0 20px;
}

.c-future-inner .e-image {
	margin: 0 0 20px;
}

.c-future-stage-wrap {
	width: 100%;
	display: table;
}

.c-future-stage-item {
	width: 50%;
	display: table-cell;
}

.c-future-stage-item .e-title {
	color: #3b4095;
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 10px;
	padding: 5px 20px;
	display: inline-block;
	border: 1px solid #3b4095;
}

.c-future-stage-item .e-item {
	font-size: 1.4rem;
	line-height: 1.5;
	list-style: none;
	margin: 0 0 5px;
	padding: 0 0 0 .75em;
	position: relative;
}

.c-future-stage-item .e-item:before {
	content: '';
	width: .4em;
	height:.4em;
	border-radius: 50%;
	background: #000;
	display: inline-block;
	position: absolute;
	top: .6em;
	left: 0;
}

.is-guide-page .c-bgColorGray:last-of-type {
	margin: 0;
}




/* news ==================================================================================================== */
.is-ir_news-page .g-container {
	min-height: 855px;
}

.is-ir_news-page .g-header-nav-page_item:nth-child(5) .link.is-focus .anc:after {
	opacity: 0;
}

.is-ir_news-page .c-section .u-inner {
	margin: 0;
}

.c-ir_news-menu-items {
	letter-spacing: -.4em;
	margin: 0 -7px;
}

.c-ir_news-menu-item {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.25;
	letter-spacing: 0;
	width: calc(100% / 8 - 2px);
	margin: 0 1px;
	padding: 10px;
	background: #6785d5;
	display: inline-block;
	transition: .3s;
	cursor: pointer;
	position: relative;
}

.c-ir_news-menu-item:after {
	content: url(/assets/img/global/arrow_white.svg);
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: .2s;
}

.c-ir_news-menu-item:hover {
	opacity: .8;
}

.c-ir_news-menu-item.js-active {
	background: #646e78;
}

.c-ir_news-menu-item.js-active:after {
	transform: translateY(-50%) rotate(90deg);
}

.c-ir_news-menu-item .e-year {
	font-style: normal;
}

.c-ir_news-list {
	margin: 0 0 60px;
	
}

.c-ir_news-list.is-active {
	display: block;
}

.is-disclaimer-page .c-library-list-title {
	border-bottom: 1px solid #a0aab3;
}

/* CMS */
#xj-select-year_s {
	border: 1px solid #888;
	cursor: pointer;
}

.c-tab {
	padding: 30px 0 0;
}

.c-tab_lists {
	letter-spacing: -.4em;
	margin: 0 -1px;
}

.c-tab_list {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.25;
	letter-spacing: 0;
	width: calc(100% / 6 - 2px);
	margin: 0 1px;
	background: #6785d5;
	display: inline-block;
	transition: .3s;
	cursor: pointer;
	position: relative;
}

.c-tab_list:after {
	content: url(/assets/img/global/arrow_white.svg);
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: .2s;
}

.c-tab_list .e-box {
	color: #fff;
	padding: 10px;
	display: block;
}

.c-tab_list:hover {
	opacity: .8;
}

.c-tab_list.is-state_active {
	background: #646e78;
}

.c-tab_list.is-state_active:after {
	transform: translateY(-50%) rotate(90deg);
}




/* faq ==================================================================================================== */
.c-faq-list {
	padding: 20px 0 0;
}

.c-faq-list-title {
	color: #646e78;
	font-size: 2rem;
	margin: 0 0 5px;
	border-bottom: 1px solid #a0aab3;
}

.c-faq-item {
	margin: 0 0 1px;
}

.c-faq-item .e-title {
	font-size: 1.5rem;
	min-height: 70px;
	background: #cdd3d6 url(/assets/img/investor/faq/icon-q-01.png) no-repeat left 20px top 50% / 36px auto;
	position: relative;
	transition: .2s;
	cursor: pointer;
}

.c-faq-item .e-title:hover {
	opacity: .5;
}

.c-faq-item .e-title:after {
	content: url(/assets/img/global/icon-plus-white-01.png);
	position: absolute;
	top: 15px;
	right: 20px;
	transform: scale(.5);
	transition: .2s;
}

.c-faq-item .e-title.is-open:after {
	content: url(/assets/img/global/icon-minus-white-01.png);
}

.c-faq-item .e-title .e-name {
	font-weight: 400;
	font-style: normal;
	padding: 0 60px 0 70px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.c-faq-item-inner {
	display: none;
	background: url(/assets/img/investor/faq/icon-a-01.png) no-repeat left 20px top 15px / 36px auto;
}

.c-faq-item-inner-child {
	padding: 25px 15px 25px 70px;
}




.is-report-section {
	margin-bottom: 100px !important;
}




.is-library-index-page .g-content {
	padding-bottom: 0;
}




.is-message-page .is-main .u-inner {
	width: 100%;
}

.is-message-page .is-main .e-image {
	vertical-align: middle;
	margin-bottom: 40px;
}

.is-message-page .is-main .e-image .e-img {
	width: 100%;
}

.is-message-page .is-main .c-letter_body {
	margin-bottom: 35px;
}

.is-message-page .c-letter_body .e-name {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: right;
	padding: 30px 0 0;
	display: block;
}

.is-message-page .c-letter_body .e-name:before {
	content: '代表取締役社長';
	font-size: 1.3rem;
	display: block;
}




.is-inquiry-page .is-g-side_nav {
	min-height: 845px;
}

.is-inquiry-page .is-thanks {
	margin: 0;
}









