@charset "UTF-8";
/* CSS Document */

section{clear: both;}
section .ttl{
  position: relative;
}
section .ttl::before{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 210px;
  height: 52.5px;
  background-size: contain;
}
section h2{
  margin: 0 0 0 0;
  color: #004EA3;
}
section .img{
  text-align: center;
}
section .img h3,
section .data h3{
  text-align: center;
  margin-bottom: 20px;
}
section .data{
  margin: 50px auto;
}

section .data th{
  background: #e5eedc;
  font-weight: 400;
  text-align: left;
}
section .data th.blue{
  background: #c2d7eb;
  text-align: center;
}
section .data th.red{
  background: #f7cffb;
  text-align: center;
}
section .data th span{
  font-family: "Roboto", "FP-HiraKakuProN-W6", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
section .data th,
section .data td{
  border: 1px solid;
  padding: 5px;
}
section .data td{
  width: 40%;
}
section .data td.blue{
  background: #c2d7eb;
}
section .data td.red{
  background: #f7cffb;
}
section .data th.vertical-lr span{
  display: inline-block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: center;
  width: 20px;
  font-weight: normal;
}
section .table2 th:nth-child(1){
  width: 16%!important;
  text-align: center;
}
section .table2 th:nth-child(2),
section .table2 th:nth-child(4){
  width: 35%!important;
}
section .table2 th:nth-child(3),
section .table2 td:nth-child(3){
  width: 14%!important;
  text-align: center;
}
section .table2 td{
  width: auto;
}
section .risk tr:nth-child(3) td{
  border-bottom: none;
}
section .risk tr:nth-child(4) td{
  border-top: 1px dashed;
}
section .center{
  text-align: center;
}
section .box{
  border: 1px solid;
  width: 70%;
  margin: 20px 0;
  float: right;
  padding: 5px 10px;
  margin-left:300px;
}
section .box p{
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
section .box ul{
  margin-left: 1em;
}
section .box li{
  position: relative;
  padding: 0 40px;
  display: inline-block;
}
section .box li:first-child::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 10px;
  background: #c2d7eb;
}
section .box li:last-child::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 10px;
  background: #f7cffb;
}
section .box + p{
  clear: both;
}
.txtBox{
  border: 1px solid;
  margin: 20px 0;
  padding: 5px 10px;
  display: inline-block;
}
.txtBox li{
  
  padding-left: 1em;
  text-indent: -1em;
}
.detail{
  margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.detail .txt{
  width: calc(100% - 540px);
}
.detail .imgBox{
  width: 500px;
}

.decarboul{
  padding-left: 100px;
  text-indent: -150px;
  font-size:16px;
  padding-bottom:5px;
}

.decarboul1{
  font-size:16px;
}

.decarboli{
  padding-left: 30px;
  font-size:16px;
  padding-bottom:5px;
}

.decarboli1{
  padding-left: 30px;
  font-size:16px;
}

.decarboli2{
  font-size:16px;
}


.decarboh3{
  font-size:19px;
  text-align:left;
}

.guideline{
  background:#dcdcdc;
}

.guideline h3{
  font-size:16px;
}

.decarboh4{
  font-size:16px;
}

section th.decarbo{
  padding: 5px;
  text-align:left;
  background: white;
  font-size: 16px;
  font-weight:normal;
}

section th.decarbo1{
  text-align:center;
  padding: 0 15px;
  text-align:left;
  background: white;
  font-size: 16px;
  font-weight:normal;
}

section.decarbo-table{
  width:100%;
  }

.decarbo-box{
  display: flex;
}

.decarbo-text{
  width:300px;
  text-align:left;
}

.decarbo-img1{
  width:400px;
  margin: 0 auto;
}

.decarbo-img2{
  text-align: center;
  width:100%;
  margin: 0 auto;
}
.decarbo-img3 {
  display:flex;
  margin-inline: auto;
}
.decarbo-img4 {
  display:flex;
  width:500px;
  margin-inline: auto;
}


@media only screen and (max-width:1200px) {
section .ttl{
  padding-bottom: 70px;
  margin-bottom: 20px;
}
section .ttl::before{
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 75px;
}
  .detail .txt {
    width: 100%;
}
.detail .imgBox {
    width: 100%;
  text-align: center;
}
}
@media only screen and (max-width:768px) {
section .data table,
  section .table2 table{
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
section .data td{
    white-space: normal;
  }
section .table2 td:first-child,
section .table2 td:last-child{
  min-width: 200px!important;
}
section .table2 th:nth-child(3),
section .table2 td:nth-child(3){
  max-width: 80px;
}
section .box{
  width: 100%;
  float: none;
  box-sizing: border-box;
}
.decarbo-box{
  display:block;
}
.decarbo-img1{
  width:100%;
}
.decarbo-img3{
  display:block;
  width:100%;
}
.decarbo-img4{
  display:block;
  width:100%;
}
}


@media only screen and (max-width: 480px) {
  .sp-non {
    display: none;
  }
}


.detail{
  border-top: 1px solid #CBCBCB;
  padding-top: 4%;
}
#torikumi img,
#torikumi h2{
  display: inline-block;
}
#torikumi img{
  margin-right: 2%;
  vertical-align: -10px;
}
#torikumi img,
#torikumi h2.saishin-torikumi{
  display: inline-block;
  color:black;

}
#torikumi a{
  color: #004899;
  line-height: 2.5;
  font-size: 16px;
}
.img_book{
  vertical-align: middle;
}
.download{
  text-align:right;
  }

.download a{
  color: #004897;
  text-decoration: underline;
  text-align:right;
  }


/* =================================================
  btn
================================================= */
.btn{
  width: 300px;
  margin-top: 30px;
}
.btn a {
  position: relative;
  display: block;
  padding: 18px 35px 18px 20px;
  color: #fff!important;
  background: #004899;
  font-size: 16px;
  font-weight: 500;
}
.btn a::before {
  content: "";
  background-image: url("/ja/sustainability/img/ico_arrow_02.svg");
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 12px;
}
@media only screen and (max-width:767px) {
.btn{
  width: 250px;
  margin: 20px auto 30px;
}
.btn a {
  font-size: 14px;
}
}