@charset "utf-8";



#main_box {

  line-height: 2.0;

}



/* side_menu ----------------- */

li.btn312 {

  background-color: rgb(218,218,218);

  border-bottom-color: rgb(204,204,204) !important;

}

li.btn312 > a {

  pointer-events:none;

  cursor: auto;

}

#side_box .side_menu li.btn312 > a::after {

  display: none;

}







/* contents ---- */

.box01 .box_gray20 > ul > li > .txt {

  padding-left: 1.75em;

}









.box03 .usage {

  display: flex;

  justify-content: flex-end;

}

.box03 .usage > li {

  position: relative;

  display: flex;

}

.box03 .usage > li:last-child {

  margin-left: 24px;

}



.box03 .arrow_high,

.box03 .arrow_mid {

  position: relative;

  width: 30px;

  height: 30px;

  margin-right: 8px;

  margin-left: 8px;

  background-repeat: no-repeat;

  background-position: center center;

  background-size: contain;

}

.box03 .arrow_high {

  background-image: url(../images/arrow-g.svg);

}

.box03 .arrow_mid {

  background-image: url(../images/arrow-lg.svg);

  transform: rotate(45deg);

}





.box03 .risk_list {

  border-collapse: separate;

  border-spacing: 2px;

}

.box03 .risk_list ._cel1 {

  width: calc(320 / 794 * 100%);

}

.box03 .risk_list ._cel2 {

  width: calc(72 / 794 * 100%);

}

.box03 .risk_list ._cel3 {

  width: calc(320 / 794 * 100%);

}



.box03 .risk_list th,

.box03 .risk_list td {

  vertical-align: middle;

}

.box03 .risk_list thead th {

  background-color: rgb(219,219,219);

}



.box03 .risk_list .arrow_high,

.box03 .risk_list .arrow_mid {

  margin-right: auto;

  margin-left: auto;

}

.box03 .risk_list tbody td {

  font-size: 14px;

  padding: 5px 10px;

}

.box03 .risk_list tbody td ._rc {

  position: relative;

  display: flex;

  align-items: center;

  font-size: 16px;

  font-weight: 700;

}

.box03 .risk_list tbody td ._rc::before {

  display: block;

  width: 12px;

  height: 12px;

  margin-top: 2px;

  margin-right: 3px;

  content: '';

}

.box03 .risk_list .panel_risk td {

  background-color: rgb(252,240,240);

}

.box03 .risk_list .panel_risk ._rc {

  color: rgb(192,0,0);

}

.box03 .risk_list .panel_risk ._rc::before {

  background-color: rgb(192,0,0);

}

.box03 .panel_risk .arrow_high {

  background-image: url(../images/arrow-r.svg);

}

.box03 .panel_risk .arrow_mid {

  background-image: url(../images/arrow-p.svg);

}



.box03 .risk_list .panel_chance td {

  background-color: rgb(229,237,249);

}

.box03 .risk_list .panel_chance ._rc {

  color: rgb(0,69,191);

}

.box03 .risk_list .panel_chance ._rc::before {

  background-color: rgb(0,69,191);

}

.box03 .panel_chance .arrow_high {

  background-image: url(../images/arrow-b.svg);

}

.box03 .panel_chance .arrow_mid {

  background-image: url(../images/arrow-lb.svg);

}



.box03 .risk_list tbody td.action {

  background-color: rgb(244,244,244) !important;

}

.box03 .risk_list tbody td ul > li {

  padding-left: 1em;

  text-indent: -1em;

}

.box03 .risk_list tbody td ul > li._noind {

  padding-left: 0;

  text-indent: 0;

}

.box03 .risk_list tbody .title {

  padding-top: 15px;

  text-align: left;

  font-weight: 700;

  font-size: 18px;

}



@media screen and (max-width: 767px) {

  .box03 .usage {

    font-size: 11px;

  }

  .box03 .usage > li {

    align-items: center;

  }

  .box03 .usage > li:last-child {

    margin-left: 12px;

  }

  

  .box03 .arrow_high,

  .box03 .arrow_mid {

    width: 15px;

    height: 15px;

    margin-right: 4px;

    margin-left: 4px;

  }

  

  .box03 .risk_list {

    display: flex;

    flex-direction: column;

    border-collapse: separate;

    border-spacing: 1px;

  }

  .box03 .risk_list .arrow_high,

  .box03 .risk_list .arrow_mid {

    width: 24px;

    height: 24px;

  }



  .box03 .risk_list thead {

    display: table;

    font-size: 13px;

  }

  .box03 .risk_list thead ._cel3 {

    display: none;

  }

  .box03 .risk_list thead ._cel1 {

    width: calc(100% - 102px);

  }

  .box03 .risk_list thead ._cel2 {

    width: 50px;

  }

  .box03 .risk_list tbody {

    display: flex;

    flex-direction: column;

  }

  .box03 .risk_list tbody .title {

    font-size: 13px;

  }

  .box03 .risk_list tbody tr {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    margin-bottom: 1px;

  }

  .box03 .risk_list tbody td {

    padding: 5px;

    font-size: 12px;

  }

  .box03 .risk_list tbody td ._rc {

    font-size: 12px;

  }

  .box03 .risk_list tbody td:nth-child(1) {

    width: calc(100% - 102px);

  }

  .box03 .risk_list tbody td:nth-child(2) {

    display: flex;

    align-items: center;

    width: 50px;

  }

  .box03 .risk_list tbody td:nth-child(3) {

    display: flex;

    align-items: center;

    width: 50px;

  }

  .box03 .risk_list tbody .action {

    width: 100%;

    margin-top: 1px;

    margin-bottom: 20px;

    padding: 0;

  }

  .box03 .risk_list tbody .action::before {

    display: block;

    width: 100%;

    min-height: 28px;

    border-bottom: 1px rgb(255,255,255) solid;

    background-color: rgb(219,219,219);

    text-align: center;

    font-size: 13px;

    content: '現時点で実施している対応策';

  }

  html[lang="en"] .box03 .risk_list tbody .action::before {

    content: 'Countermeasures currently being implemented';

  }



  .box03 .risk_list tbody tr .action > div {

    padding: 5px;

  }

}









.box05 .img02 {

  width: 160px;

  margin-left: 20px;

  border: 1px rgb(219,219,219) solid;

}



.box05 .note {

  font-size: 11px;

}

.box05 .note li {

  line-height: 1.4;

  margin-top: 4px;

}



@media screen and (max-width: 767px) {

  .box05 .lede_box {

    display: flex;

    flex-direction: column-reverse;

  }

  .box05 .lede_box .right {

    float: none;

    margin-top: 10px;

    margin-right: auto;

    margin-left: auto;

  }

  

}





@media screen and (max-width: 767px) {

  #main_box .box05 .box05_01_01 .ttl_s3 {

    font-size: 13px;

  }

}









/* Material ---- */

.box01 .materiality_box {

  position: relative;

}



.box01 .materiality_box .hex_panels {

  position: relative;

  width: 100%;

  padding-top: calc(1.732 * 1.5 * 7.14%);

  z-index: 90;

}

.box01 .materiality_box .hex_panels > li {

  position: absolute;

}



.materiality_box .hex_panels > li {

  width: calc(100% / 14);

  background-color: rgb(89,89,89);

}

.materiality_box .hex_panels > li::before,

.materiality_box .hex_panels > li::after {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgb(89,89,89);

  z-index: 0;

  content: '';

}

.materiality_box .hex_panels > li::before {

  transform: rotate(60deg);

}

.materiality_box .hex_panels > li::after {

  transform: rotate(-60deg);

}



.box01 .materiality_box .hex_panels > li:nth-child(1) {

  top: 0;

  left: -6px;

  background-color: rgb(255,102,0);

}

.materiality_box .hex_panels > li:nth-child(1) p > span,

.materiality_box .hex_panels > li:nth-child(1)::before,

.materiality_box .hex_panels > li:nth-child(1)::after {

  background-color: rgb(255,102,0);

}

.box01 .materiality_box .hex_panels > li:nth-child(2) {

  top: calc(100% / 3 + 3px);

  left: calc(7.14% * 1.5 - 3px);

  background-color: rgb(255,80,80);

}

.materiality_box .hex_panels > li:nth-child(2) p > span,

.materiality_box .hex_panels > li:nth-child(2)::before,

.materiality_box .hex_panels > li:nth-child(2)::after {

  background-color: rgb(255,80,80);

}



.box01 .materiality_box .hex_panels > li:nth-child(3) {

  top: 0;

  left: calc(7.14% * 3);

  background-color: rgb(112,48,160);

}

.materiality_box .hex_panels > li:nth-child(3) p > span,

.materiality_box .hex_panels > li:nth-child(3)::before,

.materiality_box .hex_panels > li:nth-child(3)::after {

  background-color: rgb(112,48,160);

}

.box01 .materiality_box .hex_panels > li:nth-child(4) {

  top: calc(100% / 3 + 3px);

  left: calc(7.14% * 4.75);

  background-color: rgb(84,130,53);

}

.materiality_box .hex_panels > li:nth-child(4) p > span,

.materiality_box .hex_panels > li:nth-child(4)::before,

.materiality_box .hex_panels > li:nth-child(4)::after {

  background-color: rgb(84,130,53);

}

.box01 .materiality_box .hex_panels > li:nth-child(5) {

  top: 0;

  left: calc(7.14% * 6.5);

  background-color: rgb(255,153,0);

}

.materiality_box .hex_panels > li:nth-child(5) p > span,

.materiality_box .hex_panels > li:nth-child(5)::before,

.materiality_box .hex_panels > li:nth-child(5)::after {

  background-color: rgb(255,153,0);

}

.box01 .materiality_box .hex_panels > li:nth-child(6) {

  top: calc(100% / 3 + 3px);

  left: calc(7.14% * 8.25);

  background-color: rgb(0,112,192);

}

.materiality_box .hex_panels > li:nth-child(6) p > span,

.materiality_box .hex_panels > li:nth-child(6)::before,

.materiality_box .hex_panels > li:nth-child(6)::after {

  background-color: rgb(0,112,192);

}

.box01 .materiality_box .hex_panels > li:nth-child(7) {

  top: 0;

  left: calc(7.14% * 11 - 3px);

}

.box01 .materiality_box .hex_panels > li:nth-child(8) {

  top: calc(100% / 3 + 3px);

  left: calc(7.14% * 12.5);

  background-color: rgb(255,192,0);

}

.materiality_box .hex_panels > li:nth-child(8) p > span,

.materiality_box .hex_panels > li:nth-child(8)::before,

.materiality_box .hex_panels > li:nth-child(8)::after {

  background-color: rgb(255,192,0);

}



.materiality_box .hex_panels > li > span {

  display: block;

  position: relative;

  padding-top: calc(1.732 * 100%);

  z-index: 100;

}

.materiality_box .hex_panels > li > span > span {

  display: flex;

  justify-content: center;

  align-items: center;

  position: absolute;

  top: 0;

  left: 50%;

  width: 166%;

  height: 100%;

  font-size: 11px;

  /* font-weight: 700; */

  line-height: 1.3;

  color: rgb(255,255,255);

  transform: translate3d(-50%, 0, 0);

  text-align: center;

}



.box01 .missions {

  position: relative;

  display: flex;

  justify-content: space-between;

  z-index: 80;

}

.box01 .missions > li {

  position: relative;

  width: calc((100% - 15px) / 4);

  margin-top: calc(-1.732 * 1.5 * 7.14%);

  padding-top: calc(1.732 * 1.5 * 7.14% + 20px);

}

.box01 .missions > li::before {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 50%;

  background-color: rgb(242,242,242);

  content: '';

}

.box01 .missions > li::after {

  position: absolute;

  top: 0;

  right: -3px;

  width: 1px;

  height: 100%;

  background-color: rgb(202,202,202);

  content: '';

}

.box01 .missions > li:last-child::after {

  display: none;

}

.box01 .missions > li > .title {

  position: relative;

  padding-top: 8px;

  padding-bottom: 8px;

  background-color: rgb(230,230,230);

  text-align: center;

  font-weight: 700;

  line-height: 1.5;

}

.box01 .missions > li > .sub_tit {

  display: flex;

  justify-content: center;

  align-items: center;

  position: relative;

  min-height: 90px;

  text-decoration: underline;

  padding: 8px;

  background-color: rgb(242,242,242);

  line-height: 1.5;

  font-weight: 700;

}

.box01 .missions > li > .text {

  position: relative;

  padding: 8px;

  background-color: rgb(242,242,242);

  font-size: 87.5%;

}



.box01 .slogan {

  position: relative;

  margin-top: 64px;

  font-weight: 700;

  font-size: 125%;

  line-height: 1.2;

  text-align: center;

}

.box01 .slogan::before {

  position: absolute;

  top: -30px;

  left: 50%;

  width: 140px;

  height: 30px;

  transform: translate3d(-50%, -50%, 0);

  background: linear-gradient(to top right, rgba(255,255,255,0) 50%, rgb(202,202,202) 50%) no-repeat top left/50% 100%,linear-gradient(to top left, rgba(255,255,255,0) 50%, rgb(202,202,202) 50%) no-repeat bottom right/50% 100%;

  content: '';

}





@media screen and (max-width: 980px) {

  .materiality_box .hex_panels > li > span > span {

    font-size: calc(1.6949vw - 5.6102px);

  }

}

@media screen and (max-width: 920px) {

  .materiality_box .hex_panels > li > span > span {

    font-size: 10px;

  }

}

@media screen and (max-width: 767px) {

  .box01 .materiality_box {

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

  }

  .box01 .materiality_box .hex_panels {

    width: 120px;

    padding-top: 0;

  }

  

  .materiality_box .hex_panels > li {

    width: calc(100% / 1.5);

  }

  .materiality_box .hex_panels > li > span {

    padding-top: calc((1 / 1.732) * 100%);

  }

  

  .box01 .materiality_box .hex_panels > li {

    position: relative;

    margin-top: 25px;

  }

  .box01 .materiality_box .hex_panels > li:nth-child(2n) {

    margin-left: 41px;

  }

  .box01 .materiality_box .hex_panels > li:nth-child(1) {

    top: 0;

    left: 0;

    margin-top: 34px;

  }

  .box01 .materiality_box .hex_panels > li:nth-child(2) {

    top: 0;

    left: 0;  }

  .box01 .materiality_box .hex_panels > li:nth-child(3) {

    top: 0;

    left: 0;

  }

  .box01 .materiality_box .hex_panels > li:nth-child(4) {

    top: 0;

    left: 0;

    margin-top: 54px;

  }

  .box01 .materiality_box .hex_panels > li:nth-child(5) {

    top: 0;

    left: 0;

    margin-top: 54px;

  }

  .box01 .materiality_box .hex_panels > li:nth-child(6) {

    top: 0;

    left: 0;

    margin-top: 72px;

  }

  .box01 .materiality_box .hex_panels > li:nth-child(7) {

    top: 0;

    left: 0;

    margin-top: 106px;

  }

  .box01 .materiality_box .hex_panels > li:nth-child(8) {

    top: 0;

    left: 0;

  }

  .materiality_box .hex_panels > li > span > span {

    width: 100%;

  }



  

  .box01 .materiality_box .missions {

    width: calc(100% - 128px);

    flex-direction: column;

  }

  .box01 .missions > li {

    width: 100%;

    margin-top: 5px;

    padding-top: 0;

  }

  .box01 .missions > li::before {

    display: none;

  }

  .box01 .missions > li::after {

    right: 0;

    top: -3px;

    width: calc(100% + 128px);

    height: 1px;

    background-color: rgb(202,202,202);

    content: '';

  }

  .box01 .missions > li:first-child::after {

    display: none;

  }

  .box01 .missions > li:last-child::after {

    display: block;

  }

  .box01 .missions > li > .sub_tit {

    min-height: 30px;

  }

  .box01 .materiality_box .materiality_box .slogan {

    width: 100%;

  }

  .box01 .missions > li > .text {

    min-height: 120px;

  }

}







/* Governance ---- */

.gcmc_box {

  line-height: 1.5;

  text-align: center;

}

.gcmc_box div {

  position: relative;

  padding: 6px;

}

.gcmc_box .gcmc_box_01 {

  width: calc((100% - 128px - 4px) * 0.6);

  margin-left: calc(32px + 2px + (100% - 128px - 4px) * 0.05);

  border: 2px rgb(247,175,11) solid;

  background-color: rgb(255,233,189);

  font-size: 125%;

  font-weight: 700;

}

.gcmc_box .gcmc_box_02 {

  display: flex;

  flex-direction: row;

  margin-top: 48px;

  padding: 0;

}

.gcmc_box .gcmc_box_02_01 {

  width: calc(100% - 128px);

  margin-left: 32px;

  border: 2px rgb(208,18,27) dashed;

  padding: 0;

}

.gcmc_box .gcmc_box_02_01_01 {

  position: absolute;

  top: -36px;

  left: -32px;

  border: 2px rgb(208,18,27) dashed;

  padding: 6px 12px;

  background-color: rgb(208,18,27);

  color: rgb(255,255,255);

  font-size: 107%;

  z-index: 160;

}

.gcmc_box .gcmc_box_02_01_02,

.gcmc_box .gcmc_box_02_01_03,

.gcmc_box .gcmc_box_02_01_04,

.gcmc_box .gcmc_box_02_01_05 {

  background-color: rgb(255,233,189);

}

.gcmc_box .gcmc_box_02_01_02,

.gcmc_box .gcmc_box_02_01_03,

.gcmc_box .gcmc_box_02_01_05 {

  width: 60%;

  margin-right: auto;

  margin-left: 5%;

}

.gcmc_box .gcmc_box_02_01_02::after,

.gcmc_box .gcmc_box_02_01_03::after,

.gcmc_box .gcmc_box_02_01_04::after,

.gcmc_box .gcmc_box_02_01_04::before {

  display: block;

  position: absolute;

  background-color: rgb(102,102,102);

  content: '';

}

.gcmc_box .gcmc_box_02_01_02::after,

.gcmc_box .gcmc_box_02_01_03::after {

  left: 50%;

  bottom: 100%;

  width: 1px;

}

.gcmc_box .gcmc_box_02_01_02::after {

  height: 98px;

}

.gcmc_box .gcmc_box_02_01_03::after {

  height: 24px;

}

.gcmc_box .gcmc_box_02_01_04::before {

  top: 50%;

  right: 100%;

  width: calc(20% + (50% * (60 / 25)));

  height: 1px;

}

.gcmc_box .gcmc_box_02_01_04::after {

  top: 50%;

  right: calc(120% + (50% * (60 / 25)));

  width: 1px;

  height: calc(100% + 32px);

  transform: translate3d(0, -50%, 0);

}

.gcmc_box .gcmc_box_02_01_05::after {

}

.gcmc_box .gcmc_box_02_01_02 {

  margin-top: 48px;

}

.gcmc_box .gcmc_box_02_01_03 {

  margin-top: 24px;

}

.gcmc_box .gcmc_box_02_01_04 {

  width: 25%;

  margin-top: 16px;

  margin-right: 5%;

  margin-left: auto;

}

.gcmc_box .gcmc_box_02_01_05 {

  margin-top: 16px;

  margin-bottom: 24px;

}

.gcmc_box .gcmc_box_02_02 {

  display: flex;

  flex-direction: row-reverse;

  width: 96px;

  padding: 0;

}

.gcmc_box .gcmc_box_02_02 > span {

  display: flex;

  align-items: center;

  width: 40px;

  border: 2px rgb(247,175,11) solid;

  background-color: rgb(255,233,189);

  font-size: 125%;

  font-weight: 700;

  line-height: 1;

}

.gcmc_box .gcmc_box_02_02_01 {

  position: relative;

  width: 56px;

}

.gcmc_box .gcmc_box_02_02_01::before,

.gcmc_box .gcmc_box_02_02_01::after {

  display: block;

  position: absolute;

  top: 50%;

  left: 0;

  content: '';

}

.gcmc_box .gcmc_box_02_02_01::before {

  width: 100%;

  height: 1px;

  background-color: rgb(102,102,102);

}

.gcmc_box .gcmc_box_02_02_01::after {

  width: 0;

  border-width: 6px;

  border-color: transparent;

  border-style: solid;

  border-right-color: rgb(102,102,102);

  border-left-style: none;

  transform: translate3d(0, -50%, 0);

}

.gcmc_box .gcmc_box_02_02_01 > span {

  display: block;

  position: absolute;

  top: calc(50% + 8px);

  left: 50%;

  width: 20px;

  height: 50%;

  line-height: 1;

  transform: translate3d(-50%, 0, 0);

}

.gcmc_box .gcmc_box_03 {

  position: relative;

  width: calc(100% - 128px);

  margin-top: 64px;

  margin-left: 32px;

  border: 2px rgb(247,175,11) solid;

  background-color: rgb(255,233,189);

}

.gcmc_box .gcmc_box_03 > span {

  font-size: 125%;

  font-weight: 700;

}

.gcmc_box .gcmc_box_03_01,

.gcmc_box .gcmc_box_03_02 {

  display: block;

  position: absolute;

  bottom: calc(100% + 2px);

  height: 64px;

  padding: 6px 12px;

}

.gcmc_box .gcmc_box_03_01 > span,

.gcmc_box .gcmc_box_03_02 > span {

  display: flex;

  flex-direction: row;

  align-items: center;

  height: 100%;

}

.gcmc_box .gcmc_box_03_01 {

  left: 0;

  border-right: 1px rgb(102,102,102) solid;

}

.gcmc_box .gcmc_box_03_02 {

  right: 0;

  border-left: 1px rgb(102,102,102) solid;

}

.gcmc_box .gcmc_box_03_01::before,

.gcmc_box .gcmc_box_03_01::after,

.gcmc_box .gcmc_box_03_02::before,

.gcmc_box .gcmc_box_03_02::after {

  position: absolute;

  width: 0;

  border-width: 6px;

  border-color: transparent;

  border-right-style: solid;

  border-left-style: solid;

  content: '';

}

.gcmc_box .gcmc_box_03_01::before,

.gcmc_box .gcmc_box_03_02::before {

  top: 0;

  border-bottom-style: solid;

  border-bottom-color: rgb(102,102,102);

}

.gcmc_box .gcmc_box_03_01::after,

.gcmc_box .gcmc_box_03_02::after {

  bottom: 0;

  border-top-style: solid;

  border-top-color: rgb(102,102,102);

}

.gcmc_box .gcmc_box_03_01::before,

.gcmc_box .gcmc_box_03_01::after {

  right: 0;

  transform: translate3d(50%, 0, 0);

}

.gcmc_box .gcmc_box_03_02::before,

.gcmc_box .gcmc_box_03_02::after {

  left: 0;

  transform: translate3d(-50%, 0, 0);

}

@media screen and (max-width:767px) {

  .gcmc_box .gcmc_box_01 {

    width: calc((100% - 64px - 4px) * 0.8);

    margin-left: calc(8px + 2px + (100% - 64px - 4px) * 0.05);

  }

  .gcmc_box .gcmc_box_02_01 {

    width: calc(100% - 64px);

    margin-left: 8px;

  }

  .gcmc_box .gcmc_box_02_01_01 {

    left: -8px;

    line-height: 1.2;

  }

  .gcmc_box .gcmc_box_02_02 {

    width: 56px;

  }

  .gcmc_box .gcmc_box_02_02 > span {

    width: 32px;

  }

  .gcmc_box .gcmc_box_02_02_01 {

    width: 24px;

  }

  .gcmc_box .gcmc_box_02_01_02,

  .gcmc_box .gcmc_box_02_01_03,

  .gcmc_box .gcmc_box_02_01_05 {

    width: 80%;

  }

  .gcmc_box .gcmc_box_02_01_04 {

    width: 40%;

  }

  .gcmc_box .gcmc_box_02_01_04::before {

    width: calc(100% - (100% / (40 / 30)));

  }

  .gcmc_box .gcmc_box_02_01_04::after {

    right: calc(100% + 100% - (100% / (40 / 30)));

  }

  .gcmc_box .gcmc_box_03 {

    width: calc(100% - 64px);

    margin-left: 8px;

  }

  .gcmc_box .gcmc_box_03 > span {

    font-size: 100%;

  }

  .gcmc_box .gcmc_box_03_01,

  .gcmc_box .gcmc_box_03_02 {

    line-height: 1.2;

  }

}



html[lang="en"] .gcmc_box .gcmc_box_02_02 > span > span {

  display: block;

  position: absolute;

  top: 50%;

  left: -30px;

  width: 200px;

  height: 18px;

  transform: rotate(90deg) translate3d(0,-50%,0);

}

html[lang="en"] .gcmc_box .gcmc_box_02_02_01 > span > span {

  display: block;

  position: absolute;

  top: 72%;

  left: -145px;

  width: 320px;

  height: 18px;

  transform: rotate(90deg);

}

html[lang="en"] .gcmc_box .gcmc_box_03_01,

html[lang="en"] .gcmc_box .gcmc_box_03_02 {

  width: 45%;

}

@media screen and (max-width: 767px){

  html[lang="en"] .gcmc_box .gcmc_box_02_02 > span > span {

    left: -68px;

  }

  html[lang="en"] .gcmc_box .gcmc_box_02_02_01 > span > span {

    left: -149px;

  }

}









.ir_data_list li {

  padding-top: 10px;

  padding-bottom: 10px;

}



.ir_data_list li div.ir_data_title,

.ir_data_list li div.ir_data_info {

  float: left;

  padding-top: 1px;

  line-height: 1.81;

}

.ir_data_list li a:hover div.ir_data_title,

.ir_data_list li a:hover div.ir_data_info {

  text-decoration: underline;

}

.ir_data_list li div.ir_data_title {

  padding-left: 22px;

  font-weight: bold;

}

.ir_data_list li div.ir_data_title {

  position: relative;

  font-weight: normal;

  background-repeat: no-repeat;

  background-position: 8px center;

}

.ir_data_list li div.ir_data_title::before {

  position: absolute;

  top: 50%;

  left: 0;

  transform: translate3d(0, -50%, 0);

  width: 11px;

  height: 14px;

  background-image: url(/common/images/arrow_right.svg);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: contain;

  content: '';

}

.ir_data_list li div.ir_data_info::before {

	content: "　";

}

.ir_data_list ul li table li .ir_data_title {

  font-weight: normal;

  padding-left: 0;

  background: none;

}









.sdg_box {

  max-width: 794px;

  margin-right: auto;

  margin-left: auto;

  border: 5px solid rgb(204,204,204);

  border-radius: 32px;

  padding: calc( 24 / 760 * 100%) 0 calc( 16 / 760 * 100%);

}

.sdg_box .sdg_item {

  display: flex;

  flex-direction: row;

  justify-content: center;

  width: calc( 760 / 794 * 100% );

  max-width: 760px;

  margin-right: auto;

  margin-left: auto;

  margin-bottom: 8px;

}

.sdg_box .sdg_item .image {

  width: 126px;

}

.sdg_box .sdg_item .note {

  width: calc( 100% - 126px );

  padding-left: calc( 40 / 760 * 100% );

  padding-right: calc( 24 / 760 * 100% );

}

.sdg_box .sdg_item .note h5 {

  width: 100%;

  font-size: 16px;

  font-weight: 700;

  margin-top: -4px;

  margin-bottom: 4px;

}

.sdg_box .sdg_item .text {

  display: flex;

  flex-direction: row;

  justify-content: flex-start;

  flex-wrap: wrap;

  width: 100%;

}

.sdg_box .sdg_item .text .sdg_num {

  display: block;

  width: 43px;

}

.sdg_box .sdg_item .text .sdg_text {

  display: block;

  width: calc( 100% - 44px );

}





@media screen and (max-width:767px) {

  .sdg_box {

    border-radius: 16px;

    border-width: 3px;

  }

  .sdg_box .sdg_item .image {

    width: 63px;

  }

  .sdg_box .sdg_item .note {

    width: calc( 100% - 63px );

    padding-left: calc( 16 / 760 * 100% );

    padding-right: calc( 12 / 760 * 100% );

  }

  .sdg_box .sdg_item .note h5 {

    font-size: 14px;

  }

}