﻿@charset "UTF-8";
/* 
  #IR・投資家情報共通スタイル
 */
.m-ir-contents-rapper {
  max-width: 1260px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto;
  font-size: 1.65rem;
}

.m-ir-contents-rapper a[target=_blank]::after,
.m-ir-contents-rapper .m-icon.m-icon-blank,
.m-ir-contents-rapper .m-icon.m-icon-pdf,
.m-ir-contents-rapper .m-icon.m-icon-word{
  display: none;
}

/*.m-ir-contents-rapper .m-ir-news-box .m-icon.m-icon-pdf,
.m-ir-contents-rapper .m-ir-news-box .m-icon.m-icon-word{
	display: inline-block;
	margin-left: 2px;
}*/




.m-ir-contents-rapper sup{font-size: .8em;}

.m-ir-contents-rapper a {
  text-decoration: none;
}

.m-ir-contents-rapper i {
  font-style: normal;
}
.m-ir-contents-rapper .m-text-ex{
	font-size: 0.88em;
	opacity: .8;
}
.m-ir-contents-rapper .m-text-ex_R{text-align: right;}
.m-ir-titlestyle01 {
	font-feature-settings: "palt";
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.4rem;
  font-weight: 600;
  margin: 70px 0;
}

.m-ir-titlestyle02 {
  text-align: center;
	font-feature-settings: "palt";
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.m-ir-titlestyle02 > span {
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
}
.m-ir-titlestyle03{
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.m-ir-titlestyle04{
	font-feature-settings: "palt";
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3.2rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}
.m-ir-titlestyle04 > span{
	font-family: "游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	display: inline-block;
	font-weight: bold;
	font-size: 1.8rem;
	color: #fff;
	background-color: #005bac;
	line-height: 1;
	border-radius: 200px;
	padding: 10px 3rem;
	margin-bottom: 5px;
}
.m-ir-titlestyle05{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 30px;
	border-bottom: solid 1px #1a1a1a;
	padding-bottom: 6px;
	line-height: 1.5;
}
.m-ir-titlestyle06{
	position: relative;
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5;
	padding-left: 20px;
}
.m-ir-titlestyle06::before{
	content: " ";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #005bac;
	left: 0;
	top: 10px;
}


.m-ir-button-style {
  position: relative;
  display: block;
  text-align: center;
}

.m-ir-button-style a {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px #1a1a1a;
  min-width: 260px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  color: #1a1a1a;
  padding: 18px 0;
  line-height: 1.2;
  background-color: #fff;
  transition: 0.4s;
}

.m-ir-button-style a > i {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}

.m-ir-button-style a > i::before {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
  left: 0;
  transition: 0.4s;
}

.m-ir-news-box > ul > li:not(:last-child) {
  border-bottom: solid 1px #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.m-ir-news-box > ul > li > a {
  position: relative;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
	align-items: flex-start;
}

.m-ir-news-box > ul > li > a > span {
  display:inline;
  position: relative;
}

.m-ir-news-box > ul > li > a .ir-date {
  width: 110px;
  color: #005bac;
  font-weight: bold;
}

.m-ir-news-box > ul > li > a .ir-category {
  background-color: #005bac;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  font-size: 1.45rem;
  min-width: 100px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  padding: 7px 1em;
  top: -2px;
	margin-right: 1em;
}

.m-ir-news-box > ul > li > a .ir-title {
	color: #1a1a1a;
	max-width: 950px;
	/*background-repeat: no-repeat;
  background-position: left 0;
	background-image: url("../../../img/ir/common/pdf_pic.png");*/
  position: relative;
  background-size: 20px auto;
}
.m-ir-contents-rapper .m-ir-news-box > ul > li > a[href$=".pdf"] .ir-title ,
.m-ir-contents-rapper .m-ir-news-box > ul > li > a[href$=".doc"] .ir-title,
.m-ir-contents-rapper .m-ir-news-box > ul > li > a[href$=".docx"] .ir-title{
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 20px auto;
	padding-left: 28px;
}
.m-ir-contents-rapper .m-ir-news-box > ul > li > a[href$=".pdf"] .ir-title{background-image:url(/img/common/icon_pdf.gif);}
.m-ir-contents-rapper .m-ir-news-box > ul > li > a[href$=".doc"] .ir-title,
.m-ir-contents-rapper .m-ir-news-box > ul > li > a[href$=".docx"] .ir-title{background-image:url(/img/common/icon_word.gif);}

.m-ir-footnav {
  position: relative;
  background-color: #f6f6f6;
  padding: 50px 5%;
}

.m-ir-footnav > ul {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.m-ir-footnav > ul > li {
  width: 22%;
  margin: 10px 0;
}

.m-ir-footnav > ul > li > a,
.m-ir-footnav > ul > li > a > span {
  display: block;
  position: relative;
}

.m-ir-footnav > ul > li > a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1a1a1a;
  text-decoration: none;
}

.m-ir-footnav > ul > li .ir-footpict {
  padding: 16px 10px;
  margin: 0 auto 15px;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.m-ir-footnav > ul > li .ir-foottitle i {
  position: relative;
  font-style: normal;
  display: inline-block;
  padding: 0 0.75em;
}

.m-ir-footnav > ul > li .ir-foottitle i::after {
  content: " ";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0.35em;
  right: 0;
}

.m-ir-pdf-info {
  font-size: 1.4rem;
  max-width: 800px;
  border: solid 1px #e0e0e0;
  background-color: #f6f6f6;
  box-sizing: border-box;
  padding: 20px 3%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto 0;
}

.m-ir-pdf-info .pdf-info-leftbox {
  width: 75%;
  text-align: left;
  line-height: 1.5;
}

.m-ir-pdf-info .pdf-info-leftbox p {
  text-indent: -1.4rem;
  margin-left: 1.4rem;
}

.m-ir-pdf-info .pdf-info-rightbox {
  width: 25%;
  text-align: right;
}

.ir-news-title01 {
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: solid 2px #ddd;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 60px;
}

.m-sec-indexlist{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.m-sec-indexlist a{
	position: relative;
	color: #1a1a1a;
	display: block;
}
.m-sec-indexlist > li{
	width: 49%;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	padding: 30px 3%;
	margin-bottom: 30px;
}
.m-sec-indexlist .indexlist-title{
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16% auto;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 20px 0 20px 17%;
}
.m-sec-indexlist .indexlist-title a i{
	position: relative;
	display: inline-block;
	padding-right: 15px;
}
.m-sec-indexlist .indexlist-title a i:not(.pdf-pict)::after{
	content: " ";
	position: absolute;
	width: 9px;
	height: 9px;
	border-top: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 12px;
	right: 0;
}
.m-sec-indexlist .indexlist-title a i.pdf-pict{
	background: no-repeat right 4px url("../../img/ir/common/pdf_pic.png");
	background-size: 20px auto;
	padding-right: 30px;
}
.m-sec-indexlist > li > ul{
	border-top: solid 1px #c9c9c9;
	margin-top: 10px;
	padding-top: 30px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.m-sec-indexlist > li > ul > li{width: 49%;}
.m-sec-indexlist > li > ul > li a{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.65rem;
	padding-left: 12px;
}
.m-sec-indexlist > li > ul > li a::before{
	content: " ";
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 12px;
	left: 0;
}
.m-ir-page-nav01 {margin-bottom: 60px;}
.m-ir-page-nav01 ul {
	border: solid 1px #e0e0e0;
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.m-ir-page-nav01 ul li {
	box-sizing: border-box;
	text-align: center;
}
.m-ir-page-nav01 ul.column2 li{width: 50%;}
.m-ir-page-nav01 ul.column3 li{width: 33.3333%;}
.m-ir-page-nav01 ul.column4 li{width: 25%;}
.m-ir-page-nav01 ul.column5 li{width: 20%;}
.m-ir-page-nav01 ul li:not(:last-child) {border-right: solid 1px #e0e0e0;}
.m-ir-page-nav01 ul li a {
	position: relative;
	display: block;
	text-align: center;
	padding: 14px 1em;
	box-sizing: border-box;
	color: #1a1a1a;
	font-size: 1.5rem;
}
.m-ir-page-nav01 ul li a:not(.category-select)::after{
	content: " ";
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -3px;
	right: 1em;
}
.m-ir-page-nav01 ul li a.category-select {
	background-color: #f6f6f6;
	font-weight: bold;
}

.m-ir-page-nav02 {
	margin-bottom: 60px;
	background-color: #f6f6f6;
}
.m-ir-page-nav02 ul {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 15px 0;
}
.m-ir-page-nav02 ul li{padding: 0 1em;}
.m-ir-page-nav02 ul li:not(:last-child) {
	border-right: solid 1px #e0e0e0;
}
.m-ir-page-nav02 ul li a {
	position: relative;
	display: block;
	text-align: center;
	padding-right:1em;
	box-sizing: border-box;
	color: #1a1a1a;
	font-size: 1.5rem;
}
.m-ir-page-nav02 ul li a::after{
	content: " ";
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 8px;
	right: 0;
}




.m-ir-table-style01{}
.m-ir-table-style01.scroll{
	overflow: auto;
	white-space: nowrap;
}
.m-ir-table-style01 .table-ex{
	font-size: 0.9em;
	text-align: right;
	opacity: .8;
}
.m-ir-table-style01 table{
	width: 100%;
	position: relative;
	border-collapse: collapse;
	border-spacing: 0;
}
.m-ir-table-style01 table th,
.m-ir-table-style01 table td{
	border: 1px solid #ddd;
	padding: 13px 1.3em;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
}
.m-ir-table-style01 table th{font-weight: bold;}
.m-ir-table-style01 table thead th{
	background-color: #14a0de;
	color: #fff;
	line-height: 1.3;
	text-align: center;
}
.m-ir-table-style01 table .th-collar01{background-color: #f6f6f6;}
.m-ir-table-style01 table i.t-small{
	font-size: 0.8em;
}
.m-ir-table-style01 table .m-text-R{text-align: right;}
.m-ir-table-style01 table .m-text-C{text-align: center;}





@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .m-ir-button-style a:hover {
    background-color: #3db4d0;
    color: #fff;
    border: solid 1px #3db4d0;
  }
  .m-ir-button-style a:hover > i::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .m-ir-news-box > ul > li > a:hover .ir-title {
    text-decoration: underline;
    color: #3db4d0;
  }
  .m-ir-news-box > ul > li > a:hover .ir-category {
    background-color: #3db4d0;
  }
  .m-ir-footnav > ul > li > a:hover > span{
    text-decoration: underline;
    color: #3db4d0;
  }
	.m-sec-indexlist > li > ul > li a:hover i,
	.m-sec-indexlist .indexlist-title a:hover i,
	.m-ir-page-nav01 ul li a:hover ,
	.m-ir-page-nav02 ul li a:hover {
		color: #3db4d0;
		text-decoration: underline;
	}
}
@media only screen and (max-width: 768px) {
  .m-ir-contents-rapper {
    padding-right: 5%;
    padding-left: 5%;
    font-size: 1.4rem;
  }
  .m-ir-titlestyle01 {
    font-size: 2.4rem;
    margin: 50px 0;
  }
  .m-ir-titlestyle02 {
    font-size: 2.4rem;
  }
  .m-ir-titlestyle02 > span {
    font-size: 1.375rem;
    margin-top: 5px;
  }
	.m-ir-titlestyle03{
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.m-ir-titlestyle04{
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.m-ir-titlestyle04 > span{
		font-size: 1.45rem;
		padding: 8px 3rem;
		margin-bottom: 8px;
	}
	.m-ir-titlestyle05{
		font-size: 1.7rem;
		margin-bottom: 25px;
}
  .m-ir-button-style a {
    /*display: block;
    min-width: 80%;*/
    padding: 14px 0;
  }
  .m-ir-button-style a > i {
    padding-left: 14px;
    padding-right: 14px;
  }
  .m-ir-button-style a > i::before {
    width: 6px;
    height: 6px;
    top: 5px;
  }
  .m-ir-news-box > ul > li > a {
    display: block;
  }
  .m-ir-news-box > ul > li > a .ir-date {
    display: block;
    width: auto;
    margin-right: 0.5rem;
    margin-bottom: 5px;
  }
  .m-ir-news-box > ul > li > a .ir-category {
    display: block;
    font-size: 1.2rem;
    padding: 5px 0.5em;
    top: 0;
	  left: 8.4em;
	  position: absolute;
	  
  }
	/*.m-ir-contents-rapper .m-icon img{
		width: 20px;
		vertical-align: top;
		display: inline-block;
	}*/
	
	
	
	
  .m-ir-news-box > ul > li > a .ir-title {
    max-width: 100%;
    background-size: 16px auto;
    padding-left: 0;
    background-position: left 3px;
  }
	
	.m-ir-contents-rapper .m-ir-news-box > ul > li > a[href$=".pdf"] .ir-title,
	.m-ir-contents-rapper .m-ir-news-box > ul > li > a[href$=".doc"] .ir-title,
	.m-ir-contents-rapper .m-ir-news-box > ul > li > a[href$=".docx"] .ir-title{
		background-position: left 2px;
		background-size: 12px auto;
		padding-left: 16px;
	}
	
	
  .m-ir-footnav {
    padding: 35px 0;
  }
  .m-ir-footnav > ul {
    max-width: 90%;
  }
  .m-ir-footnav > ul > li {
    width: 30%;
    margin: 10px 0;
  }
  .m-ir-footnav > ul > li > a {
    font-size: 1.2rem;
  }
  .m-ir-footnav > ul > li .ir-footpict {
    padding: 16px 10px;
    width: 90px;
    height: 90px;
  }
  .m-ir-footnav > ul > li .ir-foottitle i {
    padding: 0 0.55em 0 0;
  }
  .m-ir-footnav > ul > li .ir-foottitle i::after {
    width: 6px;
    height: 6px;
    top: 0.35em;
  }
  .m-ir-pdf-info {
    font-size: 1.325rem;
    padding: 20px 5%;
    display: block;
    margin: 40px auto 0;
  }
  .m-ir-pdf-info .pdf-info-leftbox {
    width: 100%;
    margin-bottom: 10px;
  }
  .m-ir-pdf-info .pdf-info-rightbox {
    max-width: 200px;
    width: 60%;
    margin: 0 auto;
  }
  .m-ir-pdf-info .pdf-info-rightbox img {
    display: block;
    width: 100%;
    height: auto;
  }
  .ir-news-title01 {
    font-size: 1.65rem;
    padding-bottom: 5px;
    margin-bottom: 40px;
  }
	.m-sec-indexlist{display: block;}
	.m-sec-indexlist > li{
		width: 100%;
		padding: 20px 5%;
		margin-bottom: 20px;
	}
	.m-sec-indexlist .indexlist-title{
		background-size: 18% auto;
		font-size: 1.8rem;
		padding: 15px 0 15px 22%;
	}
	.m-sec-indexlist .indexlist-title a i{padding-right: 12px;}
	.m-sec-indexlist .indexlist-title a i:not(.pdf-pict)::after{
		width: 7px;
		height: 7px;
		top: 9px;
	}
	.m-sec-indexlist .indexlist-title a i.pdf-pict{
		background-size: 15px auto;
		padding-right: 22px;
	}
	.m-sec-indexlist > li > ul{
		margin-top: 10px;
		padding-top: 20px;
		display: block;
	}
	.m-sec-indexlist > li > ul > li{width: 100%;}
	.m-sec-indexlist > li > ul > li a{
		font-size: 1.4rem;
		padding-left: 10px;
	}
	.m-sec-indexlist > li > ul > li a::before{
		width: 5px;
		height: 5px;
		top: 9px;
	}
	.m-ir-page-nav01 {margin-bottom: 40px;}
	.m-ir-page-nav01 ul.column2 li,
	.m-ir-page-nav01 ul.column3 li,
	.m-ir-page-nav01 ul.column4 li,
	.m-ir-page-nav01 ul.column5 li{width: 100%;}
	.m-ir-page-nav01 ul li:not(:last-child) {
		border-right: none;
		border-bottom: solid 1px #ddd;
	}
	.m-ir-page-nav01 ul li a {
		padding: 10px 1.25em;
		font-size: 1.35rem;
		text-align: left;
	}
	.m-ir-page-nav02 {margin-bottom: 30px;}
	.m-ir-page-nav02 ul {
		padding: 0;
		display: block;
	}
	.m-ir-page-nav02 ul li{
		padding: 12px 5% 10px;
		width: 100%;
		text-align: left;
		border-bottom: solid 1px #fff;
	}
	.m-ir-page-nav02 ul li:not(:last-child){
		border-right: none;
		margin-bottom: 5px;
	}
	.m-ir-page-nav02 ul li a {
		text-align: left;
		padding-right:1em;
		font-size: 1.35rem;
		line-height: 1.3;
	}
	.m-ir-page-nav02 ul li a::after{
		width: 6px;
		height: 6px;
		top: 5px;
	}
	.m-ir-table-style01 .table-ex{text-align: left;}
	.m-ir-table-style01 table th,
	.m-ir-table-style01 table td{padding: 10px 1.3em;}
}
/*
	CMS共通スタイル
*/
.m-ir-selectbox {
  text-align: right;
  margin-bottom: 30px;
}
.m-ir-selectbox label {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.m-ir-selectbox label :focus {
  outline: 0;
}
.m-ir-selectbox label:before, .m-ir-selectbox label:after {
  content: " ";
  position: absolute;
  pointer-events: none;
}
.m-ir-selectbox label:before {
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 2;
}
.m-ir-selectbox label:after {
  border-left: solid 1px #252525;
  border-bottom: solid 1px #252525;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 20px;
  top: calc(10px + 0.25em);
  width: 10px;
  height: 10px;
  z-index: 3;
}
.m-ir-selectbox label select {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  border: solid 1px #e6e6e6;
  background-color: #f6f6f6;
  padding: 15px 10rem 10px 1.5em;
  font-size: 1.65rem;
  line-height: 1.25;
  font-weight: bold;
  border-radius: 0;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #1a1a1a;
}

.m-ir-cms-box .ir-cms-content, .m-ir-cms-box .ir-cms-contentImg {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 25px;
}
.m-ir-cms-box .ir-cms-content:nth-child(n+2), .m-ir-cms-box .ir-cms-contentImg:nth-child(n+2) {
  padding-top: 25px;
  border-top: 1px solid #ddd;
}
.m-ir-cms-box .ir-cms-content .ir-cms-data {
  border-left: 1px solid #dddddd;
  max-width: calc(100% - 200px);
  width: 80%;
}
.m-ir-cms-box .ir-cms-contentImg .ir-cms-data {
  max-width: calc(100% - 250px);
  width: 75%;
}
.m-ir-cms-box .ir-cms-year {
  max-width: 200px;
  width: 20%;
  font-weight: bold;
  font-size: 1.8rem;
  align-self: center;
  text-align: center;
}
.m-ir-cms-box .ir-cms-year > span {
  font-size: 2.8rem;
  color: #005bac;
}
.m-ir-cms-box .ir-cms-data {
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.m-ir-cms-box .ir-cms-data .ir-period {
  font-weight: bold;
  font-size: 1.85rem;
}
.m-ir-cms-box .ir-cms-data .ir-title {
  color: #1a1a1a;
  background-repeat: no-repeat;
  background-position: left 0;
  position: relative;
  background-image: url(../../../img/ir/common/pdf_pic.png);
  background-size: 20px auto;
  padding-left: 28px;
  display: block;
}
.m-ir-cms-box .ir-cms-data .ir-title:first-child {
  margin-top: 20px;
}
.m-ir-cms-box .ir-cms-data .ir-title:nth-child(n+2) {
  margin-top: 15px;
}
.m-ir-cms-box .ir-cms-data .ir-title:hover {
  color: #3db4d0;
  text-decoration: underline;
}
.m-ir-cms-box .ir-cms-thumb {
  max-width: 250px;
  width: 25%;
  box-sizing: border-box;
  border: 1px solid #f6f6f6;
}

/*
	統合報告書スタイル
*/
.m-ir-i_report-box .ir-i_report-thumb {
  width: 35%;
  box-sizing: border-box;
  border: 1px solid #f6f6f6;
}
.m-ir-i_report-box .ir-i_report-thumb img{
	border: 1px solid #969696;
}
.m-ir-i_report-box .ir-i_report-contentImg .ir-i_report-data {
  width: 60%;
}
.m-ir-i_report-box .ir-i_report-content, .m-ir-i_report-box .ir-i_report-contentImg {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 30px;
}
.m-ir-i_report-box .ir-i_report-content:nth-child(n+2), .m-ir-i_report-box .ir-i_report-contentImg:nth-child(n+2) {
  padding-top: 25px;
  border-top: 1px solid #ddd;
}
.m-ir-i_report-box .ir-i_report-content .ir-i_report-data {
  border-left: 1px solid #dddddd;
  max-width: calc(100% - 200px);
  width: 80%;
}
.m-ir-i_report-box .ir-i_report-data {
  padding-left: 40px;
  padding-bottom: 10px;
}
.m-ir-i_report-box .ir-i_report-data .ir-period0 {
  font-weight: bold;
  font-size: 2.5rem;
}
.m-ir-i_report-box .ir-i_report-data .ir-period {
  font-weight: bold;
  font-size: 1.85rem;
}
.m-ir-i_report-box .ir-i_report-data .ir-period2 {
  font-weight: bold;
  font-size: 1.85rem;
  margin-top: 20px;
}
.m-ir-i_report-box .ir-i_report-data .ir-title {
  color: #1a1a1a;
  background-repeat: no-repeat;
  background-position: left 0;
  position: relative;
  background-image: url(../../../img/ir/common/pdf_pic.png);
  background-size: 20px auto;
  padding-left: 28px;
  display: block;
}
.m-ir-i_report-box .ir-i_report-data .ir-title:first-child {
  margin-top: 15px;
}
.m-ir-i_report-box .ir-i_report-data .ir-title:nth-child(n+2) {
  margin-top: 15px;
}
.m-ir-i_report-box .ir-i_report-data .ir-title:hover {
  color: #3db4d0;
  text-decoration: underline;
}


/*
	ページナビ共通スタイル
*/
.m-ir-pages {
  background-color: #e6e6e6;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 170px;
  letter-spacing: 0.04em;
}
.m-ir-pages a {
  display: block;
  color: #1a1a1a;
  text-decoration: none;
}
.m-ir-pages a:hover {
  color: #3db4d0;
}
.m-ir-pages a:hover i:after {
  border-color: #3db4d0;
}
.m-ir-pages .ir-arrowRight {
  font-style: normal;
  position: relative;
  padding-right: 1em;
  display: inline-block;
}
.m-ir-pages .ir-arrowRight:after {
  content: " ";
  position: absolute;
  border-right: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  right: 0.25em;
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
}
.m-ir-pages .ir-pages-box {
  align-items: center;
  max-width: 1200px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
  font-size: 1.65rem;
}
.m-ir-pages .ir-pages-index {
  font-weight: bold;
  width: 172px;
  text-align: center;
  line-height: 1.25;
}
.m-ir-pages .ir-pages-list {
  /*display: flex;*/
  flex-wrap: wrap;
  width: calc(100% - 172px);
  box-sizing: border-box;
  border-left: 2px solid #e6e6e6;
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-ir-pages .ir-pages-list li {
  line-height: 1.25;
}
.m-ir-pages .ir-pages-list a {
  padding-right: 20px;
  padding-left: 20px;
}

/*
	PC 1200px Over
*/
@media print, screen and (min-width: 1201px) {
  .m-ir-pages .ir-pages-list li:nth-child(n+2) {
    border-left: 1px solid #e6e6e6;
  }
}
/*
	1200px Under
*/
@media print, screen and (max-width: 1250px) and (min-width: 768px){
  .m-ir-pages .ir-pages-list li {
    box-sizing: border-box;
    /*width: 33.3%;*/
    align-self: center;
	  margin-top: 10px;
	  margin-bottom: 10px;
  }
  .m-ir-pages .ir-pages-list li:nth-child(4n) {
    border-left: 0;
  }
  .m-ir-pages .ir-pages-list li:nth-child(n+3) {
    /*margin-top: 10px;*/
  }
}
/*
	Mobile　768px Under
*/
@media only screen and (max-width: 768px) {
  .m-ir-cms-box .ir-cms-content .ir-cms-year, .m-ir-cms-box .ir-cms-content .ir-cms-data {
    width: 100%;
    max-width: 100%;
  }
  .m-ir-cms-box .ir-cms-content .ir-cms-data {
    border-top: 1px solid #ddd;
    border-left: 0;
  }
  .m-ir-cms-box .ir-cms-contentImg .ir-cms-data, .m-ir-cms-box .ir-cms-contentImg .ir-cms-thumb {
    width: 100%;
  }
  .m-ir-cms-box .ir-cms-contentImg .ir-cms-data {
    max-width: 100%;
  }
  .m-ir-cms-box .ir-cms-year {
    padding-bottom: 20px;
  }
  .m-ir-cms-box .ir-cms-data {
    padding-top: 40px;
    padding-left: 0;
  }
  .m-ir-cms-box .ir-cms-thumb {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .m-ir-pages {
    margin-top: 100px;
  }
  .m-ir-pages .ir-pages-index {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 25px;
  }
  .m-ir-pages .ir-pages-list {
    width: 100%;
    border-top: 2px solid #e6e6e6;
    border-left: 0;
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .m-ir-pages .ir-pages-list li {
    width: 100%;
    border-left: 0;
  }
  .m-ir-pages .ir-pages-list li:nth-child(n+2) {
    margin-top: 10px;
  }
  .m-ir-i_report-box .ir-i_report-content .ir-i_report-year, .m-ir-i_report-box .ir-i_report-content .ir-i_report-data {
    width: 100%;
    max-width: 100%;
  }
  .m-ir-i_report-box .ir-i_report-content .ir-i_report-data {
    border-top: 1px solid #ddd;
    border-left: 0;
  }
  .m-ir-i_report-box .ir-i_report-contentImg .ir-i_report-data, .m-ir-i_report-box .ir-i_report-contentImg .ir-i_report-thumb {
    width: 100%;
  }
  .m-ir-i_report-box .ir-i_report-contentImg .ir-i_report-data {
    max-width: 100%;
  }
  .m-ir-i_report-box .ir-i_report-year {
    padding-bottom: 20px;
  }
  .m-ir-i_report-box .ir-i_report-data {
    padding-top: 40px;
    padding-left: 0;
  }
  .m-ir-i_report-box .ir-i_report-thumb {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
/*
IR TOP chart box
*/
.ir-chart-box{
	background:#ffffff;
	display:flex;
	flex-wrap:wrap;
	padding:20px;
}
.ir-chart-title{
	color:#1a1a1a;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:2.4rem;
	width:60%;
	font-weight:600;
}
.ir-chart-link{
	width:40%;
	align-self: center;	
	text-align:right;
}
.ir-chart-link a{
	color:#1a1a1a;
}
.ir-chart-link .arrow{
	padding-left:15px;
	display:inline-block;
	position:relative;
}
.ir-chart-link .arrow:before{
	content:"";
	display:inline-block;
	width:6px;
	height:6px;
	border-top:1px solid #1a1a1a;
	border-right:1px solid #1a1a1a;
	transform:rotate(45deg);
	position:absolute;
	top:0.25em;
	left:0;
}
.ir-chart-box .stockweather_contents{
	width:100%;
	text-align:center;
}