@charset "UTF-8";
/* Color
------------------------------*/

.u-color--black{
  color:#111111 !important;
}
.u-color--gray01{
  color:#555555 !important;
}
.u-color--gray02{
  color:#B1B1B1 !important;
}
.u-color--gray03{
  color:#E0E0E0 !important;
}
.u-color--gray04{
  color:#F6F6F6 !important;
}
.u-color--white{
  color:#ffffff !important;
}
.u-accentColor{
  color:#113293 !important;
}
.u-subColor--blue01{
  color:#7D9FD6 !important;
}
.u-subColor--blue02{
  color:#D2E1F9 !important;
}
.u-capacitorColor{
  color:#297DB0 !important;
}
.u-necstColor{
  color:#46A800 !important;
}
.u-cautionColor--red{
  color:#B70B0B !important;
}
.u-cautionColor--pink{
  color:#FFDDDD !important;
}
/* BgColor
------------------------------*/
.u-bgColor--gray01{
  background-color:#555555 !important;
}
.u-bgColor--gray02{
  background-color:#B1B1B1 !important;
}
.u-bgColor--gray03{
  background-color:#E0E0E0 !important;
}
.u-bgColor--gray04{
  background-color:#F6F6F6 !important;
}
.u-bgColor--accentColor{
  background-color:#113293 !important;
}
.u-bgColor--blue01{
  background-color:#7D9FD6 !important;
}
.u-bgColor--blue02{
  background-color:#F2F6FD !important;
}
.u-bgColor--blue03{
  background-color:#D2E1F9 !important;
}
.u-bgColor--capacitorColor{
  background-color:#297DB0 !important;
}
.u-bgColor--necstColor{
  background-color:#46A800 !important;
}
.u-bgColor--cautionColorRed{
  background-color:#B70B0B !important;
}
.u-bgColor--cautionColorPink{
  background-color:#FFDDDD !important;
}

/* Table
------------------------------*/
.c-table__d-cell{
  font-size: 1.4rem;
  padding: 8px 0;
}
.c-table__BorderLine{
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.c-table__BorderLine:not(:last-of-type){
  border-right: 1px solid #E0E0E0;
}
.c-table__BorderLine--white{
  border-top: 1.1px solid #fff;
}
.c-table__header,
.c-table__data{
  border: 1px solid #E0E0E0;
}

/* Area
--------------------- */
.c-graph__area{
  margin-top: 8px;
}
.c-table__area{
  margin-top: 16px;
}
@media screen and (max-width: 48em) {
.c-table__area{
  margin-top: 12px;
}
}

@media screen and (max-width: 48em) {
.c-graph__area{
  margin-top: 4px;
}
}

/* TimeLine
--------------------- */
/* .c-timeLine{
margin-top: 24px;
}
@media screen and (max-width: 48em) {
.c-timeLine{
margin-top: 16px;
}
} */
/* .c-timeLine__box{
  display: flex;
  margin-top: 16px;
}
@media screen and (max-width: 48em) {
.c-timeLine__box{
  flex-direction: column;
  margin-top: 12px;
}
} */
/* Other
--------------------- */
.l-scroll__table .c-table{
  width: 100%;
  display: table;
}
@media screen and (max-width: 48em) {
.l-scroll__table{
overflow: auto;
white-space: nowrap;
}
.l-scroll__table::-webkit-scrollbar{
 height: 5px;
}
.l-scroll__table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.l-scroll__table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
}
.c-unit{
  font-size: 14px;
}
.u-ws__nr{
  white-space: nowrap;
}

.u-sup{
font-size: 11px;
vertical-align: top;
}
.u-sub{
font-size: 11px;
vertical-align: baseline;
}

.u-indent{
padding-left: 1em;
text-indent: -1em;
}

/* ir/index.html
--------------------- */
/* KV*/
/* .slick-initialized .top-kv .ir__slider {
  display: block;
}

.ir__slider__content {
  overflow: hidden;
  padding-bottom: 15px;
}

.ir__slider .slick-arrow {
  width: 56px;
  height: 56px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 40%;
  z-index: 1;
  cursor: pointer;
}

.ir__slider .slick-arrow.slick-disabled {
  display: none !important;
}



.ir__slider .slick-prev {
  right:calc(40% + 1368px / 2 + 20px);
}
.ir__slider .slick-next  {
  left:calc(40% + 1368px / 2 + 20px);
} */
/*
.top-kv .ir__slider .slick-prev {
  background: url(/_assets/images/common/ico_arrow_blue.svg) no-repeat center center #fff;
  background-size: 24px auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 10%;
}

.top-kv .ir__slider .slick-next {
  background: url(/_assets/images/common/ico_arrow_blue.svg) no-repeat center center #fff;
  background-size: 24px auto;
  right: 10%;
}

.top-kv .ir__slider .kv__controls .slick-arrow{
    position: absolute;
    top: -180%;
    width: 56px;
    height: 56px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
}

.top-kv .ir__slider .kv__controls .slick-arrow:hover{
  opacity: .8;
} */

/* .ir__slider .slick-track{
  background: rgba(0,0,0,1);
}

.ir__slider .slick-slide{
  opacity: .5;
}

.ir__slider .slick-current{
  opacity: 1  !important;
} */

/*KVここまで*/

@media screen and (max-width: 48em) {
.c-ir__head{
margin-top: 40px;
}
}
.ir .c-title__page{
  margin-bottom: 40px;
}

.ir-ranking__navList{
  list-style: none;
}
.ir .ir-news__wrap{
  justify-content: space-between;
  display: flex;
}
.ir .top-info{
  margin-top: 40px;
}
@media screen and (min-width: 48.0625em){
.ir .top-info{
  margin-top: 80px;
}
}
@media screen and (max-width: 48em) {
.ir .ir-news__wrap{
  flex-direction: column;
}
}
.ir .ir-news__wrap .c-info__body{
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 16px 10px 16px 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 48.0625em){
.ir .ir-news__wrap .c-info__body{
  width: 728px;
  height: 485px;
  padding: 32px 10px 0 28px;
  margin-bottom: 0;
}
}
.ir-ranking__navLink{
  background: url(/_assets/images/common/ico_arrow_blue.svg) no-repeat right 16px center #F6F6F6;
  background-size: 20px 20px;
  padding: 20px 16px;
  color: #111;
  line-height: 1.6;
  display: block;
  border-bottom: 1px solid #B1B1B1;
  width: 264px;
}
.ir-ranking__navLink.-bn{
  border-bottom: 0px;
}
@media screen and (max-width: 48em) {
.ir-ranking__navLink{
  width: 100%;
}
}
.ir-ranking__navLink dl{
  display: flex;
  align-items: center;
}

.ir-ranking__navLink dt{
  color: #113293;
  font-size: 35px;
  margin-right: 20px;
}

.ir .top-category{
  padding: 24px;
}

.ir .c-info__title{
  letter-spacing: .06em;
}

/* news.html
------------------------------*/
.news .labelInner{
  display: flex;
  list-style: none;
  text-align: center;
  justify-content: space-between;
}
.news .labelInner li{
  width: calc((100% - 4%) / 6);
  border: 1px solid #113293;
}
@media screen and (max-width: 48em) {
  .news .labelInner{
  flex-wrap: wrap;
}
.news .labelInner li{
  width: calc((100% - 2%) / 2);
  margin-bottom: 8px;
}
}
.news .labelInner li a{
  padding: 8px 4px;
  display: block;
  font-size: 14px;
  color: #113293;
  font-weight: 700;
}

.news .labelInner li a.on{
  background-color: #113293;
  color: #fff;
}

/* highlight.html
--------------------- */
.highlight .c-column__box:nth-of-type(n+3){
margin-top: 60px;
}
@media screen and (max-width: 48em) {
.highlight .c-table{
  display: table;
  width: 100%;
}
.highlight .c-column__box:nth-of-type(n+2){
margin-top: 40px;
}
}

/* cashflows.html
--------------------- */
.cashflows .c-column__box:nth-of-type(n+3){
margin-top: 60px;
}
@media screen and (max-width: 48em) {
.cashflows .c-table{
  display: table;
  width: 100%;
}
.cashflows .c-column__box:nth-of-type(n+2){
margin-top: 40px;
}
}

/* balance.html
--------------------- */
.balance .c-table{
  border: 1px solid #E0E0E0;
}
.balance .c-table__header,
.balance .c-table__data{
  padding: 8px 4px;
}

/* calendar.html
--------------------- */
.calendar .c-timeLine__dt,
.calendar .c-timeLine__dd{
font-size: 1.6rem;
}

/* faq.html
--------------------- */
.faq .faq-box{
margin-top: 20px;
}

.faq table{
width: 100%;
}

.faq .c-table__header,
.faq .c-table__data{
padding: 16px;
}

.faq .c-table__data.-answer{
width: 53%;
}

@media screen and (max-width: 48em) {
.faq .c-table__header,
.faq .c-table__data{
padding: 8px;
}
}

.faq .c-table__header{
background: #F6F6F6;
}

/* terms.html
--------------------- */
.terms .c-table__header{
border-right: 0;
border-left: 0;
}
.terms .c-table__header,
.terms .c-table__data{
border-right: 0;
border-left: 0;
padding: 16px;
}
.terms .c-table__header{
background-color:#F6F6F6;
width: 28%;
text-align: left;
}

@media screen and (max-width: 48em) {
.terms .c-table__header,
.terms .c-table__data{
padding: 8px;
width: 100%;
display: block;
}
.terms .c-table__data{
border: 0;
}
}
/* news/index.html
--------------------- */
.news .c-info__body{
padding: 32px 28px;
}

.news .c-info__bodyInner{
max-height: initial;
padding-right: 0;

}

/* stockinfo
--------------------- */
.stockinfo table{
  width: 100%;
}

@media screen and (max-width: 48em) {
.stockinfo .l-scroll__table table{
  width: auto;
}
}

.stock .c-column__box:nth-of-type(n+2){
  margin-top: 32px;
}
@media screen and (max-width: 48em) {
.stock .c-column__box:nth-of-type(n+2){
  margin-top: 24px;
}
}

.stockinfo .c-table__header,
.stockinfo .c-table__data{
  border-right: 0;
  border-left: 0;
  padding: 16px;
}

.stockinfo .-ex .c-table__header,
.stockinfo .-ex .c-table__data{
  border: 1px solid #E0E0E0;
  padding: 16px;
}

.stockinfo .c-table__header{
  background-color: #F6F6F6;
  width: 28%;
  text-align: left;
}

.stockinfo .c-table__header.u-taC{
  text-align: center;
  vertical-align: middle;
}
.stockinfo .l-scroll__table .c-table__header{
  width: auto;
}
.stockinfo .l-scroll__table.-normal .c-table__header{
  /* width: 33.3%; */
  white-space: pre;
}

.stockinfo .c-table__data{
  vertical-align: middle;
}
@media screen and (max-width: 48em) {
.stockinfo .c-table__header,
.stockinfo .c-table__data{
padding: 8px;
width: 100%;
display: block;
}
.stockinfo.stock .l-scroll__table.-normal{
display: table-cell;
white-space: normal;
}

.stockinfo .l-scroll__table .c-table__header,
.stockinfo .l-scroll__table .c-table__data{
display: table-cell;
}

.stockinfo .c-table__data{
  border: 0;
}
}

.stockinfo .flex{
  display: flex;
  justify-content: space-between;
}

/* stock.html
--------------------- */
@media screen and (max-width: 48em) {
.stock .c-table__data .c-link{
  font-size: 14px;
}
}
.stock .imageBox{
  margin-top: 40px;
  text-align: center;
}

/* procedure.html
--------------------- */
.procedure .u-indent.-s{
  text-indent: .1em;
  padding-left: 0;
}

/* return.html
--------------------- */
.return .c-table__header,
.return .c-table__data{
  border: 1px solid #E0E0E0;
}
.return .c-table__header.u-taC{
  text-align: center;
}

/* meeting.html
--------------------- */
.meeting .c-table__header,
.meeting .c-table__data{
  border-right: 0;
  border-left: 0;
}

.meeting ol{
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}

/* officer.html
------------------------------*/
.stockinfo.officer .c-table__header,
.stockinfo.officer .c-table__data{
  border: 1px solid #E0E0E0;
}
.stockinfo.officer .c-table__data.-name{
  width: 28%;
}
@media screen and (max-width: 47.9375em) {
.stockinfo.officer .l-scroll__table table{
width: 100%;
}
.stockinfo.officer .c-table__data{
width: 100%;
}
.stockinfo.officer .c-table__data.-name{
  min-width: 100px;
  max-width: 100px;
}
}


/* .officer dl{
  display: flex;
}

.officer dt{
min-width: 94px;
margin-right: 8px;
white-space: nowrap;
} */

/* risk.html
------------------------------*/
.risk ol{
  list-style: none;
}

/* individual/index.html
--------------------- */
.individual .pageLink{
  background-color: #F6F6F6;
  padding: 32px 24px 32px 44px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 47.9375em) {
.individual .pageLink{
  flex-direction: column;
}
}

.individual .pageLink li{
  position: relative;
  list-style: none;
  margin-right: 64px;
}

.individual .pageLink li:nth-child(n+1):nth-child(-n+2){
  margin-bottom: 24px;
}

@media screen and (max-width: 47.9375em) {
.individual .pageLink li:nth-child(n+2){
  margin-top: 16px;
}
.individual .pageLink li:nth-child(n+1):nth-child(-n+2){
  margin-bottom: 0;
}
}


.individual .pageLink li::before{
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: #113293;
  position: absolute;
  top: 2px;
  left: -28px;
  transform: rotate(90deg);
  transform-origin: center;
  background: url(/_assets/images/common/ico_arrow_blue.svg) no-repeat right center;
  display: inline-block;
}

.individual .pageLink li a{
  font-weight: 500;
}

.individual .grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
  list-style: none;
}

.individual .grid li{
  border: 1px solid #113293;
  margin: -1px;
}

.individual .grid li:nth-child(1){
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.individual .grid li:nth-child(2){
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}
.individual .grid li:nth-child(3){
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}
.individual .grid li:nth-child(4){
  grid-column: 2 / 4;
  grid-row: 3 / 5;
}
.individual .grid li:nth-child(5){
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}
.individual .grid li:nth-child(6){
  grid-column: 1 / 2;
  grid-row: 4 / 5;
}
.individual .grid li:nth-child(7){
  grid-column: 1 / 3;
  grid-row: 5 / 7;
}
.individual .grid li:nth-child(8){
  grid-column: 3 / 4;
  grid-row: 5 / 6;
}
.individual .grid li:nth-child(9){
  grid-column: 3 / 4;
  grid-row: 6 / 7;
}

@media screen and (max-width: 48em) {
  .individual .grid{
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  text-align: center;
}
.individual .grid li:nth-child(1){
  grid-column: 1 / 7;
  grid-row: 1 / 4;
}
.individual .grid li:nth-child(2){
  grid-column: 1 / 4;
  grid-row: 4 / 6;
}
.individual .grid li:nth-child(3){
  grid-column: 4 / 7;
  grid-row: 4 / 6;
}
.individual .grid li:nth-child(4){
  grid-column: 1 / 7;
  grid-row: 8 / 12;
}
.individual .grid li:nth-child(5){
  grid-column: 1 / 4;
  grid-row: 6 / 8;
}
.individual .grid li:nth-child(6){
  grid-column: 4 / 7;
  grid-row: 6 / 8;
}
.individual .grid li:nth-child(7){
  grid-column: 1 / 7;
  grid-row: 12 / 15
}
 .individual .grid li:nth-child(8){
  grid-column: 1 / 4;
  grid-row: 15 / 17;
}
.individual .grid li:nth-child(9){
  grid-column: 4 / 7;
  grid-row: 15 / 17;
}
}

.individual .c-acc__btn{
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    background: url(/_assets/images/common/ico_plus_blue.svg) no-repeat right 16px center #fff;
    padding: 32px 24px;
}
.individual .c-acc__btn.is-open{
  background: url(/_assets/images/common/ico_minus_blue.svg) no-repeat right 16px center #fff;
  border-bottom: 4px solid #113293;
  color: #113293;
  padding: 32px 24px 35px;
  margin-bottom: 16px;
}
.individual .c-acc__content{
padding: 0 24px;
visibility: hidden;
}

.individual .productBox{
  display: flex;
  flex-wrap: wrap;
}

.individual .productBox li{
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 36px 0 24px;
  background-color: #F6F6F6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 187px;
}

.individual .productBox li:nth-child(3n){
margin-right: 0;
}
.individual .productBox li:nth-last-child(-n+3){
margin-bottom: 0;
}

.individual .productBox li img{
margin-bottom: 8px;
}

.individual .productBox li p{
margin-top: auto;
}

@media screen and (max-width: 48em) {
.individual .productBox li{
  width: calc((100% - 8px) / 2);
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 24px 0;
  height: auto;
}
.individual .productBox li:nth-child(3n){
margin-right: 8px;
}
.individual .productBox li:nth-child(2n){
margin-right: 0;
}
.individual .productBox li:nth-last-child(-n+3){
margin-bottom: 8px;
}
.individual .productBox li:nth-last-child(-n+2){
margin-bottom: 0;
}
.individual .productBox li img{
margin-bottom: 20px;
}
}

.individual ol{
  list-style-position: inside;
  padding: 24px;
  background-color: #F6F6F6;
}

.individual .key_list li{
    list-style-position: inside;
    padding-left: 1.3em;
    text-indent: -1.3em;
}

@media screen and (max-width: 48em) {
.individual ol{
  padding: 24px;
}
}

.individual ol li{
  padding-left: 1em;
  text-indent: -1.25em;
  font-size: 16px;
}
.individual ol li::marker,
.individual .key_list li::marker{
  color: #113293;
  font-weight: bold;
}

/* value.html
--------------------- */
.value_support .pageLink{
  background-color: #F6F6F6;
  padding: 32px 24px 32px 44px;
  display: flex;
  flex-wrap: wrap;
}

.value_support .pageLink li{
  position: relative;
  list-style: none;
  margin-right: 50px;
}


@media screen and (max-width: 47.9375em) {
.value_support .pageLink li:nth-child(n+2){
  margin-top: 16px;
}
.value_support .pageLink li{
  margin-right: 0;
}
}

.value_support .pageLink li::before{
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: #113293;
  position: absolute;
  top: 2px;
  left: -28px;
  transform: rotate(90deg);
  transform-origin: center;
  background: url(/_assets/images/common/ico_arrow_blue.svg) no-repeat right center;
  display: inline-block;
}
.value_support .pageLink li a{
  font-weight: 500;
}

.value_support .sec01{
  margin-top: 128px;
  margin-bottom: 118px;
}

.value_support .sec02{
  margin-bottom: 118px;
}

.value_support .sec03{
  margin-bottom: 64px;
}

@media screen and (max-width: 48em) {
.value_support .sec01{
  margin-top: 64px;
  margin-bottom: 80px;
}
.value_support .sec02{
  margin-bottom: 120px;
}
}

.value_support .headingWrap{
  position: relative;
}

.value_support .headingContent{
  position: relative;
  margin-bottom: 64px;
}

.value_support .headingImg{
  position: relative;
}
.value_support .headingBox{
  position: absolute;
  left: 25px;
  bottom: 25px;
  z-index: 1;
}
.value_support picture img{
  margin-bottom: 12px;
}
.value_support .headingBox h3{
  color: #fff;
  letter-spacing: .03em;
  font-size: 28px;
  font-weight: 700;
}
.value_support .number{
  position: absolute;
  left: 19px;
  top: -52px;
}
.value_support .product{
  position: absolute;
  right: 25px;
  bottom: -20px;
}

.value_support .textBox{
  padding: 22px 24px;
  background-color: #F6F6F6;
}

.value_support .textBox .lead{
  font-size: 22px;
  color: #113293;
  font-weight: 700;
}

.value_support .textBox ul{
  list-style: none;
}
.value_support .textBox li{
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}
.value_support .textBox li::before{
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #113293;
  left: 0;
  top: 7px;
}
.value_support .mark{
  text-align: center;
  margin: 20px 0;
}


.value_support .columnWrap{
  padding: 38px 24px 24px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.value_support .columnBox{
  display: flex;
}

.value_support .columnTxt{
  width: 392px;
  margin-right: 16px;
}
.value_support .columnPic {
  width: 270px;
}
.value_support .columnPic img{
  width: 100%;
}

.value_support .columnPic figcaption{
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 48em) {
.value_support .headingWrap{
  display: flex;
  flex-direction: column;
}
.value_support .headingContent{
  margin-bottom: 33px;
}
.value_support .headingBox{
  position: static;
  order: 1;
  margin-bottom: 24px;
}
.value_support .headingBox h3{
font-size: 28px;
color: #000;
}
.value_support .number{
  width: 82px;
  left: 10px;
  top: -30px;
}
.value_support .product{
  width: 70px;
  right: 10px;
  bottom: -10px;
}

.value_support .columnBox{
  flex-direction: column;
}
.value_support .columnTxt{
  width: 100%;
}
.value_support .columnPic {
  width: 100%;
  margin-top: 16px;
}
}

.value_support .awardWrap{
display: flex;
padding: 24px;
background-color: #F6F6F6;
}

@media screen and (max-width: 48em) {
.value_support .awardWrap{
flex-direction: column;
}

.value_support .awardWrap p img{
width: 100%;
}

}

/* library.html
--------------------- */
.library .dlList{
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-top: 1px solid #E0E0E0;
}

@media screen and (max-width: 48em) {
.library .dlList{
  flex-direction: column;
}

.library .dlList .c-text:first-child{
  margin-bottom: -8px;
}
}

/* .library .link{
  position: relative;
  top: -72px;
  display: block;
} */

/* topmessage.html
--------------------- */
.topmessage h1.c-title__page{
  line-height: 1;
}
.topmessage .txtBox p{
  font-size: 16px;
}


/* esg.html
--------------------- */
.esg .c-acc__btn{
-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
background: url(/_assets/images/common/ico_plus_blue.svg) no-repeat right 16px center #fff;
padding: 32px 46px 32px 32px;
}

.esg .c-acc__btn.is-open{
background: url(/_assets/images/common/ico_minus_blue.svg) no-repeat right 16px center #fff;
border-bottom: 4px solid #113293;
color: #113293;
padding: 32px 46px 35px 32px;
margin-bottom: 16px;
}

.esg .c-acc__content{
padding: 0 24px;
visibility: hidden;
}

.esg .esg_dl{
display: flex;
}
.esg .esg_dt{
margin-right: 4px;
}

/* .esg ol{
    list-style-position: inside;
    padding-left: 1em;
    text-indent: -1em;
} */
.esg ol li{
    list-style-position: inside;
    padding-left: 1.3em;
    text-indent: -1.3em;
}

/* sitemap.html
--------------------- */
.sitemap .c-column--2 .c-column__box:not(:last-of-type){
  margin-bottom: 32px;
}
