@media only screen and (min-width: 768px) {
  .navi-home {
    margin-top: 2em;
  }
  .banner_visual.select_property.intro_banner .content {
    padding-left: 0;
    padding-top: 40px;
  }
  .top_spaces {
    margin-top: 1em;
  }
}
.component_wrapper > .component.content.amount_credit {
  padding-bottom: 0;
}

.highlight {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5em;
  display: block;
}

.how_to_apply .container_component .box .inner .img {
  width: 70px;
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 481px) {
  .how_to_apply .container_component .box .inner .content_area {
    padding: 0 50px 2em;
  }
}
.how_to_apply .container_component .box .inner .content_area p {
  line-height: 1.5;
}

.how_to_apply .container_component .box .inner .content_area h3 {
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .how_to_apply .container_component .box:first-child .inner {
    margin-right: 10px;
  }
  .how_to_apply .container_component .box:nth-child(2) .inner {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .how_to_apply .container_component .box:first-child .inner {
    border-radius: 6px 6px 0 0;
  }
  .how_to_apply .container_component .box:nth-child(2) .inner {
    border-radius: 0 0 6px 6px;
  }
}
.owl-imageItems h4 {
  line-height: 1.22;
}

.owl-imageItems .content_carousel .owl-item > DIV {
  padding: auto;
}