@charset "UTF-8";

/*---------------------------------------------
    company table
---------------------------------------------*/
.company-section {
  padding: 60px 0 80px;
  background: linear-gradient(180deg, #fdf6ec 0%, #ffffff 100%);
}
.company-table {
  max-width: 800px;
  margin: 0 auto;
}
.company-table table {
  width: 100%;
  border-top: 2px solid #4DB6AC;
}
.company-table table tr {
  border-bottom: 1px solid #e8e8e8;
}
.company-table table th,
.company-table table td {
  padding: 20px 24px;
  font-size: 1.5rem;
  line-height: 1.8;
  vertical-align: top;
}
.company-table table th {
  width: 160px;
  background: #f9f7f2;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
}
.company-table table td {
  color: #555;
}
@media screen and (max-width: 767px) {
  .company-table table th,
  .company-table table td {
    display: block;
    width: 100%;
    padding: 12px 16px;
  }
  .company-table table th {
    padding-bottom: 4px;
    background: none;
    border-bottom: none;
  }
  .company-table table td {
    padding-top: 0;
  }
}

/*---------------------------------------------
    message link
---------------------------------------------*/
.message-link-section {
  padding: 0 0 80px;
}
.message-link-box {
  background: #f9f7f2;
  border-radius: 16px;
  padding: 48px 40px;
  text-align: center;
}
.message-link-label {
  font-family: "Quicksand", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #4DB6AC;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.message-link-name {
  font-size: 1.6rem;
  margin-bottom: 24px;
  color: #555;
}
@media screen and (max-width: 767px) {
  .message-link-box {
    padding: 36px 24px;
  }
}
