@charset "UTF-8";
/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	基本設定
----------------------------------------------------*/
body {
  min-width: 1200px;
}

/* リンク設定 ====================*/
a {
  outline: none;
}
a:link {
  color: #005aff;
  text-decoration: none;
}
a:visited {
  color: #005aff;
}
a:hover {
  color: #005aff;
  text-decoration: underline;
}
a:active {
  color: #005aff;
}
a:focus {
  outline: none;
}

sup {
  font-size: 10px;
  vertical-align: top;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* SP用画像非表示 ====================*/
.sp {
  display: none !important;
}

/* アンカーリンク ====================*/
.anchor {
  margin-top: -163px;
  padding-top: 163px;
}

h4.anchor {
  margin-top: -143px !important;
  padding-top: 188px;
}

/* リンク付き画像のhover ====================*/
a img {
  transition: opacity 0.2s;
}

a:hover img {
  opacity: 70%;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 83px;
  background: #fff;
}
.header .inner {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 83px;
  margin: 0 auto;
  padding-top: 21px;
}
.header .btn_language {
  position: absolute;
  top: 25px;
  right: 290px;
}
.header .btn_language a {
  box-sizing: border-box;
  display: block;
  width: 105px;
  height: 32px;
  padding-top: 8px;
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 1;
  background: #ececec;
  border-radius: 16px;
  transition: all 0.2s;
}
.header .btn_language a:hover {
  text-decoration: none;
  background: #c8f3d5;
}
.header .btn_jre,
.header .btn_asset {
  position: absolute;
  top: 25px;
}
.header .btn_jre a,
.header .btn_asset a {
  box-sizing: border-box;
  display: block;
  width: 125px;
  height: 32px;
  padding-top: 7px;
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 1;
  border: 1px solid #000;
  transition: all 0.2s;
}
.header .btn_jre a:hover,
.header .btn_asset a:hover {
  text-decoration: none;
  background: #c8f3d5;
}
.header .btn_jre {
  right: 135px;
}
.header .btn_asset {
  right: 0;
}

/*----------------------------------------------------
	globalNav
----------------------------------------------------*/
.btn_menu {
  display: none;
}

.globalNav {
  display: block !important;
  position: fixed;
  z-index: 100;
  top: 83px;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 60px;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
  border-bottom: 1px solid #fff;
}
.globalNav .btnBlock {
  display: none;
}
.globalNav ul.list_menu {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.globalNav ul.list_menu li {
  position: relative;
  width: calc((100% - 90px) / 6);
}
.globalNav ul.list_menu li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -1px;
  width: 1px;
  height: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.globalNav ul.list_menu li:first-child {
  width: 84px;
}
.globalNav ul.list_menu li:last-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -1px;
  width: 1px;
  height: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.globalNav ul.list_menu li a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 60px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.35;
  transition: all 0.2s;
}
.globalNav ul.list_menu li a:hover {
  background: #009850;
}
.globalNav ul.list_menu li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.globalNav ul.list_menu li span {
  display: none;
}
.globalNav ul.list_menu li .sub {
  display: none;
}
.globalNav ul.list_menu li + li {
  margin-left: 1px;
}

body#esg a.esg, body#message a.esg, body#policy a.esg, body#information a.esg, body#sustainability a.esg {
  background: #009850;
}

body#environment .globalNav a.environment, body#climate .globalNav a.environment, body#greenbond .globalNav a.environment {
  background: #009850;
}

body#society .globalNav a.society {
  background: #009850;
}

body#governance .globalNav a.governance, body#structure .globalNav a.governance, body#management .globalNav a.governance, body#compliance .globalNav a.governance {
  background: #009850;
}

body#external .globalNav a.external {
  background: #009850;
}

body#initiative .globalNav a.initiative {
  background: #009850;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
.footer .btn_pagetop {
  display: none;
  position: fixed;
  z-index: 98;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
}
.footer .btn_pagetop img {
  width: 100%;
}
.footer .inner {
  background: linear-gradient(to right, #5dc1cd, #59b75d);
}
.footer .footerMenu {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 45px;
}
.footer .footerMenu ul.list_menu {
  width: calc((100% - 180px) / 6);
}
.footer .footerMenu ul.list_menu li {
  font-size: 12px;
  line-height: 1.6;
}
.footer .footerMenu ul.list_menu li a {
  color: #fff;
}
.footer .footerMenu ul.list_menu li.title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 62px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer .footerMenu ul.list_menu li + li {
  margin-top: 10px;
}
.footer .footerMenu ul.list_menu li.title + li {
  margin-top: 20px;
}
.footer .footerMenu ul.list_menu + ul.list_menu {
  margin-left: 36px;
}
.footer ul.list_submenu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  font-size: 12px;
  line-height: 1;
}
.footer ul.list_submenu li a {
  color: #000;
}
.footer ul.list_submenu li + li {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #000;
}
.footer ul.list_submenu + ul.list_submenu {
  margin-top: 12px;
}
.footer p.text_copy {
  width: 100%;
  padding: 35px 0;
  text-align: center;
  font-size: 12px;
}

/*----------------------------------------------------
	共通レイアウト
----------------------------------------------------*/
.content {
  padding: 143px 0 100px;
}

.indexTitle {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  height: 468px;
}
.indexTitle::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  right: calc(50% + 155px);
  bottom: 0;
  width: 100vw;
  height: 380px;
  background: #5dc1cd;
}
.indexTitle .textBlock {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  right: calc(50% + 155px);
  bottom: 0;
  width: 500px;
  height: 380px;
  padding: 40px 55px 50px;
  color: #fff;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
}
.indexTitle .textBlock h2.title {
  font-size: 38px;
  line-height: 1.2;
}
.indexTitle .textBlock p.title_sub {
  margin-top: 12px;
}
.indexTitle .textBlock p.text {
  margin-top: 25px;
}
.indexTitle .imgBlock {
  position: absolute;
  z-index: 1;
  left: calc(50% - 429px);
}

.indexMenu {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 60px auto 0;
}
.indexMenu .cell {
  position: relative;
  width: calc((100% - 80px) / 3);
  /* IE11対応 */
}
.indexMenu .cell h3.title {
  margin-top: 25px;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.5;
}
.indexMenu .cell h3.title a {
  color: #000;
}
.indexMenu .cell h3.title a:hover {
  text-decoration: none;
  color: #5dc1cd;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #5dc1cd, #59b75d);
     border-image: linear-gradient(to right, #5dc1cd, #59b75d);
  border-image-slice: 1;
}
.indexMenu .cell ul.list_arrow {
  margin-top: 30px;
  min-height: 80px;
}
.indexMenu .cell ul.list_arrow li a {
  display: block;
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  color: #000;
}
.indexMenu .cell ul.list_arrow li a::before {
  content: url("/assets/img/ic_arrow_off.png");
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 13px;
  height: 14px;
}
.indexMenu .cell ul.list_arrow li a:hover {
  text-decoration: none;
  color: #5dc1cd;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.indexMenu .cell ul.list_arrow li a:hover::before {
  content: url("/assets/img/ic_arrow_on.png");
}
.indexMenu .cell ul.list_arrow li a span {
  font-size: 14px;
}
.indexMenu .cell ul.list_arrow li + li {
  margin-top: 15px;
}
.indexMenu .cell p.text {
  margin-top: 25px;
}
.indexMenu .cell p.text_note {
  margin-top: 25px;
}
.indexMenu .cell p.text_note + ul.list_arrow {
  margin-top: 10px;
}
@media all and (-ms-high-contrast: none) {
  .indexMenu .cell h3.title a:hover {
    background: none;
  }
  .indexMenu .cell ul.list_arrow li a:hover {
    background: none;
  }
}
.indexMenu .cell + .cell {
  margin-left: 40px;
  padding-left: 40px;
}
.indexMenu .cell + .cell::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #000;
}
.indexMenu .cell + .cell::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 365px;
  border-left: 1px solid #fff;
}

.contentHeader {
  position: relative;
  z-index: 11;
  padding-top: 70px;
}
.contentHeader::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 350px;
  background: linear-gradient(to right, #daf2f3, #d9efda);
}
.contentHeader .inner {
  position: relative;
  z-index: 1;
  width: 980px;
  margin: 0 auto;
}
.contentHeader .inner .cell:first-child {
  order: 2;
  width: calc(100% - 354px - 45px);
  margin-left: 45px;
  padding-top: 115px;
}
.contentHeader .inner .cell:last-child {
  order: 1;
}
.contentHeader .inner h2.title {
  font-size: 34px;
  line-height: 1;
}
.contentHeader .inner p.text {
  letter-spacing: -0.02em;
}
.contentHeader .inner h2.title + p.text {
  margin-top: 20px;
}

.tabArea {
  display: flex;
  position: relative;
  width: 980px;
  margin: 50px auto 0;
  z-index: 11;
  border-bottom: 2px solid #009850;
}
.tabArea .tab {
  width: calc((100% - 8px) / 3);
  height: 56px;
}
.tabArea .tab a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  color: #009850;
  border-top: 1px solid #009850;
  border-right: 1px solid #009850;
  border-left: 1px solid #009850;
}
.tabArea .tab a:hover {
  text-decoration: none;
  background: #c8f3d5;
}
.tabArea .tab a.current {
  text-align: center;
  color: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
}
.tabArea .tab a.current::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 4px);
  bottom: 8px;
  width: 7px;
  height: 7px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  transform: rotate(135deg);
}
.tabArea .tab + .tab {
  margin-left: 4px;
}

.section + .tabArea {
  display: none;
}

.anchorArea {
  position: relative;
  z-index: 11;
  width: 980px;
  margin: 70px auto 0;
}
.anchorArea ul {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.anchorArea ul li {
  width: calc((100% - 80px) / 3);
}
.anchorArea ul li.title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 286px;
  height: 460px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.77;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
}
.anchorArea ul li + li {
  margin-left: 40px;
}
.anchorArea ul + ul {
  margin-top: 40px;
}

.section {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.section:nth-last-child(1) {
  z-index: 0;
}
.section:nth-last-child(2) {
  z-index: 1;
}
.section:nth-last-child(3) {
  z-index: 2;
}
.section:nth-last-child(4) {
  z-index: 3;
}
.section:nth-last-child(5) {
  z-index: 4;
}
.section:nth-last-child(6) {
  z-index: 5;
}
.section:nth-last-child(7) {
  z-index: 6;
}
.section:nth-last-child(8) {
  z-index: 7;
}
.section:nth-last-child(9) {
  z-index: 8;
}
.section:nth-last-child(10) {
  z-index: 9;
}
.section:nth-last-child(11) {
  z-index: 10;
}

.column {
  display: flex;
}

/*----------------------------------------------------
	ボタン
----------------------------------------------------*/
.btn {
  position: relative;
  height: 45px;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 45px;
  background: url("/assets/img/bg_btn.png") center center no-repeat;
}
.btn a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 1;
  background: #fff;
  border: 1px solid #000;
  transition: all 0.2s;
}
.btn a:hover {
  text-decoration: none;
  background: #c8f3d5;
}

.btn_more {
  width: 135px;
}

.btn_pdf span {
  font-size: 12px;
}

.btn_green {
  display: table;
  margin-top: 20px;
}
.btn_green a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  background: #139b4d;
  border-radius: 8px;
}
.btn_green a span {
  font-size: 14px;
}

/*----------------------------------------------------
	h2,h3,h4,h5,h6
----------------------------------------------------*/
h3.title_label {
  position: relative;
  height: 50px;
}
h3.title_label::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  right: 50%;
  bottom: 0;
  width: 100vw;
  height: 50px;
  background: #5dc1cd;
}
h3.title_label span {
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 50px;
  padding: 12px 0 0 35px;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
}
h3.title_label span::before {
  content: url("/assets/img/title_arrow.png");
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 25px;
  height: 20px;
}

h4.title {
  font-size: 20px;
}

h4.title_border {
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
  border-bottom: 1px solid #009850;
}

h4.title_border-left {
  position: relative;
  padding-left: 15px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}
h4.title_border-left::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 100%;
  background: #5cbfb6;
}

h4.title_number {
  box-sizing: border-box;
  position: relative;
  height: 40px;
  padding: 0 0 14px 45px;
  font-size: 20px;
  line-height: 1;
  border-bottom: 1px solid #009850;
}
h4.title_number span.number {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  text-align: center;
  color: #fff;
  background: #5cbfb6;
}
h4.title_number span.text {
  display: block;
  padding-top: 2px;
}

h5.title {
  font-size: 18px;
}

h6.title {
  font-size: 16px;
}

h6.title_border {
  padding-bottom: 5px;
  font-size: 16px;
  border-bottom: 1px dotted #000;
}

h6.title_label {
  padding: 2px 10px 5px;
  font-size: 16px;
  font-weight: normal;
  background: #ebebeb;
}

h6.title_number {
  box-sizing: border-box;
  position: relative;
  height: 26px;
  padding-left: 37px;
  font-size: 16px;
  line-height: 1;
}
h6.title_number span.number {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  padding-top: 4px;
  text-align: center;
  color: #fff;
  background: #5cbfb6;
}
h6.title_number span.text {
  display: block;
  padding-top: 3px;
}

/*----------------------------------------------------
	p
----------------------------------------------------*/
p.title {
  font-size: 16px;
}
p.title span {
  font-size: 14px;
}

p.text {
  font-size: 16px;
  line-height: 1.75;
}

p.text_note {
  font-size: 14px;
  line-height: 1.7;
}

p.text_kome {
  position: relative;
  padding-left: 1.25em;
}
p.text_kome::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

p.text_kome01 {
  position: relative;
  padding-left: 2em;
}
p.text_kome01::before {
  content: "※1:";
  position: absolute;
  top: 0;
  left: 0;
}

p.text_kome02 {
  position: relative;
  padding-left: 2em;
}
p.text_kome02::before {
  content: "※2:";
  position: absolute;
  top: 0;
  left: 0;
}

p.text_kome03 {
  position: relative;
  padding-left: 2em;
}
p.text_kome03::before {
  content: "※3:";
  position: absolute;
  top: 0;
  left: 0;
}

p.text_caption {
  margin-top: 8px;
  font-size: 14px;
  text-align: right;
}

p.img {
  text-align: center;
}

p.text_scroll {
  display: none;
}

p.text_center {
  text-align: center;
}

/*----------------------------------------------------
	span
----------------------------------------------------*/
span.red {
  color: #ef0027;
}

/*----------------------------------------------------
	ul
----------------------------------------------------*/
ul.list_disc li {
  box-sizing: border-box;
  position: relative;
  padding-left: 0.75em;
  font-size: 16px;
  line-height: 1.75;
}
ul.list_disc li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
ul.list_disc li + li {
  margin-top: 5px;
}

ul.list_note li {
  box-sizing: border-box;
  position: relative;
  padding-left: 2.5em;
  font-size: 14px;
  line-height: 1.75;
}
ul.list_note li:before {
  position: absolute;
  top: 0;
  left: 0;
}
ul.list_note li:nth-of-type(1):before {
  content: "注1：";
}
ul.list_note li:nth-of-type(2):before {
  content: "注2：";
}
ul.list_note li + li {
  margin-top: 2px;
}

ul.list_kome li {
  box-sizing: border-box;
  position: relative;
  padding-left: 2em;
  line-height: 1.75;
}
ul.list_kome li:before {
  position: absolute;
  top: 0;
  left: 0;
}
ul.list_kome li:nth-of-type(1):before {
  content: "※1";
}
ul.list_kome li:nth-of-type(2):before {
  content: "※2";
}
ul.list_kome li:nth-of-type(3):before {
  content: "※3";
}
ul.list_kome li:nth-of-type(4):before {
  content: "※4";
}
ul.list_kome li:nth-of-type(5):before {
  content: "※5";
}

ul.list_alphabet {
  padding-left: 30px;
}
ul.list_alphabet li {
  box-sizing: border-box;
  position: relative;
  padding-left: 1.25em;
  font-size: 16px;
  line-height: 1.75;
}
ul.list_alphabet li:before {
  position: absolute;
  top: 0;
  left: 0;
}
ul.list_alphabet li:nth-of-type(1):before {
  content: "a.";
}
ul.list_alphabet li:nth-of-type(2):before {
  content: "b.";
}
ul.list_alphabet li:nth-of-type(3):before {
  content: "c.";
}
ul.list_alphabet li:nth-of-type(4):before {
  content: "d.";
}
ul.list_alphabet li:nth-of-type(5):before {
  content: "e.";
}
ul.list_alphabet li:nth-of-type(6):before {
  content: "f.";
}
ul.list_alphabet li:nth-of-type(7):before {
  content: "g.";
}
ul.list_alphabet li:nth-of-type(8):before {
  content: "h.";
}
ul.list_alphabet li + li {
  margin-top: 2px;
}

ul.list_number li {
  box-sizing: border-box;
  position: relative;
  padding-left: 1.25em;
  font-size: 16px;
  line-height: 1.75;
}
ul.list_number li:before {
  position: absolute;
  top: 0;
  left: 0;
}
ul.list_number li:nth-of-type(1):before {
  content: "1.";
}
ul.list_number li:nth-of-type(2):before {
  content: "2.";
}
ul.list_number li:nth-of-type(3):before {
  content: "3.";
}
ul.list_number li:nth-of-type(4):before {
  content: "4.";
}
ul.list_number li:nth-of-type(5):before {
  content: "5.";
}
ul.list_number li:nth-of-type(6):before {
  content: "6.";
}
ul.list_number li:nth-of-type(7):before {
  content: "7.";
}
ul.list_number li:nth-of-type(8):before {
  content: "8.";
}
ul.list_number li + li {
  margin-top: 10px;
}

ul.list_square li {
  box-sizing: border-box;
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.75;
}
ul.list_square li::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #5dc1cd;
}
ul.list_square li + li {
  margin-top: 25px;
}

ul.list_small li {
  font-size: 14px;
}

/*----------------------------------------------------
	table
----------------------------------------------------*/
table.table {
  width: 100%;
  margin: 0;
  line-height: 1.5;
  border-bottom: 1px solid #3da240;
  border-collapse: collapse;
  border-spacing: 0;
}
table.table th {
  box-sizing: border-box;
  padding: 10px 2px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  border-top: 1px solid #3da240;
  border-right: 1px solid #3da240;
  border-left: 1px solid #3da240;
}
table.table th span {
  font-size: 12px;
}
table.table th.invisible {
  border-top: none;
  border-right: none;
  border-left: none;
  background: none;
}
table.table td {
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  border-top: 1px solid #3da240;
  border-right: 1px solid #3da240;
  border-left: 1px solid #3da240;
  vertical-align: middle;
}
table.table td.invisible {
  border-top: none;
  border-right: none;
  border-left: none;
  background: none;
}

table.table01 th {
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.2;
}
table.table01 th.fy2013 {
  background: #189e71;
}
table.table01 th.fy2019 {
  background: #0e7a11;
}
table.table01 th.fy2020 {
  background: #0e7a11;
}
table.table01 th.change {
  background: #0e9d12;
}
table.table01 td.green {
  background: #b1efbb;
}
table.table01 td.red {
  background: #fdd9df;
}
table.table01 td {
  text-align: center;
  font-size: 14px;
}
table.table01 td.left {
  text-align: left;
}
table.table01 td.right {
  text-align: right;
}
table.table01 td.invisible01 {
  height: 20px;
  padding: 0;
  font-size: 0;
  border-top: 1px solid #3da240;
  border-right: none;
  border-left: none;
  background: none;
}
table.table01 td.invisible02 {
  width: 18px;
  padding: 0;
  font-size: 0;
  border-top: none;
}
table.table01 td.border_top_bottom {
  border-top: 2px solid #3da240;
  border-bottom: 2px solid #3da240;
}
table.table01 td.border_right {
  border-right: 2px solid #3da240;
}
table.table01 td.border_left {
  border-left: 2px solid #3da240;
}

table.table02 {
  margin-top: 30px;
}
table.table02 th {
  font-size: 14px;
  background: #0e7a11;
}
table.table02 td {
  text-align: center;
  font-size: 14px;
}
table.table02 td.invisible01 {
  height: 20px;
  padding: 0;
  font-size: 0;
  border-top: 1px solid #3da240;
  border-right: none;
  border-left: none;
  background: none;
}
table.table02 td.invisible02 {
  width: 18px;
  padding: 0;
  font-size: 0;
  border-top: none;
}

table.table03 {
  margin-top: 30px;
}
table.table03 tr:nth-of-type(1) th {
  vertical-align: middle;
}
table.table03 tr:nth-of-type(1) th:nth-of-type(-n+3) {
  background: #2c4f20;
}
table.table03 tr:nth-of-type(1) th:nth-of-type(4) {
  background: #688831;
}
table.table03 tr:nth-of-type(1) th:nth-of-type(5) {
  background: #24af57;
}
table.table03 tr:nth-of-type(2) th {
  background: #8cb742;
}
table.table03 tr:nth-of-type(6) th {
  background: #599d42;
}
table.table03 th {
  padding: 15px 14px;
  font-size: 14px;
}
table.table03 td {
  padding: 15px 14px;
  font-size: 14px;
  vertical-align: top;
}
table.table03 td:nth-last-child(3) {
  text-align: center;
}
table.table03 td ul li {
  font-size: 14px;
  line-height: 1.5;
}
table.table03 td ul li + li {
  margin-top: 5px;
}

table.table04 {
  margin-top: 30px;
}
table.table04 th {
  padding: 5px 10px;
  font-size: 14px;
  background: #0e7a11;
}
table.table04 td {
  text-align: center;
  font-size: 14px;
}
table.table04 td:first-child {
  text-align: left;
}

table.table05 {
  margin-top: 15px;
}
table.table05 tr:nth-of-type(1) th {
  padding: 0 0 5px;
  color: #000;
  border: none;
}
table.table05 tr:nth-of-type(1) th:first-child {
  text-align: left;
}
table.table05 tr:nth-of-type(1) th:last-child {
  text-align: right;
}
table.table05 tr:nth-of-type(2) th {
  padding: 5px 10px;
  font-size: 14px;
  background: #0e7a11;
}
table.table05 tr:nth-of-type(6) td {
  height: 3px;
  padding: 0;
  font-size: 0;
}
table.table05 th {
  padding: 5px 10px;
  font-size: 14px;
}
table.table05 td {
  text-align: right;
  font-size: 14px;
}
table.table05 td:nth-of-type(1), table.table05 td:nth-of-type(5) {
  text-align: center;
}

table.table06 {
  margin-top: 15px;
}
table.table06 tr:nth-of-type(1) th {
  padding: 0 0 5px;
  color: #000;
  border: none;
}
table.table06 tr:nth-of-type(1) th:first-child {
  text-align: left;
}
table.table06 tr:nth-of-type(1) th:last-child {
  text-align: right;
}
table.table06 tr:nth-of-type(2) th {
  padding: 5px 10px;
  vertical-align: middle;
  font-size: 14px;
  background: #0e7a11;
}
table.table06 th {
  padding: 5px 10px;
  font-size: 14px;
}
table.table06 td {
  text-align: center;
  font-size: 14px;
}

table.table07 {
  width: 760px;
  margin: 40px auto 0;
}
table.table07 th {
  padding: 12px 15px;
  text-align: left;
  color: #0e7a11;
  border-left: none;
  background: #f0fcfa;
  vertical-align: middle;
}
table.table07 td {
  padding: 12px 15px;
  text-align: left;
  border-right: none;
}

table.table08 {
  margin: 40px auto 0;
}
table.table08 th {
  padding: 8px 10px;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  background: #0e7a11;
}
table.table08 td {
  text-align: center;
  font-size: 14px;
}

table.table09 {
  width: 602px;
  margin: 2em auto 0;
}
table.table09 th {
  padding: 5px 10px;
  vertical-align: middle;
  font-size: 14px;
  color: #0e7a11;
  background: #e9f6ea;
}
table.table09 td {
  text-align: center;
  font-size: 14px;
}
table.table09 td.invisible {
  height: 20px;
  padding: 0;
  font-size: 0;
  border-top: 1px solid #3da240;
  border-right: none;
  border-left: none;
  background: none;
}

/* 2021.02.04追記 */
table.table10 {
  width: 700px;
  margin: 30px auto 0;
}
table.table10 th {
  padding: 5px 10px;
  vertical-align: middle;
  font-size: 14px;
  color: #0e7a11;
  background: #e9f6ea;
}
table.table10 td {
  text-align: left;
  font-size: 14px;
}

/* 2021.04.12追記 */
table.table11 {
  margin: 40px auto 0;
}
table.table11 th {
  padding: 8px 10px;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  background: #0e7a11;
}
table.table11 td {
  font-size: 14px;
}
table.table11 td:first-child {
  text-align: center;
  white-space: nowrap;
}

/* 2021.04.23追記 */
table.table12 {
  width: 100%;
  margin-top: 1em;
}
table.table12 th {
  padding: 5px 10px;
  vertical-align: middle;
  font-size: 13px;
  color: #0e7a11;
  background: #e9f6ea;
}
table.table12 td {
  font-size: 13px;
}
table.table12 td:first-child {
  text-align: center;
}

/* 2021.10.26追記 */
table.table13 thead th {
  padding: 5px 10px;
  font-size: 13px;
  vertical-align: middle;
  background: #0e7a11;
}
table.table13 tbody th {
  padding: 5px;
  font-size: 13px;
  vertical-align: middle;
}
table.table13 tbody th.migration_th01 {
  background: #8cb742;
}
table.table13 tbody th.migration_th02 {
  background: #a3c568;
}
table.table13 tbody th.physics_th01 {
  background: #599d42;
}
table.table13 tbody th.physics_th02 {
  background: #7ab168;
}
table.table13 tbody td {
  padding: 12px;
  font-size: 13px;
  vertical-align: middle;
}
table.table13 tbody td ul li {
  font-size: 13px;
  line-height: 1.5;
}
table.table13 tbody td ul li + li {
  margin-top: 5px;
}
table.table13 tbody td p.risk,
table.table13 tbody td p.chance {
  padding: 0.25em 0.25em 0.45em;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1;
}
table.table13 tbody td p.risk {
  background: #ea5504;
}
table.table13 tbody td p.chance {
  background: #0081cc;
}
table.table13 tbody td.center {
  text-align: center;
}
table.table13 tbody td.risk_s {
  background: #fef1e6;
}
table.table13 tbody td.risk_m {
  background: #fbd9bf;
}
table.table13 tbody td.risk_l {
  background: #f7b88a;
}
table.table13 tbody td.chance_s {
  background: #dfebf8;
}
table.table13 tbody td.chance_m {
  background: #aecfed;
}
table.table13 tbody td.chance_l {
  background: #84bae5;
}

/* 2022.01.26追記 */
table.table14 {
  margin-top: 40px;
}
table.table14 thead th {
  padding: 5px 10px;
  font-size: 14px;
  vertical-align: middle;
  color: #0e7a11;
  background: #e9f6ea;
}
table.table14 tbody th {
  padding: 5px;
  font-size: 14px;
  vertical-align: middle;
}
table.table14 tbody th.migration_th01 {
  background: #8cb742;
}
table.table14 tbody th.migration_th02 {
  background: #a3c568;
}
table.table14 tbody th.physics_th01 {
  background: #599d42;
}
table.table14 tbody th.physics_th02 {
  background: #7ab168;
}
table.table14 tbody td {
  padding: 5px 10px;
  font-size: 14px;
  vertical-align: middle;
}
table.table14 tbody td ul li {
  font-size: 14px;
  line-height: 1.4;
}
table.table14 tbody td ul li + li {
  margin-top: 0.15em;
}
table.table14 tbody td ul.list_icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 190px;
}
table.table14 tbody td ul.list_icon li {
  width: 90px;
  margin: 0 10px 0 0;
}
table.table14 tbody td ul.list_icon li:nth-of-type(n+2) {
  margin-right: 0;
}
table.table14 tbody td ul.list_icon li:nth-of-type(n+3) {
  margin-top: 10px;
}
table.table14 tbody td ul.list_icon li img {
  width: 100%;
}
table.table14 tbody td.center {
  text-align: center;
}
table.table14 tbody th.environment {
  background: #5bbb7e;
  border-right: none !important;
  border-left: none !important;
}
table.table14 tbody th.society {
  background: #f766b1;
  border-right: none !important;
  border-left: none !important;
}
table.table14 tbody th.governance {
  background: #7155c4;
  border-right: none !important;
  border-left: none !important;
}

/* 2022.04.13追記 */
table.table15 {
  margin-top: 0.5em;
}
table.table15 thead th {
  padding: 5px 10px;
  font-size: 14px;
  vertical-align: middle;
  color: #fff;
  background: #0e7a11;
}
table.table15 tbody tr:nth-last-of-type(1) th,
table.table15 tbody tr:nth-last-of-type(1) td {
  color: #fff;
  background: #0e7a11;
}
table.table15 tbody th {
  padding: 5px 10px;
  font-size: 14px;
  vertical-align: middle;
  color: #0e7a11;
  background: #e9f6ea;
}
table.table15 tbody td {
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}
table.table15 tbody td.right {
  text-align: right;
}
table.table15 tbody td.yellowgreen {
  background: #a0dc8c;
}

table.table16 {
  margin-top: 5px;
}
table.table16 thead th {
  padding: 5px 10px;
  font-size: 14px;
  vertical-align: middle;
  color: #fff;
  background: #0e7a11;
}
table.table16 tbody td {
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}
table.table16 tbody td:first-child {
  text-align: left;
}

/* 2023.04.27追記 */
table.table17 thead th {
  padding: 5px 10px;
  font-size: 13px;
  vertical-align: middle;
  background: #0e7a11;
}
table.table17 tbody th {
  padding: 5px;
  font-size: 13px;
  vertical-align: middle;
}
table.table17 tbody th.migration_th01 {
  background: #8cb742;
}
table.table17 tbody th.migration_th02 {
  background: #a3c568;
}
table.table17 tbody th.physics_th01 {
  background: #599d42;
}
table.table17 tbody th.physics_th02 {
  background: #7ab168;
}
table.table17 tbody td {
  padding: 12px;
  font-size: 13px;
  vertical-align: middle;
}
table.table17 tbody td ul li {
  font-size: 13px;
  line-height: 1.5;
}
table.table17 tbody td ul li + li {
  margin-top: 5px;
}
table.table17 tbody td p.risk,
table.table17 tbody td p.chance,
table.table17 tbody td p.effect,
table.table17 tbody td p.cost {
  padding: 0.25em 0.25em 0.45em;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
table.table17 tbody td p.risk {
  background: #ea5504;
}
table.table17 tbody td p.chance {
  background: #0081cc;
}
table.table17 tbody td p.effect {
  background: #5ec2d1;
}
table.table17 tbody td p.cost {
  background: #eb6e8e;
}
table.table17 tbody td.center {
  text-align: center;
}
table.table17 tbody td.number {
  padding: 5px;
}

/* 2021.10.25追記 */
table.table18 {
  width: 100%;
  margin-top: 1em;
}
table.table18 th {
  width: 20%;
  padding: 10px 15px;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  color: #fff;
  background: #0e7a11;
}
table.table18 td {
  padding: 10px 15px;
  font-size: 14px;
}
table.table18 td:first-child {
  text-align: center;
}

/* 2024.04.15追記 */
table.table19 {
  width: auto;
}
table.table19 thead th {
  padding: 5px 10px;
  font-size: 14px;
  vertical-align: middle;
  color: #fff;
  background: #0e7a11;
}
table.table19 thead th:nth-of-type(1) {
  width: 180px;
}
table.table19 thead th:nth-of-type(2) {
  width: 200px;
}
table.table19 thead th:nth-of-type(3) {
  width: 200px;
}
table.table19 thead th:nth-of-type(4) {
  width: 200px;
}
table.table19 thead th:nth-of-type(5) {
  width: 200px;
}
table.table19 tbody th {
  padding: 5px 20px;
  text-align: left;
  font-size: 14px;
  vertical-align: middle;
  color: #0e7a11;
  background: #e9f6ea;
}
table.table19 tbody td {
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}
table.table19 tbody td span.nowrap {
  white-space: nowrap;
}
table.table19 tbody td.top {
  vertical-align: top;
}

/* 2025.02.12追記 */
table.table20 {
  margin-top: 30px;
  border-bottom: none;
}
table.table20 tr:first-child th {
  padding: 5px 10px;
  vertical-align: middle;
  font-size: 14px;
  background: #0e7a11;
}
table.table20 tr:last-child {
  border-top: 1px solid #0e7a11;
}
table.table20 tr:last-child th {
  padding: 0;
  color: #000;
  border: none;
}
table.table20 tr:last-child th:first-child {
  text-align: left;
}
table.table20 tr:last-child th:last-child {
  text-align: right;
}
table.table20 th {
  padding: 5px 10px;
  font-size: 14px;
}
table.table20 td {
  text-align: center;
  font-size: 14px;
}

table.table21 {
  margin-top: 30px;
}
table.table21 th {
  padding: 5px 10px;
  vertical-align: middle;
  font-size: 14px;
  background: #0e7a11;
}
table.table21 td {
  vertical-align: top;
  font-size: 14px;
}
table.table21 td:first-child {
  white-space: nowrap;
}
table.table21 td p.text_note {
  font-size: 12px;
}

table.table22 {
  width: 100%;
  margin-top: 30px;
}
table.table22 tr.red {
  background: #fcf0e4;
}
table.table22 tr.blue {
  background: #ddeaf6;
}
table.table22 th {
  padding: 5px 10px;
  vertical-align: middle;
  font-size: 14px;
  background: #0e7a11;
}
table.table22 td {
  vertical-align: middle;
  font-size: 14px;
}
table.table22 td:first-child {
  vertical-align: top;
}
table.table22 td:nth-last-child(1), table.table22 td:nth-last-child(2) {
  text-align: right;
}

/*----------------------------------------------------
	プリント用
----------------------------------------------------*/
@media print {
  html, body {
    height: auto !important;
  }
  .header {
    position: relative;
  }
  .header .inner {
    width: 980px;
  }
  .header .btn_language,
  .header .btn_jre,
  .header .btn_asset {
    display: none;
  }
  .globalNav {
    display: none !important;
  }
  .content {
    overflow: hidden;
    width: 980px;
    min-width: 980px;
    margin: 0 auto;
    padding-top: 0;
  }
  .indexTitle .textBlock {
    left: 0;
  }
  .indexTitle .imgBlock {
    right: 0;
  }
  .indexTitle .imgBlock img {
    width: 100%;
  }
  .indexMenu {
    display: flex;
    justify-content: space-between;
    width: 980px;
    margin: 60px auto 0;
  }
  .indexMenu .cell {
    position: relative;
    width: calc((100% - 80px) / 3);
  }
  .indexMenu .cell img {
    width: 100%;
  }
  .contentHeader {
    padding-top: 20px;
  }
  .footer {
    width: 980px;
    margin: 0 auto;
    border-top: 1px solid #000;
  }
  .footer .footerMenu {
    display: none;
  }
  .footer ul.list_submenu {
    display: none;
  }
  body#society .indexMenu .cell {
    width: 450px !important;
  }
  body#society .indexMenu .caseBlock h5.title_border {
    height: auto !important;
  }
}
/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	margin
----------------------------------------------------*/
/* h3 */
h3.title_label + h4 {
  margin-top: 45px;
}

h3.title_label + p.text {
  margin-top: 35px;
}

h3.title_label + p.img {
  margin-top: 60px;
}

h3.title_label + ul.list_disc {
  margin-top: 35px;
}

/* h4 */
h4 + h5.title {
  margin-top: 25px;
}

h4 + h6.title {
  margin-top: 15px;
}

h4.title_border + h4.title {
  margin-top: 25px;
}

h4.title_border + h4.title_border-left {
  margin-top: 25px;
}

h4.title_border + p.img {
  margin-top: 35px;
}

h4.title_border + ul.list_number {
  margin-top: 15px;
}

h4 + p.text {
  margin-top: 15px;
}

h4 + p.text_note {
  margin-top: 25px;
}

h4 + p.img {
  margin-top: 25px;
}

h4.title_border-left + p.text {
  margin-top: 25px;
}

h4 + .column {
  margin-top: 20px;
}

/* h5 */
h5.title + h6.title_label {
  margin-top: 25px;
}

h5.title + h6.title {
  margin-top: 25px;
} /* 2021.02.01追記 */
h5.title + p.text {
  margin-top: 15px;
}

h5.title + p.img {
  margin-top: 15px;
}

h5.title + ul.list_disc {
  margin-top: 15px;
}

h5.title + ul.list_number {
  margin-top: 15px;
}

/* h6 */
h6.title + p.title {
  margin-top: 15px;
}

h6.title + p.text {
  margin-top: 10px;
}

h6.title + p.img {
  margin-top: 15px;
}

h6.title + ul.list_disc {
  margin-top: 15px;
}

h6.title + .column {
  margin-top: 15px;
}

h6.title_border + p.img {
  margin-top: 20px;
}

h6.title_label + p.text {
  margin-top: 15px;
}

h6.title_label + p.img {
  margin-top: 30px;
}

/* p */
p + h4 {
  margin-top: 45px;
}

p + h5.title {
  margin-top: 35px;
}

p + h6.title {
  margin-top: 35px;
}

p + h6.title_label {
  margin-top: 25px;
}

p.title + ul.list_disc {
  margin-top: 0.75em;
}

p.text + p.title {
  margin-top: 25px;
}

p.text + p.text {
  margin-top: 1.5em;
}

p.text + p.text_kome {
  margin-top: 1.5em;
}

p.text + p.text_note {
  margin-top: 1em;
}

p.text + p.summary {
  margin-top: 55px;
}

p.text + p.img {
  margin-top: 40px;
}

p.text + ul.list_disc {
  margin-top: 0.75em;
}

p.text + ul.list_note {
  margin-top: 1.5em;
}

p.text + ul.list_alphabet {
  margin-top: 1em;
}

p.text + ul.list_number {
  margin-top: 1.5em;
}

p.text + .column {
  margin-top: 35px;
}

p.text_kome + p.text {
  margin-top: 1.5em;
}

p.text_kome + ul.list_disc {
  margin-top: 25px;
}

p.text_caption + p.text {
  margin-top: 1.5em;
}

p.img + p.text {
  margin-top: 25px;
}

p.img + p.text_kome {
  margin-top: 25px;
}

p.img + p.text_note {
  margin-top: 15px;
}

p.img + .imgBlock {
  margin-top: 60px;
}

/* ul */
ul.list_disc + h6.title {
  margin-top: 25px;
}

ul.list_disc + p.title {
  margin-top: 0.75em;
}

ul.list_disc + p.text {
  margin-top: 0.75em;
}

ul.list_note + h6.title {
  margin-top: 35px;
}

ul.list_note + h4 {
  margin-top: 45px;
}

ul.list_kome + h4 {
  margin-top: 45px;
}

ul.list_alphabet + h6.title {
  margin-top: 35px;
}

ul.list_alphabet + p.text_note {
  margin-top: 35px;
}

/* table */
table.table + h4 {
  margin-top: 45px;
}

table.table + h5 {
  margin-top: 35px;
} /* 2021.02.01追記 */
table.table + p.text {
  margin-top: 1.5em;
} /* 2022.10.31追記 */
table.table + p.text_note {
  margin-top: 15px;
}

/* .tableBlock */
.tableBlock + h4 {
  margin-top: 45px;
}

.tableBlock + h5 {
  margin-top: 35px;
} /* 2025.02.12追記 */
.tableBlock + p.text {
  margin-top: 30px;
}

.tableBlock + p.text_note {
  margin-top: 15px;
}

.tableBlock + ul.list_disc {
  margin-top: 35px;
}

.tableBlock + ul.list_note {
  margin-top: 15px;
}

.tableBlock + ul.list_kome {
  margin-top: 15px;
}

.tableBlock + .column {
  margin-top: 50px;
}

/* .contentHeader */
.contentHeader + .section {
  margin-top: 75px;
}

/* .tabArea */
.tabArea + .section {
  margin-top: 80px;
}

/* .anchorArea */
.anchorArea + .section {
  margin-top: 80px;
}

/* .section */
.section + .section {
  margin-top: 95px;
}

/* .column */
.column + h4 {
  margin-top: 45px;
}

.column + h5.title {
  margin-top: 45px;
}

.column + h6.title {
  margin-top: 35px;
}

.column + p.text {
  margin-top: 30px;
}

.column + p.text_note {
  margin-top: 35px;
}

.column + .column {
  margin-top: 40px;
}

/* .imgBlock */
.imgBlock + h4 {
  margin-top: 45px;
}

.imgBlock + h4.title_border-left {
  margin-top: 30px;
}

.imgBlock + p.text {
  margin-top: 35px;
}

/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	TOP
----------------------------------------------------*/
body#top .mainvisual {
  padding-top: 83px;
  border-bottom: 3px;
  /* margin */
}
body#top .mainvisual .inner {
  box-sizing: border-box;
  min-width: 1200px;
  height: 590px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
  color: #fff;
  background: url("/img/top/bg_mainvisual.jpg") center center no-repeat;
  background-size: cover;
}
body#top .mainvisual h2.title {
  font-size: 42px;
  line-height: 1;
}
body#top .mainvisual h3.title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
body#top .mainvisual ul.list_btn {
  display: flex;
  width: 980px;
  margin: 0 auto;
}
body#top .mainvisual ul.list_btn li {
  background: url("/img/top/bg_mainvisual_btn.png?202202") center center no-repeat;
}
body#top .mainvisual ul.list_btn li + li {
  margin-left: 20px;
}
body#top .mainvisual p.text_note {
  width: 980px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
}
body#top .mainvisual h2.title + p.title_sub {
  margin-top: 15px;
}
body#top .mainvisual h3.title + p.text {
  margin-top: 15px;
}
body#top .mainvisual p.title_sub + p.text {
  margin-top: 15px;
}
body#top .mainvisual p.text + ul.list_btn {
  margin-top: 25px;
}
body#top .mainvisual ul.list_btn + p.text_note {
  margin-top: 15px;
}
body#top .mainvisual .textBlock + .textBlock {
  margin-top: 40px;
}
body#top .globalNav {
  position: absolute;
  top: 675px;
}
body#top .globalNav ul.list_menu li {
  width: calc((100% - 5px) / 6);
}
body#top .globalNav ul.list_menu li:first-child {
  display: none;
}
body#top .globalNav.fixed {
  position: fixed;
  top: 83px;
}
body#top .section01 {
  width: 980px;
  margin: 0 auto;
  /* IE11対応 */
}
body#top .section01 h2.title {
  text-align: center;
}
body#top .section01 p.text {
  margin-top: 40px;
  text-align: center;
}
body#top .section01 .column {
  margin-top: 35px;
}
body#top .section01 .column .cell {
  width: calc((100% - 120px) / 3);
}
body#top .section01 .column .cell:last-child h3.title {
  position: relative;
}
body#top .section01 .column .cell:last-child h3.title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 126px;
  height: 33px;
  background: #fff;
}
body#top .section01 .column .cell + .cell {
  margin-left: 120px;
}
body#top .section01 h3.title {
  margin-top: 30px;
  background: url("/img/top/ic_arrow_off.png") center right no-repeat;
}
body#top .section01 h3.title a {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 22px;
  color: #000;
  line-height: 1;
}
body#top .section01 h3.title:hover {
  background: url("/img/top/ic_arrow_on.png") center right no-repeat;
}
body#top .section01 h3.title:hover a {
  text-decoration: none;
}
body#top .section01 h3.title:hover a span {
  color: #5dc1cd;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body#top .section01 p.text_note {
  margin-top: 15px;
}
@media all and (-ms-high-contrast: none) {
  body#top .section01 h3.title:hover a span {
    background: none;
  }
}
body#top .section02 {
  display: flex;
  justify-content: space-between;
  width: 980px;
  margin: 100px auto 0;
}
body#top .section02 .textBlock {
  box-sizing: border-box;
  position: relative;
  order: 2;
  width: 609px;
  margin-left: 90px;
  padding: 78px 30px 0 0;
}
body#top .section02 .textBlock h2.title {
  margin-left: -0.25em;
  font-size: 42px;
  line-height: 1;
}
body#top .section02 .textBlock p.title_sub {
  margin-top: 20px;
}
body#top .section02 .textBlock p.text {
  margin-top: 25px;
}
body#top .section02 .textBlock .btn_more {
  position: absolute;
  bottom: 63px;
  right: 72px;
}
body#top .section02 .imgBlock {
  order: 1;
}
body#top .section03 {
  background: #f5f5f5;
}
body#top .section03 .inner {
  display: flex;
  justify-content: space-between;
  width: 980px;
  margin: 100px auto 0;
  padding: 60px 0;
}
body#top .section03 .imgBlock {
  box-sizing: border-box;
  order: 1;
  width: 281px;
  padding-left: 71px;
}
body#top .section03 .textBlock {
  box-sizing: border-box;
  order: 2;
  position: relative;
  width: 609px;
  padding: 78px 62px 0 0;
}
body#top .section03 .textBlock h2.title {
  font-size: 42px;
  line-height: 1;
}
body#top .section03 .textBlock p.title_sub {
  width: 200px;
  margin-top: 20px;
}
body#top .section03 .textBlock p.title_sub img {
  width: 100%;
}
body#top .section03 .textBlock .btn_more {
  position: absolute;
  bottom: 53px;
  right: 72px;
}
body#top .section04,
body#top .section05 {
  margin-top: 100px;
  text-align: center;
}
body#top .section04 h2.title,
body#top .section05 h2.title {
  font-size: 42px;
  line-height: 1;
}
body#top .section04 p.title_sub,
body#top .section05 p.title_sub {
  margin-top: 20px;
}
body#top .section04 p.text,
body#top .section05 p.text {
  margin-top: 25px;
}
body#top .section04 .btnBlock,
body#top .section05 .btnBlock {
  box-sizing: border-box;
  width: 520px;
  margin: 35px auto 0;
  padding: 30px;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
}
body#top .section04 .btnBlock p.text_note,
body#top .section05 .btnBlock p.text_note {
  color: #fff;
}
body#top .section04 .btnBlock .btn_more,
body#top .section05 .btnBlock .btn_more {
  margin: 20px auto 0;
}
body#top .section04 .btnBlock .btn_more::before,
body#top .section05 .btnBlock .btn_more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 45px;
  background: url("/assets/img/bg_btn02.png") center center no-repeat;
}

/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	JREのESGについて
----------------------------------------------------*/
body#esg .indexMenu-message {
  display: flex;
  justify-content: space-between;
  width: 980px;
  margin: 60px auto 0;
}
body#esg .indexMenu-message .textBlock {
  box-sizing: border-box;
  position: relative;
  order: 2;
  width: 609px;
  margin-left: 90px;
  padding: 78px 30px 0 0;
}
body#esg .indexMenu-message .textBlock h3.title {
  margin-left: -0.25em;
  font-size: 42px;
  line-height: 1;
}
body#esg .indexMenu-message .textBlock p.title_sub {
  margin-top: 20px;
}
body#esg .indexMenu-message .textBlock p.text {
  margin-top: 25px;
}
body#esg .indexMenu-message .textBlock .btn_more {
  position: absolute;
  bottom: 63px;
  right: 72px;
}
body#esg .indexMenu-message .imgBlock {
  order: 1;
}
body#esg .indexMenu-message + .indexMenu {
  margin-top: 100px;
}

/*----------------------------------------------------
	トップメッセージ
----------------------------------------------------*/
body#message .contentHeader::before {
  background: url("/img/esg/message/bg_message.jpg") center center no-repeat;
  background-size: cover;
}
body#message .contentHeader p.text_name {
  margin-top: 25px;
}
body#message .contentHeader p.text_name span.position {
  display: block;
  font-size: 13px;
  line-height: 1.5;
}
body#message .contentHeader p.text_name span.name {
  display: block;
  font-size: 20px;
}
body#message .contentHeader p.text_name span + span {
  margin-top: 0.25em;
}
body#message .contentHeader p.text_name_sp {
  display: none;
}
body#message .contentHeader h4.title_border {
  margin-top: 105px;
}
body#message .contentHeader + .section {
  margin-top: 1.5em;
}
body#message dl.list_chronology {
  margin: 1.5em auto;
}
body#message dl.list_chronology div {
  display: flex;
  align-items: self-start;
}
body#message dl.list_chronology div + div {
  margin-top: 0.25em;
}
body#message dl.list_chronology dt {
  white-space: nowrap;
  padding-right: 0.5em;
}
body#message dl.list_chronology dd {
  margin-top: -0.15em;
}
body#message h4.title_border {
  font-size: 24px;
}
body#message * + p.img {
  margin-top: 75px;
}

/*----------------------------------------------------
	ESG基本方針・マネジメント体制
----------------------------------------------------*/
body#policy .tabArea .tab {
  width: calc((100% - 4px) / 2);
}

/*----------------------------------------------------
	ESG情報開示方針
----------------------------------------------------*/
body#information .tabArea .tab {
  width: calc((100% - 4px) / 2);
}
body#information .section .btnBlock {
  display: flex;
  width: 710px;
  margin: 25px auto 0;
}
body#information .section .btnBlock .btn {
  width: calc((100% - 40px) / 2);
}
body#information .section .btnBlock .btn + .btn {
  margin-left: 40px;
}
body#information .section .btnBlock + ul.list_disc {
  margin-top: 45px;
}
body#information .section .telBlock {
  margin-top: 35px;
  padding: 10px 10px 20px;
  text-align: center;
  background: #f5f5f5;
}
body#information .section .telBlock .inner {
  padding: 24px;
  background: #fff;
}
body#information .section .telBlock p.text_tel {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
body#information .section .telBlock p.text_time,
body#information .section .telBlock p.text_company {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1;
}

/*----------------------------------------------------
	サステナビリティレポート
----------------------------------------------------*/
body#sustainability .contentHeader + .section {
  margin-top: 60px;
}
body#sustainability .section .column {
  display: flex;
  justify-content: center;
}
body#sustainability .section .column .cell + .cell {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 335px;
  margin-left: 50px;
}
body#sustainability .section .btnBlock {
  width: 335px;
  margin-top: 25px;
}
body#sustainability .section p.img img {
  border: 1px solid #e6e6e6;
}
body#sustainability .section p.text {
  text-align: center;
  line-height: 1.5;
}
body#sustainability .section p.text span {
  display: block;
  margin-top: 0.5em;
  font-size: 12px;
}
body#sustainability .section ul.list_backnumber {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 0 50px;
}
body#sustainability .section ul.list_backnumber li {
  width: calc((100% - 180px) / 4);
  margin-right: 60px;
}
body#sustainability .section ul.list_backnumber li:nth-of-type(4n) {
  margin-right: 0;
}
body#sustainability .section ul.list_backnumber li:nth-of-type(n+5) {
  margin-top: 40px;
}
body#sustainability .section ul.list_backnumber li img {
  width: 100%;
}

/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	環境への取り組み
----------------------------------------------------*/
body#environment .section {
  /* margin */
}
body#environment .section .balloonBlock {
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 15px;
  background: #eaf6f7;
}
body#environment .section .balloonBlock::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 16px);
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 16px 0 16px;
  border-color: #eaf6f7 transparent transparent;
}
body#environment .section .balloonBlock ul.list_disc {
  margin-top: 0;
}
body#environment .section .balloonBlock ul.list_disc li {
  font-size: 18px;
  font-weight: bold;
}
body#environment .section .balloonBlock ul.list_disc li + li {
  margin-top: 0;
}
body#environment .section h4.title_square {
  box-sizing: border-box;
  position: relative;
  height: 68px;
  margin-top: 40px;
  padding: 20px 0 0 30px;
  font-size: 18px;
  background: #e4eaeb;
}
body#environment .section h4.title_square::before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 18px;
  height: 18px;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
}
body#environment .section .grayArea {
  padding: 25px 30px 40px;
  background: #f5f5f5;
}
body#environment .section .grayArea .column {
  margin-top: 35px;
}
body#environment .section .grayArea .column .cell + .cell {
  margin-left: 30px;
}
body#environment .section .grayArea .column .img_bottom {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}
body#environment .section .grayArea .column .img_bottom p {
  width: 100%;
}
body#environment .section .column .cell + .cell {
  margin-left: 40px;
}
body#environment .section .column01 {
  margin-top: 0;
}
body#environment .section .column01 .cell + .cell {
  margin-top: 20px;
}
body#environment .section ul.list_kome {
  margin-top: 35px;
}
body#environment .section ul.list_kome li {
  padding-left: 1.25em;
}
body#environment .section ul.list_kome li:nth-of-type(1):before {
  content: "※";
}
body#environment .section ul.list_kome li:nth-of-type(2):before {
  content: "※";
}
body#environment .section ul.list_kome li:nth-of-type(3):before {
  content: "※";
}
body#environment .section ul.list_btn_border {
  margin-top: 20px;
}
body#environment .section ul.list_btn_border li {
  display: flex;
  align-items: self-start;
}
body#environment .section ul.list_btn_border li .btn_border {
  width: 300px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
body#environment .section ul.list_btn_border li .btn_border a {
  display: block;
  padding: 15px 5px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  background: #fff;
  transition: all 0.2s ease-in-out;
}
body#environment .section ul.list_btn_border li .btn_border a:hover {
  color: #fff;
  background: #139b4d;
}
body#environment .section ul.list_btn_border li .btn_border + .btn_border {
  margin-left: 15px;
}
body#environment .section ul.list_btn_border li + li {
  margin-top: 15px;
}
body#environment .section h4.title_border + .grayArea {
  margin-top: 30px;
}
body#environment .section p.text + p.text_kome {
  margin-top: 0.25em;
}
body#environment .section p.text + p.text_note.text_kome {
  margin-top: 1.5em;
}
body#environment .section p.text_asterisk + p.text_kome {
  margin-top: 0.25em;
}
body#environment .section p.text_note + .column03 {
  margin-top: 15px;
}
body#environment .section ul.list_disc + p.text {
  margin-top: 30px;
}
body#environment .section ul.list_disc + p.text_kome {
  margin-top: 0.25em;
}
body#environment .section ul.list_btn_border + h4.title_border {
  margin-top: 45px;
}
body#environment .section .grayArea + h4.title_border {
  margin-top: 45px;
}
body#environment .section .grayArea + .column {
  margin-top: 45px;
}
body#environment .section .tableBlock + h6.title {
  margin-top: 35px;
}

/*----------------------------------------------------
	気候変動に対する取り組み
----------------------------------------------------*/
body#climate .section {
  /* margin */
}
body#climate .section .column .cell + .cell {
  margin-left: 40px;
}
body#climate .section .column03 .cell {
  width: calc((100% - 40px) / 2);
}
body#climate .section dl.relatedBlock {
  margin-top: 35px;
  display: flex;
  font-size: 16px;
  line-height: 1.75;
}
body#climate .section dl.relatedBlock dt {
  width: 6em;
}
body#climate .section dl.relatedBlock dd {
  width: calc(100% - 6em);
}
body#climate .section dl.relatedBlock dd p.text + p.text_note {
  margin-top: 5px;
}
body#climate .section .grayArea {
  margin-top: 35px;
  padding: 25px 30px;
  background: #f5f5f5;
}
body#climate .section .grayArea h6.title + p.text {
  margin-top: 5px;
}
body#climate .section .grayArea p.text + h6.title {
  margin-top: 20px;
}
body#climate .section .imgBlock {
  display: table;
  margin: 35px auto 0;
}
body#climate .section .imgBlock .column .cell p.circle + p.text_caption {
  margin-top: 0.75em;
  text-align: center;
}
body#climate .section .imgBlock .column .cell + .cell {
  margin-left: 60px;
}
body#climate .section .imgBlock .column02 .cell p.text_note {
  margin-top: 8px;
  text-align: center;
}
body#climate .section .imgBlock .column02 .cell + .cell {
  margin-left: 40px;
}
body#climate .section ul.list_icon {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
body#climate .section ul.list_icon li {
  box-sizing: border-box;
  width: 33.3333333333%;
  margin: 0;
  text-align: center;
  border-left: 1px solid #3da240;
}
body#climate .section ul.list_icon li:nth-of-type(3) {
  border-right: 1px solid #3da240;
}
body#climate .section ul.list_icon li:nth-of-type(5) {
  border-right: 1px solid #3da240;
}
body#climate .section ul.list_icon li:nth-of-type(n+4) {
  margin-top: 30px;
}
body#climate .section ul.list_icon li p.title {
  margin-top: 0.5em;
  font-size: 16px;
  font-weight: bold;
  color: #0e7a11;
  line-height: 1;
}
body#climate .section ul.list_icon li p.title > span {
  display: inline-block;
  margin-left: 0.25em;
  font-size: 28px;
}
body#climate .section ul.list_icon li p.title > span span {
  font-size: 22px;
}
body#climate .section ul.list_icon li p.text_note {
  margin-top: 1em;
  line-height: 1.42;
}
body#climate .section ul.list_btn_green {
  display: flex;
  margin-top: 20px;
}
body#climate .section ul.list_btn_green li {
  width: calc((100% - 80px) / 5);
  margin-top: 0;
}
body#climate .section ul.list_btn_green li + li {
  margin-left: 20px;
}
body#climate .section ul.list_flow {
  display: flex;
  margin-top: 15px;
}
body#climate .section ul.list_flow li {
  box-sizing: border-box;
  width: calc((100% - 120px) / 4);
  padding: 15px;
  border: 2px solid #139b4d;
}
body#climate .section ul.list_flow li + li {
  position: relative;
  margin-left: 40px;
}
body#climate .section ul.list_flow li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 16px;
  border-color: transparent transparent transparent #139b4d;
}
body#climate .section ul.list_flow li + li::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  left: -35px;
  width: 14px;
  height: 14px;
  background: #139b4d;
}
body#climate .section span.red {
  color: #ec6c72;
}
body#climate .section span.blue {
  color: #004ea2;
}
body#climate .section table.table17 {
  margin-top: 30px;
}
body#climate .section p.text + p.text_note.text_kome {
  margin-top: 1.5em;
}
body#climate .section p.text_note + h5.title {
  margin-top: 45px;
}
body#climate .section dl.relatedBlock + h4.title_border {
  margin-top: 45px;
}
body#climate .section dl.relatedBlock + .column {
  margin-top: 45px;
}
body#climate .section .grayArea + h4.title_border {
  margin-top: 45px;
}
body#climate .section ul.list_btn_green + h6.title_label {
  margin-top: 30px;
}
body#climate .section ul.list_icon + h5.title {
  margin-top: 60px;
}
body#climate .section .imgBlock + h4.title_border-left {
  margin-top: 60px;
}
body#climate .section .imgBlock + h5.title {
  margin-top: 60px;
}
body#climate .section .imgBlock + p.text_kome {
  margin-top: 1.5em;
}

/*----------------------------------------------------
	グリーンボンドについて
----------------------------------------------------*/
body#greenbond .section {
  /* margin */
}
body#greenbond .section .imgBlock {
  display: table;
  margin: 35px auto 0;
}
body#greenbond .section .imgBlock .column .cell + .cell {
  margin-left: 10px;
}
body#greenbond .section .tableBlock h6.title {
  margin-top: 1.5em;
}
body#greenbond .section dl.relatedBlock {
  margin-top: 1.5em;
  display: flex;
  font-size: 16px;
  line-height: 1.75;
}
body#greenbond .section dl.relatedBlock dt {
  width: 6em;
}
body#greenbond .section dl.relatedBlock dd {
  width: calc(100% - 6em);
}
body#greenbond .section dl.relatedBlock dd p.text + p.text_note {
  margin-top: 5px;
}
body#greenbond .section ul.list_icon01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
body#greenbond .section ul.list_icon01 li {
  display: flex;
  align-items: center;
  width: calc((100% - 40px) / 2);
}
body#greenbond .section ul.list_icon01 li:nth-of-type(2n) {
  margin-left: 40px;
}
body#greenbond .section ul.list_icon01 li:nth-of-type(n+3) {
  margin-top: 30px;
}
body#greenbond .section ul.list_icon01 li::before {
  display: block;
  width: 100px;
  height: 100px;
}
body#greenbond .section ul.list_icon01 li span {
  display: block;
  width: calc(100% - 120px);
  margin-left: 20px;
}
body#greenbond .section ul.list_icon01 li:nth-of-type(1)::before {
  content: url("/img/environment/greenbond/img10.png");
}
body#greenbond .section ul.list_icon01 li:nth-of-type(2)::before {
  content: url("/img/environment/greenbond/img11.png");
}
body#greenbond .section ul.list_icon01 li:nth-of-type(3)::before {
  content: url("/img/environment/greenbond/img12.png");
}
body#greenbond .section ul.list_icon01 li:nth-of-type(4)::before {
  content: url("/img/environment/greenbond/img13.png");
}
body#greenbond .section ul.list_icon01 li + li {
  margin-top: 2px;
}
body#greenbond .section ul.list_icon02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
body#greenbond .section ul.list_icon02 li {
  width: calc((100% - 4px) / 3);
  margin: 0;
  text-align: center;
  border-left: 1px solid #3da240;
}
body#greenbond .section ul.list_icon02 li:nth-of-type(3) {
  border-right: 1px solid #3da240;
}
body#greenbond .section ul.list_icon02 li:nth-of-type(5) {
  border-right: 1px solid #3da240;
}
body#greenbond .section ul.list_icon02 li:nth-of-type(n+4) {
  margin-top: 30px;
}
body#greenbond .section ul.list_icon02 li p.title {
  margin-top: 0.5em;
  font-size: 16px;
  font-weight: bold;
  color: #0e7a11;
  line-height: 1;
}
body#greenbond .section ul.list_icon02 li p.title > span {
  display: inline-block;
  margin-left: 0.25em;
  font-size: 28px;
}
body#greenbond .section ul.list_icon02 li p.title > span span {
  font-size: 22px;
}
body#greenbond .section ul.list_icon02 li p.text_note {
  display: block;
  margin-top: 1em;
  line-height: 1.42;
}
body#greenbond .section h5.title + .imgBlock .column .cell p.circle + p.text_caption {
  margin-top: 0.75em;
  text-align: center;
}
body#greenbond .section h5.title + .imgBlock .column .cell + .cell {
  margin-left: 60px;
}
body#greenbond .section table.table10 ul.list_disc li {
  text-align: left;
  font-size: 14px;
}
body#greenbond .section table.table19 {
  margin-top: 40px;
}
body#greenbond .section p.text + ul.list_disc {
  margin-top: 1.5em;
}
body#greenbond .section ul.list_icon01 + h5.title {
  margin-top: 60px;
}
body#greenbond .section ul.list_icon02 + h5.title {
  margin-top: 60px;
}
body#greenbond .section dl.relatedBlock + p.text {
  margin-top: 1.5em;
}
body#greenbond .section dl.relatedBlock + h6 {
  margin-top: 35px;
}

/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	社会への取り組み
----------------------------------------------------*/
body#society .indexMenu .cell {
  position: relative;
  width: calc((100% - 40px) / 2);
}
body#society .indexMenu .caseBlock {
  margin-top: 35px;
  display: flex;
}
body#society .indexMenu .caseBlock .case {
  width: 260px;
}
body#society .indexMenu .caseBlock .case + .case {
  margin-left: 35px;
}
body#society .indexMenu .caseBlock h5.title_border {
  position: relative;
  height: 48px;
  padding-left: 14px;
  font-size: 18px;
  line-height: 1.4;
}
body#society .indexMenu .caseBlock h5.title_border::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 3px;
  height: 48px;
  border-left: 3px solid;
  -o-border-image: linear-gradient(to bottom, #5dc1cd, #59b75d);
     border-image: linear-gradient(to bottom, #5dc1cd, #59b75d);
  border-image-slice: 1;
}
body#society .indexMenu .caseBlock p.img {
  margin-top: 15px;
}
body#society .indexMenu .caseBlock p.text_note {
  margin-top: 10px;
}
body#society .indexMenu .caseBlock ul.list_arrow {
  margin-top: 15px;
}
body#society .indexMenu .caseBlock ul.list_arrow li a {
  font-size: 14px;
}
body#society .indexMenu .caseBlock ul.list_arrow li a::before {
  top: 2px;
}
body#society .section {
  /* margin */
}
body#society .section .column .cell + .cell {
  margin-left: 40px;
}
body#society .section .column01 {
  flex-wrap: wrap;
}
body#society .section .column01 .cell {
  width: calc((100% - 40px) / 2);
}
body#society .section .column01 h6.title {
  text-align: center;
}
body#society .section .column01 p.text_caption {
  width: 100%;
  text-align: center;
}
body#society .section .column01 p.img + p.img {
  margin-top: 40px;
}
body#society .section h4.title_square {
  box-sizing: border-box;
  position: relative;
  height: 68px;
  margin-top: 40px;
  padding: 20px 0 0 30px;
  font-size: 18px;
  background: #e4eaeb;
}
body#society .section h4.title_square::before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 18px;
  height: 18px;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
}
body#society .section .grayArea {
  padding: 25px 30px 40px;
  background: #f5f5f5;
}
body#society .section .grayArea .column .cell + .cell {
  margin-left: 30px;
}
body#society .section .grayArea .column .img_bottom {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}
body#society .section .grayArea .column .img_bottom p {
  width: 100%;
}
body#society .section .grayArea01 {
  margin-top: 35px;
}
body#society .section .grayArea01 ul.list_disc {
  margin-top: 35px;
}
body#society .section .grayArea01 ul.list_disc li {
  font-size: 14px;
  line-height: 1.5;
}
body#society .section .grayArea01 p.text_note {
  margin-top: 1em;
}
body#society .section p.text + p.img {
  margin-top: 35px;
}
body#society .section p.text + .imgBlock {
  margin-top: 35px;
}
body#society .section .grayArea + h5.title {
  margin-top: 35px;
}
body#society .section .grayArea + h6.title {
  margin-top: 35px;
}
body#society .section .grayArea + p.text {
  margin-top: 35px;
}
body#society .section .grayArea + p.img {
  margin-top: 35px;
}
body#society .section .column + p.img {
  margin-top: 35px;
}

/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
投資法人のガバナンス体制
----------------------------------------------------*/
body#structure .section table + ul.list_note {
  width: 602px;
  margin: 1em auto 0;
}
body#structure .section ul.list_note + p.text {
  margin-top: 1.5em;
}

/*----------------------------------------------------
	運用体制
----------------------------------------------------*/
body#management .section {
  /* margin */
}
body#management .section .imgBlock {
  margin-top: 35px;
}
body#management .section .column {
  margin-top: 40px;
}
body#management .section .column .cell {
  box-sizing: border-box;
  position: relative;
  width: calc((100% - 60px) / 3);
  padding: 30px;
  color: #fff;
}
body#management .section .column .cell:nth-child(-n+2)::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 24px);
  right: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 22px;
}
body#management .section .column .cell:nth-child(1) {
  background: #5dc1cd;
}
body#management .section .column .cell:nth-child(1)::after {
  border-color: transparent transparent transparent #5dc1cd;
}
body#management .section .column .cell:nth-child(2) {
  background: #5bbda1;
}
body#management .section .column .cell:nth-child(2)::after {
  border-color: transparent transparent transparent #5bbda1;
}
body#management .section .column .cell:nth-child(3) {
  background: #59b75d;
}
body#management .section .column .cell + .cell {
  margin-left: 30px;
}
body#management .section .column h4.title {
  text-align: center;
}
body#management .section .lightblueArea {
  margin-top: 50px;
  padding: 30px 20px 40px;
  background: #eaf7f7;
}
body#management .section .lightblueArea .whiteBlock {
  margin-top: 35px;
  padding: 30px;
  background: #fff;
}
body#management .section .lightblueArea ul.list_square {
  margin-top: 20px;
}
body#management .section p.title + ul.list_disc {
  margin-left: 3em;
}
body#management .section .lightblueArea + p.text_kome {
  margin-top: 1em;
}

/*----------------------------------------------------
コンプライアンス体制
----------------------------------------------------*/
body#compliance .section {
  /* margin */
}
body#compliance .section ul.list_number-Circle {
  margin-top: 10px;
}
body#compliance .section ul.list_number-Circle li {
  box-sizing: border-box;
  position: relative;
  padding-left: 1.25em;
  font-size: 14px;
  line-height: 1.5;
}
body#compliance .section ul.list_number-Circle li:before {
  position: absolute;
  top: 0;
  left: 0;
}
body#compliance .section ul.list_number-Circle li:nth-of-type(1):before {
  content: "①";
}
body#compliance .section ul.list_number-Circle li:nth-of-type(2):before {
  content: "②";
}
body#compliance .section ul.list_number-Circle li:nth-of-type(3):before {
  content: "③";
}
body#compliance .section ul.list_number-Circle li + li {
  margin-top: 5px;
}
body#compliance .section dl.relatedBlock {
  margin-top: 1.5em;
  display: flex;
  font-size: 16px;
  line-height: 1.75;
}
body#compliance .section dl.relatedBlock dt {
  width: 6em;
}
body#compliance .section dl.relatedBlock dd {
  width: calc(100% - 6em);
}
body#compliance .section dl.relatedBlock dd p.text + p.text_note {
  margin-top: 5px;
}
body#compliance .section .examplesBlock {
  margin: 1.75em auto;
  padding-left: 30px;
}
body#compliance .section .examplesBlock ul.list_examples {
  margin-top: 10px;
}
body#compliance .section .examplesBlock ul.list_examples li {
  box-sizing: border-box;
  position: relative;
  padding-left: 3.65em;
  font-size: 16px;
  line-height: 1.75;
}
body#compliance .section .examplesBlock ul.list_examples li:before {
  position: absolute;
  top: 0;
  left: 0;
}
body#compliance .section .examplesBlock ul.list_examples li:nth-of-type(1):before {
  content: "事例①：";
}
body#compliance .section .examplesBlock ul.list_examples li:nth-of-type(2):before {
  content: "事例②：";
}
body#compliance .section .examplesBlock ul.list_examples li:nth-of-type(3):before {
  content: "事例③：";
}
body#compliance .section .examplesBlock ul.list_examples li:nth-of-type(4):before {
  content: "事例④：";
}
body#compliance .section .examplesBlock ul.list_examples li:nth-of-type(5):before {
  content: "事例⑤：";
}
body#compliance .section .examplesBlock ul.list_examples li:nth-of-type(6):before {
  content: "事例⑥：";
}
body#compliance .section .examplesBlock ul.list_examples li + li {
  margin-top: 2px;
}
body#compliance .section .tableBlock + h6.title {
  margin-top: 40px;
}
body#compliance .section dl.relatedBlock + h6.title {
  margin-top: 35px;
}
body#compliance .section p.img + p.text {
  margin-top: 40px;
}

/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	外部評価・認証の取得
----------------------------------------------------*/
body#external .contentHeader::before {
  background: url("/img/external/bg_external.jpg") center center no-repeat;
  background-size: cover;
  opacity: 100%;
}
body#external .anchorArea ul li.title {
  height: 960px;
}
body#external .section {
  /* margin */
}
body#external .section .grayArea {
  margin-top: 35px;
  padding: 35px 40px;
  background: #f5f5f5;
}
body#external .section .grayArea + h4.title_border {
  margin-top: 45px;
}
body#external .section table.table09 + p.text_note {
  width: 602px;
  margin: 5px auto 0;
}
body#external .section p.text_note + p.text_note {
  margin-top: 35px;
}
body#external .section .column01 .cell {
  width: calc((100% - 120px) / 5);
}
body#external .section .column01 .cell + .cell {
  margin-left: 30px;
}
body#external .section .column02 {
  margin-top: 30px;
}
body#external .section .column02 .cell:first-child {
  width: 172px;
  padding-top: 10px;
}
body#external .section .column02 .cell:last-child {
  width: 779px;
  margin-left: 29px;
}
body#external .section .column02 ul {
  display: flex;
  flex-wrap: wrap;
}
body#external .section .column02 ul li {
  width: 185px;
  margin-right: 13px;
}
body#external .section .column02 ul li:nth-of-type(4n) {
  margin-right: 0;
}
body#external .section .column02 ul li:nth-of-type(n+5) {
  margin-top: 20px;
}
body#external .section .column02 ul li p.text_note {
  margin-top: 8px;
  text-align: center;
}
body#external .section .column02 + .column02 {
  margin-top: 50px;
}
body#external .section .grayArea02 {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  width: 514px;
  margin: 30px auto 50px;
  padding: 50px;
  background: #f5f5f5;
}
body#external .section .grayArea02 .cell {
  text-align: center;
  width: calc(100% - 247px);
}
body#external .section .grayArea02 .cell:first-child {
  padding-bottom: 15px;
  border: 1px solid #0e7a11;
}
body#external .section .grayArea02 .cell:last-child {
  width: 195px;
  margin-left: 52px;
}
body#external .section .grayArea02 h6.title_label-green {
  padding: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  background: #0e7a11;
}
body#external .section .grayArea02 p.text {
  margin-top: 10px;
}
body#external .section .grayArea02 p.text + p.text {
  margin-top: 10px;
}
body#external .section .column03 {
  flex-wrap: wrap;
  margin-top: 40px;
}
body#external .section .column03 .cell {
  width: 470px;
  margin-right: 40px;
}
body#external .section .column03 .cell:nth-child(2n) {
  margin-right: 0;
}
body#external .section .column03 .cell:nth-child(n+3) {
  margin-top: 50px;
}
body#external .section .column03 p.text_note {
  margin-top: 12px;
  text-align: center;
}
body#external .section .imgBlock {
  display: table;
  margin: 35px auto 0;
}
body#external .section .imgBlock .column .cell + .cell {
  margin-left: 10px;
}
body#external .section .imgBlock .column04 .cell:nth-child(3) img {
  border: 1px solid #c3c3c3;
}
body#external .section .imgBlock .column04 .cell p.text_note {
  margin-top: 8px;
  text-align: center;
}
body#external .section .imgBlock .column04 .cell + .cell {
  margin-left: 40px;
}
body#external .section .tableBlock p.text_note {
  margin-top: 35px;
}
body#external .section table.table16 + ul.list_kome {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7;
}
body#external .section h4 + p.text_note {
  margin-top: 30px;
}

/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	イニシアティブへの署名・参加
----------------------------------------------------*/
body#initiative .contentHeader::before {
  background: url("/img/initiative/bg_initiative.jpg") center center no-repeat;
  background-size: cover;
  opacity: 100%;
}
body#initiative .anchorArea ul li.title {
  height: 710px;
}
body#initiative .section dl.relatedBlock {
  margin-top: 1.5em;
  display: flex;
  font-size: 16px;
  line-height: 1.75;
}
body#initiative .section dl.relatedBlock dt {
  width: 6em;
}
body#initiative .section dl.relatedBlock dd {
  width: calc(100% - 6em);
}
body#initiative .section dl.relatedBlock dd p.text + p.text_note {
  margin-top: 5px;
}
body#initiative .section .grayArea {
  margin-top: 35px;
  padding: 35px 40px;
  background: #f5f5f5;
}
body#initiative .section .grayArea + p.text {
  margin-top: 35px;
}/*# sourceMappingURL=pc.css.map */