@charset "UTF-8";

/* ------------------------------------------
detail
------------------------------------------ */
#table1 #intro .mv {
  background: url(../img/mv_table1_bg.jpg) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 240px;
  padding: 14px;
  margin-bottom: 20px;
}

#table1 span.marker_01 {
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, #ffeae9 75%);
  font-weight: bold;
}

@media only screen and (max-width:768px) {
  #table1 #intro .mv {
    background: url(../img/mv_table1_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    min-height: 360px;
    padding: 14px;
    margin-bottom: 10px;
  }
}

#table1 #intro .marker {
  font-size: 18px;
  font-weight: 900;
  display: inline;
  line-height: 1.7;
  background-color: #fff;
}

@media only screen and (max-width:768px) {
  #table1 #intro .marker {
    font-size: 16px;
  }
}