@charset "utf-8";

/*【共通】アンカーメニュー調整*/
.pg-general .c-anchorList .c-anchor {
    width: 46.0%;　/*変更*/
    margin-bottom: 6px;
    text-indent: 0em;
    padding-left: 0em;　/*変更*/
}
.pg-general .c-anchorList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 9px 25px;　/*変更*/
    counter-reset: item;
    list-style-type: none;
    border: 2px solid #eeeeee;
}

/*【共通】div-Width短め中央寄せ*/
.w60{
		width:60%;
		margin: 30px auto;	
}
.w80{
		width:80%;
		margin: 30px auto;	
}
.w90 {
  width: 90%;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
.w60, .w80, .w90{
		width:100%;
		margin: 20px auto;	
}
	table.wrap-canc{
		white-space: normal !important;
	}
.w60 table.fx100, .w80 table.fx100, .w90 table.fx100{
	display:table !important;
}
	
}
/*文中リンク*/
.pg-general .c-linkTxtList .c-linkTxt {
    text-align: right;
}

/*Table - margin-bottomリセット*/
.c-wysiwyg table{
	margin-bottom:15px !important;
}

/*Table- 行ごとtext-aigns指定*/
.pg-general .c-wysiwyg table tr.txtC td, table tr.txtC th{
	text-align: center;
}
.pg-general .c-wysiwyg table tr.txtL td, table tr.txtL th{
	text-align: left;
}
.pg-general .c-wysiwyg table tr.txtR td, table tr.txtR th{
	text-align: right;
}

/*新設：サステナの体制と取組　policy.html
------------------------------------------------------------l*/

/*社会・環境_方針リスト*/	
.discListBox .listWrap li{
position: relative;
padding-left: 14px;
font-size: 1.4rem;
line-height: 1.55;
}
.discListBox .listWrap li::before{
    position: absolute;
    display: inline-block;
    content: "";
    top: 6px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}
.discListBox.is-social li::before {
    background: #F066A6;
}
.discListBox.is-env li::before {
    background: #46BC91;
}
/*ガバナンステーブル設定*/
.govBox table td{
	height: 200px;
}
@media screen and (max-width: 767px) {

.c-graphBlock ul.c-graphList.is-2col li.c-graph.govBox{
		margin-bottom:5px !important;
	}
	.govBox table td{
		height:auto;
	}
	.govBox table.gv_01{
		margin-top:25px;
	}

}

/*SDGs表示*/	
.sdgsLeadBlock {
  margin-bottom: 24px;
}

.sdgsLeadBlock .c-ttl-small {
  margin-bottom: 17px;
}

@media screen and (max-width: 767px) {
 
.sdgsLeadBlock .c-ttl-small {
    margin-bottom: 12px;
  }
}

.sdgsLeadBlock .c-wysiwyg {
  margin-bottom: 0;
}

.sdgsLeadBlock p:not(:last-child) {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .sdgsLeadBlock p:not(:last-child) {
    margin-bottom: 9px;
  }
}

.sdgsBlock {
  margin-bottom: 72px;
  background: #eeeeee;
}

@media screen and (max-width: 767px) {
  .sdgsBlock {
    margin-bottom: 67px;
  }
}

.sdgsBlock .sdgsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 16px 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .sdgsBlock .sdgsWrap {
    display: block;
  }
}

.sdgsBlock .sdgsWrap .txtBox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 46%;
}

@media screen and (max-width: 767px) {
  .sdgsBlock .sdgsWrap .txtBox {
    width: 100%;
    margin-bottom: 20px;
  }
}

.sdgsBlock .sdgsWrap .txtBox .ttl {
  margin-bottom: 4px;
  font-size: 1.6rem;
  font-weight: bold;
}

.sdgsBlock .sdgsWrap .txtBox .txt {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .sdgsBlock .sdgsWrap .txtBox .txt {
    margin-bottom: 6px;
  }
}

.sdgsBlock .sdgsWrap .txtBox .link {
  font-size: 1.2rem;
  color: #004c97;
}

.sdgsBlock .sdgsWrap .txtBox .link a {
  color: #1368d6;
}

@media screen and (min-width: 768px) {
  .sdgsBlock .sdgsWrap .txtBox .link a:hover {
    text-decoration: underline;
  }
}

.sdgsBlock .sdgsWrap .imgBlock {
  width: 52%;
}

@media screen and (max-width: 767px) {
  .sdgsBlock .sdgsWrap .imgBlock {
    width: 100%;
  }
}

.sdgsBlock .sdgsWrap .imgBlock img {
  width: 100%;
}

/*新設：人的資本　human_cp.html
※csr.cssにほとんどの記載を残しています
------------------------------------------------------------l*/
/*社員の声*/
@media screen and (max-width: 767px) {
.csrStyle .csr07a-voice .csr07-example-head {
	padding: .3em 2em .3em 1em;
	text-align: left;
	}
.csr07a-voice .voice_line .csr03-photo-2col.csr07a-voice-2col p.fullWidth-img img{
	max-width: none;
	width:140px !important
}
}



/*授業プログラムについて　education_04.html
--------------------------------------------------------------------*/
/*有識者コメント（csr.cssからの移植）*/
.csrStyle .csr04-expert {
    background: url(../images/sustainability/img_education04_bg01.png) top left no-repeat;
    border: 1px solid #ccc;
    padding: 48px 23px 25px 14px;
    margin: 0 0 30px;
    font-size: 1.4rem;
}


/*環境
--------------------------------------------------*/
.w90 table {
	width:100%;
  margin: 0 auto;
}

ul.listdc li{
	list-style-type:disc;
}



