@charset "utf-8";

.about-Committee_Section {
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-top: calc(-24em / 16 + 1px);
  margin-bottom: -1px;
  padding-top: calc(24em / 16 - 1px);
  padding-bottom: calc(24em / 16 - 1px);
}
.about-Committee_Title {
  background-color: #f7f7f7;
  color: #9b9b9b;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: calc(30em / 16);
  padding-top: calc(7.1em / 16 - .1em);
  padding-bottom: calc(7.1em / 16 - .1em);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.about-Committee_Unit {
  line-height: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: calc(24em / 16 - 1px);
  padding-bottom: calc(22em / 16 - 1px);
  width: 100%;
}
.about-Committee_Unit + .about-Committee_Unit {
  border-top: 1px solid #e5e5e5;
}
.about-Committee_Section .about-Committee_Unit {
  margin-top: calc(-24em / 16 + 1px);
  margin-bottom: calc(-24em / 16 + 1px);
}
.about-Committee_Unit::before,
.about-Committee_Unit::after {
  content: '';
  display: block;
  margin-top: -.5em;
  margin-bottom: -.5em;
}
.about-Committee_Unit > dt {
  font-weight: 500;
}
.about-Committee_Unit > dd {
  margin-left: 0;
  font-size: calc(14em / 16);
}
.about-Committee_Section2 {
  margin-top: calc(20em / 16);
}
.about-Committee_Container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-top: calc(-30em / 16);
}
@media print, screen and (min-width: 48em) {
  .about-Committee_Section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .about-Committee_Section + .about-Committee_Section {
    border-top: 1px solid #e5e5e5;
    margin-top: 1px;
  }
  .about-Committee_Title {
    margin-bottom: 0;
  }
  .about-Committee_Section .about-Committee_Title {
    flex-shrink: 0;
    margin-right: calc(30em / 16);
    width: calc(120em / 16);
  }
  .about-Committee_Container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: calc(-40em / 16);
  }
  .about-Committee_Container .about-Committee_Unit {
    margin-right: calc(40em / 16);
    width: calc(100% / 2 - 40em / 16);
  }
  _:-ms-lang(x), .about-Committee_Container .about-Committee_Unit {
    width: calc(100% / 2 - 40em / 16 - 1px);
  }
  .about-Committee_Unit:nth-child(2) {
    border-top-style: none;
  }
}
