@charset "UTF-8";
/* ------- BOOTSTRAP Enhancements ------------ */
@media screen and (min-width: 480px) {
  input[type="checkbox"] {
    border: 1px solid #b4b9be;
    border-radius: 0;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    margin: -7px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    min-width: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: .05s border-color ease-in-out;
    -moz-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out; }
    input[type="checkbox"]:disabled {
      border: 1px solid #eee; }
    input[type="checkbox"]:checked {
      border: 1px solid transparent;
      outline: none; }
    input[type="checkbox"]:checked::-ms-check {
      content: "\2714";
      font-size: 8px;
      outline: none;
      margin: 0px 0 0 0px !important;
      color: #fff;
      background-color: #555; }
    input[type="checkbox"]:focus {
      border: none;
      outline: 0; }

  input[type="checkbox"]:checked::before {
    content: "\2714";
    position: relative;
    font-size: 8px;
    margin: 0px 0 0 0px !important;
    color: #F8B62E;
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: #555;
    color: #fff;
    font: 400 17px/1 dashicons;
    padding-top: 0px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } }
@media screen and (min-width: 480px) {
  input[type=radio] {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 10px;
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -2px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: .05s border-color ease-in-out;
    -moz-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out; }
    input[type=radio]:disabled {
      border: 1px solid #eee; }
    input[type=radio]:checked {
      border: 1px solid #555;
      outline: none; }

  input[type=radio]:checked::before {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    color: #fff;
    font: 400 10px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 10px;
    margin-top: 3px;
    line-height: 16px;
    background-color: #555; } }
.d-inline-block {
  display: inline-block;
  vertical-align: top; }

/*
* for common
*/
.simple-checkbox {
  margin-top: 10px; }

.simple-radio label,
.simple-checkbox label {
  color: #444; }

.search-option {
  margin-top: 5px; }

a.no-link {
  /*リンクを非リンクに変える*/
  pointer-events: none;
  cursor: default;
  text-decoration: none; }

span.no-mail-address {
  color: red; }

span.station-name {
  margin-left: 5px; }

/**
* 沿線選択の＋とーの制御…長い…
*/
.panel-heading {
  margin: 5px 0; }

div.wayside-head[data-toggle="collapse"] {
  font-size: 15px;
  margin-bottom: 5px; }

div.wayside-head[data-toggle="collapse"]:before {
  content: "\f0fe";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px;
  float: left;
  margin-right: 10px; }

div.wayside-head.collapse-false:before {
  content: "\f146";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px; }

div.wayside-head[aria-expanded="true"]:before {
  content: "\f146";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px; }

div.wayside-head[aria-expanded="false"]:before {
  content: "\f0fe";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px; }

label.no-prop {
  color: #BDBDBD !important; }

.btn.btn-raised.btn-success {
  background-color: #1E8E7C; }

a.prop-title-link,
a.city-name-link,
a.station-name-link {
  color: #444; }

@media screen and (max-width: 767px) {
  a.city-name-link,
  a.station-name-link {
    /*リンクを非リンクに変える*/
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

.school-name {
  color: #444; }

.prop-row {
  margin-left: 0px;
  margin-right: 0px; }

.jq-toast-single.jq-has-icon.jq-icon-success {
  background-color: #1E8E7C; }

fieldset {
  display: inline-block; }

/**
* for areaSelect
*/
.area-all .area-all-label,
.area-all .city-all-label,
.area-all .other-all-label,
.city-all .area-all-label,
.city-all .city-all-label,
.city-all .other-all-label,
.other-all .area-all-label,
.other-all .city-all-label,
.other-all .other-all-label {
  margin-left: 7px;
  color: #444; }

/**
* for search-option-word
*/
.search-option-word {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem; }
  @media screen and (max-width: 767px) {
    .search-option-word {
      font-size: 1.0rem;
      margin-top: 1.0rem;
      margin-bottom: 1.0rem;
      margin-left: 5px; } }

/**
* for pagination
* for kana-section
*/
@media screen and (max-width: 767px) {
  .pagination,
  .kana-section {
    margin: 5px 0; } }

/*
* for propertyCount
*/
.prop-count {
  padding: 0;
  margin-left: 5px;
  font-size: 1.2rem;
  float: none; }
  .prop-count .count {
    padding: 10px 0;
    font-weight: bold;
    font-size: 1.5rem; }
  .prop-count .no-prop {
    padding: 10px 0;
    font-size: 2.0rem; }
    .prop-count .no-prop .msg-block {
      padding: 50px;
      text-align: center;
      background: #f5f5f5;
      font-size: 20px;
      color: #777; }
      .prop-count .no-prop .msg-block i.fa {
        font-size: 45px;
        vertical-align: middle;
        padding-right: 10px; }
      .prop-count .no-prop .msg-block strong {
        vertical-align: middle; }
  @media screen and (max-width: 991px) {
    .prop-count {
      font-size: 1.0rem;
      margin-top: 5px;
      margin-bottom: 5px;
      margin-left: 0px; } }
  @media screen and (max-width: 767px) {
    .prop-count .count {
      font-weight: bold;
      font-size: 1.2rem; } }

/**
* for Icon
*/
.social {
  cursor: pointer; }
  .social .fa-heart {
    color: #1E8E7C; }

.map-icon {
  background: #FAFAFA;
  border: 2px solid #DDD;
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
  padding: 3px 12px;
  transition: 0.2s opacity ease; }
  @media screen and (max-width: 991px) {
    .map-icon {
      font-size: 15px; } }
  @media screen and (max-width: 767px) {
    .map-icon {
      font-size: 14px; } }
  .map-icon .fa-map-marker {
    color: #1E8E7C;
    margin-right: 5px;
    font-size: 87.5%; }
  .map-icon .list-map-link,
  .map-icon .detail-map-link {
    color: #444;
    font-size: 87.5%;
    font-weight: bold; }
  .map-icon:hover {
    color: #444;
    opacity: 0.7;
    text-decoration: none; }

.traffic-map-icon {
  background: #FAFAFA;
  border: 2px solid #DDD;
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 3px;
  padding: 1px 5px;
  transition: 0.2s opacity ease; }
  @media screen and (max-width: 991px) {
    .traffic-map-icon {
      font-size: 15px; } }
  @media screen and (max-width: 767px) {
    .traffic-map-icon {
      font-size: 14px; } }
  .traffic-map-icon .fa-map-marker {
    color: #1E8E7C;
    margin-right: 5px;
    font-size: 87.5%; }
  .traffic-map-icon .list-map-link,
  .traffic-map-icon .detail-map-link {
    color: #444;
    font-size: 87.5%;
    font-weight: bold; }
  .traffic-map-icon:hover {
    color: #444;
    opacity: 0.7;
    text-decoration: none; }

.traffic-advice {
  cursor: pointer; }

/*
* for messages
*/
.alert.alert-dismissible.alert-success {
  margin-bottom: 0px !important;
  background-color: #1E8E7C; }

#messages .alert.alert-dismissible.alert-success {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0px !important;
  background-color: #1E8E7C; }

/*
* for propertyList (PC)
*/
.prop-title-link {
  font-size: 1.2rem;
  font-weight: 600; }

@media screen and (max-width: 991px) {
  .prop-title-link {
    font-size: 1.0rem;
    font-weight: 600; } }
.prop-list, .agency-list, body.agency-contact-page {
  padding: 0; }

.list-group .list-group-item:nth-child(odd) {
  padding: 0px 0px;
  background-color: #f2f2f2; }
  .list-group .list-group-item:nth-child(odd) .image {
    background-color: #f2f2f2; }

.no-detail {
  background-color: #ccc;
  border-top: solid 1px #fff; }

.prop-title {
  margin-left: 8px; }

.list-group-item {
  padding: 0px 0px !important; }
  .list-group-item .prop-row .prop-col {
    margin-bottom: 5px;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .list-group-item .prop-row .prop-col {
        margin-bottom: 0; } }
    .list-group-item .prop-row .prop-col .prop-fg {
      padding-bottom: 1px;
      margin-top: 5px; }
      .list-group-item .prop-row .prop-col .prop-fg .title-left {
        width: 90%; }
        .list-group-item .prop-row .prop-col .prop-fg .title-left .name {
          margin: 0px; }
          .list-group-item .prop-row .prop-col .prop-fg .title-left .name .checkbox {
            margin-left: 15px;
            margin-top: 0px;
            margin-bottom: 0px; }
            .list-group-item .prop-row .prop-col .prop-fg .title-left .name .checkbox .prop-title {
              padding-left: 0px; }
          @media screen and (max-width: 991px) {
            .list-group-item .prop-row .prop-col .prop-fg .title-left .name .checkbox {
              margin-left: 5px; } }
        @media screen and (max-width: 560px) {
          .list-group-item .prop-row .prop-col .prop-fg .title-left {
            width: 80%; } }
      .list-group-item .prop-row .prop-col .prop-fg .title-right {
        margin-top: 5px;
        text-align: right;
        width: 8%; }
        .list-group-item .prop-row .prop-col .prop-fg .title-right .prop-inquiry,
        .list-group-item .prop-row .prop-col .prop-fg .title-right .social {
          margin-right: 5px;
          margin-top: 5px;
          display: inline-block; }
        @media screen and (max-width: 991px) {
          .list-group-item .prop-row .prop-col .prop-fg .title-right {
            margin-top: 8px; } }
        @media screen and (max-width: 560px) {
          .list-group-item .prop-row .prop-col .prop-fg .title-right {
            width: 20%; }
            .list-group-item .prop-row .prop-col .prop-fg .title-right .prop-inquiry,
            .list-group-item .prop-row .prop-col .prop-fg .title-right .social {
              font-size: 0.8em;
              display: inline-block; } }
  .list-group-item .prop-row .info-col {
    padding-left: 15px;
    padding-right: 0; }
    .list-group-item .prop-row .info-col .access {
      padding: 0 0;
      margin-bottom: 8px;
      color: #777;
      /*                font-size: 0.8rem;*/
      font-weight: 700; }
      .list-group-item .prop-row .info-col .access .traffic {
        display: block;
        margin-bottom: 3px; }
    .list-group-item .prop-row .info-col .price {
      margin-bottom: 0px;
      padding: 0 0;
      color: #EF8000;
      font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      .list-group-item .prop-row .info-col .price {
        padding: 0 15px;
        color: #00323c;
        background-color: #F8B62E;
        font-size: 1.0rem;
        height: 20px;
        text-align: center;
        width: auto;
        font-weight: bold;
        padding-top: 3px; } }
    .list-group-item .prop-row .info-col .sales-point {
      padding: 0;
      margin-top: 5px;
      margin-bottom: 5px;
      font-size: 0.9rem; }
    .list-group-item .prop-row .info-col .multi-cond {
      margin-bottom: 5px;
      padding-right: 0; }
      @media screen and (max-width: 767px) {
        .list-group-item .prop-row .info-col .multi-cond ul li {
          display: block; }
          .list-group-item .prop-row .info-col .multi-cond ul li .info {
            padding: 0px;
            display: inline-block !important; }
          .list-group-item .prop-row .info-col .multi-cond ul li .icon {
            color: #00323c;
            background-color: transparent; } }
    .list-group-item .prop-row .info-col .price-change-notice-mail button.btn {
      font-size: 13px; }
    .list-group-item .prop-row .info-col .price-change-notice-mail button.btn-price-add-auth,
    .list-group-item .prop-row .info-col .price-change-notice-mail button.btn-price-add {
      border: 1px solid #255f92;
      color: #255f92;
      font-weight: bold; }
      .list-group-item .prop-row .info-col .price-change-notice-mail button.btn-price-add-auth:hover,
      .list-group-item .prop-row .info-col .price-change-notice-mail button.btn-price-add:hover {
        background-color: #255f92 !important;
        color: #FFFFFF; }
    .list-group-item .prop-row .info-col .price-change-notice-mail button.btn-price-cancel-auth {
      background-color: #e4e4e4 !important;
      color: #444; }
      .list-group-item .prop-row .info-col .price-change-notice-mail button.btn-price-cancel-auth:hover {
        background-color: #F8B62E !important; }
  .list-group-item .prop-row .icon-block .syomen-annai {
    cursor: pointer;
    color: darkblue; }
    .list-group-item .prop-row .icon-block .syomen-annai:hover {
      text-decoration: underline; }
  .list-group-item .prop-row .icon-block #syomen-modal .modal-dialog {
    margin: 350px auto; }

/**
* for image
*/
.img {
  padding-left: 5px;
  padding-right: 0px; }

.image {
  background-color: white;
  text-align: center;
  margin-bottom: 10px; }

.prop-img {
  max-height: 150px;
  display: inline; }

/*
* for side-tool-bar
*/
.checkbox .checkbox-material:before,
label.checkbox-inline .checkbox-material:before {
  top: 0px;
  left: 5px;
  height: 10px;
  width: 10px; }

.panel-body .search-option {
  margin-top: 5px;
  margin-bottom: 5px; }
.panel-body .form-group {
  margin-top: 10px; }

.sidebar {
  margin-top: 10px;
  padding-right: 0px; }
  .sidebar #price .panel-title a[data-toggle="collapse"]:before,
  .sidebar #price-option .panel-title a[data-toggle="collapse"]:before,
  .sidebar #select-ptm .panel-title a[data-toggle="collapse"]:before {
    padding-right: 5px;
    content: "\f0fe";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 5px; }
  .sidebar #price .panel-title a.collapse-false:before,
  .sidebar #price-option .panel-title a.collapse-false:before,
  .sidebar #select-ptm .panel-title a.collapse-false:before {
    padding-right: 5px;
    content: "\f146";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 5px; }
  .sidebar #price .panel-title a[aria-expanded="true"]:before,
  .sidebar #price-option .panel-title a[aria-expanded="true"]:before,
  .sidebar #select-ptm .panel-title a[aria-expanded="true"]:before {
    padding-right: 5px;
    content: "\f146";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 5px; }
  .sidebar #price .panel-title a[aria-expanded="false"]:before,
  .sidebar #price-option .panel-title a[aria-expanded="false"]:before,
  .sidebar #select-ptm .panel-title a[aria-expanded="false"]:before {
    padding-right: 5px;
    content: "\f0fe";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 5px; }
  .sidebar #accordion a {
    color: #444; }
  .sidebar #accordion .delete-option {
    display: none; }
  .sidebar #accordion #select-area .panel-title a[data-toggle="collapse"]:before,
  .sidebar #accordion #select-station .panel-title a[data-toggle="collapse"]:before,
  .sidebar #accordion #select-school .panel-title a[data-toggle="collapse"]:before,
  .sidebar #accordion #select-highlight-name .panel-title a[data-toggle="collapse"]:before {
    padding-right: 5px;
    content: "\f0fe";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 5px; }
  .sidebar #accordion #select-area .panel-title a.collapse-false:before,
  .sidebar #accordion #select-station .panel-title a.collapse-false:before,
  .sidebar #accordion #select-school .panel-title a.collapse-false:before,
  .sidebar #accordion #select-highlight-name .panel-title a.collapse-false:before {
    padding-right: 5px;
    content: "\f146";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 5px; }
  .sidebar #accordion #select-area .panel-title a[aria-expanded="true"]:before,
  .sidebar #accordion #select-station .panel-title a[aria-expanded="true"]:before,
  .sidebar #accordion #select-school .panel-title a[aria-expanded="true"]:before,
  .sidebar #accordion #select-highlight-name .panel-title a[aria-expanded="true"]:before {
    padding-right: 5px;
    content: "\f146";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 5px; }
  .sidebar #accordion #select-area .panel-title a[aria-expanded="false"]:before,
  .sidebar #accordion #select-station .panel-title a[aria-expanded="false"]:before,
  .sidebar #accordion #select-school .panel-title a[aria-expanded="false"]:before,
  .sidebar #accordion #select-highlight-name .panel-title a[aria-expanded="false"]:before {
    padding-right: 5px;
    content: "\f0fe";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 5px; }
  .sidebar #accordion .search-division .panel-title a[data-toggle="collapse"]:before,
  .sidebar #accordion .highlight-division .panel-title a[data-toggle="collapse"]:before {
    padding-right: 5px;
    content: "\f0fe";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 5px; }
  .sidebar #accordion .search-division .panel-title a.collapse-false:before,
  .sidebar #accordion .highlight-division .panel-title a.collapse-false:before {
    padding-right: 5px;
    content: "\f146";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 5px; }
  .sidebar #accordion .search-division .panel-title a[aria-expanded="true"]:before,
  .sidebar #accordion .highlight-division .panel-title a[aria-expanded="true"]:before {
    padding-right: 5px;
    content: "\f146";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 5px; }
  .sidebar #accordion .search-division .panel-title a[aria-expanded="false"]:before,
  .sidebar #accordion .highlight-division .panel-title a[aria-expanded="false"]:before {
    padding-right: 5px;
    content: "\f0fe";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 5px; }

.panel.panel-default.area {
  margin-bottom: 10px; }

#collapse-ptm .panel-body {
  padding: 0px 15px; }

.panel.panel-default {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.12);
  border-color: #ddd;
  margin-bottom: 10px; }
  .panel.panel-default .panel-heading {
    background-color: #f5f5f5;
    border-bottom: ridge 1px; }
  .panel.panel-default .panel-heading.panel-select {
    background-color: #f5f5f5;
    font-size: 1.2rem; }
  .panel.panel-default .panel-body.panel-collapse {
    padding-top: 0px;
    padding-bottom: 0px; }
  .panel.panel-default .panel-body.panel-content {
    padding: 5px 0; }
    .panel.panel-default .panel-body.panel-content a {
      margin-left: 5px; }
    .panel.panel-default .panel-body.panel-content .tg-name-link,
    .panel.panel-default .panel-body.panel-content .tg-name {
      margin-left: 4px; }

.panel.panel-default.panel-jusyo .checkbox label {
  color: #444; }

.checkbox label {
  padding-left: 8px; }

.area-btn {
  padding: 10px 0 10px 0;
  width: 100px; }

.save-search-btn {
  padding-top: 9px;
  padding-bottom: 10px;
  border: 1px solid #444; }
  @media screen and (max-width: 1199px) {
    .save-search-btn {
      padding-left: 8px;
      padding-right: 8px; } }

@media screen and (max-width: 375px) {
  .area-btn, .save-search-btn {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px; } }

.jusyo-btn {
  padding: 10px 0 10px 0;
  width: 100px; }

.area-listing,
.station-listing {
  padding-left: 20px; }
  .area-listing li,
  .station-listing li {
    font-size: 1.2rem; }

.list-info {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding-left: 0px; }
  .list-info li {
    vertical-align: middle;
    padding: 0px 0px 0 0;
    display: inline-block;
    /*        font-size: 0.9rem;*/
    margin: 3px 0; }
    .list-info li .icon {
      background: rgba(30, 142, 124, 0.7);
      color: #fff;
      display: inline-block;
      padding: 5px 10px;
      transition: all 0.2s ease; }
    .list-info li .value {
      display: inline-block;
      color: black;
      white-space: nowrap;
      padding: 5px 15px; }

/*
* for hidden footer toolBar
*/
.toolbar {
  width: 100%;
  display: block;
  height: 0;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-top: 0px solid #1E8E7C;
  text-align: center;
  transition: all 0.3s ease; }
  .toolbar.is-open {
    height: 4rem;
    border-top: 2px solid #1E8E7C; }
    .toolbar.is-open .btn {
      margin-top: 5px; }
  .toolbar > * {
    display: inline-block; }
  .toolbar .search-btn {
    margin-top: 0; }
  .toolbar .town-button {
    font-size: 12px;
    padding: 12px 5px; }

/*
* for smartphone footer toolBar
*/
.sm-toolbar {
  width: 100%;
  display: block;
  height: 4rem;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  box-shadow: 1px -4px 10px -5px #565656;
  background-color: #fff;
  border-top: 0px solid #1E8E7C;
  text-align: center;
  transition: all 0.3s ease; }
  .sm-toolbar .sidebar-modal-btn {
    margin: 0.5rem auto;
    min-width: 10rem; }
  .sm-toolbar .search-btn {
    margin-top: 0; }
    .sm-toolbar .search-btn .town-button {
      font-size: 13px;
      padding: 11px 5px; }
      @media screen and (max-width: 375px) {
        .sm-toolbar .search-btn .town-button {
          font-size: 12px; } }

.city-name {
  margin-left: 7px; }

/*
 * for modalWindow
 */
@media screen and (min-width: 992px) {
  .modal-dialog.modal-lg {
    width: 70%; } }
.modal-dialog.modal-lg .modal-content .prop-modal-header {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 5px;
  margin-left: 15px; }
  .modal-dialog.modal-lg .modal-content .prop-modal-header .modal-title {
    font-size: 1.8rem; }
.modal-dialog.modal-lg .modal-content .prop-modal-body {
  padding: 0;
  background-attachment: scroll;
  height: 70vh;
  overflow-y: auto; }
.modal-dialog.modal-lg .modal-content .prop-modal-fotter {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0; }
.modal-dialog.modal-lg .modal-content .area-row {
  margin: 0px; }
  .modal-dialog.modal-lg .modal-content .area-row .area-col {
    padding: 0px; }

/*
* for sortingToolBar
*/
.sorting-toolbar {
  margin: 0 0;
  background-color: #fef0d5; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .sorting-toolbar {
      padding: 15px 0; } }
  @media screen and (max-width: 767px) {
    .sorting-toolbar {
      padding: 5px 0; } }
  .sorting-toolbar .prop-control.form-inline button {
    border: solid 2px rgba(248, 182, 46, 0.8);
    padding-left: 5px;
    background-color: #ffffff;
    margin-top: 0;
    margin-bottom: 10px; }
  .sorting-toolbar .prop-control.form-inline .toolbar-select {
    width: auto;
    min-width: 130px;
    background-color: #ffffff;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: none; }
    @media screen and (max-width: 991px) {
      .sorting-toolbar .prop-control.form-inline .toolbar-select {
        min-width: 180px; } }
    .sorting-toolbar .prop-control.form-inline .toolbar-select button.btn.dropdown-toggle.bs-placeholder.btn-default {
      width: 100%;
      border: solid 2px rgba(248, 182, 46, 0.8);
      padding-left: 5px; }
    .sorting-toolbar .prop-control.form-inline .toolbar-select .filter-option.pull-left {
      /*                font-size: 0.9rem;*/
      margin-top: 3px; }
  .sorting-toolbar .prop-control.form-inline .sort1,
  .sorting-toolbar .prop-control.form-inline .sort2,
  .sorting-toolbar .prop-control.form-inline .display-limit {
    font-weight: bold; }
  @media screen and (max-width: 991px) {
    .sorting-toolbar .prop-control.form-inline .sort1,
    .sorting-toolbar .prop-control.form-inline .sort2,
    .sorting-toolbar .prop-control.form-inline .display-limit {
      display: inline-block;
      width: 6em; } }
  .sorting-toolbar .prop-control.form-inline form {
    display: inline-block; }

#checkAll {
  display: inline-block; }
  @media screen and (max-width: 991px) {
    #checkAll {
      display: block; }
      #checkAll .checkbox label {
        padding-left: 0px; } }

#control-button {
  background-color: #1E8E7C;
  border: none;
  width: 50px;
  padding-left: 0px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 5px; }
  @media screen and (max-width: 991px) {
    #control-button {
      width: 70px; } }

#checkAll,
#control-block,
#sort1-block,
#sort2-block,
#limit-block {
  display: inline-block;
  margin-left: 5px; }
  @media screen and (max-width: 991px) {
    #checkAll,
    #control-block,
    #sort1-block,
    #sort2-block,
    #limit-block {
      display: block;
      margin-left: 15px; } }
  #checkAll #prop-control,
  #control-block #prop-control,
  #sort1-block #prop-control,
  #sort2-block #prop-control,
  #limit-block #prop-control {
    padding-right: 25px; }
  #checkAll #prop-control,
  #checkAll #sort1,
  #checkAll #sort2,
  #checkAll #limit,
  #control-block #prop-control,
  #control-block #sort1,
  #control-block #sort2,
  #control-block #limit,
  #sort1-block #prop-control,
  #sort1-block #sort1,
  #sort1-block #sort2,
  #sort1-block #limit,
  #sort2-block #prop-control,
  #sort2-block #sort1,
  #sort2-block #sort2,
  #sort2-block #limit,
  #limit-block #prop-control,
  #limit-block #sort1,
  #limit-block #sort2,
  #limit-block #limit {
    border: 2px solid #ccc;
    background: white;
    border-radius: 6px;
    font-size: inherit;
    -webkit-appearance: none;
    /* Webkit */
    -moz-appearance: none;
    /* FF */
    -ms-appearance: none;
    /* Edge */
    appearance: none;
    /* Future */
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 1em;
    background-image: url("../../img/angle-down.png"); }
  #checkAll select::-ms-expand,
  #control-block select::-ms-expand,
  #sort1-block select::-ms-expand,
  #sort2-block select::-ms-expand,
  #limit-block select::-ms-expand {
    display: none; }

/**
* for unlink
*/
@media screen and (max-width: 991px) {
  .prop-option {
    pointer-events: none;
    /*リンクを非リンクに変える*/ } }
/**
* for mobile-search-modal
*/
#town-modal,
#station-modal,
#school-modal {
  z-index: 2100 !important; }
  #town-modal .kana-head-name,
  #station-modal .kana-head-name,
  #school-modal .kana-head-name {
    color: #444; }
  #town-modal .kana-head,
  #station-modal .kana-head,
  #school-modal .kana-head {
    font-weight: bold; }

#mobile-search-modal .modal-dialog.modal-lg .modal-content .modal-body #select-ptm-mobile a[data-toggle="collapse"]:before,
#mobile-search-modal .modal-dialog.modal-lg .modal-content .modal-body #price-mobile a[data-toggle="collapse"]:before,
#mobile-search-modal .modal-dialog.modal-lg .modal-content .modal-body #price-option-mobile a[data-toggle="collapse"]:before {
  padding-right: 5px;
  content: "\f0fe";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px; }
#mobile-search-modal .modal-dialog.modal-lg .modal-content .modal-body #select-ptm-mobile a.collapse-false:before,
#mobile-search-modal .modal-dialog.modal-lg .modal-content .modal-body #price-mobile a.collapse-false:before,
#mobile-search-modal .modal-dialog.modal-lg .modal-content .modal-body #price-option-mobile a.collapse-false:before {
  padding-right: 5px;
  content: "\f146";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px; }
#mobile-search-modal .modal-dialog.modal-lg .modal-content .modal-body #select-ptm-mobile a[aria-expanded="true"]:before,
#mobile-search-modal .modal-dialog.modal-lg .modal-content .modal-body #price-mobile a[aria-expanded="true"]:before,
#mobile-search-modal .modal-dialog.modal-lg .modal-content .modal-body #price-option-mobile a[aria-expanded="true"]:before {
  padding-right: 5px;
  content: "\f146";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px; }
#mobile-search-modal .modal-dialog.modal-lg .modal-content .modal-body #select-ptm-mobile a[aria-expanded="false"]:before,
#mobile-search-modal .modal-dialog.modal-lg .modal-content .modal-body #price-mobile a[aria-expanded="false"]:before,
#mobile-search-modal .modal-dialog.modal-lg .modal-content .modal-body #price-option-mobile a[aria-expanded="false"]:before {
  padding-right: 5px;
  content: "\f0fe";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px; }
#mobile-search-modal .modal-dialog.modal-lg .modal-content .modal-body .search-division .panel-title a[data-toggle="collapse"]:before {
  content: "\f0fe";
  padding-right: 5px;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px; }
#mobile-search-modal .modal-dialog.modal-lg .modal-content .modal-body .search-division .panel-title a.collapse-false:before {
  padding-right: 5px;
  content: "\f146";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px; }
#mobile-search-modal .modal-dialog.modal-lg .modal-content .modal-body .search-division .panel-title a[aria-expanded="true"]:before {
  padding-right: 5px;
  content: "\f146";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px; }
#mobile-search-modal .modal-dialog.modal-lg .modal-content .modal-body .search-division .panel-title a[aria-expanded="false"]:before {
  padding-right: 5px;
  content: "\f0fe";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px; }

@media screen and (max-width: 767px) {
  #mobile-search-modal .modal-dialog.modal-lg {
    width: 100% !important;
    height: 100%;
    margin: 0 auto !important;
    padding: 20px 20px; }
    #mobile-search-modal .modal-dialog.modal-lg .modal-content {
      width: 100%;
      padding: 0 0; }
      #mobile-search-modal .modal-dialog.modal-lg .modal-content .modal-header {
        padding-top: 5px;
        margin-left: 0;
        padding-right: 5px; }
      #mobile-search-modal .modal-dialog.modal-lg .modal-content .modal-body {
        padding: 0 5px;
        background-attachment: scroll;
        margin-bottom: 50px;
        height: 60vh;
        overflow-y: auto; }
      #mobile-search-modal .modal-dialog.modal-lg .modal-content .modal-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }

  #city-modal {
    z-index: 2000; }
    #city-modal .modal-content .modal-header {
      padding-top: 5px; }
    #city-modal .modal-content .modal-body {
      padding-top: 0;
      padding-bottom: 0;
      background-attachment: scroll;
      margin-bottom: 50px;
      height: 60vh;
      overflow-y: auto; }
    #city-modal .modal-content .modal-footer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
    #city-modal .modal-content .col-xs-4 {
      padding: 0px; }
      #city-modal .modal-content .col-xs-4 label {
        font-size: 1rem; }

  #town-modal .modal-content .modal-header,
  #station-modal .modal-content .modal-header,
  #school-modal .modal-content .modal-header {
    padding-top: 5px; }
  #town-modal .modal-content .modal-body,
  #station-modal .modal-content .modal-body,
  #school-modal .modal-content .modal-body {
    padding-top: 0;
    padding-bottom: 0;
    background-attachment: scroll;
    margin-bottom: 50px;
    height: 60vh;
    overflow-y: auto; }
  #town-modal .modal-content .modal-footer,
  #station-modal .modal-content .modal-footer,
  #school-modal .modal-content .modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  #town-modal .modal-content .col-xs-4,
  #station-modal .modal-content .col-xs-4,
  #school-modal .modal-content .col-xs-4 {
    padding: 0px; }
    #town-modal .modal-content .col-xs-4 label,
    #station-modal .modal-content .col-xs-4 label,
    #school-modal .modal-content .col-xs-4 label {
      font-size: 1rem; } }
#highlight-name-modal {
  z-index: 2000; }

#accordion-mobile a {
  color: #444; }
#accordion-mobile .delete-option {
  display: none; }
#accordion-mobile #select-area-mobile .panel-title a[data-toggle="collapse"]:before,
#accordion-mobile #select-station-mobile .panel-title a[data-toggle="collapse"]:before,
#accordion-mobile #select-school-mobile .panel-title a[data-toggle="collapse"]:before,
#accordion-mobile .highlight-division .panel-title a[data-toggle="collapse"]:before {
  padding-right: 5px;
  content: "\f0fe";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px; }
#accordion-mobile #select-area-mobile .panel-title a.collapse-false:before,
#accordion-mobile #select-station-mobile .panel-title a.collapse-false:before,
#accordion-mobile #select-school-mobile .panel-title a.collapse-false:before,
#accordion-mobile .highlight-division .panel-title a.collapse-false:before {
  padding-right: 5px;
  content: "\f146";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px; }
#accordion-mobile #select-area-mobile .panel-title a[aria-expanded="true"]:before,
#accordion-mobile #select-station-mobile .panel-title a[aria-expanded="true"]:before,
#accordion-mobile #select-school-mobile .panel-title a[aria-expanded="true"]:before,
#accordion-mobile .highlight-division .panel-title a[aria-expanded="true"]:before {
  padding-right: 5px;
  content: "\f146";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px; }
#accordion-mobile #select-area-mobile .panel-title a[aria-expanded="false"]:before,
#accordion-mobile #select-station-mobile .panel-title a[aria-expanded="false"]:before,
#accordion-mobile #select-school-mobile .panel-title a[aria-expanded="false"]:before,
#accordion-mobile .highlight-division .panel-title a[aria-expanded="false"]:before {
  padding-right: 5px;
  content: "\f0fe";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px; }
#accordion-mobile #collapse-ptm-mobile label {
  color: #333 !important; }

/**
* for keyword searchbox
*/
.keyword-search .form-horizontal input {
  margin-top: 2px; }
.keyword-search .form-horizontal input.btn.btn-sm.btn-raised.btn-success.pull-right {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

/**
* for members Only Property
*/
.member-only .register-btn {
  margin-left: 0px;
  font-size: 1rem;
  padding: 0.5rem;
  width: 94%;
  white-space: initial;
  border: none;
  background: #1E8E7C;
  color: black !important; }
  .member-only .register-btn:hover {
    background: #F8B62E !important;
    box-shadow: #eba108 2px 2px; }

/**
* for modal
*/
#city-modal {
  z-index: 2000 !important; }

#town-modal {
  z-index: 2500 !important; }
  #town-modal .town-name {
    margin-left: 3px; }
  @media screen and (max-width: 480px) {
    #town-modal .town-name,
    #town-modal .kana-head-name {
      font-size: 14px; } }

#station-modal {
  z-index: 2000 !important; }

.row-eq-height {
  display: flex;
  flex-wrap: wrap; }

.panel-body.row-eq-height {
  padding: 0px 5px; }
  .panel-body.row-eq-height a {
    margin-left: 5px; }

/**
* for mobile-sortBar
*/
@media screen and (max-width: 991px) {
  #mobile-sortBar {
    display: inline-block !important;
    float: right;
    font-size: 1.0rem;
    cursor: pointer;
    padding: 10px;
    margin-top: -5px;
    background: rgba(0, 0, 0, 0.1); } }
@media screen and (max-width: 768px) {
  #mobile-sortBar {
    margin-bottom: 1rem; } }
@media screen and (max-width: 480px) {
  #mobile-sortBar {
    margin-top: 1rem; } }

.history-list-page,
.bookmark-list-page {
  min-height: 40vh; }
  .history-list-page .properties-count strong,
  .bookmark-list-page .properties-count strong {
    display: inline-block;
    padding-top: 12px; }
  .history-list-page .properties-count .print-list,
  .bookmark-list-page .properties-count .print-list {
    margin: 0;
    margin-bottom: 10px;
    float: right; }
  .history-list-page .msg-block,
  .bookmark-list-page .msg-block {
    padding: 50px;
    text-align: center;
    background: #f5f5f5;
    font-size: 20px;
    color: #777; }
    .history-list-page .msg-block i.fa,
    .bookmark-list-page .msg-block i.fa {
      font-size: 45px;
      vertical-align: middle;
      padding-right: 10px; }
    .history-list-page .msg-block strong,
    .bookmark-list-page .msg-block strong {
      vertical-align: middle; }

.search-history-list-page {
  min-height: 40vh; }
  .search-history-list-page .msg-block {
    padding: 50px;
    text-align: center;
    background: #f5f5f5;
    font-size: 20px;
    color: #777; }
    .search-history-list-page .msg-block i.fa {
      font-size: 45px;
      vertical-align: middle;
      padding-right: 10px; }
    .search-history-list-page .msg-block strong {
      vertical-align: middle; }
  .search-history-list-page label {
    font-weight: bold;
    color: inherit;
    display: inline-block; }
  .search-history-list-page .panel {
    margin-top: 10px;
    margin-bottom: 20px; }
    .search-history-list-page .panel .panel-heading .checkbox, .search-history-list-page .panel .panel-heading .radio {
      margin-top: 0;
      margin-bottom: 0; }
    .search-history-list-page .panel .panel-footer {
      background: transparent;
      border-top: 1px solid #f5f5f5; }
      .search-history-list-page .panel .panel-footer .btn {
        margin-top: 0;
        margin-bottom: 0; }

.sc-area-name {
  color: #444;
  display: inline-block; }

.sc-area-label .circle {
  margin-top: 3px; }
.sc-area-label .check {
  margin-top: 3px; }

.school-check {
  margin-top: 20px;
  margin-bottom: 20px; }
  .school-check .checkbox label,
  .school-check .radio label,
  .school-check label {
    font-size: 138.46%; }
    @media screen and (max-width: 480px) {
      .school-check .checkbox label,
      .school-check .radio label,
      .school-check label {
        font-size: 120%; } }

.school-listing {
  font-size: 1.2rem; }

.school-select-list {
  /*    border: 3px solid #EDEDED;*/
  padding-top: 30px; }
  .school-select-list .g-list,
  .school-select-list .j-list {
    margin-bottom: 20px; }
    .school-select-list .g-list .g-list-part,
    .school-select-list .g-list .j-list-part,
    .school-select-list .j-list .g-list-part,
    .school-select-list .j-list .j-list-part {
      display: none; }
  .school-select-list .checkbox .checkbox-material {
    margin-right: 15px; }
    @media screen and (max-width: 768px) {
      .school-select-list .checkbox .checkbox-material {
        margin-right: 5px; } }
  .school-select-list .title {
    background: #f5f5f5;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 15px;
    font-size: 138.46%;
    margin-bottom: 5px; }

/**
* for townModalLoader
*/
#loader {
  height: 100%;
  width: 100%;
  text-align: center; }

.tmp-loader {
  display: none; }

#town-modal .tmp-loader {
  display: inherit;
  visibility: visible; }

/**
* for station select parts
*/
span.station-all-label {
  margin-left: 5px;
  color: #444; }

span.wayside-count {
  color: red;
  margin-left: 5px; }

div.station-select-parts .panel.panel-default {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.12);
  border-color: #ddd;
  margin-bottom: 10px; }
  div.station-select-parts .panel.panel-default .panel-heading {
    background-color: #f5f5f5;
    border-bottom: ridge 1px; }
  div.station-select-parts .panel.panel-default .panel-heading.panel-select {
    background-color: #f5f5f5;
    margin: 5px 0;
    font-size: 1.2rem; }
  div.station-select-parts .panel.panel-default .panel-body.panel-collapse {
    padding-top: 0px;
    padding-bottom: 0px; }
  div.station-select-parts .panel.panel-default .panel-body.panel-content {
    padding: 5px 0; }
    div.station-select-parts .panel.panel-default .panel-body.panel-content a {
      margin-left: 5px; }

/**
* for mapAreaSelect
*/
a.map-center-link {
  margin: 10px 0;
  font-size: 16px;
  color: #444; }

span.map-center-name {
  margin: 10px 0;
  font-size: 16px;
  color: #bdbdbd;
  margin-left: 5px; }

.map-area {
  margin: 10px 0; }

/**
* for search block
*/
.search-box {
  background: #fff;
  color: #6d5549;
  width: 100%;
  padding: 0 0 3rem 0; }
  .search-box dl {
    margin: 0;
    margin-left: 0;
    width: 100%; }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .search-box dl {
        display: inline-block; } }
    .search-box dl dt {
      font-size: 1.2rem;
      color: #fff;
      padding: 10px; }
      .search-box dl dt.rent {
        background: transparent;
        color: #6d5549; }
      .search-box dl dt.buy {
        background: transparent;
        color: #6d5549; }
    .search-box dl dd {
      padding: 0;
      margin: 5px;
      text-align: center;
      width: 45%;
      border-collapse: collapse;
      display: inline-block;
      background: rgba(0, 0, 0, 0.03);
      text-align: left;
      font-size: 1rem;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.5s ease;
      position: relative; }
      @media screen and (min-width: 481px) and (max-width: 767px) {
        .search-box dl dd {
          width: 47%; } }
      @media screen and (max-width: 480px) {
        .search-box dl dd {
          width: 46%; } }
      .search-box dl dd:hover {
        border-bottom-color: #6d5549; }
        .search-box dl dd:hover a,
        .search-box dl dd:hover a:visited,
        .search-box dl dd:hover a:active,
        .search-box dl dd:hover a:hover {
          text-decoration: none; }
        .search-box dl dd:hover i.icon {
          color: #6d5549 !important;
          transform: translateY(-10px); }
          .search-box dl dd:hover i.icon.rent {
            color: #789D3D; }
          .search-box dl dd:hover i.icon.buy {
            color: #aa8743; }
      .search-box dl dd.rent:hover {
        background: transparent; }
      .search-box dl dd.buy:hover {
        background: transparent; }
      .search-box dl dd a,
      .search-box dl dd a:visited,
      .search-box dl dd a:active,
      .search-box dl dd a:hover {
        text-decoration: none;
        color: #6d5549;
        padding: 50px 0px;
        display: block;
        font-size: 1rem; }
        @media screen and (max-width: 480px) {
          .search-box dl dd a,
          .search-box dl dd a:visited,
          .search-box dl dd a:active,
          .search-box dl dd a:hover {
            padding: 1rem 0px; } }
      .search-box dl dd i.icon {
        font-size: 3rem;
        padding: 4px 5px;
        vertical-align: middle;
        display: block;
        text-align: center;
        transition: all 0.2s ease;
        color: #6d5549; }
        .search-box dl dd i.icon.rent {
          color: #789D3D; }
        .search-box dl dd i.icon.buy {
          color: #aa8743; }
      .search-box dl dd img.icon {
        width: 50%;
        max-width: 30px;
        padding: 0.2rem; }
      .search-box dl dd div.text {
        vertical-align: middle;
        padding-top: 10px;
        font-size: 1.4rem; }
        .search-box dl dd div.text.small {
          padding-top: 0;
          font-size: 1rem; }
      .search-box dl dd div.icon-wrapper,
      .search-box dl dd div.text {
        width: auto;
        text-align: center; }
        @media screen and (min-width: 992px) and (max-width: 1199px) {
          .search-box dl dd div.icon-wrapper,
          .search-box dl dd div.text {
            display: block;
            text-align: center; } }
      .search-box dl dd .arrow-right {
        display: inline-block;
        float: right; }
      .search-box dl dd .side-label {
        position: absolute;
        background: #aa8743;
        color: #fff;
        padding: 70px 10px;
        height: 100%; }

body.agency-list .list-group-item, body.agency-contact-page .list-group-item {
  margin-bottom: 0px; }
  body.agency-list .list-group-item a, body.agency-contact-page .list-group-item a {
    text-decoration: none;
    color: inherit; }
  body.agency-list .list-group-item .info-col, body.agency-contact-page .list-group-item .info-col, body.agency-list .list-group-item .img, body.agency-contact-page .list-group-item .img {
    padding-top: 10px;
    padding-bottom: 10px; }
  body.agency-list .list-group-item .info-col .name, body.agency-contact-page .list-group-item .info-col .name {
    margin: 0;
    color: inherit;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 5px; }
  body.agency-list .list-group-item .info-col hr, body.agency-contact-page .list-group-item .info-col hr {
    border-color: #ccc;
    margin-top: 5px;
    margin-bottom: 5px; }
body.agency-list .sidebar, body.agency-contact-page .sidebar {
  margin-top: 0; }
body.agency-list .agency-list .no-prop, body.agency-contact-page .agency-list .no-prop, body.agency-list body.agency-contact-page .no-prop, body.agency-contact-page body.agency-contact-page .no-prop {
  padding: 10px 0;
  font-size: 2.0rem;
  color: inherit; }
  body.agency-list .agency-list .no-prop .msg-block, body.agency-contact-page .agency-list .no-prop .msg-block, body.agency-list body.agency-contact-page .no-prop .msg-block, body.agency-contact-page body.agency-contact-page .no-prop .msg-block {
    padding: 50px;
    text-align: center;
    background: #f5f5f5;
    font-size: 20px;
    color: #777; }
    body.agency-list .agency-list .no-prop .msg-block i.fa, body.agency-contact-page .agency-list .no-prop .msg-block i.fa, body.agency-list body.agency-contact-page .no-prop .msg-block i.fa, body.agency-contact-page body.agency-contact-page .no-prop .msg-block i.fa {
      font-size: 45px;
      vertical-align: middle;
      padding-right: 10px; }
    body.agency-list .agency-list .no-prop .msg-block strong, body.agency-contact-page .agency-list .no-prop .msg-block strong, body.agency-list body.agency-contact-page .no-prop .msg-block strong, body.agency-contact-page body.agency-contact-page .no-prop .msg-block strong {
      vertical-align: middle; }
body.agency-list .prop-count, body.agency-contact-page .prop-count {
  padding: 0;
  margin-left: 0px;
  font-size: 1.2rem;
  float: none; }
  body.agency-list .prop-count .count, body.agency-contact-page .prop-count .count {
    padding: 10px 0;
    font-weight: bold;
    font-size: 1.5rem; }
  @media screen and (max-width: 991px) {
    body.agency-list .prop-count, body.agency-contact-page .prop-count {
      font-size: 1.0rem;
      margin-top: 5px;
      margin-bottom: 5px;
      margin-left: 0px; } }
  @media screen and (max-width: 767px) {
    body.agency-list .prop-count .count, body.agency-contact-page .prop-count .count {
      font-weight: bold;
      font-size: 1.2rem; } }
body.agency-list .reg-num, body.agency-contact-page .reg-num {
  margin-right: 20px; }

body.agency-total-list .pagination.kana-section {
  margin: 5px 0;
  float: right; }
body.agency-total-list .agency-total-list .no-prop {
  padding: 10px 0;
  font-size: 2.0rem;
  color: inherit; }
  body.agency-total-list .agency-total-list .no-prop .msg-block {
    padding: 50px;
    text-align: center;
    background: #f5f5f5;
    font-size: 20px;
    color: #777; }
    body.agency-total-list .agency-total-list .no-prop .msg-block i.fa {
      font-size: 45px;
      vertical-align: middle;
      padding-right: 10px; }
    body.agency-total-list .agency-total-list .no-prop .msg-block strong {
      vertical-align: middle; }
@media screen and (max-width: 767px) {
  body.agency-total-list .list-box {
    overflow-x: auto;
    max-width: 767px;
    white-space: nowrap; }
    body.agency-total-list .list-box::-webkit-scrollbar {
      height: 4px; }
    body.agency-total-list .list-box::-webkit-scrollbar-track {
      background: #F1F1F1; }
    body.agency-total-list .list-box::-webkit-scrollbar-thumb {
      background: #BCBCBC; } }
body.agency-total-list .list-box table {
  width: 100%;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-collapse: collapse;
  border-spacing: 0; }
  body.agency-total-list .list-box table th, body.agency-total-list .list-box table td {
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    line-height: 1.4;
    padding: 0.6em; }
    body.agency-total-list .list-box table th.company a, body.agency-total-list .list-box table td.company a {
      color: #00A0E9; }
    body.agency-total-list .list-box table th.company-address, body.agency-total-list .list-box table td.company-address {
      width: 40em; }
    body.agency-total-list .list-box table th.tel, body.agency-total-list .list-box table td.tel {
      width: 10em; }
    body.agency-total-list .list-box table th.mail, body.agency-total-list .list-box table td.mail {
      width: 8em;
      text-align: center; }
    body.agency-total-list .list-box table th.hp, body.agency-total-list .list-box table td.hp {
      width: 4em;
      text-align: center; }
  body.agency-total-list .list-box table th {
    background: #E0ECEE; }

body.highlight-index a {
  text-decoration: none;
  color: #444; }
body.highlight-index h2 {
  font-size: 1.4rem;
  font-weight: bold; }
body.highlight-index .item {
  padding-top: 10px;
  padding-right: 20px; }
  body.highlight-index .item:hover h2 {
    color: #1E8E7C; }

body.agency-contact-page .btn, body.agency-contact-page .input-group-btn .btn, body.agency-contact-page .form-group .btn.btn-primary.btn-raised, body.agency-contact-page .btn, body.agency-contact-page .input-group-btn .btn, body.agency-contact-page .form-group .btn.btn-primary.btn-raised {
  font-size: 12px; }
  body.agency-contact-page .btn.btn-next, body.agency-contact-page .btn.btn-return, body.agency-contact-page .input-group-btn .btn.btn-next, body.agency-contact-page .input-group-btn .btn.btn-return, body.agency-contact-page .form-group .btn.btn-primary.btn-raised.btn-next, body.agency-contact-page .form-group .btn.btn-primary.btn-raised.btn-return, body.agency-contact-page .btn.btn-next, body.agency-contact-page .btn.btn-return, body.agency-contact-page .input-group-btn .btn.btn-next, body.agency-contact-page .input-group-btn .btn.btn-return, body.agency-contact-page .form-group .btn.btn-primary.btn-raised.btn-next, body.agency-contact-page .form-group .btn.btn-primary.btn-raised.btn-return {
    margin-top: 50px;
    font-size: 20px; }

.agency-contact-complete-page {
  line-height: normal;
  background: #f2f2f2;
  font-size: 18px; }
  .agency-contact-complete-page i {
    color: #ddd;
    font-size: 130px; }
  @media only screen and (max-width: 991px) {
    .agency-contact-complete-page {
      font-size: 16.25px; } }
  @media only screen and (max-width: 425px) {
    .agency-contact-complete-page {
      font-size: 13.75px; } }
  .agency-contact-complete-page .notes {
    padding: 15px; }
  .agency-contact-complete-page .btn {
    font-size: 20px; }
  .agency-contact-complete-page p {
    margin-bottom: 25px; }
  .agency-contact-complete-page .content-wrapper {
    margin: 7rem 0;
    min-height: 58vh; }
    @media screen and (max-width: 1024px) {
      .agency-contact-complete-page .content-wrapper {
        margin: 5rem 0; } }
    .agency-contact-complete-page .content-wrapper h2 {
      margin: 2rem 0;
      font-weight: bold; }
    .agency-contact-complete-page .content-wrapper .page-layout {
      background: #fff;
      padding: 2rem;
      border-top: 0px solid #1E8E7C;
      box-shadow: 0 0 18px -6px #999; }
      .agency-contact-complete-page .content-wrapper .page-layout .alert {
        margin-bottom: 0; }
      .agency-contact-complete-page .content-wrapper .page-layout label.control-label {
        color: #444; }
      .agency-contact-complete-page .content-wrapper .page-layout .login-btn {
        margin-top: 50px;
        font-size: 125%;
        width: 100%; }
    .agency-contact-complete-page .content-wrapper .links {
      margin-top: 10px; }
    .agency-contact-complete-page .content-wrapper table.contact-info td.cat {
      vertical-align: top;
      font-weight: bold;
      padding-right: 10px; }
      @media screen and (max-width: 480px) {
        .agency-contact-complete-page .content-wrapper table.contact-info td.cat {
          display: block; } }
    .agency-contact-complete-page .content-wrapper table.contact-info td.val {
      padding-bottom: 20px; }
      @media screen and (max-width: 480px) {
        .agency-contact-complete-page .content-wrapper table.contact-info td.val {
          display: block; } }
    .agency-contact-complete-page .content-wrapper table.inq-content td {
      display: block; }
      .agency-contact-complete-page .content-wrapper table.inq-content td.val {
        padding-bottom: 20px; }

.search-route {
  font-size: 1.2rem; }

.agency-detail {
  color: inherit; }
  .agency-detail a {
    text-decoration: none; }
  .agency-detail h4 {
    font-weight: bold; }
  .agency-detail hr {
    margin-top: 5px;
    margin-bottom: 5px; }
  .agency-detail .detail-title,
  .agency-detail .detail-contact,
  .agency-detail .detail-hp,
  .agency-detail .detail-info {
    margin-bottom: 50px;
    display: table;
    width: 100%; }
    .agency-detail .detail-title.title-only,
    .agency-detail .detail-contact.title-only,
    .agency-detail .detail-hp.title-only,
    .agency-detail .detail-info.title-only {
      margin-bottom: 0;
      padding: 0 15px; }
  .agency-detail .hp-wrapper a {
    color: #00A0E9;
    font-size: 15px; }
  .agency-detail .detail-contact .contact-title {
    margin: 0; }
  .agency-detail .features .label {
    font-size: 15px;
    display: inline-block;
    margin: 1px; }
  .agency-detail .prop-list .item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block; }
    .agency-detail .prop-list .item.empty {
      opacity: 0.4; }
    .agency-detail .prop-list .item .icon {
      display: inline-block;
      vertical-align: top;
      padding-right: 5px; }
      .agency-detail .prop-list .item .icon img {
        max-width: 40px; }
    .agency-detail .prop-list .item .count {
      font-weight: bold; }
  .agency-detail table.company-table td.cat {
    vertical-align: top;
    font-weight: bold;
    padding-right: 10px; }
    @media screen and (max-width: 480px) {
      .agency-detail table.company-table td.cat {
        display: block; } }
  .agency-detail table.company-table td.val {
    padding-bottom: 20px; }
    @media screen and (max-width: 480px) {
      .agency-detail table.company-table td.val {
        display: block; } }

/**
* for infoToast block
* 価格変更お知らせメール案内CSS
*/
.jq-toast-single .notice-path {
  font-weight: 100;
  text-decoration: underline;
  border-bottom: 0; }
  .jq-toast-single .notice-path:hover {
    color: grey; }

ul, ol {
  margin: 0; }
  ul li, ol li {
    margin: 0; }

section {
  padding: 0; }

body.booom.logged-in .main-menu {
  top: 32px;
  position: absolute;
  width: 100%; }
  @media screen and (max-width: 782px) {
    body.booom.logged-in .main-menu {
      top: 46px; } }

/*# sourceMappingURL=propertyBase.css.map */
