@charset "UTF-8";

.member_item {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  background: #f5f5f5;
  padding: 10px;
}
.member_item:not(:first-child) {
  margin-top: 20px;
}
.member_item_img {
  margin: 10px;
}
.member_item_post {
  width: 20%;
  margin: 10px;
}
.member_item_post p:first-child, .member_item_post_side p:first-child{
  font-size: 18px;
  color: #319b03;
}
.member_item_post p:nth-child(2), .member_item_post_side p:last-child{
  font-size: 30px;
}
.member_item_post p:nth-child(2) {
  margin-top: 10px;
}
.member_item_post p:nth-child(3) {
  font-size: 16px;
  margin-top: 95px;
}
.member_item_post p:nth-child(3) a {
  text-decoration: underline;
  color: #656565;
}
.member_item_text {
  width: 60%;
  margin: 10px;
  font-size: 18px;
  line-height: 1.6;
}
.member_item_side {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.member_item_post_side {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  padding: 30px;
  width: 49%;
  margin-top: 20px;
}
.member_item_post_side p:last-child {
  margin-left: 20px;
}
.member_item_post p span {
  display: block;
}