@charset "shift-jis";
/* --------------------------------------------------------------------
  Financial Academy

  Style Info: review setting
-------------------------------------------------------------------- */
/* ------------------------------
background
------------------------------ */
.bg_kabu {
  background-color: #f7f8fb;
}
.bg_mf {
  background-color: #f9faf6;
}
.bg_fudo {
  background-color: #f4f9fb;
}

/* ------------------------------
inner
------------------------------ */
.review_part_inner {
  height: 780px;
  padding: 20px 20px 30px;
  overflow-y: auto;
}
@media screen and (max-width: 599px) {
  .review_part_inner {
    height: 540px;
  }
}

/* ------------------------------
heading
------------------------------ */
.heading_review {
  margin-bottom: 2em;
  color: #1c2569;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.heading_review .en {
  display: block;
  margin-top: 0.6em;
  font-family: 'Josefin Slab', serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
}
.heading_review.part {
  margin-bottom: 1.2em;
  font-size: 20px;
}
.heading_review.part .en {
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .heading_review {
    font-size: 20px;
  }
  .heading_review .en {
    font-size: 18px;
  }
}

/* ------------------------------
buttom
------------------------------ */
.btn_review_more {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 25px;
  padding: 1.2em 25px 1.2em 1em;
  background: #fff;
  border: 1px solid #1c2569;
  border-radius: 9999px;
  color: #1c2569;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}
.btn_review_more::after {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #1c2569;
  border-right: 2px solid #1c2569;
  content: '';
}
.btn_review_more:hover {
  opacity: 0.7;
  text-decoration: none;
}
.btn_review_more .sp_tab {
  display: none;
}
@media screen and (max-width: 999px) {
  .btn_review_more .sp_tab {
    display: block;
  }
  .btn_review_more {
    padding: 0.5em 25px 0.5em 1em;
  }
}

/* ------------------------------
review_list
------------------------------ */
.review_list li {
  padding: 1em 1.5em;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
  font-size: 14px;
}
.review_list li + li {
  margin-top: 20px;
}
.review_list li .review_star {
  display: inline-block;
  margin-right: 1em;
  color: #fece1c;
  font-size: 16px;
  line-height: 1;
}
.review_list li .review_date {
  display: inline-block;
  font-size: 12px;
}
.review_list li .review_comment {
  margin: 0.5em 0;
}
.review_list li .review_curriculum {
  color: #5e76a7;
}
