html, body {
  color: #111;
  font-size: 16px;
  line-height: 1.7;
}

.header-logo {
  font-size: 24px;
  font-weight: bold;
}

.header-logo a {
  color: #111;
}

.medium-text {
  font-size: 28px;
}

.section h3.entry-title {
  font-size: 20px;
  font-weight: bold;
}

.site-wrapper .img-about {
  width: 500px;
  height: 640px;
  object-fit: cover;
}

.company-list {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}

.company-list th {
  text-align: left;
  border: 0;
  border-bottom: 1px solid #111;
}

.company-list td {
  padding: 20px;
  margin-left: 0;
  border: 0;
  border-bottom: 1px solid #111;
}

.company-list td ol {
  padding-left: 20px;
}

.service-txt h4 {
  font-size: 32px;
}

.blog-item-holder-scode h4 {
  margin: 1em 0 .6em;
  font-size: 28px;
}

.blog-item-holder-scode h4 a {
  font-size: inherit;
}

.contact-sent {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 5;
  font-weight: bold;
}

.subcopy-text {
  color: #ddd;
  letter-spacing: 0.1em;
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .u-hidden--pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .entry-content {
    text-align: left;
  }
  .subcopy-text {
    font-size: 16px;
  }
  .company-list {
    display: block;
  }
  .company-list th {
    display: block;
    background-color: #eee;
  }
  .company-list td {
    display: block;
  }
}
