@charset "UTF-8";
.typeLayout.type2_1 .documentList .documentItem .item .title img, .typeLayout.type2_1 .documentList .documentItem .item .title, .typeLayout.type2_1 .documentList .documentItem .item .icon svg path, .typeLayout.type2_1 .documentList .documentItem .item {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*ESG共通樣式*/
.mainArea {
  padding-bottom: 43px;
}
@media (max-width: 1200px) {
  .mainArea {
    padding-bottom: 0px;
  }
}

.typeLayout.type2_1 {
  padding-top: 61px;
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 {
    padding-top: 30px;
  }
}
.typeLayout.type2_1 .topNote {
  margin-bottom: 69px;
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .topNote {
    margin-bottom: 45px;
  }
}
.typeLayout.type2_1 .wrap {
  max-width: 1540px;
}
.typeLayout.type2_1 .classHeadBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 35px;
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .classHeadBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .typeLayout.type2_1 .classHeadBox {
    padding-bottom: 5px;
  }
}
.typeLayout.type2_1 .classHeadBox > .title {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .classHeadBox > .title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.typeLayout.type2_1 .classHeadBox > .title .note {
  font-size: 22px;
  font-weight: 500;
  margin-left: 20px;
  padding-right: 32px;
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .classHeadBox > .title .note {
    margin-left: 10px;
    padding-right: 0;
  }
}
.typeLayout.type2_1 .classHeadBox .line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 90px;
  background-clip: content-box;
  background-color: #e5e5e5;
  height: 1px;
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .classHeadBox .line {
    display: none;
  }
}
.typeLayout.type2_1 .classHeadBox .selectBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .classHeadBox .selectBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.typeLayout.type2_1 .classHeadBox .selectBox .title {
  color: #333333;
  font-size: 17px;
  display: inline-block;
  margin-right: 30px;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .classHeadBox .selectBox .title {
    display: none;
  }
}
.typeLayout.type2_1 .classHeadBox .selectBox .selector {
  min-width: 240px;
  border-radius: 99px;
  border: 1px solid #c5c5c5;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .classHeadBox .selectBox .selector {
    width: 100%;
    margin-bottom: 30px;
  }
}
.typeLayout.type2_1 .classHeadBox .selectBox .selector .icon {
  position: absolute;
  right: 30px;
}
.typeLayout.type2_1 .classHeadBox .selectBox .selector select {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 60px;
  border: 0;
  width: 100%;
  padding-left: 30px;
  padding-right: 50px;
  font-size: 17px;
  color: #333333;
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .classHeadBox .selectBox .selector select {
    height: 52px;
  }
}
.typeLayout.type2_1 .groupList .groupItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 27px;
  margin-bottom: 42px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1400px) {
  .typeLayout.type2_1 .groupList .groupItem {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .groupList .groupItem {
    padding-bottom: 30px;
  }
}
.typeLayout.type2_1 .groupList .groupItem:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .typeLayout.type2_1 .groupList .groupItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.typeLayout.type2_1 .groupList .groupItem .groupInfo {
  padding-top: 8px;
  padding-right: 30px;
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1400px) {
  .typeLayout.type2_1 .groupList .groupItem .groupInfo {
    padding-right: 0;
    margin-bottom: 30px;
    max-width: none;
  }
}
.typeLayout.type2_1 .groupList .groupItem .groupInfo .title {
  font-size: 22px;
  font-weight: 400;
  padding: 0 30px;
  position: relative;
  letter-spacing: 1.2px;
  line-height: 1;
  margin-bottom: 37px;
}
@media (max-width: 1400px) {
  .typeLayout.type2_1 .groupList .groupItem .groupInfo .title {
    margin-right: auto;
    padding: 0 30px;
  }
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .groupList .groupItem .groupInfo .title {
    margin-bottom: 0px;
  }
}
.typeLayout.type2_1 .groupList .groupItem .groupInfo .title::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #cccccc;
  left: 0;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.typeLayout.type2_1 .groupList .groupItem .groupInfo .title::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #cccccc;
  right: 0;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.typeLayout.type2_1 .groupList ~ .documentList {
  border-top: 1px solid #e5e5e5;
  padding-top: 47px;
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .groupList ~ .documentList {
    padding-top: 50px;
  }
}
.typeLayout.type2_1 .groupList ~ .documentList.noData {
  border-top: 0;
}
.typeLayout.type2_1 .groupList ~ .documentList .documentItem:last-of-type {
  margin-bottom: 100px;
}
.typeLayout.type2_1 .documentList {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 1600px) {
  .typeLayout.type2_1 .documentList {
    margin: 0 -10px;
  }
}
.typeLayout.type2_1 .documentList .documentItem {
  width: calc((100% - 20px) / 5);
  margin-bottom: 20px;
  padding: 0 15px;
}
@media (max-width: 1600px) {
  .typeLayout.type2_1 .documentList .documentItem {
    padding: 0 10px;
  }
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .documentList .documentItem {
    width: 100%;
  }
}
.typeLayout.type2_1 .documentList .documentItem:nth-of-type(5) {
  width: calc(20% + 15px);
  padding-left: 40px;
}
@media (max-width: 1600px) {
  .typeLayout.type2_1 .documentList .documentItem:nth-of-type(5) {
    padding-left: 30px;
  }
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .documentList .documentItem:nth-of-type(5) {
    padding: 0 10px;
    width: 100%;
  }
}
.typeLayout.type2_1 .documentList .documentItem:nth-of-type(5) .item {
  background-color: #f7f7f7;
}
.typeLayout.type2_1 .documentList .documentItem .item {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 28px 30px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .documentList .documentItem .item {
    min-height: 60px;
    padding: 10px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 540px) {
  .typeLayout.type2_1 .documentList .documentItem .item {
    padding: 10px 20px;
  }
}
.typeLayout.type2_1 .documentList .documentItem .item:hover {
  border-color: #1e42b4;
}
.typeLayout.type2_1 .documentList .documentItem .item:hover .title {
  color: #1e42b4;
}
.typeLayout.type2_1 .documentList .documentItem .item:hover .title img {
  -webkit-filter: invert(11%) sepia(96%) saturate(4658%) hue-rotate(351deg) brightness(94%) contrast(102%);
          filter: invert(11%) sepia(96%) saturate(4658%) hue-rotate(351deg) brightness(94%) contrast(102%);
}
.typeLayout.type2_1 .documentList .documentItem .item:hover .icon svg path {
  stroke: #1e42b4;
}
.typeLayout.type2_1 .documentList .documentItem .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.typeLayout.type2_1 .documentList .documentItem .item .icon {
  padding-right: 30px;
  position: relative;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .documentList .documentItem .item .icon {
    padding-right: 20px;
    margin-right: 20px;
  }
}
.typeLayout.type2_1 .documentList .documentItem .item .icon::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #dddddd;
  right: 0;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.typeLayout.type2_1 .documentList .documentItem .item .icon svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .documentList .documentItem .item .icon svg {
    width: 28px;
    height: 28px;
  }
}
.typeLayout.type2_1 .documentList .documentItem .item .title {
  color: #333333;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.2px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .documentList .documentItem .item .title {
    padding-right: 20px;
    position: relative;
  }
}
.typeLayout.type2_1 .documentList .documentItem .item .title img {
  width: 12px;
  height: 12px;
  margin-left: auto;
  margin-top: 12px;
  -webkit-filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(161deg) brightness(97%) contrast(86%);
          filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(161deg) brightness(97%) contrast(86%);
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .documentList .documentItem .item .title img {
    margin-left: 5px;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    margin-top: 0;
  }
}
.typeLayout.type2_1 .documentList .documentItem .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 14px;
}
.typeLayout.type2_1 .documentList .documentItem .item .info::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #1e42b4;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .documentList .documentItem .item .info {
    padding-bottom: 0;
    margin-bottom: 0;
    width: auto;
  }
  .typeLayout.type2_1 .documentList .documentItem .item .info::after {
    content: "";
    position: absolute;
    display: none;
  }
}
.typeLayout.type2_1 .documentList .documentItem .item .info .year {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.typeLayout.type2_1 .documentList .documentItem .item .info .text {
  font-size: 13px;
  font-weight: bold;
  color: #1e42b4;
  position: relative;
  padding-left: 12px;
  margin-left: 6px;
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .documentList .documentItem .item .info .text {
    margin-left: 0;
    padding-left: 0px;
    color: #333333;
    padding-right: 21px;
  }
  .typeLayout.type2_1 .documentList .documentItem .item .info .text::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #dddddd;
    right: 10px;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.typeLayout.type2_1 .documentList .documentItem .item .info .text::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  background-color: #e5e5e5;
  left: 0;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .documentList .documentItem .item .info .text::before {
    display: none;
  }
}
.typeLayout.type2_1 .documentList .documentItem .item .info .note {
  color: #444444;
  font-style: 13px;
}
@media (max-width: 1200px) {
  .typeLayout.type2_1 .documentList .documentItem .item .info .note {
    display: none;
  }
}
/*# sourceMappingURL=esg2_1.css.map */