@charset "UTF-8";
/* =========================================================
売買相談 consultation
========================================================= */
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-consultation-mv {
  position: relative;
}
.p-consultation-mv--wrap {
  display: block;
  height: 75vh;
  overflow: hidden;
}
@media screen and (min-width: 430px) {
  .p-consultation-mv--wrap {
    height: 85vh;
  }
}
@media screen and (min-width: 992px) {
  .p-consultation-mv--wrap {
    height: auto;
  }
}
.p-consultation-mv picture img {
  display: block;
  object-fit: cover;
  object-position: -200px;
  height: 100%;
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 992px) {
  .p-consultation-mv picture img {
    object-fit: contain;
    object-position: inherit;
  }
}
.p-consultation-mv_title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-consultation-mv_title h1 {
  background: #00A7EA;
  color: #ffffff;
  font-size: calc(42 * (100vw / 430));
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 5px 20px;
}
@media screen and (min-width: 430px) {
  .p-consultation-mv_title h1 {
    font-size: calc(42 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-consultation-mv_title h1 {
    font-size: calc(42 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-consultation-mv_title h1 {
    font-size: calc(42 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-consultation-mv_title h1 {
    font-size: 42px;
  }
}
.p-consultation-mv_title h1 .in {
  color: #FFE200;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-consultation-mv_title h1 .in {
    display: inline;
    padding-left: 10px;
  }
}
.p-consultation-title {
  background: #223F88;
  font-size: clamp(13px, 1.61vw, 18px);
  padding: calc(70 * (100vw / 992)) 8vw;
  position: relative;
  margin: 0 auto 15px;
}
@media screen and (min-width: 992px) {
  .p-consultation-title {
    background-position: top -240px right -510px;
    font-size: 16px;
    padding: calc(60 * (100vw / 1920)) 8vw;
  }
}
.p-consultation-title::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 50px 0 50px;
  border-color: #223F88 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 50px);
}
@media screen and (min-width: 992px) {
  .p-consultation-title::before {
    border-width: 30px 50px 0 50px;
    bottom: -30px;
  }
}
.p-consultation-title .in {
  color: #ffffff;
  display: block;
  font-size: calc(25 * (100vw / 430));
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-consultation-title .in {
    font-size: calc(25 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-consultation-title .in {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-consultation-title .in {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-consultation-title .in {
    font-size: 30px;
  }
}
.p-consultation-contents {
  text-align: center;
  padding: calc(120 * (100vw / 992)) 8vw;
  padding-bottom: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-consultation-contents {
    padding: calc(120 * (100vw / 1920)) 8vw;
    padding-bottom: 0;
  }
}
.p-consultation-contents .text {
  color: #00A7EA;
  font-size: calc(20 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 430px) {
  .p-consultation-contents .text {
    font-size: calc(20 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-consultation-contents .text {
    font-size: calc(20 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-consultation-contents .text {
    font-size: calc(20 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-consultation-contents .text {
    font-size: 20px;
  }
}
.p-consultation-property {
  padding: calc(120 * (100vw / 992)) 8vw;
  padding-top: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-consultation-property {
    padding: calc(120 * (100vw / 1920)) 8vw;
    padding-top: 0;
  }
}
.p-consultation-property--wrap {
  background: #F1F5F9;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
.p-consultation-property h2 {
  background: #00A7EA;
  color: #ffffff;
  font-size: calc(25 * (100vw / 430));
  text-align: center;
  padding: 20px 10px;
}
@media screen and (min-width: 430px) {
  .p-consultation-property h2 {
    font-size: calc(25 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-consultation-property h2 {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-consultation-property h2 {
    font-size: calc(30 * (100vw / 992));
    padding: 10px;
  }
}
@media screen and (min-width: 992px) {
  .p-consultation-property h2 {
    font-size: 30px;
  }
}
.p-consultation-property_table {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-consultation-property_table {
    padding: 25px 25px 40px;
  }
}
.p-consultation-property_table .tr {
  background: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-consultation-property_table .tr {
    margin-bottom: 15px;
    padding: 15px;
  }
}
.p-consultation-property_table dl {
  color: #223F88;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-consultation-property_table dd {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .p-consultation-property_table dd .radio-group input[type="number"] {
    width: calc(100% - 280px);
  }
}
@media screen and (min-width: 768px) {
  .p-consultation-property_table dd.unit-area input[type="number"] {
    max-width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .p-consultation-property_table dd.unit-area .radio-group {
    width: calc(100% - 250px);
    justify-content: flex-start;
  }
}
.p-consultation-property_table dd .property-option {
  border: 1px solid #707070;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: block;
  margin: 0 0 5px 5px;
  padding: 12px 15px;
  line-height: 1;
  transition: .2s;
}
.p-consultation-property_table dd .property-option input[type="radio"] {
  display: none !important;
}
.p-consultation-property_table dd .property-option input[type="checkbox"] {
  display: none !important;
}
.p-consultation-property_table dd .property-option input[type="checkbox"]:checked + span {
  color: #00A7EA;
}
.p-consultation-property_table dd .property-option input[type="checkbox"]:checked + span::before {
  background-color: #00A7EA;
}
.p-consultation-property_table dd .property-option input[type="checkbox"]:checked + span::after {
  background-color: #ffffff;
}
.p-consultation-property_table dd .property-option span {
  color: #343434;
  font-size: clamp(15px, 1.61vw, 18px);
  line-height: 1.3;
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 992px) {
  .p-consultation-property_table dd .property-option span {
    font-size: 16px;
  }
}
.p-consultation-property_table dd .property-option span::before {
  content: ' ';
  background-color: #E7E7E7;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: -1px;
  left: 0;
}
.p-consultation-property_table dd .property-option span::after {
  content: ' ';
  background-color: #E7E7E7;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: 4px;
  left: 5px;
}
.p-consultation-property_table dd .property-option.mfp_checked span {
  color: #00A7EA;
}
.p-consultation-property_table dd .property-option.mfp_checked span::before {
  background-color: #00A7EA;
}
.p-consultation-property_table dd .property-option.mfp_checked span::after {
  background-color: #ffffff;
}
.p-consultation-property_table dd .privacypolicy {
  border: 1px solid #707070;
  border-radius: 5px;
  height: 300px;
  margin: 10px 5px;
  overflow-y: scroll;
  padding: 20px;
}
.p-consultation-property_table dd .privacypolicy .title {
  margin: 1rem 0 .5rem;
}
.p-consultation-property_table dd .privacypolicy .text {
  font-size: 90%;
}
.p-consultation-property_table dd .privacypolicy .list {
  font-size: 90%;
  margin: 0 0 0 1.5rem;
}
.p-consultation-property_table dd .radio-group {
  display: flex;
  justify-content: flex-end;
  padding-top: 5px;
  width: 100%;
}
.p-consultation-property_table dd.unit-name {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5px;
}
.p-consultation-property_table dd input[type="text"],
.p-consultation-property_table dd input[type="number"],
.p-consultation-property_table dd input[type="email"],
.p-consultation-property_table dd input[type="tel"] {
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 5px;
  display: block;
  font-size: clamp(13px, 1.61vw, 18px);
  padding: 5px 10px;
  max-width: 600px;
  min-height: 36px;
  line-height: 34px;
  width: 100%;
}
.p-consultation-property_table dd input[type="text"]:focus,
.p-consultation-property_table dd input[type="number"]:focus,
.p-consultation-property_table dd input[type="email"]:focus,
.p-consultation-property_table dd input[type="tel"]:focus {
  background: #F1F5F9;
}
@media screen and (min-width: 992px) {
  .p-consultation-property_table dd input[type="text"],
  .p-consultation-property_table dd input[type="number"],
  .p-consultation-property_table dd input[type="email"],
  .p-consultation-property_table dd input[type="tel"] {
    font-size: 16px;
  }
}
.p-consultation-property_table dd textarea {
  max-width: 550px;
  width: 100%;
  height: 150px;
  display: block;
  font-family: sans-serif;
  padding: 3px 10px;
  outline: none;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 5px;
}
.p-consultation-property_table dd .example {
  color: #343434;
  display: block;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  margin: 5px 0 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-consultation-property_table dd .example {
    font-size: 16px;
    line-height: 2.8;
  }
}
.p-consultation-property_table .btn-area .submit-btn {
  background: #223F88;
  border: none;
  border-radius: 100px;
  display: block;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  padding: 20px;
  position: relative;
  margin: 15px auto 0;
  max-width: 310px;
  transition: .3s;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-consultation-property_table .btn-area .submit-btn {
    font-size: 16px;
    margin: 40px auto 0;
    max-width: 380px;
    padding: 25px;
  }
}
.p-consultation-property_table .btn-area .submit-btn::before {
  content: '';
  background: url(../images/common/icon-right.svg) no-repeat center;
  background-color: #FFE200;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
  width: 30px;
  height: 30px;
}
.p-consultation-property_table .btn-area .submit-btn:hover {
  background: #152856;
}
.p-consultation-thanks {
  line-height: 2;
  margin: 50px auto;
  max-width: 1200px;
  width: 94%;
}
.p-consultation-thanks--actions {
  margin: 20px auto 0;
  text-align: center;
  text-decoration: underline;
}
