/* !====== LP ====== */
.page-lp-article {
  background-color: #ffffff;
}

.flex-firstview {
  background-position: center center;
  background-size: cover;
}
.flex-firstview.align-left {
  text-align: left;
}
.flex-firstview.align-center {
  text-align: center;
}
.flex-firstview.align-right {
  text-align: right;
}
@media screen and (max-width: 568px) {
  .flex-firstview.align-right {
    text-align: left;
  }
}
.flex-firstview .overlay {
  background-color: rgba(0, 0, 0, 0.15);
}
.flex-firstview .container {
  margin-left: auto;
  margin-right: auto;
  clear: both;
  width: 1200px;
}
@media screen and (max-width: 568px) {
  .flex-firstview .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1239px) {
  .flex-firstview .container {
    width: 940px;
  }
}
@media screen and (max-width: 568px) {
  .flex-firstview .container {
    width: 100%;
  }
}
.flex-firstview .inner {
  display: table-cell;
  width: 1200px;
  height: 460px;
  vertical-align: middle;
}
@media screen and (min-width: 569px) and (max-width: 1239px) {
  .flex-firstview .inner {
    width: 940px;
  }
}
@media screen and (max-width: 568px) {
  .flex-firstview .inner {
    display: block;
    width: auto;
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.flex-firstview .title {
  line-height: 1.1;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 568px) {
  .flex-firstview .title {
    font-size: 30px;
  }
}
.flex-firstview .text {
  margin-top: 20px;
  color: #ffffff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-firstview .button {
  margin-top: 40px;
}
@media screen and (max-width: 568px) {
  .flex-firstview .button {
    text-align: center;
  }
}
.flex-firstview .ns-button {
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  vertical-align: top;
}
.flex-firstview .ns-button:hover, .flex-firstview .ns-button:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.flex-firstview .ns-button.text-gray {
  color: inherit;
}

.flex-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.flex-title {
  padding-top: 48px;
  padding-bottom: 48px;
  text-align: center;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.15)));
  background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 568px) {
  .flex-title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.flex-title .title, .flex-title .subtitle {
  line-height: 1.3;
  font-weight: bold;
  text-shadow: #999999 0 1px 0;
}
.flex-title .subtitle {
  margin-top: 10px;
}
.flex-title.font-size-xlarge .title {
  font-size: 40px;
}
@media screen and (max-width: 568px) {
  .flex-title.font-size-xlarge .title {
    font-size: 32px;
  }
}
.flex-title.font-size-xlarge .subtitle {
  font-size: 24px;
}
@media screen and (max-width: 568px) {
  .flex-title.font-size-xlarge .subtitle {
    font-size: 20px;
  }
}
.flex-title.font-size-large .title {
  font-size: 32px;
}
@media screen and (max-width: 568px) {
  .flex-title.font-size-large .title {
    font-size: 26px;
  }
}
.flex-title.font-size-large .subtitle {
  font-size: 20px;
}
@media screen and (max-width: 568px) {
  .flex-title.font-size-large .subtitle {
    font-size: 18px;
  }
}
.flex-title.font-size-medium .title {
  font-size: 26px;
}
@media screen and (max-width: 568px) {
  .flex-title.font-size-medium .title {
    font-size: 22px;
  }
}

.flex-button {
  padding-top: 48px;
  padding-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 568px) {
  .flex-button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.flex-button .ns-button {
  margin-bottom: 0;
  vertical-align: top;
}
.flex-button .font-size-xlarge {
  font-size: 28px;
}
@media screen and (max-width: 568px) {
  .flex-button .font-size-xlarge {
    font-size: 22px;
  }
}
.flex-button .font-size-large {
  font-size: 22px;
}
@media screen and (max-width: 568px) {
  .flex-button .font-size-large {
    font-size: 18px;
  }
}
.flex-button .text-gray, .flex-button .text-gray:hover, .flex-button .text-gray:active {
  color: inherit;
}

.flex-content {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .flex-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.flex-content .container {
  margin-left: auto;
  margin-right: auto;
  clear: both;
  width: 1200px;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (min-width: 569px) and (max-width: 1239px) {
  .flex-content .container {
    width: 940px;
  }
}
@media screen and (max-width: 568px) {
  .flex-content .container {
    width: 100%;
  }
}
