@charset "utf-8";
/* CSS Document */

/*共通スタイル*/
#page-ir .irTitle {
	font-size: 30px;
    text-align: center;
    line-height: 1.4;
}

#page-ir .irText {
	font-size: 14px;
    line-height: 1.6;
}

#page-ir .irImgWrapp {
	text-align: center;
}

#page-ir .irContentsTitle {
	font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 12px;
    margin-bottom: 17px;
}

#page-ir .irContentsSubTitle {
	color: rgb(198, 25, 26);
    font-size: 16px;
    margin-bottom: 13px;
}

#page-ir .irTextWrapp {
	margin-top: 25px;
	margin-bottom: 40px;
	padding: 25px 0px;
    border-top: 1px solid #ccc;
}

#page-ir .eirPageTitle {
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
	font-size: 30px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}

.ir-container {
	padding-top: 145px !important;
}

.ir_tab {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    width: 960px;
    margin: 30px auto 20px;
}

.ir_tabList {
    width: 160px;
    margin: 0 3px;
}

.ir_tabList a.active {
    color: #fff;
    border: 3px solid #000;
    background: #000;
    position: relative;
}

.ir_tabList a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    color: #bebebe;
    border: 3px solid #ececec;
    background: rgba(255, 255, 255, 0.85);
    padding: 10px 0;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 16px;
    text-decoration: 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;
}

.ir_tabList a.active::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #000;
    position: absolute;
    bottom: -15px;
	left: 50%;
    margin-left: -15px;
}

.ir_tab .longTabList {
	width: 225px;
}

.ir-information {
	background-image: url(/wp-content/uploads/2018/12/irtop_img03.png);
	background-size: cover;
    background-attachment: fixed;
}

.ir-information .title-wrap:after {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff url(/wp-content/uploads/2018/12/irtop_img03.png) no-repeat center;
    overflow: hidden;
    z-index: 5;
    left: 0px;
    background-size: cover;
    top: 0px;
	background-position: left;
    background-attachment: fixed;
}


@media screen and (max-width: 768px) {
	.ir_tab {
    	width: 100%;
    	flex-wrap: wrap;
    	justify-content: space-between;
	}
	
	.ir_tabList {
    	width: 48%;
    	margin-bottom: 10px;
	}
	
	.ir_tab .longTabList {
		width: 100%;
	}
	
	.ir_tabList a.active::after {
		content: none;
	}
	
	.ir-information {
	 	background-size: 100%;
    	background-position: center bottom;
	}
}



/*IR情報*/
#page-ir .irTopLinkWrapp {
	display: flex;
	width: 960px;
    height: 270px;
    margin: 0 auto;
    background:none;
    border: none;;
    box-sizing: border-box;
    padding: 0px;
    position: relative;
	margin-bottom: 35px;
}

#page-ir .irTopLinkWrapp_LinkBox {
	width: 470px;
	height: 270px;
	display: block;
	background-color: #fff;
	border: 2px solid #ebe4e4;
	box-sizing: border-box;
	opacity: 0.8;
	text-decoration: none;
	margin-left: 20px;
}

#page-ir .irTopLinkWrapp_LinkBox:first-child {
	margin-left: 0;
} 

#page-ir .irTopLinkWrapp_LinkBox:hover {
	text-decoration: none;
}

#page-ir .irTopLinkWrapp_LinkBox:visited {
	text-decoration: none;
}

#page-ir .irTopLinkWrapp_LinkBox_title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 15px;
}

#page-ir .irTopLinkWrapp_LinkBox_title_underText {
	text-align: center;
	font-size: 22px;
	padding-bottom: 43px;
	font-weight: bold;
}

#page-ir .irTopLinkWrapp_LinkBox_title_underText_color {
	color: #c6191a;
}

#page-ir .irTopLinkWrapp_LinkBox_subTitle {
	padding: 30px 0 40px 0;
	margin: 0 25px;
	border-top: 1px solid #ebe4e4;
}


#page-ir .titleRightText {
	padding-top: 35px;
}

#page-ir .topTitlebottomBorder {
	padding-bottom: 26px;
}

#page-ir .irArea {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 35px;
	padding-bottom: 35px;
	opacity: 0.8;
	background-color: #fff;
}

#page-ir .irArea:first-child {
	margin-top: 35px;
}

#page-ir .irTopSubTitle {
	font-size: 22px;
	padding-top: 21px
}

#page-ir .irTopSubTitle_underText {
	color: #c6191a;
}

#page-ir .irTopTitle {
	font-size: 36px;
	font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #c6c6c6;
    padding: 40px 0 35px 0;
	margin-bottom: 40px;
}

#page-ir .irArea_wrapp {
	margin: 0 25px;
}

#page-ir .irTop-newsLinkBox {
	flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

#page-ir .irTop-newsLinkBox_linkBtn {
	width: 279px;
	height: auto;
	/*height: 420px;*/
	background-color: #fff;
	border: 4px solid #ebebeb;
	box-sizing: content-box;
	margin-bottom: 30px;
}

#page-ir .irTop-libraryLinkBox_linkBtn:last-child {
	border: none;
}

#page-ir .irTop-libraryLinkBox {
	display: flex;
}

#page-ir .irTop-libraryLinkBox_linkBtn {
	display: block;
	width: 228px;
	border-right: 1px solid #cccccc;
	text-decoration: none;
	position: relative;
}

#page-ir .irTop-libraryLinkBox_linkBtn::after {
	content: "";
	background-image: url(/wp-content/uploads/2018/12/irtop_img02.jpg);
	width: 9px;
	height: 15px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	margin-right: 14px;
	
}

#page-ir .irTop-libraryLinkBox_linkBtn_title {
	padding-top: 35px;
	padding-bottom: 10px;
	font-size: 22px;
	color: #646464;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

#page-ir .irTop-libraryLinkBox_linkBtn_subTitle {
	color: #c6191a;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 30px;
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
}

#page-ir .irTop-libraryLinkTitlePt {
	padding-top: 55px;
}

#page-ir .irTop-libraryLinkSubTitlePt {
	padding-top: 37px;
}

#page-ir .newDlLinkBox {
	margin: 0 auto;
	margin-top: 50px;
	width: 445px;
}

#page-ir .newDlLinkBox_linkBtn {
	display: block;
	height:50px;
	border: 3px solid #c6191a;
	color: #c6191a;
	text-align: center;
	padding-top: 12px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

#page-ir .newDlLinkBox_linkBtn::before {
	content: "";
	background-image: url(/wp-content/uploads/2018/12/irtop_img01.jpg);
	width: 27px;
	height: 24px;
	z-index: 100;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}


#page-ir .irTopTitle_Box {
	margin-bottom: 0;
}

.columnBox_text {
	letter-spacing: 1.2px;
	line-height: 1.5;
}

.irtop_3column {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 910px;
    margin: auto;
}
.irtop_3column .irtop_3columnBox {
	width: 280px;
	height: 280px;
	background: #fff;
	opacity: .8;
	border: 4px solid #ebebeb;
	padding: 25px;
	margin-bottom: 35px;
}
.irtop_3column .columnBox {
	height: 100%;
	border-left: 10px solid #c71d1e;
	padding-left: 20px;
	position: relative;
}
.irtop_3column .columnBox .columnBox_title {
	font-size: 28px;
	margin-bottom: 10px;
}
.irtop_3column .columnBox .columnBox_title span {
	color: #c71d1e;
}
.irtop_3column .columnBox .columnBox_subTitle {
	color: #646464;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.irtop_3column .columnBox .columnBox_link {
	position: absolute;
	bottom: 0;
	width: 192px;
    text-align: center;
    border: 3px solid #c71d1e;
    padding: 12px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
	color: #c71d1e;
	text-decoration: none;
}
.irtop_3column .columnBox .columnBox_link:hover {
	opacity: .8;
}

.irtop_bottom {
	width: 910px;
    margin: 10px auto;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
}

.irtop_bottom .irtop_bottomBox {
	border: 3px solid #c71d1e;
    margin: 0 20px 20px;
    width: 300px;
	text-align: center;
}
.irtop_bottom .irtop_bottomBox a {
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
	color: #c71d1e;
	text-decoration: none;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	display: block;
}
.irtop_bottom .irtop_bottomBox a:hover {
	opacity: .8;
}
.irtop_bottom .irtop_bottomBox a span {
	position: relative;
}
.irtop_bottom .irtop_bottomBox a span::after {
	content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: -70px;
    width: 16px;
    height: 15px;
    border-right: 2px solid #c71d1e;
    border-top: 2px solid #c71d1e;
    transform: -webkit-rotateZ(45deg);
    transform: -moz-rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sp-titleBr {
	display: block;
}

.sp-br {
	display: none;
}


/*株主・投資家の皆様へ*/
#page-ir .messageCeoText {
	text-align: right;
	margin-top: 20px;
}



/*コーポレートガバナンス*/
#page-ir .eirContents_governance {
	text-align: right;
}

#page-ir .irGovernanceTitle {
	font-size: 30px;
    text-align: center;
    border-bottom: 1px solid #c6c6c6;
    padding: 20px 0;
}

#page-ir .irGovernanceImgWrapp {
	margin-top: 40px;
	text-align: center;
}



/*ディスクロージャーポリシー*/
.disclosureText {
	margin-bottom: 40px;
}





/*個人投資家の皆様へ*/
#page-ir .individualImgBox {
	margin: 40px 0;
}


/*電子公告*/
#page-ir .noticeBox {
	margin-bottom: 1em;
	padding-bottom: 0;
}


/*免責事項*/
#page-ir .legalnoticeText {
	margin-bottom: 25px;
}


/*株式情報*/
#page-ir .overviewTable {
	border: 1px solid #ccc;
	width: 898px;
}

#page-ir .overviewTable th,
#page-ir .overviewTable td {
	padding: 25px;
	border: 1px solid #ccc;
}

#page-ir .overviewTable th {
	text-align: center;	
}


/*よくあるご質問*/

#page-ir .faqList {
	border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#page-ir .faqList dt {
	font-size: 14px;
	padding-left: 2.5em;
    text-indent: -1.5em;
}

#page-ir .faqList dt::before {
	content: "Q.";
	font-weight: bold;
	font-size: 14px;
    line-height: 1.6;
	margin-right: 5px;
}

#page-ir .faqList dd {
	margin-top: 20px;
	font-size: 14px;
	padding-left: 2.5em;
    text-indent: -1.5em;
}

#page-ir .faqList dd::before {
	content: "A.";
	font-weight: bold;
	font-size: 14px;
    line-height: 1.6;
	color: rgb(198, 25, 26);
	margin-right: 5px;
}


/* tab */

.ir_tab {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
	justify-content: center;
	width: 960px;
    margin: 30px auto 20px;
}
.ir_tabList {
	width: 160px;
	margin: 0 3px;
}
.ir_tabList a {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
	justify-content: center;
	color: #bebebe;
	border: 3px solid #ececec;
	background: rgba(255, 255, 255, 0.85);
	padding: 10px 0;
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-size: 16px;
	text-decoration: 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;
}
.ir_tabList a:hover {
	color: #fff;
	border: 3px solid #000;
	background: #000;
}
.ir_tabList a.active {
	color: #fff;
	border: 3px solid #000;
	background: #000;
	position: relative;
}

.irArea .columnBox_link {
	display: block;
    margin: auto;
	bottom: 0;
	width: 192px;
    text-align: center;
    border: 3px solid #c71d1e;
    padding: 12px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
	color: #c71d1e;
	text-decoration: none;
}
 .irArea .columnBox_link:hover {
	opacity: .8;
}



@media screen and (max-width: 768px) {
	.irArea {
		width: 100%;
	}
	
	#page-ir img,
	#page-ir .individualImgBox {
		max-width: 100%;
	}
	#page-ir .irTopLinkWrapp {
		display: block;
		width: 100%;
		height: auto;
	}
	
	#page-ir .irTopLinkWrapp_LinkBox {
		display: block;
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-bottom: 15px;
	}
	
	#page-ir .irTopLinkWrapp_LinkBox_title {
		font-size: 27px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	#page-ir .irTopLinkWrapp_LinkBox_title_underText {
		font-size: 17px;
		padding-bottom: 20px;
	}
	
	#page-ir .irTopLinkWrapp_LinkBox_subTitle {
		padding: 15px 10px 20px 15px;
		margin: 0 10px 0 15px;
		font-size: 12px;
	}
	.ir-container {
		padding-top: 0px !important;
	}
	
	.irtop_3column {
		width: 100%;
	}
	.irtop_bottom {
		width: 100%;
	}
	.eir_area_irtop #page-news .block-news .slider-content {
		margin: 0 auto 40px;
	}
	.irtop_3column .irtop_3columnBox {
		width: 100%;
		height: auto;
	}
	.irtop_3column .columnBox {
		border: none;
		padding: 0;
	}
	.irtop_3column .columnBox .columnBox_link {
		width: 100%;
	}
	
	.ir_tab {
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0px auto 20px;
	}
	.ir_tabList a.active::after {
		display: none;
	}
	.ir_tabList {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.sp-titleBr {
		display: none;
	}
	.irtop_3column .columnBox .columnBox_title {
		font-size: 23px;
	}
	
	.irtop_3column .columnBox .columnBox_subTitle {
		font-size: 15px;
	}
	
	.irtop_3columnBox {
		position: relative;
	}
	
	.irtop_3column .columnBox .columnBox_link {
		margin-top: 20px;
		position: static;
		display: block;
	}
	
	
	
}



@media screen and (max-width: 960px) {
	.sub-page.ir-information .title-wrap {
		display: none !important;
	}
	.ir-container {
		padding-top: 0px !important;
	}
	
	#page-ir .irArea {
		width: 100%;
	}
	
	#page-ir .irTop-newsLinkBox_linkBtn {
    width: 48%;
	}
	#page-ir .irTop-newsLinkBox_linkBtn:nth-child(4) {
	margin-top: 0px;
	}

	#page-ir .irTop-newsLinkBox_linkBtn:nth-child(5) {
		margin-top: 0px;
	}

	#page-ir .irTop-newsLinkBox_linkBtn:nth-child(6) {
		margin-top: 0px;
	}
	
	#page-ir .irTop-newsLinkBox_linkBtn_imgBox {
		width: 100%;
		height: 157px;
		background-size: cover;
	}
	#page-ir .irGovernanceTitle {
		font-size: 21px;
	}
	
	#page-ir .overviewTable {
		width: 100%;
	}
	
	#page-ir .overviewTable th,
	#page-ir .overviewTable td {
		padding: 5px;
		border: 1px solid #ccc;
	}
}


@media screen and (max-width: 460px) {
	#page-ir .irTop-newsLinkBox_linkBtn {
    	width: 100%;
	}
	
	#page-ir .irTop-newsLinkBox {
    	display: block;
	}
	
	#page-ir .irTop-newsLinkBox_linkBtn_imgBox {
		height: 90px;
	}
	#page-ir .irTop-libraryLinkBox {
    	display: block;
	}
	
	#page-ir .irTop-libraryLinkBox_linkBtn {
		width: 100%;
		border-bottom: 1px solid #cccccc;
		border-right: none;
	}
	
	#page-ir .newDlLinkBox {
		margin: 0 auto;
		margin-top: 50px;
		width: 100%;
	}
	.sp-br {
		display: block;
	}
	
	#page-ir .newDlLinkBox_linkBtn::before {
    	display: block;
		margin: 0 auto 10px;
	}
	
	#page-ir .newDlLinkBox_linkBtn {
    height: auto;
	padding: 12px;
	}
	
	#page-ir .irTop-libraryLinkTitlePt,
	#page-ir .irTop-libraryLinkBox_linkBtn_title {
		padding-top: 30px;
	}
	
	#page-ir .irTop-libraryLinkSubTitlePt,
	#page-ir .irTop-libraryLinkBox_linkBtn_subTitle {
		padding-top: 0;
	}
	
	#page-ir .irTopTitle {
		margin-bottom: 0;
	}
	
	#page-ir .newDlLinkBox {
		margin-top: 0;
	}
	#page-ir .irTop-newsLinkBox {
		margin-top:40px;
	}
}


