/* ir */
.ir{
	margin-bottom: 80px;
}
.ir .holder .col.right strong.add-castom{
	padding-top:0;
	margin-top:-14px;
}

.ir .breadcrumb{
	margin: 0 0 50px;
}
.ir .breadcrumb.home{
	margin-bottom: 0;
}
/* ir-baner */
.ir-baner{
	position: relative;
	overflow: hidden;
	margin: 0 0 50px;
}
.ir-baner .slide-baner{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ir-baner .slide-baner .slide-item{
	min-height: 240px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	vertical-align: top;
	margin: 0;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	outline: 0;
}
.ir-baner .baner-descr{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 120px;
	width: 1%;
	z-index: 50;
}
.ir-baner .baner-descr strong{
	display: block;
	text-align: left;
	font-size: 2rem;
	line-height: 1;
	color: #fff;
	font-weight: 700;
}

/* main */
.main .holder{
	overflow: hidden;
}
.main .holder.center .list-news-release li,
.main .holder.center .list-news-release li > a{
	width: auto;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
.main .holder + .holder{
	margin-top: 50px;
}
.ir .main.add-annual-report .holder + .holder{
	margin-top: 25px;
}
.ir .investors{
	margin: 0 -15px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.ir .investors li{
	float: left;
	width: 50%;
	padding: 0 15px;
}
.ir .investors li a{
	display: block;
}
.ir .investors li a:hover .block{
	-webkit-transform: scale(1.1) rotate(0.01deg);
	-ms-transform: scale(1.1) rotate(0.01deg);
	-o-transform: scale(1.1) rotate(0.01deg);
	transform: scale(1.1) rotate(0.01deg);
	opacity: 0.85;
}
.ir .investors li .overflow{
	position: relative;
	overflow: hidden;
	height: 100px;
}
.ir .investors li .block{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	-webkit-transform: scale(1) rotate(0.01deg);
	-ms-transform: scale(1) rotate(0.01deg);
	-o-transform: scale(1) rotate(0.01deg);
	transform: scale(1) rotate(0.01deg);
}
.ir .investors li .cell{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	width: 1%;
	font-size: 1.125rem;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	z-index: 2;
}
.ir .investors li .cell span{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.ir .investors li .cell span:before{
	position: relative;
	content: ">";
	font-family: monospace;
	font-weight: 500;
	margin-right: 6px;
}
.ir .holder .news-release-block .tabs-frame{
	border: 1px solid #aaa;
	background: #fff;
	overflow: hidden;
	padding: 5px 20px;
}
.ir .news-release-block .btn-go-to-list{
	margin:20px 0 15px auto;
	position: relative;
	top: 0;
	right: 0;
}
.ir .holder .news-release-block .tabs-frame.sub{
	padding: 5px 20px;
}
.ir .holder .news-release-block{
	text-align: left;
	padding: 0;
}
.ir .holder .news-release-block .list-news-release{
	max-height: 300px;
	height: auto;
	margin:0;
}
.ir .holder .news-release-block .tabs-frame.sub .list-news-release{
	margin: 0;
}
.ir .holder .news-release-block .list-news-release li:last-child{
	border-bottom: 0;
}
/*.news-release-block .list-news-release li .text-info {
	line-height: 24px;
}*/
.ir .holder .heading{
	margin-bottom: 25px;
	padding: 8px 20px;
}
.ir .holder .heading h3{
	text-align: center;
}
.ir .holder .heading.sub h3{
	text-align: left;
}

/* row */
.ir .row > .col{
	position: relative;
}
.ir .row > .col.left{
	float: left;
	padding-right: 15px;
	width: 67%;
}
.ir .row > .col.right{
	float: right;
	padding-left: 15px;
	width: 33%;
}
#wrapper > div > section > div.row > div > div > div:nth-child(3) > div > div.col.right > div.latest-information > ul {
  /*display: none;*/

}

.ir .holder .col.right strong{
	display: block;
	text-align: center;
	font-size: 1.125rem;
	line-height: 22px;
	padding: 8px 0 9px;
}

.ir .latest-information{
	border: 1px solid #aaa;
	background: #fff;
	overflow: hidden;
	padding: 19px;
}
.ir .latest-information .list-news-release{
	margin: 0 0 9px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.ir .latest-information .list-news-release li{
	display: block;
	font-size: 0.75rem;
	line-height: 16px;
	margin-bottom: 15px;
}
.ir .latest-information .list-news-release li p{
	margin: 0 0 6px;
}
.ir .latest-information .list-news-release li .download-pdf{
	display: inline-block;
	vertical-align: top;
	padding-left: 22px;
	background: url(../images/icon-pdf.png) 0 50% no-repeat;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
	margin: 0;
}
.ir .latest-information .btn-order{
	background: #000;
	border: 1px solid #000;
	color: #fff;
	font-size: 0.9375rem;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: -1px;
	padding: 23px 0;
	width: 100%;
}
.ir .latest-information .btn-order:active,
.ir .latest-information .btn-order:focus,
.ir .latest-information .btn-order:hover{
	color: #fff;
	background: rgba(26, 26, 26, 0.8);
	border-color: #1a1a1a;
}
.ir .latest-information .btn-order:before{
	content: "";
	display: inline-block;
	vertical-align: top;
	border: 4px solid transparent;
	border-left: 5px solid #fff;
	margin: 6px 2px 0 0;
}

/* ir-library */
.ir-library{
	margin-top: 25px;
}
.ir-library h2{
	display: block;
	font-size: 1.25rem;
	padding: 0;
	text-align: center;
	margin: 0 0 16px;
}
.ir-library h2:after{display: none;}
.ir-library .ir-library-list{
	margin: 0 -2px 25px -1px;
	padding: 0 0 1px 1px;
	list-style: none;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.ir-library .ir-library-list li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.3333%;
	border: 1px solid #aaa;
	background-color: #f4f4f4;
	text-align: center;
	margin: 0 -1px -1px 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ir-library .ir-library-list li:last-child{
	margin: 0 0 0 0;
}
.ir-library .ir-library-list li > .cell{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 124px;
	width: 1%;
}
.ir-library .ir-library-list li:hover{
	box-shadow: inset 2px 2px 0px #333, inset -2px -2px 0px #333;
	border-color: #333;
	z-index: 5;
}
.ir-library .ir-library-list li > a:hover strong:after{
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.ir-library .ir-library-list .ico{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto 10px;
}
.ir-library .ir-library-list .ico img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.ir-library .ir-library-list strong{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 0.875rem;
	line-height: 22px;
}
.ir-library .ir-library-list strong:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #757575;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
}
.ir-library .investors{
	margin: 0 -5px;
}
.ir-library .investors li{
	padding: 0 5px;
	width: 25%;
}
.ir-library .investors li .overflow{
	height: 120px;
}
.ir-library .investors li .cell{
	height: 120px;
	font-size: 1rem;
	line-height: 20px;
}
.holder-hiden{display:none;}

/* top message box */
.top-message{
	margin-bottom: 30px;
	overflow: hidden;
}

.ir-stock-info a,
.ir-stock-box a,
.ir-info-box p a,
.ir-career-box .links a,
.ir-privacy-box p a{
	display: inline-block;
	vertical-align: top;
	padding-left: 12px;
	position: relative;
	color: #333;
}

.med-man-plan a{
	display: inline-block;
	vertical-align: top;
	padding-left: 12px;
	position: relative;
	color: #1111cc;
}


.top-message p a {
  text-decoration: underline;
}
.top-message p a:after {
  content: "";
}
.top-message p a:hover,
.med-man-plan a:hover,
.ir-stock-info a:hover,
.ir-stock-box a:hover,
.ir-info-box p a:hover,
.ir-career-box .links a:hover,
.ir-privacy-box p a:hover{
	text-decoration: underline;
}
.top-message p a:after,
.med-man-plan a:after,
.ir-stock-info a:after,
.ir-stock-box a:after,
.ir-info-box p a:after,
.ir-career-box .links a:after,
.ir-privacy-box p a:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	width: 5px;
	height: 5px;
	margin: auto;
	border-color: #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.top-message p a:hover{
	text-decoration: none;
}
.ir-info-box p a.link,
.ir-privacy-box p a.link,
.top-message p a.link{
	color: #13136a;
	text-decoration: underline;
}
.ir-info-box p a.link:hover,
.ir-privacy-box p a.link:hover,
.top-message p a.link:hover{
	text-decoration: none;
}
.ir-info-box p a.link:after,
.ir-privacy-box p a.link:after,
.top-message p a.link:after{
	display: none;
}

.ir-privacy-box > .content strong{
	display: block;
	margin-top: 20px;
}

.top-message .avatars{
	margin-bottom: 30px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	overflow: hidden;
}
.top-message .avatars .col{
	width: 155px;
	margin-right: 30px;
}
.top-message .avatars .col img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.top-message .avatars .position{
	margin: 0;
}
.top-message .message-text{
	font-size: .875rem;
	line-height: 1.7;
	font-weight: 500;
	overflow: hidden;
}
.top-message .message-text p{
	margin-bottom: 24px;
}
.top-message .signature{
	float: right;
	margin: 0 0 30px;
	overflow: hidden;
}
.top-message .signature p{
	margin-bottom: 5px;
}
.top-message .signature .figure{
	margin-bottom: 20px;
}
.top-message .signature .figure img{
	vertical-align: top;
}
.table-head{
	margin-bottom: 15px;
	overflow: hidden;
}
.table-head .yen{
	margin-left: 20px;
	float: right;
}
.table-head h3{
	margin: 0;
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
}
.ir-table{
	margin-bottom: 30px;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.ir-table th,
.ir-table td{
	border: 1px solid #aaa;
	padding: 10px;
	font-size: .875rem;
	line-height: 1.7;
	text-align: center;
	vertical-align: middle;
}
.ir-table th{
	font-weight: bold;
}
.ir-reference-frame{
	margin-bottom: 50px;
}
.ir-reference-frame h3{
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
	margin: 0 0 10px;
}
.ir-reference-frame .frame{
	border: 2px solid #aaa;
	padding: 20px;
	overflow: hidden;
}
.ir-reference-frame .frame h4{
	margin: 0 0 5px;
	padding: 0;
	border: 0;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: left;
}
.ir-reference-frame .frame .txt{
	padding-left: 10px;
	font-size: .875rem;
	line-height: 1.7;
	font-weight: 500;
	overflow: hidden;
}
.ir-reference-frame .frame .txt p{
	margin-bottom: 24px;
}
.txt-holder p.note,
.ir-reference-frame .frame  p.note{
	margin: 0;
	font-size: .75em;
}
.ir-plan-table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
	table-layout: fixed;
}
.ir-plan-table th,
.ir-plan-table td{
	border: 1px solid #aaa;
	padding: 10px;
	vertical-align: middle;
	font-size: .875rem;
	line-height: 1.7;
	background: #eee;
}

.td_r{
	text-align: right;
}

.bold_border{
	border-top: 2px solid #898989;
		border-bottom: 2px solid #898989;
}


.plan_midashi{
	border: 1px solid #aaa;
	padding: 20px;
	vertical-align: middle;
	font-size: .875rem;
	line-height: 1.7;
	background: #feffed;
	text-align:center;
	width:420px;
}

.plan_midashi_in{
	text-align:left;
	margin:0 auto;
	white-space: nowrap;
	font-weight: bold;
}

.ir-plan-table th p{
	margin-bottom: 10px;
}
.ir-plan-table td p{
	margin: 0;
}
.ir-plan-table th{
	background: #ddd;
}
.ir-plan-table td.td_r {
	padding-right: 50px;
}

/* stock box */
.ir-stock-info{
	margin-bottom: 50px;
	overflow: hidden;
}
.ir-stock-info dl{
	line-height: 1.7;
	overflow: hidden;
}
.ir-stock-info dl dt,
.ir-stock-info dl dd{
	margin: 0;
	width: 50%;
	padding-left: 20px;
	font-weight: 500;
	float: left;
}

.ir-chart{
	margin: 0 auto 30px;
	max-width: 375px;
	overflow: hidden;
}
.ir-chart img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}


.ir-chart2{
	margin: 0 auto 30px;
	overflow: hidden;
}
.ir-chart2 img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}


.ir-shareholder-box{
	padding: 0 10px;
}
.ir-shareholder{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.ir-shareholder th,
.ir-shareholder td{
	border: 1px solid #aaa;
	border-width: 1px 0;
	vertical-align: middle;
	width: 20%;
	text-align: right;
	padding: 5px 20px 5px 0;
	font-weight: 500;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.875rem;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}
.ir-shareholder th{
	color: #666;
}
.ir-shareholder tr th:first-child,
.ir-shareholder tr td:first-child{
	width: 60%;
	text-align: left;
}
.ir-shareholder.twocols{
	table-layout: fixed;
}
.ir-shareholder.twocols tr td,
.ir-shareholder.twocols tr td:first-child{
	text-align: left;
	width: 50%;
	border-width: 1px 0 0;
}
.ir-stock-box{
	margin-bottom: 30px;
	overflow: hidden;
}
.ir-stock-text{
	margin-bottom: 30px;
	padding-left: 20px;
	font-size: 0.875rem;
	line-height: 1.7;
	overflow: hidden;
}
.ir-stock-text h4{
	font-size: 0.875rem;
	line-height: 1.7;
	font-weight: 500;
	margin-bottom: 12px;
	padding: 0;
	border: 0;
}
.ir-stock-text p{
	margin-bottom: 24px;
}


/* privacy box */
.ir-privacy-box{
	margin-bottom: 40px;
	font-size: .875rem;
	line-height: 1.7;
	overflow: hidden;
}
.ir-privacy-box .content{
	padding: 0 20px;
}
.ir-privacy-box .ir-heading{
	margin-bottom: 10px;
}
.ir-privacy-box > .ir-heading{
	border-bottom: 1px #aaa solid;
}
.ir-privacy-box > .ir-heading h3{
	margin-bottom: 10px;
}
@media screen\0 {
	.ir-privacy-box > .ir-heading h3 {
  	font-family: 'Segoe UI', Meiryo, sans-serif;
	}
}

.ir-privacy-box .company-name{
	margin-bottom: 20px;
	text-align: right;
}
.ir-privacy-box .content p{
	margin-bottom: 24px;
}
.ir-privacy-box .content a{
	text-decoration: underline;
}
.ir-privacy-box .separator{
	display: block;
	text-align: center;
}
.ir-privacy-box .separator.left{
	text-align: left;
}
.ir-privacy-box .date{
	display: block;
	text-align: right;
}
.ir-privacy-box .sub-box{
	margin-bottom: 20px;
	overflow: hidden;
}
.ir-privacy-box .content .sub-box:last-child{
	margin-bottom: 0;
}
.ir-privacy-box .sub-box .ir-heading{
	border-color: #ddd;
}
.ir-privacy-box .sub-box .ir-heading h4{
	border: 0;
	margin: 0;
	padding: 0 10px;
	border-left: 3px solid #333;
}
.ir-fee-table{
	margin: 0 -20px;
}
.ir-fee-table table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 24px;
}
.ir-fee-table tr td{
	padding: 0 20px;
	border: 0;
}
.ir-fee-table tr td:first-child{
	width: 35%;
	min-width: 100px;
}
.ir-fee-table thead tr td{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.ir-fee-table tbody tr:first-child td{
	padding-top: 10px;
}
.ir-privacy-box h5{
	margin: 0 0 12px;
	font-size: .875rem;
	line-height: 1.7;
	font-weight: bold;
}
.ir-txt-center{
	text-align: center;
}
.ir-policy{
	margin: 0 0 50px;
	width: 100%;
	border-collapse: collapse;
}
.ir-policy th,
.ir-policy td{
	padding: 40px 20px;
	border: 1px solid #aaa;
	text-align: left;
}
.ir-policy th{
	width: 25%;
	min-width: 100px;
	text-align: center;
	font-weight: bold;
}
.ir-policy td a{
	color: #333;
	text-decoration: underline;
}
.ir-policy td a:hover{
	text-decoration: none;
}

.ir-info-dl dl{
	margin-bottom: 20px;
	overflow: hidden;
}
.ir-info-dl dl:last-child{
	margin-bottom: 0;
}
.ir-info-dl dt{
	padding-right: 20px;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.ir-info-dl dd{
	display: block;
	font-weight: 500;
	overflow: hidden;
}
.ir-plugin{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	margin-bottom: 15px;
	overflow: hidden;
}
.ir-plugin .get{
	width: 112px;
}
.ir-plugin .get img{
	vertical-align: top;
}
.ir-plugin .txt{
	width: 100%;
}
.main .ir-plugin .txt p{
	margin: 0;
}
.dot-list{
	list-style: none;
}
.dot-list li{
	margin-bottom: 15px;
	padding-left: 18px;
	position: relative;
}
.dot-list li:before{
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
}
.main .btn-gray-center{
	display: block;
	margin: 0 auto 20px;
	text-align: center;
	padding: 15px 20px;
	font-size: 1rem;
	line-height: 1.25;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
	background: #1a1a1a;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.main .btn-gray-center:hover{
	background: rgba(26,26,26,.8);
}
#sidebar{
	margin-bottom: 30px;
}

/* medium management plan */
.med-man-plan{
	margin-bottom: 30px;
	overflow: hidden;
}
.ir-heading{
	margin-bottom: 20px;
}
.ir-heading p{margin: 0;}
.ir-heading h2,
.ir-heading h3{
	margin: 0 0 20px;
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: bold;
	padding: 0 10px;
	overflow: hidden;
	text-align: left;
	border-left: 3px solid #333;
}
.ir-heading h2{
	margin-bottom: 10px;
}
.ir-heading h2.main-ttl{
	padding: 0;
	border: 0;
	font-weight: 700;
	margin-bottom: 0;
}
.ir-heading h3{
	font-size: 1rem;
	line-height: 1.22;
}
.ir-heading h2:after{
	display: none;
}
.ir-heading .date{
	margin-left: 20px;
	float: right;
	font-size: 1rem;
	line-height: 1.25;
}
.ir-heading h2 span,
.ir-heading h3 span{
	font-weight: 500;
}
.ir-plan-item{
	margin-bottom: 30px;
	overflow: hidden;
}
.ir-plan-item h3{
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
	margin: 0 0 10px;
}

.ir-plan-item .txt_title{
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
	margin: 0 0 10px;
	text-decoration:underline;
}


.ir-plan-item .txt-holder{
	padding-left: 20px;
}
.ir-plan-item h4{
	margin: 0 0 5px;
	padding: 0;
	border: 0;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: left;
}
.ir-plan-item .txt{
	padding-left: 10px;
	font-size: .875rem;
	line-height: 1.7;
	font-weight: 500;
	overflow: hidden;
}
.ir-plan-item .txt p{
	margin-bottom: 24px;
}
.ir-plan-item p.note{
	margin: 0 0 20px;
}

@media only screen and (max-width: 991px){
	.ir .holder .col.right strong.add-castom{
		padding: 8px 0 9px;
		margin:0;
	}

	.ir .holder .news-release-block .tabs-frame{
		padding: 2px 16px;
	}
	.ir .holder .news-release-block .list-news-release{
		max-height: 500px;
		padding-right: 0;
	}
	.ir .holder .news-release-block .list-news-release li{
		padding: padding:10px 0;
	}
	.ir .holder .news-release-block .list-news-release li a{padding:0;}
	.ir .holder .news-release-block .list-news-release li a > div{margin:0;}
	.ir .row > .col.left{
		float: none;
		padding: 0 0 15px;
		width: auto;
	}
	.ir .row > .col.right{
		float: none;
		padding: 15px 0 0;
		width: auto;
	}

	.ir-library .investors{
		margin: 0 -5px;
	}
	.ir-library .investors li{
		padding: 0 5px 10px;
		width: 50%;
	}

	.top-message{
		margin-bottom: 20px;
	}
	.ir-reference-frame .frame{
		padding: 15px;
	}
	.ir-table th,
	.ir-table td,
	.ir-plan-table th,
	.ir-plan-table td{
		font-size: .75rem;
	}
	.ir-plan-table td.td_r {
		padding-right: 2px;
	}
}
@media screen and (max-width: 768px),screen and (orientation: landscape) and (max-width: 768px),screen and (orientation: portrait) and (max-width: 768px){
	.ir{
		margin-bottom: 0;
	}

	.plan_midashi {
	    width: 100%;
			font-size: .75rem;
	}

	.ir .breadcrumb{
		margin: 0 0 30px;
	}
	.ir-baner{
		margin: 0 0 30px;
	}
	.ir-baner .slide-baner .slide-item{
		min-height: 105px;
	}
	.ir-baner .baner-descr strong{
		font-size: 1.375rem;
	}

	.ir .main .holder{
		overflow: visible;
	}
	.ir .holder .heading{
		margin: 0 -20px 20px;
		padding: 13px 20px;
	}
	.ir .main .holder + .holder{
		margin-top: 38px;
	}
	.ir .investors{
		margin: 0;
	}
	.ir .investors li{
		float: none;
		display: block;
		width: 100%;
		padding: 0;
	}
	.ir .investors li + li{
		margin-top: 20px;
	}
	.ir .investors li .cell{
		font-size: 0.875rem;
	}
	.ir-library h2{
		display: block;
		font-size: 1rem;
		padding: 0;
		text-align: center;
		margin: 0 0 14px;
	}
	.ir-library .ir-library-list{
		margin: 0 -1px 20px;
		padding: 0 0 1px 1px;
	}
	.ir-library .ir-library-list li{
		width: 50%;
	}
	.ir-library .ir-library-list li > .cell{
		display: table-cell;
		vertical-align: middle;
		height: 95px;
		width: 1%;
	}
	.ir-library .ir-library-list .ico{
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 0 auto 4px;
	}
	.ir-library .ir-library-list strong{
		font-size: 0.75rem;
	}

	.ir .ir-library .investors li .overflow{
		height: 80px;
	}
	.ir .ir-library .investors li .cell{
		height: 80px;
		font-size: 0.875rem;
	}

	.top-message{
		margin-bottom: 0;
	}
	.top-message .avatars{
		margin: 0 -10px 30px;
	}
	.top-message .avatars p,
	.top-message .message-text,
	.table-head .yen,
	.ir-reference-frame .frame h4,
	.ir-reference-frame .frame,
	.ir-reference-frame .frame .txt,
	.ir-heading,
	.ir-heading .date,
	.ir-heading h2,
	.ir-heading h3,
	.ir-plan-item .txt,
	.ir-plan-item h4,
	.ir-plan-item,
	.ir-plan-item p.note,
	.ir-stock-text,
	.ir-stock-text h4,
	.ir-stock-info dl,
	.ir-info-box .content,
	.ir-staff th,
	.ir-staff td,
	.ir-pointers p span,
	.company-item h4,
	.company-item .info,
	.ir-career-box .text h4,
	.ir-career-box .text,
	.ir-privacy-box,
	.ir-privacy-box .sub-box .ir-heading h4,
	.ir-privacy-box h5,
	.ir-policy th,
	.ir-policy td,
	.company-item .info p,
	.company-item .info p.link,
	.main .btn-gray-center{
		font-size: .75rem;
	}
	.table-head h3,
	.ir-reference-frame h3,
	.ir-plan-item h3,
	.company-item .info h5,
	.ir-info-box h4,
	.ir-heading h2,
	.ir-heading h3{
		font-size: 0.875rem;
	}
	.ir-table th,
	.ir-table td,
	.ir-plan-table th,
	.ir-plan-table td,
	.ir-shareholder th,
	.ir-shareholder td{
		font-size: 0.625rem;
		padding: 5px;
	}
	.ir-info-box h4{margin-bottom: 10px;}
	.top-message .message-text p,
	.ir-plan-item .txt p{
		margin-bottom: 20px;
	}
	.top-message .avatars .col{
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.ir-table{
		margin-bottom: 20px;
	}
	.top-message .signature{
		margin: 0 0 10px 50%;
	}
	.top-message .message-text .signature p{
		margin-bottom: 0;
	}
	.top-message .signature img{
		height: 35px;
	}
	.ir-reference-frame{
		margin-bottom: 20px;
	}
	.ir-plan-item .txt-holder,
	.ir-stock-text,
	.ir-stock-info dl dd,
	.ir-heading h3,
	.ir-info-box .content{
		padding-left: 10px;
	}
	.ir-stock-info dl dt{
		padding-left: 0;
	}
	.ir-plan-item p.note{
		margin-bottom: 20px;
	}
	.ir-plan-item{
		margin-bottom: 30px;
	}
	.med-man-plan{
		margin-bottom: 0;
	}
	.med-man-plan .ir-plan-item:last-child{
		margin-bottom: 0;
	}
	.ir-heading{
		border-bottom-width: 5px;
	}
	.ir-stock-text h4{
		margin-bottom: 10px;
	}
	.ir-stock-text p,
	.ir-stock-text,
	.ir-shareholder{
		margin-bottom: 20px;
	}
	.ir-shareholder-box{
		padding: 0;
	}
	.ir-heading{
		margin-bottom: 10px;
	}
	.ir-stock-info{
		margin-bottom: 20px;
	}
	.ir-gray-title{
		padding: 10px;
	}
	.ir-gray-title h2{
		font-size: 0.875rem;
	}
	.ir-staff th{
		width: 35%;
	}
	.ir-staff td{
		width: 65%;
	}
	.ir-pointers {
		font-size: 1rem;
	}
	.ir-pointers .num{
		min-width: 25px;
	}
	.ir-company-info{
		margin-bottom: 0;
	}
	.companies-list .rows-hold{
		padding: 0;
		margin: 0;
	}
	.companies-list .column{
		padding: 0;
		width: 100%;
	}
	.company-item{
		margin-bottom: 20px;
	}
	.ir-career-holder{
		margin-bottom: 0;
	}
	.ir-career-box .text h4{
		border-bottom-width: 5px;
	}
	.ir-career-box .links li{
		padding: 0 5px;
	}
	.ir-privacy-box{
		margin-bottom: 30px;
	}
	.ir-privacy-box .content p{
		margin-bottom: 20px;
	}
	.ir-privacy-box .content{
		padding: 0 10px;
	}
	.ir-fee-table{
		margin: 0 -10px;
	}
	.ir-privacy-box h5{
		margin-bottom: 5px;
	}
	.ir-policy th,
	.ir-policy td{
		padding: 20px 10px;
	}
	.company-item h4{
		padding: 5px;
	}
	.company-item .info{
		padding: 10px;
	}
	.ir-heading h2,
	.ir-heading h3{
		margin-bottom: 10px;
	}
	.ir-heading h2{
		margin-top: 20px;
		font-size: 1.125rem;
	}
	.ir-policy{
		margin-bottom: 20px;
	}
	.main .btn-gray-center{
		padding: 10px;
	}
	.indent-top-mobile{
		margin-top: 20px;
	}
}

.ir .news-release-block .list-news-release{
	list-style: none;
	display: block;
	height: 309px;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 20px;
	padding-right: 20px;
}
.ir .news-release-block .list-news-release li{
	border-bottom: 1px dotted #999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-self: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 10px 0;
	width:100%;
}
.ir .news-release-block .list-news-release li > a,
.ir .news-release-block .list-news-release li:not(a){
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-self: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	flex-flow: inherit;
}
.ir .news-release-block .list-news-release li .text-info{
	font-size: .875rem;
	line-height: 18px;
	color: #333;
	width: 100%;
	margin: 0
}
.ir .news-release-block .list-news-release li .date{
	font-size: .75rem;
	line-height: 18px;
	min-width: 77px;
	color: #333;
	padding: 0;
	position: static;
}
