@charset "utf-8";


/**
 * Monitor Common Style
 * ================================================================================
 * Table of Contents:
 *
 * Common Settings
 * Parts Settings
 * Module Settings
 * Other Settings
 * Lineup Page Settings
 * Features Page Settings
 * Functions Page Settings
 * ================================================================================
 */



/**
 * ================================================================================
 * Common Settings
 * ================================================================================
 */

/* -- Layout -- */
.c-mainContent {
  margin-top: 80px;
}

/* -- Font -- */
.c-mainContent {
  font-size: 1.8rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  /* -- Layout -- */
  .c-mainContent {
    margin-top: 40px;
  }
  
  /* -- Font -- */
  .c-mainContent {
    font-size: 1.3rem;
  }
}



/**
 * ================================================================================
 * Parts Settings
 * ================================================================================
 */


/**
 * Title
 * -------------------------------
 */

.rv-p-ttl01 {
  padding: 2px;
  margin-bottom: 45px;
  background-color: #000;
  text-align: center;
}

.rv-p-ttl01 > span {
  display: inline-block;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.5em;
}

@media only screen and (max-width: 767px) {
  .rv-p-ttl01 {
    padding: 2px;
    margin-bottom: 20px;
  }

  .rv-p-ttl01 > span {
    font-size: 1.2rem;
  }
}




/**
 * ================================================================================
 * Module Settings
 * ================================================================================
 */




/**
 * ================================================================================
 * Other Settings
 * ================================================================================
 */




/**
 * ================================================================================
 * Lineup Page Settings
 * ================================================================================
 */

/**
 * productRvLineup
 * -------------------------------
 */

.productRvLineup {
  background-color: #f0f0f0;
  padding: 150px 0;
  margin-top: 170px;
}

@media only screen and (max-width: 767px) {
  .productRvLineup {
    padding: 40px 0;
    margin-top: 60px;
  }
}


/**
 * productRvLineupBottom
 * -------------------------------
 */

.productRvLineupBottom {
  background-color: #f0f0f0;
  padding: 0;
  height: 100px;
  margin-top: 100px;
}

.productRvLineupBottom .mainInner:before {
  content: "";
  background-image: url("/files/cdb/ZZ/products/monitor/common/zzproducts_monitor_common_logo-rearvision-lgr.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 390px;
  height: 39px;
  position: absolute;
  top: -37px;
  right: 0;
}

.productRvLineupBottom02 {
  background-color: #fff;
  margin-top: 0;
}

.productRvLineupBottom02 .mainInner:before {
  background-image: url("/files/cdb/ZZ/products/monitor/common/zzproducts_monitor_common_logo-rearvision-wt.png");
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .productRvLineupBottom {
    height: 40px;
    margin-top: 20px;
  }

  .productRvLineupBottom .mainInner:before {
    width: 195px;
    height: 20px;
    top: -19px;
    right: 15px;
  }

  .productRvLineupBottom02 {
    margin-top: 0;
  }
}





