@charset "UTF-8";
.uq-ServQBox {
  position: relative; }
  @media only screen and (min-width: 769px) {
    .uq-ServQBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
  @media only screen and (min-width: 769px) {
    .uq-ServQBox__sub {
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
      max-width: 180px;
      margin-left: 20px; } }
  @media only screen and (max-width: 768px) {
    .uq-ServQBox__sub {
      margin-bottom: 20px;
      text-align: center; } }
  @media only screen and (min-width: 769px) {
    .uq-ServQBox__main {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; } }
  .uq-ServQBox__caption {
    font-weight: bold;
    font-family: Amiri, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.43rem;
    color: #282747; }
    @media only screen and (min-width: 769px) {
      .uq-ServQBox__caption {
        position: absolute;
        left: 0;
        bottom: 20px; } }
    @media only screen and (max-width: 768px) {
      .uq-ServQBox__caption {
        margin: 10px;
        display: inline-block; } }
    .uq-ServQBox__caption strong {
      font-size: 3.57rem; }
