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

ul.lowerMenu {
	margin: 0 0 40px;
	list-style: none;
	text-align: center;
    padding: 0;
}
.lowerMenu_item {
	list-style: none;
	display: inline-block;
}
.lowerMenu_item+.lowerMenu_item {
	list-style: none;
	display: inline-block;
	margin-left: 20px;
}
a.lowerMenu_item_link {
	font-size: 18px;
	color: #333 !important;
	font-weight: bold;
}
a.lowerMenu_item_link:hover {
	color: #3A7FA6 !important;
}

@media (max-width: 768px) {
.lowerMenu_item {
	display: block;
}
.lowerMenu_item+.lowerMenu_item {
	display: block;
	margin-left: 0;
}
}

.irTable td, .irTable th {
	border: 1px solid #bbb;
	padding: 10px 15px 7px;
	line-height: 2.2;
	background: #fff;
	word-break: break-all;
}
.irTable th {
	background: #ddd;
	font-weight: normal;
	width: 30%;
}
.presidentMess {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}
.presidentMess_text {}
.presidentMess_photo {
	width: 166px;
	margin-left: 40px;
}
@media (max-width: 768px) {
	.presidentMess {
		display: block;
		text-align: center;
	}
	.presidentMess_text {}
	.presidentMess_photo {
		width: auto;
		margin-left: 0;
	}
}
.containerIR {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.containerIR #bread_crumb {
	width: 100%;
	max-width: 1110px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
}
.containerIR .page-title {
	width: 100%;
	max-width: 1110px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
}
.irTitle {}
h3.irTitle_big {
	font-size: 28px;
	color: #333;
	line-height: 1em;
	border-bottom: none;
	padding: 0;
	margin: 0;
}
.irTitle_small {
	font-size: 13px;
	color: #3a7fa6;
	line-height: 1em;
	margin-top: 10px;
	font-weight: bold;
	display: block;
}
a.irLinkBtn {
	display: inline-block;
	background: #aaaaaa;
	color: #fff !important;
	text-align: center;
	padding: 10px 40px 10px 20px;
	border-radius: 4px;
	position: relative;
}
a.irLinkBtn:hover {
	background: #3A7FA6;
}
a.irLinkBtn::after {
	content: "≫";
	font-style: 14px;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
}
.topMessArea {
	width: 100%;
	max-width: 1110px;
	padding: 0 15px;
	margin: 0 auto;
}
.topMess {
	display: block;
	width: 100%;
	height: 280px;
	background: url(/ir/img/ir_mess_bk.png) no-repeat top center / cover;
	position: relative;
}
.topMess:hover {
	opacity: 0.7;
}
.topMess::after {
	content: "";
	display: block;
	width: 254px;
	height: 301px;
	background: url(/ir/img/ir_mess_ceo.png) no-repeat top center / 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.topMessTitle {
	position: absolute;
	top: 28%;
	left: 5.8%;
}
.topMessTitle::after {
	content: "";
	display: block;
	width: 31px;
	height: 1px;
	background: #333;
	margin-top: 16px;
}
.topMessTitle_note {
	position: absolute;
	top: 60%;
	left: 5.8%;
	width: 100%;
	max-width: 480px;
	font-weight: bold;
}
p.topMessTitle_name {
	position: absolute;
	right: 260px;
	bottom: 5.7%;
	margin: 0;
}
.topMessTitle_name br {
	display: none;
}
.rowIR{
	margin: 0;
}
.containerIR-wrap{
	width: 100%;
	padding: 0;
}
@media (max-width: 768px) {
	.topMessArea {}
	.topMess {
		padding: 20px 20px 120px 20px;
		height: auto;
	}
	.topMess::after {
		content: "";
		display: block;
		width: 140px;
		height: 166px;
		background: url(/ir/img/ir_mess_ceo.png) no-repeat top center / 100%;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.topMessTitle {
		position: static;
	}
	h3.topMessTitle_big {
		font-size: 24px;
	}
	p.topMessTitle_note {
		position: static;
		margin-top: 10px;
		line-height: 1.5;
	}
	p.topMessTitle_name {
		position: absolute;
		right: inherit;
		left: 20px;
		bottom: 10px;
		margin: 0;
		line-height: 1.2;
	}
	.topMessTitle_name br {
		display: block;
	}
}
.topNewsArea {
	width: 100%;
	max-width: 1110px;
	padding: 0 15px;
	margin: 30px auto 0;
}
.irNewsBtnArea::after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.irNewsBtnArea .irLinkBtn {
	float: right;
}
.picUpArea {
	margin-top: 60px;
	padding: 60px 0;
	width: 100%;
	background: url(/ir/img/ir_picup_bk.png) no-repeat top center / cover;
}
.picUpAreaInner {
	width: 100%;
	max-width: 1110px;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.picUpItem {
	background: #fff;
	width: 32%;
	padding: 20px 10px;
}
.picUpItem_link {
	display: block;
}
.picUpItem_link:hover {
	opacity: 0.7;
}
.picUpItemTitle {
	padding: 0 10px;
}
.picUpItem_img {
	width: 100%;
	margin-top: 20px;
}
.picUpItem_img img {
	width: 100%;
}
p.picUpItem_text {
	margin: 20px 0 0 0;
	padding: 0 10px;
	line-height: 1.4;
}
.picUpBtnArea {
	padding: 0 10px;
	margin-top: 20px;
}
.picUpBtnArea .irLinkBtn {
	width: 100%;
	display: block;
}
@media (max-width: 768px) {
	.picUpAreaInner {
		display: block;
	}
	.picUpItem {
		width: 100%;
		background: #fff;
	}
	.picUpItem+.picUpItem {
		margin-top: 10px;
	}
}

mb50 {
	margin-bottom: 50px;
}
.irMenuArea {
	width: 100%;
	max-width: 1110px;
	padding: 0 15px 30px;
	margin: 60px auto 0;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.irMenuArea-sub {
	width: 100%;
	max-width: 1110px;
	padding: 0 15px 30px;
	margin: 0 auto;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
ul.irMenuList {
	width: 100%;
	max-width: 1110px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.irMenuList-sub {
	width: 100%;
	max-width: 1110px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: baseline;
	padding: 0;
	margin: 0;
	list-style: none;
}
.irMenuListItem {
	width: 32%;
	text-align: center;
	padding: 20px 10px;
	border: 3px solid #3b81a8;
}
.irMenuListItem-sub {
	width: 32%;
	text-align: center;
	padding: 15px 10px;
	border: 3px solid #3b81a8;
}
h3.irMenuListItem_title {
	font-size: 32px;
	margin: 0;
	padding: 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border: none;
	color: #333;
}
h3.irMenuListItem_title-sub {
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border: none;
	color: #333;
}
.irMenuListItem_stock,
.irMenuListItem_calendar,
.irMenuListItem_faq {
	position: relative;
}
.irMenuListItem_stock::before {
	content: "";
	display: block;
	background-image: url(../img/irtop_01.png);
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	position: absolute;
	top: 3px;
    bottom: auto;
    left: 10px;
    right: auto;
}
.irMenuListItem_calendar::before {
	content: "";
	display: block;
	background-image: url(../img/irtop_02.png);
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	position: absolute;
	top: 1px;
    bottom: auto;
    left: 7px;
    right: auto;	
}
.irMenuListItem_faq::before {
	content: "";
	display: block;
	background-image: url(../img/irtop_03.png);
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	position: absolute;
	top: 2px;
    bottom: auto;
    left: auto;
    right: auto;
} 

.irMenuListItem_title span {
	color: #3A7FA6;
}
p.irMenuListItem_text {
	margin: 20px 0 0;
	padding: 0;
	line-height: 1.4;
}
.irMenuListItem_img {
	max-width: 267px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 100%;
}
.irMenuListItem_img img {
	width: 100%;
    height: auto;
    display: block;
    transition: all .35s ease-in-out;
    transform: scale(1.15);
}
.irMenuListItem_link{
	display: block;
}
.irMenuListItem_link:hover img{
    transform: scale(1.0);
}


@media (max-width: 768px) {
	ul.irMenuList {
		display: block;
	}
	.irMenuListItem {
		width: 100%;
	}
	.irMenuListItem-sub {
		width: 100%;
	}
	.irMenuListItem+.irMenuListItem {
		margin-top: 20px;
	}
	.irMenuListItem-sub+.irMenuListItem-sub {
		margin-top: 30px;
	}
	.irMenuListItem_img img {
		max-width: 200px;
		width: 100%;
		margin: 0 auto;
	}
	h3.irMenuListItem_title {
		font-size: 32px;
		margin: 0;
		padding: 0;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		border: none;
	}
	p.irMenuListItem_text {
		margin: 10px 0 0;
	}
	.irMenuListItem_stock::before,
	.irMenuListItem_calendar::before,
	.irMenuListItem_faq::before{
		position: static;
	}
	.irMenuListItem_title {
		display: flex;
		justify-content: center;	
	}
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.governanceImg{
	max-width:840px;
	margin: 0 auto;
}

.pre_list{
  list-style: none !important;
  margin-left: 0 !important;
}

.pre_list-fwB{
  font-weight: bold;
}

.pre_list_Ind01{
  text-indent: -1rem;
  margin-left: 1rem;
}

.pre_list_Ind02{
  text-indent: -1.5rem;
  margin-left: 3rem;
}