@charset "utf-8";
/* reset */
.lp-jumbotron p,
.lp-section p {
  margin-bottom: auto;
}
/* border-wrap */
.lp-border-wrap {
  margin: 20px auto 0;
  max-width: 850px;
  width: 100%;
  border: 1px solid #c8c8c8;
}

/* trouble */
.lp-trouble {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.lp-trouble .lp-trouble-textGroup {
  margin-left: 30px;
  color: #102b68;
}
.lp-trouble .lp-trouble-textGroup .lp-trouble-lead {
  margin-bottom: 10px;
  font-size: 38px;
}
.lp-trouble .lp-trouble-textGroup .lp-trouble-lead02 {
  margin: 0;
  font-size: 28px;
}

/* jumbotron */
.lp-jumbotron .lp-jumbotron-mainImage {
  text-align: center;
}
.lp-jumbotron .lp-jumbotron-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  background: #f8f8f8;
}
.lp-jumbotron .lp-jumbotron-textGroup .lp-jumbotron-new {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 25px 2px;
  background: #d40001;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.lp-jumbotron .lp-jumbotron-textGroup .lp-jumbotron-series {
  font-weight: 600;
}
.lp-jumbotron .lp-jumbotron-textGroup .lp-jumbotron-series .lp-jumbotron-seriesName-lead {
  display: block;
  text-align: left;
  font-size: 50px;
  line-height: 1.2em;
}
.lp-jumbotron .lp-jumbotron-textGroup .lp-jumbotron-series .lp-jumbotron-seriesName-lead span {
  color: #d00;
}
.lp-jumbotron .lp-jumbotron-textGroup .lp-jumbotron-series .lp-jumbotron-seriesName {
  display: block;
  margin-top: 10px;
  text-align: left;
  font-size: 33px;
}

/* section */
.lp-section {
  overflow: hidden;
}
.lp-section img {
  max-width: 100%;
}

/* feature */
.lp-section.of-feature .lp-section-body {
  padding: 30px;
  background: #f8f8f8;
}
.lp-section.of-feature .lp-section-body .lp-section-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.lp-section.of-feature .lp-section-body .lp-section-content .lp-feature-textGroup {
  margin-left: 30px;
}
.lp-section.of-feature .lp-section-body .lp-section-content .lp-feature-textGroup .lp-feature-title {
  margin-bottom: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #d00;
  font-size: 30px;
}
.lp-section.of-feature .lp-section-body .lp-section-content .lp-feature-textGroup .lp-feature-list {
  margin-bottom: 20px;
}
.lp-section.of-feature .lp-section-body .lp-section-content .lp-feature-textGroup .lp-feature-list dt {
  margin-bottom: 5px;
  color: #d00;
  font-size: 25px;
}
.lp-section.of-feature .lp-section-body .lp-section-content .lp-feature-textGroup .lp-feature-list dd {
  font-size: 25px;
}
.lp-section.of-feature .lp-section-body .lp-section-content .lp-feature-textGroup .lp-feature-lead02 {
  font-size: 20px;
}

/* bottomThumbArea */
.lp-section .bottomThumbArea {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.lp-section .bottomThumbArea .bottomThumbArea-image {
  margin-right: 60px;
  border: 1px solid #ccc;
}
.lp-section .bottomThumbArea .bottomThumbArea-image img {
  vertical-align: middle;
}
.lp-section .bottomThumbArea .bottomThumbArea-lead {
  font-size: 28px;
  line-height: 1.4em;
}

@media screen and (max-width: 849px) {
  /* border-wrap */
  .lp-border-wrap {
    margin: 0;
    border: none;
  }

  /* trouble */
  .lp-trouble {
    flex-direction: column;
    padding: 5vw;
  }
  .lp-trouble .lp-trouble-textGroup {
    margin: 0 0 5vw;
  }
  .lp-trouble .figure-box {
    width: 100%;
    text-align: center;
  }
  /* jumbotron */
  .lp-jumbotron .lp-jumbotron-body {
    flex-direction: column;
    padding: 5vw;
  }
  .lp-jumbotron .lp-jumbotron-textGroup .lp-jumbotron-series .lp-jumbotron-seriesName-lead {
    font-size: 34px;
  }
  .lp-jumbotron .lp-jumbotron-textGroup .lp-jumbotron-series .lp-jumbotron-seriesName {
    margin-top: 3vw;
    font-size: 23px;
  }
  .lp-jumbotron .lp-jumbotron-mainImage {
    margin-top: 8vw;
    width: 80%;
    text-align: center;
  }

  /* feature */
  .lp-section.of-feature .lp-section-body {
    padding: 5vw 5vw 8vw;
  }
  .lp-section.of-feature .lp-section-body .lp-section-content {
    flex-direction: column;
  }
  .lp-section.of-feature .lp-section-body .lp-section-content .lp-feature-textGroup {
    margin-left: 0;
  }
  .lp-section.of-feature .lp-section-body .lp-section-content .lp-feature-textGroup .lp-feature-title {
    margin-bottom: 5vw;
    padding: 0 0 3vw;
    font-size: 28px;
  }
  .feature-list dt {
    margin-bottom: 2vw;
  }
  .lp-section.of-feature .lp-section-body .lp-section-content .lp-feature-textGroup .lp-feature-list {
    margin-bottom: 5vw;
  }
  .lp-section.of-feature .lp-section-body .lp-section-content .lp-feature-textGroup {
    margin: 0 0 8vw;
  }
  /* bottomThumbArea */
  .lp-section .bottomThumbArea {
    flex-direction: column;
    padding: 8vw 0;
  }
  .lp-section .bottomThumbArea .bottomThumbArea-image {
    margin-right: 0;
  }
  .lp-section .bottomThumbArea .bottomThumbArea-lead {
    margin-top: 4vw;
    text-align: center;
  }
}
