@charset "UTF-8";
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.pb10 {
  padding-bottom: 10px;
}
.pt10 {
  padding-top: 10px;
}
.p10 {
  padding: 10px;
}
.pl10 {
	padding-left:10px;
}
.w60 {
	width: 60%;
}
/*sitereportのth幅*/
.w240 {
	width: 240px;
}
.italic {
  font-style: italic;
}
.block {
	display: block;
}
.underline {
	text-decoration: underline;
}
.right {
	text-align: right;
}
.textListNote-1.mt10 {
  margin-top: 10px;
}
.bb-none {
	border-bottom: none!important;
	padding-bottom: 0!important;
}/*GRIで見かけ上区切りたくないセルのボーダーボトムを非表示*/
.bt-none {
	padding-top:0!important;
}
.bn_list img {
  width: 80px !important;
}
.pikList.csr .item h2 a:before {
  content: "";
  position: relative;
  top: 2px;
  left: 0;
  display: inline-block;
  background: url(../images/shared/arrow/right01.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.pikList.csr .item h2 {
  font-weight: bold;
  font-size: 1.2em;
}
.pikList.csr ul {
  margin-left: 1.5rem;
}
.pikList.csr li {
  margin-left: 2em;
}
.pikList.csr.top li {
  margin-left: 1em;
}
.pikList.csr li span {
  font-weight: bold;
}
.pikList.csr .pik {
  padding: 0;
}
.flex-container {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
.flex-container.align-bottom {
  align-items: flex-end;
}
.flex-container .box.col2 {
  width: 49%;
}
.flex-container .box.col3 {
  width: 32%;
}
.flex-container .box.col3-2 {
  width: 65%;/*テキスト2/3　写真1/3*/
}
.flex-container .box.col4 {
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .flex-container {
    display: block;
  }
  .flex-container .box.col2,.flex-container .box.col3,.flex-container .box.col3-2,.flex-container .box.col4 {
    width: 100%;
  }
  .flex-container .box.col2,.flex-container .box.col3 img,.flex-container .box.col3-2 img,.flex-container .box.col4 img {
	display: block;
    margin:0 auto;
	min-width: 100%;
  }
}


.small-pd table th, .small-pd table td {
  padding: 5px 10px;
}
.small-pd-2 table th, .small-pd-2 table td {
  padding: 5px 4px;
}
.img80 img {
  width: 80%;
}
.table-noborder td {
	border: 0px none;
}
.table-noborder {
	border: 0px none;
}


@media only screen and (max-width: 767px) {
  .small-pd table th, .small-pd table td {
    padding: 5px 3px 5px 4px;
    font-size: 0.9em;
  }
  .small-pd-2 table th, .small-pd-2 table td {
    padding: 5px 1px;
    font-size: 0.9em;
  }
}
.small-pd table {
  margin-bottom: 5px;
}
.small-pd td {
  text-align: justify;
}

/*riskmanagement 入れ子テーブル*/
.nesting-table {
	border-collapse:collapse;
	border-spacing: 0;
}
.nesting-table td {
	border-collapse:collapse;
	border-spacing: 0;
	border: 1px solid #cbcbcb;
	padding: 5px;
}

div.pc {
  display: block;
}
div.sp {
  display: none;
}
.sdgs-icon img {
  width: 50px;
  padding-left: 10px;
  vertical-align: middle;
}
br.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
  .sdgs-icon img {
    width: 35px;
    padding-left: 5px;
    margin-top: 10px;
  }
}
.column_topic {
  border: dotted 2px #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
.paragraph a {
  text-decoration-line: underline;
}
.column_topic .column_box {
  display: flex;
}
.column_topic .column_box .leftContent {
  width: 70%;
}
.column_topic .column_box .rightContent {
  width: 30%;
  margin-left: 20px;
}
.column_topic .column_box img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .column_topic {
    margin: 10px 0;
  }
  .column_topic .padder {
    padding: 0;
  }
  .column_topic .column_box {
    display: block;
  }
  .column_topic .column_box .leftContent {
    width: 100%;
  }
  .column_topic .column_box .rightContent {
    width: 100%;
    margin-left: 0;
  }
}
.process {
  margin: 40px 0;
}
.process-box {
  border: 3px solid #cccccc;
  padding: 10px 20px;
  margin: 10px 0;
}
.process-box .headingLv4 h4 {
  display: inline-block;
  border-bottom: 3px dotted #cccccc;
  padding-bottom: 1px;
  margin-bottom: 3px;
}
.process .arrow {
  font-size: 2em;
  margin: 5px 0;
  text-align: center;
}
.process-box .paragraph {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .elem_divide.csr.sp_col1 .area {
    float: none;
    margin-left: 0;
    width: auto !important;
  }
}
.elem_divide.csr .area {
  padding: 0 0 10px 40px;
}
/*社会　インデックスページ*/
.categoryNavigation.csr .itemList .item h2 {
  font-size: 108%;
}
@media only screen and (max-width: 768px) {
  div.pc {
    display: none;
  }
  div.sp {
    display: block;
  }
  .categoryNavigation.csr .itemList .item h2 {
    font-size: 108%;
  }
}
/*SDGs製品*/
.sdgs-caption h4 {
  font-size: 1.1em;
  font-weight: bold;
  color: #147497
}
.sdgs-caption p {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.sdgs-caption p.goal {
  font-weight: bold;
}
.textListNote-1 a {
  text-decoration: underline;
}
.item.note {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .item.note {
    margin-bottom: 20px;
  }
}
.group-list li{
	margin-left: 1em;
	
}
/*リアルシステム追加*/
.dot-hr {
  border-bottom: 1px dotted #B3B3B5;
  border-top: none;
  border-left: none;
  border-right: none;
}
/*TCFDページリスク・機会箇所レベル下げ*/
.Lv4-box {
  margin-left: 20px;
}
.nolist {
  list-style: none;
}
/*リスト（ぶら下げ設定）*/
.mark-indent {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.mark-indent2 {
  padding-left: 1em;
  text-indent: -1em;
}
/*CS向上サイト（画像回り込み設定）*/
.img-float {
  float: right;
  margin-left: 5px;
  margin-top: 5px;
  width: 30%;
}
/*※リスト用（フォントサイズ）*/
.textListNote-1 {
  font-size: 83.33%;
  margin: 0 0 20px;
}
/*トップメッセージ*/
.lvfujiwara {
  color: darkblue;
  font-weight: bold;
}
.lvabe {
  color: darkorange;
  font-weight: bold;
}
.lvmatuda {
  color: darkmagenta;
  font-weight: bold;
}
.lvnagasima {
  color: deeppink;
  font-weight: bold;
}

/*社会＞人権のアコーディオン*/
summary {
	display: block;
}

summary::-webkit-details-marker {
	display: none;
}

/* アコーディオンのタイトル 共通設定 */
.dtls-summary {
	position: relative;
	padding-left: 25px;
	padding-bottom:15px; 
	font-size: 17.5px;
	cursor: pointer;
}

/* アコーディオンのタイトル */
.icon-arrow:before {
		position: absolute;
		content: '';
		width: 20px;
		height: 20px;
		background: #2c5200;
		border-radius: 50%;
		top: 50%;
		left: 0;
		margin-top: -18px;
	}
.icon-arrow:after {
		position: absolute;
		content: '';
		width: 6px;
		height: 6px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		top: 50%;
		left: 4px;
		transform: rotate(45deg);
		margin-top: -12px;
	}
/* アコーディオンのタイトル オープン時 */
.dtls[open] .icon-arrow:after {
		transform: rotate(135deg);
		left: 6px;
		top:45%;
	}

