@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: #dae1e7;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: .5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

.sqex-footer-shares img {
  height: 25px;
}

body {
  background-color: #fff;
  margin: 0;
  　padding: 0;
  min-width: 1100px;
  font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;

  @media (max-width: 640px) {
  }

  @media (min-width: 641px) {
  }
}

@media (max-width: 640px) {
  body {
    min-width: auto;
  }
}

body div,
body p,
body ul,
body li,
body h1 {
  padding: 0;
  margin: 0;
}

body li {
  list-style-type: none;
}

body img {
  vertical-align: top;
}

body a {
  color: #555;
  text-decoration: underline;
}

body a:hover {
  text-decoration: none;
}

body a:hover img {
  position: relative;
  top: 1px;
  left: 1px;
}

.contents {
  color: #555;
  padding-bottom: 60px;
  background: 0 0/auto repeat url(../img/bg_cont.png);
}

@media (max-width: 640px) {
  .contents {
    padding-bottom: 0;
  }
}

@media (max-width: 640px) {
  .contents img {
    max-width: 100%;
    height: auto;
  }
}

.contents h2 {
  text-align: center;
}

.header {
  text-indent: -9999px;
  padding-top: 45%;
  background: center 0/100% no-repeat url(../img/header.png);
}

@media (max-width: 640px) {
  .header {
    padding-top: 100%;
    background: center 0/100% no-repeat url(../img/sp/header.png);
  }
}

.kikan,
.tokuten,
.result h2 {
  text-align: center;
  padding: 58px 0;
  margin-bottom: 5px;
  border-top: 5px solid #fff708;
  border-bottom: 5px solid #fff708;
  background: 0 0/auto repeat url(../img/bg_red.png);
  position: relative;
}

@media (max-width: 640px) {
  .kikan,
  .tokuten,
  .result h2 {
    padding: 5% 0;
  }
}

.kikan:before,
.tokuten:before,
.result h2:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: calc(100% + 2px);
  z-index: 1;
  border-top: 5px solid #b80c0c;
}

.kikan:after,
.tokuten:after,
.result h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  width: calc(100% + 2px);
  z-index: 1;
  border-top: 5px solid #b80c0c;
}

@media (max-width: 640px) {
  .kikan p,
  .tokuten p,
  .result h2 p {
    padding: 0 5%;
  }
}

.oshimen {
  width: 1100px;
  margin: 0 auto;
  padding: 76px 0 68px;
}

@media (max-width: 640px) {
  .oshimen {
    width: 100%;
    padding: 8% 5%;
  }
}

.oshimen p {
  margin-top: 49px;
}

@media (max-width: 640px) {
  .oshimen p {
    margin-top: 3%;
  }
}

.badge {
  text-align: center;
  padding: 58px 0;
  margin-bottom: 5px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  background: 0 0/auto repeat url(../img/bg_yellow.png);
  position: relative;
}

@media (max-width: 640px) {
  .badge {
    padding: 5% 0;
  }
}

.badge:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: calc(100% + 2px);
  z-index: 1;
  border-top: 5px solid #fff90e;
}

.badge:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  width: calc(100% + 2px);
  z-index: 1;
  border-top: 5px solid #fff90e;
}

@media (max-width: 640px) {
  .badge p {
    padding: 0 9%;
  }
}

.badge ul {
  font-size: 0;
  margin-top: 36px;
}

@media (max-width: 640px) {
  .badge ul {
    margin-top: 3%;
    padding: 0 5%;
  }
}

.badge ul li {
  display: inline-block;
}

@media (max-width: 640px) {
  .badge ul li {
    width: 49%;
  }
}

.badge ul li:first-child {
  margin-right: 30px;
}

@media (max-width: 640px) {
  .badge ul li:first-child {
    margin-right: 2%;
  }
}

.vote {
  padding: 76px 0 68px;
}

@media (max-width: 640px) {
  .vote {
    padding: 8% 5%;
  }
}

.vote h2 + p {
  margin-top: 39px;
  text-align: center;
}

@media (max-width: 640px) {
  .vote h2 + p {
    margin-top: 15px;
  }
}

.vote ul {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  margin-top: 50px;
}

@media (max-width: 640px) {
  .vote ul {
    width: 100%;
    margin-top: 15px;
  }
}

.vote ul li {
  width: 177px;
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 18px 0;
}

@media (max-width: 640px) {
  .vote ul li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
}

.vote ul li p:last-child {
  margin-top: -1px;
}

.vote ul li:nth-of-type(5n) {
  margin-right: 0;
}

@media (max-width: 640px) {
  .vote ul li:nth-of-type(5n) {
    margin-right: 2%;
  }
}

.vote ul li:nth-of-type(n+30) {
  margin-right: 6px;
}

@media (max-width: 640px) {
  .vote ul li:nth-of-type(n+30) {
    margin-right: 2%;
  }
}

@media (max-width: 640px) {
  .vote ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .tokuten {
    padding: 8% 0 5%;
  }
}

@media (max-width: 640px) {
  .tokuten h2 {
    padding: 0 5%;
  }
}

.tokuten ul {
  width: 1100px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .tokuten ul {
    width: 100%;
    padding: 0 5% 5%;
  }
}

.tokuten ul li {
  margin-top: 25px;
}

.past {
  padding-top: 64px;
  text-align: center;
}

@media (max-width: 640px) {
  .past {
    padding: 5%;
  }
}

.past ul {
  width: 1100px;
  margin: 45px auto;
  font-size: 0;
}

@media (max-width: 640px) {
  .past ul {
    width: 100%;
    margin: 5% 0;
    text-align: left;
  }
}

.past ul li {
  display: inline-block;
  margin: 0 16px;
}

@media (max-width: 640px) {
  .past ul li {
    width: 31%;
    margin: 0 2% 2% 0;
  }
}

/*------------------------------------
　結果発表
------------------------------------*/

.result {
  padding-bottom: 50px;
}

@media (max-width: 640px) {
  .result h2 img {
    padding: 0 12%;
  }
}

.result-wrapper {
  width: 1100px;
  margin: 50px auto 0;
  padding-bottom: 50px;
  color: #333;
}

@media (max-width: 640px) {
  .result-wrapper {
    width: 100%;
    padding: 5%;
    margin-top: 0;
    box-sizing: border-box;
  }
}

.result-wrapper .result-title {
  text-align: center;
  margin-bottom: 20px;
}

.result-wrapper .result-top3 {
  width: 1061px;
  margin: 20px 0;
  font-size: 50px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .result-wrapper .result-top3 {
    width: 100%;
    padding: 0 0 5%;
    margin: 0;
    font-size: 13px;
    font-size: 4.0625vw;
    box-sizing: border-box;
  }
}

.result-wrapper .result-top3 li {
  height: 128px;
  padding: 0 0 9px 0;
  margin-bottom: 2px;
}

@media (max-width: 640px) {
  .result-wrapper .result-top3 li {
    height: auto;
    background-size: 150% !important;
    background-position: 0 bottom !important;
    margin-bottom: 0px;
    padding-bottom: 1%;
  }
}

.result-wrapper .result-top3 dt {
  width: 740px;
  line-height: 128px;
  padding-left: 157px;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .result-wrapper .result-top3 dt {
    width: 65%;
    line-height: 1;
    padding: 1% 5% 0 14%;
    background-size: auto 77% !important;
    background-position: left 0 bottom 2px !important;
  }
}

.result-wrapper .result-top3 dt span {
  width: 160px;
  position: relative;
  bottom: -7px;
  display: inline-block;
}

@media (max-width: 640px) {
  .result-wrapper .result-top3 dt span {
    width: 35%;
    bottom: 0;
    padding: 0 2%;
    vertical-align: middle;
  }
}

.result-wrapper .result-top3 dd {
  width: 300px;
  color: #888;
  line-height: 128px;
  text-align: right;
  vertical-align: middle;
  display: inline-block;
}

@media (max-width: 640px) {
  .result-wrapper .result-top3 dd {
    width: auto;
    line-height: 1;
    float: right;
    padding: 5% 5% 0 0;
  }
}

.result-wrapper .result-top15 {
  width: 1045px;
  margin: 0 0 0 15px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .result-wrapper .result-top15 {
    width: 100%;
    margin: 0;
    padding: 0 0 5%;
    box-sizing: border-box;
  }
}

.result-wrapper .result-top15 li {
  padding: 35px 0;
  width: 33.3%;
}

@media (max-width: 640px) {
  .result-wrapper .result-top15 li {
    padding: 5% 0;
    width: 50%;
    background-size: 285% !important;
  }
}

.result-wrapper .result-top15 li span.number {
  width: 80px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .result-wrapper .result-top15 li span.number {
    width: 19%;
    font-size: 13px;
    font-size: 3.04688vw;
  }
}

.result-wrapper .result-top15 li span.name {
  width: 190px;
  font-size: 20px;
  display: inline-block;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .result-wrapper .result-top15 li span.name {
    width: 41%;
    font-size: 13px;
    font-size: 3.04688vw;
  }
}

.result-wrapper .result-top15 li span.vote {
  width: 78px;
  color: #888;
  font-size: 14px;
  text-align: right;
  padding: 0 10px 0 0;
  display: inline-block;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .result-wrapper .result-top15 li span.vote {
    width: 40%;
    padding-right: 3%;
    font-size: 13px;
    font-size: 3.04688vw;
  }
}

.result-wrapper .result-bottom {
  width: 1045px;
  margin: 0 0 0 15px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .result-wrapper .result-bottom {
    width: 100%;
    padding: 0 0 5%;
    margin: 0;
    box-sizing: border-box;
  }
}

.result-wrapper .result-bottom li {
  width: 25%;
  font-size: 18px;
  text-align: center;
  padding: 22px 0;
}

@media (max-width: 640px) {
  .result-wrapper .result-bottom li {
    font-size: 13px;
    font-size: 3.04688vw;
    padding: 3% 0 3% 0;
    display: block;
    background-size: 580% !important;
  }
}

.result-wrapper .result-bottom li:first-child {
  width: 50%;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .result-wrapper .result-bottom li:first-child {
    font-size: 13px;
    font-size: 3.04688vw;
    background-size: 285% !important;
  }
}

.result-wrapper.pretty .result-top3 li {
  background: right bottom/auto no-repeat url(../img/result/line_dot_pink.png);
}

.result-wrapper.pretty .result-top3 li:nth-of-type(1) dt {
  background: 0 0/auto no-repeat url(../img/result/pretty_no1.png);
}

.result-wrapper.pretty .result-top3 li:nth-of-type(2) dt {
  background: 0 0/auto no-repeat url(../img/result/pretty_no2.png);
}

.result-wrapper.pretty .result-top3 li:nth-of-type(3) dt {
  background: 0 0/auto no-repeat url(../img/result/pretty_no3.png);
}

.result-wrapper.pretty .result-top3 li:nth-of-type(4) dt {
  background: 0 0/auto no-repeat url(../img/result/pretty_no4.png);
}

.result-wrapper.pretty .result-top3 li:nth-of-type(5) dt {
  background: 0 0/auto no-repeat url(../img/result/pretty_no5.png);
}

.result-wrapper.pretty .result-top15 li,
.result-wrapper.pretty .result-bottom li {
  background: 0 bottom/auto repeat-x url(../img/result/line_dot_pink.png);
}

.result-wrapper.pretty .result-top15 span.number,
.result-wrapper.pretty .result-bottom span.number {
  color: #ff8ece;
}

@media (min-width: 641px) {
  .result-wrapper.pretty .result-top15 {
    background: 0 bottom/auto repeat-x url(../img/result/line_dot_pink.png);
  }

  .result-wrapper.pretty .result-top15 li:last-child {
    background: none;
  }
}

.result-wrapper.pretty .result-bottom li:first-child {
  color: #ff8ece;
}

.result-wrapper.cool .result-top3 li {
  background: right bottom/auto no-repeat url(../img/result/line_dot_blue.png);
}

.result-wrapper.cool .result-top3 li:nth-of-type(1) dt {
  background: 0 0/auto no-repeat url(../img/result/cool_no1.png);
}

.result-wrapper.cool .result-top3 li:nth-of-type(2) dt {
  background: 0 0/auto no-repeat url(../img/result/cool_no2.png);
}

.result-wrapper.cool .result-top3 li:nth-of-type(3) dt {
  background: 0 0/auto no-repeat url(../img/result/cool_no3.png);
}

.result-wrapper.cool .result-top3 li:nth-of-type(4) dt {
  background: 0 0/auto no-repeat url(../img/result/cool_no4.png);
}

.result-wrapper.cool .result-top3 li:nth-of-type(5) dt {
  background: 0 0/auto no-repeat url(../img/result/cool_no5.png);
}

.result-wrapper.cool .result-top15 li,
.result-wrapper.cool .result-bottom li {
  background: 0 bottom/auto repeat-x url(../img/result/line_dot_blue.png);
}

.result-wrapper.cool .result-top15 span.number,
.result-wrapper.cool .result-bottom span.number {
  color: #45dae3;
}

@media (min-width: 641px) {
  .result-wrapper.cool .result-top15 {
    background: 0 bottom/auto repeat-x url(../img/result/line_dot_blue.png);
  }

  .result-wrapper.cool .result-top15 li:last-child {
    background: none;
  }
}

.result-wrapper.cool .result-bottom li:first-child {
  color: #45dae3;
}

.result-wrapper.active .result-top3 li {
  background: right bottom/auto no-repeat url(../img/result/line_dot_orange.png);
}

.result-wrapper.active .result-top3 li:nth-of-type(1) dt {
  background: 0 0/auto no-repeat url(../img/result/active_no1.png);
}

.result-wrapper.active .result-top3 li:nth-of-type(2) dt {
  background: 0 0/auto no-repeat url(../img/result/active_no2.png);
}

.result-wrapper.active .result-top3 li:nth-of-type(3) dt {
  background: 0 0/auto no-repeat url(../img/result/active_no3.png);
}

.result-wrapper.active .result-top3 li:nth-of-type(4) dt {
  background: 0 0/auto no-repeat url(../img/result/active_no4.png);
}

.result-wrapper.active .result-top3 li:nth-of-type(5) dt {
  background: 0 0/auto no-repeat url(../img/result/active_no5.png);
}

.result-wrapper.active .result-top15 li,
.result-wrapper.active .result-bottom li {
  background: 0 bottom/auto repeat-x url(../img/result/line_dot_orange.png);
}

.result-wrapper.active .result-top15 span.number,
.result-wrapper.active .result-bottom span.number {
  color: #ffb400;
}

@media (min-width: 641px) {
  .result-wrapper.active .result-top15 {
    background: 0 bottom/auto repeat-x url(../img/result/line_dot_orange.png);
  }

  .result-wrapper.active .result-top15 li:last-child {
    background: none;
  }
}

.result-wrapper.active .result-bottom li:first-child {
  color: #ffb400;
}

.result-wrapper.total .result-top3 li {
  background: right bottom/auto no-repeat url(../img/result/line_dot_gray.png);
}

.result-wrapper.total .result-top3 li:nth-of-type(1) {
  height: 152px;
}

@media (max-width: 640px) {
  .result-wrapper.total .result-top3 li:nth-of-type(1) {
    height: auto;
  }
}

.result-wrapper.total .result-top3 li:nth-of-type(1) dt {
  background: 0 0/auto no-repeat url(../img/result/total_no1.png);
  line-height: 152px;
}

@media (max-width: 640px) {
  .result-wrapper.total .result-top3 li:nth-of-type(1) dt {
    background-size: auto 92% !important;
    line-height: 1;
  }
}

.result-wrapper.total .result-top3 li:nth-of-type(1) dt span {
  bottom: -30px;
}

@media (max-width: 640px) {
  .result-wrapper.total .result-top3 li:nth-of-type(1) dt span {
    bottom: 0;
  }
}

.result-wrapper.total .result-top3 li:nth-of-type(1) dd {
  line-height: 152px;
}

@media (max-width: 640px) {
  .result-wrapper.total .result-top3 li:nth-of-type(1) dd {
    line-height: 1;
  }
}

.result-wrapper.total .result-top3 li:nth-of-type(2) dt {
  background: 12px 0/auto no-repeat url(../img/result/total_no2.png);
}

.result-wrapper.total .result-top3 li:nth-of-type(3) dt {
  background: 12px 0/auto no-repeat url(../img/result/total_no3.png);
}

.result-wrapper.total .result-top15 li,
.result-wrapper.total .result-bottom li {
  background: 0 bottom/auto repeat-x url(../img/result/line_dot_gray.png);
}

.result-wrapper.total .result-top15 span.number,
.result-wrapper.total .result-bottom span.number {
  color: #a70808;
}

.result-wrapper.total .result-bottom li:first-child {
  color: #a70808;
}
