@charset "UTF-8";
.newsArea .newsBox td {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*ESG共通樣式*/
.mainArea {
  overflow: hidden;
  padding: 80px 0 0;
}
@media (max-width: 1200px) {
  .mainArea {
    padding: 60px 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .mainArea {
    padding: 54px 0;
    padding-bottom: 40px;
  }
}
.mainArea .wrap {
  max-width: 1540px;
  padding: 0 20px;
  margin: 0 auto;
}

.newsArea {
  background-color: #f7f7f7;
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 90px 0;
}
@media (max-width: 768px) {
  .newsArea {
    padding: 45px 0;
  }
}
.newsArea .tableRWDWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: auto;
  width: 100%;
  position: relative;
}
.newsArea .tableRWDWrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.newsArea .tableRWDWrap::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.newsArea .tableRWDWrap::-webkit-scrollbar-thumb {
  background: #1e42b4;
}
.newsArea .tableRWDWrap table {
  width: 100%;
  min-width: 480px;
}
@media (max-width: 520px) {
  .newsArea .tableRWDWrap::after {
    content: "";
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    right: 0;
    top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: sticky;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(51, 51, 51, 0.1843137255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(51, 51, 51, 0.1843137255) 100%);
    margin-left: -28px;
  }
}
.newsArea .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsArea .head .title {
  color: #333;
  font-size: 30px;
  font-weight: 500;
  padding: 0 32px;
  padding-bottom: 24px;
  letter-spacing: 1.5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}
@media (max-width: 768px) {
  .newsArea .head .title {
    font-size: 22px;
    margin: auto;
    padding-bottom: 34px;
  }
}
.newsArea .head .title::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: #cccccc;
  left: 0;
  top: 10px;
}
.newsArea .head .title::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: #cccccc;
  right: 0;
  top: 10px;
}
.newsArea .newsBox {
  width: 100%;
  table-layout: fixed;
  font-size: 17px;
  border-collapse: collapse;
}
.newsArea .newsBox th {
  text-align: center;
  position: relative;
  padding: 26px 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .newsArea .newsBox th {
    padding: 18px 6px;
  }
}
.newsArea .newsBox th::before {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 20px);
  background: #aaaaaa;
  bottom: 0;
  position: absolute;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.newsArea .newsBox th::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background: #dddddd;
  right: 0;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.newsArea .newsBox th:nth-of-type(1) {
  width: 140px;
}
@media (max-width: 768px) {
  .newsArea .newsBox th:nth-of-type(1) {
    width: 84px;
  }
}
.newsArea .newsBox th:nth-of-type(1)::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  left: 0;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .newsArea .newsBox th:nth-of-type(1)::before {
    width: calc(100% - 8px);
  }
}
.newsArea .newsBox th:nth-of-type(2) {
  width: 100%;
  text-align: left;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .newsArea .newsBox th:nth-of-type(2) {
    padding-left: 12px;
  }
}
.newsArea .newsBox th:nth-of-type(2)::after {
  display: none;
}
.newsArea .newsBox th:nth-of-type(2)::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  right: 0;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .newsArea .newsBox th:nth-of-type(2)::before {
    width: calc(100% - 8px);
  }
}
.newsArea .newsBox td {
  text-align: center;
  padding: 26px 20px;
  font-size: 15px;
  border-bottom: 1px solid #e5e5e5;
  word-break: break-all;
}
@media (max-width: 768px) {
  .newsArea .newsBox td {
    padding: 14px 6px;
    font-size: 13px;
  }
}
.newsArea .newsBox td:nth-of-type(2) {
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  text-align: left;
}
.newsArea .newsBox td:nth-of-type(2) a {
  font-weight: 500;
}
.newsArea .newsBox td.current {
  background: #fff;
}
.newsArea .pageBox {
  padding-top: 75px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .newsArea .pageBox {
    padding-top: 35px;
  }
}
.newsArea .pageBox .pageList.number {
  padding-bottom: 0;
}
.newsArea .pageBox .pageList.number li {
  margin-bottom: 0;
}

.linkArea {
  padding: 100px 0 55px 0;
}
@media (max-width: 1200px) {
  .linkArea {
    padding: 60px 0 0 0;
  }
}
@media (max-width: 768px) {
  .linkArea {
    padding: 40px 0 0px 0;
  }
}
/*# sourceMappingURL=investment_home.css.map */