/* Slider of Hero Area */
.h1-no {
  color: #fff;
  font-size: 13px;
  float: left;
  padding: 5px 0 0;
  line-height: 1.8;
}

.special-h2 {
  background-color: transparent;
  padding: 0;
  border: 0;
}

.hero {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 60px 20px;
    background: url('../img/bg-hero.png') no-repeat;
    background-size: 140%;
    background-position: -60px 95%;
    flex-wrap: wrap;
    position: relative;
    gap: 50px;
}

/* .right,
.left {
    display: flex;
} */

.leftContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP';
    font-weight: 900;
    font-size: 50px;
    line-height: 140%;
    /* letter-spacing: 0%; */
    text-align: center;
    height: 584px;
    gap: 60px;
}

.wrapTitle {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.titleOne {
    font-family: 'Noto Sans JP';
    font-weight: 900;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #003366;
}

.titleOne .titleOne-yen,
.titleOne .titleOne-number {
    font-family: 'Noto Sans JP';
    font-weight: 900;
    font-size: 52px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F88E2;
}

.titleOne .titleOne-number {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 68px;
}

.titleTwo {
    font-family: 'Noto Sans JP';
    font-weight: 900;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
    color: #1F88E2;
}

.wrapCircle {
    display: flex;
    flex-direction: row;
    gap: 19px;
}

.circlePromo {
    width: 200px;
    height: 200px;
    border-radius: 400px;
    background: #004180;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 10px; */
}

.titleCircle {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

.textCircle-last-Child,
.textCircle {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 32px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFF000;
}

.textCircle-last-Child {
    margin-top: 0px;
    line-height: 10px;
}

.textCircle-not-need {
    font-size: 44px;
}

.textCircle .textCircle-number {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 60px;
}

.form-slider {
    background: white;
    padding: 40px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    width: 460px;
    /* height: 520px; */
    border-radius: 24px;
    border: 3px solid #1F88E2;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.badge {
    width: 280px;
    height: 45px;
    border-radius: 24px;
    background-color: #00aaff;
    position: absolute;
    top: -22px;
    left: calc(50% - 140px);
    text-align: center;
    color: #ffffff;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 16px;
    line-height: 28.8px;
    letter-spacing: 0%;
    text-align: center;
    line-height: 42px;
}

.title {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #004180;
}

.tabs {
    display: flex;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: center;
}

.tabLeft, .tabRight {
    width: 142px;
    height: 30px;
    padding-right: 8px;
    padding-bottom: 1px;
    padding-left: 16px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border: 0;
    color: #004180;
    background-color: #DDDDDD;
    position: relative;
}

.tabLeft::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  z-index: 1;
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #d8f1ff;
  background-color: transparent;
}

#tabLeft.inactiveBefore::before {
  border-left: 15px solid #DDDDDD; /* kalau inactive */
}

.tabRight {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;

  color: #004180;
  background-color: #DDDDDD;
}

.activeTab {
  background: #d8f1ff;
  color: #003366;
}

#postForm {
  display: flex;
  margin: 0;
  flex-direction: column;
}

.formStep {
  width: 100%;
}

.formGroup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    position: relative;
}

.input_alert {
    top: -45px !important;
    left: 225px !important;
}

.formGroup tr {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 8px;
    position: relative;
}

.formGroup th,
.formGroup label {
    width: 175px;
    font-size: 14px;
    margin-bottom: 6px;
    color: #333;
    /* font-weight: 600; */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.formGroup th span,
.required {
    background-color: red;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 6px;
}

.formGroup .contact_required {
    margin-right: 10px;
}

.formGroup select,
.formGroup input[type="txt"],
.formGroup input[type="email"],
.formGroup input[type="text"] {
    width: 260px;
    height: 43px;
    left: 199px;
    gap: 8px;
    border-radius: 8px;
    border-width: 1px;
    height: 45px;
    padding-right: 8px;
    padding-left: 8px;
    border: 1px solid #DDDDDD;
    background-color: #F9F9F9;
}

.formGroup select {
    width: 278px;
}

.profile_box_new {
  position: relative;
  display: flex; 
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  padding: 0 7%;
}

.profile_text {
  height: auto !important;
}

.submitBtn2,
.submitBtn {
  margin-top: 20px;
  background: linear-gradient(to right, #ffa726, #fb8c00);
  color: white;
  width: 240px;
  height: 62px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  border-radius: 16px;
  cursor: pointer;
  font-family: Hiragino Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  border: none;
  
}

#submit_button,
#submit_button:disabled {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(to right, #ffa726, #fb8c00);;
  border: 1px solid linear-gradient(to right, #ffa726, #fb8c00);;
  border-radius: 16px;
  cursor: pointer;
}

.wrap-submitBtn2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.submitBtn2 {
  position: absolute;
  top: -5px;
  width: 290px;
  /* background: #DDDDDD; */
  /* border: 1px solid #DDDDDD; */
}

.phoneBlock {
  text-align: center;
  margin-top: 20px;
}

.profile_box_new {
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 2px;
}

.big_check {
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none;    /* Firefox */
  appearance: none;

  width: 20px;
  height: 20px;
  border: 4px solid #ddd;   /* warna border */
  border-radius: 4px;       /* kalau mau rounded */
  cursor: pointer;
  position: relative;
}

.big_check:checked {
  background-color: #00aaff;   /* background kalau dicentang */
}

.big_check:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: -3px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.profile_check {
  width: 35px;
  margin: 0;
}

.profile_text {
  width: auto;
  color: #151515;
  font-size: 16px;
}

.profile_text a {
  color: #00aaff;
}

.wrapPhone {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.phoneIcon {
    /* width: 28px; */
    /* height: 28px; */
    vertical-align: middle;
}

.phone {
    font-family: Roboto;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0%;
    /* color: #1F88E2; */
    text-decoration-line: none !important;
    -webkit-text-decoration-line: none  !important;
    text-decoration-color: transparent  !important;
    -webkit-text-decoration-color: transparent  !important;
    text-decoration: none !important;
    color: #1F88E2 !important;
}

.phoneTime {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #333333;
}

.phoneTime span {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #333333;
}

/* Banner Area */
.wrap-contact-banner {
    position: relative;
}

.contact-banner {
    background-color: #126CBA;
    /* background: url('../img/acn 1.png') no-repeat center; */
    background-repeat: no-repeat; /* Biar ga diulang */
    /* background-size: 140%; */
    text-align: center;
    color: white;
    height: 509px;
    width: 99vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: -1;
}

.contact-banner-img {
    background: url('../img/acn 1.png') no-repeat center;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: auto;
    transform: rotate(9deg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 100%;
    width: 130%;
    height: 208%;
    left: -5%;
    position: absolute;
    top: -65%;
}

.content {
    max-width: 960px;
    padding: 55px 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: relative;
    z-index: 10;
}

.title-banner {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: white;
    min-height: 170px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ctaButton {
    background: linear-gradient(to right, #ffa726, #fb8c00);
    color: white;
    width: 524px;
    height: 90px;
    gap: 12px;
    border-radius: 16px;
    font-family: Hiragino Sans;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: none;
    cursor: pointer;
}

.ctaBadge {
    background-color: white;
    color: #001F6F;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 16px;
    line-height: 38.8px;
    letter-spacing: 0%;
    text-align: center;
    width: 130px;
    height: 37px;
    border-radius: 24px;
}

.ctaText {
    text-shadow: 1px 1px #00000073;
}

.hiragino-text {
    font-family: 'Hiragino Sans', ''Noto Sans JP'', 'Meiryo', sans-serif;
}

.phoneBlock-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapPhone {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.phone-contact {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  margin: 8px 0;
  text-decoration-line: none !important;
  -webkit-text-decoration-line: none  !important;
  text-decoration-color: transparent  !important;
  -webkit-text-decoration-color: transparent  !important;
  text-decoration: none !important;
  color: white !important;
}

.icon {
  filter: brightness(0) invert(1);
}

.time {
  font-size: 18px;
  color: #eee;
}

.time span{
  font-size: 15px;
}
/* leasing-area */
.wrap-leasing-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.leasing-area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px dotted #DDDDDD;
  padding-bottom: 24px;
  gap: 24px;
}

.leasing-area-icon {
  width: 95px;
  height: 95px;
}
.leasing-area-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}
.leasing-area-title {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #052C81;
  border: 0;
  margin: 0;
  padding: 0;
}
.leasing-area-text-mobile {
  display: none;
}
.leasing-area-text {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #000000;
}


/* rent-area */
.rent-creadit {
  position: relative;
}
.red-square {
  position: absolute;
  top: 0;
  left: calc(20% - 6px);
  width: 40%;;
  height: 98%;
  border: 6px solid #FF0000;
  box-shadow: 4px 4px 4px 0px #00000040;
}
.wrap-rent-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.rent-area {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  height: 60px;
  border-bottom: 1px solid #0080B9;
  color: #000000;
  width: 100%;
}

.rent-area-name {
  width: 20%;
}

.rent-area-rent, 
.rent-area-lease {
  width: calc(40% - 20px);
  padding-left: 20px;
}

.rent-area-title {
  width: 100%;
  height: 42px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #ffffff;
  background-color: #004180;
  
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 42px;

  margin-left: -10px;
}

.rent-area-text-Bold {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  
}

.rent-area-text {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0%;
}


/* flow-area */
.wrap-flow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.flow-item-last,
.flow-item {
  width: 186px;
  height: 215px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 8px;
  background-color: #F4F4F4;
  position: relative;
}

.flow-item::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  z-index: 1;
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #052C81;
  background-color: transparent;
}

.flow-item-last::before {
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
  
}

.flow-item .steps {
  position: absolute;
  top: -15px;
  left: calc(50% - 50px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  text-transform: uppercase;
  
  width: 100px;
  height: 31px;
  border-radius: 20px;
  background-color: #052C81;
  color: white;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 31px;
}

.flow-item .steps span {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: white;
}

.flow-item .img {
  height: 95px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  /* align-items: center; */
}

.flow-item .text {
  height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 45px;
  
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  color: #036FB4;
}
.flow-item .text span {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0%;
  color: #000000;
  text-align: left;
}

  /* FAQ-area */
.faqSection {
  background: #fff;
  padding: 60px 20px;
}

.faq-title {
  max-width: 960px;
  /* border-bottom: 5px solid #000; */
  padding: 6px 0 11px 12px;
}

/* .list {
  max-width: 960px;
  margin: 0 auto;
} */

.item {
  background: #f5f5f5;
  margin-bottom: 16px;
  border-radius: 4px;
  overflow: hidden;
}

.question {
  font-size: 16px;
  font-weight: 700;
  background: #F4F4F4;
  color: #000;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  cursor: pointer;

  width: 100%;
  padding-top: 13px;
  padding-right: 22px;
  padding-bottom: 13px;
  padding-left: 22px;
}

.question-text {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000;
  padding-right: 50px;
}

.question-text strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0B368E;
  
}

.question-icon {
  font-size: 28px;
  font-weight: bold;
  color: #0070c0;
  text-align: center;
  line-height: 35px;
  width: 33px;
  height: 33px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  right: 35px;
}

.answer {
  display: none;
  background: #fff;
  padding: 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}

.answer strong {
  font-family: Roboto;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color:#0098DB;
}
.answer-text {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: 0%;  
  color: #000;
}

/* .spc-lis { */
  /* overflow-x: hidden; */
/* } */

#virus_pollen .content1_title:after {
  display: none;
}
.footer_active {
  display: none;
}
.v_comment {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0px;
}
.v_comment_item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  text-indent: 0 !important;
  padding-left: 0 !important;
  gap: 5px;
}
.v_comment_item_number {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  /* font-size: 18px; */
  /* line-height: 140%; */
  /* letter-spacing: 0%; */
}
.v_comment_item_text {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  /* font-size: 15px; */
  /* line-height: 22.5px; */
  /* letter-spacing: 0%; */
}
/* Media query untuk layar di bawah 1366px */
@media (max-width: 1900px) {
  .hero {
    background-position: -130px 90%;
    /* background-position: -130px -215px; */
    background-size: 150%;
  }
}
@media (max-width: 1700px) {
  .contact-banner {
      background-size: 150%;
      background-position: -50px 70%;
      /* background-position: -50px -130px; */
      width: 100vw;
  }
  
  .contact-banner-img {
    width: 150%;
    height: 170%;
    top: -42%;
  }
}
@media (max-width: 1366px) {
    .hero {
        background-position: -130px -215px;
        background-size: 150%;
    }
    .contact-banner {
        background-size: 150%;
        background-position: -50px -220px;
        width: 100vw;
    }
    .hero .leftContent {
        gap: 45px;
    }
    .hero .titleOne {
        font-size: 36px;
    }
    .hero .titleOne .titleOne-number {
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 68px;
    }
    .hero .titleTwo {
        font-size: 50px;
        line-height: 50px;
    }
    .hero .wrapCircle {
        width: 100%;
        gap: 15px;
        justify-content: center;
    }
    .hero .circlePromo {
        width: 160px;
        height: 160px;
    }
    .hero .titleCircle {
        font-size: 20px;
        line-height: 24px;
    }
    .hero .textCircle {
        font-size: 20px;
        line-height: 20px;
        margin-top: 10px;
    }
    .hero .textCircle .textCircle-number {
        font-size: 45px;
    }
    .hero .textCircle-last-Child {
        margin-top: 0px;
        font-size: 20px;
        line-height: 22px;
    }
    .hero .textCircle-not-need {
        font-size: 36px;
    }
    .question-icon {
      line-height: 28px;
    }
    /* .hero .textCircle span {
        font-size: 26px;
    } */
}
@media (max-width: 470px) {
  .h1-no {
    text-align: left;
    float: none;
    padding: 8px 0 0 8px;
    width: auto;
    font-size: 10px;
    color: #000;
    font-weight: 700;
    margin: 0 auto 10px;
  }
  h2 {
    font-size: 16px;
  }
  .hero {
    gap: 0px;
    padding: 20px 0;
    background-image: url(../img/bg-hero-mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 75%;
  }
  .hero .left-slider {
    /* background: url(../img/bg-hero.png) no-repeat left bottom;
    background-size: 200%;
    width: 100%; */
    background: url(../img/bg-hero-mobile-top.png) no-repeat 0 0;
    /* background: url(../img/bg-hero.png) no-repeat 12% 85%; */
    background-size: 100%;
    /* background-size: 300%; */
    width: 100%;
    padding-bottom: 50px;
  }
  .hero .leftContent {
    height: 390px;
    gap: 30px;
  }

  .hero .wrapTitle {
    max-width: 307px;
  }
  .hero .titleOne {
    font-size: 31.93px;
    line-height: 10px;
    margin-bottom: 15px;
  }
  .hero .titleOne span {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 61.3px;
  }
  .hero .titleTwo {
    font-size: 38.32px;
    line-height: 38.32px;
  }
  .hero .wrapCircle {
    width: 95%;
    gap: 10px;
  }
  .hero .circlePromo {
    width: 120px;
    height: 120px;
  }
  .hero .titleCircle {
    font-size: 15px;
    line-height: 20px;
  }
  .hero .textCircle {
    font-size: 19px;
    line-height: 20px;
    margin-top: 10px;
  }
  .hero .textCircle span {
    font-size: 30px;
  }
  .hero .textCircle .textCircle-number {
    font-size: 30px;
  }
  .form-slider {
    width: 300px;
    /* height: 485px; */
    padding: 20px;
    padding-top: 30px;
    align-items: center;
    gap: 10px;
  }
  .form-slider .badge {
    width: 270px;
    height: 45px;
    left: calc(50% - 135px);
  }
  .form-slider .title {
    font-size: 28px;
    width: 168px;
  }
  .form-slider .tabs {
    margin-bottom: 10px;
  }
  .form-slider .tabLeft, 
  .form-slider .tabRight {
    width: 140px;
    font-size: 14px;
    font-family: 'Noto Sans JP';
    font-weight: 700;
  }

  .formGroup {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .formGroup label {
    gap: 10px;
    width: 100%;
    align-items: center;
  }
  .formGroup label .contact_required {
    width: 48px;
    height: 28px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    left: 0;
  }

  .special-h2 {
    background-color: transparent;
    padding: 0;
    border: 0;
    font-size: 22px;
  }
  .text {
    font-size: 15px;
  }

  .phoneBlock {
    margin-top: 5px;
  }
  .phoneBlock .wrapPhone {
    height: 30px;
  }
  .phoneBlock .phoneIcon {
    width: 30px;
  }
  .phoneBlock .phone {
    font-size: 30px;
  }
  .phoneBlock .phoneTime {
    font-size: 15px;
  }
  .phoneBlock .phoneTime span {
    font-size: 12px;
  }
  .contact-banner-one,
  .contact-banner-new,
  .contact-banner {
    height: 360px;
    /* height: 360px; */
  }
  .contact-banner-one {
    height: 400px;
  }
  .contact-banner-new {
    height: 320px;
  }
  .contact-banner-img {
    width: 450%;
    left: -100%;
    top: -65%;
    height: 185%;
    transform: rotate(4deg);
  }
  .content-one,
  .content-new,
  .content {
    gap: 10px;
    height: 360px;
    padding: 0px 12px;
  }
  .content-one {
    height: 400px;
    gap: 20px;
  }
  .content-new {
    height: 300px;
    gap: 5px;
  }
  .title-banner {
    font-size: 26px;
  }
  .content-new .title-banner {
    min-height: 150px;
  }
  .ctaButton {
    width: 307px;
    height: 62px;
    font-size: 22px;
  }
  .ctaBadge {
    width: 90px;
    height: 28px;
    font-size: 12px;
    line-height: 30px;
  }
  .wrapPhone img {
    width: 32px;
  }
  .phone-contact {
    font-size: 33px;
    margin: 0;
    text-decoration-line: none !important;
    -webkit-text-decoration-line: none  !important;
    text-decoration-color: transparent  !important;
    -webkit-text-decoration-color: transparent  !important;
    text-decoration: none !important;
    color: white !important;
  }
  a[href^="tel"] {
    color: #fff;
    text-decoration: none;
  }
  
  a[href^="tel"]:hover {
    text-decoration: none; /* kalau mau hover tetap underline */
  }  
  .wrap-leasing-area {
    gap: 10px;
  }
  .leasing-area {
    gap: 18px;
    padding-bottom: 10px;
    border-bottom: 0;
    justify-content: flex-start;
    width: 100%;
  }
  .leasing-area-icon {
    width: 80px;
    width: 80px;
    height: 80px;
  }
  .leasing-area-content {
    gap: 10px;
  }
  .leasing-area-title {
    font-size: 18px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .leasing-area-text {
    display: none;
  }
  .leasing-area-text-mobile {
    display: block;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px dotted #DDDDDD;
  }

  /* .rent-creadit {
    width: 500px;
    overflow-x: scroll;
  } */
  .rent-creadit {
    overflow-x: auto;
  }
  .red-square {
    left: 111px;
    width: 150px;
  }

  .rent-area,
  .wrap-rent-area {
    min-width: 435px;
    /* padding-left: 10px; */
  }
  .rent-area-name {
    width: 30%;
  }
  
  .rent-area-rent, 
  .rent-area-lease {
    width: calc(40% - 10px);
    padding-left: 10px;
  }

  .wrap-flow {
    flex-direction: column;
  }
  .flow-item {
    width: calc(100% - 40px);
    height: 145px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #DDDDDD;
  }
  .flow-item::before {
    top: 155px;
    left: calc(50% - 10px);
    border-top: 10px solid #052C81;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    background-color: transparent;
  }
  .flow-item-last::before {
    display: none;
  }
  .flow-item .img {
    width: 30%;
    padding: 0 20px 0 10px;
  }
  .flow-item .text {
    width: 70%;
    align-items: flex-start;
    padding-top: 30px;
  }
  .flow-item .steps {
    top: 15px;
    left: calc(50% - 38px);
  }


  .faqSection {
    padding: 0;
  }
  .faqSection .faq-title {
    display: none;
  }
  .faqSection .faq-strong {
    display: none;
  }
  .question {
    justify-content: flex-start;
    padding-right: 50px;
  }
  .question-text {
    padding-right: 0;
  }
  .question-text strong {
    position: relative;
    top: -7px;
    left: -8px;
  }
  .question-icon {
    right: 10px;
  }
  .plan_merit div.chara img {
    padding-right: 10px;
  }
  #example {
    width: 100%;
    height: auto;
    margin: 0 2% 20px;
  }
  #example div.wrap p.user_example {
    font-size: 26px;
    display: flex;
    border: 0;
  }
  #example div.wrap p.user_example span.area {
    font-size: 22px;
  }
  #example div.wrap p.user_example span.date {
    font-size: 18px;
  }
  #example div.wrap div.e-txt {
    border: 0;
  }
  #news {
    height: auto;
  }
  #about_acn div.left p.orange {
    font-size: 19px;
  }
  #total_support p.link a:link {
    font-size: 13px;
  }
  #total_support .nextbutton a img {
    width: 100%;
  }
  .big_check:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: -5px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
  }
} 

h3.point {
  color: #000;
}
.plan_merit dl dd h3.point {
  font-size: 31px;
  font-weight: 700;
  color: #000;
  border: 0
}
.point span {
  color: #ff8306;
}
.plan_merit dl dd h3.point span {
  color: #ff8306;
}
#corona div.triangle_yellow {
  margin: 188px 0 0px 103px;
}