.top-mv {
  border-radius: 0 0 160px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 850px) {
  .top-mv {
    border-radius: 0 0 40px 0;
  }
}
.top-mv .responsive-video {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
.top-mv .mv-text {
  position: absolute;
  left: 0;
  bottom: 160px;
  width: 100%;
  text-align: center;
}
@media (max-width: 850px) {
  .top-mv .mv-text {
    bottom: 10vw;
  }
}
.top-mv .mv-text img {
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 850px) {
  .top-mv .mv-text img {
    width: 80vw;
    bottom: 5vw;
  }
}
.top-mv .mv-nav {
  position: absolute;
  right: 0;
  width: 120px;
  bottom: 10.5vw;
}
@media (max-width: 1080px) {
  .top-mv .mv-nav {
    display: none;
  }
}
.top-mv .mv-nav li {
  margin: 0 0 5px;
}
.top-mv .mv-nav li a:hover {
  opacity: 0.6;
}

.light-left {
  background: url(../images/ligth_left_off.png) left top no-repeat;
  width: 135px;
  height: 153px;
  position: absolute;
  z-index: 3;
  opacity: 1 !important;
  transform: translateY(0) !important;
}
@media (max-width: 1180px) {
  .light-left {
    width: 35px;
    height: 39px;
    background-size: cover;
  }
}
.light-left.show {
  background: url(../images/ligth_left.png) left top no-repeat;
}
@media (max-width: 1180px) {
  .light-left.show {
    width: 35px;
    height: 39px;
    background-size: cover;
  }
}

.light-right {
  background: url(../images/ligth_right_off.png) left top no-repeat;
  width: 135px;
  height: 153px;
  position: absolute;
  z-index: 3;
  opacity: 1 !important;
  transform: translateY(0) !important;
}
@media (max-width: 1180px) {
  .light-right {
    width: 35px;
    height: 39px;
    background-size: cover;
  }
}
.light-right.show {
  background: url(../images/ligth_right.png) left top no-repeat;
}
@media (max-width: 1180px) {
  .light-right.show {
    width: 35px;
    height: 39px;
    background-size: cover;
  }
}

.walk-right {
  background: url(../images/walk_right.png) left top no-repeat;
  width: 200px;
  height: 196px;
  position: absolute;
  z-index: 3;
}
@media (max-width: 1180px) {
  .walk-right {
    width: 80px;
    height: 80px;
    background-size: cover;
  }
}

.walk-left {
  background: url(../images/walk_left.png) left top no-repeat;
  width: 200px;
  height: 196px;
  position: absolute;
  z-index: 3;
}
@media (max-width: 1180px) {
  .walk-left {
    width: 80px;
    height: 80px;
    background-size: cover;
  }
}

.top-news-wrap {
  overflow: hidden;
}

@media (max-width: 1180px) {
  .top-mechanism-wrap {
    position: relative;
  }
}
.top-mechanism-wrap:before {
  content: "";
  display: block;
  background: url(../images/top_bg_power02.png) left top no-repeat;
  width: 1201px;
  height: 1264px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin-top: 50px;
}
@media (max-width: 1180px) {
  .top-mechanism-wrap:before {
    background: url(../images/bg_power_sp.png) left top repeat-x;
    width: 100%;
    height: 8px;
    left: 0;
    transform: translate(0, 0);
    top: 300px;
  }
}
@media (max-width: 850px) {
  .top-mechanism-wrap:before {
    top: 200px;
  }
}
@media (max-width: 657px) {
  .top-mechanism-wrap:before {
    top: 150px;
  }
}

@media (max-width: 1180px) {
  .top-reason-wrap {
    position: relative;
  }
}
.top-reason-wrap:before {
  content: "";
  display: block;
  background: url(../images/top_bg_power03.png) left top no-repeat;
  width: 1201px;
  height: 704px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin-top: -10px;
}
@media (max-width: 1180px) {
  .top-reason-wrap:before {
    background: url(../images/bg_power_sp.png) left top repeat-x;
    width: 100%;
    height: 8px;
    left: 0;
    transform: translate(0, 0);
    top: 200px;
  }
}
@media (max-width: 850px) {
  .top-reason-wrap:before {
    top: 160px;
  }
}
@media (max-width: 657px) {
  .top-reason-wrap:before {
    top: 130px;
  }
}

.top-news {
  background: #fff;
  padding: 20px 0 160px;
  border-radius: 0 0 160px 0;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  z-index: 1;
}
.top-news:before {
  content: "";
  display: block;
  background: url(../images/top_bg_power01.png) left top no-repeat;
  width: 1562px;
  height: 611px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin-left: 180px;
  top: 0;
}
@media (max-width: 1180px) {
  .top-news:before {
    background: url(../images/bg_power_sp.png) left top repeat-x;
    width: 100%;
    height: 8px;
    left: 0;
    transform: translate(0, 0);
    top: 200px;
    margin-left: 0;
  }
}
@media (max-width: 850px) {
  .top-news:before {
    top: 160px;
  }
}
@media (max-width: 657px) {
  .top-news:before {
    top: 130px;
  }
}
.top-news:after {
  content: "";
  display: block;
  background: url(../images/top_bg_power01.png) left bottom no-repeat;
  width: 1562px;
  height: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin-left: 180px;
  bottom: 0;
}
@media (max-width: 1180px) {
  .top-news:after {
    display: none;
  }
}
@media (max-width: 850px) {
  .top-news {
    padding: 30px 0 50px;
    border-radius: 0 0 40px 0;
  }
}
.top-news .light-left {
  top: 40px;
  right: 629px;
}
@media (max-width: 1180px) {
  .top-news .light-left {
    right: 0;
    top: 162px;
  }
}
@media (max-width: 850px) {
  .top-news .light-left {
    top: 123px;
  }
}
@media (max-width: 657px) {
  .top-news .light-left {
    top: 93px;
  }
}
.top-news .walk-left {
  display: none;
}
@media (max-width: 1180px) {
  .top-news .walk-left {
    display: block;
    right: 33px;
    top: 124px;
  }
}
@media (max-width: 850px) {
  .top-news .walk-left {
    right: 33px;
    top: 86px;
  }
}
@media (max-width: 657px) {
  .top-news .walk-left {
    top: 56px;
  }
}
.top-news .more-news {
  text-align: center;
  display: none;
  margin-top: 50px;
}
@media (max-width: 850px) {
  .top-news .more-news {
    display: block;
  }
}
.top-news .news-list {
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 850px) {
  .top-news .news-list {
    border-radius: 10px 150px 0 0;
  }
}
.top-news .news-list .item dl dt {
  position: relative;
}
.top-news .news-list .item dl dt:after {
  content: "";
  display: block;
  width: 18px;
  height: 4px;
  background: #D9D9D9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.top-news .news-list .item dl dt:before {
  content: "";
  display: block;
  width: 4px;
  height: 18px;
  background: #D9D9D9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
}
@media (max-width: 850px) {
  .top-news .news-list .item dl dt:before {
    display: none;
  }
}
.top-news .news-list .item dl dt a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 1px solid #F8F8F8;
  background: #8999B2;
  font-weight: 100;
  font-size: 1.8rem;
  padding: 11px 0;
  color: #fff;
}
@media (max-width: 657px) {
  .top-news .news-list .item dl dt a {
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 60px;
  }
}
.top-news .news-list .item dl dt a i {
  width: 40px;
  text-align: center;
}
@media (max-width: 657px) {
  .top-news .news-list .item dl dt a i img {
    left: 10px;
    position: absolute;
    top: 10px;
  }
}
.top-news .news-list .item dl dt a span {
  width: 110px;
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 657px) {
  .top-news .news-list .item dl dt a span {
    font-size: 0.9rem;
    display: block;
    width: 100%;
    text-align: left;
  }
}
.top-news .news-list .item dl dt.active:before {
  display: none;
}
@media (max-width: 850px) {
  .top-news .news-list .item dl dt.active:before {
    display: block;
  }
}
.top-news .news-list .item dl dd {
  background: #F8F8F8;
  padding: 20px 30px;
  font-weight: 100;
  line-height: 1.5;
  display: none;
}
@media (max-width: 850px) {
  .top-news .news-list .item dl dd {
    display: block;
  }
}
.top-news .news-list .item dl dd p {
  margin-bottom: 1.5em;
}
.top-news .news-list .item dl dd p:last-child {
  margin-bottom: 0;
}
@media (max-width: 850px) {
  .top-news .news-list .item:first-child {
    display: block;
  }
}
.top-news .news-list .item:first-child dl dt a i img {
  width: 40px;
  position: absolute;
  bottom: 12px;
  left: 1px;
}
@media (max-width: 657px) {
  .top-news .news-list .item:first-child dl dt a i img {
    bottom: 20px;
    top: inherit;
  }
}
.top-news .news-list .item:first-child dl dt a {
  border-radius: 20px 20px 0 0;
}

.top-mechanism {
  background-size: cover;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../images/bg_sky.jpg");
  background-size: cover;
  background-position: center bottom;
  padding: 180px 0 60px;
  border-radius: 0 0 160px 0;
  overflow: hidden;
  margin-top: -140px;
  position: relative;
}
@media (max-width: 850px) {
  .top-mechanism {
    padding: 90px 0 40px;
    border-radius: 0 0 40px 0;
    margin-top: -60px;
  }
}
.top-mechanism .light-right {
  top: -196px;
  left: 153px;
}
@media (max-width: 1180px) {
  .top-mechanism .light-right {
    left: -40px;
    top: -105px;
  }
}
@media (max-width: 850px) {
  .top-mechanism .light-right {
    top: -83px;
    left: -14px;
  }
}
@media (max-width: 657px) {
  .top-mechanism .light-right {
    top: -90px;
  }
}
.top-mechanism .walk-right {
  top: -232px;
  left: -51px;
}
@media (max-width: 1180px) {
  .top-mechanism .walk-right {
    left: 0;
    top: -143px;
  }
}
@media (max-width: 850px) {
  .top-mechanism .walk-right {
    top: -118px;
    left: 17px;
  }
}
@media (max-width: 657px) {
  .top-mechanism .walk-right {
    top: -126px;
  }
}
.top-mechanism .mechanism-content {
  background: #fff;
  padding: 40px 30px;
  border-radius: 60px 60px 0 0;
  position: relative;
}
@media (max-width: 850px) {
  .top-mechanism .mechanism-content {
    border-radius: 30px 30px 0 0;
    padding: 20px 7.5px 10px;
  }
}
.top-mechanism .mechanism-content .mechanism-content-textBox {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 850px) {
  .top-mechanism .mechanism-content .mechanism-content-textBox {
    margin-bottom: 10px;
  }
}
.top-mechanism .mechanism-content .mechanism-content-textBox .img {
  width: 126px;
}
@media (max-width: 850px) {
  .top-mechanism .mechanism-content .mechanism-content-textBox .img {
    width: 60px;
  }
}
.top-mechanism .mechanism-content .mechanism-content-textBox .text-area {
  width: calc(100% - 126px);
  padding-left: 40px;
}
@media (max-width: 850px) {
  .top-mechanism .mechanism-content .mechanism-content-textBox .text-area {
    width: calc(100% - 60px);
    padding-left: 10px;
  }
}
.top-mechanism .mechanism-content .mechanism-content-textBox .text-area p {
  line-height: 2;
  font-size: 1.8rem;
  font-weight: 100;
}
@media (max-width: 850px) {
  .top-mechanism .mechanism-content .mechanism-content-textBox .text-area p {
    font-size: 1.2rem;
    font-weight: 200;
  }
}

.top-reason {
  background: url(../images/bg_reason.png) center top no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 0 0 160px 0;
  padding: 15px 0 50px;
  position: relative;
}
@media (max-width: 850px) {
  .top-reason {
    padding: 30px 0 50px;
    border-radius: 0 0 40px 0;
  }
}
.top-reason .light-left {
  top: 40px;
  right: 629px;
}
@media (max-width: 1180px) {
  .top-reason .light-left {
    right: 0;
    top: 152px;
  }
}
@media (max-width: 850px) {
  .top-reason .light-left {
    top: 112px;
  }
}
@media (max-width: 657px) {
  .top-reason .light-left {
    top: 83px;
  }
}
.top-reason .walk-left {
  top: 3px;
  right: 382px;
}
@media (max-width: 1180px) {
  .top-reason .walk-left {
    top: 115px;
    right: 22px;
  }
}
@media (max-width: 850px) {
  .top-reason .walk-left {
    top: 76px;
    right: 22px;
  }
}
@media (max-width: 657px) {
  .top-reason .walk-left {
    top: 46px;
    right: 22px;
  }
}
.top-reason .reason-list {
  max-width: 1000px;
  margin: 0 auto;
  gap: 50px;
}
@media (max-width: 850px) {
  .top-reason .reason-list {
    gap: 20px;
    padding-left: 17px;
    padding-right: 17px;
  }
}
.top-reason .reason-list .item {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  background: #fff;
}
.top-reason .reason-list .item .ttl {
  background: #FF9D00;
  font-size: 2.1rem;
  font-weight: 100;
  padding: 15px 10px 10px;
  text-align: center;
  color: #fff;
  line-height: 2.1rem;
}
@media (max-width: 850px) {
  .top-reason .reason-list .item .ttl {
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding: 10px 10px 10px;
  }
}
.top-reason .reason-list .item .img {
  padding: 10px;
}
.top-reason .reason-list .item .img img {
  width: 100%;
}
@media (max-width: 850px) {
  .top-reason .reason-list .item .img {
    padding: 10px 20px;
  }
}
.top-reason .reason-list .item .text {
  padding: 5px 20px 20px;
}
.top-reason .reason-list .item .text p {
  line-height: 1.5;
}

.charges-page {
  padding-bottom: 50px;
  position: relative;
  position: relative;
}
.charges-page:after {
  content: "";
  display: block;
  background: url(../images/walk_left.png) left top no-repeat;
  width: 197px;
  height: 198px;
  position: absolute;
  bottom: 100%;
  right: 15vw;
  margin-bottom: -10px;
}
@media (max-width: 1180px) {
  .charges-page:after {
    width: 170px;
    height: 170px;
    background-size: cover;
    right: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 657px) {
  .charges-page:after {
    width: 80px;
    height: 80px;
    background-size: cover;
    margin-bottom: 14px;
  }
}
.charges-page:before {
  content: "";
  display: block;
  background: url(../images/company/bg_power02.png) left top no-repeat;
  width: 1562px;
  height: 5513px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin-left: 180px;
  margin-top: 0;
  /*
  @include g.spMin{
      background: url(../images/company/bg_power02_sp.png) left top no-repeat;
      width: 371px;
      height: 1055px;
      position: absolute;
      left: 6px;
      transform: translateX(0);
      z-index: 2;
      margin-left: 0;
      margin-top: -20px;
      display: block;
  }
  */
}
@media (max-width: 1180px) {
  .charges-page:before {
    background: url(../images/bg_power_sp.png) left top repeat-x;
    width: 100%;
    height: 8px;
    left: 0;
    transform: translate(0, 0);
    top: -40px;
    margin-left: 0;
  }
}
@media (max-width: 850px) {
  .charges-page:before {
    top: -40px;
  }
}
@media (max-width: 657px) {
  .charges-page:before {
    top: -18px;
  }
}
@media (max-width: 850px) {
  .charges-page .s01 .u-container {
    padding: 0;
  }
}
.charges-page .charges-target-list {
  background: #FFFBE9;
  padding: 90px 185px;
}
@media (max-width: 850px) {
  .charges-page .charges-target-list {
    padding: 30px 10px 30px 20px;
  }
}
.charges-page .charges-target-list ul {
  gap: 30px 70px;
  position: relative;
  z-index: 9999;
}
@media (max-width: 850px) {
  .charges-page .charges-target-list ul {
    gap: 10px 8px;
  }
}
.charges-page .charges-target-list ul li a {
  background: #417DA2;
  display: block;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  display: block;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 100;
  padding: 13px;
  color: #fff;
}
@media (max-width: 850px) {
  .charges-page .charges-target-list ul li a {
    font-size: 1.6rem;
    padding: 7px;
    border-radius: 12px;
    line-height: 1.3;
  }
}
.charges-page .area-ttl {
  border-radius: 30px 30px 0 0;
  background: #417DA2;
  font-size: 3.4rem;
  font-weight: 100;
  padding: 16px 0 16px 20px;
  margin: 0 0 10px;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 850px) {
  .charges-page .area-ttl {
    font-size: 2.4rem;
    padding: 13px 0 13px 20px;
    font-size: 2.4rem;
  }
}
.charges-page .area-ttl span {
  font-size: 2.8rem;
}
@media (max-width: 850px) {
  .charges-page .area-ttl span {
    font-size: 1.8rem;
  }
}
@media (max-width: 850px) {
  .charges-page .area-table {
    padding: 0 12.5px;
  }
}
.charges-page .area-list {
  padding-left: 50px;
  margin-top: 50px;
}
@media (max-width: 850px) {
  .charges-page .area-list {
    padding: 0 10px 0 20px;
    margin-top: 30px;
  }
}
.charges-page .area-list .item {
  margin-bottom: 60px;
}
@media (max-width: 850px) {
  .charges-page .area-list .item {
    display: none;
    margin-bottom: 0;
  }
}
@media (max-width: 850px) {
  .charges-page .area-list .item:first-child {
    display: block;
  }
}
.charges-page .area-list .item:last-child {
  margin-bottom: 0;
}
.charges-page .area-list .item table {
  width: 100%;
}
@media (max-width: 850px) {
  .charges-page .area-list .item table {
    margin-top: 15px;
    table-layout: fixed;
    width: 100%;
  }
}
.charges-page .area-list .item table:first-child {
  margin-top: 0;
}
.charges-page .area-list .item table thead tr th {
  text-align: center;
  font-size: 2.4rem;
  padding: 4px;
  font-weight: 100;
  border: 1px solid #D2D2D2;
  color: #fff;
  background: #4472C4;
  line-height: 1.5;
}
@media (max-width: 850px) {
  .charges-page .area-list .item table thead tr th {
    width: 200px;
    font-size: 1.6rem;
    padding: 11px 0 10px;
  }
}
.charges-page .area-list .item table thead tr th.green {
  background: #26826A;
}
.charges-page .area-list .item table thead tr th.orange {
  background: #ED7D31;
}
.charges-page .area-list .item table thead tr th.purple {
  background: #8F57B4;
}
.charges-page .area-list .item table thead tr td {
  font-size: 2rem;
  text-align: center;
  font-weight: 200;
  border: 1px solid #D2D2D2;
  line-height: 1.5;
  background: #E5EDFF;
  padding: 7px 10px 6px;
}
@media (max-width: 850px) {
  .charges-page .area-list .item table thead tr td {
    font-size: 1.4rem;
    padding: 5px 5px 5px;
    line-height: 1;
  }
}
.charges-page .area-list .item table thead tr td.green {
  background: #E4FFF5;
}
.charges-page .area-list .item table thead tr td.orange {
  background: #FCE4D6;
}
.charges-page .area-list .item table thead tr td.purple {
  background: #F4E9FF;
}
.charges-page .area-list .item table thead tr td.first {
  border: none;
  width: 460px;
  background: none;
}
.charges-page .area-list .item table thead tr td span {
  font-size: 0.65em;
}
.charges-page .area-list .item table tbody tr th {
  font-size: 2rem;
  text-align: center;
  font-weight: 200;
  border: 1px solid #D2D2D2;
  line-height: 1.5;
  background: #F2F2F2;
  padding: 6px 10px 5px;
  vertical-align: middle;
}
@media (max-width: 850px) {
  .charges-page .area-list .item table tbody tr th {
    font-size: 1.4rem;
    padding: 4px 4px 4px;
    line-height: 1;
    height: 40px;
  }
}
.charges-page .area-list .item table tbody tr th.left {
  text-align: left;
}
.charges-page .area-list .item table tbody tr th strong {
  font-weight: 100;
}
.charges-page .area-list .item table tbody tr th span {
  font-size: 0.7em;
}
.charges-page .area-list .item table tbody tr th sup {
  font-size: 0.5em;
}
.charges-page .area-list .item table tbody tr td {
  font-size: 2rem;
  text-align: center;
  font-weight: 200;
  border: 1px solid #D2D2D2;
  line-height: 1.5;
  padding: 6px 10px 5px;
  text-align: left;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 850px) {
  .charges-page .area-list .item table tbody tr td {
    font-size: 1.4rem;
  }
}
.charges-page .area-list .item table tbody tr td.right {
  text-align: right;
}
.charges-page .area-list .item table tbody tr td span {
  font-size: 0.9em;
}
.charges-page .area-list .item .notes {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 200;
}

.company-page {
  padding-bottom: 50px;
  padding-top: 70px;
  position: relative;
}
@media (max-width: 1180px) {
  .company-page {
    padding-top: 0;
  }
}
.company-page:after {
  content: "";
  display: block;
  background: url(../images/walk_left.png) left top no-repeat;
  width: 197px;
  height: 198px;
  position: absolute;
  bottom: 100%;
  right: 15vw;
  margin-bottom: -10px;
}
@media (max-width: 1180px) {
  .company-page:after {
    width: 170px;
    height: 170px;
    background-size: cover;
    right: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 657px) {
  .company-page:after {
    width: 80px;
    height: 80px;
    background-size: cover;
    margin-bottom: 14px;
  }
}
@media (max-width: 657px) {
  .company-page {
    padding-top: 0;
  }
}
.company-page:before {
  content: "";
  display: block;
  background: url(../images/company/bg_power.png) left top no-repeat;
  width: 1562px;
  height: 1000px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin-left: 180px;
  margin-top: -70px;
  /*
  @include g.spMin{
      background: url(../images/company/bg_power02_sp.png) left top no-repeat;
      width: 371px;
      height: 1055px;
      position: absolute;
      left: 6px;
      transform: translateX(0);
      z-index: 2;
      margin-left: 0;
      margin-top: -20px;
      display: block;
  }
  */
}
@media (max-width: 1180px) {
  .company-page:before {
    background: url(../images/bg_power_sp.png) left top repeat-x;
    width: 100%;
    height: 8px;
    left: 0;
    transform: translate(0, 0);
    top: 30px;
    margin-left: 0;
  }
}
@media (max-width: 657px) {
  .company-page:before {
    top: 52px;
  }
}
.company-page .company-table {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.company-page .company-table table {
  width: 100%;
  border-bottom: 1px solid #A3A3A3;
}
.company-page .company-table table tr {
  border-top: 1px solid #A3A3A3;
}
.company-page .company-table table tr th {
  width: 200px;
  padding: 14.5px 20px;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 200;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 657px) {
  .company-page .company-table table tr th {
    padding: 14.5px 5px;
    font-size: 1.1rem;
    width: 90px;
  }
}
.company-page .company-table table tr td {
  padding: 12px 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 200;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 657px) {
  .company-page .company-table table tr td {
    padding: 8px 5px;
    font-size: 1.2rem;
  }
}