@charset "utf-8";

.welcome_content {
  width: 700px;
  margin: 40px auto;
}

.welcome_content p {
  margin-bottom: 20px;
}

.welcome_content .welcome_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 1019px) {
  .welcome_content {
    width: 100%;
  }

  .welcome_title {
    text-align: left;
  }
}

