@charset "utf-8";

/* Common Style
------------------------------ */
.lp-contents-viewer {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 970px;
  line-height: 1.33;
}

.lp-main-contents {
  position: relative;
  margin: 15px auto 40px;
  padding: 0 16px;
  max-width: 850px;
  border-top: 1px solid #ddd;
  background: #f5f5f5;
  background: -webkit-linear-gradient(top, #f5f5f5 0px, #f5f5f5 480px, #fff 92%);
  background: linear-gradient(to bottom, #f5f5f5 0px, #f5f5f5 480px, #fff 92%);
  font-size: 14px;
  line-height: 1.33;
}

.lp-main-contents:before,
.lp-main-contents:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: -webkit-linear-gradient(top, #ddd 0px, #ddd 480px, #fff 92%);
  background: linear-gradient(to bottom, #ddd 0px, #ddd 480px, #fff 92%);
  content: "";
}

.lp-main-contents:before {
  left: 0;
}

.lp-main-contents:after {
  right: 0;
}


/* Keyvisual
------------------------------ */
.lp-keyvisual {
  position: relative;
  padding: 20px 0;
  text-align: center;
}

.lp-keyvisual a {
  display: inline-block;
  color: inherit;
  text-align: left;
  text-decoration: none;
}

.lp-title {
  font-weight: normal;
  font-size: 28px;
  line-height: 1.509;
}

.lp-keyvisual-text {
  position: relative;
  margin-top: -40px;
  font-size: 24px;
  line-height: 1.3;
}


/* Document list
------------------------------ */
.lp-document-list article {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 0 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px 10px rgba(208, 208, 208, 0.75);

  -webkit-box-orient: vertical;
}

.lp-document-list h2 {
  position: relative;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 -20px;
  padding: 16px 20px 14px;
  border-radius: 8px 8px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #fff, #f2f2f2);
  background: linear-gradient(to bottom, #fff, #f2f2f2);
  font-size: 20px;
  line-height: 1.2;

  -webkit-box-flex: 1;
}

.lp-document-list figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 16px 0 20px;
  min-height: 0;
}

.lp-document-list figure div {
  position: relative;
  -webkit-flex: 0 0 112px;
  flex: 0 0 112px;
  padding-right: 8px;

  -webkit-box-flex: 0;
}

.lp-document-list figure img {
  border: 1px solid #ccc;
}

.lp-document-list figcaption {
  position: relative;
  -webkit-flex: 1;
  flex: 1;
  margin: 0;
  font-size: 16px;

  -webkit-box-flex: 1;
}


/* Lead block
------------------------------ */
.lp-lead-block {
  margin: 0 -16px;
}

.lp-lead-block div {
  text-align: center;
}

.lp-lead-block figcaption {
  font-size: 18px;
}


/* Lead banner
------------------------------ */
.lp-lead-notes {
  margin: 0 0 8px;
  text-align: right;
}

.lp-lead-banner {
  margin: 0 auto 40px;
  padding: 8px 4px;
  max-width: 970px;
  background: #3f3f3f;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#1c1c1c));
  background: -webkit-linear-gradient(top, #3f3f3f 0%, #1c1c1c 100%);
  background: linear-gradient(to bottom, #3f3f3f 0%, #1c1c1c 100%);
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.33;
}

.lp-lead-banner-label {
  position: relative;
  display: inline-block;
  padding: 0 68px;
}

.lp-lead-banner-label i {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 24px;
  height: 28px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lp-lead-banner-label i:first-child {
  left: 0;
}

.lp-lead-banner-label i:last-child {
  right: 0;
}

.lp-lead-banner-label i:before,
.lp-lead-banner-label i:after {
  position: absolute;
  content: "";
}

.lp-lead-banner-label i:before {
  top: 0;
  bottom: 6px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  background: #848484;
}

.lp-lead-banner-label i:after {
  right: 50%;
  bottom: 4px;
  width: 15px;
  height: 15px;
  border-right: 2px solid #848484;
  border-bottom: 2px solid #848484;
  -webkit-transform: rotate(36deg) skew(-16deg);
  transform: rotate(36deg) skew(-16deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.lp-lead-banner-label span {
  display: inline-block;
}


/* Media Queries
------------------------------ */
@media screen and (min-width: 480px) {}

@media screen and (min-width: 640px) {}

@media screen and (min-width: 768px) {
  .lp-main-contents {
    padding: 0 26px;
  }

  .lp-keyvisual {
    padding: 24px 6px 56px;
    min-height: 380px;
    text-align: left;
  }

  .lp-title {
    font-size: 46px;
  }

  .lp-keyvisual-image {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .lp-keyvisual-text {
    margin: 24px 0;
    padding: 0 300px 0 0;
    font-size: 36px;
  }

  .lp-document-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -12px;
  }

  .lp-document-list article {
    -webkit-flex: 1 1 330px;
    flex: 1 1 330px;
    margin: 0 12px 20px;

    -webkit-box-flex: 1;
  }

  .lp-lead-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 -26px;
  }

  .lp-lead-block div {
    -webkit-flex: 0 0 213px;
    flex: 0 0 213px;
    box-sizing: content-box;
    padding: 0 16px 0 0;
    text-align: center;

    -webkit-box-flex: 0;
  }

  .lp-lead-block figcaption {
    -webkit-flex: 1;
    flex: 1;
    font-size: 20px;

    -webkit-box-flex: 1;
  }
}

@media screen and (min-width: 980px) {
  .lp-keyvisual {
    padding: 90px 6px 40px;
    min-height: 376px;
  }

  .lp-keyvisual-image {
    top: 72px;
    right: 12px;
    bottom: auto;
    width: auto;
  }

  .lp-keyvisual-text {
    margin: 40px 0 0;
    font-size: 39px;
  }

  .lp-keyvisual-button {
    position: absolute;
    top: 13px;
    right: -13px;
  }

  .lp-document-list article {
    padding: 0 24px;
  }

  .lp-document-list h2 {
    margin: 0 -24px;
    padding-top: 24px;
    padding-bottom: 18px;
    font-size: 25px;
  }

  .lp-document-list figure div {
    -webkit-flex: 0 0 110px;
    flex: 0 0 110px;
    padding-right: 8px;

    -webkit-box-flex: 0;
  }

  .lp-document-list figure figcaption {
    margin-right: -14px;
  }

  .lp-lead-block figcaption {
    font-size: 22px;
  }
}
