/* CSS Document */

.p-ir_index_top{
	border-top: #c0c5cc 2px solid;
	background-color: #fff;
	border-bottom: #C0C5CC 1px solid;
	box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.12);
	position: relative;
}
.p-ir_index_top .inner{
	position: relative;
	padding-top: 2.25rem;
	padding-bottom: 1rem;
}
.p-ir_index_top .inner::before{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #e6002d;
	position: absolute;
	top:-2px; left: 0px;
}

.p-ir_current_info{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	max-height: 400px;
}
.p-ir_current_info__heading{
	flex: 0 0 auto;
	height: 86px;
	background-color: #818c9a;
	color: #fff;
	text-align: center;
	position: relative;
}
.p-ir_current_info__heading::after{
	content: "";
	display: block;
	box-sizing: content-box;
	position: absolute;
	left: 50%; bottom: 0px;
	border-style: solid;
	border-color: transparent transparent #fff;
	border-width: 0px 10px 8px 10px;
	margin-left: -10px;
}
.p-ir_current_info__link{
	flex: 1 0 auto;
	height: calc(100% - 86px);
	padding: 0.4375rem 1rem;
	overflow-y: auto;
}

.sp .p-ir_current_info{
	display: block;
	max-height: inherit;
}
.sp .p-ir_current_info__link{
	height: auto;
}

.p-ir_current_info__heading h3{
	font-size: 1.375rem;
	line-height: 1;
	padding: 0.75rem 0.5rem 0.75rem 0;
	border-bottom: #c0c5cc 1px solid;
}

/*for IE11 Bug*/
@media all and (-ms-high-contrast:none){ /* IE11 */
  *::-ms-backdrop, .p-ir_current_info__heading h3 {
		padding: 1rem 0.5rem 0.5rem 0;
	}
}

.p-ir_current_info__period{
	font-size: 0.875rem;
	line-height: 1;
	padding: 0.75rem 0.5rem 0.75rem 0;
	letter-spacing: 0.03em;
}
.p-ir_current_info__link ul.link li{
	font-size: 0.875rem;
	/*line-height: 1.5;*/
	padding-bottom: 0.5rem;
	margin: 0.5rem 0 0.625rem;
	border-bottom: #ccc 1px solid;
}
.p-ir_current_info__link ul.link li a{
	color: #212121;
}

/*p-ir_calendar*/
.p-ir_calendar{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.p-ir_calendar__heading{
	border-top: #ccc 1px solid;
	padding: 1rem 0 0;
	flex: 1 0 auto;
}
.p-ir_calendar__heading h3{
	font-size: 1rem;
	padding: 0 0 0 0.875rem;
	line-height: 1;
	background: url("/common/image/arrow_red.png") no-repeat 0px 0.1875rem;
}
.p-ir_calendar__heading a{
	text-decoration: none;
	color: #212121;
}
.p-ir_calendar__heading a:hover{
	text-decoration: underline;
}

.p-ir_calendar__content{
	flex: 0 0 auto;
	height: 180px;
	position: relative;
	overflow: auto;
	padding: 0.75rem 1rem;
	font-size: 0.8125rem;
	line-height: 1.5;
}

.sp .col3 .col.p-ir_calendar{
	width: 100% !important;
}
.sp .p-ir_calendar__heading{
	margin-bottom: 1rem;
}
.sp .p-ir_calendar__content{
	height: auto;
}

.p-ir_calendar__label{
	display: flex;
	justify-content: space-between;
}
.p-ir_calendar__shoulder{
	flex: 0 0 auto;
	width: auto;
	font-size: 0.75rem;
	margin-top: 2px;
}
.p-ir_calendar__shoulder a{
	display: inline-block;
	padding-right: 15px;
	background:  url("/common/image/arrow_red.png") no-repeat 100% 0.0625rem;
	color: #212121;
	line-height: 1;
}
.p-ir_calendar__shoulder a:hover{
	text-decoration: underline;
}
.p-ir_calendar__content h4{
	font-size: 1rem;
}
.p-ir_calendar__txt dt{
	margin: 0.75rem 0 0.25rem;
	font-weight: 600;
}
.p-ir_calendar__txt dd li{
	margin: 0.125rem 0;
}
/*p-stock_data*/
/*.p-stock_data {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.p-stock_data__heading{
	border-top: #ccc 1px solid;
	padding: 0.875rem 0 0;
	flex: 1 0 auto;
}
.p-stock_data__heading h3{
	font-size: 1rem;
	padding: 0 0 0 0.875rem;
	line-height: 1;
	background: url("/common/image/arrow_red.png") no-repeat 0px 0.1875rem;
}
.p-stock_data__heading a{
	text-decoration: none;
	color: #212121;
}
.p-stock_data__heading a:hover{
	text-decoration: underline;
}
.p-stock_num{
	font-size: 0.75rem;
	line-height: 1;
	padding:0.25rem 0;
}
.p-stock_data__graph .img{
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0.75rem 0;
}*/
.p-stock_data__graph{
	height: 140px;
	overflow: hidden;
	padding: 5px 5px 0;
}

/*.sp .p-stock_data__heading{
	margin-bottom: 1rem;
}*/
.sp .p-stock_data__graph{
	height: auto;
}

/*p-news_area*/
.p-news_area{
	padding-bottom: 2.5rem;
}

/*p-news_heading_area*/
.p-news_heading_area{
	padding: 1.25rem 0 1.375rem;
	display: flex;
	justify-content: space-between;
}
h2.p-news__heading{
	font-size: 1.25rem;
}
.p-news_heading__shoulder{
	font-size: 0.9375rem;
}
.p-news_heading__shoulder ul.link li{
	background: url("/common/image/arrow_red_large_reverse.png") no-repeat 0px 0.125rem;
	display: inline-block;
	margin-left: 1rem;
	margin-bottom: 0;
	padding-left: 1rem;
}
.p-news_heading__shoulder ul.link a{
	color: #212121;
	text-decoration: none;
}
.p-news_heading__shoulder ul.link a:hover{
	text-decoration: underline;
}
.p-news_area__attention{
	font-size: 0.9375rem;
	line-height: 1.5;
	padding: 0.5625rem 0 0.5rem;
	border-bottom: #9ea6b1 1px solid;
	text-align: center;
}

/*ir_news*/
.p-news_area__wrap{
	background-color: #fff;
	border: #9ea6b1 1px solid;
	height: 19.5rem;
	overflow: auto;
	margin-bottom: 1.5rem;
}
.p-ir_news .p-news_area__body{
	padding: 0.9375rem 1.875rem 0;
}
.p-ir_news .p-news_area__body dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 0.9375rem;
	align-items: flex-start;
}
.p-ir_news .p-news_area__body dt{
	flex: 0 0 auto;
	width: 8.5rem;
	margin-top: 0;
	margin-bottom: 0.875rem;
}
.p-ir_news .p-news_area__body dd{
	flex: 1 0 auto;
	width: calc(100% - 8.5rem);
	position: relative;
	padding-left: 8.5rem;
	margin-bottom: 0.875rem;
	background: url("/common/image/arrow_red.png") no-repeat 7.5rem 0.4375rem;
}
.p-ir_news .p-news_area__body dd .tag{
	display:inline-block;
	position: absolute;
	left: 0px; top:-0.125rem;
	background-color: #818c9a;
	border-radius: 3px;
	width: 7rem;
	text-align: center;
	padding: 0.375rem 0;
	line-height: 1;
	font-size: 0.875rem;
	color: #fff;
}
.p-ir_news .p-news_area__body dd .tag.blue{
	background-color: #4886d2;
}
.p-ir_news .p-news_area__body dd a{
	color: #212121;
	text-decoration: none;
}

.p-ir_news .p-news_area__body dd a:hover{
	text-decoration: underline;
}

/*bn*/
.p-bn_governance{
	letter-spacing: -0.1em;
}

/*p-content_group*/

.p-content_group{
	border: #818c9a 1px solid;
	background-color: #fff;
}
.p-content_group a{
	text-decoration: none;
}
.p-content_group a:hover{
	text-decoration: underline;
}
.p-content_group__label{
	background-color: #818c9a;
	padding: 0.875rem 0 1rem;
	text-align: center;
}
h3.p-content_group__label{
	font-size: 1.375rem;
}
.p-content_group__label a{
	color: #fff;
}
.p-content_group__content{
	padding: 1.25rem 1.5rem 1rem;
}
.p-content_group__content ul.link li{
	margin-bottom: 0.875rem;
}
.p-content_group__content a{
	color: #212121;
}

/*.p-content_group dt{
	flex: 0 0 auto;
	width: 232px;
	min-height: 180px;
	background-color: #818c9a;
	padding: 1.25rem 0;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	position: relative;
}*/
/*.p-content_group dd{
	flex: 0 0 auto;
	width: calc(100% - 232px);
	padding: 1.4375rem 1.5rem 0.875rem;
}
.p-content_group dt h3{
	font-size: 1.375rem;
}
.p-content_group dt a{
	color: #fff;
	text-decoration: none;
}
.p-content_group dt a:hover{
	text-decoration: underline;
}

.p-content_group dt.stockholder{
	background-image: url("../image_v4/icon_stockholder.svg");
}
.p-content_group dt.library{
	background-image: url("../image_v4/icon_library.svg");
}

.p-content_group dd ul.link li{
	margin-bottom: 0.875rem;
}
.p-content_group dd a{
	color: #212121;
}
*/
/*p-ir_caution*/
.p-ir_caution{
	padding: 1.375rem 0 1.5rem;
}
.p-ir_caution dt{
	flex: 0 0 auto;
	width: 6rem;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.7;
}
.p-ir_caution dd{
	flex: 1 0 auto;
	width: calc(100% - 6rem);
	font-size: 0.8125rem;
	line-height: 1.7;
}

/*===sp=======================*/
.sp .p-ir_index_top{
	border-top: none;
	border-bottom: none;
	box-shadow: none;
}
.sp .p-ir_index_top .inner{
	padding-top: 0;
}
.sp .p-ir_index_top .inner::before{
	display: none;
}

.sp .p-news_area{
	/*padding-left: 1.25rem;
	padding-right: 1.25rem;*/
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}
.sp .p-news_area__wrap{
	padding: 0 0.5rem;
	-webkit-overflow-scrolling: touch;
	/*background-color: inherit;
	border: none;
	height: auto;*/
}
.sp .p-ir_news .p-news_area__body{
	padding: 0.875rem 0 0;
}
.sp .p-ir_news .p-news_area__body li{
	padding-left: 0;
	padding-top: 2rem;
}

.sp .col3 .col.p-content_group{
	width: 100% !important;
}
/*
.sp .p-content_group dt,
.sp .p-content_group dd{
	width: 100%;
}
*/

.sp .p-ir_caution .inner{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.sp .p-ir_caution dt,
.sp .p-ir_caution dd{
	width: 100%;
	padding-left: 0 !important;
}

.sp .p-ir_news .p-news_area__body dl{
	display: block;
}
.sp .p-ir_news .p-news_area__body dt{
	width: auto;
	margin-bottom: 0.5rem;
}
.sp .p-ir_news .p-news_area__body dd{
	width: 100%;
	padding-left: 7rem !important;
	margin-bottom: 0.5rem;
	background-position: 6rem 0.375rem;
}
.sp .p-ir_news .p-news_area__body dd .tag{
	font-size: 0.75rem;
	width: 5.5rem;
	/*top:0px;*/
}