﻿@charset "UTF-8";
.csrAnchorList {
  margin: 0 auto -60px;
}

.csrTopicAnchor > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.csrTopicAnchor > ul > li {
  width: 25%;
}

.csrTopicAnchor.enOnly > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.csrTopicAnchor.enOnly > ul > li {
  width: 16%;
  text-align: center;
}

.csrTopicList > dl {
  font-size: 1.3rem;
  line-height: 1.5;
}

.csrTopicList > dl:nth-of-type(n+2) {
  margin-top: 20px;
}

.csrTopicList > dl > dt {
  font-weight: 500;
}

.csrTopicList > dl > dd {
  margin-top: 5px;
}

.csrTopicList > dl > dd > a {
  color: #2466af;
}

.csrTopicList > dl > dd > a[target="_blank"]:after {
  display: inline-block;
  width: 10px;
  height: 9px;
  margin-left: 5px;
  background-image: url(/files/img/sustainability/common/icon_blank.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

.csrTopicList > dl > dd > a[href$=".pdf"] {
  padding-left: 20px;
  background-image: url(/files/img/sustainability/common/icon_pdf.png);
  background-position: left 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.csrTopicList > dl > dd > a[href$=".pdf"]::after {
  display: none;
}

.csrTopicList.enOnly > dl > dd > a[target='_blank']:after {
  display: inline-block;
  width: 10px;
  height: 9px;
  margin-left: 5px;
  background-image: url(/files/img/sustainability/common/icon_blank.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: '';
}

.csrTopicDetail > *:first-of-type {
  margin-top: 0;
}

.csr_detail * {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  line-height: 1.8em !important;
}

.csr_detail a {
  word-break: break-all;
}

.csrYearWrap {
  padding-top: 100px;
}

.csrTitleH2 {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .csrTopicAnchor > ul > li:nth-of-type(n+5) {
    margin-top: 10px;
  }
  .csrTopicAnchor > ul > li:nth-of-type(n+2) > a {
    border-left: 1px solid #d8d8d8;
  }
  .csrTopicAnchor > ul > li:nth-of-type(4n+1) > a {
    border-left: none;
  }
  .csrTopicAnchor > ul > li > a {
    padding-left: 10px;
  }

	.csrTopicAnchor.enOnly > ul{
		flex-wrap: wrap;
		justify-content: left;
	}
	.csrTopicAnchor.enOnly > ul li{
		width: 25%;
	}
}

@media screen and (min-width: 1025px), print {
  .csrTopicAnchor > ul > li {
    width: 16.66666666666667%;
  }
  .csrTopicAnchor > ul > li:nth-of-type(n+7) {
    margin-top: 20px;
  }
  .csrTopicAnchor > ul > li:nth-of-type(6n+1) > a {
    border-left: none;
  }
  .csrTopicList > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
  }
  .csrTopicList > dl:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .csrTopicList > dl > dt {
    width: 160px;
  }
  .csrTopicList > dl > dd {
    width: calc(100% - 160px);
    margin-top: 0;
  }
}
