@charset "UTF-8";

.common_fv {
  background-image: url(../img/rental/license/main_image.jpg);
}
@media screen and (min-width: 770px) {
  #license_conts {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 120px;
  }
  #license_conts #conts_in {
    width: 960px;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  #license_conts .img_license {
    text-align: center;
  }
  #license_conts .text {
    text-align: center;
  }
}

@media screen and (max-width:769px) {
  .common_fv img {
    width: 50%;
    padding-top: 15vw;
    margin-left: auto;
    margin-right: auto;
  }
  #license_conts #conts_in {
    width: 90%;
    clear: both;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 90px;
    margin-bottom: 90px;
  }
  #license_conts #conts_in .wrapper {
    margin-bottom: 90px;
  }
  #license_conts .img_license {
    text-align: center;
  }
  #license_conts .text {
    text-align: center;

  }
}