/* line 5, sass/partial/_topic-path.scss */
.top-breadcrumb {
  padding-top: 10px;
  margin-left: 15px;
}

/* line 8, sass/partial/_topic-path.scss */
.top-breadcrumb li {
  display: inline-block;
}

/* line 15, sass/partial/_topic-path.scss */
.top-breadcrumb li:not(:last-child):after {
  content: " > ";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 25, sass/partial/_topic-path.scss */
.breadcrumbs {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 0 0;
  overflow: hidden;
  _zoom: 1;
}

/* line 33, sass/partial/_topic-path.scss */
.breadcrumbs li {
  display: inline-block;
  color: #000;
}

/* line 36, sass/partial/_topic-path.scss */
.breadcrumbs li a {
  zoom: 1;
  white-space: nowrap;
}

/* line 40, sass/partial/_topic-path.scss */
.breadcrumbs li a:after {
  content: " > ";
  display: inline-block;
}

/* line 46, sass/partial/_topic-path.scss */
.breadcrumbs li span.current {
  cursor: default;
  color: #44bde0;
  display: inline-block;
}

@media all and (max-width: 962px) {
  /* line 55, sass/partial/_topic-path.scss */
  .breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (max-width: 500px) {
  /* line 62, sass/partial/_topic-path.scss */
  .breadcrumbs {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 7, sass/page-bukken-search.scss */
input[type=checkbox] {
  cursor: pointer;
}

/* line 11, sass/page-bukken-search.scss */
.jyoken-search-box {
  margin-bottom: 30px;
}

/* line 14, sass/page-bukken-search.scss */
.jyoken-search-box .town-box {
  display: none;
}

/* line 18, sass/page-bukken-search.scss */
.jyoken-search-box .town-title {
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 22, sass/page-bukken-search.scss */
.jyoken-search-box .town-title label {
  cursor: pointer;
  padding: 0 0.5em;
}

/* line 26, sass/page-bukken-search.scss */
.jyoken-search-box .town-title label input[type=checkbox] {
  vertical-align: -2px;
}

/* line 32, sass/page-bukken-search.scss */
.jyoken-search-box .town-list {
  margin-bottom: 20px;
}

/* line 35, sass/page-bukken-search.scss */
.jyoken-search-box .town-list > li {
  display: inline-block;
}

/* line 43, sass/page-bukken-search.scss */
.jyoken-search-box .district-list > li,
.jyoken-search-box .town-list > li {
  display: inline-block;
  padding: 0 0.5em;
  margin-bottom: 0.5em;
}

/* line 48, sass/page-bukken-search.scss */
.jyoken-search-box .district-list > li input[type=checkbox],
.jyoken-search-box .town-list > li input[type=checkbox] {
  vertical-align: -1px;
}

/* line 51, sass/page-bukken-search.scss */
.jyoken-search-box .district-list > li a,
.jyoken-search-box .town-list > li a {
  text-decoration: underline !important;
  display: inline-block;
  margin-left: 3px;
  color: #000;
}

/* line 61, sass/page-bukken-search.scss */
.jyoken-search-box .selected {
  background-color: #d9d2c4;
}

/* line 65, sass/page-bukken-search.scss */
.jyoken-search-box .checkbox-list,
.jyoken-search-box .radio-list,
.jyoken-search-box .madori-list,
.jyoken-search-box .jyoken-list {
  margin-bottom: 0;
}

/* line 11, sass/partial/_functions.scss */
.jyoken-search-box .checkbox-list:after,
.jyoken-search-box .radio-list:after,
.jyoken-search-box .madori-list:after,
.jyoken-search-box .jyoken-list:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 72, sass/page-bukken-search.scss */
.jyoken-search-box .checkbox-list > li,
.jyoken-search-box .radio-list > li,
.jyoken-search-box .madori-list > li,
.jyoken-search-box .jyoken-list > li {
  display: inline-block;
}

/* line 76, sass/page-bukken-search.scss */
.jyoken-search-box .checkbox-list > li label,
.jyoken-search-box .radio-list > li label,
.jyoken-search-box .madori-list > li label,
.jyoken-search-box .jyoken-list > li label {
  font-weight: normal;
  margin-bottom: 0;
}

/* line 87, sass/page-bukken-search.scss */
.jyoken-search-box .jyoken-list > li {
  text-indent: -1.4em;
  padding-left: 1.4em;
}

/* line 94, sass/page-bukken-search.scss */
.jyoken-search-box .list-width > li {
  width: 20%;
}

/* line 100, sass/page-bukken-search.scss */
.jyoken-search-box .list-width2 > li {
  width: 33.33%;
}

/* line 106, sass/page-bukken-search.scss */
.jyoken-search-box .jyoken-table {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
}

/* line 112, sass/page-bukken-search.scss */
.jyoken-search-box .jyoken-table th, .jyoken-search-box .jyoken-table td {
  border: 1px solid #ccc;
  padding: 6px 8px;
}

/* line 116, sass/page-bukken-search.scss */
.jyoken-search-box .jyoken-table th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #efefef;
  color: #000;
  vertical-align: top;
}

/* line 126, sass/page-bukken-search.scss */
.jyoken-search-box .jyoken-table td {
  padding: 4px 0 4px 1em;
  color: #3d1d11;
  vertical-align: top;
}

/* line 133, sass/page-bukken-search.scss */
.jyoken-search-box .include-kanrihi {
  font-weight: normal;
  display: inline-block;
  margin-left: 1em;
}

/* line 139, sass/page-bukken-search.scss */
.jyoken-search-box input[type=text] {
  height: 36px;
  padding: 10px;
  vertical-align: middle;
  width: 200px;
  background-color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 5px;
  border: #cfcfcf 1px solid;
}

/* line 154, sass/page-bukken-search.scss */
.jyoken-search-box input[type=checkbox],
.jyoken-search-box input[type=radio] {
  vertical-align: -2px;
  width: 12px;
  height: 12px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  margin-right: 3px;
}

/* line 165, sass/page-bukken-search.scss */
.jyoken-search-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  color: black;
  background-color: white;
  cursor: default;
  border-image: initial;
  border: 1px solid #d9d2c4;
}

/* line 181, sass/page-bukken-search.scss */
.jyoken-search-title {
  font-size: 14px;
  margin-bottom: 15px;
  color: #000;
  border-bottom: double 5px #ccc;
  padding-bottom: 5px;
}

/* line 188, sass/page-bukken-search.scss */
.jyoken-search-title .count {
  font-size: 20px;
  color: #44bde0;
}

/* line 11, sass/partial/_functions.scss */
#rosen-eki-box:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 199, sass/page-bukken-search.scss */
#rosen-eki-box .jyoken-search-title {
  text-align: center;
}

/* line 203, sass/page-bukken-search.scss */
#rosen-eki-box input[type=checkbox] {
  vertical-align: -2px;
}

/* line 207, sass/page-bukken-search.scss */
#rosen-eki-box .search-title {
  font-weight: bold;
  font-size: 14px;
  background: none !important;
  color: #000;
  border-bottom: 1px dotted #666;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 4px;
}

/* line 218, sass/page-bukken-search.scss */
#rosen-eki-box .search-title label {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 0;
}

/* line 227, sass/page-bukken-search.scss */
#rosen-eki-box .rosen-box {
  width: 47.5%;
  margin-right: 2.5%;
  float: left;
}

/* line 233, sass/page-bukken-search.scss */
#rosen-eki-box .eki-box {
  width: 47.5%;
  float: left;
  margin-left: 2.5%;
}

/* line 240, sass/page-bukken-search.scss */
#rosen-eki-box .rosen-list,
#rosen-eki-box .eki-list {
  margin-left: 10px;
  margin-bottom: 30px;
}

/* line 245, sass/page-bukken-search.scss */
#rosen-eki-box .rosen-list > li,
#rosen-eki-box .eki-list > li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding-left: 5px;
}

/* line 252, sass/page-bukken-search.scss */
#rosen-eki-box .rosen-list > li label,
#rosen-eki-box .eki-list > li label {
  font-weight: normal;
  margin-bottom: 0;
}

/* line 257, sass/page-bukken-search.scss */
#rosen-eki-box .rosen-list > li a,
#rosen-eki-box .eki-list > li a {
  color: #000;
  text-decoration: underline !important;
  display: inline-block;
}

/* line 265, sass/page-bukken-search.scss */
#rosen-eki-box .eki-list-box {
  display: none;
}

/* line 270, sass/page-bukken-search.scss */
.jyoken-search-box-actions {
  text-align: center;
}

/* line 273, sass/page-bukken-search.scss */
.jyoken-search-box-actions .jyoken-search-title {
  border-bottom: 0;
  margin-bottom: 10px;
}

/* line 279, sass/page-bukken-search.scss */
.jyoken-search-tab-list {
  margin-bottom: 0;
}

/* line 11, sass/partial/_functions.scss */
.jyoken-search-tab-list:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 283, sass/page-bukken-search.scss */
.jyoken-search-tab-list li {
  width: 49.5%;
  float: left;
}

/* line 287, sass/page-bukken-search.scss */
.jyoken-search-tab-list li span {
  display: block;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  margin: 0 0 -1px;
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
}

/* line 303, sass/page-bukken-search.scss */
.jyoken-search-tab-list li:last-child {
  margin-left: 1%;
}

/* line 308, sass/page-bukken-search.scss */
.jyoken-search-tab-list li.active span {
  cursor: default;
  color: #000;
  background-color: #efefef;
  border: 1px solid #ddd;
  border-top: 2px solid #a9a9a9;
  border-bottom: 1px solid #fff;
}

/* line 319, sass/page-bukken-search.scss */
#jyoken-search-form {
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

/* line 324, sass/page-bukken-search.scss */
#submit-btn {
  background-image: none;
  background-color: #222;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  padding: 4px 0;
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #222;
  transition: 0.2s;
  cursor: pointer;
}

/* line 344, sass/page-bukken-search.scss */
#submit-btn:hover {
  background: #fff;
  color: #222;
}

/* line 350, sass/page-bukken-search.scss */
.f-normal {
  font-weight: normal;
}

/* line 354, sass/page-bukken-search.scss */
.el_select_buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

/* line 359, sass/page-bukken-search.scss */
.el_select_buttons > li {
  width: 147.5px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
}

/* line 366, sass/page-bukken-search.scss */
.el_select_buttons > li span {
  padding-left: 0;
  display: block;
  background-color: #f7f7f7;
  text-align: center;
  cursor: pointer;
}

/* line 372, sass/page-bukken-search.scss */
.el_select_buttons > li span:before {
  display: none;
}

/* line 378, sass/page-bukken-search.scss */
.el_select_buttons > li:last-child {
  margin-right: 0;
}

/* line 383, sass/page-bukken-search.scss */
.el_checkbox_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* line 387, sass/page-bukken-search.scss */
.el_checkbox_list > li {
  display: inline-block;
  width: auto;
}

/* line 393, sass/page-bukken-search.scss */
.el_checkbox_list > li > span {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

/* line 399, sass/page-bukken-search.scss */
.el_checkbox_list > li > span:before {
  content: '';
  display: block;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #222;
  position: absolute;
  border-radius: 3px;
}

/* line 414, sass/page-bukken-search.scss */
.el_checkbox_list > li > span.choose:before {
  background: #44bde0;
  border: 1px solid #44bde0;
}

/* line 421, sass/page-bukken-search.scss */
.el_checkbox_list > li.w100 {
  width: 100%;
}

/* line 425, sass/page-bukken-search.scss */
.el_checkbox_list > li:not(:last-child) {
  margin-right: 1.5em;
}

/* line 431, sass/page-bukken-search.scss */
.city-all {
  font-weight: bold;
  margin-bottom: 10px;
}

@media all and (max-width: 686px) {
  /* line 439, sass/page-bukken-search.scss */
  .jyoken-search-box .list-width > li {
    width: 120px;
  }
}

@media all and (max-width: 660px) {
  /* line 451, sass/page-bukken-search.scss */
  .jyoken-search-box .list-width2 > li {
    width: 210px;
  }
  /* line 459, sass/page-bukken-search.scss */
  .el_checkbox_list > li:not(:last-child) {
    margin-right: 1em;
  }
}

@media all and (max-width: 500px) {
  /* line 468, sass/page-bukken-search.scss */
  .jyoken-search-title {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 478, sass/page-bukken-search.scss */
  .jyoken-search-box .district-list > li input[type=checkbox],
  .jyoken-search-box .town-list > li input[type=checkbox] {
    vertical-align: 2px;
  }
  /* line 482, sass/page-bukken-search.scss */
  .jyoken-search-box .district-list > li a,
  .jyoken-search-box .town-list > li a {
    font-size: 16px;
  }
  /* line 490, sass/page-bukken-search.scss */
  .jyoken-search-box .town-title label input[type=checkbox] {
    vertical-align: 2px;
  }
  /* line 497, sass/page-bukken-search.scss */
  .jyoken-search-box .jyoken-table th, .jyoken-search-box .jyoken-table td {
    display: block;
    width: 100%;
  }
  /* line 507, sass/page-bukken-search.scss */
  .jyoken-search-box .radio-list > li,
  .jyoken-search-box .checkbox-list > li,
  .jyoken-search-box .jyoken-list > li {
    font-size: 16px;
    margin-bottom: 5px;
    vertical-align: 0;
  }
  /* line 513, sass/page-bukken-search.scss */
  .jyoken-search-box select {
    font-size: 16px;
  }
  /* line 517, sass/page-bukken-search.scss */
  .jyoken-search-box .list-width {
    width: 100%;
  }
  /* line 519, sass/page-bukken-search.scss */
  .jyoken-search-box .list-width > li {
    width: 50%;
  }
  /* line 523, sass/page-bukken-search.scss */
  .jyoken-search-box .list-width2 {
    width: 100%;
  }
  /* line 525, sass/page-bukken-search.scss */
  .jyoken-search-box .list-width2 > li {
    width: 50%;
  }
  /* line 532, sass/page-bukken-search.scss */
  .jyoken-search-box .madori-width > li {
    float: left;
    width: 50%;
  }
  /* line 539, sass/page-bukken-search.scss */
  .jyoken-search-box .jyoken-list > li {
    width: 50%;
  }
  /* line 543, sass/page-bukken-search.scss */
  .jyoken-search-box .jyoken-list .sp-max {
    width: 100%;
  }
  /* line 549, sass/page-bukken-search.scss */
  .jyoken-search-box input[type=radio],
  .jyoken-search-box input[type=checkbox] {
    vertical-align: 2px;
  }
  /* line 561, sass/page-bukken-search.scss */
  #rosen-eki-box .jyoken-search-title {
    font-size: 11px;
  }
  /* line 565, sass/page-bukken-search.scss */
  #rosen-eki-box input[type=checkbox] {
    vertical-align: 0;
  }
  /* line 578, sass/page-bukken-search.scss */
  #rosen-eki-box .rosen-list > li a,
  #rosen-eki-box .eki-list > li a {
    font-size: 12px;
  }
  /* line 585, sass/page-bukken-search.scss */
  #submit-btn {
    width: 90%;
  }
}
