@charset "UTF-8";
.uq-reputationHead__label {
  font-size: 4rem;
  color: #0b3388;
  left: .05em;
  text-align: center;
  font-family: Amiri, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  @media only screen and (max-width: 768px) {
    .uq-reputationHead__label {
      line-height: 1.1;
      font-size: 1.86rem; } }
  .uq-reputationHead__label strong {
    font-size: 200%; }
  .uq-reputationHead__label sup {
    font-size: 2rem; }
    @media only screen and (max-width: 768px) {
      .uq-reputationHead__label sup {
        font-size: 1.14rem; } }

@media only screen and (min-width: 769px) {
  .uq-reputationHead__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }

@media only screen and (min-width: 769px) {
  .uq-reputationHead__item {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .uq-reputationHead__item:nth-child(1) {
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
      margin-left: 30px; } }

@media only screen and (max-width: 768px) {
  .uq-reputationHead__item {
    margin: 15px 0; } }

.uq-reputationVoice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 22px; }
  @media only screen and (max-width: 768px) {
    .uq-reputationVoice {
      margin-bottom: 18px; } }
  .uq-reputationVoice__head {
    -ms-flex: 0 0 120px;
        flex: 0 0 120px; }
    @media only screen and (max-width: 768px) {
      .uq-reputationVoice__head {
        -ms-flex-preferred-size: 80px;
            flex-basis: 80px; } }
  .uq-reputationVoice__body {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    border-radius: 15px;
    border: 2px solid #b9c4dc;
    background-color: #fff;
    margin-left: 30px;
    padding: 30px; }
    @media only screen and (max-width: 768px) {
      .uq-reputationVoice__body {
        border-radius: 10px;
        margin-left: 20px;
        padding: 15px; } }
    .uq-reputationVoice__body::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 17px;
      height: 15px;
      transform: translateX(-100%);
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(/common/img/reputation/icon_balloon.png);
      background-size: 100%; }
  .uq-reputationVoice__text {
    text-align: center;
    font-weight: bold;
    line-height: 1.42;
    letter-spacing: .07em;
    font-size: 1.71rem; }
    @media only screen and (max-width: 768px) {
      .uq-reputationVoice__text {
        line-height: 1.5;
        font-size: 1rem; } }
  .uq-reputationVoice__subText {
    position: absolute;
    right: 0;
    bottom: -7px;
    font-size: 1rem;
    line-height: 1.5;
    transform: translateY(100%); }
    @media only screen and (max-width: 768px) {
      .uq-reputationVoice__subText {
        font-size: 0.86rem; } }

.uq-reputationFootPanel {
  position: relative;
  background-color: #282747;
  border-radius: 3px;
  padding: 40px; }
  @media only screen and (max-width: 768px) {
    .uq-reputationFootPanel {
      padding: 15px 15px 0; } }
  @media only screen and (min-width: 769px) {
    .uq-reputationFootPanel__box {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .uq-reputationFootPanel__item {
    border-radius: 3px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff; }
    @media only screen and (min-width: 769px) {
      .uq-reputationFootPanel__item {
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
        max-width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px; }
        .uq-reputationFootPanel__item:nth-child(2n), .uq-reputationFootPanel__item:last-child {
          margin-right: 0; }
        .uq-reputationFootPanel__item:last-child, .uq-reputationFootPanel__item:nth-last-child(2).uq-reputationFootPanel__item:nth-child(2n+1) {
          margin-bottom: 0; } }
    @media only screen and (max-width: 768px) {
      .uq-reputationFootPanel__item {
        padding: 15px; }
        .uq-reputationFootPanel__item:not(:last-child) {
          margin-bottom: 5px; } }
  .uq-reputationFootPanel__body {
    margin: 30px 0; }
  .uq-reputationFootPanel__foot {
    margin: 45px 0 10px; }
    @media only screen and (max-width: 768px) {
      .uq-reputationFootPanel__foot {
        margin: 15px 0 10px; } }
  .uq-reputationFootPanel__label {
    color: #282747;
    text-align: center;
    font-weight: bold;
    font-size: 1.29rem; }
    @media only screen and (max-width: 768px) {
      .uq-reputationFootPanel__label {
        font-size: 1.07rem; } }
  .uq-reputationFootPanel__text {
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 1.29rem; }
    @media only screen and (max-width: 768px) {
      .uq-reputationFootPanel__text {
        font-size: 1rem; } }
  .uq-reputationFootPanel__text2 {
    color: #fff;
    font-family: Amiri, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.57rem;
    line-height: 1.5; }
    @media only screen and (max-width: 768px) {
      .uq-reputationFootPanel__text2 {
        font-size: 1.07rem; } }
  .uq-reputationFootPanel__image {
    max-width: 206px; }
    @media only screen and (min-width: 769px) {
      .uq-reputationFootPanel__image {
        position: absolute;
        bottom: 0;
        right: 20px; } }
    @media only screen and (max-width: 768px) {
      .uq-reputationFootPanel__image {
        margin: 15px auto 0;
        max-width: 150px; } }
