<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pc_ {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .pc_ {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .pc_ {
    display: block;
  }
}

.sp_ {
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .sp_ {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .sp_ {
    display: none;
  }
}

:root {
  --default-color: #454545;
  --primary_color: #333;
}

.contents_stj {
  max-width: 100%;
  margin: 0 auto;
  color: var(--default-color);
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 15px;
  font-weight: normal;
  text-align: justify;
}
.contents_stj li {
  list-style: none;
}
.contents_stj a {
  text-decoration: none;
}
.contents_stj a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.contents_stj img {
  width: 100%;
  vertical-align: top;
}
.contents_stj .background_ {
  background-color: #fff;
}

#contents_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
#contents_wrapper #first_view {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #contents_wrapper #first_view {
    max-width: 450px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 599px) {
  #contents_wrapper #first_view {
    max-width: 90vw;
    padding: 20px 0 0;
  }
}
#contents_wrapper .r_text {
  text-align: center;
  font-size: 19px;
  border-top: solid 1px #333;
  padding: 10px 0 13px;
  margin: 0px auto 5px;
  max-width: 600px;
}
@media screen and (max-width: 599px) {
  #contents_wrapper .r_text {
    max-width: 90vw;
    margin: 18px auto 0px;
    font-size: 14px;
    border-top: solid 0.5px #333;
  }
}
#contents_wrapper .r_text span {
  font-size: 160%;
  display: inline-block;
  font-weight: 600;
  margin-bottom: -3px;
}
#contents_wrapper .r_text span::after {
  content: "";
  border-bottom: solid 10px #f8f29e;
  display: block;
  margin: -15px 0 10px;
  width: 220px;
}
@media screen and (max-width: 599px) {
  #contents_wrapper .r_text span::after {
    width: 45vw;
  }
}

@media screen and (min-width: 600px) and (max-width: 999px) {
  #main_contents {
    max-width: 90vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  #main_contents {
    max-width: 94vw;
    margin: 0 auto;
  }
}

#ranking_ ul.btn_container {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #ranking_ ul.btn_container {
    gap: 12px;
  }
}
@media screen and (max-width: 599px) {
  #ranking_ ul.btn_container {
    flex-wrap: wrap;
    gap: 10px;
  }
}
#ranking_ ul.btn_container li.btn_ {
  max-width: 300px;
}
@media screen and (max-width: 599px) {
  #ranking_ ul.btn_container li.btn_ {
    max-width: 44vw;
  }
}

#footer_ hr {
  height: 1px;
  background-color: var(--default-color);
  border: none;
  max-width: 1000px;
  margin: 30px auto;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #footer_ hr {
    width: 90vw;
  }
}
@media screen and (max-width: 599px) {
  #footer_ hr {
    width: 90vw;
    margin: 30px auto;
  }
}
#footer_ .feature_ {
  border: solid 1px var(--primary_color);
  background-color: var(--background_color);
  padding: 10px 0;
  text-align: center;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #footer_ .feature_ {
    width: 90vw;
  }
}
#footer_ .feature_ a {
  display: block;
  color: var(--primary_color);
  text-decoration: none;
}
#footer_ ul.sns_btn_container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 30px 0 70px;
}
#footer_ ul.sns_btn_container li.sns_btn {
  width: 35px;
}
#footer_ ul.sns_btn_container li.sns_btn a {
  text-decoration: none;
}
#footer_ ul.sns_btn_container li.sns_btn a img {
  width: 100%;
  vertical-align: top;
}/*# sourceMappingURL=2307all_frirst-harf_ranking.css.map */</pre></body></html>