@charset "utf-8";

.cssskin-title .c-title {
  color: #333333;
  font-size: 24px;
  font-weight: lighter;
  padding-left: 300px;
  line-height: 2.0;
}

.cssskin-title .c-large_headline {
  color: #333333;
  font-size: 14px;
  font-weight: lighter;
  padding-left: 300px;
}

.cssskin-title  {
  background-image: url(../_userdata/common-background.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

@media (max-width: 641px) {
.cssskin-title .c-title {
  font-size: 16px;
}

.cssskin-title .c-large_headline {
  font-size: 12px;
  text-align: left;
}

}
