@charset "UTF-8";

/* ---------------------------------------------
	Common
--------------------------------------------- */
.eir img,
.qirWrapper img {
	height: auto;
}
@media print, screen and (max-width: 640px) {
	.l-headerNav__ttl_inner {
		padding: 0px;
		border-top: 0px none;
	}
	.c-kvCont {
		width: 100%;
	}
	.eir img,
	.qirWrapper img {
		width: 100%;
		max-width: 100%;
	}
}
@media print, screen and (min-width: 641px) {
	.c-kv--under {
		height: 235px;
	}
	.l-headerNav__link::after {
		top: 0.5em;
	}
  .l-headerNav__ttl {
    margin-bottom: 1.6em;
		line-height: 1.6;
	}
	.eir img,
	.qirWrapper img {
		width: auto;
	}
}

/* ---------------------------------------------
	text
--------------------------------------------- */
.irText {
	margin-top: 25px;
	font-size: 1em;
	line-height: 2;
}
.irText-noHead {
	margin-top: 0px;
	font-size: 1em;
	line-height: 2;
}
.irText-right{
	text-align: right;
}
.irText-caution{
	font-weight: bold;
	font-size: 1.2em;
	color: #f34f1e;
}
.irText a[href$=".pdf"]  {
  background: url(../img/common/icon_pdf.png) no-repeat center right;
  background-size: 1em;
  display: inline-block;
  padding-right: 23px;
	margin-right: 8px;
}
.irList{
	list-style-type: disc;
    padding-left: 1.5em;
    margin-top: 1em;
}
.irList_item{
	font-size: 1em;
	line-height: 2;
}
.irText-attention{
	padding-left: 3em;
	text-indent: -3em;
}
@media print, screen and (max-width: 640px) {
  .irText {
	  font-size: 1.3rem;
	  line-height: 2;
	}
  .irText + .irText{
	  margin-top: 1em;
	}
 .irText-caution{
	font-size: 1.8rem;
}
  .irList{
	  padding-left: 1.3rem;
	  margin-top: 1em;
	}
  .irList_item{
	  font-size: 1.3rem;
	  line-height: 2;
	}
}

/* ---------------------------------------------
	title
--------------------------------------------- */
.ir-contentTtl{
	display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.4em;
	line-height: 2;
    margin-top: 60px;
}
.ir-contentTtl:before{
	content: "";
    flex-grow: 0;
    height: 3px;
    width: 25px;
    margin-right: 0.8em;
    background: #ef931b;
    border-radius: 20%;
}
.ir-localTtl{
	font-weight: 500;
	font-size: 1.3em;
	line-height: 2;
	margin-top: 30px;
}
.ir-smallTtl{
	font-weight: 400;
    font-size: 1.2em;
    line-height: 2;
    margin-top: 20px;
}
@media print, screen and (max-width: 640px) {
	.ir-contentTtl{
		font-size: 1.8rem;
		margin-top: 2rem;
	}
	.ir-contentTtl:before {
		width: 16px;
		margin-right: 0.4em;
	}
	.ir-localTtl{
		font-size: 1.6rem;
		margin-top: 1.8rem;
	}
	.ir-smallTtl{
		font-size: 1.4rem;
		margin-top: 1.6rem;
	}
}

/* ---------------------------------------------
	link
--------------------------------------------- */
.irLink{
	text-decoration: underline;
}
.irLink:hover{
	transition-duration: 0.3s;
	text-decoration: none;
}


/* ---------------------------------------------
	Local navi
--------------------------------------------- */
.irLocal_naviWrap {
	text-align: center;
	padding-top: 40px;
}
.irLocal_naviList {
	display: inline-block;
	padding: 0px 1.1em;
	line-height: 1.4;
	border-right: 1px solid #ef931b;
}
.irLocal_naviList:first-child {
	border-left: 1px solid #ef931b;
}
.irLocal_naviList a {
	display: block;
	text-align: center;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 1px 0px;
}
.irLocal_naviList a:hover {
	border-bottom: 1px solid #ef931b;
}
.irLocal_naviList span {
	display: inline-block;
}
@media only screen and (max-width: 640px) {
	.irLocal_naviWrap {
		display: flex;
		flex-flow: row wrap;
	}
	.irLocal_naviList {
		width: 50%;
		margin-bottom: 0.5em;
	}
	.irLocal_naviList:nth-child(2n - 1) {
		border-left: 1px solid #ef931b;
	}
	.irLocal_naviList {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0px 0.5em;
		font-size: 1.3rem;
	}
}


/* ---------------------------------------------
	/ir/index.html
--------------------------------------------- */
.p-ir-infoBox__cont-messeage {
	margin-left: 7%;
}
.p-ir-infoBox__nameArea {
	margin-top: 1.5em;
}
.p-ir-infoBox__btn-messeage {
	white-space: nowrap;
	width: 100%;
}
.p-ir-infoBox__btn-messeage a {
  padding: 0px 0.8em;
}
@media print, screen and (max-width: 640px) {
	.p-ir-infoBox__cont-messeage {
		margin-left: 0%;
	}
	.p-ir-infoBox__flex {
		align-items: center;
	}
	.p-ir-infoBox__cont {
		padding: 1em 1.5em;
	}
	.p-ir-infoBox__figure {
		display: flex;
		width: 54%;
		align-items: center;
	}
}


/* ---------------------------------------------
	/ir/corporategovernance/index.html
--------------------------------------------- */
.irGovernance_figureWrap {
	text-align: center;
}
.irGovernance_figureImg {
	max-width: 800px;
	height: auto;
}


/* ---------------------------------------------
	/ir/topmessage/index.html
--------------------------------------------- */
.irMessage_introWrap {
display: flex;
justify-content: space-between;
flex-direction: row;
}
.irMessage_introText_wrap{
width: 55%;
order: 1;
}
.irMessage_introFigure_wrap{
width: 40%;
order: 2;
}
.irMessage_introFigure_img img {
width: 100%;
height: auto;
}
.irMessage_figureCpation {
text-align: right;
margin-top: 20px;
line-height: 2;
}
.irMessage_figureCpation img {
	padding-top: 10px;
	max-width: 165px;
	height: auto;
}
.irMessage_introText_title {
	margin-bottom: 25px;
}
.irMessage_textNote {
	display: table;
	font-size: 0.8em;
	margin-top: 1em;
	white-space: nowrap;
}
.irMessage_textNote span:first-child {
	display: table-cell;
	white-space: nowrap;
	vertical-align: top;
}
.irMessage_title {
	margin: 60px 0px 30px;
}
.irMessage_title-head {
	margin-top: 0px;
}
.irMessage_textTxt {
	margin-top: 0px;
}
.irMessage_textTxt i {
	font-style: normal;
	display: inline-block;
}
.p-ir-personBox__logo {
	margin-bottom: 1em;
}
.p-ir-personBox__logo img {
	width: 200px;
	max-width: 100%;
}
.p-ir-topmessageFlex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.p-ir-topmessageFlex__txt {
	width: 58.65169%;
}
.p-ir-topmessageFlex__figure {
	width: 38.20225%;
    margin-top: 25px;
}
@media print, screen and (min-width: 641px) {
	.p-ir-personBox .p-ir-personBox__content {
	padding: 3.86517% 2.24719% 0 10.11236%;
	}
	.p-ir-topmessageFloat__figure {
		float: right;
		max-width: 268px;
		margin: 10px 0 20px 20px;
	}
}
@media print, screen and (max-width: 640px) {
	.irMessage_introWrap {
		flex-direction: column-reverse;
	}
	.irMessage_introText_wrap{
		width: 100%;
		margin-top: 0;
	}
	.irMessage_introText_title {
		margin: 3em 0px 1em;
	}
	.irMessage_introFigure_wrap{
		width: 100%;
	}
	.irMessage_figureCpation {
		font-size: 1.3rem;
		line-height: 2;
	}
	.irMessage_figureCpation img {
		width: 135px;
	}
	.irMessage_textNote{
		font-size: 1.1rem;
		max-width: none;
	}
	.irMessage_title {
		margin: 2em 0px 1em;
	}
	.irMessage_textTxt {
		margin-top: 0px !important;
	}
	.irMessage_textTxt i {
		display: inline;
	}
	.p-ir-topmessageFlex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.p-ir-topmessageFlex__txt {
		width: 100%;
	}
	.p-ir-topmessageFlex__figure {
		width: 78.26087%;
    	margin-top: 40px;
	}
	.p-ir-topmessageFloat__figure {
		margin-top: 25px;
	}
}


/* ---------------------------------------------
	/ir/strategy/index.html
--------------------------------------------- */
.irStrategy_item{
	display: flex;
	justify-content: space-between
}
.irStrategy_item_textWrap{
	width: 67%;
}
.irStrategy_item_figureWrap{
	width: 30%;
	margin-top: 25px;
}
.irStrategy_item_figureImg{
	width: 100%;
	height: auto;
}
@media print, screen and (max-width: 640px) {
	.irStrategy_wrap {
		
	}
	.irStrategy_item{
		flex-direction: column;
		justify-content: space-between
	}
	.irStrategy_item_textWrap{
		width: 100%;
	}
	.irStrategy_item_figureWrap{
		width: 100%;
		padding-left: 0%;
		padding-top: 5%;
		margin-top: 0px;
	}
}


/* ---------------------------------------------
	/ir/mtmp/index.html
--------------------------------------------- */
.mtmpTable{
	width: 90%;
	max-width: 535px;
	border-collapse: collapse;
	margin: 20px auto;
}
.mtmpTable_title {
	font-weight: 500;
	font-size: 1.2em;
	line-height: 2;
	text-align: left;
	margin-bottom: 0.5em;
}
.mtmpTable_header{
	background: #ffdfb5;
	text-align: left;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 2;
	border: 1px solid #BBBBBB;
	padding: 0.25em 1em;
}
.mtmpTable_data{
	text-align: right;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 2;
	border: 1px solid #BBBBBB;
	padding: 0.25em 1em;
}

@media print, screen and (max-width: 640px) {
	.mtmpTable{
		width: 100%;
	}
	.mtmpTable_title {
		font-size: 1.5rem;
	}
	.mtmpTable_header{
		font-size: 1.3rem;
	}
	.mtmpTable_data{
		font-size: 1.3rem;
	}
}


/* ---------------------------------------------
	/ir/feature/index.html
--------------------------------------------- */
.irFeature_wrap {}
.irFeature_item{
	display: flex;
	justify-content: space-between
}
.irFeature_item_textWrap{
	width: 62%;
}
.irFeature_item_figureWrap{
	width: 35%;
}
.irFeature_item_figureImg{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.irFeature_item_figureWrap-center{
	width: 50%;
	text-align: center;
	margin: 20px auto 0px;
}
@media print, screen and (max-width: 640px) {
	.irFeature_item{
		flex-direction: column;
		justify-content: space-between
	}
	.irFeature_item_textWrap{
		width: 100%;
	}
	.irFeature_item_figureWrap{
		width: 100%;
		padding-left: 0%;
		padding-top: 5%;
		margin-top: 0px;
	}
	.irFeature_item_figureImg{
		margin-top: 0px;
	}
	.irFeature_item_figureWrap-center{
		width: 100%;
		margin: 0 auto;
	}
}


/* ---------------------------------------------
	/ir/disclosure/index.html
--------------------------------------------- */
.irDisclosure_wrap {}


/* ---------------------------------------------
	/ir/highlight/index.html
--------------------------------------------- */
.irHighlight_wrap {}


/* ---------------------------------------------
	/ir/transition/index.html
--------------------------------------------- */
.irTransition_wrap {}


/* ---------------------------------------------
	/ir/corporategovernance/index.html
--------------------------------------------- */
.irGovernance_wrap {}
.irGovernance_figureWrap{
	text-align: center;
	margin: 40px auto 0;
}
.irGovernance_figureImg{
	width: 100%;
	max-width: 100%;
}


/* ---------------------------------------------
	/ir/library/index.html
--------------------------------------------- */
.irLibrary_wrap {}


/* ---------------------------------------------
	/ir/securities/index.html
--------------------------------------------- */
.irSecurities_wrap {}


/* ---------------------------------------------
	/ir/presentation/index.html
--------------------------------------------- */
.irPresentation_wrap {}


/* ---------------------------------------------
	/ir/businessreport/index.html
--------------------------------------------- */
.irBusiness_wrap {}


/* ---------------------------------------------
	/ir/stockinfo/index.html
--------------------------------------------- */
.irStock_wrap {}
.irStock_info{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 50%;
	margin-top: 40px;
}
.irStock_info_ttl{
	width: 60%;
	font-size: 1em;
	line-height: 2.4;
	border-bottom: 1px solid #a9a6a6;
}
.irStock_info_txt{
	width: 40%;
	font-size: 1em;
	line-height: 2.4;
	text-align: right;
	border-bottom: 1px solid #a9a6a6;
}
.irStock_info_ttl:last-of-type{
	border: none;
}
.irStock_info_txt:last-of-type{
	border: none;
}
.irStock_holder{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 40px;
}
.irStock_holder_name{
	width: 60%;
	font-size: 1em;
	line-height: 2.4;
	padding-left: 10px;
}
.irStock_holder_number{
	width: 20%;
	font-size: 1em;
	line-height: 2.4;
	text-align: right;
	padding-right: 2%;
}
.irStock_holder_ratio{
	width: 20%;
	font-size: 1em;
	line-height: 2.4;
	text-align: right;
	padding-right: 2%;
}
.irStock_holder_name-head{
	background: #fef2de;
	text-align: center;
	font-weight: 500;
	border-top: 1px solid #a9a6a6;
	border-bottom: 1px solid #a9a6a6;
	height: 3em;
	line-height: 3em;
}
.irStock_holder_number-head{
	background: #fef2de;
	text-align: center;
	font-weight: 500;
	border-top: 1px solid #a9a6a6;
	border-bottom: 1px solid #a9a6a6;
	height: 3em;
	line-height: 3em;
}
.irStock_holder_ratio-head{
	background: #fef2de;
	text-align: center;
	font-weight: 500;
	border-top: 1px solid #a9a6a6;
	border-bottom: 1px solid #a9a6a6;
	height: 3em;
	line-height: 3em;
}
.irStock_attention{
	margin-top: 20px;
}
.irStock_attention_item{
	font-size: 1em;
	line-height: 2;
	padding-left: 1.8em;
    text-indent: -1.8em;
}
.irstockinfo_figureWrap{
	text-align: center;
	margin: 40px auto 0;
}
.irstockinfo_figureImg{
	width: 50%;
}
.irStock_memo{
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
}
.irStock_memo_ttl{
	width: 40%;
    font-size: 1em;
    line-height: 2.4;
    border-bottom: 1px solid #a9a6a6;
}
.irStock_memo_txt{
	width:60%;
    font-size: 1em;
    line-height: 2.4;
    border-bottom: 1px solid #a9a6a6;
}
.irStock_table{
	width: 100%;
	font-size: 1em;
	line-height: 2;
	margin-top: 40px;
	box-sizing: border-box;
	border-collapse: separate;
	border-spacing: 0px;
}
.irStock_table_head{
	background: #ef931b;
	color: #fff;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	padding: 0.5em 1em;
	border-left: 1px solid #fff;
}
.irStock_table_head:first-child {
	border-left: 1px solid #ef931b;
	border-right: 1px solid #ef931b;
}
.irStock_table_col{
	background: #fef2de;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #a9a6a6;
	border-left: 1px solid #a9a6a6;
	border-right: 1px solid #a9a6a6;
	padding: 0.5em 1em;
	max-width: 27em;
	min-width: 12em;
}
.irStock_table_txt{
	vertical-align: middle;
	border-bottom: 1px solid #a9a6a6;
	border-right: 1px solid #a9a6a6;
	padding: 0.5em 1em;
}
.irStock_table_txt-num {
	text-align: right;
	padding-right: 6%;
}
@media print, screen and (max-width: 640px) {
	.irStock_info{
		width: 100%;
		font-size: 1.3rem;
   		line-height: 2;
	}
	.irStock_holder{
		font-size: 1.3rem;
   		line-height: 2;
	}
	.irStock_holder_name{
		width: 100%;
		border-top: 1px solid #a9a6a6;
		padding-left: 2%;
		line-height: 2;
	}
	.irStock_holder_number{
		width: 50%;
		padding-left: 2%;
		line-height: 2;
	}
	.irStock_holder_ratio{
		width: 50%;
		padding-left: 2%;
		line-height: 2;
	}
	.irStock_holder_name-head{
		width: 100%;
		border-bottom: none;
		justify-content: left;
		padding-right: 0px;
		text-align: left;
	}
	.irStock_holder_number-head{
		border-bottom: none;
		justify-content: left;
		text-align: left;
	}
	.irStock_holder_ratio-head{
		border-bottom: none;
		justify-content: left;
		text-align: left;
	}
	.irStock_attention{
		font-size: 1.3rem;
   		line-height: 2;
	}
	.irstockinfo_figureImg{
		width: 100%;
	}
	.irStock_memo{
		justify-content: space-between;
		font-size: 1.3rem;
   		line-height: 2;
	}
	.irStock_memo_ttl{
		line-height: 2.2;
	}
	.irStock_memo_txt{
		padding-left: 5%;
		line-height: 2;
	}
	.irStock_scroll{
		overflow-x: scroll;
	}
	.irStock_scroll::-webkit-scrollbar{
		height: 5px;
	}
	.irStock_scroll::-webkit-scrollbar-track{
	 	background: #F1F1F1;
	}
	.irStock_scroll::-webkit-scrollbar-thumb {
	 	background: #BCBCBC;
	}
	.irStock_table{
		width: 100%;
		min-width: 460px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		font-size: 1.3rem;
   		line-height: 2;
		word-break: break-all;
		word-wrap: break-all;
		box-sizing: border-box;
	}
	.irStock_table_head {
		padding: 0.5em;
		line-height: 2;
	}
	.irStock_table_col{
		width: auto;
		word-break: break-all;
		word-wrap: break-all;
		box-sizing: border-box;
		padding: 0.5em;
	}
	.irStock_table_txt{
		word-break: break-all;
		word-wrap: break-all;
		box-sizing: border-box;
		padding: 0.5em;
	}
	.irStock_table_txt-num {
		width: auto;
	}
}


/* ---------------------------------------------
	/ir/meeting/index.html
--------------------------------------------- */
.irMeeting_wrap {}


/* ---------------------------------------------
	/ir/calendar/index.html
--------------------------------------------- */
.irCalendar_wrap {}

.s_eirBlock{
    margin-top:60px;
    display:block;
}
.s_eirBlock:last-child{
    padding-bottom:30px;
}
.s_eirBlock:first-child{
    margin-top:0;
    padding-bottom:0;
}
.s_eirHeading {
	margin-bottom: 60px;
}

/* List */
.s_eirList{
	margin:0;
	padding:0;
	list-style:none;
}
.eir .s_eirList_item {
	/*display: flex;*/
	align-items: flex-start;
	line-height: 1.8;
	margin-top: 1.5em;
}
.eir .s_eirList_item:first-child {
	margin-top: 0px;
}
.s_eirList_item_head{
    white-space:nowrap;    
}
.s_eirList_item_body{
	display: block;
	/*flex-flow: row wrap;*/
	/*margin-left:1em;*/
}
.eirItem_child{}
.eirItem_child .eirItem_head{
    visibility:hidden;
}

.s_eirList_item_category{
	display:inline-block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.8;
	width: 7em;
	text-align: center;
	border-radius: 2px;
	margin-left: 1.2em;
}
.eir .p-ir-news__date::after {
	content: none;
}
.cat-news-tanshin{
    background-color:#ac0000;
}
.cat-news-yuho{
    background-color:#de5900;
}
.cat-news-press{
    background-color:#687ab8;
}
.cat-news-pr{
    background-color:#983698;
}
.cat-news-announcement{
    background-color:#0b6fa8;
}
.cat-news-ir_material{
    background-color:#0f3f8b;
}
.cat-sub-ir_material1 {
	background-color: #1e6a1b;
}
.cat-news-ir_material_for_fiscal_ym{
    background-color:#0f3f8b;
}
.cat-sub-custom_type_01 {
	background-color: #33829c;
}
.cat-news-cgr_ds,
.cat-news-cgr_do{
    background-color:#333;
}
.cat-news-gms{
    background-color:#333;
}
.eirItem_thumb{
	width:100%;
	margin:0;
	text-align: center;
}

.s_eirList_item_title{
    display:inline;
}
.s_eirList_item_title a:hover {
	text-decoration: underline;
	transition-duration: 0.3s;
}
.s_eirList_item_type{
    display:inline;
}
.s_eirList_item_type_icon{
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px;
    margin-left:5px;
    line-height: 15px;
    color:#FFF;
		display: none;
}
.s_eirList_item_type_icon-pdf{
    background-color:#ee3d23;
}
.s_eirList_item_type_icon-url{
    background-color:#2196F3;
    display:none;
}
.s_eirList_item_type_icon-doc,
.s_eirList_item_type_icon-docx{
    background-color:#3F51B5;
    display:none;
}
.s_eirList_item_type_icon-xls,
.s_eirList_item_type_icon-xlsx{
    background-color:#4CAF50;
    display:none;
}
.s_eirList_item_type_icon-ppt,
.s_eirList_item_type_icon-pptx{
    background-color:#FF5722;
    display:none;
}
.s_eirList_item_type_icon-zip{
    background-color:#607D8B;  
    display:none;  
}
.s_eirList_item_type_icon-space{
    display:none;
}
.s_eirList_item_type_figure{
	display: inline;
}
.s_eirList_item_type_figure_top {
	/*position: relative;*/
}
.s_eirList_item_type_figure_top::before {
/*	
	content: "";
	width: 11px;
	height: 11px;
	display: block;
	border: 1px solid #ef931a;
	position: absolute;
	top: 50%;
	left: 0.5em;
	margin-top: -5.5px;
*/	
}
.s_eirList_item_type_figure_top img {
	display: none;
}
.s_eirList_item_type_figure_image-url {
	display: inline;
}
.s_eirList_item_type_figure_image-doc,
.s_eirList_item_type_figure_image-docx,
.s_eirList_item_type_figure_image-xls,
.s_eirList_item_type_figure_image-xlsx,
.s_eirList_item_type_figure_image-ppt,
.s_eirList_item_type_figure_image-pptx,
.s_eirList_item_type_figure_image-zip,
.s_eirList_item_type_figure_image-space{
    display:none;
}
.s_eirList_item_type_figure_image{}

.s_eirList_item_new{
    display: inline-block;
    background-color:#F90;
    vertical-align: middle;
    padding: 0px 10px;
    line-height: 15px;
    color:#FFF;
}
.s_eirList_item_comment{
	width: 100%;
    font-size:80%;
	
}

/* Year Controller */
.s_yearController {
	display: table;
	position: relative;
}
.s_yearController::after {
		content: "";
		display: block;
		width: 0.6em;
		height: 0.6em;
		border-top: 2px solid #ef931b;
		border-right: 2px solid #ef931b;
		position: absolute;
		top: 50%;
		right: 1em;
		margin-top: -0.5em;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		pointer-events: none;
}
.s_eirSelect {
  padding:10px 40px 10px 10px;
	font-size: 1.8rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	position: relative;
	cursor: pointer;
}
.s_eirSelect::-ms-expand {
    display: none;
}
.s_eirAnchor{
    display: flex;
    flex-wrap:wrap;
	margin:0;
	padding:0;
	list-style:none;
}
.s_eirAnchor li{
    margin-right:20px;
}
.s_eirAnchor li:last-child{
    margin-right:0;
}
.s_eirAnchor a:before {
    display:inline-block;
    content: "";
    border: 5px solid transparent;
    border-top: 5px solid #333;
    margin-right:5px;
}


/* Newstype Controller */
.s_eirTab{
    display: flex;
    flex-wrap:wrap;
	margin:60px 0px 0px;
	padding:0;
	list-style:none;
	border-bottom:2px solid #ef931a;
}
.s_eirTab li{
	margin-right:10px;
}
.s_eirTab li:last-child{
	margin-right:0;
}
.s_eirTab li a{
	display:block;
	width:150px;
	padding:15px;
	background-color: #fdf4e8;
	border-top:2px solid #ef931a;
	border-left:2px solid #ef931a;
	border-right:2px solid #ef931a;
	border-radius: 8px 8px 0px 0px;
	color:#333;
	text-align:center;
	text-decoration:none;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.s_eirTab li.active a,
.s_eirTab li a:hover{
	color:#FFF;
	opacity: 1;
	text-decoration: none;
	background-color:#ef931a;
}

/* share */
.eir_MoreBtn_link{
    display:block;
	background-color:#FFF;
	padding:15px;
	border:1px solid #333;
	color:#333;
	text-align:center;
	text-decoration:none;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;	
}
.eir_MoreBtn_link:hover{
	color:#FFF;
	background-color:#333;
	text-decoration:none;
}
.eir_rss{
    text-align:right;
}
.eir_rss_image{
    width:16px;
}
.eir_yuhoCsv_item{
    margin-top:20px; 
}
.eir_yuhoCsv_item:first-child{
    margin-top:0; 
}
.eir_yuhoCsv_item_link{
    display:block;
    width:250px;
	background-color:#FFF;
	padding:15px;
	border:1px solid #333;
	color:#333;
	text-align:center;
	text-decoration:none;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;	
}
.eir_yuhoCsv_item_link:hover{
	color:#FFF;
	background-color:#333;
	text-decoration:none;
}
.eir_pdfNote{
    display: flex;
}
.eir_pdfNote_item{
  margin-left:1em;
	line-height: 1.35;
}
.eir_pdfNote_item img {
	width: auto;
	max-width: 100%;
}
.eir_pdfNote_item:first-child{
    margin-left:0; 
}
.eir_pnexNote_item {
	line-height: 1.8;
}
.eir_pnexNote_item-right{
    text-align:right;
}
.eir_pnexNote_item img {
	width: auto;
	max-width: 100%;
}

/* Matrix */
.s_eirMatrix_table{
	border-collapse:collapse;
    width:100%;
}
.s_eirMatrix_th,
.s_eirMatrix_td{
    width:20%;
    padding:10px;
	border-style:solid;
	border-color:#d9d9d9;
	border-width:1px;
	justify-content: center;
	align-items: center;
	text-align:center;
}
.s_eirMatrix_th{
    background-color:#eee;
}


@media screen and (max-width: 640px){
		.s_eirBlock{
			margin-top:8vw;
		}
		.s_eirHeading {
			margin-bottom: 16px;
		}
    .eir .s_eirList_item {
			display: block;
			margin-top: 1em;
    }
    .s_eirList_item_body{
			display: block;
        margin-top:0em;
        margin-left:0;
    }
		.eirItem_date {
			font-size: 120%;
		}
		.s_eirList_item_type_figure{
			display: inline;
		}
		.s_eirList_item_type_figure_image {
			width: auto !important;
		}
		.s_eirSelect{
			font-size: 15px;
			font-size: 3.8vw;
		}
		.s_yearController::after {
			width: 1.9vw;
			height: 1.9vw;
			margin-top: -1.5vw;
		}
    .s_eirTab{
        width:100%;
        justify-content: space-between;
				border-bottom: 0px none;
			margin-top: 4%;
    }
    .s_eirTab li{
        width:49%;
        margin-right:0;
        margin-top:2%;
    }
    .s_eirTab li a{
        width:auto;
				border:2px solid #ef931a;
				border-radius: 4px;
			font-size: 15px;
			font-size: 3.8vw;
			padding: 2.4vw;
    }

    .s_eirAnchor{
        width:100%;
        justify-content: space-between;
    }
    .s_eirAnchor li{
        width:20%;
        margin-right:0;
        margin-top:2%;
    }
    .s_eirAnchor li a{
        width:auto;
    }

    .eirItem_child .eirItem_head{
        display:none;
    }

	.eir_yuhoCsv_item_link{
		width:100%;
	}
    .eir_pdfNote{
        flex-direction: column;
    }
    .eir_pdfNote_item{
			margin-left:0;
			line-height: 1.8;
			font-size: 12px;
			font-size: 3.2vw;
    }
		.eir_pdfNote_item:first-child {
			margin-bottom: 0.675em;
		}
		.eir_pnexNote_item {
				font-size: 12px;
				font-size: 3.2vw;
		}
    .s_eirMatrix_table{
    	width:100%;
    }
    .s_eirMatrix_th,
    .s_eirMatrix_td{
    	word-break:break-all;
    }
}


/* ---------------------------------------------
	/index.html
--------------------------------------------- */
.eir_page_top .s_eirList_item {
	display: flex;
	flex-flow: row nowrap;
}
.eir_page_top .eirItem_date {
	font-weight: 700;
	display: inline-block;
}
.eir_page_top .s_eirList_item_category {
	width: 5.3em;
	font-size: 80%;
	vertical-align: middle;
	line-height: 1.7;
	margin: 0px 1rem;
}
.eir_page_top .s_eirList_item_body {
	margin-left: 0em;
}
.eir_page_top .eirItem_title_link {
	text-decoration: none;
}
.eir_page_top .s_eirList_item_type_figure {
	margin: 0px;
}
@media screen and (max-width: 640px){
	.eir_page_top .eirItem_date {
		min-width: 24vw;
		font-size: 4.021vw;
	}
	.eir_page_top .s_eirList_item_category {
		line-height: 1.5;
	}
	.eir_page_top .s_eirList_item {
		display: flex;
		flex-flow: column nowrap;
		margin-bottom: 2rem;
	}
}


/* ---------------------------------------------
	/ir/index.html
--------------------------------------------- */
.p-ir-contents__calender {
	display: none;
}
.eir_area_irtop_calendar .eirCalendar_figure{
	justify-content: space-around;
	padding: 0px 2em;
}
.eir_area_irtop_calendar .eirCalendar_inner{
	width: calc(50% - 1px);
}
.eir_area_irtop_calendar .eirCalendar_image {
	width: 100%;
	max-width: 368px;
}
.eir_area_irtop_calendar .eirCalendar_image-on {
	display: none;
	transition-duration: 0.3s;
}
.eir_area_irtop_calendar .eirCalendar_image-off {
	display: block;
	transition-duration: 0.3s;
}
a:hover .eir_area_irtop_calendar .eirCalendar_image-on {
	display: block;
	transition-duration: 0.3s;
}
a:hover .eir_area_irtop_calendar .eirCalendar_image-off {
	display: none;
	transition-duration: 0.3s;
}
.eir_area_irtop_calendar .eirDataArea,
.eir_area_irtop_calendar .eirCalendarNote {
	display: none;
}
@media screen and (max-width: 640px){
	.eir_area_irtop_calendar .eirCalendar_figure{
		display: none;
	}
}


/* ---------------------------------------------
	/ir/corporategovernance/
--------------------------------------------- */
.eir_area_governance .s_eirList_item{
    display: block;
    text-align:right;
}
.eir_area_governance .s_eirList_item_body {
	font-size: 1.6rem;
	margin: 30px 0px -30px;
}
@media screen and (max-width: 640px){
	.eir_area_governance .noDataText{
			display:none;
	}
	.eir_area_governance .s_eirList_item_body {
			font-size: calc(26 /750 *100vw);
	}
}


/* ---------------------------------------------
	/ir/transition/
--------------------------------------------- */
.eir_area_transition_thumbnail .eirItem_date,
.eir_area_transition_thumbnail .s_eirList_item_body {
	display: none;
}
.eir_area_transition_thumbnail .s_eirList_item_head {
	width: 100%;
	margin: 0px 0px 60px;
}

/* ---------------------------------------------
	/ir/library/
--------------------------------------------- */
.eir_page_tanshin .eirItem_child {
	margin-top: 0.5em;
}
@media screen and (max-width: 640px){
	.eir_page_tanshin .eirItem_child {
		margin-top: 0em;
	}
}

/* ---------------------------------------------
	/ir/calendar/
--------------------------------------------- */
.eir_page_calendar .s_eirHeading {
	margin-bottom: 40px;
}
.eir_page_calendar .s_eirList_item_head {
	min-width: 11em;
}
.eirCalendar_figure{
	display:flex;
	max-width: 902px;
	justify-content: space-around;
	margin:0 auto;
	padding:0;
}
.eirCalendarNote{
    margin-top:30px;
	line-height: 1.8;
}
.eir_page_calendar .eirCalendar_inner{
	width: calc(50% - 1px);
}
.eir_page_calendar .eirCalendar_image-on {
	display: none;
}
@media screen and (max-width: 640px){
	.eir_page_calendar .s_eirHeading {
		margin-bottom: 16px;
	}
	.eirCalendar_figure{
		flex-direction: column;
	}
	.eir_page_calendar .eirCalendar_inner{
			width:100%;
			text-align: center;					
	}
	.eir_page_calendar .eirCalendar_inner:first-child {
			margin-bottom: 3vw;
	}
	.eirCalendar_image{
		width:auto;
		max-width: 100%;
	}
}


/* ---------------------------------------------
	FAQ
--------------------------------------------- */
.s_eirList_item_faq-q{
    font-weight:bold;
}
.s_eirList_item_faq-q::before{
    content:'Q.';
}
.s_eirList_item_faq-a{
    padding-left:1rem;
}
.s_eirList_item_faq-a p{
    margin:0;
    padding:0;
    line-height:1.6rem;
}


/* ---------------------------------------------
	/ir/meeting/
--------------------------------------------- */
.eirItem-pickupText .eirItem_head,
.eirItem-pickupText .eirItem_title,
.eirItem-pickupText .eirItem_type,
.eirItem-pickupText .eirItem_new{
    display:none;
}
.eirItem-pickupText p{
    padding:0;
}
.eir_page_meeting .eirUseText_bind:first-child {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin-bottom: 60px;
	border-top: solid 5px #1f3693;
	border-left: solid 1px #d5d5d5;
	border-right: solid 1px #d5d5d5;
	font: 1em/1.8 "游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","游ゴシック体",YuGothic,YuGo,"メイリオ",Meiryo,sans-serif;
}
.eir_page_meeting .eirUseText_bind h4 {
	width: 25%;
	margin: 0px;
	padding: 1em 0.5em;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.8em;
	font-weight: bold;
	white-space: nowrap;
	border-right: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;
	background-color: #e8ebf4;
}
.eir_page_meeting .eirUseText_bind p {
	width: 75%;
	margin: 0px;
	padding: 1em 1.5em;
	font-size: 16px;
	font-size: 1.5rem;
	line-height: 1.8em;
	border-bottom: solid 1px #d5d5d5;
}
@media screen and (max-width: 640px){
	.eir_page_meeting .eirUseText_bind:first-child {
		margin-bottom: 8vw;
	}
	.eir_page_meeting .eirUseText_bind h4,
	.eir_page_meeting .eirUseText_bind p {
		font-size: 12px;
    font-size: 3.2vw;
	}
}


/* ---------------------------------------------
	/ir/faq/index.html
--------------------------------------------- */
.irFaq_wrap {}
.irFaq_list{
	font-size: 1em;
	line-height: 2;
}
.irFaq_list_question{
    position: relative;
	font-weight: 300;
	font-size: 1.1em;
	border-bottom: solid 3px #b9b3ab;
	margin-bottom: 5px;
}
.irFaq_list_question:after{
	position: absolute;
    content: "";
    display: block;
	border-bottom: solid 3px #ef931b;
	width: 50px;
}
.irFaq_list_answer{
	padding-left: 1em;
	margin-bottom: 30px;
}

@media print, screen and (max-width: 640px) {
	.irFaq_list{
		font-size: 1.3rem;
   		line-height: 2;
	}
}


/* ---------------------------------------------
	/ir/mailservice/index.html
--------------------------------------------- */
.irMail_wrap {}
.irMail_notes{
	width: 96%;
	height: auto;
	border: 2px solid #C3C3C3;
	padding: 20px;
	margin: 40px auto 0;
}
.irMail_notes > .irList{
	margin-top: 0;
}
.irMail_item{
	display: flex;
	justify-content: space-between
}
.irMail_item_textWrap{
	width: 67%;
}
.irMail_item_figureWrap{
	width: 30%;
}
.irMail_item_figureImg{
	width: 100%;
	height: auto;
}
.irMail_btn{
	float: none;
	text-align: center;
	margin: 0 auto;
}
@media print, screen and (max-width: 640px) {
	.irMail_item{
		flex-direction: column-reverse;
	}
	.irMail_item_textWrap{
		width: 100%;
	}
	.irMail_item_figureWrap{
		width: 100%;
		padding-top: 5%;
		margin: 0 auto;
		text-align: center;
	}
	.irMail_item_figureImg{
		width: auto;
	}
}


/* ---------------------------------------------
	/ir/mailservice/form/index.html
--------------------------------------------- */
.irForm_wrap {}


/* ---------------------------------------------
	/ir/soapn/index.html
--------------------------------------------- */
.irSoapn_wrap {}
.irSoapn_list{
	margin-bottom: 40px;
}
.irSoapn_list a[href$=".pdf"]  {
  background: url(../img/common/icon_pdf.png) no-repeat center right;
  background-size: 1em;
  display: inline-block;
  padding-right: 23px;
	margin-right: 8px;
}
.irSoapn_list_item{
	font-size: 1em;
    line-height: 2;
    border-bottom: 1px dotted #b7b7b7;
    padding: 10px 0px;
}
.irSoapn_list_item_link{
	font-size: 1em;
    line-height: 2;
}
.irSoapn_pdfNote{
    display: flex;
}
.irSoapn_pdfNote_item{
  margin-left:1em;
	line-height: 1.35;
}
.irSoapn_pdfNote_item img {
	width: auto;
	max-width: 100%;
}
.irSoapn_pdfNote_item:first-child{
    margin-left:0; 
}
@media print, screen and (max-width: 640px) {
	.irSoapn_list_item{
		font-size: 1.3rem;
		line-height: 2;
	}
	.irSoapn_list_item_link{
		font-size: 1.3rem;
		line-height: 2;
	}
	.irSoapn_pdfNote{
			flex-direction: column;
	}
	.irSoapn_pdfNote_item{
		margin-left:0;
		line-height: 1.8;
		font-size: 12px;
		font-size: 3.2vw;
	}
	.irSoapn_pdfNote_item:first-child {
		margin-bottom: 0.675em;
	}
}


/* ---------------------------------------------
	/ir/disclaimer/index.html
--------------------------------------------- */
.irDisclaimer_wrap {}
