@charset "UTF-8";
/* メインイメージ */
.main-img img {
  -webkit-backface-visibility: hidden;
}

.contact-tit {
  padding: 48px 0 32px;
  padding: 3rem 0 2rem;
  text-align: center;
}
.contact-tit h4 {
  font-weight: normal;
  position: relative;
  color: #0073c6;
}
.contact-tit h4:before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: inline-block;
  width: 30px;
  height: 3px;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #0073c6;
}

/* ボタンデザイン */
.cmn-btn {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  color: #0073c6;
  border: #0073c6 solid 1px;
}
.cmn-btn:hover {
  text-decoration: none;
  background: #cfebff;
}
.cmn-btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.5em;
  content: "\f138";
}

.link-btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-left: 0.5em;
  content: "\f2d2" !important;
}

/* 連絡先リスト */
.corp-list .tel {
  margin-right: 1.5em;
  white-space: nowrap;
}
.corp-list .tel::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
  content: "\f095";
}
.corp-list .fax {
  white-space: nowrap;
}
.corp-list .fax::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
  content: "\f1ac";
}

@media (max-width: 1200px) {
  .corp-list .tel, .corp-list .fax {
    font-size: 1.2em;
  }
}
/* フォーム一覧フィルタボタン */
.controls {
  margin: 3em 0;
}
.controls .control {
  font-size: 19.2px;
  font-size: 1.2rem;
  position: relative;
  padding: 0.5em;
}
.controls .btn-group {
  width: 100%;
}
.controls .btn-group .btn {
  font-size: 22.4px;
  font-size: 1.4rem;
  margin-left: 0;
  background: #eee;
}
.controls .btn-group .btn span {
  font-size: 12.8px;
  font-size: 0.8rem;
}
.controls .btn-group .btn:focus, .controls .btn-group .btn:hover {
  color: #fff;
  outline: none;
  background: #0073c6 !important;
}
.controls .mixitup-control-active {
  color: #fff;
  outline: none;
  background: #0073c6 !important;
}
.controls .mixitup-control-active::before {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  content: "";
  border: 15px solid transparent;
  border-top: 15px solid #0073c6;
}

@media (max-width: 992px) {
  .controls .btn-group .btn span {
    font-size: 0.8rem;
    display: block;
  }
}
@media (max-width: 768px) {
  .controls .btn-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .controls .btn-group .btn {
    font-size: 1.2rem;
    display: block;
    width: 50% !important;
    margin-left: 0 !important;
    border: #fff solid 1px;
  }
  .controls .mixitup-control-active::before {
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #0073c6;
  }
}
/* フォーム一覧 */
.categorys .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em;
  border: #ccc solid 1px;
}
.categorys .category-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 2em;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.categorys .category-disc {
  width: 40%;
  padding: 2em;
  border-left: #ccc dashed 1px;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.categorys .category-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 2em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  color: #0073c6;
  border-left: #ccc dashed 1px;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.categorys .category-btn:hover {
  text-decoration: none;
  background: #cfebff;
}
.categorys .category-btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.5em;
  content: "\f138";
}
.categorys .label {
  line-height: 70px;
  width: 70px;
  height: 70px;
  margin-right: 1em;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border-radius: 50%;
}
.categorys .trade .label {
  background: #e12c63;
}
.categorys .trade .label::before {
  content: "売 買";
}
.categorys .owner .label {
  background: #455ca0;
}
.categorys .owner .label::before {
  font-size: 90%;
  content: "オーナー様";
  letter-spacing: -0.2em;
}
.categorys .tenant .label {
  background: #7b3b91;
}
.categorys .tenant .label::before {
  font-size: 90%;
  content: "入居者様";
}

@media (max-width: 992px) {
  .categorys .category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .categorys .category-name {
    width: 55%;
  }
  .categorys .category-name h4 {
    font-size: 1.3rem;
  }
  .categorys .category-disc {
    width: 45%;
  }
  .categorys .category-btn {
    display: block;
    width: 100%;
    border-top: #ccc dashed 1px;
    border-left: none;
  }
}
@media (max-width: 768px) {
  .categorys .label {
    font-size: 0.9rem;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .categorys .category-name {
    width: 100%;
    padding: 1em;
  }
  .categorys .category-name h4 {
    font-size: 1.3rem;
  }
  .categorys .category-disc {
    width: 100%;
    padding: 1em;
    border-top: #ccc dashed 1px;
    border-left: none;
  }
  .categorys .category-btn {
    display: block;
    width: 100%;
    border-top: #ccc dashed 1px;
    border-left: none;
  }
}
.cityBox .tab-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cityBox .tab-content ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
}
.cityBox .tab-content ul li input[type=radio] {
  display: none;
}
.cityBox .tab-content ul li input[type=radio]:checked + label {
  background: #eee;
}
.cityBox .tab-content ul li label {
  display: block;
  padding: 0.5em;
  text-align: center;
}
.cityBox .tab-content ul li label:hover {
  background-color: #eee;
}
.cityBox .tab-content ul li a {
  display: block;
  padding: 0.5em;
  text-align: center;
}
.cityBox .tab-content ul li a:hover {
  background: #eee;
}

@media (max-width: 992px) {
  .cityBox .tab-content ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
}
.formBox .nav-tabs .nav-item .nav-link {
  font-size: 0.9em;
  color: #333;
  border: #fff solid 1px;
  background: #eee;
}
.formBox .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  outline: none;
  background: #0073c6;
}
.formBox .nav-tabs .nav-item .nav-link span {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: bold;
}
.formBox .formList dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  padding-bottom: 2em;
  border-bottom: #dee2e6 solid 1px;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.formBox .formList dl dt {
  font-size: 20.8px;
  font-size: 1.3rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
      flex: 0 0 35%;
}
.formBox .formList dl dt small {
  display: block;
}
.formBox .formList dl dd {
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
      flex: 0 0 65%;
}
.formBox .formList dl dd .freedial {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.formBox .formList dl dd .freedial:before {
  display: inline-block;
  width: 50px;
  margin-right: 0.5em;
  content: "";
  vertical-align: middle;
  background: url("../contact/img/freedial.png") no-repeat;
  background-size: contain;
}
.formBox .formList dl dd .freedial a {
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  display: block;
}
.formBox .formList dl dd ul {
  margin: 0;
  padding: 0;
}
.formBox .formList dl dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.formBox .formList dl dd ul li:before {
  margin-right: 0.5em;
  content: "●";
  color: #fa8e07;
}

@media (max-width: 992px) {
  .formBox .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .formBox .nav-tabs .nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
  .formBox .nav-tabs .nav-item .nav-link {
    text-align: center;
  }
  .formBox .nav-tabs .nav-item .nav-link span {
    font-size: 0.9rem;
    font-weight: bold;
    display: block;
    white-space: nowrap;
  }
  .formBox .nav-tabs .nav-item .nav-link small {
    font-size: 0.7rem;
  }
}
@media (max-width: 992px) {
  .formBox .formList dl {
    display: block;
  }
  .formBox .formList dl dt {
    font-size: 1.2rem;
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }
}
/*売買ボタン*/
.btn-bas {
  color: #fff;
  background: #e12c63;
}
.btn-bas:hover, .btn-bas:focus {
  color: #fff;
  background: #d75b81;
}
.btn-bas:active {
  color: #fff;
  background: #d75b81;
}
.btn-bas:active:focus, .btn-bas:active:hover, .btn-bas:active.focus {
  color: #fff;
  background: #d75b81;
}
.btn-bas.active {
  color: #fff;
  background: #d75b81;
}
.btn-bas.active:focus, .btn-bas.active:hover, .btn-bas.active.focus {
  color: #fff;
  background: #d75b81;
}

.open > .dropdown-toggle.btn-bas {
  color: #fff;
  background: #d75b81;
}
.open > .dropdown-toggle.btn-bas:hover, .open > .dropdown-toggle.btn-bas:focus, .open > .dropdown-toggle.btn-bas.focus {
  color: #fff;
  background: #d75b81;
}

.btn-bas.disabled:hover, .btn-bas[disabled]:hover {
  color: #fff;
  background: #d75b81;
}

fieldset[disabled] .btn-bas:hover {
  color: #fff;
  background: #d75b81;
}

.btn-bas.disabled:focus, .btn-bas[disabled]:focus {
  color: #fff;
  background: #d75b81;
}

fieldset[disabled] .btn-bas:focus {
  color: #fff;
  background: #d75b81;
}

.btn-bas.disabled.focus, .btn-bas[disabled].focus {
  color: #fff;
  background: #d75b81;
}

fieldset[disabled] .btn-bas.focus {
  color: #fff;
  background: #d75b81;
}

/*オーナーボタン*/
.btn-owner {
  color: #fff;
  background: #455ca0;
}
.btn-owner:hover, .btn-owner:focus {
  color: #fff;
  background: #6877a5;
}
.btn-owner:active {
  color: #fff;
  background: #6877a5;
}
.btn-owner:active:focus, .btn-owner:active:hover, .btn-owner:active.focus {
  color: #fff;
  background: #6877a5;
}
.btn-owner.active {
  color: #fff;
  background: #6877a5;
}
.btn-owner.active:focus, .btn-owner.active:hover, .btn-owner.active.focus {
  color: #fff;
  background: #6877a5;
}

.open > .dropdown-toggle.btn-owner {
  color: #fff;
  background: #6877a5;
}
.open > .dropdown-toggle.btn-owner:hover, .open > .dropdown-toggle.btn-owner:focus, .open > .dropdown-toggle.btn-owner.focus {
  color: #fff;
  background: #6877a5;
}

.btn-owner.disabled:hover, .btn-owner[disabled]:hover {
  color: #fff;
  background: #6877a5;
}

fieldset[disabled] .btn-owner:hover {
  color: #fff;
  background: #6877a5;
}

.btn-owner.disabled:focus, .btn-owner[disabled]:focus {
  color: #fff;
  background: #6877a5;
}

fieldset[disabled] .btn-owner:focus {
  color: #fff;
  background: #6877a5;
}

.btn-owner.disabled.focus, .btn-owner[disabled].focus {
  color: #fff;
  background: #6877a5;
}

fieldset[disabled] .btn-owner.focus {
  color: #fff;
  background: #6877a5;
}

/*賃貸ボタン*/
.btn-tenant {
  color: #fff;
  background: #fa8e07;
}
.btn-tenant:hover, .btn-tenant:focus {
  color: #fff;
  background: #fa8e07;
}
.btn-tenant:active {
  color: #fff;
  background: #fa8e07;
}
.btn-tenant:active:focus, .btn-tenant:active:hover, .btn-tenant:active.focus {
  color: #fff;
  background: #fa8e07;
}
.btn-tenant.active {
  color: #fff;
  background: #fa8e07;
}
.btn-tenant.active:focus, .btn-tenant.active:hover, .btn-tenant.active.focus {
  color: #fff;
  background: #fa8e07;
}

.open > .dropdown-toggle.btn-tenant {
  color: #fff;
  background: #fa8e07;
}
.open > .dropdown-toggle.btn-tenant:hover, .open > .dropdown-toggle.btn-tenant:focus, .open > .dropdown-toggle.btn-tenant.focus {
  color: #fff;
  background: #fa8e07;
}

.btn-tenant.disabled:hover, .btn-tenant[disabled]:hover {
  color: #fff;
  background: #fa8e07;
}

fieldset[disabled] .btn-tenant:hover {
  color: #fff;
  background: #fa8e07;
}

.btn-tenant.disabled:focus, .btn-tenant[disabled]:focus {
  color: #fff;
  background: #fa8e07;
}

fieldset[disabled] .btn-tenant:focus {
  color: #fff;
  background: #fa8e07;
}

.btn-tenant.disabled.focus, .btn-tenant[disabled].focus {
  color: #fff;
  background: #fa8e07;
}

fieldset[disabled] .btn-tenant.focus {
  color: #fff;
  background: #fa8e07;
}

/*賃貸ボタン*/
.btn-other {
  color: #fff;
  background: #408982;
}
.btn-other:hover, .btn-other:focus {
  color: #fff;
  background: #408982;
}
.btn-other:active {
  color: #fff;
  background: #408982;
}
.btn-other:active:focus, .btn-other:active:hover, .btn-other:active.focus {
  color: #fff;
  background: #408982;
}
.btn-other.active {
  color: #fff;
  background: #408982;
}
.btn-other.active:focus, .btn-other.active:hover, .btn-other.active.focus {
  color: #fff;
  background: #408982;
}

.open > .dropdown-toggle.btn-other {
  color: #fff;
  background: #408982;
}
.open > .dropdown-toggle.btn-other:hover, .open > .dropdown-toggle.btn-other:focus, .open > .dropdown-toggle.btn-other.focus {
  color: #fff;
  background: #408982;
}

.btn-other.disabled:hover, .btn-other[disabled]:hover {
  color: #fff;
  background: #408982;
}

fieldset[disabled] .btn-other:hover {
  color: #fff;
  background: #408982;
}

.btn-other.disabled:focus, .btn-other[disabled]:focus {
  color: #fff;
  background: #408982;
}

fieldset[disabled] .btn-other:focus {
  color: #fff;
  background: #408982;
}

.btn-other.disabled.focus, .btn-other[disabled].focus {
  color: #fff;
  background: #408982;
}

fieldset[disabled] .btn-other.focus {
  color: #fff;
  background: #408982;
}

.eriaComents {
  margin-bottom: 2em;
}
.eriaComents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.eriaComents dl dt {
  margin-right: 0.5em;
  padding: 0.2em 0.5em;
  text-align: center;
  border-radius: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
      flex: 0 0 180px;
}
.eriaComents dl dd {
  margin: 0;
}
@media (max-width: 574px) {
  .eriaComents dl {
    display: block;
    margin: 0 0 1em;
  }
  .eriaComents dl dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
.eriaComents .bas dt {
  color: #fff;
  background: #d75b81;
}
.eriaComents .owner dt {
  color: #fff;
  background: #6877a5;
}
.eriaComents .tenant dt {
  color: #fff;
  background: #fa8e07;
}
.eriaComents .other dt {
  color: #fff;
  background: #408982;
}