@charset "UTF-8";
/* =========================================================
   about/css/custom.scss (団体についてページ専用スタイル)
   ========================================================= */
/* Scss Document */
.sub-heading {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.custom-table:last-of-type {
  margin-bottom: 0;
}
.custom-table th, .custom-table td {
  padding: 20px 24px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 834px) {
  .custom-table th, .custom-table td {
    display: block;
    padding: 12px 16px;
    border: none;
  }
}
.custom-table th {
  width: 25%;
  font-weight: bold;
  color: #333333;
  background-color: #E9F0F7;
}
@media (max-width: 834px) {
  .custom-table th {
    width: 100%;
    border-top: none;
  }
}
.custom-table td {
  color: #444;
}
@media (max-width: 834px) {
  .custom-table td {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 16px;
  }
}

#about-intro .inner-box {
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 834px) {
  #about-intro .inner-box {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
#about-intro .text-area {
  width: calc(50% - 20px);
}
@media (max-width: 834px) {
  #about-intro .text-area {
    width: 100%;
  }
}
#about-intro .text-area p {
  font-size: 15px;
  line-height: 2;
  color: #333;
  margin-bottom: 1.5em;
}
#about-intro .text-area p:last-child {
  margin-bottom: 0;
}
@media (max-width: 834px) {
  #about-intro .text-area p {
    font-size: 14px;
    line-height: 1.8;
  }
  #about-intro .text-area p br {
    display: none;
  }
}
#about-intro .image-area {
  width: calc(50% - 20px);
}
@media (max-width: 834px) {
  #about-intro .image-area {
    width: 100%;
  }
}
#about-intro .image-area img {
  width: 100%;
  display: block;
}

#organization .org-chart {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
#organization .org-chart img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=custom.css.map */