@charset "utf-8";
/* ===========================================================

	Title: top.css
	Created: 2018-7-12
	
=========================================================== */
/*

	copy
	top-contens
	main
	top-data
	top-financial
	top-banner
	top-news
	top-portfolio
	top-banner
	related-sites
	
=========================================================== */
/* ===========================================================

	main-visual

=========================================================== */
.main-visual {
    position: relative;
    height: 630px;
	margin-bottom: 30px;
	overflow: hidden
}
@media screen and (max-width: 1200px) {
	.main-visual {
		margin-top: 100px;
		height: calc(100vh - 100px);
	}
}
/* ===========================================================

	corporate-slogan

=========================================================== */
.corporate-slogan {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	margin: -10px 0 0;
	z-index: 90;
}
@media screen and (max-width: 1200px) {
	.corporate-slogan {
		width: 80%;
	}
}
/* ===========================================================

	bxslider

=========================================================== */
.main-visual .bx-viewport {
	overflow: auto !important; 
}
.bxslider-main-visual {
	position: relative;
	margin: 0 auto;
	z-index: 10;
}
.bxslider-main-visual li {
	background-color: #000;
	position: relative;
	width: 100%;
    height: 600px;
	overflow: hidden;
	background-size: cover;
}
.bxslider-main-visual li.main-visual__1 {background-image: url(../img/common/top/main-visual_4.jpg); background-position: 50% 50%;}
.bxslider-main-visual li.main-visual__2 {background-image: url(../img/common/top/main-visual_5.jpg); background-position: 50% 50%;}
.bxslider-main-visual li.main-visual__3 {background-image: url(../img/common/top/main-visual_6.jpg); background-position: 50% 50%;}
.bxslider-main-visual li.main-visual__4 {background-image: url(../img/common/top/main-visual_7.jpg); background-position: 50% 50%;}

/* PAGER */
.main-visual .bx-wrapper .bx-pager,
.main-visual .bx-wrapper .bx-controls-auto　{
	bottom: -30px;
	z-index: 99;
}
.main-visual .bx-wrapper .bx-pager a {
	background: #00a0e9;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
	line-height: 1;
	font-size: 8px;
	overflow: hidden;
}
.main-visual .bx-wrapper .bx-pager a:hover,
.main-visual .bx-wrapper .bx-pager a.active {
	background: #0b3190;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.main-visual .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	text-align: center;
	z-index: 9999;
	/*　Scott Kellum Method */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.main-visual .bx-wrapper .bx-controls-direction a:hover {
	opacity: 0.5;
}
.main-visual .bx-wrapper .bx-controls-direction a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	content: "";
	width: 38px;
	height: 38px;
	display: block;
	border-width: 1px;
	border-color: #fff;
	border-top-style: solid;
}
.main-visual .bx-wrapper .bx-prev:before {
	border-left-style: solid;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: -6px;
}
.main-visual .bx-wrapper .bx-next:before {
	border-right-style: solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: -32px;
}
@media screen and (max-width: 1200px) {
	.bxslider-main-visual li {
		height: calc(100vh - 100px);
	}
	.main-visual .bx-wrapper .bx-pager,
	.main-visual .bx-wrapper .bx-controls-auto　{
		bottom: 30px;
	}
	.main-visual .bx-wrapper .bx-controls-direction a {
		display: none;
	}
}

/* ===========================================================

	contens

=========================================================== */
#top-contens {
	width: 100%;
	padding: 0;
}
#top-contens .top-contens__inner {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 30px;
}
@media screen and (max-width: 1200px) {
	#top-contens .top-contens__inner {
		width: 100%;
		padding: 0;
	}
}
#top-contens h2 {
	position: relative;
	font-size: 1.2rem;
	letter-spacing: 0 !important;
	color: #0b3190;
	padding-bottom: 1em;
	margin: 0 0 20px;
	border-bottom: solid 1px #ccc;
	line-height: 1;
}
#top-contens h2 em {
	color: #111;
	font-weight: normal;
	font-size: 2.4rem;
	padding-right: 0.3em;
}
#top-contens h2::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: #0b3190;
}
#top-contens h2 a {
	position: relative;
	display: block;
}
#top-contens h2 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 1px;
	margin-top: 1px;
	background-color: #e80000;
}
#top-contens h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 9px;
	height: 9px;
	margin-top: -3px;
	border-top: solid 1px #e80000;
	border-right: solid 1px #e80000;
	transform: rotate(45deg);
}
#top-contens h2 a:hover{
	text-decoration: none;
}

/* ===========================================================

	main

=========================================================== */
main.contents-style {
	width: 100%;
	float: none;
	padding-top: 0;
}

/* ===========================================================

	top-data

=========================================================== */
.top-data {
	margin-bottom: 1em;
}
.top-data .top-contens__inner {
	display: flex;
	justify-content: space-between;
}
.top-data section {
	position: relative;
	width: 370px;
	margin: 0 !important;
}
.top-data p.coution {
	background-color: #e5e5e5;
	padding: 10px 15px;
	margin-bottom: 30px;
}
.top-data dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0;
}
.top-data dt {
	padding-bottom: 0.5em;
}
.top-data dl em {
	color: #0b3190;
	font-size: 3.0rem;
	margin-right: 0.1em;
}
@media screen and (max-width: 1200px) {
	.top-data .top-contens__inner {
		display: block;
	}
	.top-data section {
		width: 100%;
	}
}

/* top-distribute
----------------------------------------------------------- */
.top-data h3 {
	position: relative;
	padding: 0;
	border: none;
	margin: 0 0 0.2em;
}
.top-data h3::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 10px;
	margin-top: -4px;
	background-color: #eeeeee;
	z-index: 1;
}
.top-data h3 span {
	position: relative;
	z-index: 2;
	background-color: #fff;
	padding: 0 1em 0 0;
	font-size: 1.2rem;
	display: inline-block;
}
.actual h3 span,
.actual dl dd em {
	color: #0b3190;
}
.forecast h3 span,
.forecast dl dd em {
	color: #00a0e9;
}
/* top-portfolio-data
----------------------------------------------------------- */
.top-data .top-portfolio-data dl {
	border-bottom: dotted 1px #ccc;
	margin: 0 0 1.5em;
	padding-top: 0.5em;
}
.top-data .top-portfolio-data span {
	width: 2em;
}

/* top-financial
----------------------------------------------------------- */
.top-financial {
}
.top-financial__list li {
	margin: 0;
	padding: 0;
	position: relative;
}
.top-financial__list li span {
	margin-left: 0 !important;
}
.top-financial__list li a {
	color: #111;
	text-decoration: none;
	display: inline-block;
	padding: 3px 0;
}
.top-financial__list li a:hover {
	color: #0b3190;
}
.top-financial .download a {
	text-align: center;
	background-color: #00a0e9;
	margin: 0 40px;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #fff;
}
.top-financial .download a:hover {
	background-color: #0b3190;
}
.top-financial .download a:before {
	content: "";
	display: inline-block;
	margin: 0 1em 0 0;
	background: url(../img/common/global/icon_download_a.png) 0 50% no-repeat;
	background-size: 13px 12px;
	width: 13px;
	height: 12px;
}

/* js-popup-open
----------------------------------------------------------- */
.js-popup-open {
	border: solid 1px #ddd;
	padding: 0 10px 0 20px !important;
	margin: 0 !important;
	float: right;
	display: inline-block;
	position: relative;
}
.js-popup-open::before {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -4px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #e80000;
}

/* ===========================================================

	top-news
	
=========================================================== */
.top-news {
	position: relative;
	margin-bottom: 2em;
}
.top-news ul.top-news__link {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	padding: 20px 0 0;
}
.top-news ul.top-news__link li  {
	margin: 0 0 0 20px;
}
.top-news ul.top-news__link a {
	position: relative;
	padding-left: 10px;
}
.top-news ul.top-news__link a:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #e80000;
}
.top-news ul.top-news__link  li.rss a:before  {
	display: none;
}
.top-news ul.top-news__link  li.rss span {
	background: url(../img/common/global/icon_rss_a.png) 0 50% no-repeat;
	background-size: 16px auto;
	padding-left: 24px;
	display: inline-block;
}
@media screen and (max-width: 1200px) {
	.top-news ul.top-news__link {
		position: relative;
		top: inherit;
		right: inherit;
		display: block;
		padding: 0;
	}
	.top-news ul.top-news__link li  {
		margin: 0 0 10px;
	}
	.top-news ul.top-news__link a {
		border: solid 1px #ddd;
		display: block;
		padding: 0.8em 1.5em;
		text-align: center;
	}
	.top-news ul.top-news__link a:before {
		position: relative;
		top: inherit;
		left: inherit;
		display: inline-block;
		margin: -3px 5px 0 0;
	}
}
/* ===========================================================

	contents-banner
	
=========================================================== */
.contents-banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 3em !important;
	text-align: center;
	padding: 30px 0;
	background-color: #f2fafe;
}
.contents-banner li {
	padding: 0 15px;
}
.contents-banner li:first-child {
	padding-left: 0;
}
.contents-banner li:last-child {
	padding-right: 0;
}
@media screen and (max-width: 1200px) {
	.contents-banner {
		display: block;
		padding: 0;
		margin: 0 0 1.5em !important;
		background-color: #FFFFFF;
	}
	.contents-banner li {
		padding: 0;
	}
}
/* ===========================================================

	top-banner
	
=========================================================== */
.top-banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 1.5em;
}
.top-banner dt {
	width: 100%;
	font-size: 1.6rem;
	position: relative;
	padding: 0 0 0.5em;
	margin-bottom: 1em;
}
.top-banner dt::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 1px;
	background-color: #e80000;
}
.top-banner dd {
	margin: 0 0.5em 1em;
}
@media screen and (max-width: 1200px) {
	.top-banner {
		display: block;
		width: 100%;
	}
	.top-banner dt {
		width: 100%;
		font-size: 1.6rem;
		position: relative;
		padding: 0 0 0.5em;
		margin-bottom: 1em;
	}
	.top-banner dt::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 40px;
		height: 1px;
		background-color: #e80000;
	}
	.top-banner dd {
		margin: 0 0.5em 1em;
	}
}