@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

.governance #governanceWrap01 {
	position: relative;
}

.governance #governanceWrap01::before {
	background: url(/common/img/ir/company/img_main.jpg) no-repeat top center;
	background-size: 100% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 340px;
	min-width: 1366px;
	content: "";
	z-index: -1;
}

.governance #governanceWrap01 .governanceWrap01Inr {
	width: 1166px;
	height: 340px;
	margin: 0 auto;
	padding-top: 140px;
	position: relative;
}

.governance #governanceWrap01 .governanceWrap01Inr h1 {
	font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ffffff;
	font-size: 6.4rem;
	line-height: 7.2rem;
	font-weight: 700;
	letter-spacing: -0.04rem;
	margin-top: 25px;
}

.governance #governanceWrap01 .governanceWrap01Inr h1 span {
	display: block;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2.2rem;
	line-height: 3.0rem;
	font-weight: 400;
}

.governance #governanceWrap02 {
	background: #ffffff;
}

.governance #governanceWrap02 .governanceWrap02Inr {
	width: 1166px;
	margin: 0 auto;
	padding: 40px 0 110px;
}

.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content {
	margin-top: 70px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div:nth-of-type(1) {
	width: 362px;
}

.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div:nth-of-type(1) h2 {
	letter-spacing: -0.2rem;
	font-size: 2.8rem;
	line-height: 3.2rem;
	font-weight: 500;
}

.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div:nth-of-type(2) {
	width: 764px;
}

.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div:nth-of-type(2) #list {
	margin-top: 30px;
	width: 100%;
}

.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div:nth-of-type(2) #list .irNewsList {
	font-size: 1.6rem;
	line-height: 3.2rem;
	font-weight: 300;
}

.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div:nth-of-type(2) #list .irNewsList .irNewsList-item:hover .irNewsList-link a {
	color: #263240;
}

.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div:nth-of-type(2) #list .irNewsList .irNewsList-item .text,
.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div:nth-of-type(2) #list .irNewsList .irNewsList-item .unit {
	vertical-align: middle;
}

.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div:nth-of-type(2) #list .irNewsList .irNewsList-item .irNewsList-link a {
	color: #0066d9;
}

.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div:nth-of-type(2) #list .irNewsList .irNewsList-item .irNewsList-icon {
	height: 25px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div p {
	font-size: 1.6rem;
	line-height: 3.2rem;
	font-weight: 300;
}

.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div p:not(:first-child) {
	margin-top: 3.2rem;
}

.governance #governanceWrap02 .governanceWrap02Inr .ircomTab {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/* align-items: center; */
	font-size: 1.6rem;
	line-height: 3.2rem;
	font-weight: 300;
	border-bottom: 1px solid #0066d9;
	align-items: stretch;
}

.governance #governanceWrap02 .governanceWrap02Inr .ircomTab li {
	width: 225px;
	text-align: center;
	position: relative;
}

.governance #governanceWrap02 .governanceWrap02Inr .ircomTab li a {
	display: flex;
    color: #7a8999;
    padding: 20px 10px 24px 10px;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.governance #governanceWrap02 .governanceWrap02Inr .ircomTab li a::after {
	border-bottom: 4px solid #0066d9;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	width: 0;
	position: absolute;
	transition: width 0.3s;
}

.governance #governanceWrap02 .governanceWrap02Inr .ircomTab li a:hover {
	color: #263240;
}

.governance #governanceWrap02 .governanceWrap02Inr .ircomTab li a:hover::after {
	width: 100%;
}

.governance #governanceWrap02 .governanceWrap02Inr .ircomTab .isCurrent a {
	color: #263240;
}

.governance #governanceWrap02 .governanceWrap02Inr .ircomTab .isCurrent a::after {
	width: 100%;
}

html {
	overflow: auto;
}

body {
	min-width: 1166px;
	overflow: hidden;
}

@media
only screen and (max-width: 1023px),
only screen and (max-width: 1024px) and (orientation: landscape),
only screen and (min-width: 1024px) and (orientation: portrait) {

	.governance #governanceWrap01::before {
		background: url(/common/img/ir/company/img_main_sp.jpg) no-repeat top center;
		width: 100%;
		height: auto;
		min-height: 70.66667vw;
		min-width: 1px;
		padding-bottom: 108px;
		background-size: cover;
	}

	.governance #governanceWrap01 .governanceWrap01Inr {
		width: auto;
		height: auto;
		min-height: 70.66667vw;
		padding: 26.66667vw 8vw 16vw;
	}

	.governance #governanceWrap01 .governanceWrap01Inr h1 {
		font-size: 10.66667vw;
		line-height: 12vw;
		letter-spacing: -0.00533vw;
	}

	.governance #governanceWrap01 .governanceWrap01Inr h1 span {
		font-size: 4.26667vw;
		line-height: 6.4vw;
	}

	.governance #governanceWrap02 .governanceWrap02Inr {
		width: 100%;
		padding: 0.66667vw 8vw 10.66667vw;
	}

	.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content {
		flex-wrap: wrap;
		margin-top: 13.33333vw;
	}

	.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div:nth-of-type(1) {
		width: 100%;
	}

	.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div:nth-of-type(1) h2 {
		font-size: 4.8vw;
		line-height: 6.4vw;
	}

	.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div:nth-of-type(1) h2 {
		letter-spacing: 0;
	}

	.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div:nth-of-type(2) {
		width: 100%;
		margin-top: 7.2vw;
	}

	.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div:nth-of-type(2) #list {
		margin-top: 4vw;
	}

	.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div:nth-of-type(2) #list .irNewsList {
		font-size: 2.93333vw;
		line-height: 5.86667vw;
	}

	.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div:nth-of-type(2) #list .irNewsList .irNewsList-item {
		padding-bottom: 5.33333vw;
	}

	.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div:nth-of-type(2) #list .irNewsList .irNewsList-item .irNewsList-icon {
		width: 2.66667vw;
		height: 3.33333vw;
	}

	.governance #governanceWrap02 .governanceWrap02Inr .governanceWrap02Content div p {
		font-size: 2.93333vw;
		line-height: 5.86667vw;
	}

	.governance #governanceWrap02 .governanceWrap02Inr .ircomTab {
		font-size: 2.93333vw;
		line-height: 5.86667vw;
	}

	.governance #governanceWrap02 .governanceWrap02Inr .ircomTab {
		flex-wrap: wrap;
		border-bottom: none;
	}

	.governance #governanceWrap02 .governanceWrap02Inr .ircomTab li {
		margin-top: 4vw;
		width: 50%;
		border-bottom: 1px solid #0066d9;
	}

	.governance #governanceWrap02 .governanceWrap02Inr .ircomTab li a {
		padding: 2.66667vw 0 3.2vw;
	}

	.governance #governanceWrap02 .governanceWrap02Inr .ircomTab li a::after {
		border-bottom: 2px solid #0066d9;
	}

	body {
		min-width: 0;
	}

}