.member {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #00893d;
}

.member .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 150px 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 60px 30px;
}

@media only screen and (max-width: 900px) {
  .member .inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.member .inner .item {
  padding: 0 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 30px -15px rgba(0, 0, 0, 0.4);
          box-shadow: 10px 10px 30px -15px rgba(0, 0, 0, 0.4);
}

.member .inner .item .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  margin-top: -30px;
}

@media only screen and (max-width: 500px) {
  .member .inner .item .profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.member .inner .item .profile .icon {
  width: 140px;
  height: 140px;
  background: #e8f4cd;
  border-radius: 100%;
  border: solid 6px #fff;
  line-height: 0;
  overflow: hidden;
}

.member .inner .item .profile .icon img {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #00893d;
  border-radius: 100%;
}

.member .inner .item .profile .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 10px;
}

@media only screen and (max-width: 500px) {
  .member .inner .item .profile .name {
    padding: 5px 10px;
  }
}

.member .inner .item .profile .name .tag {
  font-weight: 500;
  color: #656a5a;
}

@media only screen and (max-width: 500px) {
  .member .inner .item .profile .name .tag {
    text-align: center;
    margin-bottom: 0.5em;
  }
}

.member .inner .item .profile .name h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
  line-height: 1.2;
}

@media only screen and (max-width: 500px) {
  .member .inner .item .profile .name h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.member .inner .item .profile .name h2 span {
  color: #00893d;
}

.member .inner .item .profile .name h2 span:nth-child(1) {
  font-size: 24px;
  font-weight: 600;
}

@media only screen and (max-width: 500px) {
  .member .inner .item .profile .name h2 span:nth-child(1) {
    font-size: 28px;
  }
}

.member .inner .item .profile .name h2 span:nth-child(2) {
  font-size: 15px;
  font-weight: 500;
}

.member .inner .item .txt_box {
  padding: 20px;
}

@media only screen and (max-width: 500px) {
  .member .inner .item .txt_box {
    padding: 20px 0;
  }
}

.member .inner .item .txt_box h3 {
  color: #00893d;
  font-size: 22px;
  padding: 1em 0 0.5em;
}

@media only screen and (max-width: 500px) {
  .member .inner .item .txt_box h3 {
    font-size: 18px;
  }
}

.member .inner .item .txt_box p {
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1em;
  font-weight: 500;
}

@media only screen and (max-width: 500px) {
  .member .inner .item .txt_box p {
    font-size: 15px;
  }
}
/*# sourceMappingURL=style.css.map */