@charset "UTF-8";
@media all {
  .m_btn {
    align-items: center;
    border: solid 0;
    border-radius: 4px;
    box-shadow: 0 3px 6px #dcdcdc;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 2.8rem;
    font-weight: bold;
    height: calc(43/375*100vw);
    justify-content: center;
    line-height: 1.2;
    text-decoration: none;
    transition: .5s;
    width: 100%;
  }

  .m_btn:hover {
    opacity: .7;
    transition: .5s;
  }

  .m_btn span {
    font-size: 2.4rem;
  }

  .m_btn.m_gray {
    background: linear-gradient(#eaeaea 0%, #d0d0d0 100%);
  }

  .m_btn.m_red {
    background: linear-gradient(#e50000 0%, #a30000 100%);
    color: #fff;
  }

  .m_btn.m_orange {
    background: linear-gradient(#f18500 0%, #ed6100 100%);
    color: #fff;
  }

  .m_terms {
    align-items: center;
  }

  .m_terms span {
    color: #0084c8;
    font-size: 2.4rem;
    margin-left: 5px;
    text-decoration: underline;
  }

  .m_terms a {
    display: inline-block;
    padding-left: 20px;
    position: relative;
  }

  .m_terms a::before {
    border: 0;
    border-right: solid 2px #0084c8;
    border-top: solid 2px #0084c8;
    content: '';
    height: 10px;
    left: 0;
    margin-top: -4px;
    position: absolute;
    top: 40%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
  }

  .m_img_progressbar {
    width: 100%;
  }

  .m_img_progressbar img {
    width: 100%;
  }

  .m_img_pc {
    display: none;
  }

  .m_sorting_all {
    align-items: center;
    margin: 0 auto;
    width: 44%;
  }

  .m_sorting_all p {
    font-size: 2.8rem;
    font-weight: bold;
  }

  .m_sorting_select {
    max-width: 30vw;
    text-align: center;
  }

  .m_sorting_select select {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 2.4rem;
    outline: none;
    padding-right: 1em;
    text-align-last: center;
    text-overflow: ellipsis;
    width: 100%;
  }

  .m_sorting_select select:focus {
    outline: dotted 1px;
  }

  .m_sorting_select.m_select {
    background: linear-gradient(#eaeaea 0%, #d0d0d0 100%);
    border-radius: 5px;
    box-shadow: 0 3px 6px #dcdcdc;
    position: relative;
    z-index: 0;
  }

  .m_sorting_select.m_select::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid;
    bottom: 0;
    content: '';
    font-size: 2.8rem;
    height: 0;
    margin: auto;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: .5em;
    top: 0;
    width: 0;
  }

  .m_sorting_select.m_select select {
    font-size: 2.4rem;
    font-weight: bold;
    padding: 10px 28px 10px 8px;
  }

  .m_sorting_select span {
    position: absolute;
    right: 0;
  }

  .m_sorting_select label {
    font-size: 2.8rem;
  }

  .m_ttl_pc {
    display: none;
  }

  .m_ttl_sp {
    margin-bottom: 10px;
    padding: 0 10px;
  }

  .m_btn_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 14px 12px 0;
  }

  .m_btn_content a:focus .m_btn {
    border-radius: 5px;
    box-shadow: 0 1px 0 2px #333;
    outline: none;
  }

  .m_btn_content div {
    width: 48.2%;
  }

  .l_step2 .m_btn_content div {
    width: 100%;
  }

  .m_btn_skip {
    margin-left: 10px;
  }

  .m_btn_dialog {
    margin: 0 auto;
  }

  .m_btn_dialog p {
    font-size: 2.8rem;
    margin-top: calc(20/750*100vw);
  }

  .l_step3 .m_btn_content div {
    max-width: 100%;
    width: 100%;
  }

  .l_step2 .m_btn_content div:nth-child(n + 2) {
    margin-top: 8px;
  }

  .m_note {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 12px auto 20px 2.6rem;
    padding: 0 12.5vw 0;
    text-align: left;
    text-indent: -2.4rem;
  }

  .m_group_img {
    display: inline-block;
    min-height: calc(500/750*100vw);
    min-width: calc(500/750*100vw);
  }

  .m_group_img .m_txt {
    font-size: 2.4rem;
    line-height: 1.375;
    text-align: left;
  }

  .m_scratch_img_wrap {
    line-height: 0;
  }

  .u_first.m_scratch_img_wrap {
    left: 50%;
    margin: auto;
    max-width: none;
    padding: 0 5.466vw;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 9999;
  }

  .u_first.m_scratch_img_wrap img {
    max-width: 80vw;
    width: auto;
  }

  .m_scratch_img_wrap .m_txt {
    display: none;
  }

  .u_first .m_txt {
    display: block;
  }

  .l_pop_up .m_wrap_result {
    background-color: #fff;
    border-radius: 12px;
    bottom: 0;
    box-sizing: border-box;
    height: 77%;
    margin: calc(100/750*100vw) auto calc(64/750*100vw);
    padding: calc(23/750*100vw);
    position: relative;
    top: 0;
    width: 96%;
    word-wrap: break-word;
    z-index: 99;
  }

  .l_p11011 .l_pop_up .m_wrap_result {
    padding: calc(23/750*100vw) calc(15/750*100vw) calc(23/750*100vw) calc(23/750*100vw);
  }

  .m_body_popup {
    height: 100%;
    overflow-y: scroll;
  }

  .l_p11011 .m_body_popup {
    padding-right: 3vw;
  }

  .l_popup_content_overview .m_wrap_result h3 {
    font-weight: bold;
    line-height: calc(54/36);
    padding-bottom: calc(20/750*100vw);
    text-align: center;
  }

  .l_popup_content_overview .m_under_ttl {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(60/750*100vw);
    max-width: unset;
  }

  .l_popup_content_overview .m_under_ttl h3 {
    color: #333;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
  }

  .l_popup_content_overview .m_under_ttl .m_overview_right {
    max-width: calc(446/750*100vw);
    width: 293px;
  }

  .l_popup_content_overview .m_under_ttl .m_overview_left h3 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: calc(42/28);
  }

  .l_popup_content_overview .m_under_ttl p {
    font-size: 2.8rem;
    line-height: calc(40/28);
    text-align: left;
  }

  .l_popup_content_overview .m_overview_winning {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .l_popup_content_overview .m_overview_winning>div {
    max-width: 100%;
    width: 100%;
  }

  .l_popup_content_overview .m_overview_winning ul li {
    align-items: center;
    border-top: 2px dotted #a5a5a5;
    box-sizing: border-box;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    max-height: unset;
    padding: calc(8/750*100vw) calc(3/750*100vw) calc(3/750*100vw) 0;
  }

  .l_popup_content_overview .m_overview_winning ul li p {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 2.8rem;
    line-height: calc(42/28);
    text-align: left;
    word-break: break-all;
  }

  .l_popup_content_overview .m_overview_winning ul li p:first-child,
  .l_popup_content_overview .m_overview_winning ul li p:last-child {
    flex: 1;
  }

  .l_popup_content_overview .m_overview_winning ul li p:last-of-type {
    flex-grow: 0;
    justify-content: flex-end;
    min-width: calc(115/375*100vw);
    text-align: right;
  }

  .l_popup_content_overview .m_overview_winning ul li p.m_overview_price {
    justify-content: flex-end;
    min-width: calc(112/375*100vw);
    text-align: right;
    white-space: nowrap;
  }

  .l_popup_content_overview .m_overview_winning ul li:last-of-type {
    border-bottom: 2px dotted #a5a5a5;
  }

  .l_popup_content_overview .m_overview_winning .m_overview_right ul li {
    font-weight: bold;
    justify-content: normal;
    padding: 13px 0 11px;
  }

  .l_popup_content_overview .m_overview_winning .m_overview_right ul li p:last-of-type {
    margin-left: calc(157/750*100vw);
  }

  .l_popup_content_overview .m_under_ttl .m_overview_right h3 {
    font-size: 3rem;
    line-height: calc(40/30);
    padding-bottom: calc(20/750*100vw);
  }

  .l_popup_content_overview .m_overview_winning .m_overview_right ul li img {
    bottom: -6px;
    left: -38px;
    margin-right: calc(9/750*100vw);
    position: unset;
    width: calc(48/750*100vw);
  }

  .l_popup_content_overview .m_overview_winning .m_note_popup {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: calc(36/24);
    order: 2;
    padding: calc(41/750*100vw) 0 calc(52/750*100vw) calc(22/750*100vw);
    text-align: left;
    text-indent: calc(-22/750*100vw);
    width: 100%;
  }

  .l_pop_up_result_detail .m_wrap_result h2 {
    color: #333;
    line-height: 1.5;
    padding-bottom: calc(23/750*100vw);
  }

  .l_pop_up_result_detail .m_wrap_inner {
    margin: 0 auto;
    max-width: unset;
    width: 100%;
  }

  .l_pop_up_result_detail .m_wrap_inner .m_list_result {
    background: #fffbe6;
    box-sizing: border-box;
    font-weight: bold;
    max-height: 96.5vw;
    min-height: calc(120/375*100vw);
    overflow-y: scroll;
    padding: calc(24/750*100vw) calc(40/750*100vw) 0;
  }

  .l_pop_up_result_detail .m_wrap_inner .m_list_result::after {
    content: '';
    display: block;
    height: calc(24/750*100vw);
  }

  .l_pop_up_result_detail .m_wrap_inner .m_list_result .m_item_result {
    display: flex;
    font-size: 2.8rem;
    justify-content: space-between;
    line-height: calc(37/28);
    margin-bottom: calc(24/750*100vw);
  }

  .l_pop_up_result_detail .m_wrap_inner .m_list_result .m_item_result p {
    font-size: 2.8rem;
  }

  .l_pop_up_result_detail .m_wrap_inner .m_list_result .m_item_result p:first-child {
    display: flex;
    margin-right: 1vw;
  }

  .l_pop_up_result_detail .m_wrap_inner .m_list_result .m_item_result p:first-child span:last-child {
    align-items: center;
    display: flex;
    text-align: left;
    word-break: break-all;
  }

  .l_pop_up_result_detail .m_wrap_inner .m_list_result .m_item_result p:last-child {
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
    text-align: right;
    width: 30vw;
  }

  .l_pop_up_result_detail .m_wrap_inner .m_list_result .m_item_result:last-of-type {
    margin-bottom: 0;
  }

  .l_pop_up_result_detail .m_wrap_inner .m_list_result .m_item_result span.m_number_result {
    align-items: center;
    background-color: #818181;
    border-radius: 25px;
    color: #fff;
    display: inline-flex;
    font-size: 2.8rem;
    font-weight: bold;
    height: calc(46/750*100vw);
    justify-content: center;
    line-height: 1.3;
    margin-right: 2.3vw;
    min-width: calc(84/750*100vw);
    padding: 0 calc(5/375*100vw);
    text-align: center;
  }

  .l_pop_up_result_detail .m_wrap_result .m_note_1 {
    color: #707070;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
    margin: calc(10/750*100vw) auto calc(24/750*100vw) 0;
    max-width: 480px;
    text-align: left;
  }

  .l_pop_up_result_detail .m_btn.m_gray {
    margin-top: 2.1vw;
  }

  .l_popup_content_overview .m_overview_winning .m_overview_right figure img {
    margin: 0 auto;
    width: 100%;
  }

  .m_list_result::-webkit-scrollbar {
    width: 10px;
  }

  .m_list_result::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  .m_list_result::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }

  .m_list_result::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .l_popup_content_overview .m_overview_winning .m_overview_right {
    order: 3;
  }

  .l_popup_content_overview .m_overview_winning .m_overview_left {
    order: 1;
  }

  .l_p11032 .l_pop_up_result_detail .m_wrap_inner .m_list_result {
    height: calc(246/750*100vw);
    margin-right: 0;
    padding: calc(30/750*100vw) calc(40/750*100vw) 0;
  }

  .l_p11032 .l_pop_up_result_detail .m_wrap_inner .m_list_result::after {
    content: '';
    display: block;
    height: calc(30/750*100vw);
  }

  .l_p11032 .m_btn_content {
    margin: calc(24/750*100vw) 0 0 0;
  }

  .l_content_scratch .u_txt2 .m_sorting_select.m_select {
    display: flex;
    height: calc(64/750*100vw);
    margin: 0 calc(26/750*100vw) 0 calc(45/750*100vw);
    width: calc(173/750*100vw);
  }

  .l_step2 .m_btn_content div:nth-child(n + 2) {
    margin-top: calc(16/750*100vw);
  }

  .l_pop_up .m_btn {
    margin: 0 auto calc(23/750*100vw);
    max-width: calc(670/750*100vw);
    width: 100%;
  }

  .l_others .m_btn,
  .l_others .m_btn {
    margin: 0 auto;
    max-width: 480px;
  }

  .l_dialog_wrapper .m_btn {
    margin: 0 auto;
    max-width: calc(670/750*100vw);
    width: 100%;
  }

  .l_others .m_btn,
  .l_others .m_btn {
    margin: 0 auto;
    max-width: 480px;
  }

  .l_dialog_wrapper .m_btn {
    margin: 0 auto;
    max-width: calc(670/750*100vw);
    width: 100%;
  }

  .m_btn {
    color: #333;
  }

  .l_p11031 .l_pop_up .m_wrap_result {
    height: auto;
    margin: 10vh auto auto;
  }

  .l_p11031 .l_pop_up_result_detail .m_wrap_inner .m_list_result {
    height: 38vh;
    max-height: 375px;
    min-height: 55px;
  }

  .l_p11022 .m_btn span {
    width: 100%;
  }

  .l_popup_content_overview .l_popup.m_btn {
    margin: calc(60/750*100vw) auto calc(23/750*100vw);
  }
}

@media all and (min-width: 769px) {
  .m_btn {
    align-items: center;
    border: solid 0;
    border-radius: 4px;
    box-shadow: 0 3px 6px #dcdcdc;
    display: flex;
    flex-direction: initial;
    flex-wrap: wrap;
    font-size: 2.8rem;
    font-weight: bold;
    height: calc(43/375*100vw);
    justify-content: center;
    text-decoration: none;
    transition: .5s;
    width: 100%;
  }

  .l_pop_up .m_wrap_result {
    overflow: hidden;
  }

  .l_pop_up .m_wrap_result {
    max-height: 85%;
  }

  .l_p11031 .l_pop_up .m_wrap_result {
    margin: auto 0;
    max-height: none;
  }


  .l_pop_up .m_wrap_result .m_body_popup {
    max-height: calc(100vh - 200px);
  }

  .l_p11011 .l_pop_up .m_wrap_result .m_body_popup {
    padding-right: 10px;
  }

  .m_body_popup {
    max-height: calc(100vh - 185px);
    overflow: auto;
    padding: 0 0 10px 0;
  }

  .m_btn span {
    font-size: 2.3rem;
  }

  .m_btn_dialog p {
    font-size: 1.6rem;
    margin-top: 20px;
  }

  .m_btn {
    border-radius: 8px;
    font-size: 1.8rem;
    height: 48px;
  }

  .m_btn.m_btn_twoLow {
    font-size: 1.6rem;
  }

  .m_btn.m_btn_twoLow span {
    font-size: 1.3rem;
  }

  .m_terms span {
    font-size: 1.5rem;
  }

  .m_img_progressbar {
    margin: 0 auto;
    width: 1080px;
  }

  .m_img_progressbar img {
    max-width: 600px;
  }

  .m_img_pc {
    display: block;
    margin: 0 auto;
  }

  .m_img_sp {
    display: none;
  }

  .m_sorting_all {
    width: 210px;
  }

  .m_sorting_all p {
    font-size: 1.8rem;
  }

  .m_sorting_select.m_select {
    border-radius: 8px;
    width: 140px;
  }

  .m_sorting_select.m_select select {
    font-size: 1.4rem;
    padding: 7px 28px 7px 8px;
  }

  .m_sorting_select.m_select::before {
    font-size: 1.6rem;
    right: 1.5em;
    top: .1em;
  }

  .m_ttl_sp {
    display: none;
  }

  .m_ttl_pc {
    display: block;
    margin-bottom: 15px;
    max-width: 480px;
    text-align: left;
  }

  .m_btn_content {
    margin: 14px 0 0;
    max-width: 480px;
  }

  .m_btn_content div {
    margin-top: 0;
    max-width: 49%;
    width: 230px;
  }

  .l_step2 .m_btn_content div {
    max-width: 100%;
    width: 480px;
  }

  .m_btn_dialog {
    margin: 0;
  }

  .m_btn_dialog button {
    font-size: 1.6rem;
    margin-top: 20px;
  }

  .l_step2 .m_btn_content div:nth-child(n+2) {
    margin-top: 20px;
  }

  .m_note {
    font-size: 1.4rem;
    margin: 30px auto 20px;
    padding: 0;
    text-align: center;
    text-indent: 1.4rem;
    width: 1080px;
  }

  .m_group_img {
    align-items: flex-start;
    display: flex;
    min-height: 250px;
    min-width: 250px;
    position: relative;
  }

  .m_group_img .m_txt {
    font-size: 1.6rem;
    left: 0;
    position: absolute;
    top: 100%;
  }

  .u_first.m_scratch_img_wrap img {
    max-width: 420px;
    width: auto;
  }

  .l_pop_up .m_wrap_result {
    flex-shrink: 0;
    margin: 115px 0 10px;
    overflow: initial;
    padding: 34px 30px 50px;
    width: 1080px;
  }

  .l_p11011 .l_pop_up .m_wrap_result {
    padding: 34px 20px 50px 30px;
  }

  .l_pop_up .m_wrap_result h3 {
    line-height: 1.5;
    padding-bottom: 16px;
  }

  .l_popup_content_overview .m_under_ttl {
    margin: 0 auto 10px;
    max-width: 620px;
  }

  .l_popup_content_overview .m_under_ttl .m_overview_right {
    width: 417px;
  }

  .l_popup_content_overview .m_under_ttl .m_overview_left h3 {
    font-size: 2rem;
    line-height: 1.5;
  }

  .l_popup_content_overview .m_under_ttl p {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .l_popup_content_overview .m_overview_winning {
    width: calc(100% - 20px);
  }

  .l_popup_content_overview .m_overview_winning>div {
    max-width: calc(50% - 8px);
  }

  .l_popup_content_overview .m_overview_winning ul li {
    padding: 11px 30px 11px;
  }

  .l_popup_content_overview .m_overview_winning ul li p {
    display: block;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .l_popup_content_overview .m_overview_winning ul li p:last-of-type {
    min-width: 155px;
  }

  .l_popup_content_overview .m_overview_winning ul li p.m_overview_price {
    min-width: 155px;
    white-space: inherit;
  }

  .l_popup_content_overview .m_overview_winning .m_overview_right ul li p:last-of-type {
    margin-left: 150px;
  }

  .l_popup_content_overview .m_under_ttl .m_overview_right h3 {
    font-size: 2rem;
    line-height: 1.5;
    padding-bottom: 16px;
  }

  .l_popup_content_overview .m_overview_winning .m_overview_right ul li img {
    position: absolute;
  }

  .l_popup_content_overview .m_overview_winning .m_note_popup {
    font-size: 1.4rem;
    line-height: calc(21/14);
    padding: 10px 0 0 1em;
    text-indent: -1em;
  }

  .l_pop_up_result_detail .m_wrap_inner {
    max-width: 480px;
  }

  .l_pop_up_result_detail .m_wrap_inner .m_list_result {
    margin-right: 0;
    max-height: 378px;
    min-height: 131px;
    padding: 20px 25px 0 20px;
  }

  .l_pop_up_result_detail .m_wrap_inner .m_list_result::after {
    content: '';
    display: block;
    height: 8px;
  }

  .l_pop_up_result_detail .m_wrap_inner .m_list_result .m_item_result {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .l_pop_up_result_detail .m_wrap_inner .m_list_result .m_item_result p {
    font-size: 1.6rem;
  }

  .l_pop_up_result_detail .m_wrap_inner .m_list_result .m_item_result p:first-child {
    margin-right: 10px;
  }

  .l_pop_up_result_detail .m_wrap_inner .m_list_result .m_item_result p:last-child {
    width: 130px;
  }

  .l_pop_up_result_detail .m_wrap_inner .m_list_result .m_item_result span.m_number_result {
    display: inline-block;
    font-size: 1.9rem;
    height: 24px;
    margin-right: 52px;
    min-width: 42px;
    padding: .1rem 5px;
    width: auto;
  }

  .l_pop_up_result_detail .m_wrap_result .m_note_1 {
    font-size: 1.6rem;
    margin: 0 auto 18px;
  }

  .l_pop_up_result_detail .m_btn.m_gray {
    margin-top: 20px;
  }

  .l_popup_content_overview .m_overview_winning .m_overview_right figure img {
    margin: 0 auto;
    width: 500px;
  }

  .l_popup_content_overview .m_overview_winning .m_overview_right {
    order: inherit;
  }

  .l_popup_content_overview .m_overview_winning .m_overview_left {
    order: inherit;
  }

  .l_content_scratch .u_txt2 .m_sorting_select.m_select {
    height: 28px;
    margin: 0 9px 0 25px;
    width: 120px;
  }

  .l_step2 .m_btn_content div:nth-child(n + 2) {
    margin-top: 20px;
  }

  .l_content_scratch .u_txt2 .m_sorting_select.m_select {
    margin: 0 9px 0 25px;
    width: 120px;
  }

  .l_pop_up .m_btn {
    margin: 0 auto;
    max-width: 480px;
  }

  .l_pop_up_result_detail.l_content_scratch .m_wrap_inner .m_list_result {
    max-height: 250px;
    min-height: 180px;
    padding: 10px 22px 0;
  }

  .l_pop_up_result_detail.l_content_scratch .m_wrap_inner .m_list_result::after {
    content: '';
    display: block;
    height: 10px;
  }

  .m_scratch_img_wrap .m_txt {
    display: none;
  }

  .l_others .m_btn,
  .l_others .m_btn {
    margin: 0 auto;
    max-width: 480px;
  }

  .l_dialog_wrapper .m_btn {
    margin: 0 auto;
    max-width: 480px;
  }

  .l_others .m_btn,
  .l_others .m_btn {
    margin: 0 auto;
    max-width: 480px;
  }

  .l_dialog_wrapper .m_btn {
    margin: 0 auto;
    max-width: 480px;
  }

  .l_p11031 .l_pop_up_result_detail .m_wrap_inner .m_list_result {
    height: calc(100vh - 480px);
  }

  .l_p11032 .m_btn_content {
    margin: 25px 0 0 0;
  }

  .l_p11022 .m_btn span {
    font-size: 1.8rem;
    width: auto;
  }

  .l_pop_up_result_detail .m_wrap_result h2 {
    padding-bottom: 25px;
  }

  .l_popup_content_overview .l_popup.m_btn {
    margin: 30px auto 0;
    max-width: 480px;
  }

  .m_wrap_result a {
    display: block;
    margin: 0 auto;
    max-width: 480px;
  }
}

@media all and (max-height: 500px) {
  .l_p11031 .l_pop_up .m_wrap_result {
    margin: 6vw 0 auto;
  }
}
