@charset "utf-8";

/*=============
会社情報
==============*/
.category {
  max-width: 960px;
  width: 80%;
  margin: 100px auto;
}

.category_title {
  text-align: center;
}

.category_title span {
  font-size: 14px;
  color: #004471;
  font-family: 'Oswald', sans-serif;
  border-bottom: 1px solid #595757;
  padding-bottom: 5px;
}

.category_title h3 {
  text-align: center;
  font-size: 34px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  margin: 20px;
}

.table_style {
  max-width: 728px;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  margin: 70px auto;
}

.table_style th {
  border: 1px solid #C7C7C7;
  background: #E6E6E6;
  padding: 15px;
}

.table_style td {
  border: 1px solid #C7C7C7;
  padding: 15px;
}

.gmap {
  max-width: 960px;
  margin: 0 auto;
}

.gmap_sp {
  display: none;
}

.category_wrap {
  max-width: 960px;
  display: flex;
  align-items: center;
}

.category_wrap img {
  height: 216px;
  margin-right: 80px;
}

@media screen and (max-width: 768px) {
  .table_style {
    font-size: 13px;
  }

  .category {
    width: 90%;
  }

  .category_wrap {
    display: block;
  }

  .category_wrap img {
    height: 100%;
    width: 100%;
    margin-right: 0;
  }

  .gmap {
    display: none;
  }

  .gmap_sp {
    display: block;
  }
}
