@charset "UTF-8";
/*----------------------------------------

	- mv
	- content
	- pageAnchor
	- sec01

-----------------------------------------*/

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}
#mv > div > h1 > span:first-child::before {
	display: none;
}
[lang="en"] #mv > div > h1 > span:first-child::before {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {
	padding: 56px 0 96px;
}
@media screen and (max-width: 767px) {
	#content {
		padding: 36px 0 78px;
	}
}

/*----------------------------------------
	pageAnchor
-----------------------------------------*/
#content #pageAnchor {
	margin-bottom: 96px;
}
#pageAnchor > ul {
	display: flex;
}
#pageAnchor > ul > li:nth-child(n+2) {
	margin-left: 30px;
}
#pageAnchor > ul > li > a {
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 28px 0 0;
	transition: 0.1s ease-out;
	cursor: pointer;
}
#pageAnchor > ul > li:first-child > a {
	padding-right: 27px;
}
#pageAnchor > ul > li > a::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 2px;
	width: 10px;
	height: 10px;
	border-right: solid 2px #00a0e9;
	border-bottom: solid 2px #00a0e9;
	transform-origin: top right;
	transform: rotate(45deg);
	pointer-events: none;
	transition: 0.1s ease-out;
}
#pageAnchor > ul > li > a:hover::after {
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	#content #pageAnchor {
		margin-bottom: 66px;
	}
}

/*----------------------------------------
	sec01
-----------------------------------------*/
.sec01 > .title {
	padding: 5px 0 5px 15px;
	border-left: 5px solid #00a0e9;
	color: #000;
}
#consolidated > .title {
	margin: 56px 0 34px;
}
#non-consolidated > .title {
	margin: 54px 0 34px;
}
#segments > .title {
	margin: 54px 0 34px;
}
#segments > div > .title {
	margin-bottom: 14px;
	color: #000;
	text-align: left;
}
#segments > div:nth-of-type(2) {
	margin-top: 54px;
}
.sec01 .barGraph01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec01 .barGraph01 > dl {
	width: calc(50% - 40px);
}
.sec01 .barGraph01 > dl:nth-child(n+3) {
	margin-top: 54px;
}
.sec01 .barGraph01 > dl > dt {
	margin-bottom: 15px;
	color: #000;
}
.sec01 .barGraph01 > dl > dd .graph > p {
	text-align: left;
	margin: 0;
}
.sec01 .barGraph01 > dl > dd .graph > div {
	width: 100%;
	height: 240px;
}
.sec01 .barGraph02 {
	margin-top: 56px;
}
.sec01 .barGraph02 .graph > p {
	width: 85%;
	text-align: left;
	margin: 0 auto;
}
.sec01 .barGraph02 .graph > div {
	width: 85%;
	height: 500px;
	margin: 0 auto;
}
#consolidated .tableWrapper {
	margin-top: 60px;
}
#non-consolidated .tableWrapper {
	margin-top: 60px;
}
.sec01 table {
	width: 100%;
}
.sec01 table tr > th,
.sec01 table tr > td {
	width: 160px;
	padding: 16px 20px;
	box-sizing: border-box;
}
.sec01 table tr > th:first-child {
	width: 319px;
	text-align: left;
}
.sec01 table tr > th:last-child,
.sec01 table tr > td:last-child {
	width: 161px;
}
.sec01 table > thead > tr > th {
	background: #62b1d9;
	text-align: center;
}
.sec01 table > thead > tr > th:nth-child(n+2) {
	border-left: 1px solid #ddd;
}
#segments > div:first-of-type table tr > th:first-child {
	width: 309px;
}
#segments > div:first-of-type table > thead > tr > th:nth-child(3) {
	width: 170px;
}
#segments > div:first-of-type table > tbody > tr > td:nth-of-type(2) {
	width: 170px;
	padding: 16px 30px;
}
#segments > div:first-of-type table > tfoot > tr > td:nth-of-type(2) {
	width: 170px;
	padding: 16px 30px;
}
.sec01 table > tbody > tr:nth-child(4) > th,
.sec01 table > tbody > tr:nth-child(5) > th {
	padding: 14px 20px;
}
.sec01 table > tbody > tr > th,
.sec01 table > tfoot > tr > th {
	border-bottom: 1px solid #ddd;
	background: #fafafa;
}
.sec01 table > tbody > tr > td,
.sec01 table > tfoot > tr > td {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #fff;
	text-align: right;
	vertical-align: top;
}
.sec01 p {
	margin: 16px -0.5em 0 0;
	text-align: right;
}
.sec01 > ul {
	margin-top: 14px;
}
@media screen and (max-width: 767px) {
	#consolidated > .title {
		margin-bottom: 26px;
	}
	#non-consolidated > .title {
		margin: 40px 0 26px;
	}
	#segments > .title {
		margin: 33px 0 26px;
	}
	.sec01 .barGraph01 {
		display: inherit;
	}
	.sec01 .barGraph01 > dl {
		width: 100%;
	}
	.sec01 .barGraph01 > dl:nth-child(n+2) {
		margin-top: 36px;
	}
	.sec01 .barGraph01 .graph {
		width: calc(100vw - 40px);
		min-width: 380px;
	}
	.sec01 .barGraph02 {
		margin-top: 40px;
	}
	.sec01 .barGraph02 .graph > p {
		width: 100%;
	}
	.sec01 .barGraph02 .graph > div {
		width: 100%;
		height: 400px;
	}
	#segments > div:nth-of-type(2) {
		margin-top: 40px;
	}
	#segments > div > .title {
		margin-bottom: 10px;
	}
	#segments > div .barGraph02 .graph {
		width: calc(100vw - 40px);
		min-width: 380px;
	}
	#consolidated .tableWrapper {
		margin-top: 40px;
	}
	#non-consolidated .tableWrapper {
		margin-top: 40px;
	}
	.sec01 .tableWrapper {
		overflow-x: scroll;
		margin: 0 -20px;
	}
	.sec01 .tableWrapper > div {
		display: inline-block;
		padding: 0 20px;
	}
	.sec01 table {
		width: 836px;
	}
	#segments table {
		width: 786px;
	}
	.sec01 table tr > th,
	.sec01 table tr > td {
		width: 131px;
		padding: 12px 15px 11px;
	}
	.sec01 table tr > th:first-child {
		width: 181px;
	}
	.sec01 table tr > th:last-child,
	.sec01 table tr > td:last-child {
		width: 131px;
	}
	#segments > div:first-of-type table tr > th:first-child,
	#segments > div table tr > th:first-child {
		width: 131px;
	}
	#segments > div:first-of-type table > thead > tr > th:nth-child(3) {
		width: 131px;
	}
	#segments > div:first-of-type table > tbody > tr > td:nth-of-type(2) {
		width: 131px;
		padding: 12px 15px 11px;
	}
	#segments > div:first-of-type table > tfoot > tr > td:nth-of-type(2) {
		width: 131px;
		padding: 12px 15px 11px;
	}
	#segments table > tbody > tr > th {
		padding-right: 28px;
	}
	.sec01 table > tbody > tr:nth-child(4) > th,
	.sec01 table > tbody > tr:nth-child(5) > th {
		padding: 12px 15px 11px;
	}
	.sec01 p {
		margin-top: 10px;
	}
	.sec01 > ul {
		line-height: 1.5;
	}
}