/************************************************************
 * 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: 0.8;
}

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

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

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

.l-actionarea {
  width: 300px;
  margin: 20px auto 0;
}

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

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

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

.l-mv {
  margin-top: 18px;
}

.l-btnlink {
  padding: 15px 10px;
}
.l-btnlink > li {
  margin-top: 10px;
}
.l-btnlink > li:first-child {
  margin-top: 0;
}
.l-btnlink.l-btnlink--kanto {
  background-color: #82b6d3;
}
.l-btnlink.l-btnlink--kansai {
  background-color: #e291b4;
}

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

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

.l-research_item {
  padding: 18px 10px;
  background-color: #fff;
  border-radius: 10px;
}
.l-research_item > li {
  margin-top: 20px;
  padding-top: 17px;
  border-top: 2px solid #f1ecd7;
}
.l-research_item > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.l-research_item.l-research_item--nogap {
  padding: 0;
}

.l-list_item {
  padding: 18px 10px;
  background-color: #fff;
  border-radius: 10px;
}
.l-list_item > li {
  margin-top: 20px;
  padding-top: 17px;
  border-top: 2px solid #f1ecd7;
}
.l-list_item > li:first-of-type {
  margin-top: 0;
  border-top: 0;
}
.l-list_item.l-research_item--nogap {
  padding: 0;
}

.l-bottom_actionarea {
  margin: 20px auto 0;
}

/*
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);
}
*/
.bottom_actionarea .bottom_actionarea-footer:after, .btnlink .btnlink-header:after {
  content: "";
  display: block;
  clear: both;
}

.header {
  background: #fff;
}
.header .header-read {
  padding: 3px 10px;
  background-color: #17833a;
  color: #fff;
  font-size: 10px;
}
.header .header-logoarea {
  display: inline-block;
  padding: 9px 10px 6px;
}

.section_h1 {
  background: #fafafa;
}
.section_h1 .section_h1-body {
  margin-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
}

.section_h2 {
  margin-top: 15px;
  background: #fafafa;
}
.section_h2 .section_h2-body {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.mv {
  overflow: hidden;
}
.mv .mv-object {
  position: relative;
  height: 240px;
}
.mv .mv-object .mv-object-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.mv .mv-object_2025 {
  position: relative;
  height: 253px;
}
.mv .mv-object_2025 .mv-object_2025-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.mainareacontent {
  overflow: hidden;
  border-radius: 10px;
}
.mainareacontent .mainareacontent-header {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.mainareacontent .mainareacontent-header .mainareacontent-header-tab {
  width: 50%;
  border-left: 2px solid #fff;
}
.mainareacontent .mainareacontent-header .mainareacontent-header-tab:first-child {
  border-left: 0;
}
.mainareacontent .mainareacontent-body .mainareacontent-body-item {
  display: none;
}
.mainareacontent .mainareacontent-body .mainareacontent-body-item.is-active {
  display: block;
}

.mainareacontent_tab {
  display: block;
  position: relative;
  text-align: center;
  padding: 17px;
}
.mainareacontent_tab.mainareacontent_tab--kanto {
  background-color: #82b6d3;
}
.mainareacontent_tab.mainareacontent_tab--kansai {
  position: relative;
  background-color: #e291b4;
}
.mainareacontent_tab.mainareacontent_tab--kansai.is-inactive {
  cursor: default;
  pointer-events: none;
  background-color: #88576c;
}
.mainareacontent_tab.mainareacontent_tab--kansai.is-inactive .mainareacontent_tab-text {
  opacity: 0.4;
}
.mainareacontent_tab.mainareacontent_tab--kansai .mainareacontent_tab-coming_soon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -14px;
}

.actionarea {
  width: 300px;
}
.actionarea .actionarea-header {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
.actionarea .actionarea-body {
  margin-top: 7px;
  text-align: center;
}
.actionarea .actionarea-body .actionarea-body-title {
  font-size: 9px;
}
.actionarea .actionarea-body .actionarea-body-text {
  margin-top: 7px;
  font-size: 9px;
}
.actionarea .actionarea-footer {
  display: flex;
  justify-content: space-around;
  margin-top: 9px;
  font-size: 9px;
}

.attention {
  background-color: #fafafa;
  padding-bottom: 12px;
}
.attention .attention-text {
  color: #ffffff;
  text-align: center;
  background-color: #6fba2c;
  padding: 20px 0 19px;
  position: relative;
  text-align: center;
}
.attention .attention-text:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 25px solid transparent;
  border-top: 12px solid #6fba2c;
}

.areacontents {
  overflow: hidden;
  border-radius: 10px;
}
.areacontents .areacontents-header {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.areacontents .areacontents-header .areacontents-header-tab {
  width: 50%;
  border-left: 2px solid #fff;
}
.areacontents .areacontents-header .areacontents-header-tab:first-child {
  border-left: 0;
}
.areacontents .areacontents-body .areacontents-body-item {
  display: none;
}
.areacontents .areacontents-body .areacontents-body-item.is-active {
  display: block;
}

.areacontents_tab {
  display: block;
  text-align: center;
  padding: 20px 20px;
}
.areacontents_tab.areacontents_tab--kanto {
  background-color: #82b6d3;
}
.areacontents_tab.areacontents_tab--kanto.is-hover {
  background-color: #77adcb;
}
.areacontents_tab.areacontents_tab--kansai {
  background-color: #e291b4;
}
.areacontents_tab.areacontents_tab--kansai.is-hover {
  background-color: #df86ad;
}

.btnlink {
  position: relative;
  display: block;
  height: 70px;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px -6px 0px -2px #dddddd inset;
}
.btnlink .btnlink-header .btnlink-header-title {
  float: left;
  color: #6b9bb6;
}
.btnlink .btnlink-header .btnlink-header-subtitle {
  float: left;
}
.btnlink .btnlink-header .btnlink-header-icon {
  float: left;
  margin-right: 10px;
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -22.5px;
  width: 20px;
  height: 13px;
}
.btnlink .btnlink-header .btnlink-header-arrow {
  float: right;
}
.btnlink .btnlink-title-mainarea {
  display: flex;
  align-items: center;
  margin-top: 7px;
}
.btnlink .btnlink-title {
  margin-top: 10px;
}
.btnlink .btnlink-title-icon {
  margin-right: 7px;
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -22.5px;
  width: 20px;
  height: 13px;
}
.btnlink .btnlink-object {
  position: absolute;
  bottom: 4px;
  right: 10px;
}
.btnlink.is-hover {
  background-color: #ffd200;
  box-shadow: 0px -6px 0px -2px #ddb600 inset;
}
.btnlink.is-hover .btnlink-header .btnlink-header-icon {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -9.5px;
  width: 20px;
  height: 13px;
}
.btnlink.is-hover .btnlink-header .btnlink-header-arrow:before, .btnlink.is-hover .btnlink-header .btnlink-header-arrow:after {
  background-color: #fff;
}
.btnlink.is-hover .btnlink-title-icon {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -9.5px;
  width: 20px;
  height: 13px;
}

.bucknum {
  padding: 20px 10px;
  background-color: #f1f0e8;
  border-radius: 10px;
}
.bucknum .bucknum-header {
  text-align: center;
}
.bucknum .bucknum-list {
  max-width: 335px;
  margin: 20px auto 0;
}
.bucknum .bucknum-list > li {
  margin-top: 10px;
}
.bucknum .bucknum-list > li:first-child {
  margin-top: 0;
}

.bucknum_item {
  max-width: 335px;
  border-radius: 10px;
  overflow: hidden;
}
.bucknum_item .bucknum_item-object {
  text-align: center;
  background-color: #fff;
}
.bucknum_item .bucknum_item-object .bucknum_item-object-image {
  width: 100%;
}
.bucknum_item .bucknum_item-body {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  border-top: 2px solid transparent;
}
.bucknum_item .bucknum_item-body .bucknum_item-body-link {
  width: 33.333%;
  border-left: 2px solid transparent;
}
.bucknum_item .bucknum_item-body .bucknum_item-body-link:first-child {
  border-left: 0;
}
.bucknum_item.bucknum_item--col2 .bucknum_item-body .bucknum_item-body-link {
  width: 50%;
}

.bucknum_link {
  display: block;
  text-align: center;
  padding: 10px;
}
.bucknum_link.bucknum_link--kanto {
  background-color: #82b6d3;
}
.bucknum_link.bucknum_link--kanto.is-hover {
  background-color: #77adcb;
}
.bucknum_link.bucknum_link--nagoya {
  background-color: #a7c462;
}
.bucknum_link.bucknum_link--nagoya.is-hover {
  background-color: #95b34d;
}
.bucknum_link.bucknum_link--aichi {
  background-color: #a7c462;
}
.bucknum_link.bucknum_link--aichi.is-hover {
  background-color: #95b34d;
}
.bucknum_link.bucknum_link--kansai {
  background-color: #e291b4;
}
.bucknum_link.bucknum_link--kansai.is-hover {
  background-color: #df86ad;
}

.research_box {
  padding: 20px 10px 10px;
  background-color: #f1f0e8;
}
.research_box .research_box-detail {
  margin-top: 18px;
}
.research_box .research_box-detail .research_box-detail-title {
  color: #ff0000;
  font-size: 12px;
  font-weight: bold;
}
.research_box .research_box-detail .research_box-detail-text {
  margin-top: 4px;
  color: #ff0000;
  font-size: 12px;
  line-height: 1.6;
}
.research_box .research_box-item {
  margin-top: 20px;
}
.research_box .research_box-header {
  text-align: center;
}
.research_box .research_box-title {
  font-size: 15px;
  color: #5E573C;
  margin-top: 18px;
  text-align: center;
}
.research_box.research_box--kanto {
  border-top: 6px solid #82b6d3;
}
.research_box.research_box--kansai {
  border-top: 6px solid #e291b4;
}

.research_item .research_item-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
.research_item .research_item-header {
  line-height: 18px;
  font-weight: bold;
  font-size: 12px;
}
.research_item .research_item-body {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
}
.research_item .research_item-body .research_item-body-text {
  line-height: 1.6;
  margin-top: 8px;
}
.research_item .research_item-body .research_item-body-text:first-child {
  margin-top: 0;
}
.research_item .research_item-body .research_item-body-text.research_item-body-text--layout {
  margin-top: 20px;
}
.research_item .research_item-body .research_item-body-object {
  margin-top: 15px;
  text-align: center;
}

.list_item .list_item-header {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.6;
}
.list_item .list_item-header .list_item-header-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}
.list_item .list_item-header .list_item-header-text {
  font-weight: normal;
}
.list_item .list_item-body {
  margin-top: 6px;
  font-size: 12px;
}
.list_item .list_item-body .list_item-body-text {
  line-height: 1.6;
  margin-top: 8px;
}
.list_item .list_item-body .list_item-body-text:first-child {
  margin-top: 0;
}

.bottom_actionarea {
  background-color: #f1f0e8;
  padding: 15px 10px;
  border-radius: 10px;
}
.bottom_actionarea .bottom_actionarea-header {
  text-align: center;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
}
.bottom_actionarea .bottom_actionarea-body {
  margin-top: 13px;
  text-align: center;
}
.bottom_actionarea .bottom_actionarea-body .bottom_actionarea-body-title {
  font-size: 9px;
}
.bottom_actionarea .bottom_actionarea-body .bottom_actionarea-body-text {
  margin-top: 7px;
  font-size: 9px;
}
.bottom_actionarea .bottom_actionarea-footer {
  margin-top: 9px;
  font-size: 9px;
}
.bottom_actionarea .bottom_actionarea-footer li {
  float: left;
  margin-left: 9px;
}
.bottom_actionarea .bottom_actionarea-footer li:first-child {
  margin-left: 0;
}

.prev_ranking {
  position: relative;
  background-color: #6fba2c;
  padding: 20px;
  margin: auto -10px;
  text-align: center;
}
.prev_ranking::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 25px 0 25px;
  border-color: #6eba2c transparent transparent transparent;
}

.pressrelease {
  padding: 15px 8px;
  background: #fff;
  border: 2px solid #f1f0e8;
  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: space-around;
  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: #f1f0e8;
  box-shadow: 0px -6px 0px -2px #e6e4d3 inset;
  font-weight: bold;
}
.pressrelease_link:link, .pressrelease_link:hover, .pressrelease_link:active, .pressrelease_link:visited {
  color: #333;
}
.pressrelease_link.is-hover {
  background-color: #e6e4d4;
}

.snsbar {
  display: flex;
  box-pack: center;
  justify-content: center;
  box-align: 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_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;
}

.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;
}

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

.arrow_icon, .btnlink .btnlink-header .btnlink-header-arrow {
  position: relative;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow_icon:before, .btnlink .btnlink-header .btnlink-header-arrow:before, .arrow_icon:after, .btnlink .btnlink-header .btnlink-header-arrow:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #ffce00;
  border-radius: 2px;
}
.arrow_icon:after, .btnlink .btnlink-header .btnlink-header-arrow:after {
  top: 4px;
  left: 4px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.arrow_icon.arrow_icon--white:before, .btnlink .btnlink-header .arrow_icon--white.btnlink-header-arrow:before, .arrow_icon.arrow_icon--white:after, .btnlink .btnlink-header .arrow_icon--white.btnlink-header-arrow:after {
  background-color: #fff;
}

.insertlink .insertlink-link {
  font-size: 18px;
  line-height: 1.2;
}
.insertlink .insertlink-link:link, .insertlink .insertlink-link.visited {
  color: #F77C00;
  text-decoration: underline;
}
.insertlink .insertlink-desc {
  margin-top: 10px;
  line-height: 1.2;
}

.research_info {
  padding: 16px 10px 15px;
  background-color: #fff;
  border-radius: 10px;
}
.research_info .research_info-header {
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
}
.research_info .research_info-body {
  margin-top: 7px;
  font-size: 12px;
  text-align: center;
}
.research_info .research_info-body .research_info-body-mail {
  font-size: 12px;
}
.research_info .research_info-body .research_info-body-tell {
  margin-top: 12px;
  font-size: 12px;
}

.info_item {
  text-decoration: underline;
}

.research_inner > li {
  margin-top: 7px;
}
.research_inner > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.smp_sumimachi_2025_top-text {
  text-indent: -9999px;
}

.note_list {
  padding: 0 10px;
}
.note_list > li {
  line-height: 1.4;
  margin-top: 8px;
}
.note_list > li:first-child {
  margin-top: 0;
}

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

.smp_sumimachi_2025_top-icon, .btnlink .btnlink-header .btnlink-header-icon {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
}

.smp_sumimachi_2025_top-icon--crown_icon, .btnlink .btnlink-header .btnlink-header-icon {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -22.5px;
  width: 20px;
  height: 13px;
}

.smp_sumimachi_2025_top-icon--crown_icon_hover, .btnlink.is-hover .btnlink-header .btnlink-header-icon {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -9.5px;
  width: 20px;
  height: 13px;
}

.smp_sumimachi_2025_top-icon--facebook {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -55.5px;
  width: 34px;
  height: 34px;
}

.smp_sumimachi_2025_top-icon--folder_icon {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -35.5px;
  width: 20px;
  height: 20px;
}

.smp_sumimachi_2025_top-icon--hatebu {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -89.5px;
  width: 34px;
  height: 34px;
}

.smp_sumimachi_2025_top-icon--line {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -123.5px;
  width: 34px;
  height: 34px;
}

.smp_sumimachi_2025_top-icon--link_suumo_01 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -300.5px;
  width: 59px;
  height: 39px;
}

.smp_sumimachi_2025_top-icon--link_suumo_02 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -225.5px;
  width: 63px;
  height: 37px;
}

.smp_sumimachi_2025_top-icon--link_suumo_03 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -339.5px;
  width: 57px;
  height: 39px;
}

.smp_sumimachi_2025_top-icon--link_suumo_04 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -626.5px;
  width: 51px;
  height: 48px;
}

.smp_sumimachi_2025_top-icon--link_suumo_05 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -378.5px;
  width: 51px;
  height: 39px;
}

.smp_sumimachi_2025_top-icon--link_suumo_06 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -581.5px;
  width: 60px;
  height: 45px;
}

.smp_sumimachi_2025_top-icon--link_suumo_07 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -417.5px;
  width: 63px;
  height: 39px;
}

.smp_sumimachi_2025_top-icon--link_suumo_08 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -495.5px;
  width: 60px;
  height: 42px;
}

.smp_sumimachi_2025_top-icon--link_suumo_09 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -456.5px;
  width: 67px;
  height: 39px;
}

.smp_sumimachi_2025_top-icon--link_suumo_10 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -674.5px;
  width: 52px;
  height: 48px;
}

.smp_sumimachi_2025_top-icon--link_suumo_11 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -262.5px;
  width: 53px;
  height: 38px;
}

.smp_sumimachi_2025_top-icon--link_suumo_12 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -537.5px;
  width: 79px;
  height: 44px;
}

.smp_sumimachi_2025_top-icon--pocket {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -157.5px;
  width: 34px;
  height: 34px;
}

.smp_sumimachi_2025_top-icon--twitter {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-icon-.png);
  background-size: 79px 722.5px;
  background-position: 0px -191.5px;
  width: 34px;
  height: 34px;
}

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

.smp_sumimachi_2025_top-text--attention_2024 {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-text-.png);
  background-size: 244px 276px;
  background-position: 0px -153px;
  width: 244px;
  height: 17.5px;
}

.smp_sumimachi_2025_top-text--backnum_kansai {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-text-.png);
  background-size: 244px 276px;
  background-position: 0px -29.5px;
  width: 47px;
  height: 15px;
}

.smp_sumimachi_2025_top-text--backnum_kanto {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-text-.png);
  background-size: 244px 276px;
  background-position: 0px -44.5px;
  width: 45px;
  height: 15px;
}

.smp_sumimachi_2025_top-text--backnum_syutoken {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-text-.png);
  background-size: 244px 276px;
  background-position: 0px -74.5px;
  width: 52.5px;
  height: 15px;
}

.smp_sumimachi_2025_top-text--backnum_aichi {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-text-.png);
  background-size: 244px 276px;
  background-position: 0px -14.5px;
  width: 30px;
  height: 15px;
}

.smp_sumimachi_2025_top-text--backnum_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-text-.png);
  background-size: 244px 276px;
  background-position: 0px -170.5px;
  width: 138px;
  height: 18px;
}

.smp_sumimachi_2025_top-text--coming_soon_tab {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-text-.png);
  background-size: 244px 276px;
  background-position: 0px -246px;
  width: 60px;
  height: 30px;
}

.smp_sumimachi_2025_top-text--kansai_tab {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-text-.png);
  background-size: 244px 276px;
  background-position: 0px -188.5px;
  width: 58px;
  height: 18.5px;
}

.smp_sumimachi_2025_top-text--kanto_tab {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-text-.png);
  background-size: 244px 276px;
  background-position: 0px -207px;
  width: 68px;
  height: 19.5px;
}

.smp_sumimachi_2025_top-text--link_text_city {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-text-.png);
  background-size: 244px 276px;
  background-position: 0px -121px;
  width: 160px;
  height: 16px;
}

.smp_sumimachi_2025_top-text--link_text_aisare {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-text-.png);
  background-size: 244px 276px;
  background-position: 0px -105px;
  width: 231.5px;
  height: 16px;
}

.smp_sumimachi_2025_top-text--link_text_municipality {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-text-.png);
  background-size: 244px 276px;
  background-position: 0px -137px;
  width: 187px;
  height: 16px;
}

.smp_sumimachi_2025_top-text--link_text_other {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-text-.png);
  background-size: 244px 276px;
  background-position: 0px -89.5px;
  width: 140.5px;
  height: 15.5px;
}

.smp_sumimachi_2025_top-text--research_title {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-text-.png);
  background-size: 244px 276px;
  background-position: 0px -226.5px;
  width: 135px;
  height: 19.5px;
}

.smp_sumimachi_2025_top-text--txt_aisare_ranking {
  background-image: url(/edit/sumi_machi/img/sprite/smp_sumimachi_2025_top-text-.png);
  background-size: 244px 276px;
  background-position: 0px 0px;
  width: 226px;
  height: 14.5px;
}