@charset "UTF-8";
.table-special {
  margin-right: 40px;
}

.table-special .full-row,
.table-special .half-row {
  font-size: 1.125rem;
}

.table-special .full-row .title,
.table-special .half-row .title {
  width: 86px;
}

.table-special .full-row .content,
.table-special .half-row .content {
  width: 310px;
}

.table-special .full-row .content.tels,
.table-special .half-row .content.tels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.table-special .full-row .content.tels span,
.table-special .half-row .content.tels span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-special .full-row .content.tels span:nth-child(n + 2)::before,
.table-special .half-row .content.tels span:nth-child(n + 2)::before {
  content: "、";
}

@media (max-width: 767px) {
  .table-special {
    width: 80%;
    margin: 0px auto 16px;
  }
  .table-special .full-row,
  .table-special .half-row {
    font-size: 0.75rem;
  }
  .table-special .full-row .content,
  .table-special .half-row .content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 576px) {
  .table-special {
    width: 90%;
  }
}

.staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.staff .profile-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .staff .profile-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.staff .profile-box .avatar {
  padding: 11px 10px;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .staff .profile-box .avatar {
    margin: 0px 0px 16px;
  }
}

@media (max-width: 575px) {
  .staff .profile-box .avatar {
    padding: unset;
  }
}

.staff .profile-box .avatar img {
  width: 168px;
}

@media (max-width: 767px) {
  .staff .profile-box .avatar img {
    width: 124px;
  }
}

@media (max-width: 575px) {
  .staff .profile-box .avatar img {
    width: 80px;
  }
}

.staff .scope {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.staff .scope .title {
  width: 100%;
  font-size: 1.5rem;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  font-weight: bold;
  color: #43A8A5;
  border-bottom: 3px solid #257774;
}

@media (max-width: 575px) {
  .staff .scope .title {
    font-size: 1.25rem;
  }
}

.staff .scope .scope-content {
  width: 100%;
  height: 100%;
  color: #257774;
}

@media (max-width: 767px) {
  .staff .scope .scope-content {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .staff .scope .scope-content {
    font-size: 0.75rem;
  }
}

@media (max-width: 1024px) {
  .staff .scope {
    margin: 0px auto 16px;
  }
}

@media (max-width: 767px) {
  .staff .scope {
    width: 80%;
  }
}

@media (max-width: 576px) {
  .staff .scope {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  .staff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=f046.css.map */