@import "../base.css";

.content-pagesub .big-banner img {
  object-position: bottom;
}

.section-intro .panel-heading {
  margin-bottom: 0 !important;
}

.company_profile.content-pagesub .big-banner img {
  object-position: bottom;
}

.section-table {
  background: #efefef;
}

.section-table tbody tr td {
  padding: 25px 35px;
  border-bottom: 3px solid #999;
}

.section-table tbody tr td p {
  margin-bottom: 0;
  line-height: 40px;
}

.section-table tbody tr td:nth-child(1) {
  width: 25%;
  background-color: var(--bg-primary);
}

.section-table tbody tr td:nth-child(1) p {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.section-table tbody tr td:nth-child(2) {
  padding: 25px;
}

.section-table tbody tr td:nth-child(2) p {
  font-size: 2.2rem;
}

.section-table tbody tr td:nth-child(2) {
  width: 75%;
}

.section-table table {
  width: 100%;
  border: 6px solid #999;
}

.section-content.section-basic-info {
  padding-bottom: 0;
}

.section-basic-info-2.section-table tbody tr td:nth-child(2) p {
  font-size: 1.8rem;
  letter-spacing: 0;
}

.section-basic-info-2.section-table tbody tr td:nth-child(1) {
  width: 18%;
}

.section-basic-info-2.section-table .panel .panel-title {
  font-family: "Source Han Sans JP" !important;
}

.btn-link-map {
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
}

.btn-link-map:hover {
  color: var(--color-primary);
}

.btn-link-map img {
  width: 25px;
  height: 25px;
  transform: rotate(-90deg);
}

@media (max-width: 991px){
  .section-table tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .section-table tbody tr td{
    width: 100% !important;
    padding: 20px;
    border: none;
  }
  .section-table tbody tr td:nth-child(1) p {
    text-align: left;
    line-height: 1;
  }
}

@media (max-width: 767px){

  .section-table tbody tr td:nth-child(1) p {
    font-size: 1.6rem;
  }

  .section-table tbody tr td:nth-child(2) p, .section-basic-info-2.section-table tbody tr td:nth-child(2) p {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .section-table table {
    border: 3px solid #999;
  }

  .btn-link-map img {
    width: 12px;
    height: 12px;
  }
}