@charset "utf-8";
/* CSS Document */

/***************************
 ** 代表挨拶
 */
.greeting {
  margin-bottom: 6rem;
}

.greeting_img {
  flex-basis: 47.5%;
  margin-right: 5%;
  text-align: center;
}

.greeting_img img {
  margin-bottom: 0.8rem;
}

.greeting_img span {
  display: block;
  font-size: 1.15rem;
}

.greeting_text {
  flex-basis: 47.5%;
  font-size: 0.875rem;
  line-height: 2;
}

.greeting_text p:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (max-width: 736px) {
  .greeting {
    margin-bottom: 3rem;
  }

  .greeting_img {
    flex-basis: auto;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .greeting_img img {
    width: 50%;
  }

  .greeting_img span {
    display: block;
    font-size: 0.75rem;
  }

  .greeting_text {
    flex-basis: auto;
    font-size: 0.75rem;
  }
}


/***************************
 ** 会社概要・会社沿革
 */
.overview,
.history {
  margin-bottom: 4rem;
}

.intellectual_property {
  margin-bottom: 6rem;
}

.company_table_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}

.company_table {
  width: 100%;
  border-top: 1px solid #222;
}

.company_table tr th,
.company_table tr td {
  text-align: left;
  padding: 0.8rem;
  border-bottom: 1px solid #222;
}

.company_table tr th {
  white-space: nowrap;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .overview,
  .history {
    margin-bottom: 3rem;
  }

  .intellectual_property {
    margin-bottom: 4rem;
  }

  .company_table_ttl {
    font-size: 0.875rem;
  }

  .company_table tr th,
  .company_table tr td {
    padding: 0.5rem;
    font-size: 0.75rem;
  }
  
  .map_area {
    width: 80%;
    margin: 0 auto;
  }
}