  @charset "utf-8";
/* CSS Document */

body.index ul.index_list > li a {
	color: #2B2828;
}
body.index ul.index_list > li a:hover {
	text-decoration: underline !important;
}
body.index ul.index_list > li a:before {
    content: none;
}
body.index .social_Box.flex .flex_item > a {
	margin-top: 20px;
}
body.index .index_title{
	margin-top: 0;
}
body.index .social_Box.flex .flex_item{
	text-decoration: none !important;
}
body.index .social_Box.flex .flex_item:hover .index_title:before{
	background-color: #0f2188;
}
body.index .social_Box.flex .flex_item > a:hover{
	text-decoration: none !important;
}
body.index .social_Box.flex .flex_item:hover .index_title{
    background-color: #f0f2f7 !important;
    color: #444444;
}
body.index .social_Box.flex .flex_item:hover .index_title:after{
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
body.index .social_Box.flex .flex_item > a:hover .index_title {
    background-color: #0f2188 !important;
    color: #fff;
}
body.index .social_Box.flex .flex_item > a:hover .index_title:before{
	background-color: #ffffff;
}
body.index .social_Box.flex .flex_item > a:hover .index_title:after{
    border-top: solid 2px #0F2188;
    border-right: solid 2px #0F2188;
}

h3{
	margin:60px 0 0;
}

.h7{
	text-indent:0 !important;
	margin-bottom: 10px;
}
.h7-2{
	text-indent:0 !important;
	margin: 25px 0 10px;
}

.mini {
    text-indent: 0 !important;
    font-size: 100% !important;
    padding-top: 5px;
    display: block;
}

h6{
	font-size: 154%;
	color: #444444;
	border-bottom: 2px solid #0f2188;
	text-align: left;
	padding-bottom: 10px;
	margin-top: 40px;
}
.ulStyle04{
	margin: 20px 0;
}

.ulStyle04 li{
	float: none !important;
	text-align: left;
	display: block !important;
	margin-bottom: 10px;
	margin-right: 0 !important;
	text-indent: -1em;
	padding-left: 1em;
}

body p{
	line-height: 1.8;
}

.mainBox p{
	font-size: 109%;
	/*font-size: 1.5rem;*/
	text-align: left;
	text-indent: 1em;
}


/*¥¬¥Ð¥Ê¥ó¥¹*/
.gBox {
    overflow: hidden;
    margin-top: 20px;
}

	.gBox .flt_l {
		float: left;
	}
	.gBox .flt_r {
    max-width: 655px;
    width: 100%;
    float: right;
    text-align: left;
}
		.gBox .flt_r img{
			margin-bottom:20px;
		}

.gBox .governance_box{
	max-width: 655px;
	width: 100%;
	text-align: left;
}

.txt_areaBox {
    overflow: hidden;
    margin-top: 20px;
}

/* ¥Æ©`¥Ö¥ë¡¡*/
th{
	text-align: center;
}
.t01 td:last-child{
	text-align: left;
}
.t02 td{
	text-align: left !important;
}


#SkillMatrix .scroll {
    overflow: auto;
}
#SkillMatrix .scroll > div{
	display: flex;
	width: 1580px;
}
#SkillMatrix .scroll > div > table{
	table-layout: fixed;
}
#SkillMatrix .scroll > div table tr th,
#SkillMatrix .scroll > div table tr td{
	height: 45px;
}
#SkillMatrix .scroll > div table tr:first-child th{
	max-height: 70px;
	height: 70px;
}
#SkillMatrix .tableStyle03 tr th,
#SkillMatrix .tableStyle03 tr td{
	padding: 0 10px;
	font-size: 13px;
    line-height: 1.2;
}
#SkillMatrix_Left{
	max-width: 830px;
	width: 100%;
}
#SkillMatrix_Right{
	margin-left: 10px;
	min-width: 240px;
	width: 100%;
}
#SkillMatrix .scroll > div table tr:nth-last-child(4) th,
#SkillMatrix .scroll > div table tr:nth-last-child(4) td,
#SkillMatrix .scroll > div table tr:last-child th,
#SkillMatrix .scroll > div table tr:last-child td{
	max-height: 65px;
	height: 65px;
}

#Ensuring_detail table tr th:first-child{
	width: 360px;
}
#Ensuring_detail .ensuring_pocess{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
    font-size: 109%;
    line-height: 1.8;
	padding: 15px;
}
#Ensuring_detail .ensuring_pocess dl{
	display: flex;
	width: 49%;
}
#Ensuring_detail .ensuring_pocess dl dt{
	text-align: left;
	color: #00B4E6;
	word-break: keep-all;
	margin-right: 2em;
}
#Ensuring_detail .ensuring_pocess dl dd{
	text-align: left;
}
#Ensuring_detail .ensuring_pocess dl.ensuring_left dd span:first-of-type{
	display: block;
	padding-left: 4.9em;
	text-indent: -4.9em;
}
#Ensuring_detail .ensuring_pocess dl.ensuring_left dd span:last-of-type{
	display: block;
	padding-left: 9.2em;
	text-indent: -9.2em;
}
#Ensuring_detail .ensuring_pocess dl.ensuring_right dd span{
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
#Ensuring_detail .ensuring_pocess dl dd ul li{
    list-style: disc;
    margin: 0 17px 3px;
}
#Ensuring_detail .ensuring_pocess dl dd ul li:last-child{
	display: list-item;
}
@media screen and (max-width: 956px){
	#Ensuring_detail .ensuring_pocess{
		display: block;
	}
	#Ensuring_detail .ensuring_pocess dl{
		display: block;
		width: 100%;
	}
	#Ensuring_detail .ensuring_pocess dl:first-child{
		margin-bottom: 10px;
	}

	#Ensuring_detail table tr th:first-child{
		width: 35%;
	}
	#Ensuring_detail table tr td br{
		display: none;
	}
}


#Changes .flex{
	display: flex;
	justify-content: space-between;
}
#Changes .flex .flex_item{
	width: calc((100% - 50px) / 3);
}

@media screen and (max-width: 956px){
	#Changes .flex{
		display: block;
	}
	#Changes .flex .flex_item{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	#Changes .flex .flex_item div{
		width: calc((100% - 20px) / 2);
	}
	#Changes .flex .flex_item h6.mt30{
		margin-top: 20px !important;
	}
}

/* */
.savingBox {
    border: 1px solid #0f2188;
    margin: 40px 0 20px;
    padding: 20px;
        padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}
	.savingBox .saving_bg{
		background:url(/csr/dl/2022/governance/corporate/img/saving_img_01.gif) no-repeat left top;
		position: absolute;
		top:0;
		left:0;
		width: 214px;
		height:34px;
	}
	
	.savingBox span.jirei {
		color: #fff;
		padding: 8px 10px 0 0px;
		display: block;
		font-size: 16px;
		font-weight: bold;
	}
	
	.led_l {
		font-weight: bold;
		font-size: 120%;
		padding-top: 20px;
	}
	.ledBox_bd .flt_l {
		max-width: 724px;
		width: 100%;
	}
	.ledBox_bd .flt_r {
		margin: 25px 0 30px;
		padding-top: 5px;
	}
	
	.lossBox{
		overflow: hidden;
	}

/*ÉçÍâÈ¡¾†ÒÛ¥¤¥ó¥¿¥Ó¥å©`*/

.interview_flex{
  display: flex;
  justify-content: space-around;
  background: #e1effa;
}

.interview_flex .interview_box{
  text-align: center;
  max-width: 270px;
  width: 100%;
  margin-top: 10px;
  padding: 20px;
}
  .interview_flex .interview_box h4{
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    border: none;
  }

  .interview_flex .interview_box p.blue{
    color: #0f2188;
    font-weight: bold;
  }

  .interview_flex .interview_box p{
    text-indent: 0;
  }

.interview_flex_sp{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.interview_flex_sp div{
  margin-top: 10px;
  width: 100%;
}

.interview_flex_sp p{
  text-align: center;
  margin-top: 10px;
}
  .interview_flex_sp span{
    font-size: 18px;
    font-weight: bold;
  }


.interview p{
}

.interview p:last-child{
  margin-bottom: 0;
}

.interview p span{
  font-weight: bold;
}
.interview p span:after{
  content:"¡ª";
  font-weight: normal;
  margin: 0 5px;
}

.flex .interview{
}

#intervew .flex{
	margin-top: 20px;
}
#intervew .flex .flex_img{
	max-width: 200px;
	width: 100%;
	margin-right: 20px;
}
#intervew .flex .name span{
	display: block
}
#intervew .flex .txt_areaBox{
	max-width: 730px;
	width: 100%;
	margin-top: 0;
}
@media screen and (max-width: 956px) {
	#intervew .flex .txt_areaBox{
		margin-top: 20px;
	}	
	#intervew .flex .txt_areaBox{
		max-width: 100%;
	}
}

#sub_governance01 #Corporate .name .size_m{
	font-size: 16px;
}

@media screen and (max-width: 956px) {
	#sub_governance01 .gBox .flex{
		display: block;
	}
	#sub_governance01 .gBox .flex .name{
		text-align: left;
		max-width: 290px;
		margin: 0 auto;
	}
	#sub_governance01 .gBox .flex .name span{
		text-align: left;
	}
	#sub_governance01 .gBox .governance_box{
		max-width: 100%;
		margin: 20px auto 0;
	}
	.gBox{
		overflow: hidden;
	}
	
	.gBox .flt_l{
		float: none !important;
		margin: 0 auto 20px;
	}
	
		.gBox .flt_l p{
			text-align: left;
			max-width: 269px;
			margin: 0 auto;
		}
	
	.gBox .flt_r{
		max-width: 100%;
	}
	
	.ledBox_bd .flt_l{
		max-width: 100%;
	}
	
	.led_l{
		padding-top: 0;
	}
	
	.Box .flt_l{
		width: 100% !important;
	}
	
	.Box .flt_r{
		width: 100% !important;
	}
	#sub_governance02 .Box .flt_r{
		margin-top: 20px;
	}
	
	.txt_areaBox > .flt_l{
		max-width: 700px;
		width: 100% !important;
	}
	
	.txt_areaBox > .flt_r{
		float: none !important;
	}
	
	.sub_nav ul::after{
		display: none;
	}
	
	.lossBox > .flt_l{
		width: 100% !important;
	}
	
	.lossBox > .flt_r{
		float: none !important;
		width: 100% !important;
    	overflow: hidden;
	}
}


.savingBox_l,
.savingBox_r{
	display: flex;
	justify-content: space-between;
}
	.savingBox_l div:first-child,
	.savingBox_r div:first-child{
		max-width: 748px;
		width: 100%;
		padding-right: 20px;
	}

	.savingBox_l .led_l,
	.savingBox_r .led_l{
		padding-top: 0;
	}

.savingBox_l{
	border-bottom: 1px solid  #999999;
	padding: 30px 0;
}

.savingBox_r{
	padding: 30px 0 0;
}

.colum2Box.tableBox .flt_l {
	max-width: 412px;
	width: 100%;
}

.colum2Box.tableBox .flt_r {
	max-width: 494px;
	width: 100%;
}

.savingBox_l .corporate_img,
.savingBox_r .corporate_img{
	max-width: 160px;
	width: 18%;
}

.savingBox_l .led_l,
.savingBox_r .led_l{
	font-size: 116%;
	text-indent: 0;
}

#Corporate .colum2Box .flex #corporate_table,#Corporate .colum2Box .flex #corporate_table02{
	width: 450px;
}

#corporate_table .tableStyle02.gitai td{
	text-align:left !important;
}

.tableStyle03 th.table_bg03{
  background: #e6e6e6;
}

.tableStyle03 th span.waku{
  border: 1px solid;
  font-size: 80%;
  padding: 0 3px;
}

.tableStyle03 td{
  text-align: center;
}

h5{
	margin-bottom: 20px;
}

th{
	text-align: center !important;
}


.system_li{
	text-align: left;
	width:395px;
	margin-left:70px;
}

.blue_box_flex{
  display: flex;
  justify-content: space-between;
}

.blue_box{
  background: #f0f3fa;
  width: 49%;
  margin-top: 20px;
  padding: 25px 25px;
  text-align: left;
}
.blue_box h7{
  display: block;
  color: #0f2188;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 120%;
  padding-left: 13px;
}
.blue_box ul li{
  text-indent: -13px;
  padding-left: 13px;
  line-height: 1.6;
  margin-right: 0;
}


#Specific_efforts .scroll > table td{
	text-align: left;
}

#PriorityRisk_detail table tbody tr:first-child td:first-child{
	min-width: 120px;
}
#PriorityRisk_detail table tbody tr:first-child td:nth-child(2){
	min-width: 40px;
}
#PriorityRisk_detail table ul li:last-child{
	display: list-item;
	margin-bottom: 0;
}
#PriorityRisk_detail table ul li{
	margin-right: 35px;
}
#CybersecurityMeasures_detail .scroll .tableStyle02 tbody th{
	padding: 10px 5px;
}


@media screen and (max-width: 956px){
.flex.flex_end{
    flex-direction: column;
	align-items: flex-start;
	margin-top: 20px;
}

.flex.flex_end h3{
    margin-bottom: 10px !important;
}

#Corporate .colum2Box .flex{
	display: block;
}

.interview_flex .interview_box h4{
  margin-top: 20px;
}

#Corporate .colum2Box .flex #corporate_table,#Corporate .colum2Box .flex #corporate_table02{
	width: 100%;
}

#Corporate .savingBox_l,
#Corporate .savingBox_r{
	display: block;
}

#Corporate .savingBox_l div:first-child,
#Corporate .savingBox_r div:first-child{
	padding-right: 0;
}

#Corporate .savingBox_l .corporate_img,
#Corporate .savingBox_r .corporate_img{
	margin: 20px auto 0;
}

.system_li{
	margin-left: 15px;
}

.blue_box_flex{
  flex-direction: column;
}
  .blue_box{
    width: 100%;
  }

#sub_governance04 .flex{
  flex-wrap: wrap;
  justify-content: center;
}

#Specific_efforts p.mini{
	max-width: 331px;
	margin: 0 auto;
}
#Specific_efforts .scroll table{
	width: 956px;
}
#Specific_efforts .scroll .tableStyle02 thead th:first-child{
	width: 220px;
}
#Specific_efforts .scroll .tableStyle02 thead th:last-child{
	width: 110px;
}
#PriorityRisk_detail .scroll table{
	width: 1020px;
}
#CybersecurityMeasures_detail .scroll table{
	width: 956px;
}
}

@media screen and (max-width: 478px){
	.img01 {
		width: 12.5%;
	}

	.img02 {
		width: 25%;
	}
  
  .img03 {
		width: 22.5%;
	}

	.governance_img{
		width: 60%;
	}
  
  .interview_flex{
    flex-wrap: wrap;
    background: none;
  }
  .interview_flex .interview_box {
    max-width: 100%;
    background: #e1effa;
    padding: 0 0 20px;
  }
  .interview_flex .interview_box h4{
    padding-left: 20px;
  }

.interview_flex .interview_box p{
    padding-left: 20px;
  }

}

.double{
	font-size: 18px;
}

.ulStyle07 {
    margin: 20px 0;
}
.ulStyle07 li {
    float: none !important;
    text-align: left;
    display: block !important;
    margin-bottom: 5px;
    margin-right: 0 !important;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
}


.mainBox .txtLink{
	display: block;
	margin: 1em 0 0 0;
	text-align: left;
	text-indent: 0;
}
.mainBox .txtLink a{
    font-size: 109%;
	color: #0F2188;
	text-decoration: underline !important;
}
.mainBox .txtLink a:hover{
	text-decoration: none !important;
}
.mainBox .txtLink a:after{
    content: "\f101";
    font-family: 'FontAwesome';
}


#Specific_efforts .txt_areaBox{
	overflow: visible;
}
#Specific_efforts .flex{
	margin: 0 auto;
	justify-content: flex-start;
	align-items: center;
}
#Specific_efforts .flex .item_left{
    max-width: 486px;
	width: 100%;
}
#Specific_efforts .flex_img{
    float: right;
	margin-top: 5px;
    margin-left: 20px;
	display: flex;
}
#Specific_efforts .flex_img .item{
	text-align: center;
}
#Specific_efforts .flex_img .item img{
	height: 200px;
}
#Specific_efforts .flex_img .item p{
	font-size: 12px;
	text-indent: 0;
	text-align: center;
	margin-top: 5px;
}
#Specific_efforts .flex_img .item:last-child{
	width: 170px;
}
#Specific_efforts .flex_img .item:first-child{
	margin-right: 5px;
}
.txt_areaBox .img_pdf{
	display: block;
}
.txt_areaBox #Anti-bribery{
	overflow: hidden;
}
.txt_areaBox #Anti-bribery .flt_l{
	width: 600px;
}
.txt_areaBox .table_title{
	text-indent: 0;
	margin: 1em auto 5px;
}
@media screen and (max-width: 956px){
	.txt_areaBox #Anti-bribery .flt_l{
		width: 100%;
	}
	.txt_areaBox #Anti-bribery .flt_r{
		float: none !important;
	}
	#Specific_efforts .flex{
		display: block;
		margin: 0;
	}
	#Specific_efforts .flex .item_left{
		margin-right: 0;
		max-width: 100%;
	}
	#Specific_efforts .flex_img{
		float: none;
		margin: 0 auto 15px;
		justify-content: center;
	}
	#Specific_efforts .flex .flex_img .item img{
		height: 190px;
	}
	#Specific_efforts .flex .item:first-child{
		max-width: 366px;
		margin-left: auto;
		margin-right: auto;
	}
	#Specific_efforts .flex .item:last-child{
		max-width: 190px;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
	}
	#Specific_efforts .flex .item figure{
		text-align: center;
	}
	#Specific_efforts .flex .item figure img{
		width: auto;
	}
}
@media screen and (max-width: 480px){
	#Specific_efforts .flex .item:first-child{
		margin-bottom: 10px;
	}
	#Specific_efforts .flex_img .item img{
		height: auto;
	}
}

.txt_indent{
	text-indent: -1em;
	padding-left: 1em;
}

#ReportingTable{
	max-width: 500px;
	width: 100%;
	margin: 0 auto 0 0;
}

#PastActivities .ulStyle07{
	margin-top: 10px;
}
#PastActivities .ulStyle07 li{
	text-indent: -2em;
	padding-left: 2em;
}

.pcScroll{
    overflow: auto;
}
.pcScroll > table {
    width: 950px;
    table-layout: fixed;
    word-break: break-all;
}
.pcScroll > table.officer {
    width: 720px;
}
@media screen and (max-width: 956px){
	.scroll > table.changes {
	    width: 690px;
	}
	.scroll > table.election {
	    width: 690px;
	}
}

.double{
	font-size: 18px;
}


#SkillMatrix table tbody tr:nth-of-type(n+2) th:first-child,
#ChangesTable table tbody tr:nth-of-type(n+2) th:first-child,
#ElectionTable table tbody tr th:first-child,
#corporate_table table tbody tr th:first-child{
	text-align: left !important;
}
#corporate_table table tbody tr th.txt_c:first-child{
	text-align: center!important;
}
#SkillMatrix table tbody tr:first-child th,
#SkillMatrix table tbody tr:nth-of-type(n+2) th:first-child,
#SkillMatrix table tbody tr:nth-of-type(n+2) th:nth-child(2),
#ElectionTable table thead tr th,
#corporate_table table thead tr th{
	font-weight: normal;
}
@media screen and (max-width: 956px){
	#EffortsTable table{
		margin-bottom: 10px;
	}
	.lossBox .flt_r{
		overflow: hidden;
	}
}

#StrengtheningInformationInner ul li{
	float: none;
}
#StrengtheningInformationInner ul li:last-child{
	display: list-item;
}
@media screen and (max-width: 956px){
	#StrengtheningInformationInner .flex{
		display: block;
	}
}

body.charter .container .mainBox section p{
	padding: 0 12px;
}

#sub_governance05 #Activities_detail .ulStyle07{
	padding-left: 2em;
	margin: 0;
}
#sub_governance05 #Activities_detail .ulStyle07 li{
    font-size: 109%;
}
#sub_governance05 #Chizai .piechart{
	margin-top: 40px;
}
#sub_governance05 #Chizai .piechart .flt_l{
	width: 560px;
}
@media screen and (max-width: 956px){
	#sub_governance05 #Chizai .piechart .flt_l{
		margin-bottom: 20px;
	}
}