/************************************************************
 * reset
 ************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

a, img {
  border: none;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  text-align: left;
  font-weight: normal; }

body {
  line-height: 1.2;
  -webkit-text-size-adjust: none; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle;
  margin: 0;
  padding: 0; }

input, select, textarea {
  font-size: 105%; }

ul, ol, li {
  list-style-position: outside;
  vertical-align: bottom; }

h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
  font-weight: normal; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  color: #333;
  font-size: 12px;
  line-height: 1; }

article, footer, header, nav, section {
  display: block; }

body, button, input, select, textarea {
  font-family: sans-serif; }

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

textarea {
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #06c;
  text-decoration: none; }
  a:visited {
    color: #06c; }

a, label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a.is-touch {
  opacity: .8; }

.l-section_h2 {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px; }

.l-section_h3 {
  margin-top: 28px;
  margin-left: 10px;
  margin-right: 10px; }

.l-articleitem {
  margin-top: 28px;
  margin-left: 10px;
  margin-right: 10px; }

.l-rankingitem {
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: none; }
  .l-rankingitem > li {
    border-bottom: 1px solid #f1ecd7; }
  .l-rankingitem.is-active {
    display: block; }

.l-rankingitem_provisional {
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px; }
  .l-rankingitem_provisional > li {
    border-bottom: 1px solid #f1ecd7; }
  .l-rankingitem_provisional.is-active {
    display: block; }

.l-ranktoggle {
  margin-top: 20px; }
  .l-ranktoggle.l-ranktoggle--low {
    margin-top: 10px; }
  .l-ranktoggle:first-child {
    background: #fafafa; }

.l-action {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px; }

.l-btnlink {
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px; }
  .l-btnlink > li {
    margin-top: 10px; }
    .l-btnlink > li:first-child {
      margin-top: 0; }
  .l-btnlink.l-btnlink--single {
    margin-top: 0; }

.l-pressrelease {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px; }

.l-breadcrumb {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px; }

.l-snsbar {
  margin: 20px 10px 0px 10px; }

.l-sidebar_link {
  margin-top: 4px; }

.l-desctext {
  margin-top: 10px; }

.l-ranklist {
  margin-top: 20px; }

.l-leadtext {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px; }

.l-censure {
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
.rankitem_header:after, .censure:after {
  content: "";
  display: block;
  clear: both; }

.header .header-read {
  padding: 3px 10px;
  background-color: #17833a;
  color: #fff;
  font-size: 10px; }

.header .header-contents {
  padding: 9px 10px 6px;
  display: flex;
  justify-content: space-between; }
  .header .header-contents .header-contents-logoarea {
    display: block; }
  .header .header-contents .header-contents-nav {
    display: block;
    margin-top: 4px; }

.header_menubtn {
  display: block;
  width: 20px;
  height: 20px; }
  .header_menubtn .header_menubtn-bar {
    display: block;
    width: 20px;
    height: 4px;
    background-color: #17833a;
    border-radius: 2px;
    text-indent: -9999px; }
    .header_menubtn .header_menubtn-bar:before, .header_menubtn .header_menubtn-bar:after {
      content: '';
      display: block;
      width: 20px;
      height: 4px;
      background-color: #17833a;
      border-radius: 2px; }
    .header_menubtn .header_menubtn-bar:before {
      transform: translateY(14px); }
    .header_menubtn .header_menubtn-bar:after {
      transform: translateY(3px); }

.section_h1 {
  background: #fafafa; }
  .section_h1 .section_h1-body {
    margin-top: 20px;
    padding-bottom: 20px; }

.section_h2 .section_h2-body {
  margin-top: 17px; }

.section_h2.section_h2--other {
  padding: 20px 10px;
  background-color: #f1f0e8;
  border-radius: 10px; }
  .section_h2.section_h2--other .section_h2-header {
    text-align: center; }

.articleitem .articleitem-title > h3 {
  font-size: 16px;
  color: #09881f;
  line-height: 1.3; }

.articleitem .articleitem-text {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
  line-height: 1.6; }

.mv {
  height: 150px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 568px 150px; }
  .mv.mv--kanto {
    background-image: url(/edit/sumi_machi/2020/img/smp-detail_kanto.jpg); }
  .mv.mv--kansai {
    background-image: url(/edit/sumi_machi/2020/img/smp-detail_kansai.jpg); }

.maintitle {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px; }
  .maintitle .maintitle-text {
    font-size: 24px; }
  .maintitle:before {
    content: "";
    margin-right: 10px;
    min-width: 50px;
    background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
    background-size: 50px 592px;
    background-position: 0px -542px;
    width: 50px;
    height: 50px; }

.desctext {
  color: #666;
  font-size: 14px;
  line-height: 1.6; }

.ranking {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 15px; }
  .ranking .ranking-rate {
    margin-left: 10px; }
  .ranking .ranking-data {
    flex: 1;
    margin-left: 30px;
    padding-top: 5px; }
    .ranking .ranking-data .ranking-data-lower {
      margin-top: 6px;
      padding-bottom: 5px; }
  .ranking .ranking-data_col {
    flex: 1;
    margin-left: 30px; }
  .ranking:link, .ranking:visited {
    color: #333; }
  .ranking.is-hover {
    background: #ffce00; }
  .ranking.ranking--low {
    padding-left: 20px; }
    .ranking.ranking--low .ranking-rate {
      margin-left: 15px; }
    .ranking.ranking--low .ranking-data {
      margin-left: 35px; }
  .ranking.ranking--lownolink {
    padding: 6px 15px 6px 20px; }
    .ranking.ranking--lownolink .ranking-rate {
      margin-left: 15px; }
    .ranking.ranking--lownolink .ranking-data {
      padding-top: 0px;
      margin-left: 35px; }
  .ranking.ranking--highernolink .ranking-rate {
    margin-left: 15px; }
  .ranking.ranking--highernolink .ranking-data {
    padding-top: 0px; }

.ranking_column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.2; }
  .ranking_column .ranking_column-title {
    flex: 1 1 70%; }
  .ranking_column .ranking_column-data {
    flex: 1 0 auto;
    text-align: right; }
  .ranking_column .ranking_column-name {
    font-size: 20px; }
  .ranking_column .ranking_column-trainline {
    font-size: 12px; }
  .ranking_column .ranking_column-score {
    margin-top: 4px;
    font-size: 11px; }

.ranking_info {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .ranking_info .ranking_info-item {
    font-size: 12px; }
  .ranking_info .ranking_info-arrow {
    top: -3px;
    right: 2px; }
  .ranking_info.ranking_info--title .ranking_info-item {
    font-size: 20px; }
  .ranking_info.ranking_info--single {
    justify-content: flex-end; }

.rankingitem {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 16px; }
  .rankingitem .rankingitem-rank {
    margin-right: 33px; }

.ranktoggle {
  display: flex;
  height: 55px;
  padding-left: 50px;
  padding-right: 10px;
  justify-content: center;
  align-items: center;
  background: #f1f0e8;
  border-bottom: 6px solid #d1d0c9; }
  .ranktoggle .ranktoggle-text {
    flex: 1;
    color: #5e573c;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3; }
  .ranktoggle:link, .ranktoggle:visited {
    color: #5e573c; }
  .ranktoggle:after {
    content: "";
    background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
    background-size: 50px 592px;
    background-position: 0px -44px;
    width: 18px;
    height: 18px;
    margin-left: 22px; }
  .ranktoggle.is-hover {
    background: #e6e4d3;
    border-bottom: 6px solid #c7c6b7; }
  .ranktoggle.is-active:after {
    background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
    background-size: 50px 592px;
    background-position: 0px 0px;
    width: 18px;
    height: 3px; }

.action {
  padding: 20px 10px;
  background-color: #f1f0e8;
  border-radius: 10px; }

.btnlink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 68px;
  padding-left: 26px;
  padding-right: 12px;
  padding-bottom: 6px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px -6px 0px 0px #dddddd inset; }
  .btnlink .btnlink-text {
    flex: 1;
    color: #333;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center; }
  .btnlink.btnlink--normalfont .btnlink-text {
    font-weight: normal; }
  .btnlink.is-hover {
    background-color: #ffd200;
    box-shadow: 0px -6px 0px 0px #ddb600 inset; }
  .btnlink.btnlink--green {
    padding-left: 26px; }
    .btnlink.btnlink--green.is-hover {
      background-color: #6fba2c;
      box-shadow: 0px -6px 0px 0px #60a126 inset; }
  .btnlink.btnlink--crown {
    padding-left: 12px; }
    .btnlink.btnlink--crown .btnlink-text {
      margin-left: 10px;
      text-align: left; }
    .btnlink.btnlink--crown:before {
      content: "";
      background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
      background-size: 50px 592px;
      background-position: 0px -3px;
      width: 20px;
      height: 13px; }
    .btnlink.btnlink--crown.is-hover:before {
      background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
      background-size: 50px 592px;
      background-position: 0px -16px;
      width: 20px;
      height: 13px; }
  .btnlink.btnlink--icon {
    height: 60px;
    padding-left: 12px; }
    .btnlink.btnlink--icon .btnlink-text {
      margin-left: 10px;
      text-align: left; }

.pressrelease {
  padding: 15px 8px;
  background: #fff;
  border: 2px solid #f1ecd7;
  border-radius: 10px; }
  .pressrelease .pressrelease-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px; }
  .pressrelease .pressrelease-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 10px; }
    .pressrelease .pressrelease-body .pressrelease-body-link {
      width: 48%; }

.pressrelease_link {
  display: block;
  padding: 9px 11px 14px;
  text-align: center;
  border-radius: 18px;
  box-sizing: border-box;
  background-color: #f1ecd7;
  box-shadow: 0px -6px 0px -2px #e1d9b6 inset;
  font-weight: bold; }
  .pressrelease_link:link, .pressrelease_link:hover, .pressrelease_link:active, .pressrelease_link:visited {
    color: #333; }
  .pressrelease_link.is-hover {
    background-color: #e6e4d3; }

.snsbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }
  .snsbar .snsbar-inner {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .snsbar li {
    margin-left: 15px;
    list-style: none; }
    .snsbar li:first-child {
      margin-left: 0; }

.footer_link {
  padding: 10px;
  color: #fff;
  background-color: #6ba439; }
  .footer_link .footer_link-note {
    margin-top: 14px;
    line-height: 1.4; }
  .footer_link .footer_link-list {
    margin-top: 20px; }
    .footer_link .footer_link-list:first-child {
      margin-top: 0; }

.footer_link_list > dt {
  padding-left: 10px;
  border-left: 5px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: bold; }

.footer_link_list > dd {
  margin-top: 10px;
  color: #fff;
  line-height: 1.4; }

.footer_link_list .footer_link_list-link:link, .footer_link_list .footer_link_list-link:visited {
  color: #fff; }

.footer_global {
  padding: 15px 10px 20px;
  background: #47880f; }
  .footer_global .footer_global-logo {
    display: block; }
  .footer_global .footer_global-text {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 12px; }

.footer_link_btn {
  display: inline-block;
  width: 100%;
  padding: 13px;
  box-sizing: border-box;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: #e9f6dc;
  box-shadow: 0 4px 0 #a7d07e;
  color: #47880f; }

.sidebar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5); }
  .sidebar .sidebar-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    height: 100%;
    background-color: #fff; }
  .sidebar .sidebar-close {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    top: 12px;
    right: 250px;
    background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
    background-size: 50px 592px;
    background-position: 0px -29px;
    width: 15px;
    height: 15px; }
  .sidebar.is-active {
    display: block; }

.sidebar_toplink {
  display: flex;
  align-items: center;
  padding: 14px 10px;
  background-color: #fff; }
  .sidebar_toplink:link, .sidebar_toplink:visited {
    color: #333; }
  .sidebar_toplink .sidebar_toplink-text {
    margin-left: 14px; }
  .sidebar_toplink.hover {
    background-color: #f1ecd7; }

.sidebar_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 10px;
  border-top: 1px solid #666;
  background-color: #ffe36c; }
  .sidebar_link:link, .sidebar_link:visited {
    color: #333; }
  .sidebar_link.sidebar_link--kansai {
    background-color: #e291b4;
    border-bottom: 1px solid #666; }
    .sidebar_link.sidebar_link--kansai.hover {
      background-color: #df86ad; }
  .sidebar_link.sidebar_link--kanto {
    background-color: #82b6d3;
    border-bottom: 1px solid #666; }
    .sidebar_link.sidebar_link--kanto.hover {
      background-color: #77adcb; }
  .sidebar_link.hover {
    background-color: #ffe153; }

.sidebar_section_h2 .sidebar_section_h2-header {
  padding: 19px 10px;
  background-color: #ffe36c; }

.sidebar_section_h2 .sidebar_section_h2-body {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666; }

.sidebar_section_h2.sidebar_section_h2--headerlink {
  border-top: 1px solid #666; }
  .sidebar_section_h2.sidebar_section_h2--headerlink .sidebar_section_h2-header {
    background-color: #ffe36c;
    padding: 10px 10px; }
    .sidebar_section_h2.sidebar_section_h2--headerlink .sidebar_section_h2-header > h2 > a {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .sidebar_section_h2.sidebar_section_h2--headerlink .sidebar_section_h2-header > h2 > a:link, .sidebar_section_h2.sidebar_section_h2--headerlink .sidebar_section_h2-header > h2 > a:visited {
        color: #333; }
    .sidebar_section_h2.sidebar_section_h2--headerlink .sidebar_section_h2-header.hover {
      background-color: #ffe153; }

.sidebar_list > li {
  border-top: 1px solid #666; }
  .sidebar_list > li:first-child {
    border-top: 0; }

.sidebar_list .sidebar_list-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 10px;
  background-color: #F1ECD7; }
  .sidebar_list .sidebar_list-link:link, .sidebar_list .sidebar_list-link:visited {
    color: #333; }
  .sidebar_list .sidebar_list-link.hover {
    background-color: #e1d9b6; }

.breadcrumb {
  font-size: 10px; }
  .breadcrumb > li {
    display: inline-block;
    line-height: 1.3; }

.icon_arrow, .ranking_info .ranking_info-arrow, .btnlink .btnlink-icon {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  transform: rotate(45deg); }
  .icon_arrow:before, .ranking_info .ranking_info-arrow:before, .btnlink .btnlink-icon:before, .icon_arrow:after, .ranking_info .ranking_info-arrow:after, .btnlink .btnlink-icon:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 3px;
    background-color: #5E573C;
    border-radius: 2px; }
  .icon_arrow:after, .ranking_info .ranking_info-arrow:after, .btnlink .btnlink-icon:after {
    top: 4px;
    left: 4px;
    transform: rotate(90deg); }
  .icon_arrow.icon_arrow--left_yellow, .ranking_info .icon_arrow--left_yellow.ranking_info-arrow, .btnlink .icon_arrow--left_yellow.btnlink-icon {
    transform: rotate(-135deg); }
    .icon_arrow.icon_arrow--left_yellow:before, .ranking_info .icon_arrow--left_yellow.ranking_info-arrow:before, .btnlink .icon_arrow--left_yellow.btnlink-icon:before, .icon_arrow.icon_arrow--left_yellow:after, .ranking_info .icon_arrow--left_yellow.ranking_info-arrow:after, .btnlink .icon_arrow--left_yellow.btnlink-icon:after {
      background-color: #ffce00; }
  .icon_arrow.icon_arrow--right_yellow, .ranking_info .icon_arrow--right_yellow.ranking_info-arrow, .btnlink .btnlink-icon {
    transform: rotate(45deg); }
    .icon_arrow.icon_arrow--right_yellow:before, .ranking_info .icon_arrow--right_yellow.ranking_info-arrow:before, .btnlink .btnlink-icon:before, .icon_arrow.icon_arrow--right_yellow:after, .ranking_info .icon_arrow--right_yellow.ranking_info-arrow:after, .btnlink .btnlink-icon:after {
      background-color: #ffce00; }
  .icon_arrow.icon_arrow--right_green, .ranking_info .icon_arrow--right_green.ranking_info-arrow, .btnlink .icon_arrow--right_green.btnlink-icon, .btnlink.btnlink--green .btnlink-icon {
    transform: rotate(45deg); }
    .icon_arrow.icon_arrow--right_green:before, .ranking_info .icon_arrow--right_green.ranking_info-arrow:before, .btnlink .icon_arrow--right_green.btnlink-icon:before, .btnlink.btnlink--green .btnlink-icon:before, .icon_arrow.icon_arrow--right_green:after, .ranking_info .icon_arrow--right_green.ranking_info-arrow:after, .btnlink .icon_arrow--right_green.btnlink-icon:after, .btnlink.btnlink--green .btnlink-icon:after {
      background-color: #6fba2c; }
  .icon_arrow.icon_arrow--white:before, .ranking_info .icon_arrow--white.ranking_info-arrow:before, .btnlink .icon_arrow--white.btnlink-icon:before, .btnlink.is-hover .btnlink-icon:before, .icon_arrow.icon_arrow--white:after, .ranking_info .icon_arrow--white.ranking_info-arrow:after, .btnlink .icon_arrow--white.btnlink-icon:after, .btnlink.is-hover .btnlink-icon:after {
    background-color: #fff; }
  .icon_arrow.icon_arrow--gray:before, .ranking_info .ranking_info-arrow:before, .btnlink .icon_arrow--gray.btnlink-icon:before, .btnlink .ranking_info .btnlink-icon.ranking_info-arrow:before, .ranking_info .btnlink .btnlink-icon.ranking_info-arrow:before, .icon_arrow.icon_arrow--gray:after, .ranking_info .ranking_info-arrow:after, .btnlink .icon_arrow--gray.btnlink-icon:after, .btnlink .ranking_info .btnlink-icon.ranking_info-arrow:after, .ranking_info .btnlink .btnlink-icon.ranking_info-arrow:after {
    background-color: #5e573c; }

.smp_sumimachi_2020_detail-icon--01 {
  margin-right: 10px; }

.is-hidden {
  display: none; }

.rankitem_header .rankitem_header-rank {
  font-size: 13px;
  color: #6fba2c;
  float: left;
  margin-left: 22px; }

.rankitem_header .rankitem_header-station {
  margin-left: 36px;
  font-size: 13px;
  color: #6fba2c;
  float: left; }

.rankitem_header .rankitem_header-score {
  margin-right: 15px;
  font-size: 13px;
  color: #6fba2c;
  float: right; }

.rank_title_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  font-size: 13px;
  color: #6fba2c; }
  .rank_title_header .rank_title_header-rank {
    flex: 0 0 40px;
    text-align: center;
    margin-right: 30px; }
  .rank_title_header .rank_title_header-station {
    flex: 1 0 auto; }
  .rank_title_header .rank_title_header-score {
    flex: 1 0 auto;
    text-align: right; }

.ranklist .ranklist-body {
  margin-top: 10px; }
  .ranklist .ranklist-body > li {
    background: #f1f0e8; }
    .ranklist .ranklist-body > li:nth-child(even) {
      background: #fafafa; }

.ranklist .ranklist-footer {
  margin-top: 20px;
  padding: 0 20px; }

.ranking_item .ranking_item-route {
  font-size: 12px;
  text-align: right; }

.ranking_item .ranking_item-score {
  margin-top: 6px;
  font-size: 11px;
  text-align: right; }

.ranking_item.ranking_item--nowayside .ranking_item-score {
  margin-top: 4px; }

.leadtext {
  color: #666;
  font-size: 14px;
  line-height: 1.6; }

.censure .censure-title {
  float: left;
  color: #333333;
  font-size: 12px; }

.censure .censure-text {
  float: left;
  color: #333333;
  font-size: 12px; }

.smp_sumimachi_2020_detail-icon {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px; }

.smp_sumimachi_2020_detail-icon--camera_icon {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -142px;
  width: 20px;
  height: 20px; }

.smp_sumimachi_2020_detail-icon--close_icon, .sidebar .sidebar-close {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -29px;
  width: 15px;
  height: 15px; }

.smp_sumimachi_2020_detail-icon--crown_01, .btnlink.btnlink--crown:before {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -3px;
  width: 20px;
  height: 13px; }

.smp_sumimachi_2020_detail-icon--crown_02, .btnlink.btnlink--crown.is-hover:before {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -16px;
  width: 20px;
  height: 13px; }

.smp_sumimachi_2020_detail-icon--facebook {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -440px;
  width: 34px;
  height: 34px; }

.smp_sumimachi_2020_detail-icon--folder_icon {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -202px;
  width: 20px;
  height: 20px; }

.smp_sumimachi_2020_detail-icon--graph_icon {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -312px;
  width: 30px;
  height: 30px; }

.smp_sumimachi_2020_detail-icon--hatebu {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -508px;
  width: 34px;
  height: 34px; }

.smp_sumimachi_2020_detail-icon--house_icon {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -282px;
  width: 30px;
  height: 30px; }

.smp_sumimachi_2020_detail-icon--land_icon {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -252px;
  width: 30px;
  height: 30px; }

.smp_sumimachi_2020_detail-icon--line {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -372px;
  width: 34px;
  height: 34px; }

.smp_sumimachi_2020_detail-icon--minus, .ranktoggle.is-active:after {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px 0px;
  width: 18px;
  height: 3px; }

.smp_sumimachi_2020_detail-icon--note_icon_01 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -62px;
  width: 20px;
  height: 20px; }

.smp_sumimachi_2020_detail-icon--note_icon_02 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -222px;
  width: 30px;
  height: 30px; }

.smp_sumimachi_2020_detail-icon--pen_icon {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -162px;
  width: 20px;
  height: 20px; }

.smp_sumimachi_2020_detail-icon--plus, .ranktoggle:after {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -44px;
  width: 18px;
  height: 18px; }

.smp_sumimachi_2020_detail-icon--pocket {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -406px;
  width: 34px;
  height: 34px; }

.smp_sumimachi_2020_detail-icon--rank_icon_01 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -122px;
  width: 20px;
  height: 20px; }

.smp_sumimachi_2020_detail-icon--rank_icon_02 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -102px;
  width: 20px;
  height: 20px; }

.smp_sumimachi_2020_detail-icon--rank_icon_03 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -82px;
  width: 20px;
  height: 20px; }

.smp_sumimachi_2020_detail-icon--rank_icon_04 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -182px;
  width: 20px;
  height: 20px; }

.smp_sumimachi_2020_detail-icon--ranking_header_icon, .maintitle:before {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -542px;
  width: 50px;
  height: 50px; }

.smp_sumimachi_2020_detail-icon--search_graph_icon {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -342px;
  width: 30px;
  height: 30px; }

.smp_sumimachi_2020_detail-icon--twitter {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-icon-.png);
  background-size: 50px 592px;
  background-position: 0px -474px;
  width: 34px;
  height: 34px; }

.smp_sumimachi_2020_detail-rank {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px; }

.smp_sumimachi_2020_detail-rank--rank_01 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2529px;
  width: 40px;
  height: 48px; }

.smp_sumimachi_2020_detail-rank--rank_02 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2433px;
  width: 40px;
  height: 48px; }

.smp_sumimachi_2020_detail-rank--rank_03 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2481px;
  width: 40px;
  height: 48px; }

.smp_sumimachi_2020_detail-rank--rank_04 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2403px;
  width: 30px;
  height: 30px; }

.smp_sumimachi_2020_detail-rank--rank_05 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2373px;
  width: 30px;
  height: 30px; }

.smp_sumimachi_2020_detail-rank--rank_06 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2343px;
  width: 30px;
  height: 30px; }

.smp_sumimachi_2020_detail-rank--rank_07 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2313px;
  width: 30px;
  height: 30px; }

.smp_sumimachi_2020_detail-rank--rank_08 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2283px;
  width: 30px;
  height: 30px; }

.smp_sumimachi_2020_detail-rank--rank_09 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2253px;
  width: 30px;
  height: 30px; }

.smp_sumimachi_2020_detail-rank--rank_10 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2223px;
  width: 30px;
  height: 30px; }

.smp_sumimachi_2020_detail-rank--rank_100 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1068px;
  width: 44px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_101 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -504px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_102 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -28px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_103 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -42px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_104 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -56px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_105 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -70px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_106 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -84px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_107 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -98px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_108 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -112px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_109 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -126px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_11 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1053px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_110 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -140px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_111 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -154px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_112 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -168px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_113 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -182px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_114 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -196px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_115 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -210px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_116 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -224px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_117 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -238px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_118 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -252px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_119 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -266px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_12 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1038px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_120 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -280px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_121 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -294px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_122 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -308px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_123 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -322px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_124 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -336px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_125 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -350px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_126 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -364px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_127 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -378px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_128 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -392px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_129 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -406px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_13 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1998px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_130 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -420px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_131 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -434px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_132 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -448px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_133 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -462px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_134 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -476px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_135 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -490px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_136 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px 0px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_137 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -518px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_138 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -532px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_139 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -546px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_14 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1698px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_140 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -560px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_141 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -574px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_142 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -588px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_143 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -602px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_144 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -616px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_145 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -630px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_146 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -644px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_147 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -658px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_148 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -672px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_149 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -686px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_15 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1533px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_150 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -700px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_151 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -714px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_152 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -728px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_154 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -742px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_156 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -756px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_157 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -770px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_158 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -784px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_159 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -798px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_16 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1023px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_160 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -812px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_161 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -826px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_162 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -840px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_163 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -854px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_164 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -868px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_165 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -882px;
  width: 44px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_17 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1128px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_18 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1008px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_19 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1158px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_20 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1173px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_21 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1188px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_22 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1203px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_23 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1218px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_24 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1233px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_25 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1248px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_26 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1263px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_27 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1278px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_28 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1293px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_29 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1308px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_30 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1323px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_31 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1338px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_32 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1353px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_33 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1368px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_34 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1383px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_35 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1398px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_36 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1413px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_37 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1428px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_38 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1443px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_39 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1458px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_40 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1473px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_41 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1488px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_42 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1503px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_43 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1518px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_44 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -896px;
  width: 37px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_45 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -910px;
  width: 37px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_46 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1563px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_47 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -924px;
  width: 37px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_48 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1593px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_49 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1608px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_50 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1623px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_51 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1638px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_52 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1653px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_53 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1668px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_54 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -938px;
  width: 37px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_55 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -952px;
  width: 37px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_56 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1713px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_57 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -966px;
  width: 37px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_58 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1743px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_59 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1758px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_60 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1773px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_61 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1788px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_62 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1803px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_63 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1818px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_64 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1833px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_65 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1848px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_66 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1863px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_67 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1878px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_68 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1893px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_69 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1908px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_70 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1923px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_71 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1938px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_72 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1953px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_73 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1968px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_74 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -980px;
  width: 37px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_75 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -994px;
  width: 37px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_76 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2013px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_77 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -14px;
  width: 37px;
  height: 14px; }

.smp_sumimachi_2020_detail-rank--rank_78 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2043px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_79 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2058px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_80 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2073px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_81 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2088px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_82 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2103px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_83 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2118px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_84 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2133px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_85 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2148px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_86 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2163px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_87 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2178px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_88 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2193px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_89 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2208px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_90 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1143px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_91 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -2028px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_92 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1983px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_93 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1728px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_94 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1683px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_95 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1578px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_96 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1548px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_97 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1113px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_98 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1098px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-rank--rank_99 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-rank-.png);
  background-size: 44px 2577px;
  background-position: 0px -1083px;
  width: 37px;
  height: 15px; }

.smp_sumimachi_2020_detail-text {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px; }

.smp_sumimachi_2020_detail-text--anaba_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px 0px;
  width: 111px;
  height: 15px; }

.smp_sumimachi_2020_detail-text--area_kansai_ranking_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -370px;
  width: 194px;
  height: 19.5px; }

.smp_sumimachi_2020_detail-text--area_ranking_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -350.5px;
  width: 194px;
  height: 19.5px; }

.smp_sumimachi_2020_detail-text--backnumber_text {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -15px;
  width: 110px;
  height: 15px; }

.smp_sumimachi_2020_detail-text--by_age_ranking {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -409px;
  width: 154px;
  height: 19.5px; }

.smp_sumimachi_2020_detail-text--check_ranking_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -448px;
  width: 253px;
  height: 19.5px; }

.smp_sumimachi_2020_detail-text--chiba_ranking_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -184px;
  width: 144px;
  height: 16px; }

.smp_sumimachi_2020_detail-text--city_ranking_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -428.5px;
  width: 179px;
  height: 19.5px; }

.smp_sumimachi_2020_detail-text--desc_text {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -45px;
  width: 78px;
  height: 15px; }

.smp_sumimachi_2020_detail-text--dinks_ranking_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -60px;
  width: 123px;
  height: 15px; }

.smp_sumimachi_2020_detail-text--family_ranking_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -75px;
  width: 154px;
  height: 15px; }

.smp_sumimachi_2020_detail-text--feature_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -312px;
  width: 226.5px;
  height: 19px; }

.smp_sumimachi_2020_detail-text--gender_ranking_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -90px;
  width: 123px;
  height: 15px; }

.smp_sumimachi_2020_detail-text--hyogo_ranking_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -200px;
  width: 144px;
  height: 16px; }

.smp_sumimachi_2020_detail-text--ibaraki_ranking_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -216px;
  width: 143px;
  height: 16px; }

.smp_sumimachi_2020_detail-text--kanagawa_ranking_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -120px;
  width: 160px;
  height: 16px; }

.smp_sumimachi_2020_detail-text--kyoto_ranking_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -248px;
  width: 143px;
  height: 16px; }

.smp_sumimachi_2020_detail-text--land_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -521px;
  width: 176px;
  height: 34px; }

.smp_sumimachi_2020_detail-text--municipality_ranking {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -389.5px;
  width: 234.5px;
  height: 19.5px; }

.smp_sumimachi_2020_detail-text--nara_ranking_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -296px;
  width: 144px;
  height: 16px; }

.smp_sumimachi_2020_detail-text--osaka_ranking_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -280px;
  width: 143px;
  height: 16px; }

.smp_sumimachi_2020_detail-text--popular_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -487px;
  width: 127px;
  height: 34px; }

.smp_sumimachi_2020_detail-text--ranking_check_text {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -105px;
  width: 124px;
  height: 15px; }

.smp_sumimachi_2020_detail-text--saitama_ranking_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -232px;
  width: 144px;
  height: 16px; }

.smp_sumimachi_2020_detail-text--search_summary_text {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -168px;
  width: 63px;
  height: 16px; }

.smp_sumimachi_2020_detail-text--secret_spot_town_ranking {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -331px;
  width: 233.5px;
  height: 19.5px; }

.smp_sumimachi_2020_detail-text--shiga_ranking_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -264px;
  width: 144px;
  height: 16px; }

.smp_sumimachi_2020_detail-text--single_ranking_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -30px;
  width: 138px;
  height: 15px; }

.smp_sumimachi_2020_detail-text--tokyo_ranking_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -136px;
  width: 144px;
  height: 16px; }

.smp_sumimachi_2020_detail-text--wakayama_ranking_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -152px;
  width: 160px;
  height: 16px; }

.smp_sumimachi_2020_detail-text--wayside_ranking {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2020_detail-text-.png);
  background-size: 253px 555px;
  background-position: 0px -467.5px;
  width: 214.5px;
  height: 19.5px; }
