.your_vocalist_history_panel {
  margin: 20px 20px 0 20px;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

#mlc_vocal_b .guarantee_case_panel {
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}

.before_after_comment {
  position: relative;
  margin-left: 25px;
  padding: 24px 10px 13px 10px;
  background-color: #eeaaaa;
  color: #ffffff;
  text-align: center;
}

.before_after_comment:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #eeaaaa;
}

.before_after_comment p {
  margin: 0;
  padding: 0;
  color: #ffffff !important;
}

.mlc_underline {
  text-decoration: underline;
}

.about_title {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height:80px;
}

.about_title__back {
  display: inline-block;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  color: rgba(221, 221, 221, 0.80) !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32vw;
  font-family: sans-serif;
}

.about_title__front {
  display: inline-block;
  position: absolute;
  text-align: center;
  padding-top: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

table.teachers {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
  border-spacing: 0;
}

.teachers__teacher {
  width: 20%;
}

.about__text {
  margin-top: 20px;
}

.girls {
  width: 100%;
  margin-top: 24px;
}

.girls__girl {
  width: 33.33%;
  float: left;
}

.case_image_box {
  display: block;
  margin-left: 13.33px;
  margin-top: 0 !important;
}
.case_image_box img {
  width: 446.66px;
  object-fit: contain;
}
