@font-face {
  src: url("../font/MS Gothic.ttf");
  font-family: gothic;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a.company-item,
a.company-item:hover,
a.company-item:focus,
a.company-item:visited,
a.company-item:active,
a.company-item:focus-within {
  color: rgb(0, 162, 154) !important;
  text-decoration: none !important;
}

body {
  font-size: 14px;
  font-font-family: gothic;
  line-height: 24px;
  color: #333;
}
body ul {
  list-style-type: none;
}

.title {
  background: #f4f8f8;
}
.title .breadcrumb {
  background-color: #f4f8f8;
  margin: 0 !important;
}
.title .breadcrumb i {
  color: #00a29a;
}
.title .breadcrumb span {
  font-size: 12px;
  font-family: gothic;
}
.title .breadcrumb li {
  padding: 0;
}
.title .breadcrumb-item + .breadcrumb-item::before {
  content: "";
}

.company {
  padding-bottom: 35px;
}
.company .h-title {
  position: relative;
  margin-bottom: 55px;
  font-size: 30px;
  font-family: gothic;
}
.company .h-title:after {
  margin-top: 10px;
  top: 100%;
  left: 25%;
  content: "";
  height: 0;
  width: 50%;
  position: absolute;
  border: 2px solid #00a29a;
}
.company .card {
  margin-bottom: 30px;
}
.company .card .div-img {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.company .card .p-name {
  margin: 0;
  padding: 10px;
  text-align: center;
  background: #f4f8f8;
}
.company .tags {
  display: flex;
  margin: 5px 0 0;
}
.company .tags li {
  margin-right: 35px;
}
.company .tags li a {
  color: #000000;
  font-weight: bold;
}
.company .tags li:hover a {
  color: #00a29a;
  text-decoration: none;
}
.company .tags li:last-child {
  margin-right: 15px;
}
.company .tags .active a {
  color: #00a29a;
}
.company .tags .active-next:hover a {
  color: #999999;
}

@media screen and (max-width: 769px) {
  .title .div-title {
    margin-left: 15px;
  }

  .company {
    /*padding: 20px 0;*/
  }
  .company .h-title {
    margin-bottom: 35px;
    font-size: 25px;
  }
  .company .tags {
    width: 100%;
    justify-content: center;
  }
}
