.top-content {
  margin-top: 10px;
}
.content-text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
}
.top-content p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
}
.top-content img {
  max-width: 100%;
}
.content-text:last-child {
  margin-bottom: 0;
}
.container {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
.container:last-child {
  margin-bottom: 100px;
}
.container .left,
.container .right {
  width: calc(50% - 40px);
}
.container .img-box {
  /* height: 480px; */
  width: 100%;
  margin-bottom: 50px;
}
.container#Branding .img-box {
  /* height: 250px; */
}
.container .img-box.no-mb {
  margin-bottom: 0;
}
.container .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.container .base-title {
  font-size: 36px;
  line-height: 36px;
  color: #025872;
  margin-bottom: 24px;
}
.container .table-title {
  font-family: "Arial-BoldMT";
  font-weight: bold;
  font-size: 20px;
  color: #e47f20;
  line-height: 36px;
  margin-bottom: 10px;
}
.table-list li {
  display: flex;
  /* align-items: center; */
  /* justify-content: space-between; */
}
.table-header {
  background-color: #025872;
}
.table-header .table-label,
.table-header .table-value {
  font-size: 18px;
  color: #fff;
  height: 46px;
}
.table-list .table-label {
  width: 212px;
  padding-left: 20px;
  border-right: solid 1px #ebebeb;
  display: flex;
  align-items: center;
}
.table-list .table-value {
  flex: 1;
  padding: 16px 0 16px 28px;
}
.table-content {
  border-bottom: solid 1px #ebebeb;
}
.table-content .table-label,
.table-content .table-value {
  font-size: 17px;
  color: #555555;
  line-height: 24px;
}
.table-content .table-value {
  padding-right: 88px;
}
.table-content .table-label {
  display: flex;
  /* align-items: center; */
  /* height: 100%; */
  padding: 16px 45px 16px 20px;
}
.mobile.table-content {
  display: none;
}
@media (max-width: 1080px) {
  .table-list.pc {
    display: none;
  }
  .mobile.table-content {
    display: flex;
  }
  .container {
    flex-wrap: wrap;
  }
  .container.reversal {
    flex-direction: column-reverse;
  }
  .container.reversal .right {
    margin-top: 0;
    margin-bottom: 0px;
  }
  .container.reversal .right.no-table {
    margin-bottom: 40px;
  }
  .container .left {
    width: 100%;
  }
  .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .container .img-box {
    height: auto;
  }
}
@media (max-width: 768px) {
  .content-text {
    font-size: 16px;
  }
  .top-content {
    margin-top: 0;
  }
  .container {
    padding-top: 40px;
  }
  .container:last-child {
    margin-bottom: 40px;
  }
  .table-content .table-label {
    width: 160px;
    padding: 10px;
  }
  .table-content .table-value {
    padding: 10px;
    padding-right: 10px;
  }
  .table-list .table-label {
    width: 160px;
    padding: 10px;
  }
  .table-list .table-value {
    padding: 10px;
    padding-right: 10px;
  }
  .container .table-title {
    font-size: 18px;
  }
  .container .base-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.3;
  }
}
