@charset "UTF-8";
/* ===========================================================

	Title: other.css
	Created: 2018-05-02
	その他コンテンツ専用スタイル

=========================================================== */
/*
	Common
	sitemap
	
=========================================================== */

/* ===========================================================

	Common

=========================================================== */



.terms-list {}
.terms-list li { margin: 1.5em 0; }
/* ===========================================================

	sitemap

=========================================================== */

.sitemap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.sitemap__cell {
	display: block; padding: 15px;
	width: 100%;
}
.contents-style .sitemap h2 {
	text-align: left; padding: 0.5em 0 0.25em 0;
	margin: 0;
}
.contents-style .sitemap h2::before,
.contents-style .sitemap h2::after { display: none; }
.sitemap dt a::before {
	display: inline-block; margin:  0 0.5em 0 0;
	content: "\f105"; font-family: FontAwesome;
	color: rgba(18,46,90,1.00);
}

.sitemap h2 { margin: 0 0 1.0em 0; padding: 0.75em 1.0em; font-size: 1.8rem; }
.sitemap dl { padding: 0; }


@media print, screen and (min-width: 576px) { }
@media print, screen and (min-width: 768px) {
	.sitemap__cell { width: 50%; }
}
@media print, screen and (min-width: 992px) {
	.sitemap__cell { width: 33.333%; }
}
@media print, screen and (min-width: 1200px) { }

/* ===========================================================

	sfdr

=========================================================== */

.sfdr-filelist .link-reverse a:link, .link-reverse a:visited, a.link-reverse:link, a.link-reverse:visited {
	color: #000;
	text-decoration: underline;
  }
  
  .sfdr-filelist .file-icon.file-icon--pdf {
	background-color: rgba(249, 23, 3, 1.00);
  }
  
  .sfdr-filelist .file-icon {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.6;
	padding: 0.25em 1.0em 0 1.0em;
	margin: 0 0 0 0.5em;
	min-width: 4.0em;
	color: #fff;
	background-color: rgba(107, 134, 166, 1.00);
	border-radius: 5px;
	font-family: 'Source Serif Pro', sans-serif;
	font-weight: 400;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	min-width: 5.0em;
	transition: all 0.5s;
  }
  
  .sfdr-filelist .file-size::before {
	content: "[";
  }
  
  .sfdr-filelist .file-size::after {
	content: "]";
  }
  
  .sfdr-filelist .file-size::before, .file-size::after {
	display: inline;
  }
  
  .sfdr-filelist .file-size {
	display: inline-block;
	font-size: 1.1rem;
	color: #ccc;
	white-space: nowrap;
	color: #666;
	margin: 0 0 0 0.5em;
  }
  
  .sfdr-italic {
	font-style: italic;
  }
  
  a.sfdr-link-underline:link {
	color: #122e5a;
	text-decoration: underline;
  }
  
  a.sfdr-link-underline:visited {
	color: #122e5a;
	text-decoration: underline;
  }
  
  a.sfdr-link-underline:hover {
	color: #122e5a;
	text-decoration: underline;
	opacity: 0.65;
  }

  table.sfdr-summary td {
	box-shadow: none;
	border: #ddd solid 1px;
  }

  span.sfdr-note {
	vertical-align: top;
	font-size: 0.8em;
  }
  
 ul.sfdr-criterianotes {
	margin: 0 0 1em;
 }

 ul.sfdr-criterianotes li {
	padding: 0 0 0 1.6em;
	text-indent: -1.6em;
	font-size: 0.750em;
  }
  
  .sfdr-margin-top--15 {
	margin-top: 15px !important;
  }
  
  .sfdr-margin-right--30 {
	margin-right: 30px !important;
  }
  
  .sfdr-margin-left--30 {
	margin-left: 30px !important;
  }
  
  .sfdr-margin-bottom--30 {
	margin-bottom: 30px !important;
  }
  
 ul.sfdr-list-style--circle li:before {
	background-color: #fff;
	border: 1px solid #000;
  }
  
  table.sfdr-riskanalysis thead th {
	background-color: #f4f7fc;
	color: #000;
  }

 table.sfdr-riskanalysis tbody td {
	text-align: center;
  }

.sfdr-transitionrisks thead th {
	background-color: #f4f7fc;
	color: #000;
  }

 table thead th.sfdr-fourScenario {
	background-color: rgb(172, 38, 36);
	color: #fff;
  }
  
 table thead th.sfdr-oneharfScenario {
	background-color: rgba(18, 46, 90,1.00);
	color: #fff;
  }
  
 table th.sfdr-transitionrisktype {
	background-color: rgba(138,193,138,1.00);
	width: 10%;
  }
  
 table th.sfdr-physicalrisktype {
	background-color: rgb(244, 176, 132, 1.00);
	width: 10%;
  }
  
 table thead th.sfdr-possibility-impact {
	border-top: none;
  }
  
  .sfdr-nowrap {
	white-space: nowrap;
  }

  @media screen and (max-width: 768px) {
	a.sfdr-link-wordbreak {
	  word-break: break-all;
	}
  	
	.scroll--table table.sfdr-transitionrisks {
		width: 1600px;
	}
  }
  