@charset "UTF-8";
/* *****************************************************************************/
/* 墳タスティック！！古墳にコーフン協会ゆる〜く総会　第7弾CSS */
/* *****************************************************************************/
/* 総会ページの支部長紹介用 */
.sokaiShibutyoWrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 567px) {
  .sokaiShibutyoWrapper {
    display: block;
  }
}

.sokaiShibutyoImageWrapper {
  width: 200px;
  height: auto;
}
@media only screen and (max-width: 567px) {
  .sokaiShibutyoImageWrapper {
    width: 100%;
    text-align: center;
  }
}
.sokaiShibutyoImageWrapper img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
@media only screen and (max-width: 567px) {
  .sokaiShibutyoImageWrapper img {
    width: 50%;
  }
}

.sokaiShibutyoImage {
  max-width: 200px;
  width: auto;
  height: auto;
}

.sokaiShibutyoTextWrapper {
  width: calc(100% - 220px);
}
@media only screen and (max-width: 567px) {
  .sokaiShibutyoTextWrapper {
    width: 100%;
  }
}

.sokaiShibutyoTextHeader {
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width: 567px) {
  .sokaiShibutyoTextHeader {
    margin-top: 20px;
  }
}
.sokaiShibutyoTextHeader::before {
  display: inline-block;
  content: "■";
}

.sokaiShibutyoText {
  font-size: 1em;
  margin-bottom: 1em;
}
.sokaiShibutyoText:last-of-type {
  margin-bottom: 0;
}/*# sourceMappingURL=news_generalmeeting2026.css.map */