@charset "utf-8";
/* /corporate/world/background/配下共通CSS */

.pubRkv3.kvPageCustom{
}

.pubRkv3.kvPageCustom .mv{
  background-color:none;
  padding:0;
}

.pubRkv3.kvPageCustom .pubRttlCategory{
  width:70%;
}
.pubRkv3.kvPageCustom .mv::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 4%, rgba(255,255,255,0) 15%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 4%,rgba(255,255,255,0) 15%);
  background: linear-gradient(to right,  rgba(255,255,255,1) 4%,rgba(255,255,255,0) 15%);
}

.txtGray{
	color: #999;
}

@media screen and (max-width: 767px) {
  .pubRkv3.kvPageCustom{
    
  }
  .pubRkv3.kvPageCustom .pubRttlCategory{
    width:100%;
  }
  .pubRkv3.kvPageCustom .mv::after{
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 1%, rgba(255,255,255,0) 7%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 1%,rgba(255,255,255,0) 7%);
  background: linear-gradient(to right,  rgba(255,255,255,1) 1%,rgba(255,255,255,0) 7%);
}
}
