@charset "utf-8";
.counselor-member-title {
  max-width: 291px;
  margin: 0 auto 20px;
}
.member-area {
  margin: 0 0 40px 0;
}
.member-area[id] {
  margin-top: -130px;
  padding-top: 130px;
}
.member-profile {
  padding: 0 0 30px 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px, 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.member-title {
  margin: 0 0 20px 0;
  padding: 15px;
  background: #f1676e;
  color: white;
  font-size: 1.25em;
  text-align: center;
}
.member-title__place {
  color: yellow;
  margin-right: 10px;
  font-size: 0.75em;
}
.member-title__place:last-child {
  margin-right: 0;
}
.member-message {
  margin: 0 0 20px 0;
  padding: 0 30px;
  color: #f1676e;
  font-family: serif;
  font-size: 1.25em;
  font-weight: bold;
}
.member-row {
  display: flex;
  padding: 0 30px;
}
.kasugai-member-row {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.member-review {
  flex-basis: 200px;
  min-width: 200px;
}
.member-review__figure {
  min-width: 200px;
  text-align: center;
}
.member-review__photo {
  min-width: 200px;
  margin: 0 auto 15px;
  border: 1px solid #e7e7e7;
}
.member-review__caption {
  font-family: serif;
  font-size: 1.7em;
  text-align: center;
}
.member-outline {
  flex-grow: 1;
  /*width: auto;*/
  padding: 0 30px;
}
.member-outline__table {
  width: 100%;
  border-top: 1px solid #efefef;
}
.member-outline__title {
  width: 1%;
  padding: 10px 15px;
  border-bottom: 1px solid #efefef;
  color: #666;
  font-size: 0.875em;
  font-weight: normal;
  white-space: nowrap;
}
.member-outline__data {
  width: auto;
  color: #333;
  padding: 10px 15px;
  border-bottom: 1px solid #efefef;
}
.member-hobby {
  position: relative;
  flex-basis: 200px;
  min-width: 200px;
}
.member-hobby__figure {
  position: relative;
  width: 200px;
  height: 190px;
  margin: 0 auto 15px;
  text-align: center; 
}
.member-hobby__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 190px;
  border: 1px solid #efefef;
}
.member-hobby__new {
  position: absolute;
  top: 0;
  left: 0;
  width: 51px;
  height: 51px;
}
.member-hobby__explan {
  color: #999;
  font-size: 0.875em;
  line-height: 1.5;
}
.member-hobby__explan__inlineblock {
  display: inline-block;
}
.member-hobby__explan__img {
  height: 40px;
}
.member-hobby__button {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}
.align-top{
	vertical-align: top;
}
@media (max-width: 640px) {
  .member-area[id] {
    margin-top: -70px;
    padding-top: 70px;
  }
  .member-message {
    padding: 0 15px;
  }
  .member-row {
    flex-direction: column;
    padding: 0 15px;
  }
  .kasugai-member-row {
    flex-direction: column;
    padding: 0 15px;
  }
  .member-review {
    flex-basis: auto;
    /*width: auto;*/
  }
  /*.member-title__place {
    margin-right: 0;
  }*/
  .member-review__caption {
    margin-bottom: 15px;
  }
  .member-outline {
    flex-grow: 1;
    padding: 0;
  }
  .member-outline__table {
    margin-bottom: 30px;
  }
  .member-outline__title {
    padding: 10px;
  }
  .member-outline__data {
    padding: 10px;
  }
  .member-hobby {
    position: static;
    flex-basis: auto;
    /*width: auto;*/
  }
  .member-hobby__explan {
    margin-bottom: 20px;
  }
  .member-hobby__button {
    position: static;
    right: auto;
    bottom: auto;
    text-align: center;
  }
}