/*
-- Layout CSS
-------------------------------------------------- */
.lp-header {
  background-color: #fff;
  padding: 10px;
}
.lp-header .l-header-logo {
  margin: 0 auto;
}

.l-footer {
  padding: 15px 20px;
}
.l-footer .copylight {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.lp-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 1210px;
}
@media (max-width:1240px) {
  .lp-container {
    width: 940px;
  }
}
@media (max-width:991px) {
  .lp-container {
    width: 690px;
  }
}
@media (max-width:767px) {
  .lp-container {
    width: 100%;
  }
}

.lp-sect {
  position: relative;
  padding-bottom: 60px;
}
.lp-sect.bg-lightblue {
  background-color: #edeff2;
  background-image: url(../img/lp/bg-p02.png), url(../img/lp/bg-p02.png);
}
.lp-sect.bg-yellow {
  background-color: #E5FFEE;
  background-image: url(../img/lp/bg-p02.png), url(../img/lp/bg-p02.png);
}

.lp-sect-header {
  background-color: #00184D;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(0, 24, 77, 0)), color-stop(30%, #00184d), color-stop(60%, #00184d), color-stop(90%, rgba(0, 24, 77, 0))), url(../img/common/h2-pattern.png);
  background-image: linear-gradient(left, rgba(0, 24, 77, 0) 10%, #00184d 30%, #00184d 60%, rgba(0, 24, 77, 0) 90%), url(../img/common/h2-pattern.png);
  background-position: center;
  padding: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.lp-sect-header.bg-orange {
  background-color: #EDAA3E;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(237, 170, 62, 0)), color-stop(30%, #edaa3e), color-stop(60%, #edaa3e), color-stop(90%, rgba(237, 170, 62, 0))), url(../img/common/h2-pattern.png);
  background-image: linear-gradient(left, rgba(237, 170, 62, 0) 10%, #edaa3e 30%, #edaa3e 60%, rgba(237, 170, 62, 0) 90%), url(../img/common/h2-pattern.png);
}

.lp-sect-title {
  font-size: 2.5rem;
  line-height: 1.3;
  color: #fff;
}

@media (max-width:991px) {
  .lp-sect-title {
    font-size: 2rem;
    line-height: 1.3;
    color: #fff;
  }
}
@media (max-width:767px) {
  .lp-sect-title {
    font-size: 1.5rem;
  }
}
.lp-panel {
  background-color: #fff;
  padding: 50px 70px;
  overflow: hidden;
  position: relative;
}
.lp-panel + .lp-panel {
  margin-top: 50px;
}
.lp-panel .panel-header {
  margin: -50px -70px 0;
  text-align: center;
  padding: 20px 15px;
}
.lp-panel .panel-title {
  font-size: 2.5rem;
}
.lp-panel .panel-body {
  padding: 30px 0;
}
.lp-panel .panel-footer {
  margin: 0 -70px -50px;
  text-align: center;
  padding: 15px;
}

@media (max-width:1240px) {
  .lp-panel {
    padding: 30px 40px;
  }
  .lp-panel .panel-header {
    margin-top: -30px;
  }
}
@media (max-width:991px) {
  .lp-panel {
    padding: 30px 40px;
  }
  .lp-panel + .lp-panel {
    margin-top: 30px;
  }
  .lp-panel .panel-header {
    margin: -30px -40px 0;
    padding: 15px;
  }
  .lp-panel .panel-title {
    font-size: 2rem;
  }
  .lp-panel .panel-body {
    padding: 30px 0;
  }
  .lp-panel .panel-footer {
    margin: 0 -40px -30px;
    padding: 15px;
  }
}
@media (max-width:767px) {
  .lp-panel {
    padding: 20px 20px;
  }
  .lp-panel + .lp-panel {
    margin-top: 30px;
  }
  .lp-panel .panel-header {
    margin: -20px -20px 0;
    padding: 15px;
  }
  .lp-panel .panel-title {
    font-size: 1.375rem;
  }
  .lp-panel .panel-body {
    padding: 20px 0;
  }
  .lp-panel .panel-footer {
    margin: 0 -20px -20px;
    padding: 15px;
  }
}
.lp-panel p {
  margin-bottom: 0;
}
.lp-panel p + p {
  margin-top: 1em;
}
.lp-panel.bg-yellow {
  background-color: #E5FFEE;
}

.lp-marker {
  text-decoration: underline;
  text-decoration-color: #34CC33;
  text-decoration-thickness: 0.3em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: -0.2em;
}

.card {
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
}
.card .img-wrap {
  margin-bottom: 0;
}
.card .img-wrap img {
  margin-bottom: 0;
}

.form-panel {
  border-radius: 15px;
  background-color: #edeff2;
}
.form-panel .panel-header {
  background-color: #00184D;
  line-height: 1.3;
}
.form-panel .panel-sub-title {
  font-size: 1.75rem;
  color: #fff;
}
.form-panel .panel-title {
  font-size: 2.875rem;
  font-weight: bold;
  color: #fff;
}
.form-panel .btn-cta {
  font-size: 1.5rem;
  font-weight: bold;
  width: 40%;
  min-height: 56px;
}

@media (max-width:1240px) {
  .form-panel .panel-header {
    margin-top: -30px;
  }
}
@media (max-width:991px) {
  .form-panel .panel-header {
    margin-top: -30px;
  }
  .form-panel .panel-sub-title {
    font-size: 1.5rem;
  }
  .form-panel .panel-title {
    font-size: 2.25rem;
    font-weight: bold;
  }
  .form-panel .btn-cta {
    font-size: 1.375rem;
    font-weight: bold;
    width: 60%;
  }
}
@media (max-width:767px) {
  .form-panel .panel-sub-title {
    font-size: 1.25rem;
    color: #fff;
  }
  .form-panel .panel-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
  }
  .form-panel .btn-cta {
    font-size: 1.125rem;
    font-weight: bold;
    width: 80%;
    min-height: 46px;
  }
}
.quote-link {
  font-size: 0.875rem;
  font-weight: bold;
  overflow-wrap: break-word;
}

.lp-main-visual {
  background-color: #fff;
  padding: 40px 0 80px;
  background-image: url(../img/lp/mv-bg01.jpg);
  background-position: center;
  background-size: 1600px auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(50% + 120px) calc(100% - 40px), 50% 100%, calc(50% - 120px) calc(100% - 40px), 0 calc(100% - 40px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(50% + 120px) calc(100% - 40px), 50% 100%, calc(50% - 120px) calc(100% - 40px), 0 calc(100% - 40px));
}
.lp-main-visual .copy-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.lp-main-visual .box {
  width: 310px;
  border-radius: 15px;
  text-align: center;
  line-height: 1.3;
  padding: 25px 10px;
  position: relative;
  background-color: #E9EBF2;
}
.lp-main-visual .box::before {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  border-radius: 8px;
  border: 2px solid #EDAA3E;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
}
.lp-main-visual .box .small {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  color: #233775;
}
.lp-main-visual .box .large {
  font-size: 2.875rem;
  font-weight: bold;
  display: block;
  color: #233775;
  letter-spacing: 0.1em;
}
.lp-main-visual .box:first-child .large {
  letter-spacing: -0.25em;
}
.lp-main-visual .main-copy {
  line-height: 1.3;
  font-size: 3.625rem;
  font-weight: bold;
  color: #233775;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}
@media (max-width:1240px) {
  .lp-main-visual .lp-container {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width:991px) {
  .lp-main-visual .lp-container {
    max-width: 100%;
  }
  .lp-main-visual .box {
    width: 240px;
    padding: 25px 10px;
  }
  .lp-main-visual .box::before {
    border: 2px solid #EDAA3E;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }
  .lp-main-visual .box .small {
    font-size: 1.375rem;
    font-weight: bold;
  }
  .lp-main-visual .box .large {
    font-size: 2.25rem;
    font-weight: bold;
  }
  .lp-main-visual .main-copy {
    font-size: 2.625rem;
    font-weight: bold;
  }
}
@media (max-width:767px) {
  .lp-main-visual {
    background-image: url(../img/lp/mv-bg02-sp.png), url(../img/lp/mv-bg01-sp.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top, center bottom;
    padding-top: 20px;
    padding-bottom: calc(38vw + 60px);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(50% + 80px) calc(100% - 30px), 50% 100%, calc(50% - 80px) calc(100% - 30px), 0 calc(100% - 30px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(50% + 80px) calc(100% - 30px), 50% 100%, calc(50% - 80px) calc(100% - 30px), 0 calc(100% - 30px));
  }
  .lp-main-visual .lp-container {
    max-width: 100%;
  }
  .lp-main-visual .copy-top {
    gap: 10px;
  }
  .lp-main-visual .box {
    width: calc(50% - 5px);
    padding: 15px 10px;
    margin-bottom: 10px;
  }
  .lp-main-visual .box::before {
    border: 2px solid #EDAA3E;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    top: 6px;
    left: 6px;
  }
  .lp-main-visual .box .small {
    font-size: 1rem;
    font-weight: bold;
  }
  .lp-main-visual .box .large {
    font-size: 1.75rem;
    font-weight: bold;
  }
  .lp-main-visual .main-copy {
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
  }
}

.lp-first-sect {
  padding: 20px 0 60px;
}
.lp-first-sect .panel01 {
  border-radius: 10px;
}
.lp-first-sect .panel01 .panel-header {
  background-color: #EDAA3E;
}
.lp-first-sect .panel01 .panel-header .large {
  text-decoration: none;
  font-size: 1.2em;
}
.lp-first-sect .panel01 .panel-body {
  text-align: center;
  width: 70%;
  padding-bottom: 0;
}
.lp-first-sect .panel01 .bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}
.lp-first-sect .panel01 .copy {
  font-size: 1.375rem;
}
.lp-first-sect .panel01 .btn-cta {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
@media (max-width:1240px) {
  .lp-first-sect .panel01 .panel-body {
    width: 80%;
  }
  .lp-first-sect .panel01 .bg-img {
    width: 380px;
  }
}
@media (max-width:991px) {
  .lp-first-sect .panel01 .panel-body {
    width: 100%;
  }
  .lp-first-sect .panel01 .bg-img {
    width: 260px;
  }
  .lp-first-sect .panel01 .btn-cta {
    position: relative;
    z-index: 2;
    font-size: 1.375rem;
    width: 70%;
    min-height: 52px;
  }
}
@media (max-width:767px) {
  .lp-first-sect .panel01 .panel-body {
    text-align: left;
  }
  .lp-first-sect .panel01 .bg-img {
    width: 140px;
  }
  .lp-first-sect .panel01 .copy {
    font-size: 1.125rem;
  }
  .lp-first-sect .panel01 .btn-cta {
    position: relative;
    z-index: 2;
    font-size: 1.125rem;
    width: 100%;
    min-height: 46px;
    margin-top: 40px;
  }
}
.lp-first-sect .panel02 {
  border-radius: 10px;
}
.lp-first-sect .panel02 .panel-header {
  background-color: #EDAA3E;
  font-size: 1.625rem;
  padding-top: 25px;
  padding-bottom: 25px;
}
.lp-first-sect .panel02 .panel-header .copy {
  color: #000;
  max-width: 880px;
  position: relative;
  margin: 0 auto;
}
.lp-first-sect .panel02 .panel-header .copy::before, .lp-first-sect .panel02 .panel-header .copy::after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  border-width: 0;
  border-color: #000;
  border-style: solid;
}
.lp-first-sect .panel02 .panel-header .copy::before {
  left: 0;
  top: 0;
  border-left-width: 2px;
  border-top-width: 2px;
}
.lp-first-sect .panel02 .panel-header .copy::after {
  right: 0;
  bottom: 0;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.lp-first-sect .panel02 .panel-body, .lp-first-sect .panel02 .panel-footer {
  position: relative;
}
.lp-first-sect .panel02 .panel-body::before, .lp-first-sect .panel02 .panel-footer::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 320px;
  height: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.lp-first-sect .panel02 .panel-body {
  font-size: 1.625rem;
  text-align: center;
}
.lp-first-sect .panel02 .panel-body::before {
  background-color: #EDAA3E;
}
.lp-first-sect .panel02 .panel-footer {
  font-size: 2.625rem;
  background-color: #F2ECDC;
  line-height: 1.3;
  padding-top: 35px;
  padding-bottom: 35px;
  letter-spacing: 0.1em;
}
.lp-first-sect .panel02 .panel-footer::before {
  background-color: #fff;
}
.lp-first-sect .panel02 .panel-footer .large {
  text-decoration-thickness: 0.2em;
  text-underline-offset: 0;
}
.lp-first-sect .panel02 .heading {
  font-size: 3.375rem;
  font-weight: bold;
  color: #00184D;
}
@media (max-width:991px) {
  .lp-first-sect .panel02 .panel-header {
    font-size: 1.25rem;
  }
  .lp-first-sect .panel02 .panel-header .copy {
    padding: 0 20px;
  }
  .lp-first-sect .panel02 .panel-header .copy::before, .lp-first-sect .panel02 .panel-header .copy::after {
    width: 40px;
    height: 40px;
  }
  .lp-first-sect .panel02 .panel-body {
    font-size: 1.25rem;
    text-align: center;
  }
  .lp-first-sect .panel02 .panel-footer {
    font-size: 2rem;
  }
  .lp-first-sect .panel02 .heading {
    font-size: 2.375rem;
    font-weight: bold;
  }
}
@media (max-width:767px) {
  .lp-first-sect .panel02 {
    border-radius: 10px;
  }
  .lp-first-sect .panel02 .panel-header {
    font-size: 1rem;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .lp-first-sect .panel02 .panel-header .copy {
    padding: 0 10px;
    text-align: left;
  }
  .lp-first-sect .panel02 .panel-header .copy::before, .lp-first-sect .panel02 .panel-header .copy::after {
    width: 25px;
    height: 25px;
  }
  .lp-first-sect .panel02 .panel-body,
  .lp-first-sect .panel02 .panel-footer {
    position: relative;
  }
  .lp-first-sect .panel02 .panel-body::before,
  .lp-first-sect .panel02 .panel-footer::before {
    top: -5px;
    width: 160px;
    height: 30px;
  }
  .lp-first-sect .panel02 .panel-body {
    font-size: 1rem;
    text-align: center;
  }
  .lp-first-sect .panel02 .panel-footer {
    font-size: 1.375rem;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .lp-first-sect .panel02 .heading {
    font-size: 1.75rem;
    font-weight: bold;
  }
}
.lp-first-sect .panel03 {
  border-radius: 10px;
}
.lp-first-sect .panel03 .panel-header {
  background-color: #C30D23;
  font-size: 1.625rem;
}
.lp-first-sect .panel03 .heading {
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
}
.lp-first-sect .panel03 .panel-body {
  padding-bottom: 0;
}
.lp-first-sect .panel03 .first-ul li {
  font-size: 1.125rem;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 22px;
  position: relative;
}
.lp-first-sect .panel03 .first-ul li .small {
  font-size: 0.8125rem;
  font-weight: bold;
  margin-left: 10px;
}
.lp-first-sect .panel03 .first-ul li:not(:first-child) {
  border-top: 2px dashed #ddd;
}
.lp-first-sect .panel03 .first-ul li::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100vmax;
  top: 1.2em;
  left: 4px;
  margin: 0;
  background-color: #00184D;
}
.lp-first-sect .panel03 .panel-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  gap: 20px;
  margin-bottom: 0;
}
.lp-first-sect .panel03 .panel-dl:not(:first-child) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px dashed #ddd;
}
.lp-first-sect .panel03 .panel-dl dt {
  font-size: 1.125rem;
  font-weight: bold;
  background-color: #233775;
  color: #fff;
  border-radius: 5px;
  width: 180px;
  text-align: center;
}
.lp-first-sect .panel03 .panel-dl dd {
  font-size: 1.25rem;
  width: calc(100% - 200px);
  margin-bottom: 0;
}
@media (max-width:991px) {
  .lp-first-sect .panel03 .panel-header {
    font-size: 1.25rem;
  }
  .lp-first-sect .panel03 .heading {
    font-size: 1.375rem;
    font-weight: bold;
  }
  .lp-first-sect .panel03 .first-ul li {
    font-size: 1rem;
    font-weight: bold;
  }
  .lp-first-sect .panel03 .first-ul li .small {
    font-size: 0.75rem;
    font-weight: bold;
    margin-left: 10px;
  }
  .lp-first-sect .panel03 .first-ul li::before {
    width: 8px;
    height: 8px;
    top: 1.5em;
    left: 6px;
  }
}
.lp-first-sect .large {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #34CC33;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 2px;
}

.lp-worries-sect .card .text {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.3;
  padding: 10px;
}
@media (max-width:991px) {
  .lp-worries-sect .card .text {
    font-size: 1rem;
  }
}
@media (max-width:767px) {
  .lp-worries-sect .lp-sect-title {
    font-size: 1.375rem;
  }
  .lp-worries-sect .item + .item {
    margin-top: 25px;
  }
  .lp-worries-sect .card .text {
    font-size: 1rem;
  }
}

.lp-solution-sect {
  position: relative;
}
.lp-solution-sect::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 50%;
  width: 320px;
  height: 35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #edeff2;
}
.lp-solution-sect .lp-sect-header {
  padding: 40px 0;
}
.lp-solution-sect .lp-sect-header .sub-title {
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 0;
  color: #111;
}
.lp-solution-sect .lp-sect-header .lp-sect-title {
  font-size: 3.25rem;
  line-height: 1;
  color: #C30D23;
}
@media (max-width:767px) {
  .lp-solution-sect::before {
    left: 50%;
    width: 240px;
    height: 25px;
  }
  .lp-solution-sect .lp-sect-header {
    padding: 25px 0;
  }
  .lp-solution-sect .lp-sect-header .sub-title {
    font-size: 1.125rem;
    line-height: 1.1;
  }
  .lp-solution-sect .lp-sect-header .lp-sect-title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.lp-solution-sect .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 3px 0 0 #D2E8D2;
          box-shadow: 0 3px 0 0 #D2E8D2;
  min-height: 190px;
}
.lp-solution-sect .card .img-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 90.47%;
  position: relative;
}
.lp-solution-sect .card .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-solution-sect .card .card-img {
  width: 210px;
  height: 100%;
  background-color: #ddd;
}
.lp-solution-sect .card .card-contents {
  width: calc(100% - 210px);
  padding: 20px;
  text-align: center;
  padding: 0 10px;
}
.lp-solution-sect .card .small {
  font-size: 1.25rem;
  line-height: 1.3;
}
.lp-solution-sect .card .large {
  font-size: 1.875rem;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #34CC33;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 3px;
  line-height: 1.3;
  position: relative;
  margin-top: 25px;
}
.lp-solution-sect .card .large::before {
  content: "";
  display: block;
  position: absolute;
  top: -22px;
  left: 50%;
  width: 60px;
  height: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #EDAA3E;
}
@media (max-width:991px) {
  .lp-solution-sect .card .small {
    font-size: 1.125rem;
  }
  .lp-solution-sect .card .large {
    font-size: 1.5rem;
    font-weight: bold;
  }
}
@media (max-width:767px) {
  .lp-solution-sect .card {
    display: block;
    padding: 20px 15px 0;
  }
  .lp-solution-sect .card .img-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 60.47%;
    position: relative;
  }
  .lp-solution-sect .card .img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lp-solution-sect .card .card-img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    background-color: #ddd;
  }
  .lp-solution-sect .card .card-contents {
    width: 100%;
    padding: 10px;
  }
  .lp-solution-sect .card .small {
    font-size: 1rem;
  }
  .lp-solution-sect .card .large {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 15px;
  }
  .lp-solution-sect .card .large::before {
    top: -12px;
    left: 50%;
    width: 30px;
    height: 10px;
  }
}
.lp-solution-sect .text {
  text-align: center;
}
.lp-solution-sect .btn-cta {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
.lp-solution-sect .btn-cta .inner {
  position: relative;
  z-index: 2;
}
.lp-solution-sect .btn-cta .bg-img {
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 200px;
  margin-bottom: 0;
}
.lp-solution-sect .last-copy {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width:767px) {
  .lp-solution-sect .text {
    text-align: left;
  }
  .lp-solution-sect .btn-cta {
    font-size: 1.125rem;
    font-weight: bold;
  }
  .lp-solution-sect .btn-cta .bg-img {
    right: -50px;
    bottom: -10px;
    width: 130px;
  }
  .lp-solution-sect .last-copy {
    font-size: 1.375rem;
    font-weight: bold;
    text-align: left;
  }
}
.lp-solution-sect .item + .item {
  margin-top: 20px;
}

.lp-monitor-sect .monitor-list .item {
  padding: 0 0 15px 45px;
  border-bottom: 2px dashed #34CC33;
  line-height: 1.3;
  position: relative;
}
.lp-monitor-sect .monitor-list .item + .item {
  margin-top: 15px;
}
.lp-monitor-sect .monitor-list .item::before {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  background-image: url(../img/lp/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 5px;
}
.lp-monitor-sect .monitor-list .large {
  font-size: 1.75rem;
  font-weight: bold;
}
.lp-monitor-sect .monitor-list .small {
  font-size: 1.125rem;
  margin-top: 5px;
}
.lp-monitor-sect .heading {
  font-size: 2.875rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.lp-monitor-sect .post-slide {
  min-width: 100%;
}
@media (max-width:991px) {
  .lp-monitor-sect .heading {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
@media (max-width:767px) {
  .lp-monitor-sect .monitor-list .large {
    font-size: 1.25rem;
    font-weight: bold;
  }
  .lp-monitor-sect .monitor-list .small {
    font-size: 1rem;
    margin-top: 5px;
  }
  .lp-monitor-sect .heading {
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .lp-monitor-sect .post-slide {
    min-width: 100%;
  }
}

.card-slide {
  background-color: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.card-slide .card-img {
  width: 40%;
  margin-bottom: 0;
}
.card-slide .card-img .img-wrap {
  margin-bottom: 0;
}
.card-slide .card-img img {
  margin-bottom: 0;
}
.card-slide .card-content {
  width: 60%;
  padding-left: 20px;
}

@media (max-width:767px) {
  .card-slide {
    padding: 10px;
    display: block;
  }
  .card-slide .card-img {
    width: 100%;
  }
  .card-slide .card-img .img-wrap {
    margin-bottom: 10px;
  }
  .card-slide .card-content {
    width: 100%;
    padding-left: 0;
  }
}
.lp-benefits-sect .lp-sect-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 160px;
}
.lp-benefits-sect .lp-sect-header .lp-sect-title {
  font-size: 2.875rem;
  font-weight: bold;
  color: #EDAA3E;
  padding: 0 80px 10px;
  position: relative;
}
.lp-benefits-sect .lp-sect-header .lp-sect-title::before {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  background-image: url(../img/lp/benefits-header-bg.svg), url(../img/lp/benefits-header-bg.svg);
  background-repeat: no-repeat;
  background-size: 140px auto;
  background-position: -70px center, calc(100% + 70px) center;
  pointer-events: none;
  width: 100%;
  height: 110px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lp-benefits-sect .lp-sect-header .lp-sect-title::after {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, transparent), color-stop(25%, #EDAA3E), color-stop(75%, #EDAA3E), color-stop(95%, transparent));
  background-image: linear-gradient(90deg, transparent 5%, #EDAA3E 25%, #EDAA3E 75%, transparent 95%);
  pointer-events: none;
  width: calc(100% - 120px);
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width:991px) {
  .lp-benefits-sect .lp-sect-header {
    min-height: 90;
  }
  .lp-benefits-sect .lp-sect-header .lp-sect-title {
    font-size: 2rem;
    font-weight: bold;
    color: #EDAA3E;
    padding: 0 60px 10px;
    position: relative;
  }
}
@media (max-width:767px) {
  .lp-benefits-sect .lp-sect-header {
    min-height: 90;
  }
  .lp-benefits-sect .lp-sect-header .lp-sect-title {
    font-size: 1.625rem;
    font-weight: bold;
    color: #EDAA3E;
    padding: 0 60px 10px;
    position: relative;
  }
}
.lp-benefits-sect .card-benefits {
  border-radius: 15px;
  line-height: 1.7;
  padding: 30px 30px;
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lp-benefits-sect .card-benefits::before {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  border-radius: 8px;
  border: 2px solid #EDAA3E;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
}
.lp-benefits-sect .card-benefits + .card-benefits {
  margin-top: 20px;
}
.lp-benefits-sect .card-benefits .count {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #C30D23;
  line-height: 1;
  width: 160px;
  height: 75px;
  background-image: url(../img/lp/benefits-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 0;
}
.lp-benefits-sect .card-benefits .count .num {
  font-size: 3rem;
  font-weight: bold;
}
.lp-benefits-sect .card-benefits .content {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  width: calc(100% - 160px);
  padding-left: 25px;
}
@media (max-width:767px) {
  .lp-benefits-sect .card-benefits {
    border-radius: 15px;
    padding: 22px 22px;
    display: block;
  }
  .lp-benefits-sect .card-benefits::before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    top: 6px;
    left: 6px;
  }
  .lp-benefits-sect .card-benefits + .card-benefits {
    margin-top: 15px;
  }
  .lp-benefits-sect .card-benefits .count {
    margin: 0 auto 10px;
  }
  .lp-benefits-sect .card-benefits .count .num {
    font-size: 3rem;
    font-weight: bold;
  }
  .lp-benefits-sect .card-benefits .content {
    font-size: 1.125rem;
    width: 100%;
    padding-left: 0;
  }
}

.lp-profile-sect .profile-dl {
  margin-bottom: 0;
}
.lp-profile-sect .profile-dl dt {
  font-size: 2.125rem;
  font-weight: bold;
  color: #233775;
  line-height: 1.3;
  margin-bottom: 5px;
}
.lp-profile-sect .profile-dl dd {
  border: 1px solid #AFF0F5;
  background-color: #E5FFEE;
  padding: 15px 20px;
}
.lp-profile-sect .profile-dl + .profile-dl {
  margin-top: 2em;
}
@media (max-width:991px) {
  .lp-profile-sect .profile-dl dt {
    font-size: 1.75rem;
    font-weight: bold;
  }
  .lp-profile-sect .profile-dl + .profile-dl {
    margin-top: 1.2em;
  }
}
@media (max-width:767px) {
  .lp-profile-sect .profile-dl dt {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
  }
  .lp-profile-sect .profile-dl + .profile-dl {
    margin-top: 1.2em;
  }
}