@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*__ color _______________________*/
/*__ parts _______________________*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {

  .aw_result .result_body .element .flt_wrap {
    text-align: right;
  }

  .left_img.is-block {
    display: block !important;
  }

  .flt_wrap .btn_mv:nth-child(3) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {

  .flt_wrap .btn_mv:nth-child(3) {
    margin-top: 10px;
  }
}
