@charset "UTF-8";

/* ===========================================================

	Title: sustainability.css
	Created: 2019-02-06
	サステナビリティ専用スタイル

=========================================================== */

.text-indent {
  margin-left: 1em !important;
}

.text-color--blue {
  color: rgba(0, 102, 255, 1);
}

/*
	social
	
=========================================================== */
/* service-case */
.social-tenant {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.social-tenant__cell {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 1em 0;
}

.social-tenant__body {
  display: block;
  padding: .5rem;
  width: 100%;
  background-color: rgba(246, 173, 58, .1);
}

.social-tenant__body h5 {
  display: block;
  margin: 0;
  padding: .25rem;
  background-color: rgba(246, 173, 58, 1);
}

.social-tenant__cell figure {
  display: block;
  padding: 0 .5rem .5rem .5rem;
  width: 100%;
  background-color: rgba(246, 173, 58, .1);
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .social-tenant {
    flex-direction: row;
    margin: 0 -5px;
  }

  .social-tenant__cell {
    flex-direction: row;
    padding: 1em 5px;
    width: 50%;
  }

  .social-tenant__body {
    padding: 1rem;
    width: calc(100% - 180px);
  }

  .social-tenant__cell figure {
    padding: 1rem;
    width: 180px;
  }
}

.list-style__peculiar--original-dot-pattern2 {
  display: table;
  margin-left: 0 !important;
}

.list-style__peculiar--original-dot-pattern2 li {
  display: table-row;
  text-indent: 0 !important;
}

.list-style__peculiar--original-dot-pattern2 p {
  display: table-cell;
}

.list-style__peculiar--original-dot-pattern2 p:first-child {
  width: 1%;
  white-space: nowrap;
}

.list-style__peculiar--original-dot-pattern2 p:first-child::before {
  display: inline-block;
  width: 1.25em !important;
  color: rgba(13, 71, 157, .5);
  content: "\f111";
  text-indent: 0;
  font-family: FontAwesome;
}

.list-style__peculiar--original-dot-pattern2 p:last-child {
  width: 99%;
}

/* ===========================================================
    pfBoxInner
    individual-result
    qa
=========================================================== */
/* ===========================================================

	pfBoxInner

=========================================================== */
.pfBoxInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1rem 0 1rem 0;
  padding: .5rem;
  border: 2px solid #e7e7e7;
  border-collapse: collapse;

  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.pfBoxInner .img-left {
  margin: 0 1.5rem 0 0;
}

.pfBoxInner h5 {
  margin: 0 0 .5rem;
  padding-top: 1rem;
}

.pfBoxInner .address {
  margin: 0 0 2rem;
}

@media screen and (max-width: 766px) {
  .pfBoxInner .img-left {
    float: none;
    margin: 0 0 0 0;
    padding: 10px;
  }

  .pfBoxInner .txt-right a.official {
    display: block;
    margin: 0 0 1rem;
    padding: 0 1rem;
  }
}

/* ===========================================================

	individual-result

=========================================================== */
.individual-result {
  padding-left: 20px;
}

.individual-result__openable {
  position: relative;
  cursor: pointer;
}

p.individual-result__openable {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 40px 10px 20px !important;
  height: auto;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  color: rgba(13, 71, 157, 1);
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}

.individual-result__openable span {
  position: absolute;
  top: -12px;
  right: 3px;
  width: 24px;
  height: 24px;
  background-color: #ffffff !important;
}

.individual-result__openable span.icon-plus:after {
  content: "+";
}

.individual-result__openable span.icon-minus:after {
  content: "－";
}

.individual-result__openable div.text {
  color: rgba(13, 71, 157, 1);
  font-weight: bold;
  font-size: 14px;
}

.individual-result__inner {
  overflow: hidden;
}

/* ===========================================================

	greenfinance

=========================================================== */

.table-right {
  background-color: #ffffff;
  color: #000000;
}

.boder-set {
  border-top: double #dddddd;
  border-bottom: double #dddddd;
}

.gf-caution {
  font-size: 1.2rem;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.sub-title {
  padding-left: 20px;
  text-decoration: underline;
  font-weight: bold;
}

.sub-text {
  padding-left: 20px;
}

.sdgs-img {
  padding: 0 2px 4px 0;
  width: 70px !important;
}

.font-bold {
  font-weight: bold;
}

.text-indent-13 {
  margin: 0 !important;
  padding: 0;
  padding-left: 13px;
  text-indent: -13px;
}

.text-indent-10 {
  margin: 0 !important;
  padding-left: 10px;
  text-indent: -10px;
}

.sub-th-color-01 {
  background-color: #dde7f5;
}

.sub-th-color-02 {
  background-color: #f3f0f0;
}

.materiality-table td a {
  color: #ff0000;
}

.category-table {
  width: 600px;
}

@media screen and (max-width: 766px) {
  .category-table {
    width: 100%;
  }
}

/* ja */
.ul-page-link {
  display: flex;
  background-color: #e3f0ff;
}

.ul-page-link li {
  margin: .5em 0 !important;
  padding-right: 16px;
}

.ul-page-link li:last-child {
  margin: .5em 0 !important;
  padding-right: 0;
}

.ul-page-link li a,
.ul-page-link-bottom li a {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding: 7px 16px 7px 30px;
  width: 100%;
  border-bottom: solid 1px #3d6cbf;
  text-align: left;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.ul-page-link li a:before {
  position: absolute;
  top: 50%;
  left: 8px;
  margin: -6px 0 0;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #3d6cbf;
  content: "";
}

.ul-page-link li a:after {
  margin: -6px 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.ul-page-link-bottom li a:after {
  margin: -2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
}

/* en */
.ul-page-link-en {
  display: flex;
  background-color: #e3f0ff;
}

.ul-page-link-en li {
  margin: .5em 0 !important;
  padding-right: 16px;
}

.ul-page-link-en li:last-child {
  margin: .5em 0 !important;
  padding-right: 0;
}

.ul-page-link-en li a,
.ul-page-link-bottom-en li a {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding: 7px 16px 7px 30px;
  width: 100%;
  height: 40px;
  border-bottom: solid 1px #3d6cbf;
  text-align: left;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.ul-page-link-en li a:before {
  position: absolute;
  top: 50%;
  left: 8px;
  margin: -6px 0 0;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #3d6cbf;
  content: "";
}

.ul-page-link-en li a:after {
  margin: -6px 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.ul-page-link-bottom-en li a:after {
  margin: -2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
}

/*ul-sort
----------------------------------------------------------- */
.ul-sort li {
  display: inline-block;
  margin: 0 5px 10px 0;
  height: 25px;
  line-height: 25px;
}

.ul-sort li a {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 25px;
  height: 25px;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  background-color: #ffffff;
  color: #008e5b;
  vertical-align: text-bottom;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 23px;
}

.ul-sort li a:before {
  position: absolute;
  top: 50%;
  left: 15px;
  margin: -3px 0 0;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #aaaaaa;
  content: "";
}

.ul-sort li a:hover:before {
  border-color: transparent transparent transparent #ffffff;
}

.ul-sort li a:hover {
  border-color: transparent;
  color: #ffffff;
  text-decoration: none;
}

.ul-sort li a.current {
  border-color: transparent;
  color: #ffffff;
  cursor: default;
}

.ul-sort li a.current:before {
  border-color: transparent transparent transparent #ffffff;
  opacity: .2;
}

/* ===========================================================

	environment

=========================================================== */
.environment_ratio {
  padding: 5px 15px;
  border: solid 2px rgba(13, 71, 157, .1);
  color: #0d479d;
  text-align: center;
  font-size: 2rem;
}

.environment_ratio__value {
  font-weight: bold;
  font-size: 3rem;
}

/* ===========================================================

	Sustainability-related Disclosure

=========================================================== */
.sfdr_summary_table th {
  width: 20%;
  text-align: left;
}

.sfdr_summary_table p {
  margin: 0 0 1em 0;
}

.sfdr_summary_table p:last-child {
  margin: 0;
}

.font-style--italic {
  font-style: italic;
}

/* sfdr_documents */
.sfdr_documents {
  display: block;
}

.sfdr_documents dt,
.sfdr_documents dd {
  display: block;
  padding: .5em 1.0em .25em 0 !important;
}

.sfdr_documents dd a[target="_blank"]:after {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: right center;
  content: "";
}

@media print,
screen and (min-width: 768px) {
  .sfdr_documents {
    display: table;
    border-collapse: collapse;
  }

  .sfdr_documents {
    display: table-row;
  }

  .sfdr_documents dt,
  .sfdr_documents dd {
    display: table-cell;
  }

  .sfdr_documents dt {
    width: 1%;
    vertical-align: top;
    white-space: nowrap;
  }

  .sfdr_documents dd {
    vertical-align: middle;
  }
}