@charset "UTF-8";
body {
  counter-reset: number 0;
}

.lease_price_wrap {
  border: 2px solid #8bc755;
  border-radius: 10px;
  overflow: hidden;
}

.lease_price_wrap h3 {
  background-color: #79c93f;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  font-feature-settings: "palt";
  text-align: center;
}

.lease_price_wrap h3 span {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.lease_price_wrap h3 span::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 70%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-41%) rotate(-28deg);
}

.lease_price_wrap h3 span::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 70%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-41%) rotate(28deg);
}

.lease_price_wrap .app_btn a {
  margin: 0 auto;
  background-color: #ec6c00;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.lease_price_wrap .app_btn a span {
  font-size: 22px;
  letter-spacing: 0.05em;
  padding-left: 29px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.lease_price_wrap .app_btn a span::before {
  content: '';
  display: inline-block;
  background-image: url(../img/cat/kitchen/alarm/app_btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .lease_price_wrap {
    margin-top: 78px;
    padding-bottom: 31px;
  }

  .lease_price_wrap h3 {
    min-height: 96px;
  }

  .lease_price_wrap h3 span {
    font-size: 20px;
    line-height: 1.5;
    padding: 0 0.8em;
  }

  .lease_price_wrap .con_wrap {
    padding: 0 5.02%;
  }

  .lease_price_wrap .kv_wrap {
    margin-top: 21px;
  }

  .lease_price_wrap .kv_wrap strong {
    display: block;
  }

  .lease_price_wrap .app_btn {
    margin-top: 33px;
  }

  .lease_price_wrap .app_btn a {
    width: 300px;
    height: 80px;
    border-radius: 40px;
  }
}

@media screen and (min-width: 768px) {
  .lease_price_wrap {
    margin-top: 112px;
    padding-bottom: 60px;
  }

  .lease_price_wrap h3 {
    min-height: 100px;
    padding: 0 3em;
  }

  .lease_price_wrap h3 span {
    font-size: 34px;
    line-height: 1.76;
    padding: 0 0.8em;
  }

  .lease_price_wrap .con_wrap {
    padding: 0 5.4%;
  }

  .lease_price_wrap .kv_wrap {
    margin-top: 25px;
  }

  .lease_price_wrap .kv_wrap strong {
    width: 83.58%;
    margin: 0 auto;
    display: block;
  }

  .lease_price_wrap .app_btn {
    margin-top: 23px;
  }

  .lease_price_wrap .app_btn a {
    width: 360px;
    height: 84px;
    border-radius: 42px;
  }
}

.lease_price_wrap .lp_heading_01 {
  letter-spacing: 0.05em;
  width: 100%;
  border-radius: 10px;
  font-weight: bold;
  background-color: #009a37;
  color: #fff;
  text-align: center;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.lease_price_wrap .essentials strong {
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
  background-color: #79c93f;
  color: #fff;
  display: inline-block;
}

.lease_price_wrap .essentials strong.bg_gray {
  background-color: #575757;
}

.lease_price_wrap .essentials ul li {
  letter-spacing: 0.05em;
  padding-left: 1.1em;
  position: relative;
}

.lease_price_wrap .essentials ul li::before {
  margin-right: 0.05em;
  content: '●';
  color: #000;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.lease_price_wrap .essentials ul li.mark_green::before {
  color: #79c93f;
}

.lease_price_wrap .essentials ol {
  padding: 0;
}

.lease_price_wrap .essentials ol li {
  letter-spacing: 0.05em;
  padding-left: 1.1em;
  list-style-type: none;
  position: relative;
}

/* .lease_price_wrap .essentials ol li span {
  color: #79c93f;
} */

/* .lease_price_wrap .essentials ol li:not(:first-child) {
  margin-top: 12px;
} */

@media screen and (max-width: 767px) {
  .lease_price_wrap .lp_heading_01 {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 51px;
    min-height: 82px;
    padding: 0.5em;
  }

  .lease_price_wrap .essentials {
    margin-top: 22px;
  }

  .lease_price_wrap .essentials strong {
    font-size: 14px;
    padding: 0.4em 1em 0.5em;
    margin-bottom: 10px;
  }

  .lease_price_wrap .essentials ul + strong,
  .lease_price_wrap .essentials ol + strong {
    margin-top: 48px;
  }

  .lease_price_wrap .essentials ul li {
    font-size: 14px;
    line-height: 1.71;
  }

  /* .lease_price_wrap .essentials ul li:not(:first-child) {
    margin-top: 12px;
  } */

  .lease_price_wrap .essentials ol {
    margin: 22px 0 0;
  }

  .lease_price_wrap .essentials ol li {
    font-size: 14px;
    line-height: 1.71;
  }

  .lease_price_wrap .essentials ol li::before {
    counter-increment: number 1;
    content: counter(number) " ";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #79c93f;
    color: #fff;
    display: inline-block;
    line-height: 13px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 9px;
    margin: 5px 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  .lease_price_wrap .lp_heading_01 {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 52px;
    min-height: 64px;
    padding: 0.5em;
  }

  .lease_price_wrap .essentials {
    margin-top: 30px;
  }

  .lease_price_wrap .essentials strong {
    font-size: 16px;
    padding: 0.3em 1em 0.4em;
    margin-bottom: 8px;
  }

  .lease_price_wrap .essentials ul + strong,
  .lease_price_wrap .essentials ol + strong {
    margin-top: 43px;
  }

  .lease_price_wrap .essentials ul li {
    font-size: 16px;
    line-height: 1.5;
  }

  .lease_price_wrap .essentials ul li:not(:first-child) {
    margin-top: 12px;
  }

  .lease_price_wrap .essentials ol {
    margin: 36px 0 0;
  }

  .lease_price_wrap .essentials ol li {
    font-size: 16px;
    line-height: 2;
  }

  .lease_price_wrap .essentials ol li::before {
    counter-increment: number 1;
    content: counter(number) " ";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #79c93f;
    color: #fff;
    display: inline-block;
    line-height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 11px;
    margin: 8px 0 0 0;
  }
}

.lease_price_wrap .lp_heading_02 {
  letter-spacing: 0.07em;
  width: 100%;
  padding: 0.5em;
  border-radius: 10px;
  font-weight: bold;
  background-color: #009a37;
  color: #fff;
  text-align: center;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.lease_price_wrap .lp_tel_wrap > strong {
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #79c93f;
}

.lease_price_wrap .lp_tel_left > a {
  display: block;
}

.lease_price_wrap .lp_tel_left > p {
  letter-spacing: 0.05em;
  font-weight: 500;
}

.lease_price_wrap .lp_tel_right span {
  display: block;
}

.lease_price_wrap .lp_tel_right span.lp_tel_right_heading {
  padding: 0.3em 1em 0.4em;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
  background-color: #575757;
  color: #fff;
  display: inline-block;
}

.lease_price_wrap .lp_tel_right span.lp_tel_right_time {
  letter-spacing: 0.05em;
  font-weight: bold;
}

.lease_price_wrap .lp_tel_right span.lp_tel_right_att {
  letter-spacing: 0.05em;
  font-weight: 500;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .lease_price_wrap .lp_heading_02 {
    font-size: 16px;
    line-height: 1.62;
    margin-top: 43px;
    min-height: 82px;
    padding: 0.5em;
  }

  .lease_price_wrap .lp_tel_wrap {
    margin: 16px auto 0;
  }

  .lease_price_wrap .lp_tel_wrap > strong {
    font-size: 16px;
  }

  .lease_price_wrap .lp_tel_fx {
    margin: 5  px auto 0;
  }

  .lease_price_wrap .lp_tel_left a img {
    width: 100%;
  }

  .lease_price_wrap .lp_tel_left > p {
    margin-top: 6px;
    font-size: 16px;
  }

  .lease_price_wrap .lp_tel_right {
    margin-top: 13px;
  }

  .lease_price_wrap .lp_tel_right span.lp_tel_right_heading {
    font-size: 14px;
  }

  .lease_price_wrap .lp_tel_right span.lp_tel_right_time {
    font-size: 26px;
    margin-top: 11px;
    line-height: 1.23;
  }

  .lease_price_wrap .lp_tel_right span.lp_tel_right_att {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .lease_price_wrap .lp_heading_02 {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 80px;
    min-height: 64px;
    padding: 0.5em;
  }

  .lease_price_wrap .lp_tel_wrap {
    margin: 19px auto 0;
    width: 738px;
    max-width: 100%;
  }

  .lease_price_wrap .lp_tel_wrap > strong {
    font-size: 24px;
  }

  .lease_price_wrap .lp_tel_left {
    width: 59.34%;
    margin-right: 4.49%;
  }

  .lease_price_wrap .lp_tel_fx {
    margin: 4px auto 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lease_price_wrap .lp_tel_left a {
    pointer-events: none;
  }

  .lease_price_wrap .lp_tel_left a img {
    width: 430px;
  }

  .lease_price_wrap .lp_tel_left > p {
    margin-top: 8px;
    font-size: 23px;
  }

  .lease_price_wrap .lp_tel_right {
    flex: 1;
  }

  .lease_price_wrap .lp_tel_right span.lp_tel_right_heading {
    font-size: 16px;
  }

  .lease_price_wrap .lp_tel_right span.lp_tel_right_time {
    font-size: 28px;
    margin-top: 3px;
    line-height: 1.28;
  }

  .lease_price_wrap .lp_tel_right span.lp_tel_right_att {
    font-size: 18px;
    line-height: 1.3;
  }
}