@charset "UTF-8";
.typeLayout.type4_3 .documentList td a.link img, .typeLayout.type4_3 .documentList td a.link, .typeLayout.type4_3 .documentList tbody tr {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

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

.typeLayout.type4_3 {
  padding-top: 61px;
}
@media (max-width: 1200px) {
  .typeLayout.type4_3 {
    padding-top: 30px;
  }
}
.typeLayout.type4_3 .topNote {
  margin-bottom: 69px;
}
@media (max-width: 1200px) {
  .typeLayout.type4_3 .topNote {
    margin-bottom: 45px;
  }
}
.typeLayout.type4_3 .wrap {
  max-width: 1540px;
}
.typeLayout.type4_3 .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: 65px;
}
@media (max-width: 1200px) {
  .typeLayout.type4_3 .classHeadBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .typeLayout.type4_3 .classHeadBox {
    padding-bottom: 5px;
  }
}
.typeLayout.type4_3 .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.type4_3 .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.type4_3 .classHeadBox > .title .note {
  font-size: 22px;
  font-weight: 500;
  margin-left: 20px;
  padding-right: 32px;
}
@media (max-width: 1200px) {
  .typeLayout.type4_3 .classHeadBox > .title .note {
    margin-left: 10px;
    padding-right: 0;
  }
}
.typeLayout.type4_3 .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.type4_3 .classHeadBox .line {
    display: none;
  }
}
.typeLayout.type4_3 .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.type4_3 .classHeadBox .selectBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.typeLayout.type4_3 .classHeadBox .selectBox .title {
  color: #333333;
  font-size: 17px;
  display: inline-block;
  margin-right: 30px;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .typeLayout.type4_3 .classHeadBox .selectBox .title {
    display: none;
  }
}
.typeLayout.type4_3 .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.type4_3 .classHeadBox .selectBox .selector {
    width: 100%;
    margin-bottom: 30px;
  }
}
.typeLayout.type4_3 .classHeadBox .selectBox .selector .icon {
  position: absolute;
  right: 30px;
}
.typeLayout.type4_3 .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.type4_3 .classHeadBox .selectBox .selector select {
    height: 52px;
  }
}
.typeLayout.type4_3 .documentList {
  width: 100%;
  border-collapse: collapse;
}
.typeLayout.type4_3 .documentList tbody tr:hover {
  background-color: #f7f7f7;
}
.typeLayout.type4_3 .documentList tbody tr.active {
  background-color: #f7f7f7;
}
.typeLayout.type4_3 .documentList th {
  font-size: 17px;
  color: #333333;
  font-weight: 500;
  padding: 30px 10px;
  position: relative;
}
@media (max-width: 1200px) {
  .typeLayout.type4_3 .documentList th {
    padding: 21px 10px;
  }
  .typeLayout.type4_3 .documentList th.year {
    width: 88px;
  }
}
.typeLayout.type4_3 .documentList th.title {
  text-align: left;
}
.typeLayout.type4_3 .documentList th.title span {
  padding-left: 45px;
}
@media (max-width: 1200px) {
  .typeLayout.type4_3 .documentList th.title span {
    padding-left: 18px;
  }
}
@media (max-width: 375px) {
  .typeLayout.type4_3 .documentList th.title span {
    padding-left: 10px;
  }
}
@media (max-width: 1200px) {
  .typeLayout.type4_3 .documentList th.title::before {
    display: none;
  }
  .typeLayout.type4_3 .documentList th.title::after {
    width: calc(100% - 10px);
    left: 10px;
    -webkit-transform: none;
            transform: none;
    right: auto;
  }
}
.typeLayout.type4_3 .documentList th::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  position: absolute;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background-color: #aaaaaa;
}
.typeLayout.type4_3 .documentList th::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #dddddd;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.typeLayout.type4_3 .documentList th:first-of-type {
  padding-left: 0;
}
.typeLayout.type4_3 .documentList th:first-of-type::after {
  width: calc(100% - 10px);
  left: 0;
  -webkit-transform: none;
          transform: none;
  right: auto;
}
.typeLayout.type4_3 .documentList th:last-of-type {
  padding-right: 0;
}
.typeLayout.type4_3 .documentList th:last-of-type::after {
  width: calc(100% - 10px);
  right: 0;
  -webkit-transform: none;
          transform: none;
  left: auto;
}
.typeLayout.type4_3 .documentList th:last-of-type::before {
  display: none;
}
.typeLayout.type4_3 .documentList th.pc {
  display: table-cell;
}
@media (max-width: 1200px) {
  .typeLayout.type4_3 .documentList th.pc {
    display: none;
  }
}
.typeLayout.type4_3 .documentList th.mobile {
  display: none;
}
@media (max-width: 1200px) {
  .typeLayout.type4_3 .documentList th.mobile {
    display: table-cell;
  }
}
.typeLayout.type4_3 .documentList td {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  height: 100px;
  vertical-align: middle;
  border-bottom: 1px solid #e5e5e5;
  letter-spacing: 1.2px;
}
@media (max-width: 1200px) {
  .typeLayout.type4_3 .documentList td {
    font-size: 17px;
    height: 70px;
  }
}
.typeLayout.type4_3 .documentList td.title {
  text-align: left;
}
.typeLayout.type4_3 .documentList td.title span {
  padding-left: 45px;
}
@media (max-width: 1200px) {
  .typeLayout.type4_3 .documentList td.title span {
    padding-left: 18px;
  }
}
@media (max-width: 375px) {
  .typeLayout.type4_3 .documentList td.title span {
    padding-left: 10px;
  }
}
.typeLayout.type4_3 .documentList td a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  background-color: #fff;
}
.typeLayout.type4_3 .documentList td a.link img {
  width: 30px;
  height: 30px;
}
.typeLayout.type4_3 .documentList td a.link:hover {
  background-color: #1e42b4;
  border-color: #1e42b4;
}
.typeLayout.type4_3 .documentList td a.link:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.typeLayout.type4_3 .documentList td.pc {
  display: table-cell;
}
.typeLayout.type4_3 .documentList td.pc .title {
  display: none;
}
@media (max-width: 1200px) {
  .typeLayout.type4_3 .documentList td.pc {
    display: none;
  }
  .typeLayout.type4_3 .documentList td.pc .title {
    display: block;
  }
}
.typeLayout.type4_3 .documentList td.mobile {
  display: none;
  width: 62px;
  text-align: center;
}
@media (max-width: 1200px) {
  .typeLayout.type4_3 .documentList td.mobile {
    display: table-cell;
  }
}
@media (max-width: 480px) {
  .typeLayout.type4_3 .documentList td.mobile {
    width: 50px;
  }
}
.typeLayout.type4_3 .documentList td.mobile button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  border: 1px solid #1e42b4;
  border-radius: 99px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  cursor: pointer;
}
.typeLayout.type4_3 .documentList td.mobile button .line {
  width: 10px;
  height: 2px;
  background-color: #1e42b4;
  position: relative;
}
.typeLayout.type4_3 .documentList td.mobile button .line::after {
  content: "";
  position: absolute;
  background-color: #1e42b4;
  height: 10px;
  width: 2px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.typeLayout.type4_3 .documentList td.mobile button.active {
  background-color: #1e42b4;
  border-color: #1e42b4;
}
.typeLayout.type4_3 .documentList td.mobile button.active .line {
  background-color: #fff;
}
.typeLayout.type4_3 .documentList td.mobile button.active .line::after {
  display: none;
}
.typeLayout.type4_3 .documentList td span {
  display: inline-block;
}
.typeLayout.type4_3 .documentList #expandTable td {
  text-align: left;
}
.typeLayout.type4_3 .documentList #expandTable a.link {
  display: inline-block;
  width: calc(50% - 12px);
  padding: 0 6px;
  height: auto;
  margin: 0 6px;
  text-align: center;
}
.typeLayout.type4_3 .documentList #expandTable a.link .title {
  color: #333333;
  line-height: 42px;
  display: inline-block;
  font-size: 15px;
}
.typeLayout.type4_3 .documentList #expandTable a.link img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}
.typeLayout.type4_3 .documentList #expandTable a.link:hover {
  background-color: #fff;
  border-color: #e5e5e5;
}
.typeLayout.type4_3 .documentList #expandTable a.link:hover img {
  -webkit-filter: none;
          filter: none;
}
/*# sourceMappingURL=esg4_3.css.map */