@charset "UTF-8";
/* CSS Document */
main a{
   color:#c51e25;
   text-decoration: underline;
}
main a:hover{
   text-decoration: none;
}
.eir{
    margin-top:30px;
}
.eir:first-child{
    margin-top:0;
}

/* common */
.ir_head{
    margin-top:20px;
    float:none;
    display:block;
}
.ir_head:first-child{
    margin-top:0;
}
.ir_head-orange{
    color: #f60;
    font-size:16px;
}
.ir_paragraph:first-child {
	margin-top:0;
}
.ir_paragraph{
    margin-top:40px;
    display:block;
}
.ir_figure{
    margin-top:20px;
    text-align:center;
}
.ir_image{
    max-width:100%;
}

/* outline */
.irWrapper{
    width:990px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
}

.irContents{
    width:100%;
}

.irArticle{
    margin-top:30px;
}
.irArticle:first-child{
    margin-top:0;
}

/* Topic path */
.irTopicpathWrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap:wrap;
}
.irTopicpath_list{
    margin-left:10px;
}
.irTopicpath_list::before{
    content:">";
}
.irTopicpath_list:first-child{
    margin-left:0;
}
.irTopicpath_list:first-child::before{
    content:"";
}
.irTopicpath_list_link{
    text-decoration:none;
}
.irTopicpath_list_text{
}

/* Second layer nav */
.irSidenav{
    width: 100%;
}
.irSidenavWrapper{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 40px;
	border-bottom: 1px dotted #ccc;
}
.irSidenav_list{
	display: block;
    margin-top:10px;
	min-width: 15%;
	border: 1px solid #ddd;
}
.irSidenav_list:first-child{
    margin-left:0;
}
.irSidenav_list_link{
	font-size: 13px;
    display:block;
	width: 100%;
	text-align:center;
    padding:10px 0;
	color: #000; 
	text-decoration: none;
}
.irSidenav_list_link:hover{
	text-decoration: underline;
}
.irSidenav_list_text{
}


/* Third layer nav */
.irContentsnav{
	margin-top:40px;
}
.irContentsnavWrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap:wrap;
	justify-content: center;
}
.irContentsnav_list{
	font-size: 13px;
    margin-left:10px;
	min-width: 20%;
	border: 1px solid #cfcfcf;
}
.irContentsnav_list:first-child{
    margin-left:0;
}
.irContentsnav_list_link{
    display:block;
	min-width: 100%;
    background-color:#eee;
    padding: 10px 0;
    text-align:center;
    text-decoration:none;
    color:#000;
}
.irContentsnav_list_link:hover{
	text-decoration: underline;
}
.irContentsnav_list_text{
}


.irTop_newsArchive{
    text-align:center;
}
.irTop_newsArchive_link{
    display: inline-block;
    padding:10px 20px;
    border:1px solid #bc1f26;
    color:#bc1f26;
    text-decoration:none;
}
.irTop_newsArchive_link:hover{
    color:#FFF;
    background-color:#bc1f26;
}










.irTop_bannerWrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
}
.irTop_bannerColumn{
    width:49%;
}
.irTop_bannerColumn_link{
    display:block;
    height: 193px;
    padding: 20px;
    border:1px solid #ddd;
    color:#1F1713;
    background-size:cover;
    background-position : right bottom;
}
.irTop_bannerColumn_link-message{
    padding-right: 200px;
    background-color: #eee;
    background-image:url("./img/irtop_banner_01.png");
    background-repeat:  no-repeat;
}
.irTop_bannerColumn_link-individual{
    background-image:url("./img/irtop_banner_02.png");
}
.irTop_bannerColumn_head{
    font-size:16px;
    font-weight:bold;
    border-bottom: 1px solid #333;
}
.irTop_bannerColumn_paragraph{
    margin-top:10px;
}

.irTop_newsTitle{
    position:relative;
}
.irTop_newsTitle_button{
    position:absolute;
    right:0;
    top:10px;
}
.irTop_newsTitle_link{
    color:#1F1713;
}

.irTop_boxWrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
}
.irTop_boxColumn{
    width:49%;
    border:1px solid #ddd;
}
.irTop_boxColumn-noborder{
    border:none;
}
.irTop_boxColumn_wrapper{
    padding:20px;
}

.irTop_library{
    width:100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:10px;
}
.irTop_library_list{
    width: 49%;
    margin-top: 10px;
}
.irTop_library_list_link{
    display:block;
    padding: 20px;
    background-color:#eee;
    text-decoration:none;
    color:#1F1713;
    font-weight: bold;
    position:relative;
}
.irTop_library_list_link::after{
    position:absolute;
    content:url("./img/irtop_library_icon.png");
    top: 50%;
    right: 20px;
    margin-top: -16px;
}

.irTop_download{
    margin-top:20px;
}
.irTop_download a{
    display:block;
    width:100%;
    height:0;
    padding-bottom:30.2%;
    background-image: url("./img/irtop_download.png");
    background-repeat:no-repeat;
    background-size:cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.irTop_pickup{
    width:100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction:column;
}
.irTop_pickup_list{
    width:100%;
    margin-top: 20px;
}
.irTop_pickup_list:first-child{
    margin-top:0;
}
.irTop_pickup_list_link{
    display:block;
    padding:20px 100px 20px 20px;
    border:1px solid #ddd;
    color:#1F1713;
    background-size:cover;
    background-position : right top;
}
.irTop_pickup_list_link-stock{
    background-image:url("./img/irtop_pickup_01.png");
}
.irTop_pickup_list_link-highlight{
    background-image:url("./img/irtop_pickup_02.png");
}
.irTop_pickup_list_link-calendar{
    background-image:url("./img/irtop_pickup_03.png");
}
.irTop_pickup_list_link-contact{
    background-image:url("./img/irtop_pickup_04.png");
}
.irTop_pickup_list_head{
    font-size:16px;
    font-weight:bold;
    border-bottom:1px solid #666;
}
.irTop_pickup_list_paragraph{
    margin-top:10px;
}

.irTop_other{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content:space-around;
}
.irTop_other_list_link{
    display:block;
    position:relative;
    min-width:200px;
    padding:10px;
    border:1px solid #ddd;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
    font-size:16px;
}
.irTop_other_list_link::before {
    content: "";
    bottom: 4px;
    right: 4px;
    border-top: 1em solid transparent;
    border-right: 1em solid #333;
    position: absolute;
    z-index: 100;
}
.irTop_LinkPanel{
	width:100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}
.irTop_LinkPanel_Item{
	display: block;
	background-color: #fff;
	max-width: 280px;
	width: 100%;
	padding: 40px 0 25px;
	border: 2px solid #BC1F26;
	margin-bottom: 60px;
}

.irTop_LinkPanel_Item::before{
	display: block;
	margin: 0 auto;
	text-align: center;
}
.irTop_LinkPanel_Item-message::before{
	content: url(/ir/images/irtop_icon-message.png);
}
.irTop_LinkPanel_Item-management::before{
	content: url(/ir/images/irtop_icon-management.png);
}
.irTop_LinkPanel_Item-highlight::before{
	content: url(/ir/images/irtop_icon-highlight.png);
}
.irTop_LinkPanel_Item-library::before{
	content: url(/ir/images/irtop_icon-library.png);
}
.irTop_LinkPanel_Item-schedule::before{
	content: url(/ir/images/irtop_icon-schedule.png);
}
.irTop_LinkPanel_Item-stock::before{
	content: url(/ir/images/irtop_icon-stock.png);
}


.irTop_LinkPanel_Item_title {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
    line-height: 1.2;
	color: #BC1F26;
	margin-bottom: 20px;
}
.irTop_LinkPanel_Item_link {
	position: relative;
	display: block;
	width: 120px;
	padding: 5px;
	border: 2px solid #BC1F26;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
    line-height: 1.2;
	color: #BC1F26;
	text-decoration: none;
}
.irTop_LinkPanel_Item_link::before,
.irTop_LinkPanel_Item_link::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
}
.irTop_LinkPanel_Item_link::after {
	right: -100px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #BC1F26;
	border-right: 1px solid #BC1F26;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.irTop_LinkPanel_Item_link:hover{
	color: #fff;
	background-color: #BC1F26;
}
.irTop_LinkPanel_Item_link:hover::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.irTop_SmallLinkPanel {
	width:100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}
.irTop_SmallLinkPanel_Item {
	display: block;
	background-color: #fff;
	max-width: 280px;
	width: 100%;
	border: 2px solid #BC1F26;
	margin-bottom: 60px;
	background-repeat: no-repeat;
	background-position: left 12px center;
}
.irTop_SmallLinkPanel_Item a {
	display: block;
	padding: 25px 0 25px 80px;
	color: #BC1F26;
	text-decoration: none;
}
.irTop_SmallLinkPanel_Item a:hover {
	opacity: 0.5;
}

.irTop_SmallLinkPanel_Item-faq {
	background-image: url(/ir/images/irtop_icon-faq.png);
}
.irTop_SmallLinkPanel_Item-contact {
	background-image: url(/ir/images/irtop_icon-contact.png);
}
.irTop_SmallLinkPanel_Item-notice {
	background-image: url(/ir/images/irtop_icon-notice.png);
}
.irTop_SmallLinkPanel_Item-news {
	background-image: url(/ir/images/irtop_icon-news.png);
}
.irTop_SmallLinkPanel_Item-disclaimer {
	background-image: url(/ir/images/irtop_icon-disclaimer.png);
}
.irTop_SmallLinkPanel_Item-none{
	border: none;
}

.irIndividual_ordered{
    list-style-type: decimal;
    padding-left: 30px;
}
.irIndividual_ordered_list{
    overflow: visible;
    margin-top:10px;
}

.irGovernance_figure{
    text-align:center;
}
.irGovernance_image{
    max-width:100%;
}

.irCalendar_figure{
    text-align:center;
}
.irCalendar_figure-pc{
    display:block;
}
.irCalendar_figure-sp{
    display:none;
}
.irCalendar_image{
    max-width:100%;
}


.irInformation_table{
	width: 100%;
    background: #f4f4f4;
}
.irInformation_table_head{
	width: 30%;
	min-width:175px;
	text-align: left;
    padding: 12px;
    border: 1px solid #fff;
}
.irInformation_table_body{
	text-align: left;
    padding: 12px;
    border: 1px solid #fff;
}


.irFaq_item {}
.irFaq_item_head {
	position: relative;
	font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
	color: #bc1f26;
	padding-left: 20px;
	border-bottom: 1px solid #bc1f26;
}
.irFaq_item_head::before {
	content: 'Q';
	position: absolute;
	left: 0px;
}
.irFaq_item_body {
	position: relative;
	margin-top:5px;
	margin-left: 20px;
}
.irFaq_item_body::before {
	content: 'A';
	font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
	position: absolute;
	left: -20px;
}


.irDisclaimer_head:first-child{
    margin-top:0;
}
.irDisclaimer_head{
    margin-bottom:20px;
    float:none;
    display:block;
}
.irDisclaimer_paragraph{
    margin-bottom:20px;
    display:block;
}


@media screen and (max-width:860px){
	.irSidenav_list {
		min-width: 30%;
	}
	.irContentsnav_list {
		min-width: 40%;
	}
	
	.irTop_LinkPanel_Item{
		max-width: inherit;
		width: 48%;
	}
	.irTop_SmallLinkPanel_Item {
		max-width: inherit;
		width: 48%;
	}
}


@media screen and (max-width: 768px){
    .irContentsnav_wrapper{
        width:100%;
        flex-wrap:wrap;
    }
    .irContentsnav_column{
        width: 46%;
    }

    .irTop_bannerWrapper{
        flex-direction:column;
    }
    .irTop_bannerColumn{
        width:100%;
        margin-top:20px;
    }
    .irTop_bannerColumn:first-child{
        margin-top:0;
    }
    .irTop_bannerColumn_link{
        height: 140px;
        padding:10px;
    }
    .irTop_bannerColumn_link-message{
        background-size: contain;
        padding-right: 120px;
    }

    .irTop_boxWrapper{
        flex-direction:column;
    }
    .irTop_boxColumn_wrapper{
        padding:10px;
    }
    .irTop_boxColumn{
        width:100%;
        margin-top:20px;
    }
    .irTop_boxColumn:first-child{
        margin-top:0;
    }
    
    .irTop_library_list_link{
        padding: 14px 7px;
    }
    .irTop_library_list_link::after{
        right:7px;
    }

    .irTop_other{
        flex-direction:column;
    }
    .irTop_other_list{
        margin-top:20px;
    }
    .irTop_other_list:first-child{
        margin-top:0;
    }

    .irCalendar_figure-pc{
        display:none;
    }
    .irCalendar_figure-sp{
        display:block;
    }
}


@media screen and (max-width: 640px){
	.irSidenav_list {
		min-width: 48%;
	}
	.irContentsnav_list {
		min-width: 100%;
		margin-left:0;
		margin-bottom: 10px;
	}
	.irInformation_table_head{
		width: 100%;
		display:block;
	}
	.irInformation_table_body{
		display:block;
	}
	
	.irTop_LinkPanel_Item{
		width: 100%;
		margin-bottom: 40px;
	}
	.irTop_SmallLinkPanel_Item {
		width: 100%;
		margin-bottom: 40px;
	}
}



.s_eirBlock{
    margin-top:30px;
    display:block;
}
.s_eirBlock:last-child{
    padding-bottom:30px;
}

.s_eirBlock:first-child{
    margin-top:0;
    padding-bottom:0;
}

.s_eirList_item{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top:20px;
    padding-bottom:20px;
    border-bottom:1px solid #CCC;
}
.s_eirList_item:first-child{
    margin-top:0;
}
.s_eirList_item:last-child{
    border:0;
}

.s_eirList_item_head{
    white-space:nowrap;    
}
.s_eirList_item_body{
    margin-left:5px; 
}

.s_eirList_item_category{
	display:inline-block;
	width:100px;
	background-color:#bc1f26;
	vertical-align:top;
	margin-left:5px;
	padding:3px 0;
	text-align:center;
	color:#FFF;
	font: 0.6rem 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
}

.s_eirList_item_thumbnail{
	width:●px;
	height:auto;
	margin:0;
	border:1px solid #ccc;
}

.s_eirList_item_title{
    display:inline;
}
.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;
    font: 0.6rem 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
}
.s_eirList_item_type_icon-pdf{
    background-color:#ee3d23;
}
.s_eirList_item_type_icon-url{
    background-color:#2196F3;
}
.s_eirList_item_type_icon-doc,
.s_eirList_item_type_icon-docx{
    background-color:#3F51B5;
}
.s_eirList_item_type_icon-xls,
.s_eirList_item_type_icon-xlsx{
    background-color:#4CAF50;
}
.s_eirList_item_type_icon-ppt,
.s_eirList_item_type_icon-pptx{
    background-color:#FF5722;
}
.s_eirList_item_type_icon-zip{
    background-color:#607D8B;    
}
.s_eirList_item_type_icon-space{
    display:none;
}
.s_eirList_item_type_figure{
    display:none;
    margin-left:5px;
}
.s_eirList_item_type_figure_image{
    height:15px;
    vertical-align:middle;
}

.s_eirList_item_new{
    display: inline-block;
    background-color:#F90;
    vertical-align: middle;
    padding: 0px 10px;
    line-height: 15px;
    color:#FFF;
    font: 0.6rem 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
}
.s_eirList_item_comment{
    font-size:0.8rem;
}

/* Year Controller */
.s_eirSelect{
    padding:10px 40px 10px 10px;
    border: 1px solid #767676;
    width: auto;
    -webkit-appearance: auto;
}
.s_eirAnchor{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap:wrap;
}
.s_eirAnchor li{
    margin-left:20px;
}
.s_eirAnchor li:first-child{
    margin-left: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: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap:wrap;
    list-style:none;
}
.s_eirTab li{
	margin-left:20px;
}
.s_eirTab li:first-child{
	margin-left:0;
}
.s_eirTab li a{
	display:block;
	width:150px;
	padding:10px 0;
	background-color:#eee;
	border-bottom:4px solid transparent;
	color:#333;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	outline: none;
    box-shadow: 0 0 0 1px #ccc;
	-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{
	border-bottom:4px solid #bc1f26;
}

/* Governance */
.eir_area_governance .s_eirList_item{
    display: block;
    text-align:right;
}
.eir_area_governance .noDataText{
    display:none;
}

/* IR Calendar */
.eirCalendar_figure{
    text-align:center;
}
.eirCalendar_figure-pc{
    display:block;
}
.eirCalendar_figure-sp{
    display:none;
}
.eirCalendar_image{
    max-width:100%;
}
.eirCalendarNote{
    margin-top:30px;
}

/* 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;
	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: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.eir_pdfNote_item{
    margin-left:10px; 
}
.eir_pdfNote_item:first-child{
    margin-left:0; 
}
.eir_pnexNote_item-right{
    text-align:right;
}



@media screen and (max-width: 768px){
    .s_eirList_item{
        flex-direction: column;
    }
    .s_eirList_item_body{
        margin-top:10px;
    }

    .s_eirTab{
        width:100%;
        justify-content: space-between;
    }
    .s_eirTab li{
        width:49%;
        margin-left:0;
        margin-top:2%;
    }
    .s_eirTab li a{
        width:auto;
    }

    .s_eirAnchor{
        width:100%;
        justify-content: space-between;
    }
    .s_eirAnchor li{
        width:25%;
        margin-left:0;
        margin-top:2%;
    }
    .s_eirAnchor li a{
        width:auto;
    }
    
    .eir_pdfNote{
        flex-direction: column;
    }
    .eir_pdfNote_item{
        margin-left:0; 
    }

    .eirCalendar_figure-pc{
        display:none;
    }
    .eirCalendar_figure-sp{
        display:block;
    }
}

