.content {
  box-sizing: border-box;
  padding-top: 100px;
  min-height: calc(100vh - 30px); }
  @media (max-width: 767px) {
    .content {
      padding-bottom: 50px; } }
  @media (min-width: 768px) {
    .content {
      margin-right: auto;
      margin-left: auto;
      padding-bottom: 100px;
      width: 520px; } }
  .content-header {
    margin-top: 0;
    margin-bottom: 48px;
    text-align: center;
    font-size: 18px;
    line-height: 32px; }

.company-profile {
  margin-top: 30px; }
  .company-profile::before, .company-profile::after {
    display: block;
    height: 7px;
    background-image: url(../img/line.png);
    background-position: center center;
    background-size: auto 7px;
    content: ""; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      .company-profile::before, .company-profile::after {
        background-image: url(../img/line@2x.png); } }
  .company-profile::before {
    margin-bottom: 24px; }
  .company-profile::after {
    margin-top: 24px; }
  @media (max-width: 767px) {
    .company-profile-inner {
      margin-right: 24px;
      margin-left: 24px; } }
  .company-profile-table {
    border-spacing: 0;
    border-collapse: collapse; }
    @media (max-width: 767px) {
      .company-profile-table {
        width: 100%;
        font-size: 10px;
        line-height: 27px; } }
    @media (min-width: 768px) {
      .company-profile-table {
        margin-right: auto;
        margin-left: auto;
        width: 400px;
        font-size: 11px;
        line-height: 28px; } }
    .company-profile-table tr + tr {
      border-top: 1px dashed #b3b3b3; }
    .company-profile-table th,
    .company-profile-table td {
      padding: 0 1em; }
    .company-profile-table th {
      width: 5em;
      vertical-align: top;
      font-weight: normal; }
