@charset "UTF-8";

.cssskin-title_mobile .c-title {
  text-shadow: #0066ff 2px 2px 2px;
}

@media (max-width: 641px) {
.cssskin-title_mobile .c-title {
  font-size: 24px;
  line-height: 1.4;
  color: #ffffff;
  text-shadow: #0066ff 2px 2px 3px;
}

}
