@charset "UTF-8";
.csr .csr_box3 {
  border:1px solid #cccccc;
}
#strategy,#risk,#metrics {
  display: none;
}
/*ボタン4つ並びの時*/
.tab__wrap{
  padding: 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  user-select: none;
}
.tab__label {
  list-style: none;
  width: 23%;
  text-decoration: none;
  font-size: 1.6rem;
  height: auto;
  color: #fff;
  background: #00b180;
  text-align: center;
  padding: .6em 1em;
  border: 1px solid #00b180;
  font-weight: bold;
  position: relative;
  transition: .3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab__label:before{
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  right: 22px;
  transition: .3s;
  width: 8px;
}
.tab__label:hover:before{
  border-right: 2px solid #00b180;
  border-bottom: 2px solid #00b180;
}
.tab__label:hover {
  background: #fff;
  color: #00b180;
}
/*ボタン2つ並びの時*/
/*.tab__wrap{
  padding: 0;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 50%;
}
.tab__label {
  list-style: none;
  width: 100%;
  margin: 0 10px;
}*/
/*ここまで*/
#tcfd_body h4 {
  margin-bottom: 20px;
}
#tcfd_body h5 {
  margin-top: 0;
  margin-bottom: 10px;
}
#tcfd_body caption{
  padding-top: 16px;
  padding-bottom: 0;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
}
#tcfd_body table {
  width: 100%;
}
#tcfd_body th {
  text-align: center;
  padding: 10px;
  background-color: #e1e1e1;
}
#tcfd_body td {
  padding: 10px;
}
#tcfd_body .wrap {
  margin-bottom: 70px;
}
#tcfd_body .wrap:last-of-type {
  margin-bottom: 20px;
}
#tcfd_body .wrap .in_wrap{
  margin-bottom: 32px;
}
#tcfd_body .wrap .in_wrap:last-of-type{
  margin-bottom: 0px;
}
#tcfd_body section{
  padding: 40px 0;
}
#tcfd_body .csr_page_cap{
  margin-bottom: 60px;
}
.csr_box2:last-of-type{
  margin-bottom: 0;
}
.governance__chart{
  text-align: center;
}
.governance__chart .governance__chart--wrap{
  background-color: #F3F3F3;
  display: inline-block;
  padding: 10px 20px 20px;
}
.governance__chart p{
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.governance__chart img{
  width: 100%;
  max-width: 624px;
}
.show_500{
  display: none;
}
#tcfd_body .strategy_tbl01 {
  table-layout: fixed;
}
#tcfd_body .strategy_tbl01 th:first-of-type {
  width: 120px;
}
#tcfd_body .strategy_tbl01 td{
  vertical-align: top;
}
#tcfd_body .strategy_tbl02 th{
  background-color: transparent;
}
#tcfd_body .strategy_tbl02 th.v_rl{
  width: 40px;
}
#tcfd_body .strategy_tbl02 th.t_l{
  width: 130px;
}
#tcfd_body .strategy_tbl02 th,#tcfd_body .strategy_tbl02 td {
  padding: 5px;
  font-size: 12px;
}
/*
#tcfd_body .strategy_tbl02 td{
  background-color: #fff;
}
*/
#tcfd_body .strategy_tbl02 ul {
  padding-left: 0;
  margin-bottom: 0;
}
#tcfd_body .strategy_tbl02 ul li{
  list-style: none;
}
#tcfd_body .strategy_tbl02 ul li:not(:last-of-type){
  margin-bottom: 5px;
}
#tcfd_body .strategy_tbl02 ul.list_mark li{
  position: relative;
  padding-left: 1em;
}
#tcfd_body .strategy_tbl02 ul.list_mark li:before{
  content: '・';
  position: absolute;
  left: 0;
}
#tcfd_body #metrics .tbl_wrap{
  position: relative;
  padding-top: 16px;
}
#tcfd_body .metrics_tbl01{
  border: none;
}
#tcfd_body .metrics_tbl01 caption{
  position: absolute;
  top: 0;
}
.tag{
  display: inline-block;
  background-color: #ccc;
  padding: 0 5px;
  font-size: 11px;
  color: #fff;
  margin-right: 5px;
  line-height: 18px;
  vertical-align: baseline;
  border-radius: 2px;
  font-weight: bold;
}
.tag.koujo{
  background-color: #46bfe3;
}
.tag.tenpo{
  background-color: #19c55d;
}
.tag.honbu{
  background-color: #fda74d;
}
.tbl_wrap{
  overflow-x: auto;
}
.v_rl{
  writing-mode: vertical-lr;
  transform: rotate( -180deg );
}
.v_rl span{
  writing-mode: vertical-lr;
  white-space: pre;
  display:inline-block;
}
.t_l{
  text-align: left!important;
}
.t_c{
  text-align: center!important;
}
.t_r{
  text-align: right!important;
}
.syou{
  color: #1aaae1;
  font-weight: bold;
}
.tyuu{
  color: #02b118;
  font-weight: bold;
}
.dai{
  color: #c80052;
  font-weight: bold;
}
.scroll-hint-icon{
  top: calc(25% - 25px)!important;
}

@media only screen and (max-width: 999px){
  .tab__label:before{
    right: 10px;
  }
}
@media screen and (max-width:999px) and (min-width:680px)  { 
		.tab__wrap{
			line-height: 1.5em;
		}
		
	 }
@media only screen and (max-width: 767px){
  .tab__wrap{
    width: auto;
  }
  .tab__label {
    text-decoration: none;
    font-size: 1.4rem;
	padding: 0.5em 2em;
  }
  #tcfd_body .strategy_tbl01,#tcfd_body .metrics_tbl01{
    font-size: 13px;
  }
  #tcfd_body th,#tcfd_body td {
    padding: 5px;
  }
  #tcfd_body .strategy_tbl01 th:first-of-type{
    width: 90px;
  }
  #tcfd_body caption{
    font-size: 12px;
  }
  #tcfd_body .metrics_tbl01 .t_r{
    padding: 5px 5px 5px 15px;
  }
}
@media screen and (max-width: 679px) {
  .tab__label{
    width: 48%;
  }
  .tab__label:not(:last-of-type):not(:nth-last-of-type(2)){
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .none_500{
    display: none;
  }
  .show_500{
    display: inline;
  }
  .tab__wrap{
    margin-bottom: 20px;
  }
  #tcfd_body .csr_page_cap{
    margin-bottom: 50px;
  }
  .governance__chart .governance__chart--wrap{
    padding: 10px 15px 20px;
  }
  .governance__chart p{
    font-size: 12px;
  }
}
@media screen and (max-width: 419px) {
	.tab__label{
			line-height: 1.3em;
			padding: 1em 2.5em;
		}
	.tab__label:not(:last-of-type):not(:nth-last-of-type(2)){
			padding: 1.7em 2em;
		}
}
@media screen and (max-width: 356px) {
	.tab__label{
			line-height: 1.3em;
			padding: 1em 1.5em;
		}
}