@charset "UTF-8";
/* setting */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/* ------------
setting
------------ */
/* ------------
adjust
------------ */
body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

em {
  font-style: normal;
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    max-width: 100%;
  }
}

#container img {
  width: 100%;
  height: auto;
}

input,
select {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ------------
module
------------ */
header .header_logo span {
  vertical-align: top;
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #004680;
}
@media screen and (min-width: 769px) {
  header .header_logo span {
    margin-left: -20px;
  }
}

#main:has(.satei_lp) {
  padding: 0;
}

.satei_lp .lp_inner {
  width: 77%;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .satei_lp .lp_inner {
    width: 90%;
  }
}
.satei_lp {
  /* -- headline -- */
}
.satei_lp .headline_01, .satei_lp .headline_02 {
  color: #004680;
  letter-spacing: -0.03em;
  font-size: min(6.6666666667vw, 5.2rem);
  line-height: 1.4;
  font-weight: 900;
  margin-bottom: 1.3em;
  text-align: center;
}
.satei_lp .headline_02 {
  font-size: min(5.1282051282vw, 3.6rem);
}
.satei_lp .headline_03 {
  color: #004680;
  font-size: min(4.1025641026vw, 2.4rem);
  font-weight: 700;
}
.satei_lp {
  /* -- style -- */
}
.satei_lp .plain_txt {
  font-size: min(4.1025641026vw, 2rem);
}
.satei_lp .font-bold {
  font-weight: 700;
}
.satei_lp .font-sizedown {
  font-size: 0.8em;
}
.satei_lp .font-sup {
  font-size: 60%;
  position: relative;
  top: -0.5em;
}
.satei_lp .notes_wrap {
  text-align: left;
}
.satei_lp .note {
  font-weight: normal;
  line-height: 1.4;
}
.satei_lp .detail_notes {
  width: 100%;
  -ms-grid-column: 1 !important;
  -ms-grid-column-span: 3 !important;
  grid-column: 1/4 !important;
  color: #666666;
  font-size: min(2.5641025641vw, 1.1rem);
  margin-bottom: 1em;
  text-align: center;
}
.satei_lp .detail_notes .note {
  display: inline-block;
  text-align: left;
}
.satei_lp .underline {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #F3E600));
  background: linear-gradient(transparent 60%, #F3E600 40%);
}
.satei_lp .underline-half {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(25%, #F3E600));
  background: linear-gradient(transparent 75%, #F3E600 25%);
}
.satei_lp .bg_gray {
  background-color: #EDF2F7;
}
.satei_lp {
  /* -- button -- */
}
.satei_lp .btn {
  border-radius: 10em;
  font-weight: bold;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  container: btn/inline-size;
}
.satei_lp a.btn {
  text-decoration: none;
}
.satei_lp .btn_cta {
  position: relative;
  color: #004680;
  background-color: #F3E600;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 70, 128, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 70, 128, 0.2);
}
.satei_lp .btn_cta span {
  display: block;
  padding: 0.55em 0.5em 0.7em;
  font-size: 6.4cqw;
  font-weight: 900;
  vertical-align: super;
  letter-spacing: -0.03em;
}
.satei_lp .btn_cta em {
  font-size: 120%;
  margin: 0 0.1em;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .satei_lp .btn_cta:hover {
    background-color: #B9C9DE;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.satei_lp .btn_01 {
  color: #004680;
  background-color: #fff;
  border: 2px solid #004680;
  max-width: 520px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 70, 128, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 70, 128, 0.2);
}
.satei_lp .btn_01 span {
  display: block;
  padding: 0.55em 0.5em 0.7em;
  font-size: min(5.4cqw, 2.4rem);
  letter-spacing: -0.03em;
}
@media screen and (min-width: 769px) {
  .satei_lp .btn_01:hover {
    background-color: #DCE4EF;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.satei_lp .btn_arrow span {
  background-image: url(/housedo_img/rwd/sell/com_satei/icon-arrow_blue.svg);
  background-image: url(/housedo_img/rwd/sell/com_satei/icon-arrow_blue.svg);
  background-size: 1em 1em;
  background-position: right 0.8em center;
  background-repeat: no-repeat;
  padding-right: 1.6em;
}
.satei_lp {
  /* -- scroll -- */
}
.satei_lp .scrollbar > * {
  width: 100%;
}
.satei_lp .scrollbar {
  overflow: auto;
  white-space: nowrap;
  scrollbar-color: #A7BCD6 #EDF2F7;
  scrollbar-width: thin;
}
.satei_lp .scrollbar::-webkit-scrollbar {
  height: 5px;
}
.satei_lp .scrollbar::-webkit-scrollbar-track {
  background: #EDF2F7;
  border-radius: 100px;
}
.satei_lp .scrollbar::-webkit-scrollbar-thumb {
  background: #A7BCD6;
  border-radius: 100px;
}

/* --------------------------------
  form
--------------------------------- */
.k_estimate_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .k_estimate_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
  }
}
.k_estimate_form {
  /* Forms reset　==================================== */
}
.k_estimate_form input,
.k_estimate_form optgroup,
.k_estimate_form select,
.k_estimate_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
.k_estimate_form [type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
.k_estimate_form [type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}
.k_estimate_form input {
  overflow: visible;
}
.k_estimate_form select {
  text-transform: none;
}
.k_estimate_form option {
  padding: 0;
}
.k_estimate_form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
.k_estimate_form legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.k_estimate_form progress {
  vertical-align: baseline;
}
.k_estimate_form textarea {
  overflow: auto;
}
.k_estimate_form [type=checkbox],
.k_estimate_form [type=radio] {
  padding: 0;
}
.k_estimate_form [type=number]::-webkit-inner-spin-button,
.k_estimate_form [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.k_estimate_form [type=search] {
  outline-offset: -2px;
}
.k_estimate_form [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.k_estimate_form ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
.k_estimate_form label[for] {
  cursor: pointer;
}
.k_estimate_form {
  /* Forms resetここまで　==================================== */
}
.k_estimate_form .k_estimate_button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.k_estimate_form .k_estimate_cross {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
  width: 1em;
  margin: 0 0.3em;
}
.k_estimate_form .k_estimate_cross::before, .k_estimate_form .k_estimate_cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 1em;
  background: #004680;
}
.k_estimate_form .k_estimate_cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.k_estimate_form .k_estimate_cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .k_estimate_form .k_estimate_cross {
    display: none;
  }
}
.k_estimate_form .k_select_control {
  width: 100%;
  display: inline-block;
  position: relative;
}
.k_estimate_form .k_select_control .k_select_arrow {
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #004680;
  font-size: 0.6em;
}
.k_estimate_form .k_select_control .k_select_arrow::before {
  content: "▼";
  -webkit-transform: scaleY(0.8);
          transform: scaleY(0.8);
}
.k_estimate_form .k_select_control select.k_form_control {
  width: 100%;
  color: #004680;
  cursor: pointer;
  padding: 0.4em 1.8em 0.4em 0.6em;
  font-size: 1em;
  border: 1px solid #A7BCD6;
  background-color: #fff;
  vertical-align: baseline;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 100%;
}
.k_estimate_form .k_select_control select.k_form_control:focus:not(:disabled):not([readonly]) {
  border: 1px solid #004680 !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px #004680;
          box-shadow: 0 0 0 1px #004680;
}
.k_estimate_form .k_select_control select.k_form_control[disabled], .k_estimate_form .k_select_control select.k_form_control[readonly] {
  color: #aaaaaa;
  background-color: #efefef;
  cursor: default;
}
.k_estimate_form .k_select_control select.k_form_control[disabled]:focus, .k_estimate_form .k_select_control select.k_form_control[readonly]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.k_estimate_form .k_select_control select.k_form_control[disabled], .k_estimate_form .k_select_control select.k_form_control[disabled] ~ .select_arrow, .k_estimate_form .k_select_control select.k_form_control[readonly], .k_estimate_form .k_select_control select.k_form_control[readonly] ~ .select_arrow {
  opacity: 1;
  color: #aaaaaa;
  cursor: default;
}

.k_mv_form_wrap {
  bottom: 3em;
  left: 0;
  width: 100%;
  border: 2px solid #004680;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.9);
}
.k_mv_form_wrap .k_mv_form_title {
  background-color: #004680;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5em 0.2em;
  font-weight: 600;
}
.k_mv_form_wrap .k_mv_form_title .k_mv_form_title_l {
  margin: 0;
  font-size: 1.125em;
}
.k_mv_form_wrap .k_mv_form_title .k_mv_form_title_l .large {
  font-size: 2.125em;
  color: #F3E600;
  margin: 0 0.2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .k_mv_form_wrap .k_mv_form_title .k_mv_form_title_l {
    font-size: 1em;
    text-align: center;
  }
  .k_mv_form_wrap .k_mv_form_title .k_mv_form_title_l .large {
    font-size: 1.5em;
  }
}
.k_mv_form_wrap .k_mv_form_title .k_mv_form_title_r {
  margin: 0;
  font-size: 0.875em;
}
.k_mv_form_wrap .k_mv_form_cont {
  padding: 0.8em 1em;
}

.k_btn_estimate {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  overflow: visible;
  text-transform: none;
}
.k_btn_estimate[type=button], .k_btn_estimate[type=reset], .k_btn_estimate[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.k_btn_estimate[disabled], .k_btn_estimate[type=button][disabled], .k_btn_estimate[type=reset][disabled], .k_btn_estimate[type=submit][disabled] {
  cursor: default;
}
.k_btn_estimate::-moz-focus-inner, .k_btn_estimate[type=button]::-moz-focus-inner, .k_btn_estimate[type=reset]::-moz-focus-inner, .k_btn_estimate[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.k_btn_estimate:-moz-focusring, .k_btn_estimate[type=button]:-moz-focusring, .k_btn_estimate[type=reset]:-moz-focusring, .k_btn_estimate[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.k_btn_estimate {
  border-radius: 50px;
  background-color: #F3E600;
  color: #004680;
  padding: 0.3em 1.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  border: none;
  -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.k_btn_estimate img {
  vertical-align: bottom;
  display: inline-block;
  width: 1.85em;
}
.k_btn_estimate:hover, .k_btn_estimate:focus {
  background-color: #A7BCD6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.k_btn_estimate[disabled], .k_btn_estimate[type=button][disabled], .k_btn_estimate[type=reset][disabled], .k_btn_estimate[type=submit][disabled] {
  cursor: default;
  background-color: #b9b9b9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.k_btn_estimate[disabled]:hover, .k_btn_estimate[disabled]:focus, .k_btn_estimate[type=button][disabled]:hover, .k_btn_estimate[type=button][disabled]:focus, .k_btn_estimate[type=reset][disabled]:hover, .k_btn_estimate[type=reset][disabled]:focus, .k_btn_estimate[type=submit][disabled]:hover, .k_btn_estimate[type=submit][disabled]:focus {
  background-color: #b9b9b9;
}

/* ------------
layout
------------ */
.satei_lp .cta {
  padding: 7.6923076923vw 0 5.1282051282vw;
}
@media screen and (min-width: 769px) {
  .satei_lp .cta {
    padding: 5rem 0 3rem;
  }
}
.satei_lp .cta .cta_cont {
  background-color: #005499;
  display: block;
  border-radius: min(5.1282051282vw, 30px);
  -webkit-box-shadow: 0 3px 20px rgba(0, 42, 77, 0.1215686275);
          box-shadow: 0 3px 20px rgba(0, 42, 77, 0.1215686275);
  position: relative;
}
.satei_lp .cta .cta_cont .cta_container {
  container: cta_container/inline-size;
}
.satei_lp .cta .cta_cont .cta_head {
  background-color: #004680;
  border-radius: min(5.1282051282vw, 30px) min(5.1282051282vw, 30px) 0 0;
}
.satei_lp .cta .cta_cont .cta_head .cta_head_txt {
  color: #fff;
  text-align: center;
  padding: 0 min(6.4102564103vw, 2.5rem);
}
.satei_lp .cta .cta_cont .cta_head .cta_head_txt span {
  margin: 0.4em 0 0.6em;
  display: inline-block;
  font-size: 6.7cqw;
  font-weight: 700;
}
.satei_lp .cta .cta_cont .cta_main {
  padding: min(5.1282051282vw, 2rem) min(6.4102564103vw, 2.5rem);
}
.satei_lp .cta .cta_cont .cta_main .cta_tit {
  color: #fff;
  text-align: center;
  font-size: 6.7cqw;
  font-weight: 900;
  margin-bottom: 1em;
}
.satei_lp .cta .cta_cont .cta_main .btn_cta {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  .satei_lp .cta .cta_cont .cta_head .cta_head_txt {
    padding: 0 9%;
    text-align: left;
  }
  .satei_lp .cta .cta_cont .cta_head .cta_head_txt span {
    margin: 0.4em 0;
    font-size: 6.5cqw;
  }
  .satei_lp .cta .cta_cont .cta_main {
    padding: min(5.1282051282vw, 2rem) 9% min(12.8205128205vw, 5rem);
  }
  .satei_lp .cta .cta_cont .cta_main .cta_tit {
    text-align: left;
    font-size: 7.6cqw;
    margin-bottom: 0.8em;
  }
  .satei_lp .cta .cta_cont .cta_head_txt,
  .satei_lp .cta .cta_cont .cta_main {
    width: 60%;
  }
  .satei_lp .cta .cta_cont .cta_furuta_wrap {
    position: absolute;
    bottom: 0;
    right: 1em;
    width: 43%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.satei_lp .mv {
  padding-top: 1rem;
  padding-bottom: 5rem;
}
.satei_lp .mv .mv_inner {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}
.satei_lp .mv .mv_inner .mv_cont1,
.satei_lp .mv .mv_inner .mv_cont2 {
  display: -ms-grid;
  display: grid;
}
.satei_lp .mv .mv_inner .mv_cont1 > *,
.satei_lp .mv .mv_inner .mv_cont2 > * {
  -ms-grid-column: 2;
  grid-column: 2;
}
.satei_lp .mv .mv_inner .mv_cont1 {
  position: relative;
  -ms-grid-columns: 1fr 85.5% 1fr;
  grid-template-columns: 1fr 85.5% 1fr;
}
.satei_lp .mv .mv_inner .mv_cont2 {
  -ms-grid-columns: 1fr 78% 1fr;
  grid-template-columns: 1fr 78% 1fr;
}
@media screen and (min-width: 769px) {
  .satei_lp .mv .mv_inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas: "area1 area2";
  }
  .satei_lp .mv .mv_inner .mv_cont1 {
    grid-area: area2;
    display: block;
    padding: 3rem 0 5rem;
  }
  .satei_lp .mv .mv_inner .mv_cont2 {
    grid-area: area1;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-column: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 769px){
  .satei_lp .mv .mv_inner .mv_cont1 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .satei_lp .mv .mv_inner .mv_cont2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.satei_lp .mv .mv_form_wrap_inner {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .satei_lp .mv .mv_form_wrap_inner {
    margin-top: -2em;
  }
}
.satei_lp .mv .mv_txt {
  color: #004680;
  text-align: center;
  container: mv_txt/inline-size;
}
@media screen and (min-width: 769px) {
  .satei_lp .mv .mv_txt {
    text-align: left;
  }
}
.satei_lp .mv .mv_txt .mv_subtxt_block,
.satei_lp .mv .mv_txt .mv_subtxt,
.satei_lp .mv .mv_txt .mv_maintxt {
  display: block;
}
.satei_lp .mv .mv_txt .mv_subtxt_block {
  font-size: 3.5cqw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.3em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 20px;
  border-radius: 999px;
  background: #F3E600;
}
.satei_lp .mv .mv_txt .mv_subtxt_block em {
  font-size: 115%;
  margin: 0 0.05em 0 0.1em;
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
  display: inline-block;
}
.satei_lp .mv .mv_txt .mv_subtxt {
  font-size: 9cqw;
  font-weight: 700;
  line-height: 1.4;
}
.satei_lp .mv .mv_txt .mv_subtxt em {
  font-size: 115%;
  margin: 0 0.05em 0 0.1em;
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
  display: inline-block;
}
.satei_lp .mv .mv_txt .mv_maintxt {
  font-size: 14cqw;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
.satei_lp .mv .mv_num_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  container: mv_num_list/inline-size;
}
@media screen and (min-width: 769px) {
  .satei_lp .mv .mv_num_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 80%;
  }
}
.satei_lp .mv .mv_num_list .mv_num_cont {
  color: #B4965A;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.7cqw;
  gap: 0.4em;
  margin: 1em 0;
}
.satei_lp .mv .mv_num_list .mv_num_cont .mv_num_cont_before,
.satei_lp .mv .mv_num_list .mv_num_cont .mv_num_cont_after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.satei_lp .mv .mv_num_list .mv_num_cont .mv_num_cont_before img,
.satei_lp .mv .mv_num_list .mv_num_cont .mv_num_cont_after img {
  max-width: none;
  width: 1.2em;
}
.satei_lp .mv .mv_num_list .mv_num_cont .mv_num_cont_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.satei_lp .mv .mv_num_list .mv_num_cont .mv_num_cont_main span {
  display: block;
  white-space: nowrap;
}
.satei_lp .mv .mv_num_list .mv_num_cont .mv_num_cont_main .num {
  position: relative;
}
.satei_lp .mv .mv_num_list .mv_num_cont .mv_num_cont_main .num em {
  display: inline-block;
  font-family: Arial;
  font-size: 175%;
  font-weight: 700;
  line-height: 1.1;
}
.satei_lp .mv .mv_num_list .mv_num_cont .mv_num_cont_main .num .sup {
  font-size: 50%;
  font-weight: normal;
  position: absolute;
  top: 1.2em;
  right: -1.5em;
}
.satei_lp .mv .mv_num_list .mv_num_cont .mv_num_cont_main .code {
  font-size: 50%;
  font-weight: 400;
}
.satei_lp .mv .mv_num_list .mv_num_cont-order .tit {
  font-size: 62.5%;
}
.satei_lp .mv .mv_num_list .mv_num_cont-store .tit {
  font-size: 87.5%;
}
.satei_lp .mv .mv_num_list .mv_num_cont-prime .tit {
  font-size: 87.5%;
}
.satei_lp .mv .mv_num_list .mv_num_cont-prime .sup {
  top: -1.3em !important;
  right: -1.3em !important;
}
.satei_lp .mv .mv_num_list li + li {
  margin-left: 1em !important;
}
.satei_lp .mv .mv_notes {
  width: 100%;
  -ms-grid-column: 1 !important;
  -ms-grid-column-span: 3 !important;
  grid-column: 1/4 !important;
  color: #004680;
  font-size: min(2.5641025641vw, 1.1rem);
  margin-bottom: 1em;
  text-align: center;
}
.satei_lp .mv .mv_notes .note {
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .satei_lp .mv .mv_notes {
    text-align: left;
  }
}
.satei_lp .mv .hero__cm-badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 142px;
  min-height: 86px;
  padding: 12px 14px;
  border: 4px solid #ffffff;
  border-radius: 14px;
  background: #004680;
  color: #ffffff;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  text-align: center;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
.satei_lp .mv .hero__cm-badge span {
  display: block;
  color: #F3E600;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}
.satei_lp .mv .hero__cm-badge strong {
  display: block;
  margin-top: 4px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}
.satei_lp .mv .mv_cm_icon_wrap {
  display: block;
  position: absolute;
  bottom: 1em;
  left: 0;
}
@media screen and (min-width: 769px) {
  .satei_lp .mv .mv_cm_icon_wrap {
    bottom: 3em;
  }
}
.satei_lp .mv .mv_cm_icon_wrap .mv_cm_icon_inner .mv_cm_icon {
  width: 50%;
}
.satei_lp .purchase {
  background-color: #EDF2F7;
  padding: 12.8205128205vw 0 7.6923076923vw;
}
@media screen and (min-width: 769px) {
  .satei_lp .purchase {
    padding: 0 0 10rem;
  }
}
.satei_lp .purchase .purchase_headline_wrap .purchase_headline {
  display: block;
  text-align: center;
  margin: 1.3em 0;
}
.satei_lp .purchase .purchase_headline_wrap .purchase_headline_img {
  text-align: center;
}
.satei_lp .purchase .purchase_headline_wrap .purchase_headline_img img {
  max-width: 600px;
}
@media screen and (min-width: 769px) {
  .satei_lp .purchase .purchase_headline_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5% 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
    margin-bottom: min(5.1282051282vw, 5.2rem);
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
  .satei_lp .purchase .purchase_headline_wrap .purchase_headline {
    container: purchase_headline/inline-size;
    text-align: left;
    line-height: 1;
    margin: 0;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .satei_lp .purchase .purchase_headline_wrap .purchase_headline .purchase_headline_inner {
    font-size: 7.8cqw;
    line-height: 1.4;
  }
}
.satei_lp .purchase .purchase_check_wrap {
  container: purchase_check_wrap/inline-size;
}
.satei_lp .purchase .purchase_check_wrap .purchase_check_inner {
  font-size: 5.35cqw;
  border-radius: 1em;
  border: min(0.187em, 4px) solid #A7BCD6;
  background-color: #fff;
  padding: 1.5em 1em;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.satei_lp .purchase .purchase_check_wrap .purchase_check_inner .purchase_check .check_item {
  color: #004680;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.satei_lp .purchase .purchase_check_wrap .purchase_check_inner .purchase_check .check_item:not(:first-child) {
  margin-top: 0.5em;
}
.satei_lp .purchase .purchase_check_wrap .purchase_check_inner .purchase_check .check_item:before {
  content: "";
  background: url(/housedo_img/rwd/sell/satei/icon-check_skyblue.svg) no-repeat center/contain;
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  margin-top: 0.4em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.satei_lp .purchase .purchase_check_wrap .purchase_check_inner .purchase_check .check_item .small {
  font-size: 75%;
}
.satei_lp .purchase .purchase_check_wrap .purchase_check_inner .purchase_check_img {
  position: absolute;
  top: -1em;
  right: -1em;
  width: 38%;
}
@media screen and (min-width: 769px) {
  .satei_lp .purchase .purchase_check_wrap .purchase_check_inner {
    -ms-grid-columns: 3fr 4% 2fr;
    grid-template-columns: 3fr 2fr;
    gap: 4%;
    padding: 4% 8%;
  }
  .satei_lp .purchase .purchase_check_wrap .purchase_check_inner .purchase_check {
    container: purchase_check/inline-size;
    width: 100%;
  }
  .satei_lp .purchase .purchase_check_wrap .purchase_check_inner .purchase_check .check_item {
    font-size: 6.5cqw;
  }
  .satei_lp .purchase .purchase_check_wrap .purchase_check_inner .purchase_check_img {
    position: static;
    width: 100%;
  }
}
.satei_lp .suitable {
  padding: 10.2564102564vw 0 10.2564102564vw;
}
@media screen and (min-width: 769px) {
  .satei_lp .suitable {
    padding: 10rem 0 10rem;
  }
}
.satei_lp .suitable .suitable_headline_wrap {
  container: suitable_headline_wrap/inline-size;
  display: -ms-grid;
  display: grid;
}
.satei_lp .suitable .suitable_headline_wrap .suitable_headline {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: url(/housedo_img/rwd/sell/satei/img_0.svg) no-repeat center/contain;
  padding: 1.3em 0;
}
.satei_lp .suitable .suitable_headline_wrap .suitable_headline_img {
  -ms-grid-column-align: end;
      justify-self: end;
  margin: -15% 0 -20% 0;
  -webkit-transform: translateX(15%);
          transform: translateX(15%);
  width: 38%;
}
@media screen and (min-width: 769px) {
  .satei_lp .suitable .suitable_headline_wrap {
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
  }
  .satei_lp .suitable .suitable_headline_wrap .suitable_headline {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .satei_lp .suitable .suitable_headline_wrap .suitable_headline_img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    justify-self: flex-start;
    margin: 0;
    -webkit-transform: none;
            transform: none;
    width: max(50%, 165px);
  }
}
.satei_lp .suitable .suitable_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: min(7.6923076923vw, 6rem);
}
@media screen and (min-width: 769px) {
  .satei_lp .suitable .suitable_list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.satei_lp .suitable .suitable_list .suitable_list_cont {
  container: suitable_list_cont/inline-size;
}
.satei_lp .suitable .suitable_list .suitable_list_cont .suitable_list_inner {
  color: #004680;
  font-size: 5.35cqw;
}
.satei_lp .suitable .suitable_list .suitable_list_cont .suitable_list_inner .suitable_tit {
  background-color: #F6F8FB;
  border-radius: 1em;
  border: min(0.187em, 4px) solid #A7BCD6;
  padding: 0.7em 0.8em 0.8em;
  font-size: 125%;
  font-weight: 900;
  text-align: center;
}
.satei_lp .suitable .suitable_list .suitable_list_cont .suitable_list_inner .suitable_txt {
  font-weight: 700;
  margin-top: 0.5em;
  margin-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.satei_lp .suitable .suitable_list .suitable_list_cont .suitable_list_inner .suitable_txt:before {
  content: "";
  background: url(/housedo_img/rwd/sell/satei/icon_arrow_skyblue.svg) no-repeat center/contain;
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  margin-top: 0.4em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.satei_lp .question {
  padding: 7.6923076923vw 0 0;
}
@media screen and (min-width: 769px) {
  .satei_lp .question {
    padding: 10rem 0 0;
  }
}
.satei_lp .question .question_wrap {
  max-width: 680px;
  margin: 0 auto;
}
.satei_lp .question .question_wrap .question_cont {
  container: question_cont/inline-size;
}
.satei_lp .question .question_wrap .question_cont .question_inner {
  color: #004680;
  font-size: 5.35cqw;
  background-color: #F6F8FB;
  border-radius: 1em;
  border: min(0.187em, 4px) solid #A7BCD6;
  padding: 0.7em 0.8em 1em;
  font-weight: 700;
  text-align: center;
}
.satei_lp .question .question_wrap .question_cont .question_inner em {
  font-size: 144%;
  font-weight: 900;
}
.satei_lp .question .question_wrap .question_img {
  text-align: center;
  margin-top: -4%;
}
.satei_lp .question .question_wrap .question_img img {
  width: min(38%, 222px);
}
.satei_lp .compare {
  background-color: #EDF2F7;
  padding: 12.8205128205vw 0 7.6923076923vw;
}
@media screen and (min-width: 769px) {
  .satei_lp .compare {
    padding: 12rem 0 10rem;
  }
}
.satei_lp .compare .compare_headline {
  margin-bottom: 0.5em;
}
.satei_lp .compare .compare_txt_wrap {
  color: #004680;
  text-align: center;
  margin-bottom: 2em;
}
.satei_lp .compare .compare_txt_wrap .compare_txt {
  display: inline-block;
  text-align: left;
}
.satei_lp .compare .compare_table_wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.satei_lp .compare .compare_table_wrap .compare_table_notes {
  margin-top: 1em;
  text-align: center;
}
.satei_lp .compare .compare_table_wrap .compare_table_notes .detail_notes {
  text-align: center;
}
.satei_lp .compare .compare_table {
  container: compare_table/inline-size;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr 1fr;
  grid-template-columns: auto 1fr 1fr;
}
.satei_lp .compare .compare_table thead,
.satei_lp .compare .compare_table tbody,
.satei_lp .compare .compare_table tfoot,
.satei_lp .compare .compare_table tr {
  display: contents;
}
.satei_lp .compare .compare_table th,
.satei_lp .compare .compare_table td {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.satei_lp .compare .compare_table {
  color: #004680;
  width: 100%;
}
.satei_lp .compare .compare_table th, .satei_lp .compare .compare_table td {
  text-align: center;
  vertical-align: middle;
  padding: 1em 0.5em;
  font-size: 4cqw;
}
@media screen and (min-width: 769px) {
  .satei_lp .compare .compare_table th, .satei_lp .compare .compare_table td {
    font-size: 2.2cqw;
  }
}
.satei_lp .compare .compare_table thead th:first-of-type {
  border-radius: 1em 0 0 0;
}
.satei_lp .compare .compare_table thead th:last-of-type {
  border-radius: 0 1em 0 0;
}
.satei_lp .compare .compare_table thead .tit_txt {
  color: #fff;
  font-weight: 700;
}
.satei_lp .compare .compare_table thead .tit_chukai {
  background-color: #004680;
}
.satei_lp .compare .compare_table thead .tit_kaitori {
  background-color: #0098FF;
}
.satei_lp .compare .compare_table tbody th {
  padding: 1em 1em 1em 0;
}
.satei_lp .compare .compare_table tbody td {
  background-color: #fff;
}
.satei_lp .compare .compare_table tbody tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 1em;
}
.satei_lp .compare .compare_table tbody tr:last-of-type td:last-of-type {
  border-radius: 0 0 1em 0;
}
.satei_lp .compare .compare_table tbody tr:not(:last-child) td {
  position: relative;
}
.satei_lp .compare .compare_table tbody tr:not(:last-child) td::after {
  content: "";
  display: block;
  height: 100%;
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 1px solid #A7BCD6;
}
.satei_lp .compare .compare_table tbody tr td:not(:last-child) {
  border-right: 1px solid #A7BCD6;
}
.satei_lp .compare .compare_table tbody .th_txt {
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .satei_lp .compare .compare_table tbody .th_txt {
    font-weight: 700;
  }
}
.satei_lp .compare .compare_table tbody .td_icon img {
  width: 1.5em;
}
.satei_lp .compare .compare_cta_wrap .compare_cta_inner .compare_cta_cont {
  text-align: center;
  margin-top: min(7.6923076923vw, 6rem);
}
.satei_lp .compare .compare_cta_wrap .compare_cta_inner .compare_cta_cont .compare_cta_txt {
  margin-bottom: 0.5em;
}
.satei_lp .compare .compare_cta_wrap .compare_cta_inner .compare_cta_cont .compare_cta_txt.regular {
  font-weight: 400;
}
.satei_lp .compare .compare_cta_wrap .compare_cta_inner .compare_cta_cont .btn_cta {
  max-width: 520px;
}
.satei_lp .reasons {
  background-color: #004680;
  padding: 12.8205128205vw 0 10.2564102564vw;
}
@media screen and (min-width: 769px) {
  .satei_lp .reasons {
    padding: 12rem 0 10rem;
  }
}
@media screen and (min-width: 769px) {
  .satei_lp .reasons .lp_inner {
    max-width: 1280px;
  }
}
.satei_lp .reasons .reasons_headline {
  color: #fff;
}
.satei_lp .reasons .reasons_headline .yellow {
  color: #F3E600;
}
.satei_lp .reasons .reasons_list {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 7.6923076923vw;
}
@media screen and (min-width: 769px) {
  .satei_lp .reasons .reasons_list {
    -ms-grid-columns: 1fr 5rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}
.satei_lp .reasons .reasons_list .reasons_list_cont {
  container: reasons_list_cont/inline-size;
  display: -ms-grid;
  display: grid;
}
.satei_lp .reasons .reasons_list .reasons_list_cont .reasons_list_cont_inner {
  font-size: 5.35cqw;
  background-color: #fff;
  border-radius: 1.5em;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  grid: auto 1fr/1fr;
}
.satei_lp .reasons .reasons_list .reasons_list_cont .reasons_list_cont_inner .reasons_head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 6fr;
  grid-template-columns: 2fr 6fr;
  background-color: #EDF2F7;
  padding: 0 1em;
}
.satei_lp .reasons .reasons_list .reasons_list_cont .reasons_list_cont_inner .reasons_head .reasons_head_img {
  text-align: center;
  padding-top: 0.3em;
}
.satei_lp .reasons .reasons_list .reasons_list_cont .reasons_list_cont_inner .reasons_head .reasons_head_img img {
  width: 80%;
}
.satei_lp .reasons .reasons_list .reasons_list_cont .reasons_list_cont_inner .reasons_head .reasons_head_txt {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #004680;
  font-weight: 700;
  text-align: center;
}
.satei_lp .reasons .reasons_list .reasons_list_cont .reasons_list_cont_inner .reasons_list_main {
  padding: 1.5em;
  display: -ms-grid;
  display: grid;
  grid: auto auto 1fr/auto;
}
.satei_lp .reasons .reasons_list .reasons_list_cont .reasons_list_cont_inner .reasons_list_main .reasons_tit_wrap {
  margin-bottom: 1em;
}
.satei_lp .reasons .reasons_list .reasons_list_cont .reasons_list_cont_inner .reasons_list_main .reasons_tit_wrap .reasons_tit {
  font-size: 125%;
  color: #004680;
  font-weight: 900;
  line-height: 1.4;
  text-align: left;
}
.satei_lp .reasons .reasons_list .reasons_list_cont .reasons_list_cont_inner .reasons_list_main .reasons_tit_wrap .sup {
  font-size: 50%;
}
.satei_lp .reasons .reasons_list .reasons_list_cont .reasons_list_cont_inner .reasons_list_main .reasons_txt {
  color: #004680;
  margin-bottom: 1em;
}
.satei_lp .reasons .reasons_list .reasons_list_cont .reasons_list_cont_inner .reasons_list_main .reasons_img_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: self-end;
      align-self: self-end;
}
.satei_lp .reasons .reasons_list .reasons_list_cont .reasons_list_cont_inner .reasons_list_main .reasons_img_wrap .img_box {
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: #EDF2F7;
  border-radius: 1em;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.satei_lp .reasons .reasons_list .reasons_list_cont .reasons_list_cont_inner .reasons_list_main .reasons_img_wrap .img_box img {
  -o-object-fit: contain;
     object-fit: contain;
}
.satei_lp .Intermediary {
  padding: 7.6923076923vw 0 5.1282051282vw;
}
@media screen and (min-width: 769px) {
  .satei_lp .Intermediary {
    padding: 5rem 0 3rem;
  }
}
.satei_lp .Intermediary .Intermediary_cont {
  background-color: #EDF2F7;
  border-radius: min(5.1282051282vw, 30px);
  padding: 6.4102564103vw 7.6923076923vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .satei_lp .Intermediary .Intermediary_cont {
    text-align: left;
    padding: 4rem 9% 5rem;
  }
}
.satei_lp .Intermediary .Intermediary_cont .Intermediary_headline {
  margin-bottom: 0.8em;
}
.satei_lp .Intermediary .Intermediary_cont .Intermediary_txt {
  color: #004680;
  margin-bottom: 1.2em;
  text-align: left;
}
.satei_lp .Intermediary .Intermediary_cont .Intermediary_btn {
  text-align: left;
  max-width: 300px;
}
@media screen and (min-width: 769px) {
  .satei_lp .Intermediary .Intermediary_cont .Intermediary_btn {
    margin: 0;
  }
}
.satei_lp .Intermediary .Intermediary_cont .Intermediary_btn span {
  padding-left: 1.5em;
}
.satei_lp .blog {
  margin-top: 6rem;
  padding-top: 2rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .satei_lp .blog {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
.satei_lp .blog .inner_wrap {
  max-width: 1280px;
}
.satei_lp .blog .headline_02 {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 769px) {
  .satei_lp .blog .post_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.satei_lp .blog .post_list li {
  padding: 1.5rem 0.5rem;
  border-bottom: 1px solid #004680;
}
@media screen and (min-width: 769px) {
  .satei_lp .blog .post_list li {
    width: 48%;
    margin-bottom: 3rem;
    padding: 0;
    border-bottom: none;
  }
}
.satei_lp .blog .post_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 769px) {
  .satei_lp .blog .post_list li a {
    height: 100%;
  }
}
.satei_lp .blog .post_list li .img {
  width: 38%;
}
@media screen and (min-width: 769px) {
  .satei_lp .blog .post_list li .img {
    width: 30%;
    height: 100%;
  }
  .satei_lp .blog .post_list li .img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.satei_lp .blog .post_list li .txt {
  width: 58%;
}
@media screen and (min-width: 769px) {
  .satei_lp .blog .post_list li .txt {
    width: 66%;
  }
}
.satei_lp .blog .post_list li .date {
  margin-bottom: 5px;
  color: #666666;
  font-size: 1.2rem;
}
.satei_lp .blog .post_list li .title {
  color: #004680;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .satei_lp .blog .post_list li .title {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
}
.satei_lp .blog .post_list li .title + p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .satei_lp .blog .post_list li .title + p {
    display: none;
  }
}
.satei_lp .blog .post_list li .title + p:after {
  content: "...";
}
.satei_lp .blog .post_list li:nth-last-child(2) {
  border: none;
}
@media screen and (max-width: 768px) {
  .satei_lp .blog .post_list li:last-child {
    display: none;
  }
}
.satei_lp .blog .faq__content__btn {
  margin-top: 2rem;
}
.satei_lp .storemap {
  margin: 6rem auto;
}
@media screen and (min-width: 769px) {
  .satei_lp .storemap__inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1060px;
  }
}
@media screen and (min-width: 1025px) {
  .satei_lp .storemap__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.satei_lp .storemap__txt {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .satei_lp .storemap__txt {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.satei_lp .storemap__txt__icon {
  width: 65px;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 769px) {
  .satei_lp .storemap .map__img {
    width: 60%;
    margin: 3rem auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .satei_lp .storemap .map__img {
    width: 40%;
    margin: 0;
  }
}
.satei_lp .storemap .map__unit {
  margin: 2rem auto;
}
@media screen and (min-width: 1025px) {
  .satei_lp .storemap .map__unit {
    width: 56%;
    margin: 0;
  }
}
.satei_lp .storemap .map__unit a {
  text-decoration: none;
}
.satei_lp .storemap .map__item__wrap {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .satei_lp .storemap .map__item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5px;
  }
}
.satei_lp .storemap .map__item__tit {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #DCE4EF;
  font-weight: 700;
}
.satei_lp .storemap .map__item__tit:after {
  display: block;
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  aspect-ratio: 1/1.6;
  background: url(/housedo_img/smartPhone/arrow-right-grey.svg) center/cover no-repeat;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.satei_lp .storemap .map__item__tit.on:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
@media screen and (min-width: 769px) {
  .satei_lp .storemap .map__item__tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 18%;
    padding: 7px 0;
    background: #EDF2F7;
    border-radius: 4px;
    border-bottom: none;
    text-align: center;
  }
  .satei_lp .storemap .map__item__tit::after {
    display: none;
  }
}
.satei_lp .storemap .map__item__list__wrap {
  display: none;
}
@media screen and (min-width: 769px) {
  .satei_lp .storemap .map__item__list__wrap {
    display: block !important;
    width: 80%;
  }
}
.satei_lp .storemap .map__item__list li {
  color: #666666;
  font-weight: bold;
  border-bottom: 1px solid #DCE4EF;
}
.satei_lp .storemap .map__item__list li a {
  display: block;
  padding: 8px 25px;
  background: #F6F8FB url(/housedo_img/smartPhone/arrow-right-grey.svg) 97% center no-repeat;
  background-size: 10px;
}
.satei_lp .storemap .map__item__list li a.no_link {
  background-image: none;
  pointer-events: none;
  color: #888;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .satei_lp .storemap .map__item__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .satei_lp .storemap .map__item__list li {
    width: auto;
    border-bottom: none;
  }
  .satei_lp .storemap .map__item__list li a {
    position: relative;
    padding: 4px 10px;
    background: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .satei_lp .storemap .map__item__list li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: #bbb;
  }
  .satei_lp .storemap .map__item__list li a:hover {
    color: #A7BCD6;
  }
  .satei_lp .storemap .map__item__list li:last-child a:after {
    display: none;
  }
}