.company_info_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5em;
  font-size: 1.6rem;
  line-height: 1.5;
}
.company_info_table caption {
  caption-side: top;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .company_info_table caption {
    font-size: 2rem;
  }
}
.company_info_table th,
.company_info_table td {
  border: 1px solid #ccc;
  padding: 12px 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .company_info_table th,
  .company_info_table td {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #eee;
  }
}
.company_info_table th {
  background-color: #f8f8f8;
  font-weight: bold;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .company_info_table th {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .company_info_table tr {
    display: block;
    margin-bottom: 1em;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
  }
}

.info_caption {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
  color: #333;
  padding: 40px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .info_caption {
    font-size: 2rem;
  }
}

.philosophy_block {
  margin-bottom: 30px;
  padding: 20px;
  border-left: 5px solid #e97105;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.philosophy_block .philosophy_title {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #e97105;
}
.philosophy_block p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 768px) {
  .philosophy_block {
    padding: 16px;
  }
  .philosophy_block p {
    font-size: 1.5rem;
  }
}

.company_page h4:first-letter {
  font-size: unset;
}/*# sourceMappingURL=company.css.map */