@charset "utf-8";

.contents_body .cf p a{
  color: #0099D9;
}

.sylfaen{
  font-family: 'Sylfaen', sans-serif;
  font-style: italic;
}

@media print, screen and (min-width: 768px){

  .contents_body .cf{
    overflow: hidden;
    margin-bottom: 100px;
  }
  .contents_body .cf:last-child{
    margin-bottom: 0;
  }
  .contents_body p{
    line-height: 28px;
    font-size: 15px;
  }
  .contents_body p small{
    display: block;
    padding-top: 8px;
    line-height: 21px;
    font-size: 13px;
    color: #787878;
  }
  .contents_body .right{
    float: right;
  }
  .contents_body .link{
    padding-top: 28px;
    display: block;
  }
  .contents_body .link a{
    position: relative;
    display: inline-block;
    padding-left: 18px;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    color: #0099D9;
    letter-spacing: 0.04em;
  }
  .contents_body .link a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 14px;
    background: url('/jp/en/img/common/arrow.png') no-repeat center center;
    background-size: 100% auto;
  }

  .contents_body .tcfd p{
    width: 700px;
    float: left;
  }
  .contents_body .tcfd .right{
    padding-top: 34px;
  }
  .contents_body .governance p{
    width: 476px;
    float: left;
  }
  .contents_body h3{
    margin-top: 60px;
    margin-bottom: 30px;
    line-height: 28px;
    font-size: 21px;
    font-weight: bold;
  }
  .contents_body h3 small{
    font-size: 15px;
  }
  .contents_body h3.scope{
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .contents_body .graphics{
    margin-bottom: 90px;
    overflow: visible;
    position: relative;
  }
  .contents_body .graphics.scenario{
    padding-bottom: 40px;
  }
  .contents_body .graphics.risk{
    margin-bottom: 120px;
    padding-bottom: 40px;
  }
  .contents_body .graphics.scenario:after,
  .contents_body .graphics.risk:after,
  .contents_body .graphics.field:after{
    content: '';
    width: 140px;
    display: block;
    background: no-repeat center center / contain;
    position: absolute;
    left: calc(50% - 70px);
    bottom: -80px;
  }
  .contents_body .graphics.scenario:after{
    height: 252px;
    background-image: url('/jp/en/sustainability/environment/climate_change/img/pc/icon_arrow_long.png');
  }
  .contents_body .graphics.risk:after,
  .contents_body .graphics.field:after{
    height: 112px;
    background-image: url('/jp/en/sustainability/environment/climate_change/img/pc/icon_arrow_short.png');
  }
  .contents_body .attempt{
    margin-bottom: 0;
  }
  .contents_body .attempt .scroll{
    margin-bottom: 28px;
  }
  .contents_body .graphics.field .scroll a{
    position: relative;
    display: block;
  }
  .contents_body .graphics.field .scroll a:hover{
    opacity: 1;
  }
  .contents_body .graphics.field .scroll a:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat center center url('/jp/en/sustainability/environment/climate_change/img/pc/img_field_hover.png');
    opacity: 0;
  }
  .contents_body .graphics.field .scroll a:hover:after{
    opacity: 1;
  }

  .contents_body .graphics ul{
    margin: 13px 0 21px 0;
    overflow: hidden;
  }
  .contents_body .graphics ul li{
    margin-left: 28px;
    list-style: disc;
    line-height: 28px;
    font-size: 15px;
  }

  .contents_body dl{
    overflow: hidden;
  }
  .contents_body dl.small{
    margin-left: 10px;
  }
  .contents_body dl.small dt{
    padding: 20px 0 10px 0;
    font-size: 13px;    
  }
  .contents_body dl dt{
    padding: 20px 0;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .contents_body dl dd ul{
    overflow: hidden;
  }
  .contents_body dl dd ul li{
    margin-left: 28px;
    list-style: disc;
    line-height: 28px;
    font-size: 15px;
  }
  .contents_body dl dd small{
    margin-left: 10px;
    display: block;
    line-height: 28px;
    font-size: 13px;
    color: #787878;
  }
  .contents_body dl dd.column span.text{
    width: 637px;
    float: left;
    display: block;
    line-height: 28px;
    font-size: 15px;
  }
  .contents_body dl dd.column img{
    margin-top: -28px;
    width: 301px;
    display: block;
    float: right;
  }

  .contents_body hr{
    margin: 28px 0;
    border: none;
    border-bottom: 1px solid #9FD9F6;
  }

  .table_modal{
    padding: 100px 56px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
  }
  .table_modal .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
  }
  .table_modal .inner{
    margin: 0 auto;
    padding: 84px 56px 182px 56px;
    max-width: 1316px;
    box-sizing: border-box;
    box-shadow: 0 0 56px rgba(120, 120, 120, 0.4);
    background: #ffffff;
    position: relative;
  }
  .table_modal .inner a.close{
    width: 56px;
    height: 56px;
    display: block;
    background: url('/jp/en/sustainability/environment/climate_change/img/pc/btn_mw_close.png') no-repeat center center / contain;
    position: absolute;
  }
  .table_modal .inner a.close.top{
    top: 14px;
    right: 14px;
  }
  .table_modal .inner a.close.bottom{
    left: calc(50% - 28px);
    bottom: 70px;
  }
  .fields .border{
    margin-bottom: 60px;
  }
}


@media screen and (max-width: 767px){
  .contents_body{
    padding: 0 !important;
  }
  .contents_body .cf{
    margin-bottom: 60px;
    padding: 0 0;
  }
  .contents_body .cf:last-child{
    margin-bottom: 0;
  }
  .contents_body p{
    line-height: 28px;
    font-size: 15px;
  }
  .contents_body p small{
    display: block;
    padding-top: 8px;
    line-height: 21px;
    font-size: 13px;
    color: #787878;
  }
  .contents_body .link{
    padding-top: 28px;
    display: block;
  }
  .contents_body .link a{
    position: relative;
    display: inline-block;
    padding-left: 18px;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    color: #0099D9;
    letter-spacing: 0.04em;
  }
  .contents_body .link a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 14px;
    background: url(/jp/en/img/common/arrow.png) no-repeat center center;
    background-size: 100% auto;
  }
  .contents_body .right{
    padding-top: 28px;
    text-align: center;
  }
  .contents_body .right img{
    width: 337px;
    height: auto;
  }
  .contents_body h3{
    margin-top: 20px;
    margin-bottom: 19px;
    line-height: 28px;
    font-size: 19px;
    font-weight: bold;
  }
  .contents_body h3 small{
    font-size: 14px;
  }
  .contents_body h3.scope{
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .contents_body .graphics{
    padding-bottom: 84px;
    overflow: visible;
    position: relative;
  }
  .contents_body .graphics a{
    /*pointer-events: none;*/
  }
  .contents_body .graphics.scenario{
    padding-bottom: 90px;
  }
  .contents_body .graphics.scenario:after,
  .contents_body .graphics.risk:after,
  .contents_body .graphics.field:after{
    content: '';
    width: 140px;
    height: 84px;
    display: block;
    background: no-repeat center center / contain;
    position: absolute;
    left: calc(50% - 72px);
    bottom: 0;
  }
  .contents_body .graphics.scenario:after{
    background-image: url('/jp/en/sustainability/environment/climate_change/img/sp/icon_arrow_long.png');
  }
  .contents_body .graphics.risk:after,
  .contents_body .graphics.field:after{
    background-image: url('/jp/en/sustainability/environment/climate_change/img/sp/icon_arrow_short.png');
  }
  .contents_body .graphics.attempt{
    padding-bottom: 22px;
  }
  .contents_body .graphics img{
    max-width: inherit;
    min-width: inherit;
    height: auto;
  }
  .contents_body .graphics.scenario img{
    width: 525px;
  }
  .contents_body .graphics.risk img{
    width: 840px;
  }
  .contents_body .graphics.field img{
    width: 483px;
  }
  .contents_body .graphics.attempt img{
    width: 525px;
  }
  .contents_body .graphics p{
    margin-top: 28px;
  }
  .contents_body .graphics ul{
    overflow: hidden;
  }
  .contents_body .graphics ul li{
    margin-left: 28px;
    list-style: disc;
    line-height: 28px;
    font-size: 15px;
  }
  
  .contents_body .fullwidth{
    margin-left: -5.06667vw;
    padding: 14px 0;
    width: 100vw;
    position: relative;
    box-sizing: border-box;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    background: #FAFAFA;
  }
  .contents_body .fullwidth:after{
    content: '';
    width: 5.06667vw;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  }
  .contents_body .fullwidth>span{
    width: 56px;
    height: 56px;
    display: block;
    position: absolute;
    top: 140px;
    left: calc(50% - 28px);
    z-index: 100;
    background: url('/jp/en/sustainability/environment/climate_change/img/sp/icon_swipe.png') no-repeat center center / contain;
  }
  .contents_body .scroll{
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .contents_body .scroll img{
    margin: 0 5.06667vw;
  }
  .contents_body dl{
    margin-bottom: 20px;
    overflow: hidden;
  }
  .contents_body dl.small{
    margin-left: 10px;
  }
  .contents_body dl.small dt{
    padding: 20px 0 10px 0;
    font-size: 13px;    
  }
  .contents_body dl dt{
    padding: 20px 0;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .contents_body dl dd ul{
    overflow: hidden;
  }
  .contents_body dl dd ul li{
    margin-left: 28px;
    list-style: disc;
    line-height: 28px;
    font-size: 15px;
  }
  .contents_body dl dd small{
    margin-left: 10px;
    display: block;
    line-height: 28px;
    font-size: 13px;
    color: #787878;
  }

  .contents_body dl dd.column span.text{
    margin-bottom: 28px;
    display: block;
    line-height: 28px;
    font-size: 15px;
  }
  .contents_body dl dd.column img{
    width: 100%;
    display: block;
  }

  .contents_body hr{
    margin: 28px 0;
    border: none;
    border-bottom: 1px solid #9FD9F6;
  }

  .fields .scroll{
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .fields .scroll img{
    margin: 0;
  }
  .fields .border{
    margin-bottom: 14px;
  }
  .fields .inset{
    padding: 0 5.06667vw;
  }
}




.fields{
  margin-top: 35px;
}

.fields .border{
  width: 100%;
  height: auto;
}
.fields .inset{
  width: 980px;
  display: flex;
  gap: 60px;
}
.fields .col{
  width: 33.3%;
  box-sizing: border-box;
  position: relative;
}
.fields .col:after{
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  background: rgba(0, 153, 217, 0.27);
  position: absolute;
  top: 0;
  right: -30px;
}
.fields .col:last-child:after{
  display: none;
}
.fields .col h4{
  margin: 0;
  padding: 0 0 28px 0;
  border: none;
  text-align: center;
  line-height: 28px;
  font-size: 17px;
  font-weight: bold;
}
.fields .col h4.title2{
  height: calc(28px * 2);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: revert;
}
.fields .col ul{
  overflow: hidden;
}
.fields .col ul li{
  height: 580px;
  margin-bottom: 70px;
  
}
.fields .col ul li img{
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.fields .col ul li span{
  display: block;
  line-height: 28px;
}
.fields .col ul li span.title{
  margin-bottom: 20px;
  height: 28px;
  font-size: 16px;
}
.fields .col ul li.title2 span.title{
  height: calc(28px * 2);
}
.fields .col ul li span.text{
  font-size: 15px;
}
.fields .col ul li span.text strong{
  font-weight: bold;
}
.fields .col ul li span.text span{
  display: inline;
  line-height: inherit;
}