@charset "UTF-8";
.study-group-greeting {
  padding-top: 40px;
  text-align: center;
}
.study-group-greeting h3 {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.study-group-greeting h3:before, .study-group-greeting h3:after {
  content: "～";
}
.study-group-greeting p {
  line-height: 2em;
}
.study-group-greeting p.signature strong {
  font-size: 120%;
  display: block;
}

.study-group-profile {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 5%;
}
.study-group-profile p {
  display: inline;
  margin-bottom: 1em;
}
.study-group-profile p.leader-photo {
  float: right;
  max-width: 246px;
  width: 25%;
  margin: 0 0 2em 2em;
}
.study-group-profile p.leader-photo img {
  width: 100%;
  height: auto;
}

.study-group-member .anotate-sg {
  text-align: right;
}
.study-group-member h3 {
  border-top: #5F5F5F solid 3px;
  border-bottom: #CDCDCD solid 1px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.5em;
  margin-top: 0.5em;
}
.study-group-member h3 em {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.study-group-member h3 span {
  font-size: 18px;
  font-weight: 400;
}
.study-group-member ul {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.study-group-member ul li {
  width: 49%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  padding: 1em 0;
  align-items: center;
  border-bottom: solid 1px #f1f1f1;
}
.study-group-member ul li:nth-child(odd) {
  margin-right: 1%;
}
.study-group-member ul li:nth-child(even) {
  margin-left: 1%;
}
.study-group-member ul li span {
  font-size: 16px;
  font-weight: 700;
  width: 8em;
}
.study-group-member ul li p {
  font-size: 14px;
}

@media (max-width: 1199px) {
  .study-group-member ul li span {
    width: 100%;
    padding-bottom: 0.25em;
  }
}
@media (max-width: 767px) {
  .study-group-greeting {
    padding-top: 20px;
  }
  .study-group-greeting h3 {
    font-size: 5.5vw;
    margin-bottom: 0.5em;
  }
  .study-group-greeting h3:before, .study-group-greeting h3:after {
    content: none;
  }
  .study-group-greeting p {
    line-height: 1.65em;
    text-align: left;
    padding: 0 15px 15px 15px;
  }
  .study-group-greeting p br {
    display: none;
  }
  .study-group-greeting p.signature {
    text-align: right;
    font-size: 14px;
  }
  .study-group-greeting p.signature strong {
    font-size: 16px;
  }

  .study-group-profile {
    padding: 10px;
  }
  .study-group-profile p {
    font-size: 14px;
    display: inline;
    margin-bottom: 1em;
    padding: 0;
  }
  .study-group-profile p.leader-photo {
    margin: 0 0 10px 5px;
  }

  .study-group-member .anotate-sg {
    text-align: left;
  }
  .study-group-member h3 {
    text-align: left;
    font-size: 20px;
    padding: 0.5em 0;
  }
  .study-group-member h3 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
  }
  .study-group-member ul li {
    width: 100%;
  }
  .study-group-member ul li:nth-child(odd) {
    margin-right: 0;
  }
  .study-group-member ul li:nth-child(even) {
    margin-left: 0;
  }
}

/*# sourceMappingURL=study-group.css.map */
