@media screen and (min-width: 768px) and (max-width: 810px) {
  .local-nav-wrapper {
    font-size: 90%;
  }
}

.local-nav-wrapper .local-nav .list-third li .list-fourth {
  vertical-align: top;
}



.subcategory {
  background-color: #f6dadf;
  font-weight: bold;
}

/* --------------------------------------------------------------

/about/esg/
layout

--------------------------------------------------------------*/

.ly-column2-type-esg--1-3,
.ly-column2-type-esg--3,
.ly-column2-type-esg {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.ly-column2-type-esg .column {
  width: 48%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.ly-column2-type-esg--3 .column {
  width: 32%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.ly-column2-type-esg--1-3 .column--1-3 {
  width: 24.7%;
}

.ly-column2-type-esg--1-3 .column--2-3 {
  width: 71%;
}


@media screen and (max-width: 767px) {

  .ly-column2-type-esg--1-3 {
    display: block;
  }

  .ly-column2-type-esg--1-3 .column--1-3 {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 15px;
    padding: 0;
  }

  .ly-column2-type-esg--1-3 .column--2-3 {
    width: 100%;
  }
  
  .ly-column2-type-esg--3{
    flex-wrap: wrap;
    justify-content: center;
  }
  .ly-column2-type-esg--3 .column {
    width: 46%;
    margin-left:  1%;
    margin-right:  1%;
  }


}

@media screen and (max-width: 479px) {

  .ly-column2-type-esg {
    display: block;
  }

  .ly-column2-type-esg .column {
    width: 100%;
  }

  .ly-column2-type-esg--3 .column {
    margin-bottom: 8px;
  }
}

/*  */
.esg--ly-column2 {
  display: flex;
  justify-content: space-between;
}

.esg--ly-column2-type04 {
  display: flex;
  justify-content: center;
}

.esg--ly-column2-img,
.esg--ly-column3-img {
  display: flex;
  justify-content: space-around;
}

/* column 2 */
.esg--ly-column2-type01 .column {
  width: 48%;
}

/*    */
.esg--ly-column2-type02 .column.w42p {
  width: 42%;
}

.esg--ly-column2-type02 .column.w28p {
  width: 28%;
}

/* text + Vertical Image  */
.esg--ly-column2-type03 .column.txt-inner {
  width: calc(100% - 28% - 2%);
}

.esg--ly-column2-type03 .column.img-inner {
  width: 28%;
}

/*    */
.esg--ly-column2-type04 .column.w50p {
  width: 50%;
  margin-left: 5%;
}

.esg--ly-column2-type04 .column.w50p .doc-img {
  max-width: 365px;
  margin: 0 auto;
}

.esg--ly-column2-type04 .column.w70p {
  width: 70%;
}

.esg--ly-column2-type04 .column.w27p {
  width: 27%
}

.esg--ly-column2-type04 .column.w27p .doc-img {
  max-width: 197px;
  margin: 0 auto;
}


@media screen and (max-width: 767px) {
  .esg--ly-column2 {
    display: block;
  }

  .esg--ly-column2-type01 .column,
  .esg--ly-column2-type03 .column.txt-inner {
    width: 100%;
  }

  .esg--ly-column2-type02 .column.w42p {
    width: 50%;
    margin: 0 auto;
  }

  .esg--ly-column2-type02 .column.w28p {
    width: 32%;
    margin: 0 auto;
  }

  .esg--ly-column2-type03 .column.img-inner {
    width: 204px;
    margin: 0 auto;
  }
}



/* column 3 */
.esg--ly-column3-type01 .column {
  /* Horizontal Image */
  width: 33%;
  vertical-align: top;
  letter-spacing: normal;
}

.esg--ly-column3-type02 .column {
  /* Vertical Image */
  width: 28%;
}


/* --------------------------------------------------------------

/about/esg/
common

--------------------------------------------------------------*/

sub {
  font-size: 10px;
  vertical-align: baseline;
  line-height: 1;
}

sup {
  font-size: 90%;
  vertical-align: super;
  line-height: 1;
}

.sus--list li {
  margin-bottom: 5px;
}

.sus--ol-style01 {
  margin-bottom: 5px;
}

.f-bold {
  font-weight: bold !important;
}

.ib {
  display: inline-block;
}

br.w480 {
  display: none;
}

@media screen and (max-width: 480px) {
  br.w480 {
    display: block;
  }
}

br.w500 {
  display: none;
}

@media screen and (max-width: 500px) {
  br.w500 {
    display: block;
  }
}

.bdr-cts {
  border: 1px solid #ececec;
  padding: 20px;
  margin-bottom: 30px;
}

.bdr-cts02 {
  border: 1px solid #ededed;
  padding: 25px 20px;
}


.bg-gray {
  background: #f5f6f8;
}

.img-bdr {
  border: 1px solid #ebeced;
}

.mrg-auto {
  margin-left: auto;
  margin-right: auto;
}


#content-body-wrapper .list-disc ul.list-disc-none li {
  padding-left: 0;
}


#content-body-wrapper .list-disc ul.list-disc-none li:before {
  content: none;
}

/* ----------------------------------------------------------------
  img size
  ----------------------------------------------------------------- */

.w400 {
  max-width: 400px !important;
  width: 100% !important;
}

.w500 {
  max-width: 500px !important;
  width: 100% !important;
}

.img-center {
  margin-left: auto;
  margin-right: auto;
}



/* --------------------------------------------------------------*/

.esg-arrow--center {
  position: relative;
}

.esg-arrow--center::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 30px solid #C00000;
  border-right: 0;
}

@media screen and (max-width: 767px) {

  .esg-arrow--center .column:first-child {
    position: relative;
    margin-bottom: 65px !important;
  }

  .esg-arrow--center .column:first-child::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -45px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 25px solid #C00000;
    border-bottom: 0;
  }

  .esg-arrow--center::after {
    content: none;
  }
}


/* ----------------------------------------------------------------
  Top Page
  ----------------------------------------------------------------- */

.esg-top--block:not(:last-of-type) {
  margin-bottom: 50px !important;
}

#content-body-wrapper .ly-column2-horizontal-type02-wrapper .esg-top--block .ly-column2-horizontal-type02 .column {
  vertical-align: top;
}

.esg-top--block .txt-content {
  padding-top: 0 !important;
}


.esg-top--block .list-parent li {
  margin-bottom: 10px !important;
}





/* --------------------------------------------------------------

/about/esg/sdgs/index-j.html

--------------------------------------------------------------*/


.sdgs-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sdgs-icon {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}


.h4-target {
  font-size: 130%;
  text-align: center;
  border: 2px solid;
  padding: 20px;
  margin-bottom: 20px;
}

.h5-target {
  font-size: 114.3%;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #333;
}

/*  */

.f-color-sdgs7 {
  color: #FABD00;
}

.f-color-sdgs9 {
  color: #ED6A02;
}

.f-color-sdgs11 {
  color: #F6A100;
}

.f-color-sdgs15 {
  color: #29A837;
}

/*  */

.bdr-color-sdgs7 {
  border-color: #FABD00;
}

.bdr-color-sdgs9 {
  border-color: #ED6A02;
}

.bdr-color-sdgs11 {
  border-color: #F6A100;
}

.bdr-color-sdgs15 {
  border-color: #29A837;
}


/* --------------------------------------------------------------

/environment/carbon-neutrality/targets-initiatives.html

--------------------------------------------------------------*/


.box-cn2 p {
  margin: 0 auto;
  width: 70%;
}

.box-cn2 img {
  width: 100%;
}

.box-cn {
  margin: 0;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .box-cn2 img {
    width: 70%;
  }

}

@media screen and (max-width: 479px) {
  .box-cn2 img {
    width: 100%;
  }
}

/* --------------------------------------------------------------

/about/esg/environment/relation/group-j.html

--------------------------------------------------------------*/

.edit-content span.icon-type01 {
  display: inline-block;
  margin-left: 10px;
  border: 1px solid #ebeced;
  padding: 3px 5px;
  line-height: 1;
  color: #666666;
  font-size: 75.5%;
}

/* --------------------------------------------------------------

/esg-governance/directors-j.html

--------------------------------------------------------------*/

.director-name {
  font-size: 110%;
  font-weight: bold;
}

.attribute li,
.attribute-note span {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 3px 3px;
  margin: 0 0 3px 0;
  line-height: 1;
  box-sizing: border-box;
}

.attribute-note span {
  margin-right: 10px;
}

.tenure {
  background: #999;
  color: #fff;
  border: none;
}

.attendance-record {
  border-top: 1px solid #ccc;
  padding-top: 5px;
  margin-top: 5px;
}

/* --------------------------------------------------------------

 table

--------------------------------------------------------------*/

#content-body-wrapper .tbl-type01.tbl-type01-narrow th,
#content-body-wrapper .tbl-type01.tbl-type01-narrow td {
  padding: 10px 10px;
}

#content-body-wrapper .tbl-type01 th.tbl-center,
#content-body-wrapper .tbl-type01 td.tbl-center {
  text-align: center;
}

#content-body-wrapper .tbl-type01 th.tbl-right,
#content-body-wrapper .tbl-type01 td.tbl-right {
  text-align: right;
}

#content-body-wrapper .tbl-type01 tr.tbl-em td,
#content-body-wrapper .tbl-type01 td.tbl-em {
  /* background: #fef6ef; */
  font-weight: bold;
}

#content-body-wrapper .hdg-level3 .txt-note {
  font-size: 70%;
}

@media screen and (max-width: 767px) {

  #content-body-wrapper .tbl-type01.tbl-type01-narrow th,
  #content-body-wrapper .tbl-type01.tbl-type01-narrow td {
    padding: 6px;
  }
}

.nowrap {
  white-space: nowrap;
}

.table--scroll {
  overflow-x: auto;
}

.table--scroll.w920 table {
  width: 100%;
  min-width: 920px;
}

.table--scroll.w730 table {
  width: 100%;
  min-width: 730px;
}

.table--scroll.w600 table {
  width: 100%;
  min-width: 600px;
}

.table--scroll.w480 table {
  width: 100%;
  min-width: 479px;
}

.tbl-type04 caption {
  text-align: right;
  margin-bottom: 5px;
}

.ver-align-t {
  vertical-align: top;
}

.nowrap {
  white-space: nowrap;
}

#content-body-wrapper .tbl-type04.td-pd-05 td {
  padding: 8px 5px;
}

#content-body-wrapper .tbl-type04.td-pd-05 tbody th {
  padding: 8px 6px;
}

.gri--table li {
  margin-bottom: 3px;
}

.gri--table li:last-of-type {
  margin-bottom: 0;
}

.gri--table li a {
  padding-left: 8px;
  position: relative;
  display: block;
}

.gri--table li a::before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 9px;
  left: 0;
  background: #bbb;
}

table .ver-rl {
  white-space: nowrap;
  display: inline-block;
  min-width: 10px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  /* text-orientation: all; */
  line-height: 1.2;
  text-align: center;
}

table .ver-rl span {
  text-combine-upright: all;
}

table .ver-rl span.v {
  text-combine-upright: unset;
  text-orientation: upright;
}

.w-auto {
  width: auto !important;
}

.w55-per {
  width: 55% !important;
}

.w35-per {
  width: 35% !important;
}

.w28-per {
  width: 28% !important;
}

.w22-per {
  width: 22% !important;
}

.w21-per {
  width: 21% !important;
}

.w20-per {
  width: 20% !important;
}

.w19-per {
  width: 19% !important;
}

.w18-per {
  width: 18% !important;
}

.w17-per {
  width: 17% !important;
}

.w16-per {
  width: 16% !important;
}

.w11-per {
  width: 11% !important;
}

.w09-per {
  width: 9% !important;
}

.w08-per {
  width: 8% !important;
}

.w07-per {
  width: 7% !important;
}

.w06-per {
  width: 6% !important;
}

.w05-per {
  width: 5% !important;
}

.w03-per {
  width: 3% !important;
}




/* 仮グロナビ */

.global_nav {
  background-color: #EB1E1E;
  overflow: hidden;
  height: 117px;
  background-position: center center;
  background-repeat: no-repeat;
}

.global_nav img {
  margin: 0 auto;
  display: block;
}