@charset "utf-8";
/* CSS Document */

.menu__icon:before,
.menu__icon:after,
.menu__bar {
  background-color: #fff;
}
.menu__label {
  color: #fff;
}

h3 + .table {
	margin-top: 50px;
}
.table + h3 {
	margin-top: 80px;
}

.title .title__label {
  margin: 0;
}

.group__domestic {
  margin: 40px 0 0;
}
.group__domestic .column {
  align-items: center;
}
.group__domestic .column__item--logo figure {
  padding: 0 45px 0 0;
}
.group__domestic .button {
  margin-top: 25px;
}
.group__domestic .column__item {
  margin-top: 0;
}
.group__domestic .column--col3 .column__item--cols {
	padding: 35px 0;
  border-top: 2px solid #ececec;
}
.group__domestic > .column--col3:last-of-type .column__item--cols {
  border-bottom: 2px solid #ececec;
}

.column.column--line .column__item {
  padding: 35px 0;
}
.column.column--line .column__item--cols {
  border-top: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
}

/* 20211012 ADD START */
.column.column--line-top .column__item {
  padding-top: 35px;
}
.column.column--line-top .column__item--cols {
  border-top: 2px solid #ececec;
}

.column.column--line-bottom .column__item {
  padding-bottom: 35px;
}
.column.column--line-bottom .column__item--cols {
  border-bottom: 2px solid #ececec;
}

/* 20211012 ADD END */

/* 20240325 サステナ「各種認定」用に追加 */
.generalblock .sustainability--h4 {
  font-size: 25px;
}
.generalblock .sustainability--h4 + .column {
  margin-top: -20px;
}
/* 20240325 ここまでサステナ「各種認定」用に追加 */

.numerical .numerical__list {
  position: relative;
}
.numerical--col4 .numerical__list {
  width: calc(25% - 45px);
  padding: 25px 0;
}
.numerical--col4 .numerical__label {
  font-size: 20px;
  margin-bottom: 20px;
}
.numerical--col4 .numerical__number {
  font-size: 40px;
}
.numerical--col4 .numerical__number small {
  padding-bottom: 4px;
}
.numerical.numerical__has--caption .numerical__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: none;
  margin-bottom: 3em;
}
.numerical.numerical__has--caption .numerical__list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.numerical.numerical__has--caption .numerical__caption {
  position: absolute;
  width: 100%;
  height: 16px;
  left: 0;
  bottom: -36px;
  font-size: 14px;
  text-align: right;
}
.pageinfo__company {
	margin: 0 0 15px;
	font-size: 15px;
	letter-spacing: 0.075em;
}
.insight__list__wrapper {
	display: flex;
	justify-content: space-between;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.insight__summary {
  margin: 25px 50px;
}

/* finance table
----------------------------------------------- */
.finance--table--type01 table {
  width: 100%;
  border-top: 1px solid #c4c4c4;
}
.finance--table--type01 td,
.finance--table--type01 th {
  height: 80px;
  padding: 10px 0;
	line-height: 1.5;
  vertical-align: middle;
  border-bottom: 1px solid #c4c4c4;
  box-sizing: border-box;
}
.finance--table--type01 th {
  padding-right: 2em;
  font-size: 19px;
  font-weight: normal;
	letter-spacing: 0.025em;
  text-align: left;
}
.finance--table--type01 td {
  font-size: 22px;
  font-weight: bold;
	letter-spacing: 0.075em;
  text-align: right;
  white-space: nowrap;
}
.finance--table--type02 {
	margin: 50px 0 0;
}
.finance--table--type02 table {
	width: 100%;
	border-top: 1px solid #c4c4c4;
}
.finance--table--type02 th,
.finance--table--type02 td {
	text-align: justify;
	vertical-align: middle;
	letter-spacing: 0.075em;
	line-height: 1.5;
	border-bottom: 1px solid #c4c4c4;
  box-sizing: border-box;
}
.finance--table--type02 th {
	padding: 20px 0;
	font-size: 19px;
	font-weight: 700;
}
.finance--table--type02 thead th:not(:first-of-type) {
  text-align: center;
}
.finance--table--type02 thead th:first-of-type {
  border-right: 1px solid #c4c4c4;
}
.finance--table--type02 tbody th {
  padding-right: 2em;
  font-size: 17px;
  border-right: 1px solid #c4c4c4;
}
.finance--table--type02 td {
  width: 18%;
	padding: 20px 10px;
	font-size: 16px;
	line-height: 1.6;
  text-align: center;
}
.generalblock .finance--table--type02 td a:not([class*="button"])[target="_blank"],
.generalblock .finance--table--type02 td a:not([class*="button"])[href$=".pdf"] {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  background-position: right bottom;
}
.generalblock .finance--table--type02 td a:not([class*="button"])[target="_blank"]:after,
.generalblock .finance--table--type02 td a:not([class*="button"])[href$=".pdf"]:after {
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  margin: 0;
}
/* 202409_IR>Risk Factors用に追加 */
.catalogbox.risk-factors .catalogbox__text {
  text-align: left;
}

/* 20250520 英字ボタン用調整 */
.btn--en {
	text-align: initial;
}

@media only screen and (max-width:1169px) {
  .finance--table--type01 .column__item {
    width: calc(50% - 45px);
  }
}

@media only screen and (max-width:1169px) {
  .numerical--col4 .numerical__list {
    width: calc(50% - 45px);
  }
}

@media print, screen and (min-width:1000px) {
  /* 202409_IR>Risk Factors用に追加 */
  .catalogbox.risk-factors .catalogbox__text {
    padding: 0 130px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1000px) {
  .finance--table--type01 .column__item {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width:999px) {
  h3 + .table {
    margin-top: 25px;
  }
  .table + h3 {
    margin-top: 45px;
  }
  .group__domestic .column__item--logo figure {
    width: 71.8%;
    max-width: 255px;
    margin: auto;
    padding: 20px 0;
    text-align: center;
  }
  .group__domestic .button {
    margin-top: 10px;
  }
	.pageinfo__company {
		margin: 0 0 20px;
		font-size: 12px;
	}
  .insight__list__wrapper {
		display: block;
	}
  .insight__summary {
    margin: 10px 30px 20px;
  }
  .finance--table--type01 th {
    font-size: 18px;
  }
  .finance--table--type01 td {
    font-size: 20px;
  }
  .finance--table--type02 {
		margin: 40px 0 5px;
		padding: 0 0 20px;
		overflow: hidden;
		overflow-x: auto;
	}
	.finance--table--type02::-webkit-scrollbar {
		display: block;
		height: 5px;
		-webkit-appearance: none;
	}
	.finance--table--type02::-webkit-scrollbar-track {
		border-radius: 5px;
		background-color: #ececec;
	}
	.finance--table--type02::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background-color: #222;
	}
	.finance--table--type02 table {
		width: 950px;
	}
  /* 20250520 英字ボタン用調整 */
	.btn--en {
    height: 62px;
    line-height: 1.2;
	}

}

@media only screen and (max-width:640px) {
  .numerical--col4 .numerical__list {
    width: auto;
  }
  .numerical.numerical__has--caption .numerical__list.list__has--caption {
    margin-bottom: 4.5em;
  }
  .finance--table--type01 .column__item {
    width: auto;
  }
  .finance--table--type01 .column__item:not(:first-of-type) {
    margin-top: 0;
  }
  .finance--table--type01 .column__item:not(:first-of-type) table {
    border-top: none;
  }
  .group__domestic .column--col3 {
    border-top: 2px solid #ececec;
  }
  .group__domestic .column--col3 .column__item--cols {
    padding: 20px 0 40px;
    border-top: 2px none;
  }
  .group__domestic .column__item--logo figure {
    margin-top: 30px;
  }

}
