/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */


/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

/* Layout Styles
 --------------------------------------------------------------------*/
 .line_layout01 {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  padding-bottom: 20%;
  background-image: url(../img/trade-in/img001.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 80% auto;
  margin-bottom: 100px;
}
.line_layout01 .ll01_cc {
  width:60%;
  height: auto;
  display: block;
  padding:0 3% 3% 0;
  background-color: var(--color-white);
}
}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* Layout Styles
 --------------------------------------------------------------------*/
 .line_layout01 {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  padding-bottom: 35%;
  background-image: url(../img/trade-in/img001.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  margin-bottom: 100px;
}
.line_layout01 .ll01_cc {
  width:100%;
  height: auto;
  display: block;
  padding:0 0 40px 0;
  background-color: var(--color-white);
}

}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

  /* Layout Styles
 --------------------------------------------------------------------*/
.line_layout01 {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  padding-bottom: 35%;
  background-image: url(../img/trade-in/img001.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  margin-bottom: 100px;
}
.line_layout01 .ll01_cc {
  width:100%;
  height: auto;
  display: block;
  padding:0 0 40px 0;
  background-color: var(--color-white);
}

}
