/*****************************************
*
* about
*
******************************************/

.about-btn {
  margin-top: 20px;
}

/*------------------------------------------*/
/* アクセス
/*------------------------------------------*/

.about-access__text {
  text-align: left;
}

.about-access__text .notes {
  margin-top: 2em;
}

/* 地図 --------------------------------*/
.map_wrapper {
  margin-top: 40px;
}

.map_wrapper iframe {
  width: 100%;
  height: 200px;
}

@media screen and (min-width: 834px), print {
  .map_wrapper iframe {
    height: 400px;
  }
}

/*------------------------------------------*/
/* 組織一覧
/*------------------------------------------*/

.about-members__now {
  text-align: right;
  margin-top: 2em;
}

.about-members__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .about-members__list ul li {
    margin-right: 4em;
  }
}

@media screen and (min-width: 768px), print {
  .about-members__list th {
    width: 20em;
  }

  .about-members__list ul li {
    width: 8em;
  }
}