@charset "UTF-8";

/* Scss Document */
/*
@mixin mq-sp2 {
  @media screen and (max-width: 500px) {
    @content;
  }
}
*/
/* transition */
/* opacity */
/* inline-block */
/* font-family */
/* font size */
/* CSS Document */
/************************************************************
HTML TAGS
************************************************************/
* {
  margin: 0;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  background: #e8ebf0;
}

p {
  line-height: 2.5;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 15px;
  letter-spacing: 0.07em;
}

dd,
dt {
  line-height: 1.6;
  letter-spacing: normal;
  font-size: 15px;
}

dt {
  font-weight: bold;
  letter-spacing: normal;
}

li {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: normal;
}

th {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: normal;
}

td {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: normal;
}

ul,
ol {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  letter-spacing: normal;
  max-width: 100%;
}

hr {
  margin: 0px;
  padding: 0px;
}

address {
  font-style: normal;
}

a {
  color: #222;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

a:hover {
  text-decoration: underline;
  /*color: #00bfaf;*/
  color: #222;
}

a img {
  border: none;
}

@media screen and (max-width: 812px) {
  p {
    line-height: 1.8;
  }

  p,
  li,
  dt,
  dd,
  th,
  td {
    font-size: 3.7333333333vw;
  }

  a {
    -webkit-transition: none;
    transition: none;
  }
}

.contact_main_box {
  width: 75%;
  margin-left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 812px) {
  .contact_main_box {
    width: 100%;
  }
}

.contact_main_box .t1 {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
}

.contact_main_box.company_box {
  padding: 10px 100px 20px;
}

@media screen and (max-width: 812px) {
  .contact_main_box.company_box {
    padding: 10px 10px 20px;
  }
}

.contact_main_box.company_box .t1 {
  margin-bottom: 30px;
}

.contact_main_box.company_box table.rasis-company-data {
  background-color: #fff;
  border: solid 1px #ccc;
  border-collapse: collapse;
  margin: 20px auto;
  overflow: hidden;
  max-width: 1000px;
  width: 100%;
}

.contact_main_box.company_box table.rasis-company-data th,
.contact_main_box.company_box table.rasis-company-data td {
  border: solid 1px #ccc;
  padding: 10px;
}

.contact_main_box.company_box table.rasis-company-data th {
  background-color: #eee;
  font-weight: bold;
  text-align: center;
}

.contact_main_box.company_box table.rasis-company-data td {
  font-size: 14px;
}

.contact_main_box.company_box table.rasis-company-data td:first-child {
  background-color: #f9f9f9;
  font-weight: bold;
  width: 150px;
  text-align: center;
}

.contact_main_box.company_box table.rasis-company-data td:last-child {
  text-align: left;
}

@media screen and (max-width: 812px) {

  .contact_main_box.company_box table.rasis-company-data th,
  .contact_main_box.company_box table.rasis-company-data td {
    display: block;
    width: 100%;
  }

  .contact_main_box.company_box table.rasis-company-data td {
    text-align: right;
  }

  .contact_main_box.company_box table.rasis-company-data td:first-child {
    text-align: left;
    width: 100%;
  }
}

.contact_main_box.company_box .separator-line {
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 15px 0;
}

@media screen and (max-width: 812px) {
  .contact_main_box.company_box .separator-line {
    margin: 5px 0;
  }
}

.contact_main_box.privacy_box {
  padding: 10px 100px 20px;
}

.contact_main_box.privacy_box .t1 {
  margin-bottom: 30px;
}

.contact_main_box .privacy-title {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: bold;
  color: #00385d;
  display: block;
  position: relative;
  padding-left: 50px;
}

.contact_main_box .privacy-title:before {
  content: "";
  height: 7px;
  background: #00385d;
  width: 7px;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 100%;
}

.contact_main_box .privacy-title:after {
  content: "";
  height: 1px;
  background: #00385d;
  width: 40px;
  position: absolute;
  top: 18px;
  left: 0;
}

.contact_main_box .privacy-tx {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.contact_main_box .wpcf7 {
  padding: 0 10px;
  max-width: 800px;
  width: 100%;
}

.contact_main_box .wpcf7 .wpcf7-form-control-wrap textarea {
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 1.6rem;
  width: 100%;
  max-width: 100%;
  height: 200px;
}

.contact_main_box .wpcf7 .wpcf7-form-control-wrap input:focus,
.contact_main_box .wpcf7 .wpcf7-form-control-wrap textarea:focus {
  background: #FFC0CB;
  border: 2px solid #FF1493;
  outline: 0;
}

.contact_main_box .wpcf7 .wpcf7-form-control-wrap input[name=other-property-type],
.contact_main_box .wpcf7 .wpcf7-form-control-wrap input[name=inquiry-content],
.contact_main_box .wpcf7 .wpcf7-form-control-wrap input[name=apartment-type],
.contact_main_box .wpcf7 .wpcf7-form-control-wrap input[name=your-name],
.contact_main_box .wpcf7 .wpcf7-form-control-wrap input[name=your-address],
.contact_main_box .wpcf7 .wpcf7-form-control-wrap input[name=your-telphone-number],
.contact_main_box .wpcf7 .wpcf7-form-control-wrap input[name=your-email] {
  height: 30px;
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
}

.contact_main_box .wpcf7 .wpcf7-form-control-wrap input[name=your-post1],
.contact_main_box .wpcf7 .wpcf7-form-control-wrap input[name=your-post2] {
  height: 30px;
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 14px;
  width: 20%;
}

.contact_main_box .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance {
  display: inline-block;
}

.contact_main_box .wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.contact_main_box .wpcf7 .wpcf7-form-control-wrap .wpcf7-response-output.wpcf7-validation-errors {
  color: #EB6A52;
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
}

.contact_main_box .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item-label {
  font-size: 14px;
}

.contact_main_box .wpcf7 input.wpcf7-submit {
  cursor: pointer;
  max-width: 220px;
  width: 100%;
  border-color: #00385d;
  background: #00385d;
  color: #fff;
  border-radius: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 20px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.contact_main_box .wpcf7 input.wpcf7-submit:hover {
  background: #d2caba;
  font-weight: bold;
  color: #fff;
}

.contact_main_box .wpcf7 .wpcf7-spinner {
  display: none !important;
}

.contact_main_box .wpcf7 form.wpcf7-form {
  margin: 0 auto;
}

.contact_main_box .wpcf7 form.wpcf7-form .r7-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2px;
}

@media screen and (max-width: 812px) {
  .contact_main_box .wpcf7 form.wpcf7-form .r7-item {
    display: block;
  }
}

.contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-q {
  width: 50%;
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 812px) {
  .contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-q {
    width: 100%;
  }
}

.contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-q label {
  font-size: 13px;
}

.contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-q span.r7-req {
  font-size: 10px;
  line-height: 1.3;
  background-color: #d2af63;
  color: #fff;
  padding: 3px 6px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 5px;
  display: inline-block;
}

.contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-q span.r7-opt {
  font-size: 10px;
  line-height: 1.3;
  background-color: #516195;
  color: #fff;
  padding: 3px 6px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 5px;
  display: inline-block;
}

.contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-a {
  background-color: #fff;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px;
}

@media screen and (max-width: 812px) {
  .contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-a {
    width: 100%;
  }
}

.contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-a p {
  width: 100%;
}

.contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-a p .wpcf7-textarea {
  font-size: 13px;
}

.contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-a .wpcf7-form-control-wrap[data-name=contact-type] .wpcf7-list-item {
  display: block;
  line-height: 1.6;
  margin: 0;
}

.contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-a .wpcf7-form-control-wrap[data-name=property-type] .wpcf7-list-item {
  display: block;
  line-height: 1.6;
  margin: 0;
}

.contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-a .wpcf7-form-control-wrap[data-name=preferred-contact-method] .wpcf7-list-item {
  display: block;
  line-height: 1.6;
  margin: 0;
}

.contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-a .wpcf7-form-control-wrap[data-name=preferred-contact-time] .wpcf7-form-control {
  margin-top: 8px;
  padding: 4px;
  width: 35%;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #f0f0f0;
  position: relative;
  color: #222;
}

@media screen and (max-width: 812px) {
  .contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-a .wpcf7-form-control-wrap[data-name=preferred-contact-time] .wpcf7-form-control {
    width: 40%;
  }
}

.contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-a .wpcf7-form-control-wrap[data-name=preferred-contact-time]:after {
  content: "▼";
  position: absolute;
  bottom: -5px;
  right: 6%;
  font-size: 11px;
}

@media screen and (max-width: 812px) {
  .contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-a .wpcf7-form-control-wrap[data-name=preferred-contact-time]:after {
    bottom: -2px;
  }
}

.contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-a .wpcf7-form-control-wrap[data-name=acceptance-privacy] .wpcf7-list-item {
  display: block;
  line-height: 1.6;
  margin: 0;
}

.contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-a span.supplementary-info {
  font-size: 12px;
  line-height: 1.4;
  color: #aaa;
  display: inline-block;
  margin: 10px 0px 0px;
}

.contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-a span.supplementary-info a {
  color: #0a6cff;
}

.contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-a span.info-incentive {
  width: 100%;
  margin-top: 10px;
}

.contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-a span.info-incentive img {
  width: 100%;
  height: auto;
}

.contact_main_box .wpcf7 form.wpcf7-form .r7-item .r7-a .free-assessment-button {
  display: inline-block;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 5px;
  background-color: #00385d;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}

.contact_main_box .wpcf7 form.wpcf7-form .wrap-ttlStyle_02 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact_main_box .wpcf7 form.wpcf7-form .contact-form-title {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: bold;
  color: #00385d;
  display: block;
  position: relative;
  padding-left: 50px;
}

.contact_main_box .wpcf7 form.wpcf7-form .contact-form-title:before {
  content: "";
  height: 7px;
  background: #00385d;
  width: 7px;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 100%;
}

.contact_main_box .wpcf7 form.wpcf7-form .contact-form-title:after {
  content: "";
  height: 1px;
  background: #00385d;
  width: 40px;
  position: absolute;
  top: 18px;
  left: 0;
}

.contact_main_box .wpcf7 form.wpcf7-form .r7-submit {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 812px) {
  .contact_main_box .wpcf7 form.wpcf7-form .r7-submit {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.contact_main_box .wpcf7 form.wpcf7-form .wpcf7-response-output {
  border-color: #A2977D;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  font-family: "Kosugi Maru", sans-serif;
}