@charset "utf-8";
/* *************************************************************************************************************
 *	file name:		satei.css
 *	Alteration:		2022.03
 *	style info:		[無料賃料査定]フォーム周りを all.css より流用
 *					（[.import-code-satei]とその外側のスタイルは index.css に記述）
************************************************************************************************************* */

/* ---------------------------------------------------------------------------
	スタイルの上書き
--------------------------------------------------------------------------- */
:where(.import-code-satei) .basic-block {
  margin-bottom: 0 !important;
}

/* ********************************************************************************************************** */

/* normalize.scss */
/* ------------------------------------------------------------------------ */
/* Forms */
:where(.import-code-satei) select {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
:where(.import-code-satei) select {
  text-transform: none;
}
/* Links */
:where(.import-code-satei) a {
  background-color: transparent;
}
:where(.import-code-satei) a:active,
:where(.import-code-satei) a:hover {
  outline: 0;
}

/* _initialize.scss */
/* ------------------------------------------------------------------------ */
/* initialize: link */
:where(.import-code-satei) a {
  color: #006CB8;
}
/* initialize: list */
:where(.import-code-satei) ol,
:where(.import-code-satei) ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
/* initialize: spacing */
:where(.import-code-satei) button,
:where(.import-code-satei) li {
  margin-bottom: 1em;
}

:where(.import-code-satei) select {
  margin-bottom: 1.5em;
}

:where(.import-code-satei) ol,
:where(.import-code-satei) ul {
  margin-bottom: 2em;
}

:where(.import-code-satei) p {
  margin-bottom: 1em;
}
/* initialize: typography */
:where(.import-code-satei) p {
  margin-top: 0;
}

/* _all_style.scss */
/* ------------------------------------------------------------------------ */
:where(.import-code-satei) p.center {
  text-align: center;
}
:where(.import-code-satei) p.right {
  text-align: right;
}
:where(.import-code-satei) strong {
  font-weight: bold;
}
:where(.import-code-satei) .caption {
  margin: 1em 0 0;
  line-height: 1.4;
}
:where(.import-code-satei) .caption > li {
  margin-bottom: 0;
}
:where(.import-code-satei) .annotation {
  text-indent: -1em;
  padding-left: 1em;
}
:where(.import-code-satei) .annotation li {
  margin-bottom: 4px;
}

:where(.import-code-satei) a {
  position: relative;
  color: #006CB8;
  text-decoration: none;
  transition: all 0.3s ease;
}
:where(.import-code-satei) a:hover {
  color: #C085A0;
  text-decoration: none;
  transition: all 0.3s ease;
}

:where(.import-code-satei) select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
:where(.import-code-satei) a.normalBtn {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  border: 1px solid #006CB8;
  background: #006CB8;
  position: relative;
}
:where(.import-code-satei) a.normalBtn i {
  vertical-align: baseline;
}
:where(.import-code-satei) a.normalBtn:hover {
  color: #006CB8;
  background: #fff;
  text-decoration: none;
}
:where(.import-code-satei) a.normalBtn.-color05 {
  color: #fff;
  background: var(--site-themeColor-accent_1);
  border: 1px solid var(--site-themeColor-accent_1);
}

@media (any-hover: hover) {
  :where(.import-code-satei) a.normalBtn.-color05:hover {
    color: var(--site-themeColor-accent_1);
    background: #fff;
  }
}
:where(.import-code-satei) select {
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0 2em 0 0.75em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  border: 1px solid #62A3C1;
  border-radius: 2px;
  display: inline-block;
}
:where(.import-code-satei) select::-ms-expand {
  display: none;
}


:where(.import-code-satei) .select-label {
  position: relative;
}
:where(.import-code-satei) .select-label select {
  width: 100%;
  margin: 0;
  padding: 0 2em 0 0.75em;
  position: relative;
  z-index: 1;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  background: #faf8f6;
  border-radius: 5px;
}
:where(.import-code-satei.bg) .select-label select {
  background: #fff;
}
:where(.import-code-satei) .select-label::after {
  content: "";
  position: absolute;
  right: 1em;
  z-index: 1;
  top: 50%;
  translate: 0 -50%;
  width: 13px;
  height: 11px;
  background: #707070;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

/* _common.scss */
/* ------------------------------------------------------------------------ */
:where(.import-code-satei) .basic-block {
  background: #fff;
  border-radius: 4px;
}

:where(.import-code-satei) .satei-block {
  padding: 0 !important;
  background: #fff;
  border-radius: 4px;
}
:where(.import-code-satei.bg) .satei-block {
  background: var(--site-themeColor-accent_3);
}

:where(.import-code-satei) .satei-head {
  background: #006CB8;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 4px 4px 0 0;
}
:where(.import-code-satei) .satei-head p {
  margin: 0;
}
:where(.import-code-satei) .satei-head .copy {
  font-weight: 500;
}
:where(.import-code-satei) .satei-head .point {
  color: #FFD500;
}
:where(.import-code-satei) .satei-ttl_wrap {
  display: flex;
  align-items: baseline;
  font-weight: bold;
  text-align: center;
  gap: 2rem;
}
:where(.import-code-satei) .satei-ttl {
  font-size: 2.2rem;
  font-feature-settings: "palt";
  text-align: start;
  line-height: 1.25;
  margin-bottom: 0;
}
:where(.import-code-satei) .satei-ttl_wrap .point {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  padding: .75rem;
  color: var(--site-themeColor-accent_1);
  border: 2px solid;
  border-radius: 3px;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 0;
}
:where(.import-code-satei) .satei-ttl .mini {
  font-weight: 500;
}
:where(.import-code-satei) .satei-step {
  position: relative;
  margin: 1em auto 4rem;
}
:where(.import-code-satei) .satei-step p {
  margin-bottom: .2em;
}
:where(.import-code-satei) .satei-step .ico-ok {
  display: flex;
  justify-content: space-between;
  position: relative;
}
:where(.import-code-satei) .satei-step .ico-ok::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 20px;
  content: "OK";
  background: #66A3A7;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
}
:where(.import-code-satei) .satei-step select {
  border-color: #d2d2d2;
}
:where(.import-code-satei) .satei-step select.set {
  background: #eee !important;
  border-color: #eee !important;
}
:where(.import-code-satei) .satei-step select.check {
  background: rgba(231, 87, 115, 0.1);
  border-color: #E75773;
}
:where(.import-code-satei) .satei-step::after {
  content: "";
  display: block;
  background: #f27a84;
  width: 5rem;
  height: 1.7rem;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -3rem;
  left: 50%;
  translate: -50% 0;
}
:where(.import-code-satei) .btn {
  display: grid;
}
:where(.import-code-satei) .btn a{
  width: fit-content;
  display: flex;
  justify-content: space-between;
  border-radius: 999rem;
  box-shadow: 0 5px 0 #1b0a0a;
  transition: .3s ease-out;
  transition-property: background-color, translate, box-shadow;
  margin-inline: auto;
  grid-area: btn;
  word-break: keep-all;
  text-align: center;
}
@media (any-hover: hover) {
  :where(.import-code-satei) .btn a:hover {
    translate: 0 5px;
    box-shadow: 0 0 0 #1b0a0a;
  }
}
:where(.import-code-satei) .btn a .point {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  padding: .75rem;
  color: var(--site-themeColor-accent_1);
  background: #fff;
  border: 2px solid;
  border-radius: 3px;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 0;
}
:where(.import-code-satei) .btn a::after {
  content: "";
  display: block;
  height: 1em;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../img/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: auto;
  mask-image: url("../img/arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: auto;
  background: currentColor;
}
:where(.import-code-satei) .btn .pop_easy {
  grid-area: easy;
  font-size: 1.2rem;
}
:where(.import-code-satei) .btn .caption {
  grid-area: annotation;
  font-weight: bold;
  font-size: 1.2rem;
  width: fit-content;
  margin-inline: auto;
}
:where(.import-code-satei) .bgColor_white .satei-body {
  border: solid #ccc 1px;
  border-top: none;
}

/* PC */
/* ======================================================================== */
@media print, screen and (min-width: 769px) {
  :where(.import-code-satei) a.normalBtn {
    height: 2.675em;
    padding: 0 1em;
    border-radius: 3em;
    font-size: 1.8rem;
  }
  
  :where(.import-code-satei) select {
    font-size: 1.4rem;
  }
  
  :where(.import-code-satei) .caption {
    font-size: 1.2rem;
  }
  
  :where(.import-code-satei) .basic-block {
    padding: 1.42vw 1.14vw;
    margin-bottom: 3.75vw;
  }

  :where(.import-code-satei) .satei-head {
    padding: 1.42vw 1.14vw;
    font-size: 2.8rem;
  }
  :where(.import-code-satei) .satei-head .copy {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  :where(.import-code-satei) .satei-body {
    padding: 2.14vw 1.14vw 1.42vw;
    position: relative;
  }
  :where(.import-code-satei) .satei-ttl_wrap {
    justify-content: center;
    align-items: center;
  }
  :where(.import-code-satei) .satei-ttl {
    font-size: 2.8rem;
    justify-content: center;
    text-align: center;
  }
  :where(.import-code-satei) .satei-ttl .point {
    margin-right: 16px;
  }
  :where(.import-code-satei) .satei-ttl .txtL {
    font-size: 3rem;
  }
  :where(.import-code-satei) .satei-ttl .mini {
    font-size: 1.8rem;
  }
  :where(.import-code-satei) .satei-step {
    display: flex;
  }
  :where(.import-code-satei) .satei-step > li {
    margin-bottom: 0;
    flex: 1 0 0%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
  :where(.import-code-satei) .satei-step > li:not(:first-child) {
    margin-left: 32px;
  }
  :where(.import-code-satei) .satei-block.menu-block .satei-head {
    padding: 1.14vw .57vw;
    font-size: 1.8rem;
  }
  :where(.import-code-satei) .satei-block.menu-block .satei-head .copy {
    font-size: 1.4rem;
    font-weight: bold;
  }
  :where(.import-code-satei) .satei-block.menu-block .satei-step {
    margin: 0;
    display: block;
  }
  :where(.import-code-satei) .satei-block.menu-block .satei-step > li {
    margin: 0 0 16px;
  }
  :where(.import-code-satei) .btn {
    grid-template-columns: 1fr 110px auto 110px 1fr;
    grid-template-rows: repeat(2, auto);
    grid-template-areas: 
    ". easy btn . ."
    ". annotation annotation annotation .";
  }
  :where(.import-code-satei) .btn a {
    height: 9rem;
    padding-inline: 4.5rem;
    gap: 2.4rem;
    font-size: 3rem;
    margin-inline: 3rem;
    align-self: center;
  }
  :where(.import-code-satei) .btn .caption {
    margin-top: 1.9rem;
  }
  :where(.import-code-satei) .btn .pop_easy {
    width: 11rem;
    height: 10rem;
    background: url(../img/fukidashi.svg) no-repeat center/contain;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    font-feature-settings: "palt";
    padding-top: 2.5rem;
    padding-inline-end: 1rem;
  }
  :where(.import-code-satei) .btn .pop_easy .pop_easy_01 {
    color: var(--site-themeColor-accent_1);
    font-size: 3.4rem;
    line-height: 1.25;
    font-weight: bold;
    font-feature-settings: "palt";
  }
  :where(.import-code-satei) .btn .pop_easy .pop_easy_02 {
    color: var(--site-themeColor-accent_1);
    font-size: 2rem;
    font-weight: bold;
    font-feature-settings: "palt";
  }
}
:where(.import-code-satei) .telBlock {
  text-align: center;
  padding-bottom: 3.5rem;
}
:where(.import-code-satei) .telBlock p {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  margin-bottom: 0;
}
:where(.import-code-satei) .telBlock p a {
  font-size: 3.4rem;
  color: #000;
  margin-inline-start: 1rem;
}
@media screen and ( min-width: 769px ) {
  :where(.import-code-satei) .telBlock p a {
    pointer-events: none;
  }
}
:where(.import-code-satei) .telBlock p:last-child {
  font-size: 1.4rem;
  font-weight: bold;

}

/* SP */
/* ======================================================================== */
@media screen and (min-width: 0px) and (max-width: 768px) {
  :where(.import-code-satei) a.normalBtn {
    min-height: 2.675em;
    padding: 0 1.25em;
    font-size: 1.8rem;
    border-radius: 2.675em;
  }
  
  :where(.import-code-satei) select {
    width: 100%;
    font-size: 1.6rem;
  }
  :where(.import-code-satei) .inputArea >  select {
    width: 100%;
  }
  :where(.import-code-satei) select {
    height: 48px;
  }
  
  :where(.import-code-satei) .caption {
    font-size: 1rem;
  }

  :where(.import-code-satei) .select-label {
    width: 100%;
  }

  :where(.import-code-satei) .basic-block {
    padding: 16px 8px;
    margin-bottom: 32px;
  }

  :where(.import-code-satei) .satei-head {
    padding: 16px 0;
    font-size: 2.4rem;
  }
  :where(.import-code-satei) .satei-head p {
    line-height: 1.2;
  }
  :where(.import-code-satei) .satei-head .copy {
    margin-bottom: .5em;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  :where(.import-code-satei) .satei-body {
    padding: 16px;
  }
  :where(.import-code-satei) .satei-body .caption {
    margin-top: -1em;
  }
  :where(.import-code-satei) .satei-ttl .mini {
    font-size: 1.2rem;
  }
  :where(.import-code-satei) .satei-step {
    margin: 1em 0 4rem;
  }
  :where(.import-code-satei) .btn {
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: repeat(3, auto);
    grid-template-areas:
    ". easy ."
    ". btn ."
    ". annotation .";
  }
  :where(.import-code-satei) .btn a {
    height: 7rem;
    padding-inline: 1.8rem;
    gap: 1rem;
    font-size: 2.2rem;
  }
  :where(.import-code-satei) .btn a .point {
    font-size: 1.4rem;
  }
  :where(.import-code-satei) .btn .caption {
    margin-top: 1.2rem;
  }
  :where(.import-code-satei) .btn .pop_easy {
    text-align: center;
    margin-bottom: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
    font-feature-settings: "palt";
    position: relative;
    width: fit-content;
    margin-inline: auto;
  }
  :where(.import-code-satei) .btn .pop_easy .pop_easy_01 {
    color: var(--site-themeColor-accent_1);
    font-size: 3.4rem;
    line-height: 1.25;
    font-weight: bold;
    font-feature-settings: "palt";
    margin-left: 1rem;
  }
  :where(.import-code-satei) .btn .pop_easy .pop_easy_02 {
    color: var(--site-themeColor-accent_1);
    font-size: 2rem;
    font-weight: bold;
    font-feature-settings: "palt";
    align-self: end;
  }
  :where(.import-code-satei) .btn .pop_easy::before {
    content: "";
    display: block;
    height: 105%;
    width: 0;
    border-left: 2px solid;
    position: absolute;
    top: -5%;
    left: -2rem;
    rotate: -30deg;
  }
  :where(.import-code-satei) .btn .pop_easy::after {
    content: "";
    display: block;
    height: 100%;
    width: 0;
    border-right: 2px solid;
    position: absolute;
    top: -5%;
    right: -2rem;
    rotate: 30deg;
  }
  :where(.import-code-satei) .btn .pop_easy .pop_easy_01::before {
    content: "";
    display: block;
    height: 60%;
    width: 0;
    border-left: 2px solid #000;
    position: absolute;
    top: 35%;
    left: -2.8rem;
    rotate: -45deg;
  }
  :where(.import-code-satei) .btn .pop_easy .pop_easy_01::after {
    content: "";
    display: block;
    height: 60%;
    width: 0;
    border-right: 2px solid #000;
    position: absolute;
    top: 35%;
    right: -2.8rem;
    rotate: 45deg;
  }
}
