<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#head_title {
  background-color: #333333;
  text-align: center;
  margin: 90px auto 30px auto;
  padding: 15px 0px;
}

.txt_red {
  color: #d70c18;
  font-weight: bold;
  text-align: center;
}

/*物件概要*/
.result-box {
  display: block;
  margin: 30px auto;
  border: 1px solid #51779F;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Osaka, sans-serif;
}

.bukken_title {
  color: #ffffff;
  background-color: #51779F;
  padding: 15px;
}

.noimage_detail {
  width: 100%;
  height: auto;
}

.summary_text {
  padding: 5px 10px;
}

.back_estate {
  margin: 15px 0px;
  text-align: right;
}

.to_estate {
  color: #2E5FAC;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Osaka, sans-serif;
}

.to_estate::before {
  content: "≪";
}

.nodata {
  color: #D9101D;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Osaka, sans-serif;
  border-top: 1px solid #51779F;
  margin: 50px 5px;
}

.entry_index {
  color: #ffffff;
  font-size: 24px;
}

.flowimg {
  text-align: center;
}

.flowimg li {
  list-style: none;
  display: inline-block;
  text-align: center;
}

.hexagon01,
.hexagon_at {
  margin: 0 auto;
  display: block;
  position: relative;
  transition: all 0.2s linear;
}

.hexagon01 span.hexagon02,
.hexagon_at span.hexagon02 {
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
}

.hexagon01:before,
.hexagon01:after,
.hexagon_at:before,
.hexagon_at:after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.2s linear;
  z-index: 0;
}

.hexagon01:before,
.hexagon_at:before {
  transform: rotate(60deg);
}

.hexagon01:after,
.hexagon_at:after {
  transform: rotate(-60deg);
}

.hexagon01 {
  background: #333333;
}

.hexagon_at {
  background: #dbdbdb;
}

.hexagon01 span.hexagon02 {
  background: #dbdbdb;
  color: #333333;
}

.hexagon_at span.hexagon02 {
  background: #333333;
  color: #dbdbdb;
}

.hexagon01:before,
.hexagon01:after {
  background: #dbdbdb;
}

.hexagon_at:before,
.hexagon_at:after {
  background: #333333;
}

.flowimg .space {
  background: none;
  color: #dbdbdb;
  font-weight: bold;
}

#entry_form {
  margin: 60px 0px;
}

.entry_title {
  background-color: #333333;
  padding: 5px 0px 5px 15px;
  border-left: 15px solid #525252;
}

.entry_block {
  margin: 45px 0px 80px 0px;
}

.entry_input {
  text-align: left;
  display: inline-block;
  width: 73%;
  padding: 15px;
}

input.input_style,
select.input_style,
textarea.input_style {
  background: #eeefed;
  border: 0px;
  border-radius: 2px;
  padding: 8px;
  margin: 5px;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Osaka, sans-serif;
}

input.input_s,
textarea.input_s {
  width: 100px;
}

select.input_s {
  width: 115px;
}

input.input_m,
textarea.input_m {
  width: 280px;
}

select.input_m {
  width: 295px;
}

input.input_l,
select.input_l,
textarea.input_l {
  width: 90%;
}

.address_block {
  display: block;
}

.consent_box {
  border: 1px solid #c0c0c0;
  font-size: 13px;
  width: 98%;
  height: 140px;
  overflow-y: scroll;
  padding: 10px;
}

.content_unit {
  text-align: center;
}

input.link_entry {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 30px;
  margin: 0 auto;
  background-color:  #d70c18;
  border: 3px solid #a6000a;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

input.link_entry:hover {
  background-color:  #e60b19;
  transition: 1.0s;
  opacity: 0.7;
}

.back_btn_block {
  margin: -15px auto 80px auto;
  text-align: center;
}

button#back_button {
  margin: 0px auto;
  padding: 15px 40px;
  background-color: #e0e2e5;
  color: #666666;
  border-style: none;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
}

button#back_button:hover {
  transition: 1.0s;
  opacity: 0.7;
}


#entry_completion {
  margin: 80px auto 150px auto;
  font-size: 20px;
}


/* pc */
@media screen and (min-width: 1120px) {
  .pc_none {
    display: none;
  }

  #input_form .wrap {
      width: 1120px;
      display: block;
      margin: 0 auto 1px auto;
      text-align: center;
  }

  .result_whole {
    display: flex;
    justify-content: center;
    font-size: 18px;
  }

  .result-box {
    width: 90%;
  }

  .bukken_title {
    display: flex;
    justify-content: space-between;
  }

  .bukken_textbox {
    padding: 15px;
  }

  .bukken_img,
  .bukken_summary {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin: 15px;
  }

  .summary_box {
    display: flex;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .summary_block {
    background-color: #D8D8D8;
    padding: 5px 10px;
    width: 60px;
    text-align: center;
  }

	.flowimg {
    margin-bottom: 30px;
  }

  .flowimg li {
    font-size: 20px;
    margin: 15px 20px;
  }

  .hexagon01,
  .hexagon_at {
    width: 57.74px;
    height: 100px;
  }

  .hexagon01 span.hexagon02,
  .hexagon_at span.hexagon02 {
    height: 100px;
    line-height: 100px;
  }

  .entry_box {
    margin-top: -1px;
    border: 1px solid #c0c0c0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .entry_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    width: 20%;
    background-color: #e2e2e2;
    font-size: 15px;
    text-align: center;
  }

  .entry_input {
    display: inline-block;
    width: 73%;
    padding: 15px;
  }

  input.input_s,
  textarea.input_s {
    width: 100px;
  }

  select.input_s {
    width: 115px;
  }

  input.input_m,
  textarea.input_m {
    width: 280px;
  }

  select.input_m {
    width: 295px;
  }

  input.input_l,
  select.input_l,
  textarea.input_l {
    width: 90%;
  }

  .birthday_block {
    display: inline-block;
    margin-right: 8px;
  }

  .birthday_unit {
    margin-left: -3px;
  }

  .address_unit {
    display: inline-block;
    width: 80px;
    font-size: 13px;
  }

  #entry {
    margin: 80px auto 130px auto;
  }

  .btn_block {
    width: 500px;
    margin: 80px auto;
  }

  #guide .wrap {
    width: 1120px;
    margin: 0 auto;
    padding: 50px 0px;
    text-align: center;
  }

  #guide {
    display: block;
    width: 100%;
    padding: 45px 0px;
    background-image: url("/img/outline/guide_back.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #939393;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
  }

  #guide .guide-index {
    font-size: 23px;
  }

  #guide .guide-flow {
    display: block;
    margin-bottom: 20px;
  }

  #guide .flow {
    display: inline-block;
    width: 300px;
    height: 150px;
    margin: 30px 0px;
    position: relative;
    text-align: center;
  }

  #guide .flow_txt {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Osaka, sans-serif;
  }

  #guide .flow1::after,
  #guide .flow2::after {
    content: "&gt;";
    position: absolute;
    top: 100px;
    right: 0;
  }

  #guide .flow1 {
    background-image: url("/img/enisys/flow01.png");
    background-repeat: no-repeat;
    background-position: center;
  }

  #guide .flow2 {
    background-image: url("/img/enisys/flow02.png");
    background-repeat: no-repeat;
    background-position: center;
  }

  #guide .flow3 {
    background-image: url("/img/enisys/flow03.png");
    background-repeat: no-repeat;
    background-position: center;
  }

  #guide a.btn {
    display: block;
    width: 300px;
    position: relative;
    margin: 25px auto 80px auto;
    padding: 15px 0px;
    font-size: 18px;
    background-color: #188dc8;
    color: #ffffff;
    text-align: center;
    border-style: none;
    border-radius: 5px;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-bottom: solid 3px #1374a5;
  }

  #guide a.btn::after {
    content: "&gt;";
    position:absolute;
    right: 15px;
  }

  #guide a.btn:hover {
    color: #ffffff;
    background-color: #31a5e0;
    border-color: #1374a5;
  }
}

/* tablet  */
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  #input_form .wrap {
    width: 90%;
    margin: 0 auto;
  }

	#head_title {
    padding: 10px 0px;
  }

  .result_whole {
    display: flex;
    justify-content: center;
    font-size: 18px;
  }

  .bukken_title {
    display: flex;
    justify-content: space-between;
  }
  .result-box {
    width: 100%;
  }

  .bukken_textbox {
    padding: 15px;
    display: block;
  }

  .bukken_img {
    display: inline-block;
    width: 45%;
    margin-right: 15px;
    vertical-align: top;
  }

  .bukken_img img {
    width: 100%;
    height: auto;
  }

  .bukken_img_thumb {
    width: 100%;
    height: auto;
  }

  .bukken_summary {
    display: inline-block;
    width: 50%;
  }

  .summary_block {
    background-color: #D8D8D8;
    padding: 5px;
    width: 55px;
    text-align: center;
  }

  .summary_box {
    display: flex;
    margin-bottom: 15px;
    font-size: 13px;
  }

  .flowimg {
    margin-bottom: 30px;
  }

  .flowimg li {
    font-size: 18px;
    margin: 15px;
  }

  .hexagon01,
  .hexagon_at {
    width: 46px;
    height: 80px;
  }

  .hexagon01 span.hexagon02,
  .hexagon_at span.hexagon02 {
    height: 80px;
    line-height: 80px;
  }

  .entry_box {
    background-color: #fcfcfc;
  }

  .entry_label {
    display: block;
    padding: 5px;
    width: 98%;
    background-color: #e2e2e2;
    font-size: 15px;
  }

  .entry_input {
    display: block;
    padding: 15px 5px;
    margin-bottom: 30px;
    width: 98%;
  }

  input.input_s,
  textarea.input_s {
    width: 90px;
  }

  select.input_s {
    width: 105px;
  }

  input.input_m,
  textarea.input_m {
    width: 94%;
  }

  select.input_m {
    width: 98%;
  }

  input.input_l,
  textarea.input_l {
    width: 94%;
  }

  select.input_l {
    width: 98%;
  }

  .birthday_block {
    display: inline-block;
    margin-right: 8px;
  }

  .birthday_unit {
    margin-left: -3px;
  }

  .address_unit {
    display: inline-block;
    width: 80px;
    font-size: 13px;
  }

  #entry {
    margin: 80px auto;
  }

  .btn_block {
    width: 90%;
    margin: 80px auto;
  }

  #guide .wrap {
    margin: 0px 30px;
    padding-top: 50px;
    text-align: center;
  }

  #guide {
    display: block;
    width: 100%;
    padding: 45px 0px 15px 0px;
    margin: 90px 0px 0px 0px;
    background-image: url("/img/outline/guide_back.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #939393;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
  }

  #guide .guide-index {
    font-size: 20px;
  }

  #guide .guide-flow {
    display: block;
    margin-bottom: 40px;
  }

  #guide .flow {
    display: inline-block;
    width: 30%;
    height: 150px;
    position: relative;
    text-align: center;
  }

  #guide .flow_txt {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Osaka, sans-serif;
  }

  #guide .flow1::after,
  #guide .flow2::after {
    content: "&gt;";
    position: absolute;
    top: 100px;
    right: 0;
  }

  #guide .flow1 {
    background-image: url("/img/enisys/flow01.png");
    background-repeat: no-repeat;
    background-position: center;
  }

  #guide .flow2 {
    background-image: url("/img/enisys/flow02.png");
    background-repeat: no-repeat;
    background-position: center;
  }

  #guide .flow3 {
    background-image: url("/img/enisys/flow03.png");
    background-repeat: no-repeat;
    background-position: center;
  }

  #guide a.btn {
    display: block;
    width: 300px;
    position: relative;
    margin: 25px auto 80px auto;
    padding: 15px 0px;
    font-size: 18px;
    background-color: #188dc8;
    color: #ffffff;
    text-align: center;
    border-style: none;
    border-radius: 5px;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-bottom: solid 3px #1374a5;
  }

  #guide a.btn::after {
    content: "&gt;";
    position:absolute;
    right: 15px;
  }

  #guide a.btn:hover {
    color: #ffffff;
    background-color: #31a5e0;
    border-color: #1374a5;
  }
}

/* smartPhone */
@media screen and (max-width: 640px) {
  #input_form .wrap {
    width: 90%;
    margin: 0 auto;
  }

	#head_title {
    padding: 5px 0px;
  }

  .result-box {
    width: 100%;
  }

  .bukken_textbox {
    padding: 10px;
    display: block;
  }

  .bukken_img {
    display: block;
    width: 100%;
  }

  .bukken_img img {
    width: 100%;
    height: auto;
  }

  .summary_box {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .summary_block {
    display: block;
    background-color: #ededed;
    padding: 5px 0px;
    width: 100%;
    text-align: center;
  }

  .entry_index {
    font-size: 18px;
  }

  .flowimg li {
    font-size: 13px;
    margin: 5px;
  }

  .hexagon01,
  .hexagon_at {
    width: 28.5px;
    height: 50px;
  }

  .hexagon01 span.hexagon02,
  .hexagon_at span.hexagon02 {
    height: 50px;
    line-height: 50px;
  }

  #entry_form {
    margin: 30px 0px;
  }

  .entry_title {
    padding: 5px 0px 5px 10px;
    border-left: 10px solid #333333;
  }

  .entry_block {
    margin: 15px 0px 45px 0px;
  }

  .entry_label {
    display: block;
    padding: 5px;
    color: #333333;
    font-size: 15px;
  }

  .entry_label::before {
    content: "◆";
  }

  .entry_input {
    display: block;
    padding: 0px;
    margin: -1px auto 18px auto;
    width: 98%;
  }

  input.input_style,
  select.input_style,
  textarea.input_style {
    margin: 0px;
  }

  input.input_s,
  textarea.input_s {
    width: 90px;
  }

  select.input_s {
    width: 105px;
  }

  input.input_m,
  textarea.input_m {
    width: 94%;
  }

  select.input_m {
    width: 98%;
  }

  input.input_l,
  textarea.input_l {
    width: 94%;
  }

  select.input_l {
    width: 98%;
  }

  .birthday_block {
    display: block;
    margin-bottom: 15px;
  }

  .address_block {
    margin-bottom: 15px;
  }

  .address_unit {
    display: block;
    font-size: 13px;
  }

  #entry {
    margin-bottom: 60px;
  }

  .btn_block {
    width: 90%;
    margin: auto;
  }

  .link_entry {
    padding: 10px;
    border: 2px solid #a6000a;
    font-size: 16px;
  }

  .back_btn_block {
    margin: 45px auto;
  }

  #entry_completion {
    margin: 40px auto 80px auto;
    font-size: 18px;
  }

  #guide .wrap {
    margin: 0px 15px;
    padding-top: 15px;
    text-align: center;
  }

  #guide {
    display: block;
    width: 100%;
    padding: 45px 0px 15px 0px;
    margin: 90px 0px 0px 0px;
    background-image: url("/img/outline/guide_back.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #939393;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
  }

  #guide .guide-index {
    font-size: 17px;
  }

  #guide .guide-flow {
    display: block;
    margin: 50px 0px;
  }

  #guide .flow {
    display: inline-block;
    width: 30%;
    height: 120px;
    position: relative;
    text-align: center;
    font-size: 14px;
  }

  #guide .flow_txt {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Osaka, sans-serif;
  }

  #guide .flow1::after,
  #guide .flow2::after {
    content: "&gt;";
    position: absolute;
    top: 10px;
    right: 0;
  }

  #guide .flow1 {
    background-image: url("/img/enisys/flow01.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 50% auto;
    -moz-background-size: 50% auto;
  }

  #guide .flow2 {
    background-image: url("/img/enisys/flow02.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 50% auto;
    -moz-background-size: 50% auto;
  }

  #guide .flow3 {
    background-image: url("/img/enisys/flow03.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 50% auto;
    -moz-background-size: 50% auto;
  }

  #guide a.btn {
    display: block;
    width: 90%;
    position: relative;
    margin: 25px auto 80px auto;
    padding: 15px 0px;
    font-size: 18px;
    background-color: #188dc8;
    color: #ffffff;
    text-align: center;
    border-style: none;
    border-radius: 5px;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-bottom: solid 3px #1374a5;
  }

  #guide a.btn::after {
    content: "&gt;";
    position:absolute;
    right: 15px;
  }

  #guide a.btn:hover {
    color: #ffffff;
    background-color: #31a5e0;
    border-color: #1374a5;
  }
}
</pre></body></html>