figure {
  margin: 0;
  padding: 0; }

.side_message {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px; }
  @media only screen and (max-width: 705px) {
    .side_message {
      height: initial;
      display: block;
      padding-bottom: 30px; } }
  .side_message figcaption {
    font-size: 20px;
    font-weight: bold; }
    @media only screen and (max-width: 705px) {
      .side_message figcaption {
        font-size: 14px;
        margin: 40px 0 20px; } }
  .side_message img {
    width: 298px; }
    @media only screen and (max-width: 705px) {
      .side_message img {
        width: 100%; } }
.side_mv {
  margin-bottom: 25px; }
  @media only screen and (max-width: 705px) {
    .side_mv {
      width: calc(100% + 30px);
      margin-left: -15px; }
      .side_mv img {
        width: 100%; } }
.side_block {
  margin-top: 60px;
  border-top: 1px solid #EE8593; }
  @media only screen and (max-width: 705px) {
    .side_block {
      margin-top: 30px;
      border-top: none;
      position: relative; }
      .side_block:before {
        position: absolute;
        content: "";
        width: calc(100% + 30px);
        height: 1px;
        left: -15px;
        background-color: #EE8593; } }
  .side_block.withPd {
    padding: 60px 0; }
    @media only screen and (max-width: 705px) {
      .side_block.withPd {
        padding: 30px 0 0; }
        .side_block.withPd:before {
          display: none; } }
.side_title {
  color: #fff;
  background-color: #EE8593;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 25px 6px;
  position: relative; }
  @media only screen and (max-width: 705px) {
    .side_title {
      font-size: 16px;
      padding: 5px 15px;
      margin-left: -15px; } }
  .side_title:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-width: 25px 10px;
    border-color: #EE8593 transparent transparent #EE8593;
    border-style: solid;
    right: -20px;
    top: 0; }
    @media only screen and (max-width: 705px) {
      .side_title:after {
        border-width: 19px 10px;
        right: -20px; } }
.side_global_txt {
  margin: 20px 0 24px;
  font-size: 20px;
  font-weight: bold; }
  @media only screen and (max-width: 705px) {
    .side_global_txt {
      font-size: 14px;
      margin: 15px 0; } }
@media only screen and (max-width: 705px) {
  .side_global_img li {
    padding: 5px 15px 15px;
    margin-bottom: 15px; }
    .side_global_img li h3 {
      font-weight: bold; }
      .side_global_img li h3 span {
        font-size: 22px; }
      .side_global_img li h3 small {
        font-size: 10px; }
    .side_global_img li p {
      font-size: 10px; }
    .side_global_img li:first-of-type {
      background-color: #FFFCDB;
      margin-top: 15px; }
    .side_global_img li:nth-of-type(2) {
      background-color: #EBF8FF; }
    .side_global_img li:nth-of-type(3) {
      background-color: #EDFFCB; }
    .side_global_img li:last-of-type {
      background-color: #FEEAFF; } }
.side_global_img img {
  width: 100%; }
.side_report_block {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media only screen and (max-width: 705px) {
    .side_report_block {
      display: block;
      height: initial;
      margin-top: 18px;
      margin-bottom: 15px; } }
.side_report_title {
  font-size: 20px;
  font-weight: bold;
  color: #EE8593; }
  @media only screen and (max-width: 705px) {
    .side_report_title {
      font-size: 16px; } }
.side_report_copy {
  font-size: 18px;
  font-weight: bold; }
  @media only screen and (max-width: 705px) {
    .side_report_copy {
      font-size: 14px;
      margin-bottom: 15px; } }
.side_report_img {
  height: 100%; }
  .side_report_img img {
    height: 100%;
    vertical-align: middle; }
  @media only screen and (max-width: 705px) {
    .side_report_img {
      width: 100%;
      height: initial; }
      .side_report_img img {
        width: 100%;
        height: initial; } }
.side_report_teacher {
  padding: 25px;
  border: 1px solid #EE8593;
  display: flex; }
  @media only screen and (max-width: 705px) {
    .side_report_teacher {
      flex-wrap: wrap;
      padding: 10px 15px 15px; } }
  .side_report_teacher figure {
    width: 188px;
    margin-right: 25px; }
    @media only screen and (max-width: 705px) {
      .side_report_teacher figure {
        order: 2;
        width: 100%;
        margin-right: 0; } }
    .side_report_teacher figure img {
      width: 100%; }
    .side_report_teacher figure figcaption {
      font-size: 10px;
      text-align: center;
      margin-top: 3px; }
      .side_report_teacher figure figcaption span {
        font-style: 12px;
        font-weight: bold; }
  .side_report_teacher_txt {
    width: 458px; }
    @media only screen and (max-width: 705px) {
      .side_report_teacher_txt {
        width: 100%; } }
    .side_report_teacher_txt h4 {
      font-size: 17px;
      font-weight: bold;
      color: #EE8593;
      margin-bottom: 10px; }
      @media only screen and (max-width: 705px) {
        .side_report_teacher_txt h4 {
          font-size: 14px; } }
    .side_report_teacher_txt p {
      font-size: 13px; }
      @media only screen and (max-width: 705px) {
        .side_report_teacher_txt p {
          margin-bottom: 15px; } }
.side_girls_title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #EE8593;
  width: 305px;
  height: 58px;
  margin: auto;
  text-align: center;
  line-height: 58px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 705px) {
    .side_girls_title {
      font-size: 16px;
      width: 80%;
      height: 50px;
      line-height: 50px; } }
  .side_girls_title:before {
    position: absolute;
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    @media only screen and (max-width: 705px) {
      .side_girls_title:before {
        width: calc(100% - 6px);
        height: calc(100% - 6px); } }
.side_girls_copy {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px; }
  @media only screen and (max-width: 705px) {
    .side_girls_copy {
      font-size: 14px;
      font-weight: normal;
      margin-top: 25px;
      margin-bottom: 25px; } }
.side_girls_img {
  margin-top: -157px; }
  @media only screen and (max-width: 705px) {
    .side_girls_img {
      margin-top: 0;
      width: calc(100% + 30px);
      margin-left: -15px; } }
  .side_girls_img img {
    width: 100%; }
.side_girls_comments {
  background-color: #EE8593;
  padding: 20px;
  display: flex; }
  @media only screen and (max-width: 705px) {
    .side_girls_comments {
      display: block;
      width: calc(100% + 30px);
      margin-left: -15px;
      padding: 15px;
      box-sizing: border-box; } }
.side_girls_comment {
  position: relative;
  background-color: #fff;
  padding: 15px 20px 20px; }
  @media only screen and (max-width: 705px) {
    .side_girls_comment {
      padding: 10px 15px 15px; } }
  .side_girls_comment:first-of-type {
    margin-right: 20px; }
    @media only screen and (max-width: 705px) {
      .side_girls_comment:first-of-type {
        margin-right: 0;
        margin-bottom: 15px; } }
  .side_girls_comment:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-width: 20px;
    border-color: #EE8593 #EE8593 transparent transparent;
    border-style: solid;
    right: 0;
    top: 0; }
    @media only screen and (max-width: 705px) {
      .side_girls_comment:before {
        border-width: 18px;
        top: -1px;
        right: -1px; } }
  .side_girls_comment h3 {
    font-size: 18px;
    font-weight: bold;
    color: #EE8593;
    margin-bottom: 13px;
    padding-bottom: 9px;
    border-bottom: 1px solid #EE8593; }
    @media only screen and (max-width: 705px) {
      .side_girls_comment h3 {
        font-size: 16px; } }
.side_girls_teacher {
  display: flex;
  align-items: center;
  margin-top: 18px; }
  .side_girls_teacher img {
    width: 90px;
    margin-right: 15px; }
    @media only screen and (max-width: 705px) {
      .side_girls_teacher img {
        width: 79px; } }
  .side_girls_teacher figcaption {
    font-size: 14px; }
    @media only screen and (max-width: 705px) {
      .side_girls_teacher figcaption {
        font-size: 12px; } }
    .side_girls_teacher figcaption span {
      display: block;
      font-size: 18px;
      font-weight: bold; }
      @media only screen and (max-width: 705px) {
        .side_girls_teacher figcaption span {
          font-size: 15px; } }

/*# sourceMappingURL=side.css.map */
