@charset "UTF-8";
.red_btn {
  max-width: 37rem;
  margin: auto;
}
.red_btn a {
  background-image: linear-gradient(to right, #000 0%, #000 50%, #FF0000 50%, #FF0000 100%);
  padding: 2.5rem 2rem 2.5rem 8rem;
}
.red_btn a::before {
  position: absolute;
  content: "";
  width: 6rem;
  height: 1.5rem;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../images/about/note_logo.png")no-repeat center center/contain;
}
.company {
  background: url("../../images/about/about_bg-2.png")no-repeat right top/40%;
}
table {
  max-width: 104rem;
  margin: auto;
  width: 100%;
}
table tr {
  text-align: left;
}
table tr:last-child {
  border-bottom: none;
}
table th:first-child {
  border-top: 2px solid #CCCCCC;
}
table th {
  font-size: 1.4rem;
  padding: 2.5rem 1rem;
  vertical-align: top;
  width: 9rem;
  line-height: 1.4;
  font-weight: 500;
  border-bottom: 2px solid #CCCCCC;
}
table td {
  padding: 2.5rem 0 2.5rem 2.5rem;
  font-size: 1.4rem;
  border-bottom: 2px solid #EEEEEE
}
table tr:first-child td {
  border-top: 2px solid #EEEEEE
}
@media only screen and (min-width: 769px) {
  .company {
    background: url("../../images/about/about_bg-2.png")no-repeat right top/20%;
  }
  table th {
    font-size: 1.8rem;
    padding: 3rem 1rem;
    width: 16rem;
  }
  table td {
    padding: 3rem 2rem;
    font-size: 1.6rem;
  }
}