@charset "UTF-8";

/*------------------------------------------------------------
	株主・投資家情報　共通CSS
------------------------------------------------------------*/
.sub_contents .localNav > li span.noLink {
	position: relative;
	display: block;
	padding: 11px 15px 11px 43px;
	font-size: 1.3rem;
	line-height: 1.5;
	color: #999;

}
.sub_contents .localNav > li span.noLink::before{
	content: '';
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 2px #0062B1;
	border-right: solid 2px #0062B1;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 18px;
	left: 28px;
}

.sub_contents .relatedBnr li {
	border: solid 1px #007BC5;
	margin-top: 15px;
}
.sub_contents .relatedBnr li > a {
	display: table;
	color: #333;
	width: 100%;
}
.sub_contents .relatedBnr li > a > span {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.sub_contents .relatedBnr_img {
	width: 119px;
}
.sub_contents .relatedBnr_img img {
	width: 100%;
}
.sub_contents .relatedBnr_text {
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
}
.sub_contents .relatedBnr_text .icon_textlink {
	color: #007BC5;
}
@media print, screen and (min-width: 770px) {
	.sub_contents .localNav > li span.noLink::before{
		display: none;
	}
	.sub_contents .localNav > li > ul > li > span.noLink {
		padding: 11px 5px 11px 13px;
	}

	.sub_contents .relatedBnr_img img:hover,
	.sub_contents .relatedBnr_img img:active {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
	}
    .sub_contents .relatedBnr_text {
	    padding: 0 35px 0 15px;
    }
    .sub_contents .relatedBnr_img.underlayer {
        width: 86px;
    }
    .sub_contents .relatedBnr_img.underlayer img {
        width: 86px;
        height: 56px;
        object-fit: cover;
    }
    .sub_contents .relatedBnr_text.underlayer {
	    padding: 0 0 0 8px;
        font-size: 1.4rem;
        line-height: 1.29;
    }
    .sub_contents .relatedBnr_text.underlayer .icon_textlink {
    	margin-right: -1px;
    }
}

.libraryTitle {
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background: #CE0715;
	padding: 11px 15px 10px;
	margin-top: 38px;
}
.library {
	padding: 11px;
	border-left: solid 3px #E4E4EC;
	border-right: solid 3px #E4E4EC;
	border-bottom: solid 3px #E4E4EC;
}
.library .link {
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
	margin-bottom: 10px;
	background: #707070;
}
.library .link a {
	display: block;
	padding: 8px 0 7px;
	color: #fff;
}
.library .link .icon_download {
	padding-left: 0.4em;
}
.library .link2 {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: right;
	padding-top: 11px;
	margin-top: 10px;
	border-top: dashed 1px #C7C7CC;
}

.stock {
	padding: 11px;
	border: solid 3px #E4E4EC;
	margin-top: 35px;
}
.stock h2 {
	font-weight: bold;
}
.stock .stock_code {
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #fff;
	padding: 7px 10px;
	background-color: #000;
	border-radius: 5px;
	margin-top: 3px;
}
.stock ul {
	margin-top: 8px;
}
.stock ul li {
	font-size: 1.3rem;
}
@media print, screen and (min-width: 770px) {
	.stock.ir_top h2 {
		display: inline-block;
		margin-right: 10px;
	}
	.stock.ir_top .stock_code {
		margin-top: 0;
	}
	.stock.ir_top ul li {
		display: inline-block;
	}
	.stock.ir_top ul li + li {
		margin-left: 20px;
	}
}


/* ----------------
    stockquotes.htmlで読み込み
---------------- */
.stockquotes_frame {
    width: 100%;
    height: calc(100vw / 320 * 700);
    box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
    .stockquotes_frame {
        height: 800px;
    }
}


/* ----------------
    finance/performance.htmlで読み込み
---------------- */
.performance_frame {
    width: 100%;
    height: calc(100vw / 320 * 1850);
    box-sizing: border-box;

}
@media print, screen and (min-width: 768px) {
    .performance_frame {
        height: 1750px;
    }
}

/* ----------------
    stock/return.htmlで読み込み
---------------- */
.return_frame {
    width: 100%;
    height: calc(100vw / 375 * 1980);
    box-sizing: border-box;

}
@media print, screen and (min-width: 768px) {
    .return_frame {
        height: 1860px;
    }
}



