#KVAREA {
  width: 100%;
  position: relative;
  background: url("/img/usrfiles/default/155_zukan_def_KV_bg.png");
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #fff; }

#KVAREA img {
  width: 100%;
  height: auto; }

#KVAREA:after {
  content: "";
  height: 34px;
  right: 60px;
  position: absolute;
  width: 100%;
  border-top: 6px solid #DACDCD;
  z-index: 1; }
  @media (max-width: 768px) {
    #KVAREA:after {
      right: 0; } }
