@charset "euc-jp";

.company-logo {
  height: 40px;
  margin-bottom: 0.5rem;
}
.bh {
  height: 40px;
}
.bh img {
  height: 100%;
}
.officecom {
  height: 40px;
}
.officecom img {
  height: 60%;
}
.company-name {
  font-size: 1.2rem;
}
.box-photo {
  border-radius: 20px;
  overflow: hidden;
  margin: 20px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-price{
  width: 700px;
  margin: 56px auto 0;
  text-align: center;
}
.table thead th,
.table tbody th,
.table tbody td {
  vertical-align: middle;
}
@media (max-width: 640px){
  .table-price{
    width: 100%;
  }
}

.table-price th{
  text-align: center;
}