.secResult {
  width: 100% !important;
  padding-bottom: 2em; }
  .secResult .ticket {
    padding: 2em;
    background: #333; }
    @media screen and (max-width: 640px) {
      .secResult .ticket {
        padding: 2% 0; } }
    .secResult .ticket ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      padding: 0 !important; }
      .secResult .ticket ul li {
        width: 45%;
        margin: 0 !important; }
        .secResult .ticket ul li figure {
          margin: 0 0 1em; }
          .secResult .ticket ul li figure img {
            margin: 0 !important;
            padding: 0 !important;
            width: 100% !important; }
  .secResult .detail {
    padding: 4%;
    background-color: #003366;
    text-align: center;
    line-height: 1.5; }
    @media screen and (max-width: 640px) {
      .secResult .detail {
        padding: 2% 0;
        font-size: 3.2vw !important; } }
    .secResult .detail .card {
      margin: 0 auto 4%;
      width: 48%;
      border: 5px solid #fabf01;
      background-color: #fff;
      color: #000;
      text-align: center;
      box-sizing: border-box; }
      .secResult .detail .card > div {
        padding: 10px 15px; }
        @media screen and (max-width: 640px) {
          .secResult .detail .card > div {
            padding: 2% 0; } }
        .secResult .detail .card > div:nth-of-type(2) {
          border-top: 2px solid #fabf01;
          border-bottom: 2px solid #fabf01;
          text-align: center; }
        .secResult .detail .card > div:nth-of-type(3) {
          text-align: center; }
          @media screen and (max-width: 640px) {
            .secResult .detail .card > div:nth-of-type(3) {
              font-size: 4.4vw !important; } }
      @media screen and (max-width: 640px) {
        .secResult .detail .card .uk-flex-between {
          flex-direction: column;
          justify-content: space-around; } }
      .secResult .detail .card img {
        object-fit: contain !important;
        width: auto !important;
        padding: 1em; }
        @media screen and (max-width: 640px) {
          .secResult .detail .card img {
            width: 65%;
            max-width: 100%; } }
  .secResult .uk-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
  .secResult .uk-flex {
    display: flex; }
    @media screen and (max-width: 640px) {
      .secResult .uk-flex {
        display: block; } }
  .secResult .uk-flex-between {
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 640px) {
      .secResult .uk-flex-between {
        justify-content: space-around; } }
  .secResult .resultPick_wrap_m {
    max-width: 900px;
    width: 90%;
    margin: auto;
    padding: 2em 0; }
    .secResult .resultPick_wrap_m p {
      color: #FFF; }
  .secResult p {
    text-align: center;
    font-size: 1.25em;
    margin: 0 auto 1em;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      .secResult p {
        font-size: 3.6vw; } }
  .secResult .note {
    font-size: 1em; }
  .secResult .emphasis {
    font-size: 1.5em;
    line-height: 1.35;
    font-weight: bold;
    padding-top: 0.2em;
    padding-bottom: 1em;
    color: #fabf01; }
    @media screen and (max-width: 640px) {
      .secResult .emphasis {
        font-size: 4.8vw;
        padding: 0; } }
