.section-investors table th,
.section-investors table td {
  text-align: center;
}

.section-investors table th[colspan] {
  text-align-last: left;
}

.section-investors table td:first-child {
  background-color: #f5f5f5;
}

.stock-meeting .meeting-info .table-wrap {
  margin-bottom: 50px;
}

.stock-meeting .meeting-info,
.stock-meeting .meeting-report,
.stock-price .price-policy,
.stock-price .price-distribution {
  margin-bottom: 50px;
}

.stock-meeting .title,
.stock-price .title {
  margin-bottom: 12px;
}

.stock-meeting .meeting-info table td:last-child {
  text-align-last: left;
}

.stock-meeting .meeting-info .info-content,
.stock-price .price-inquiry .inquiry-content {
  padding: 24px;
  background-color: #f5f5f5;
  border-radius: 16px;
  color: #424242;
  font-size: 16px;
}

.stock-meeting .meeting-info .info-content p,
.stock-price .price-inquiry .inquiry-content p {
  margin-bottom: 8px;
}

.stock-meeting .meeting-info .info-content a,
.stock-price .price-inquiry .inquiry-content a {
  color: #004899;
  text-decoration: underline;
}

.stock-meeting .meeting-info .info-content ol,
.stock-price .price-inquiry .inquiry-content ol {
  padding-left: 24px;
  list-style: decimal;
  line-height: 32px;
}

.stock-meeting .download-item + .download-item {
  margin-top: 24px;
}

.stock-meeting .download-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background-color: #f5f9fd;
  border: 1px solid #5988bd;
  color: #004899;
  border-radius: 8px;
  font-size: 16px;
}

.stock-meeting .download-item a::after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url('../images/download-blue.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.stock-meeting .download-item a:hover {
  text-decoration: none;
  background-color: #004899;
  color: #fff;
}

.stock-meeting .download-item a:hover::after {
  background-image: url('../images/download-white.png');
}

.stock-conference table td:nth-child(2) {
  text-align-last: left;
}

.stock-conference table a {
  color: #424242;
  text-decoration: underline;
}

.stock-service {
  margin-bottom: 6px;
}

.stock-service .table-wrap {
  margin-bottom: 50px;
}

.stock-service table td {
  vertical-align: middle;
}

.stock-service table td:last-child {
  text-align-last: left;
}

.stock-service p {
  font-size: 16px;
  color: #424242;
  margin-bottom: 24px;
}

.stock-service .service-contact .contact-info {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  line-height: 32px;
  font-size: 16px;
  color: #424242;
}

.stock-service .service-contact .contact-info span {
  display: block;
}

@media (min-width: 992px) {
  .stock-service {
    margin-bottom: 72px;
  }
}
