@charset "UTF-8";
.ch_top-icon--sprite, .ch_top-icon--arrow_blue_right, .link_showmore::after, .ch_top-icon--building, .panel_content .panel_content-headline::before, .ch_top-icon--circle, .sub_content .sub_content-title_text::before, .title_circle_green::before, .ch_top-icon--dot, .dotlist .dotlist-item::before, .ch_top-icon--loupe, .title_gray.title_gray--search::before, .ch_top-icon--new, .mediabox_solo.mediabox_solo--new .mediabox_solo-object::after, .ch_top-icon--triangle, .vlinklist .vlinklist-link::before, .vlinklist_inline .vlinklist_inline-item::before {
  background-image: url('/edit/assets/suumo/img/sprite/ch_top-icon-.png?9cef2d6e3a');
  background-repeat: no-repeat;
}

.ch_top-icon--arrow_blue_right, .link_showmore::after {
  background-position: 0 0;
  height: 10px;
  width: 6px;
}

.ch_top-icon--building, .panel_content .panel_content-headline::before {
  background-position: 0 -20px;
  height: 16px;
  width: 16px;
}

.ch_top-icon--circle, .sub_content .sub_content-title_text::before, .title_circle_green::before {
  background-position: 0 -46px;
  height: 15px;
  width: 15px;
}

.ch_top-icon--dot, .dotlist .dotlist-item::before {
  background-position: 0 -71px;
  height: 4px;
  width: 4px;
}

.ch_top-icon--loupe, .title_gray.title_gray--search::before {
  background-position: 0 -85px;
  height: 24px;
  width: 24px;
}

.ch_top-icon--new, .mediabox_solo.mediabox_solo--new .mediabox_solo-object::after {
  background-position: 0 -119px;
  height: 20px;
  width: 40px;
}

.ch_top-icon--triangle, .vlinklist .vlinklist-link::before, .vlinklist_inline .vlinklist_inline-item::before {
  background-position: 0 -149px;
  height: 8px;
  width: 6px;
}

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

/* clearfix */
.slider .slider-view .slider-pager:after, .actionmenu:after, .actionsearch:after, .actionsearch .actionsearch-data:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.slider .slider-view .slider-pager, .actionmenu, .actionsearch, .actionsearch .actionsearch-data {
  min-height: 1px;
  _height: 1px;
}

/************************************************************
 * common style
 ************************************************************/
body, select, textarea, th, td, li, a, input {
  font-family: 'メイリオ','meiryo','ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','Helvetica','sans-serif';
}

body, select {
  color: #333333;
  font-size: 12px;
  line-height: 1.4;
}

body {
  background-color: #FFFFFF;
}

textarea {
  font-size: 12px;
  line-height: 1.4;
}

/* img hover */
a img:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

div, p, table, td, th, dl, dt, dd, ul, ol, li, a, span {
  word-break: break-all;
}

sup {
  vertical-align: top;
}

/************************************************************
 * anchor-link
 ************************************************************/
a:link {
  color: #004CCA;
}

a:visited {
  color: #6219DB;
}

a:hover {
  color: #048ADE;
  text-decoration: none;
}

a:active {
  color: #048ADE;
  text-decoration: none;
}

.cbx_relative {
  position: relative;
}

.cbx_resize input[type='checkbox'] {
  width: 23px;
  height: 23px;
}

.ie .cbx_resize input[type='checkbox'] {
  width: auto;
  height: auto;
}

input[type="text"] {
  padding: 5px;
  border: 1px solid #E6EDE0;
  border-radius: 3px;
}

input[type='checkbox'],
input[type='radio'] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  outline: none;
  margin-right: 5px;
  cursor: pointer;
  zoom: 1;
}

input[type='checkbox']:disabled,
input[type='radio']:disabled {
  cursor: default;
}

input[type='checkbox'] + label {
  background: url(/edit/assets/suumo/img/sprite/checkbox.png) no-repeat;
  background-position: 0 0;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 30px;
  cursor: pointer;
}

input[type='radio'] + label {
  background: url(/edit/assets/suumo/img/sprite/radiobtn.png) no-repeat;
  background-position: 0 0;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 30px;
  cursor: pointer;
}

input[type='checkbox']:checked + label,
input[type='radio']:checked + label {
  background-position: 0 -100px;
}

input[type='checkbox']:disabled + label,
input[type='radio']:disabled + label {
  background-position: 0 -200px;
  cursor: default;
  color: #CCCCCC;
}
input[type='checkbox']:disabled + label .area_unit-placename,
input[type='radio']:disabled + label .area_unit-placename {
  color: #CCCCCC;
}

input[type='checkbox']:disabled + label + span,
input[type='radio']:disabled + label + span {
  color: #CCCCCC;
}

.ie input[type='checkbox'],
.ie input[type='radio'] {
  opacity: 1;
  filter: alpha(opacity=100);
  position: static;
  outline: none;
  visibility: visible;
}

.ie input[type='checkbox'] + label {
  background: none;
  line-height: 1.4;
  display: inline;
  padding-left: 0;
  *padding-left: 14px;
  cursor: pointer;
  visibility: visible;
}

.ie input[type='radio'] + label {
  background: none;
  line-height: 1.4;
  display: inline;
  padding-left: 0;
  *padding-left: 14px;
  cursor: pointer;
  visibility: visible;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  border: 1px solid #D9D9D9;
  font-size: 12px;
  padding: 7px 7px;
  background-image: url(/edit/assets/suumo/img/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding: 7px 20px 7px 7px;
  }
}
.headercontainer {
  padding-top: 46px;
}

.wrapper {
  width: 950px;
  background-color: #FFFFFF;
  -webkit-tap-highlight-color: transparent;
}
.wrapper.wrapper--layout01 {
  margin: 10px auto 0;
}
.wrapper.wrapper--layout02 {
  margin: 60px auto 0;
}

.breadcrumb {
  margin: 0;
}
.breadcrumb .breadcrumb-item {
  display: inline;
  line-height: 1.5;
}
.breadcrumb .breadcrumb-item::after {
  margin-left: 3px;
  margin-right: 3px;
  content: "\003e";
}
.breadcrumb .breadcrumb-item:last-child::after {
  content: none;
}
.breadcrumb .breadcrumb-item_link {
  font-size: 12px;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item_text {
  color: #333333;
  font-size: 12px;
}

.page_header.page_header--layout {
  margin-top: 29px;
}
.page_header .page_header-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.page_header .page_header-lead {
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
  line-height: 1.5;
}
.page_header .page_header-title_text {
  -ms-flex: 1;
      flex: 1;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.page_header .page_header-link {
  margin-left: 10px;
}

.areamap {
  width: 950px;
  height: 533px;
  position: relative;
}
.areamap.areamap--layout {
  margin-top: 15px;
}
.areamap .areamap-sub {
  position: absolute;
  left: 0;
}
.areamap .areamap-main {
  width: 768px;
  height: 533px;
  position: absolute;
  right: 0;
  background-image: url(/edit/assets/suumo/img/ch_top-map.png);
  background-repeat: no-repeat;
  background-position: 96px 27px;
  background-color: #FFFFFF;
  border-radius: 6px;
  border: 2px solid #B4D796;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
.areamap .areamap-main::after {
  position: absolute;
  width: 85px;
  height: 80px;
  content: "";
  bottom: 31px;
  left: 19px;
  background: url(/edit/assets/suumo/img/ch_top-suumo01.png);
  background-repeat: no-repeat;
}
.areamap .areamap-main.is-no_radius {
  border-radius: 0 6px 6px 6px;
}

.areamap_nav .areamap_nav-item {
  position: relative;
  width: 184px;
  height: 124px;
  margin-top: 8px;
}
.areamap_nav .areamap_nav-item.is-active {
  z-index: 2;
}
.areamap_nav .areamap_nav-item.is-active .areamap_nav-btn {
  border: 2px solid #B4D796;
  border-right: none;
  border-left: 4px solid #70C222;
  padding-right: 3px;
}
.areamap_nav .areamap_nav-item.is-active .areamap_nav-btn_title {
  color: #61AA12;
}
.areamap_nav .areamap_nav-item.is-active::after {
  content: "";
  display: block;
  width: 4px;
  height: 120px;
  position: absolute;
  right: -2px;
  background-color: #FFFFFF;
  top: 2px;
}
.areamap_nav .areamap_nav-item:first-child {
  margin-top: 0;
}
.areamap_nav .areamap_nav-item:first-child:not(.is-active) {
  width: 186px;
}
.areamap_nav .areamap_nav-item:first-child:not(.is-active) .areamap_nav-btn {
  padding-right: 2px;
}
.areamap_nav .areamap_nav-btn {
  position: absolute;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 8px 0 0 8px;
  border: 1px solid #CCCCCC;
  border-right: none;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  box-shadow: 0 4px 2px -2px rgba(51, 51, 51, 0.16);
  box-sizing: border-box;
}
.areamap_nav .areamap_nav-btn .areamap_nav-btn_title {
  color: #666666;
}
.areamap_nav .areamap_nav-btn .areamap_nav-btn_title_large {
  font-size: 24px;
  font-weight: bold;
}
.areamap_nav .areamap_nav-btn:hover .areamap_nav-btn_title {
  color: #6FBA2C;
}

.areamap_map {
  display: none;
  position: relative;
}
.areamap_map.is-active {
  display: block;
}
.areamap_map .areamap_map-box {
  width: 150px;
  padding: 10px;
  position: absolute;
  background-color: #F8F8F5;
  border-radius: 4px;
  box-sizing: border-box;
}
.areamap_map .areamap_map-box:hover {
  background-color: #F4F4EA;
  cursor: pointer;
}
.areamap_map .areamap_map-box.areamap_map-box--hokkaido {
  width: 90px;
  top: 35px;
  left: 657px;
}
.areamap_map .areamap_map-box.areamap_map-box--hokkaido:hover::after {
  content: "";
  width: 100px;
  height: 80px;
  background-image: url(/edit/assets/suumo/img/ch_top-map_hokkaido.png);
  position: absolute;
  bottom: -6px;
  left: -140px;
}
.areamap_map .areamap_map-box.areamap_map-box--tohoku {
  top: 132px;
  left: 597px;
}
.areamap_map .areamap_map-box.areamap_map-box--tohoku:hover::after {
  content: "";
  width: 66px;
  height: 97px;
  background-image: url(/edit/assets/suumo/img/ch_top-map_tohoku.png);
  position: absolute;
  bottom: 67px;
  right: 199px;
}
.areamap_map .areamap_map-box.areamap_map-box--kanto {
  top: 309px;
  left: 597px;
}
.areamap_map .areamap_map-box.areamap_map-box--kanto:hover::after {
  content: "";
  width: 70px;
  height: 72px;
  background-image: url(/edit/assets/suumo/img/ch_top-map_kanto.png);
  position: absolute;
  top: -82px;
  left: -122px;
}
.areamap_map .areamap_map-box.areamap_map-box--koshinetsu {
  top: 19px;
  left: 342px;
}
.areamap_map .areamap_map-box.areamap_map-box--koshinetsu:hover::after {
  content: "";
  width: 153px;
  height: 68px;
  background-image: url(/edit/assets/suumo/img/ch_top-map_koshinetsu.png);
  position: absolute;
  bottom: -92px;
  left: 16px;
}
.areamap_map .areamap_map-box.areamap_map-box--tokai {
  top: 351px;
  left: 437px;
}
.areamap_map .areamap_map-box.areamap_map-box--tokai:hover::after {
  content: "";
  width: 103px;
  height: 73px;
  background-image: url(/edit/assets/suumo/img/ch_top-map_tokai.png);
  position: absolute;
  top: -96px;
  left: -57px;
}
.areamap_map .areamap_map-box.areamap_map-box--kansai {
  top: 351px;
  left: 277px;
}
.areamap_map .areamap_map-box.areamap_map-box--kansai:hover::after {
  content: "";
  width: 78px;
  height: 67px;
  background-image: url(/edit/assets/suumo/img/ch_top-map_kansai.png);
  position: absolute;
  top: -89px;
  left: 35px;
}
.areamap_map .areamap_map-box.areamap_map-box--shikoku {
  top: 351px;
  left: 117px;
}
.areamap_map .areamap_map-box.areamap_map-box--shikoku:hover::after {
  content: "";
  width: 66px;
  height: 32px;
  background-image: url(/edit/assets/suumo/img/ch_top-map_shikoku.png);
  position: absolute;
  top: -49px;
  right: -27px;
}
.areamap_map .areamap_map-box.areamap_map-box--chugoku {
  top: 49px;
  left: 182px;
}
.areamap_map .areamap_map-box.areamap_map-box--chugoku:hover::after {
  content: "";
  width: 85px;
  height: 34px;
  background-image: url(/edit/assets/suumo/img/ch_top-map_chugoku.png);
  position: absolute;
  bottom: -87px;
  right: 22px;
}
.areamap_map .areamap_map-box.areamap_map-box--kyushu {
  top: 49px;
  left: 21px;
}
.areamap_map .areamap_map-box.areamap_map-box--kyushu:hover::after {
  content: "";
  width: 101px;
  height: 70px;
  background-image: url(/edit/assets/suumo/img/ch_top-map_kyushu.png);
  position: absolute;
  bottom: -90px;
  right: -49px;
}
.areamap_map .areamap_map-title {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  text-align: center;
}

.areamap_btnlist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.areamap_btnlist.areamap_btnlist {
  margin-top: 10px;
}
.areamap_btnlist.areamap_btnlist--one {
  -ms-flex-pack: center;
      justify-content: center;
}
.areamap_btnlist .areamap_btnlist-item:not(:nth-child(-n+2)) {
  margin-top: 10px;
}
.areamap_btnlist .areamap_btnlist-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 60px;
  height: 30px;
  border: solid 1px #CAD0C6;
  border-radius: 30px;
  background-color: #FFFFFF;
  font-size: 14px;
  box-sizing: border-box;
  text-decoration: none;
}
.areamap_btnlist .areamap_btnlist-btn:link, .areamap_btnlist .areamap_btnlist-btn:visited {
  color: #666666;
}
.areamap_btnlist .areamap_btnlist-btn:hover {
  opacity: 0.7;
}

.companysearch {
  min-width: 950px;
  padding: 30px 0 50px;
  background: #F8F8F5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-tap-highlight-color: transparent;
}
.companysearch.companysearch--layout {
  margin-top: 50px;
}
.companysearch .companysearch-body {
  width: 950px;
}
.companysearch .companysearch-contents {
  padding-top: 20px;
}

.theme_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 50px;
}
.theme_list.theme_list--layout {
  margin-top: 22px;
}
.theme_list .theme_list-list {
  -ms-flex-preferred-size: 465px;
      flex-basis: 465px;
}
.theme_list .theme_list-item:not(:first-child) {
  margin-top: 30px;
}
.theme_list .theme_list-title {
  color: #666666;
  font-size: 10px;
  font-weight: bold;
}
.theme_list .theme_list-title_emphasize {
  font-size: 14px;
}

.theme_list_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px 10px 15px 15px;
  background: #FFFFFF;
  border-radius: 4px;
}
.theme_list_box.theme_list_box--layout {
  margin-top: 5px;
}
.theme_list_box.theme_list_box--type01 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.theme_list_box .theme_list_box-item {
  -ms-flex-preferred-size: 207px;
      flex-basis: 207px;
}
.theme_list_box .theme_list_box-item:nth-child(odd) {
  -ms-flex-preferred-size: 227px;
      flex-basis: 227px;
}
.theme_list_box .theme_list_box-item:not(:nth-child(-n+2)) {
  margin-top: 15px;
}

.typesearch {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 160px;
  background: #FFFFFF;
  border-radius: 4px;
}
.typesearch.typesearch--layout {
  margin-top: 10px;
}
.typesearch::after {
  position: absolute;
  width: 66px;
  height: 74px;
  content: "";
  top: 62px;
  right: -18px;
  background-image: url(/edit/assets/suumo/img/ch_top-suumo02.png);
}
.typesearch .typesearch-item {
  width: 300px;
}
.typesearch .typesearch-item:first-child {
  margin-right: 30px;
}

.contents {
  display: -ms-flexbox;
  display: flex;
}
.contents .contents-main {
  width: 650px;
  margin-right: 20px;
}
.contents .contents-sub {
  width: 280px;
}
.contents .contents-sub_item {
  padding-bottom: 20px;
}

.feature_banner_list {
  padding-bottom: 60px;
}
.feature_banner_list.feature_banner_list--layout {
  margin-top: 20px;
}
.feature_banner_list .feature_banner_list-item {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}
.feature_banner_list .feature_banner_list-item:not(:first-child) {
  margin-top: 20px;
}

.counter_section {
  overflow: hidden;
  border-radius: 5px;
  border: 5px solid #D0D4CE;
}
.counter_section .counter_section-mainvisual_img {
  position: relative;
  left: -5px;
  margin-top: -5px;
}
.counter_section.counter_section--layout {
  margin-top: 30px;
}

.counter_contents {
  padding: 16px;
}
.counter_contents .counter_contents-intro {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  color: #666;
}
.counter_contents .counter_contents-kouza {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
  border-bottom: none;
}
.counter_contents .counter_contents-tenpo {
  margin-top: 25px;
  padding-left: 12px;
  padding-right: 12px;
}
.counter_contents .counter_contents-more {
  margin-top: 16px;
  padding: 0 12px 16px;
  text-align: right;
  line-height: 1.2;
  border-bottom: 1px solid #d0d4ce;
}
.counter_contents .counter_contents-more_link {
  font-size: 12px;
  font-weight: bold;
  color: #004CCA;
  text-decoration: none;
}
.counter_contents .counter_contents-more_link:visited {
  color: #004CCA;
}
.counter_contents .counter_contents-more_link:hover {
  opacity: 0.7;
}
.counter_contents .counter_contents-more_arrow {
  position: relative;
  top: 2px;
}

.tenpo_contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.tenpo_contents .tenpo_contents-text {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  color: #666;
}
.tenpo_contents .tenpo_contents-highlight {
  font-size: 20px;
  line-height: 1.3;
  color: #f77c00;
}

.counter_button {
  display: -ms-flexbox;
  display: flex;
  width: 215px;
  margin-left: 8px;
  padding: 4px 5px;
  border-radius: 3px;
  border: 1px solid #CAD0C6;
  text-decoration: none;
  box-shadow: 0px -1px 0px 0px #CCC inset;
  box-sizing: border-box;
}
.counter_button .counter_button-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.counter_button .counter_button-inner_img {
  border-radius: 2px;
}
.counter_button .counter_button-inner_text {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  line-height: 1.17;
}
.counter_button:first-child {
  margin-left: 0;
}
.counter_button:hover {
  opacity: 0.7;
}

.annotation {
  font-size: 11px;
  text-align: right;
  line-height: 1;
}
.annotation.annotation--layout {
  margin-top: 8px;
}

.counter {
  padding-bottom: 60px;
}
.counter.counter--layout {
  margin-top: 10px;
}
.counter .counter-wrap {
  padding: 23px 20px 20px 20px;
  background-color: #F7F5F0;
}
.counter .counter-header {
  text-align: center;
}
.counter .counter-title {
  margin-top: 5px;
}
.counter .counter-title_text {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  line-height: 1.5;
}
.counter .counter-title_icon {
  position: absolute;
  top: 2px;
  right: -50px;
  display: inline-block;
  padding: 1px 8px;
  background: #F82055;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
}
.counter .counter-body {
  margin-top: 19px;
  padding-top: 20px;
  border-top: 2px solid #FFFFFF;
}
.counter .counter-lead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.counter .counter-lead_text {
  -ms-flex: 1;
      flex: 1;
  font-size: 14px;
  line-height: 1.5;
}
.counter .counter-lead_object {
  margin-left: 30px;
}
.counter .counter-item_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 20px;
}
.counter .counter-item {
  display: -ms-flexbox;
  display: flex;
  width: 300px;
}

.panel_content {
  padding: 15px;
  background: #FFFFFF;
  border-radius: 4px;
  box-sizing: border-box;
}
.panel_content.panel_content--layout {
  margin-top: 15px;
}
.panel_content.panel_content--type01 {
  height: 279px;
}
.panel_content .panel_content-header {
  text-align: center;
}
.panel_content .panel_content-body {
  margin-top: 14px;
  padding-top: 20px;
  border-top: 1px dashed #DBDBDB;
}
.panel_content .panel_content-text {
  line-height: 1.5;
}
.panel_content .panel_content-btn {
  margin-top: 49px;
}
.panel_content .panel_content-headline {
  margin-top: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #666666;
  font-size: 16px;
  line-height: 1.3;
}
.panel_content .panel_content-headline::before {
  content: "";
  margin-right: 5px;
}
.panel_content .panel_content-more {
  margin-top: 15px;
  text-align: right;
}

.medialist.medialist--layout {
  margin-top: 20px;
}
.medialist .medialist-item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #DBDBDB;
}
.medialist .medialist-item:first-child {
  margin-top: 0;
}

.medialist_col.medialist_col--layout01 {
  margin-top: 15px;
}
.medialist_col.medialist_col--layout02 {
  margin-top: 20px;
}
.medialist_col.medialist_col--type01 .medialist_col-list {
  padding: 15px 0;
}
.medialist_col.medialist_col--type01 .medialist_col-item:not(:nth-child(-n+2)) {
  margin-top: 15px;
  padding-top: 15px;
}
.medialist_col.medialist_col--type01 .medialist_col-item:nth-child(odd) .medialist_col-box {
  padding-right: 20px;
  padding-left: 10px;
}
.medialist_col.medialist_col--type01 .medialist_col-item:nth-child(even) .medialist_col-box {
  padding-right: 10px;
  padding-left: 20px;
}
.medialist_col.medialist_col--type02 {
  padding-bottom: 60px;
}
.medialist_col .medialist_col-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px dashed #DBDBDB;
  border-top: 1px dashed #DBDBDB;
}
.medialist_col .medialist_col-item {
  width: 325px;
}
.medialist_col .medialist_col-item:not(:nth-child(-n+2)) {
  border-top: 1px dashed #DBDBDB;
  margin-top: 20px;
  padding-top: 20px;
}
.medialist_col .medialist_col-item:nth-child(odd) .medialist_col-box {
  padding-right: 15px;
  border-right: 1px dashed #DBDBDB;
}
.medialist_col .medialist_col-item:nth-child(even) .medialist_col-box {
  padding-left: 15px;
}
.medialist_col .medialist_col-box:hover {
  opacity: 0.7;
}

.mediabox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  text-decoration: none;
}
.mediabox.mediabox--type01 .mediabox-object {
  margin-right: 20px;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
}
.mediabox.mediabox--type01 .mediabox-object .mediabox-object_img {
  max-width: 80px;
}
.mediabox.mediabox--type01 .mediabox-title {
  font-size: 12px;
}
.mediabox .mediabox-object {
  margin-right: 14px;
  width: 70px;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid #EBEBEB;
}
.mediabox .mediabox-object_img {
  max-width: 70px;
  height: auto;
  opacity: 1;
}
.mediabox .mediabox-body {
  -ms-flex: 1;
      flex: 1;
}
.mediabox .mediabox-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.mediabox .mediabox-desc {
  margin-top: 5px;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
}

.mediabox_solo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  text-decoration: none;
}
.mediabox_solo:hover {
  opacity: 0.7;
}
.mediabox_solo.mediabox_solo--new .mediabox_solo-object {
  position: relative;
}
.mediabox_solo.mediabox_solo--new .mediabox_solo-object::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  opacity: 1;
}
.mediabox_solo .mediabox_solo-object {
  margin-right: 20px;
  width: 121px;
  height: 94px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  overflow: hidden;
}
.mediabox_solo .mediabox_solo-object_img {
  max-width: 121px;
  height: auto;
  opacity: 1;
}
.mediabox_solo .mediabox_solo-body {
  -ms-flex: 1;
      flex: 1;
}
.mediabox_solo .mediabox_solo-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.mediabox_solo .mediabox_solo-desc {
  margin-top: 10px;
  color: #333333;
  font-size: 12px;
  line-height: 1.5;
}

.link_contents .link_contents-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: center;
      align-items: center;
  margin-top: -5px;
  margin-left: -5px;
  line-height: 1.4;
}
.link_contents .link_contents-item {
  margin-top: 5px;
  margin-left: 5px;
  color: #999999;
}
.link_contents .link_contents-link {
  text-decoration: none;
}
.link_contents .link_contents-link.link_contents-link--disable {
  color: #CCCCCC;
}
.link_contents.link_contents--layout01 {
  margin-top: 20px;
}

.alltheme_list {
  line-height: 2.1;
}
.alltheme_list.alltheme_list--layout {
  margin-top: 20px;
}
.alltheme_list .alltheme_list-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.4;
  margin-top: -9px;
}
.alltheme_list .alltheme_list-item {
  color: #999999;
  margin-top: 9px;
}
.alltheme_list .alltheme_list-link {
  text-decoration: none;
}

.servicelist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.servicelist.servicelist--layout {
  margin-top: 20px;
}
.servicelist .servicelist-item {
  display: -ms-flexbox;
  display: flex;
  width: 315px;
  padding-bottom: 2px;
}
.servicelist .servicelist-link {
  display: block;
  padding: 5px 14px 0;
  text-decoration: none;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}
.servicelist .servicelist-link:hover {
  opacity: 0.7;
}
.servicelist .servicelist-link_title {
  text-align: center;
}
.servicelist .servicelist-link_img {
  opacity: 1;
}
.servicelist .servicelist-link_body {
  padding: 14px 0 12px;
  margin-top: 5px;
  color: #333333;
  line-height: 1.5;
  border-top: 1px dashed #DBDBDB;
}

.sub_content {
  width: 280px;
  border-bottom: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  box-sizing: border-box;
}
.sub_content .sub_content-title {
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 14px;
  border-top: 4px solid #CDE6B8;
}
.sub_content .sub_content-title_text {
  position: relative;
  padding-left: 20px;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
}
.sub_content .sub_content-title_text::before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
}
.sub_content .sub_content-title_text_addition {
  font-size: 12px;
  margin-left: 1px;
}
.sub_content .sub_content-body {
  padding: 20px 14px;
  border-top: 1px solid #DBDBDB;
}
.sub_content .sub_content-body.sub_content-body--type01 {
  padding-top: 15px;
}
.sub_content .sub_content-text {
  line-height: 1.5;
}
.sub_content .sub_content-action {
  margin-top: 16px;
}
.sub_content .sub_content-inlinebox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.sub_content .sub_content-object {
  display: -ms-flexbox;
  display: flex;
  width: 82px;
  height: 82px;
  border: 1px solid #CCCCCC;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box;
}
.sub_content .sub_content-link {
  -ms-flex: 1;
      flex: 1;
  width: 158px;
  margin-left: 10px;
}

.banner_list.banner_list--layout {
  margin-top: 20px;
}
.banner_list .banner_list-item:not(:first-child) {
  margin-top: 10px;
}

.banner {
  display: block;
  text-align: center;
}

.title_gray {
  font-size: 24px;
  color: #666666;
  line-height: 1.5;
}
.title_gray.title_gray--layout01 {
  margin-top: 60px;
}
.title_gray.title_gray--layout02 {
  margin-top: 33px;
}
.title_gray.title_gray--layout03 {
  margin-top: 20px;
}
.title_gray.title_gray--search {
  position: relative;
  padding-left: 36px;
  font-size: 24px;
  color: #666666;
}
.title_gray.title_gray--search::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
}

.title_circle_green {
  position: relative;
  padding-left: 20px;
  color: #666666;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.title_circle_green.title_circle_green--layout {
  margin-top: 22px;
}
.title_circle_green.title_circle_green--border {
  padding-bottom: 7px;
  border-bottom: 2px solid #E2E2E2;
}
.title_circle_green.title_circle_green--border::before {
  top: 4px;
}
.title_circle_green.title_circle_green--type01 {
  display: inline-block;
  font-size: 14px;
}
.title_circle_green.title_circle_green--type01::before {
  top: 2px;
}
.title_circle_green.title_circle_green--type02::before {
  top: 4px;
}
.title_circle_green::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
}

.vlinklist.vlinklist--layout01 {
  margin-top: 12px;
}
.vlinklist.vlinklist--layout02 {
  margin-top: 15px;
}
.vlinklist.vlinklist--layout03 {
  margin-top: 20px;
}
.vlinklist.vlinklist--type01 .vlinklist-item {
  font-size: 14px;
}
.vlinklist.vlinklist--type01 .vlinklist-item:not(:first-child) {
  margin-top: 0;
}
.vlinklist.vlinklist--type01 .vlinklist-link {
  padding-left: 11px;
}
.vlinklist.vlinklist--type01 .vlinklist-link::before {
  top: 6px;
  left: 0;
}
.vlinklist.vlinklist--type02 .vlinklist-link {
  margin-top: 0;
}
.vlinklist .vlinklist-item:not(:first-child) {
  margin-top: 10px;
}
.vlinklist .vlinklist-title {
  color: #666666;
  line-height: 1.5;
}
.vlinklist .vlinklist-link {
  position: relative;
  display: block;
  margin-top: 5px;
  padding-left: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5;
}
.vlinklist .vlinklist-link::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 5px;
}

.vlinklist_inline .vlinklist_inline-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -7px;
  margin-right: -10px;
}
.vlinklist_inline .vlinklist_inline-item {
  position: relative;
  margin-top: 7px;
  margin-right: 10px;
  padding-left: 11px;
  color: #707070;
  line-height: 1.75;
}
.vlinklist_inline .vlinklist_inline-item::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
}
.vlinklist_inline .vlinklist_inline-text {
  font-weight: bold;
}
.vlinklist_inline .vlinklist_inline-link {
  font-weight: bold;
  text-decoration: none;
}

.dotlist .dotlist-item {
  position: relative;
  padding-left: 16px;
  font-size: 11px;
  line-height: 1.6;
}
.dotlist .dotlist-item:not(:first-child) {
  margin-top: 5px;
}
.dotlist .dotlist-item::before {
  position: absolute;
  top: 6px;
  left: 5px;
  content: "";
}

.thumblink_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
}
.thumblink_list .thumblink_list-object {
  margin-right: 10px;
}
.thumblink_list .thumblink_list-object_img {
  border-radius: 50%;
}
.thumblink_list .thumblink_list-text {
  -ms-flex: 1;
      flex: 1;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}
.thumblink_list .thumblink_list-text.thumblink_list-text--type01 {
  line-height: 1;
}
.thumblink_list .thumblink_list-text_sub {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
}
.thumblink_list:hover .thumblink_list-object_img {
  opacity: 0.7;
}

.link_showmore {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
}
.link_showmore::after {
  content: "";
  margin-left: 5px;
}
.link_showmore:hover {
  opacity: 0.7;
}

.btn_action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 48px;
  background-color: #F77C00;
  background-clip: padding-box;
  border-radius: 3px;
  border-bottom: 2px solid #E15F01;
  text-decoration: none;
  box-sizing: border-box;
}
.btn_action:hover {
  opacity: 0.7;
}
.btn_action .btn_action-title {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.btn_action.btn_action--label {
  position: relative;
  width: 310px;
  height: 44px;
  padding-top: 18px;
  padding-bottom: 11px;
  box-shadow: 0 2px 0 #e15f01;
  border-bottom: none;
}
.btn_action.btn_action--label .btn_action-pop {
  display: block;
  position: absolute;
  top: -9px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  padding: 2px 8px;
  color: #f77c00;
  font-size: 10px;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #f77c00;
  line-height: 1;
}
.btn_action.btn_action--label .btn_action-title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.btn_link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 48px;
  background-color: #6FBA2C;
  background-clip: padding-box;
  border-radius: 3px;
  border-bottom: 2px solid #519408;
  text-decoration: none;
  box-sizing: border-box;
}
.btn_link:hover {
  opacity: 0.7;
}
.btn_link .btn_link-title {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.btn_link .btn_link-title.btn_link-title--type01 {
  font-size: 12px;
}

.lightbox_overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.75;
}

.lightbox_window {
  position: fixed;
  font-size: 12px;
  color: #333333;
  z-index: 102;
  top: 50%;
  left: 50%;
  margin-left: -425px;
  margin-top: -259px;
  overflow: hidden;
  padding: 18px 20px 0 0;
}

.lightbox {
  width: 830px;
  height: 500px;
  background: #FFFFFF;
}
.lightbox .lightbox-body {
  position: relative;
  margin-top: 10px;
}
.lightbox .lightbox-close {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  z-index: 300;
}
.lightbox .lightbox-close:hover {
  opacity: 0.8;
}

.slider {
  position: absolute;
  z-index: 200;
}
.slider .slider-view {
  position: relative;
  width: 830px;
  height: 500px;
  overflow: hidden;
}
.slider .slider-view .slider-container {
  position: absolute;
  width: 830px;
  height: 500px;
}
.slider .slider-view .slider-container > li {
  display: inline-block;
  position: relative;
}
.slider .slider-view .slider-container > li .slider-action {
  position: absolute;
  z-index: 210;
}
.slider .slider-view .slider-container > li .slider-action.service01 {
  top: 345px;
  left: 43px;
}
.slider .slider-view .slider-pager {
  position: absolute;
  z-index: 200;
  width: 830px;
}
.slider .slider-view .slider-pager .slider-prev {
  position: relative;
  float: left;
  width: 249px;
  height: 500px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background: url(data:image/gif;base64,R0lGODlhAQABAGAAACH5BAEKAP8ALAAAAAABAAEAAAgEAP8FBAA7) no-repeat;
}
.slider .slider-view .slider-pager .slider-prev .ui-icon--prev {
  position: absolute;
  top: 50%;
  left: 13px;
}
.slider .slider-view .slider-pager .slider-prev:hover {
  opacity: 1;
}
.slider .slider-view .slider-pager .slider-next {
  position: relative;
  float: right;
  width: 581px;
  height: 500px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background: url(data:image/gif;base64,R0lGODlhAQABAGAAACH5BAEKAP8ALAAAAAABAAEAAAgEAP8FBAA7) no-repeat;
}
.slider .slider-view .slider-pager .slider-next .ui-icon--next {
  position: absolute;
  top: 50%;
  right: 13px;
}
.slider .slider-view .slider-pager .slider-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dn {
  display: none;
}

.ui-icon--prev,
.ui-icon--next {
  background-image: url(/edit/assets/suumo/img/include/inc_CH_top_000_slider_pager.png);
  background-repeat: no-repeat;
}

.ui-icon--prev {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  background-position: 0 0;
  width: 24px;
  height: 43px;
}

.ui-icon--next {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  background-position: -24px 0;
  width: 24px;
  height: 43px;
}

.actiondata {
  border-radius: 6px;
  box-shadow: 0 3px 5px #D9D9D9;
  border: 2px solid #6FBA2C;
  padding: 10px;
  width: 720px;
}
.actiondata .actiondata-title {
  color: #F77C00;
  font-weight: bold;
}
.actiondata .actiondata-body {
  margin-top: 10px;
}

.actionmenu .actionmenu-search {
  float: left;
  margin-right: 20px;
  width: 530px;
}
.actionmenu .actionmenu-cont {
  border-radius: 6px;
  float: left;
  padding: 10px;
  background-color: #E7ECD9;
  text-align: center;
  color: #09881F;
  font-weight: bold;
}

.actionsearch {
  border-top: 1px dotted #E7ECD9;
  padding-top: 5px;
  margin-top: 5px;
}
.actionsearch:first-child {
  margin-top: 0;
  border-top: none;
}
.actionsearch .actionsearch-title {
  float: left;
  color: #09881F;
  font-weight: bold;
  margin-right: 10px;
  width: 135px;
}
.actionsearch .actionsearch-data {
  float: left;
}
.actionsearch .actionsearch-data li {
  float: left;
}

.ch_top-icon, .panel_content .panel_content-headline::before, .link_showmore::after {
  display: inline-block;
}
