@charset "UTF-8";
.ch_top_core-icon--sprite, .ch_top_core-icon--circle, .title_circle_green::before, .ch_top_core-icon--loupe, .areamap .areamap-title::before, .areamap_map .areamap_map-title::before {
  background-image: url('/edit/assets/suumo/img/sprite/ch_top_core-icon-.png?4f8ccd2ab4');
  background-repeat: no-repeat;
}

.ch_top_core-icon--circle, .title_circle_green::before {
  background-position: 0 0;
  height: 15px;
  width: 15px;
}

.ch_top_core-icon--loupe, .areamap .areamap-title::before, .areamap_map .areamap_map-title::before {
  background-position: 0 -25px;
  height: 24px;
  width: 24px;
}

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

.title_base {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.title_base.title_base--layout {
  margin-top: 30px;
}
.title_base .title_base-caption {
  display: block;
  margin-top: 10px;
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}

.media_pagelead {
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px 16px 16px;
  border: 4px solid #E8E6DB;
  -ms-flex-align: center;
      align-items: center;
}
.media_pagelead.media_pagelead--layout {
  margin-top: 30px;
}
.media_pagelead .media_pagelead-object {
  display: -ms-flexbox;
  display: flex;
  width: 223px;
  height: 138px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 15px;
}
.media_pagelead .media_pagelead-inner {
  -ms-flex: 1;
      flex: 1;
}
.media_pagelead .media_pagelead-textarea:not(:first-child) {
  margin-top: 10px;
}
.media_pagelead .media_pagelead-title {
  color: #666666;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.media_pagelead .media_pagelead-desc {
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
}

.areamap {
  width: 950px;
  height: 663px;
  position: relative;
}
.areamap.areamap--layout {
  margin-top: 30px;
}
.areamap.areamap--no_tab {
  height: auto;
}
.areamap.areamap--no_tab .areamap-main {
  position: relative;
  margin-top: 15px;
  padding-top: 27px;
}
.areamap .areamap-sub {
  position: absolute;
  top: 0;
  width: 527px;
}
.areamap .areamap-main {
  position: absolute;
  bottom: 0;
  width: 950px;
  padding: 20px 28px 28px 28px;
  background-color: #FFFFFF;
  border-radius: 6px;
  border: 2px solid #B4D796;
  box-shadow: 0 2px 2px rgba(51, 51, 51, 0.16);
  box-sizing: border-box;
}
.areamap .areamap-main::after {
  position: absolute;
  width: 96px;
  height: 89px;
  content: "";
  bottom: 55px;
  left: 59px;
  background: url(/edit/assets/suumo/img/ch_top_core-suumo01.png);
}
.areamap .areamap-main.is-no_radius {
  border-radius: 0 6px 6px 6px;
}
.areamap .areamap-title {
  position: relative;
  padding-left: 36px;
  font-size: 24px;
  color: #666666;
  line-height: 1.6;
}
.areamap .areamap-title::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 4px;
}

.areamap_nav {
  display: -ms-flexbox;
  display: flex;
}
.areamap_nav .areamap_nav-item {
  position: relative;
  width: 260px;
  height: 57px;
}
.areamap_nav .areamap_nav-item:not(:first-child) {
  margin-left: 5px;
}
.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-bottom: none;
  border-top: 4px solid #70C222;
  padding-bottom: 2px;
}
.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: 256px;
  height: 4px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: -3px;
  left: 2px;
}
.areamap_nav .areamap_nav-item:first-child:not(.is-active) {
  height: 60px;
}
.areamap_nav .areamap_nav-item:first-child:not(.is-active) .areamap_nav-btn {
  padding-bottom: 3px;
}
.areamap_nav .areamap_nav-btn {
  position: absolute;
  left: 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 8px 0 0;
  border: 1px solid #CCCCCC;
  border-bottom: none;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.5;
  box-shadow: 3px 0 2px -2px rgba(51, 51, 51, 0.16), -2px 0 2px -2px rgba(51, 51, 51, 0.16);
  box-sizing: border-box;
  padding-top: 1px;
}
.areamap_nav .areamap_nav-btn .areamap_nav-btn_title {
  color: #666666;
}
.areamap_nav .areamap_nav-btn .areamap_nav-btn_title_large {
  font-size: 20px;
  font-weight: bold;
}
.areamap_nav .areamap_nav-btn:hover .areamap_nav-btn_title {
  color: #6FBA2C;
}

.areamap_map {
  display: none;
}
.areamap_map.is-active {
  display: block;
}
.areamap_map.areamap_map--no_tab .areamap_map-inner {
  margin-top: 0;
}
.areamap_map .areamap_map-title {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  color: #666666;
  line-height: 1.6;
}
.areamap_map .areamap_map-title::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
}
.areamap_map .areamap_map-inner {
  position: relative;
  width: 890px;
  height: 514px;
  margin-top: 10px;
  background-image: url(/edit/assets/suumo/img/ch_top_core-map.png);
  background-repeat: no-repeat;
  background-position: 184px 0;
}
.areamap_map .areamap_map-box {
  width: 150px;
  padding: 13px 10px 10px 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: 5px;
  left: 740px;
}
.areamap_map .areamap_map-box.areamap_map-box--hokkaido:hover::after {
  content: "";
  width: 108px;
  height: 89px;
  background-image: url(/edit/assets/suumo/img/ch_top_core-map_hokkaido.png);
  position: absolute;
  bottom: -4px;
  left: -132px;
}
.areamap_map .areamap_map-box.areamap_map-box--tohoku {
  top: 111px;
  left: 740px;
}
.areamap_map .areamap_map-box.areamap_map-box--tohoku:hover::after {
  content: "";
  width: 71px;
  height: 107px;
  background-image: url(/edit/assets/suumo/img/ch_top_core-map_tohoku.png);
  position: absolute;
  bottom: 65px;
  right: 249px;
}
.areamap_map .areamap_map-box.areamap_map-box--kanto {
  top: 297px;
  left: 740px;
}
.areamap_map .areamap_map-box.areamap_map-box--kanto:hover::after {
  content: "";
  width: 74px;
  height: 76px;
  background-image: url(/edit/assets/suumo/img/ch_top_core-map_kanto.png);
  position: absolute;
  top: -90px;
  left: -177px;
}
.areamap_map .areamap_map-box.areamap_map-box--koshinetsu {
  top: 33px;
  left: 350px;
}
.areamap_map .areamap_map-box.areamap_map-box--koshinetsu:hover::after {
  content: "";
  width: 163px;
  height: 72px;
  background-image: url(/edit/assets/suumo/img/ch_top_core-map_koshinetsu.png);
  position: absolute;
  bottom: -61px;
  left: 89px;
}
.areamap_map .areamap_map-box.areamap_map-box--tokai {
  top: 354px;
  left: 525px;
}
.areamap_map .areamap_map-box.areamap_map-box--tokai:hover::after {
  content: "";
  width: 109px;
  height: 78px;
  background-image: url(/edit/assets/suumo/img/ch_top_core-map_tokai.png);
  position: absolute;
  top: -118px;
  left: -63px;
}
.areamap_map .areamap_map-box.areamap_map-box--kansai {
  top: 354px;
  left: 350px;
}
.areamap_map .areamap_map-box.areamap_map-box--kansai:hover::after {
  content: "";
  width: 82px;
  height: 71px;
  background-image: url(/edit/assets/suumo/img/ch_top_core-map_kansai.png);
  position: absolute;
  top: -110px;
  left: 40px;
}
.areamap_map .areamap_map-box.areamap_map-box--shikoku {
  top: 354px;
  left: 175px;
}
.areamap_map .areamap_map-box.areamap_map-box--shikoku:hover::after {
  content: "";
  width: 71px;
  height: 34px;
  background-image: url(/edit/assets/suumo/img/ch_top_core-map_shikoku.png);
  position: absolute;
  top: -67px;
  right: -46px;
}
.areamap_map .areamap_map-box.areamap_map-box--chugoku {
  top: 33px;
  left: 175px;
}
.areamap_map .areamap_map-box.areamap_map-box--chugoku:hover::after {
  content: "";
  width: 91px;
  height: 36px;
  background-image: url(/edit/assets/suumo/img/ch_top_core-map_chugoku.png);
  position: absolute;
  bottom: -87px;
  right: -63px;
}
.areamap_map .areamap_map-box.areamap_map-box--kyushu {
  top: 33px;
  left: 0;
}
.areamap_map .areamap_map-box.areamap_map-box--kyushu:hover::after {
  content: "";
  width: 107px;
  height: 75px;
  background-image: url(/edit/assets/suumo/img/ch_top_core-map_kyushu.png);
  position: absolute;
  bottom: -94px;
  right: -141px;
}
.areamap_map .areamap_map-box_title {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  line-height: 1;
  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--layout {
  margin-top: 13px;
}
.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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 30px 0;
  background: #F8F8F5;
  -webkit-tap-highlight-color: transparent;
}
.companysearch.companysearch--layout {
  margin-top: 50px;
}
.companysearch .companysearch-contents {
  width: 950px;
}

.theme_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.theme_list.theme_list--layout {
  margin-top: 21px;
}
.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;
}

.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_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;
}
.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: -7px;
}
.alltheme_list .alltheme_list-item {
  color: #999999;
  margin-top: 7px;
}
.alltheme_list .alltheme_list-link {
  text-decoration: none;
}

.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--border {
  padding-bottom: 7px;
  border-bottom: 2px solid #E2E2E2;
}
.title_circle_green::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
}
.title_circle_green.title_circle_green--layout {
  margin-top: 50px;
}

.ch_top_core-icon {
  display: inline-block;
}
