/* ==========================================================================
	IR
========================================================================== */

img[usemap] {
    max-width: 100%;
    height: auto;
}



@media screen and (max-width:960px) {
	
}
.sub_menu_btn .inner {
	line-height: 2.2;
}

/* ==========================================================================
	stock
========================================================================== */
.stock {
	font-feature-settings: "palt";
	margin: 6.25% 0 0;
}
.stock .table {
	margin: 6.25% 0 0;
	height: 60px;
	line-height: 1;
	color: #fff;
	background: #01a0e9;
}
.stock .table .cell {
	white-space: nowrap;
}
.stock .table .head {
	position: relative;
	width: 12%;
	padding: 0 2%;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	background: #248cbb;
	z-index: 1;
}
.stock .table .time {
	font-size: 1.6rem;
}
.stock .table .time span {
	display: block;
	position: relative;
	left: -10px;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	background: #248cbb;
}
.stock .table .time span::after {
	display: block;
	content: "";
	position: absolute;
	top: 0; right: -15px;
	width: 15px;
	height: 30px;
	background: no-repeat center center;
	background-image: url('/ir/images/deco_tri.png');
	background-size: cover;
}
.stock .table .stock_data {
	padding: 0 1%;
	width: 42%;
}
.stock .table .stock_data .breadcrumb {
	padding: 0;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	font-family: sans-serif;
	text-align: center;
	white-space: normal;
}
.stock .table .stock_data .num {
	font-weight: 500;
}
.stock .table .stock_data .current {
	margin: 0 5%;
	font-size: 4rem;
	font-weight: 500;
	vertical-align: middle;
}
.stock .table .stock_data .day_before {
	font-size: 3rem;
	font-weight: 500;
	vertical-align: middle;
}
.stock .table .stock_data .day_before .num {
	font-size: 3rem;
}
.stock .table .link_to_chart {
	box-sizing: border-box;
	width: 14.5%;
	padding: 0 1%;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	background: #353535;
}
.stock .table .link_to_chart:hover {
	text-decoration: none;
	background: #727272;
}
.stock .table .link_to_chart span {
}
.stock .table .link_to_chart::after {
	display: inline-block;
	content: "＞";
	margin-left: 5px;
	font-size: 1.1rem;
}

html.fz_l .stock .table {
	height: 150px;
}
html.fz_l .stock .table .stock_data .current {
	display: block;
	margin: 3% 0;
}

@media screen and (max-width: 1080px) {
	.stock .table .stock_data .current {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 960px) {
	.stock .table {
		height: 150px;
		letter-spacing: -1px;
	}
	.stock .table .stock_data .current {
		display: block;
		margin: 3% 0;
		font-size: 3rem;
	}
	.stock .table .head {
		width: 20%;
		font-size: 2.4rem;
	}
	.stock .table .time {
		width: 20%;
		font-size: 2.4rem;
	}
	.stock .table .stock_data .inner {
		font-size: 2.2rem;
		white-space: nowrap;
	}
	.stock .table .stock_data .current {
		font-size: 5rem;
	}
	.stock .table .stock_data .day_before,
	.stock .table .stock_data .day_before .num {
		font-size: 3.6rem;
	}
	.stock .table .link_to_chart {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 600px) {
	.stock .table,
	.stock .table .cell {
		display: block;
		font-size: 0;
	}
	.stock .table {
		height: auto;
	}
	.stock .table .head {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 30%;
		padding: 3.6% 5% 3.6% 3%;
		box-shadow: none;
		box-sizing: border-box;
		font-size: 2.4rem;
		line-height: 1;
		z-index: 2;
		background: no-repeat center center;
		background-image: url('/ir/images/deco_tri_sp.png');
		background-size: cover;
	}
	.stock .table .time {
		display: inline-block;
		vertical-align: top;
		text-align: right;
		width: 70%;
		padding: 2% 3%;
		box-sizing: border-box;
		font-size: 2.4rem;
		line-height: 1;
		background: #1F8DBC;
	}
	.stock .table .time span {
		left: auto;
		box-shadow: none;
		height: auto;
		line-height: 1;
		padding: 0;
		background: #1F8DBC;
	}
	.stock .table .time span::after {
		display: none;
	}
	.stock .table .stock_data {
		padding: 0;
	}
	.stock .table .stock_data .inner {
		padding: 5% 0;
		text-align: center;
	}
	.stock .table .stock_data .current {
		display: inline-block;
		margin: 0 3%;
	}
	.stock .table .link_to_chart {
		width: 100%;
		padding: 6% 0%;
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 540px) {
	.stock .table .head,
	.stock .table .time {
		font-size: 2rem;
	}
	.stock .table .stock_data .inner,
	.stock .table .link_to_chart {
		font-size: 1.8rem;
	}
	.stock .table .stock_data .current {
		font-size: 5.6rem;
	}
	.stock .table .stock_data .day_before,
	.stock .table .stock_data .day_before .num {
		font-size: 4.2rem;
	}
}
@media screen and (max-width: 448px) {
	.stock .table .stock_data .current {
		display: inline-block;
		margin: 0 3%;
		letter-spacing: -1px;
	}
}
@media screen and (max-width: 384px) {
	.stock .table .head {
		width: 30%;
	}
	.stock .table .time {
		width: 70%;
	}
}

/* ==========================================================================
	info-area
========================================================================== */


.new_information .section_head {
	margin-bottom: 3%;
	text-align: left;
}
.new_information .section_title {
	margin: 0;
	font-size: 3rem;
	line-height: 1;
}
.tab_panel {
	border-bottom: 1px solid #01a0e9;
	/*font-size: 0;*/
	letter-spacing: -0.4em;
}
.tab_panel .tab {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	width: 23%;
	box-sizing: border-box;
	padding: 2% 0;
	border: 1px solid #01a0e9;
	border-bottom: none;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: normal;
	color: #000;
	text-align: center;
}
.tab_panel .tab::after {
	display: block;
	content: "";
	position: absolute;
	top: -1px; right: -1px;
	width: 6px;
	height: 6px;
	background: no-repeat center center;
	background-image: url('/ir/images/deco_tab.png');
	background-size: cover;
}
.tab_panel .tab:not(:last-child) {
	margin-right: 2%;
}
.tab_panel .tab.is_active,
.tab_panel .tab:hover {
	color: #fff;
	cursor: pointer;
	background: #01a0e9;
}
.tab_content {
	display: none;
}
.tab_content.is_active {
	display: block;
}
.tab_panel {
	margin-bottom: 2%;
}
.icon_rss {
	display: inline-block;
	position: relative;
	padding: 5px 5px 5px 22px;
	font-size: 1.3rem;
	line-height: 1;
	color: #fff;
	background-color: #333;
	margin-bottom: 2%;
}
.icon_rss::before {
	display: block;
	content: "";
	position: absolute;
	top: 0; bottom: 0; left: 5px;
	width: 10px;
	height: 10px;
	margin: auto;
	background: no-repeat center center;
	background-image: url('/ir/images/icon_rss.png');
	background-size: contain;
}

.entry_list {
	/*min-width: 620px;*/
}
.entry_list .entry_wrap {
	margin-top: 2%;
}
.entry_list .entry {
	padding: 2.4% 0;
}
.entry_list .entry_categoryist,
.entry_list .new_entry {
	font-size: 1.2rem;
}
.entry_list .entry_date {
	width: 15%;
}
.entry_list .entry_categoryist {
	width: 30%;
}
.btn_to_entry a {
	padding: 1.3% 0;
}

.ranking {
	width: 100%;
/*	max-width: 300px;*/
	padding: 5%;
	box-sizing: border-box;
	background: #01a0e9;
	margin-top: 2rem;
}
.ranking_head {
	margin-bottom: -2%;
	color: #fff;
	text-align: center;
}
.ranking_head .title_en {
	margin: 0 0 1.6%;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
}
.ranking_head .title_jp {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1;
}
.ranking_item {
	display: block;
	background: #fff;
}
.ranking_item .title {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 500;
}
.ranking_item:not(:last-child) {
	margin-bottom: 4%;
}
.ranking_item a {
	display: block;
	position: relative;
	padding: 7% 5% 7% 16.8%;
	color: #333;
	text-decoration: underline;
	background: #fff;
}
.ranking_item a::before {
	display: block;
	content: "";
	position: absolute;
	top: 0; bottom: 0; left: 4.8%;
	width: 8.8%;
	height: 0;
	padding-bottom: 13.2%;
	margin: auto;
	background: no-repeat center center;
	background-size: contain;
}
.ranking_item:nth-child(1) a::before {
	background-image: url('/ir/images/icon_ranking01.png');
}
.ranking_item:nth-child(2) a::before {
	background-image: url('/ir/images/icon_ranking02.png');
}
.ranking_item:nth-child(3) a::before {
	background-image: url('/ir/images/icon_ranking03.png');
}
.ranking_item:nth-child(4) a::before {
	width: 8%;
	height: 0;
	padding-bottom: 9.2%;
	background-image: url('/ir/images/icon_ranking04.png');
}
.ranking_item:nth-child(5) a::before {
	width: 8%;
	height: 0;
	padding-bottom: 9.2%;
	background-image: url('/ir/images/icon_ranking05.png');
}
.ranking_item a:hover {
	opacity: .7;
	text-decoration: none;
}

@media screen and (max-width: 960px) {
	.ranking_head .title_en {
		font-size: 4.4rem;
	}
	.ranking_head .title_jp {
		font-size: 2.2rem;
	}
	.ranking_item .title {
		font-size: 2.2rem;
	}
	.entry_list .entry_category,
	.entry_list .new_entry {
		font-size: 1.9rem;
	}
	.entry_list .entry_date {
		width: 32%;
		box-sizing: border-box;
	}
	.entry_list .entry_categoryist {
		width: 40%;
	}
	.tab_panel .tab {
		font-size: 2rem;
	}
	.new_information .section_title {
		font-size: 4.2rem;
	}
	.entry_list .icon_rss {
		padding-left: 27px;
		font-size: 2.2rem;
	}
	.entry_list .icon_rss::before {
		width: 17px;
		height: 17px;
	}
}
@media screen and (max-width: 600px) {
	.inner {
		margin-top: 0;
		padding: 9% 0;
	}
	.new_information {
		float: none;
		width: 100%;
		min-width: 100%;
	}
	.new_information .section_head {
		margin-bottom: 6%;
	}
	.tab_panel {
		border-bottom-width: 2px;
	}
	.tab_panel .tab {
		padding: 4% 0;
		border-width: 2px;
		border-bottom: none;
	}
	.tab_panel .tab::after {
		top: -2px; right: -2px;
		width: 15px;
		height: 15px;
	}
	.tab_panel {
		margin-bottom: 5.6%;
	}
	.entry_list .entry {
		padding: 5.6% 0;
	}
	.entry_list .entry:first-child {
		border-top: none;;
	}
	.entry_list .entry_categoryist {
		width: 40%;
		/*max-width: 200px;*/
	}
	.btn_to_entry a {
		padding: 7.4% 0;
	}
	.ranking {
		width: 100%;
		max-width: 100%;
		padding: 5%;
	}
	.ranking_item {
		font-size: 2rem;
	}
	.ranking_head .title_en {
		margin: 0 0 1%;
		font-size: 4.5rem;
	}
	.ranking_head .title_jp {
		font-size: 1.8rem;
	}
	.entry_list .entry_wrap {
		margin-top: 0;
	}
	.entry_list {
		min-width: auto;
		width: 100%;
	}
}
@media screen and (max-width: 384px) {
	.tab_panel .tab {
		font-size: 1.8rem;
		letter-spacing: -0.1em;
	}
}

/* ==========================================================================
	digression
========================================================================== */
.digression {
	/*font-size: 0;*/
	letter-spacing: -0.4em;
}
.digression .section_inner {
	padding: 6.25% 0;
}
.digression .digression_chapter {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	font-size: 1.4rem;
	letter-spacing: normal;
}
.digression .digression_chapter:not(:nth-child(2n)) {
	margin-right: 4%;
}
.digression .digression_chapter:not(:nth-last-child(-n+2)) {
	margin-bottom: 4%;
}
.digression .digression_chapter .title {
	margin: 0 0 4%;
	padding-bottom: 4%;
	border-bottom: 1px solid #000;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
}
.digression .digression_chapter .btn_black {
	margin-top: 14%;
}
.digression .digression_chapter .btn_black a {
	padding: 1.8% 0;
}
/*--------------
	.download
--------------*/
.digression .download .file_list li {
	display: table;
	width: 100%;
	line-height: 1;
}
.digression .download .file_list li:not(:last-child) {
	margin-bottom: 3%;
}
.digression .download .file_list li .date,
.digression .download .file_list li a {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.digression .download .file_list li .date {
	width: 110px;
}
.digression .download .file_list li a {
	margin-left: 2%;
	text-decoration: underline;
	line-height: 1.2;
}
/*--------------
	#recommended
--------------*/
.digression .recommended_list li {
	position: relative;
	width: 32%;
}
.digression .recommended_list li:not(:last-child) {
	margin-right: 2%;
}
.digression .recommended_list li a {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border: 2px solid #e6e6e6;
	box-sizing: border-box;
	background: no-repeat top 25% center;
}

.digression .recommended_list li a:hover {
	text-decoration: none;
	border-color: #248cbb;
}

.digression .recommended_list li .imgbox::before {
	display: block;
	content: "";
	position: absolute;
	top: 0; right: 0; left: 0;
	width: 56%;
	max-width: 80px;
	height: 0;
	padding-bottom: 49%;
	margin: 20% auto 0;
	background: no-repeat center center;
	background-size: cover;
}
.digression .recommended_list li:nth-child(1) .imgbox::before {
	background-image: url('/ir/images/recommend_img01_off.png');
}
.digression .recommended_list li:nth-child(1) a:hover .imgbox::before{
	background-image: url('/ir/images/recommend_img01_on.png');
}
.digression .recommended_list li:nth-child(2) .imgbox::before {
	background-image: url('/ir/images/recommend_img02_off.png');
}
.digression .recommended_list li:nth-child(2) a:hover .imgbox::before{
	background-image: url('/ir/images/recommend_img02_on.png');
}
.digression .recommended_list li:nth-child(3) .imgbox::before {
	background-image: url('/ir/images/recommend_img03_off.png');
}
.digression .recommended_list li:nth-child(3) a:hover .imgbox::before{
	background-image: url('/ir/images/recommend_img03_on.png');
}
.digression .recommended_list li .imgbox span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.digression .recommended_list li .pc {
	display: inline;
}
.digression .recommended_list .content_title {
	position: absolute;
	top: 75%; right: 0; left: 0;
	margin: 0;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1;
	color: #000;
	text-align: center;
}
.digression .recommended_list .content_title br {
	display: none;
}

@media screen and (max-width: 960px) {
	.digression .download .file_list li .date,
	.digression .download .file_list li a {
		display: block;
		width: auto;
		margin-bottom: 2%;
	}
	.digression .download .file_list li a {
		display: inline;
		margin-left: 0;
	}
	.digression .digression_chapter {
		font-size: 2.2rem;
	}
	.digression .digression_chapter .title {
		margin-bottom: 6%;
		font-size: 4.2rem;
	}
	.digression .digression_chapter .btn_black a {
		font-size: 2.2rem;
	}
	.digression .recommended_list .content_title {
		font-size: 2.1rem;
		line-height: 1.2;
	}
	.digression .recommended_list .content_title br {
		display: block;
	}
	.digression .recommended_list li .imgbox::before {
		margin-top: 10%;
	}
	.digression .recommended_list .content_title {
		top: 60%; right: 0; left: 0;
	}
}
@media screen and (max-width: 600px) {
	.digression .section_inner {
		padding: 17% 0;
	}
	.digression .digression_chapter {
		display: block;
		width: 100%;
	}
	.digression .digression_chapter:not(:nth-child(2n)) {
		margin-right: 0;
	}
	.digression .digression_chapter:not(:last-child) {
		margin-bottom: 20%;
	}
	.digression .digression_chapter .title {
		padding-bottom: 3%;
		border-width: 3px;
	}
	.digression .digression_chapter .btn_black {
		margin-top: 8%;
	}
	.digression .digression_chapter .btn_black {
		margin-top: 8%;
	}
	.digression .download .file_list li .date,
	.digression .download .file_list li a {
		margin-bottom: 5%;
	}
	.digression .download .file_list li .date {
		margin-bottom: 2%;
	}
	.digression .digression_chapter .btn_black a {
		padding: 7.4% 0;
		border-width: 2px;
	}
	.digression .recommended_list li .pc {
		display: none;
	}
	.digression .recommended_list li .sp {
		display: inline;
	}
	.digression .recommended_list li .imgbox span {
		padding: 20%;
	}
	.digression .recommended_list .content_title br {
		display: none;
	}
	.digression .recommended_list .content_title {
		font-size: 1.9rem;
		letter-spacing: -0.1em;
	}

	.digression .recommended_list li .imgbox::before {
		width: 62.5%;
		max-width: 110px;
		padding-bottom: 55.5%;
	}
	.digression .recommended_list li:nth-child(1) .imgbox::before {
		background-image: url('/ir/images/recommend_img01_sp.png');
	}
	.digression .recommended_list li:nth-child(1) a:hover .imgbox::before{
		background-image: url('/ir/images/recommend_img01_sp.png');
	}
	.digression .recommended_list li:nth-child(2) .imgbox::before {
		background-image: url('/ir/images/recommend_img02_sp.png');
	}
	.digression .recommended_list li:nth-child(2) a:hover .imgbox::before{
		background-image: url('/ir/images/recommend_img02_sp.png');
	}
	.digression .recommended_list li:nth-child(3) .imgbox::before {
		background-image: url('/ir/images/recommend_img03_sp.png');
	}
	.digression .recommended_list li:nth-child(3) a:hover .imgbox::before{
		background-image: url('/ir/images/recommend_img03_sp.png');
	}
	.digression .recommended_list .content_title {
		top: 75%;
	}
}
body {
	position: relative;
}

.other_information .info_list li {
	width: 100%;
}

.other_information .info_list li a {
	display: block;
}

.other_information .info_list li a img {
		/*max-width: 228px;*/
		margin: 0 auto;
		width: 100%;
}

.other_information .info_list li:nth-child(4n) {
	margin-right: 0;
	margin-bottom: 0;
}
@media screen and (max-width: 1170px) {
	.other_information .info_list {
		text-align: left;
	}
	.other_information .info_list li {
		width: 24%;
		float: left;
	}
	.other .info_card:not(:last-child) {
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.other_information .info_list li:nth-child(3) {
		margin-right: 4%;
	}
	.other_information .info_list li:nth-child(2n) {
		margin-right: 0;
	}
}

/* 20190723追加 */
/* ===================================*/
.fv .page_title {
	margin-top: 4%;
}

.stock {
	margin-top: 0;
}

.slider_all {
	margin-bottom: 0;
}

.ir_calender .ttlbox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.ir_calender .subttl {
	padding-left: 3rem;
	}

.ir_calender .subttl a {
	color: #383a3b;
}

.ir_calender .subttl a:hover {
	text-decoration: none;
}

.ir_calender .subttl:after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	color: #000;
	padding-left: 2.5rem;
}

.calender_box {
	width: 100%;
}

.calender_box tr {
	border-bottom: 1px solid #D0D2D3;
	display: block;
}

.calender_box tr.content {
	padding-bottom: 0;
}

.calender_box tr th,.calender_box tr td {
	line-height: 2.4;
}

.calender_box .content .box a{
	color: #383a3b;
    text-decoration: underline;
}

.calender_box tr td a:hover {
	text-decoration: none;
}

.calender_box tr th {
	width: 20rem;
	padding-right: 1rem;
	text-align:left;
}


.bx-wrapper .bx-controls-direction a {
	margin-left: 10rem;
	margin-right: 10rem;
}

.content_width.slider {
	max-width: 100%;
	padding: 0;
}

.main_area,.main_area02 {
	/*max-width: 620px;*/
	width: calc(70% - 23px);
	float: left;
}
.main_area_new {
	width: 100%;
	float: left;
}

.new_information {
	padding-top: 20px;
	padding-bottom: 80px;
}

#stockarea {
	background:linear-gradient(90deg,#248CBB 0%,#248CBB 50%,#333 50%,#333 100%);
	max-height: 60px;
	margin-top: 1.5rem;
}

#irtop .sitemap_block {
width:100%;
letter-spacing:-0.4em;
margin-bottom:30px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
#irtop .sitemap_block li {
letter-spacing:normal;
display:inline-block;
/*width:47%;
margin-right:5%;*/
width: 47%;
vertical-align:top;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 24px;
}

#irtop .sitemap_block li:nth-child(even){
	/*margin-right: 0;*/
}

#irtop .sitemap_block li:last-child {
margin-right:0;
}
#irtop .sitemap_block li p a,
#irtop .sitemap_block li p {
font-size:1.8rem;
font-weight:bold;
padding-bottom:5px;
color:#000000 !important;
text-decoration:none !important;
}
#irtop .sitemap_block li p {
border-bottom:1px solid #D0D2D3;
}
#irtop .sitemap_block li ul li {
width:100%;
display:block;
margin-bottom:20px;
line-height:1.2;
}
.content .box .sitemap_block li ul li a {
color:#111111;
text-decoration: none;
}

.content .box .sitemap_block li ul li a:hover {
 opacity: .7;
}


#irtop .content .box .sitemap_block li ul li a {
	text-indent: -.4em;
	padding-left: 1em;
	display: block;
}

#irtop .footer {
	clear: both;
}

#irtop .ir_siteimap,
#irtop .main_content {
	/*padding-top: 5rem;*/
}

#irtop .ir_siteimap .section_head {
	text-align: left;
}

#irtop .section_head h2 {
	-ms-text-align-last: left;
	text-align-last: left;
	margin-top: 40px;
}

#irtop .section_title {
	font-weight: bold;
}

#irtop .content .box .sitemap_ttl,
#irtop .content .box .sitemap_ttl a {
	font-size: 1.7rem;
}

#irtop .content .box,
#irtop .content .box a {
	font-size: 1.5rem;
}

#irtop .sitemap_block li a i {
	padding-right: .5rem;
}

.right_menu{
	width: 30%;
	max-width: 300px;
}
.info_area .ranking{
	width: 100%;
}

.right_menu .irlibrary,
.ir_archive {
	/*border-top: 1px solid #707070;	
	border-right: 1px solid #707070;
	border-left: 1px solid #707070;*/
	padding: 0 1.5rem 1rem 1.5rem;
	}

.ir_archive {
	margin: 12px 0px 0;
	/*border-bottom: 1px solid #707070;*/
}

.ir_archive a {
	color: #000;
}

.ir_archive a span,
.movie span {
	padding-left: 1rem;
}

.ir_archive::after {
	/*top: 20%;*/
}

.irlibrary .pdf {
	background: url(/ir/images/ic_pdf2x.png) no-repeat left center;
}

.irlibrary .xlsx {
	background: url(/ir/images/ic_xlsx2x.png) no-repeat left center;
}

.irlibrary .pdf,
.irlibrary .xlsx {
	-webkit-background-size: 5%;
	background-size: 5%;
}

.irlibrary .data li {
	margin-bottom: 2rem;
}

.irlibrary .data li a {
	padding-left: 2rem;
	line-height: 1.6rem;
	font-size: 1.2rem;
	color: #353535;
	display: block;
	text-decoration: underline;
}

.irlibrary .data li a:hover {
	opacity: .7;
	text-decoration: none;
}

.irlibrary .all_dl {
	margin: 0;
}

.irlibrary .all_dl a {
	clear: both;
	width: 100%;
	color: #fff;
	font-size: 1.3rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border: none;
}


.irlibrary .all_dl dt {
	background-color: #0A3B5A;
	flex-basis: 100px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.irlibrary .all_dl dd {
	background-color: #3DA3E3;
	flex-basis: auto;
}

.irlibrary .all_dl dt,
.irlibrary .all_dl dd {
	margin: 0;
		padding: 1rem 1.3rem;
}

.all_dl dt i {
	color: #fff;
	font-style: normal;
}

.all_dl dt i:last-child {
	padding-left: 1rem;
}

.all_dl .ico {
	background: #0A3B5A url(/ir/images/ic_download.svg) no-repeat left center;
	display: block;
	-webkit-background-size: contain;
	background-size: contain;
	width: 30%;
	padding: 1rem;
	box-sizing: border-box;
	vertical-align: middle;
	line-height: 3rem;
}

.all_dl .ico i {
	padding-left: 2rem;
	display: inline-block;
	font-style: normal;
}

.all_dl .txt {
	background-color: #3DA3E3;
	width: 70%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.irlibrary_old {
	margin: 1.5rem -1rem 0;
	border-top: 1px solid #707070;
}

.irlibrary_old a {
	padding: 1.5rem 1rem 0;
	color: #353535;
	position: relative;
	display: block;
	text-decoration: none;
}


.irlibrary_old a i {
	padding-right: 1.5rem;
}

.banner {
	/*clear: both;*/
	padding-top: 30px;
	float: left;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.banner ul {
    display: flex;
    flex-direction: column;
}
.banner li {
	padding-top: 20px;
}

.banner li:first-child {
	padding-top: 0;
}

.banner li a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.banner li a:hover {
	opacity: .7;
}

.banner li a p {
	display: flex;
	margin: 0;
	background-color: #34B3ED;
	-ms-align-items: center;
	align-items: center;
	height: 50px;
	justify-content: space-between;
	padding: 0 1rem;
}

.banner li a span {
}

.banner li a span i {
	padding: 1.3rem 0 0 1rem;
}

.banner li a img {
	display: block;
}
.side_banner_new{
	margin-top: 20px;
}
.side_banner_new img{
	width: 100%;
}
.main_content {
	display: block;
}

.moviescreen {
	position: relative;
}

.moviescreen .button {
	position: absolute;
	top: 30%;
	left: 50%;
}

.moviescreen a {
	width: 100%;
	display: block;
}

.moviescreen .button a {
	width: 100%;
	height: 100%;
}

.moviescreen a:hover {
	opacity: .7;
}

.movie h4 {
	display: flex;
	margin: 0 0 1rem;
}

#irtop .sitemap_ttl .right_arrow::after {
	position: static;
	right: 0;
	top: 0;
	padding-left: 1rem;
	font-size: 1.4rem;
	color: #ccc;
}

#irtop .ir_siteimap.content {
	border-bottom: none;
}
.ir_info{
    border: 1px solid #707070;
}


/* PC から　スマホ画面 1列表示*/
@media screen and (max-width: 1170px) {
	.stock .table {
		height: 120px;
		letter-spacing: -1px;
	}
	.stock .table .stock_data .current {
		margin: 3% 0;
		font-size: 3rem;
	}
	.stock .table .head {
		padding: 0;
		font-size: 1.4rem;
	}
	.stock .table .time {
		width: 20%;
		font-size: 1.6rem;
	}
	.stock .table .stock_data {
		width: auto;
	}

	.main_content {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
	}

	.main_area {
		order: 1;
	}

	.main_area02 {
		order: 3;
	}

	.right_menu {
		order: 2;
	}

	.main_area,.main_area02,.right_menu {
		width: 100%;
		max-width: 100%;
	}

	#new_information {
		width: 100%;
		margin-top: 5rem;
	}
	.banner ul {
		flex-direction: row;
	}
	.banner li a img {
		width: 100%;
	}

	.movie p img {
		width: 100%;
	}

	.banner li {
		padding-top: 0;
		margin-left: 6%;
		width: 47%;
		float: left;
		box-sizing: border-box;
	}

	.banner li:first-child {
		margin-left: 0;
	}
    .side_banner_new img{
		width: 47%;
	 }
	.irlibrary .data li {
		margin-bottom: 4rem;
	}

	.irlibrary .data li a {
		padding-left: 3rem;
		font-size: 1.6rem;
	}

	.ranking_item a {
	padding: 2% 2% 3% 16.8%;
}
.ranking_item a::before {
	top: 0; bottom: 0; left: 2.8%;
	width: 3.5%;
}

.ranking_item:nth-child(4) a:before,
.ranking_item:nth-child(5) a:before {
	width: 3%;
}

.irlibrary .pdf,
.irlibrary .xlsx {
	-webkit-background-size: contain;
	background-size: contain;
}

.ranking_item a::before {
	background-position: left center;
}

.rank_date {
	font-size: 1.6rem;
	line-height: 2;
	margin: 0;
}

.movie h4 {
	font-size: 3rem;
}

.all_dl .txt {
	line-height: 3rem;
}

.irlibrary .all_dl a {
	font-size: 1.6rem;
}

.ranking_item:first-child {
	margin-top: 1rem;
}

.ranking_item a::before {
	padding-bottom: 8.2%;
}

.ranking_head {
	margin-bottom: 0;
}

}

/* 1170px指定ここまで */

#stock > a.pc {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

@media screen and (max-width:600px){
	#stock > a.pc {
		display: none;
	}
	.main_content {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	#stockarea {
		max-height: none;
		background: none;
	}

	.att_wrapper > .link,
	.att_wrapper > .link a {
	padding-left: 1rem;
	}

	.bx-wrapper .bx-controls-direction a {
		margin-left: 4rem;
		margin-right: 4rem;
	}
	#irtop .content .box,
	#irtop .content .box a {
		font-size: 1.5rem;
	}

}


/* IRサイトについて*/

.about_ir_area {
	position: relative;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.about_ir_area .btn_area {
	top: 45px;
	right: 0;
}

.about_ir_area .btn_about_ir span {
	line-height: 1.5;
	padding: 1rem;
}

.movie p {
	color: #3DA3E3;
	margin: 0;
	line-height: 1.4;
	padding-bottom: .5rem;
}

@media screen and (max-width:960px) {
	.calender_box tr th {
		width: 960px;
	}

}



/*-------------2024年6月追加分----------------*/
.ir_mainvisual_box{
	width: 100%;
    margin: 0 auto;
	display: flex;
	flex-direction: row;
}
.ir_main_left{
	width: calc(70% - 23px);
	margin-right: 23px;
}
.ir_main_left img{
	width: 100%;
	height: 100%;
}
.ir_main_left img:hover{
	opacity: 0.72;
}
.left_wrapper{
	width: 30%;
	border: 1px solid #707070;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.irlibrary .ir_main_right{
	width: 30%;
	max-width: 300px;
}
.irlibrary_list{
	border-top: 1px solid #707070;
}
.ir_mainvisual_box .irlibrary{
	/*border-top: 1px solid #707070;
	border-right: 1px solid #707070;
	border-left: 1px solid #707070;
	border-bottom: 1px solid #707070;*/
	padding: 1rem 1rem .5rem;
	display: flex;
    flex-direction: column;
}
.ir_main_right .btn{
	margin: unset;
}
.ir_archive{
	border-top: none!important;
}
#irtop .main_content{
	padding-top: unset!important;
}
.new_information{
	width: 100%;
}

.ir_banner ul{
	display: none;
}
.ir_banner ul li{
	width: 48%;
	margin-bottom: 26px;
	transition: 0.6s;
}
.ir_banner ul li:hover{
	opacity: 0.74;
}
.ir_banner ul li img{
	border-radius: 6px;
}
.ir_map wrapper{
	width: 100%;
	float: left;
}
.ir_calender{
    width: calc(70% - 23px);
	margin-right: 23px;
}
.ir_calender_wrapper{
	margin-top: 4rem;
	display: flex;
	justify-content: space-between;
}
.ir_calender_sidebanner{
	margin-top: 4rem;
	margin-bottom: 2rem;
}
.ir_calender_sidebanner li {
	margin-bottom: 10px; 
}
   
.ir_calender_sidebanner li:last-of-type {
    margin-bottom: 0;
} 
.ir_calender_sidebanner li a {
	line-height: 1;
	display: block;
}
.#irtop .ir_siteimap{
	padding-top: 0!important;
}
@media screen and (max-width: 1170px) {
.ir_mainvisual_box{
	flex-direction: column;
}
.ir_main_left{
	margin-right: unset;
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
	max-height: unset;
}
.ir_main_left img{
	max-height: unset;
}
.irlibrary .ir_main_right{
	width: 100%;
	max-width: 300px;
	}
.ir_banner ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 8rem;
	padding-top: 36px;
}
.left_wrapper{
	width: 100%;
}
.ir_calender{
    width: 100%;
	margin-right: 0px;
}
.ir_calender_sidebanner{
	display: none;
}
.new_information{
	padding-bottom: 0px;
}
}
@media screen and (max-width: 960px) {
#irtop .sitemap_block li {
	width:47%;
}
.tab_panel .tab{
	width: 32%;
}
}
@media screen and (max-width:600px){
.ir_banner ul{
	flex-direction: column;
}
.ir_banner ul li{
	width: 100%;
}
}












