﻿@charset "UTF-8";
/* 行制限
----------------------------- */
/**
 * clearfix
 */
/**
 * border-radius
 */
/**
 * rotate
 */
/**
 * animation keyframesを生成する
 */
/**
 * animation animationプロパティを作る
 */
/**
 * text-stroke
 */
/* line 31, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section {
  position: relative;
}
/* line 33, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section * {
  color: #333;
  font-family: helvetica, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  margin: 0px;
  padding: 0px;
  line-height: 1;
}
/* line 44, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section img {
  width: auto;
}
/* line 46, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section img[src=""] {
  display: none;
}
/* line 51, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section li {
  list-style-type: none;
}
/* line 56, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section .f-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
/* line 60, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section .f-sanserif {
  font-family: helvetica, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif !important;
}
/* line 64, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section .f-notosansjp {
  font-family: 'Noto Sans JP' !important;
}
/* line 68, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section .f-notoserifjp {
  font-family: 'Noto Serif JP' !important;
}
/* line 72, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section .f-hannari {
  font-family: 'Hannari' !important;
}
/* line 76, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section .f-sawarabimincho {
  font-family: 'Sawarabi Mincho' !important;
}
/* line 79, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section _:-ms-lang(x)::-ms-backdrop, .formlp-front-section .f-serif,
.formlp-front-section _:-ms-lang(x)::-ms-backdrop, .formlp-front-section .f-notoserifjp,
.formlp-front-section _:-ms-lang(x)::-ms-backdrop, .formlp-front-section .f-hannari,
.formlp-front-section _:-ms-lang(x)::-ms-backdrop, .formlp-front-section .f-sawarabimincho {
  /* IE11 のみ適用される */
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif !important;
}
/* line 86, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section .btn-hover-scale {
  transition: 0.3s;
}
/* line 88, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section .btn-hover-scale:hover {
  transform: scale(1.05);
}
/* line 92, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section .btn-action {
  background-color: #19ae00;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  margin: 0 auto;
  padding: 20px 60px;
  text-decoration: none;
  font-weight: bold;
  min-width: 400px;
  position: relative;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: 0.4s;
}
/* line 109, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section .btn-action::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  opacity: 0.5;
  border-radius: 8px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.43+50,0+52 */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.43) 50%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.43) 50%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.43) 50%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  transition: 0.4s;
}
/* line 130, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section .btn-action:hover {
  color: #fff;
}
/* line 132, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section .btn-action:hover::after {
  opacity: 0.3;
}
/* line 139, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--header {
  width: 100%;
}
/* line 141, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--header-outer {
  background: #fff;
}
/* line 144, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--header-inner {
  width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
}
/* line 152, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--header-logo {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 157, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--header-logo a {
  display: inline-block;
}
/* line 160, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--header-logo img {
  max-height: 60px;
}
/* line 164, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--header-telnum {
  text-align: right;
  flex-grow: 1;
  font-size: 40px;
  font-weight: bold;
  font-family: helvetica, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  letter-spacing: 2px;
}
/* line 171, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--header-telnum a {
  color: #333;
  text-decoration: none;
}
/* line 174, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--header-telnum a:hover {
  color: #000;
}
/* line 182, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001 {
  width: 100%;
  overflow: hidden;
}
/* line 190, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-outer, .formlp-front-section--s0001a2-outer, .formlp-front-section--s0001a3-outer {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 195, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-inner, .formlp-front-section--s0001a2-inner, .formlp-front-section--s0001a3-inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 30px 0 0;
  min-height: 648px;
}
/* line 203, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-txt1, .formlp-front-section--s0001a2-txt1, .formlp-front-section--s0001a3-txt1 {
  height: 52px;
  text-align: center;
  margin-bottom: 40px;
}
/* line 207, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-txt1-label, .formlp-front-section--s0001a2-txt1-label, .formlp-front-section--s0001a3-txt1-label {
  line-height: 52px;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 2px;
  white-space: nowrap;
}
/* line 216, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-txt2, .formlp-front-section--s0001a2-txt2, .formlp-front-section--s0001a3-txt2 {
  color: #1e1d1d;
  text-align: center;
  font-size: 56px;
  font-weight: bold;
  white-space: nowrap;
  text-shadow: #ffffff 2px 2px 1px, #ffffff -2px 2px 1px, #ffffff 2px -2px 1px, #ffffff -2px -2px 1px;
}
/* line 224, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-block1, .formlp-front-section--s0001a2-block1, .formlp-front-section--s0001a3-block1 {
  position: relative;
  min-height: 470px;
}
/* line 228, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-points, .formlp-front-section--s0001a2-points, .formlp-front-section--s0001a3-points {
  position: relative;
}
/* line 231, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-point, .formlp-front-section--s0001a2-point, .formlp-front-section--s0001a3-point {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 235, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-point-inner, .formlp-front-section--s0001a2-point-inner, .formlp-front-section--s0001a3-point-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* line 244, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-point .txt1, .formlp-front-section--s0001a2-point .txt1, .formlp-front-section--s0001a3-point .txt1 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  line-height: 1;
  text-shadow: #ffffff 2px 2px 1px, #ffffff -2px 2px 1px, #ffffff 2px -2px 1px, #ffffff -2px -2px 1px;
  margin-bottom: 5px;
}
/* line 254, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-point .txt2, .formlp-front-section--s0001a2-point .txt2, .formlp-front-section--s0001a3-point .txt2 {
  display: block;
  font-size: 74px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  line-height: 1;
  text-shadow: #ffffff 2px 2px 1px, #ffffff -2px 2px 1px, #ffffff 2px -2px 1px, #ffffff -2px -2px 1px;
}
/* line 263, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-point .txt3, .formlp-front-section--s0001a2-point .txt3, .formlp-front-section--s0001a3-point .txt3 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  line-height: 1;
  text-shadow: #ffffff 2px 2px 1px, #ffffff -2px 2px 1px, #ffffff 2px -2px 1px, #ffffff -2px -2px 1px;
}
/* line 272, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-point:nth-child(1), .formlp-front-section--s0001a2-point:nth-child(1), .formlp-front-section--s0001a3-point:nth-child(1) {
  left: 170px;
  top: 38px;
  width: 220px;
  height: 220px;
}
/* line 278, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-point:nth-child(2), .formlp-front-section--s0001a2-point:nth-child(2), .formlp-front-section--s0001a3-point:nth-child(2) {
  left: 615px;
  top: 33px;
  width: 220px;
  height: 220px;
}
/* line 284, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-point:nth-child(3), .formlp-front-section--s0001a2-point:nth-child(3), .formlp-front-section--s0001a3-point:nth-child(3) {
  left: 55px;
  top: 238px;
  width: 190px;
  height: 190px;
}
/* line 289, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-point:nth-child(3) .txt2, .formlp-front-section--s0001a2-point:nth-child(3) .txt2, .formlp-front-section--s0001a3-point:nth-child(3) .txt2 {
  font-size: 65px;
}
/* line 293, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-point:nth-child(4), .formlp-front-section--s0001a2-point:nth-child(4), .formlp-front-section--s0001a3-point:nth-child(4) {
  left: 736px;
  top: 244px;
  height: 187px;
  width: 187px;
}
/* line 298, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-point:nth-child(4) .txt2, .formlp-front-section--s0001a2-point:nth-child(4) .txt2, .formlp-front-section--s0001a3-point:nth-child(4) .txt2 {
  font-size: 65px;
}
/* line 303, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-item, .formlp-front-section--s0001a2-item, .formlp-front-section--s0001a3-item {
  position: absolute;
  left: 0;
  height:95%;
  width: 100%;
  text-align: center;
}
.formlp-front-section--s0001a1-item img, .formlp-front-section--s0001a2-item img, .formlp-front-section--s0001a3-item img {
  max-height: 100%;
  max-width: 100%;
}
/* line 312, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-outer {
  background-color: #fff;
  background-image: url(../Images/s0001a1/bg.jpg);
}
/* line 316, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-txt1 {
  background: url(../Images/s0001a1/txt-bg.png) 50% 50%/contain no-repeat;
}
/* line 320, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a1-point-inner {
  background: url(../Images/s0001a1/point-bg.png) 50% 50%/contain no-repeat;
}
/* line 326, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a2-inner {
  padding-top: 14px;
}
/* line 329, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a2-outer {
  background-color: #fff;
  background-image: url(../Images/s0001a2/bg.jpg);
}
/* line 333, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a2-txt1 {
  background: url(../Images/s0001a2/txt-bg.png) 50% 0/contain no-repeat;
  height: 98px;
  padding-top: 8px;
  margin: 0 -10px;
}
/* line 338, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a2-txt1-label {
  font-size: 30px;
  font-weight: normal;
}
/* line 343, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a2-txt2 {
  color: #eb365f;
  font-size: 50px;
  padding-top: 6px;
  font-weight: normal;
}
/* line 350, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a2-point-inner {
  background: url(../Images/s0001a2/point-bg.png) 50% 50%/contain no-repeat;
}
/* line 353, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a2-point .txt1 {
  margin-bottom: 0;
}
/* line 355, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a2-point .txt1-label {
  font-weight: normal;
}
/* line 359, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a2-point .txt2 {
  color: #eb365f;
  font-weight: normal;
}
/* line 363, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a2-point .txt3 {
  color: #eb365f;
  font-weight: normal;
}
/* line 367, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a2-point:nth-child(1) {
  left: 181px;
  top: 39px;
}
/* line 371, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a2-point:nth-child(2) {
  left: 592px;
  top: 38px;
}
/* line 375, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a2-point:nth-child(3) {
  left: 23px;
  top: 206px;
  width: 220px;
  height: 220px;
}
/* line 381, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a2-point:nth-child(4) {
  left: 736px;
  top: 206px;
  width: 220px;
  height: 220px;
}
/* line 390, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a3-inner {
  padding-top: 20px;
}
/* line 393, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a3-outer {
  background: #fff url(../Images/s0001a3/bg.jpg) 50% 50%/cover no-repeat;
}
/* line 396, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a3-txt1 {
  background-color: #d80216;
  background-image: -moz-linear-gradient(90deg, #c50214 0%, #cb0215 100%);
  background-image: -webkit-linear-gradient(90deg, #c50214 0%, #cb0215 100%);
  background-image: -ms-linear-gradient(90deg, #c50214 0%, #cb0215 100%);
  font-size: 31px;
  height: 56px;
  line-height: 60px;
  margin-bottom: 33px;
}
/* line 406, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a3-txt2 {
  letter-spacing: 0px;
  font-size: 60px;
}
/* line 411, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a3-point-inner {
  background: url(../Images/s0001a3/point-bg.png) 50% 50%/contain no-repeat;
}
/* line 414, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a3-point .txt1 {
  text-shadow: #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px;
}
/* line 417, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a3-point .txt2 {
  text-shadow: #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px;
  font-size: 64px;
  color: #cb0215;
}
/* line 422, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a3-point .txt3 {
  text-shadow: #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px;
  color: #cb0215;
}
/* line 427, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a3-point:nth-child(1) {
  left: 100px;
  top: 36px;
  width: 200px;
  height: 200px;
}
/* line 433, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a3-point:nth-child(2) {
  left: 717px;
  top: 38px;
  width: 200px;
  height: 200px;
}
/* line 439, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a3-point:nth-child(3) {
  left: 100px;
  top: 240px;
  width: 200px;
  height: 200px;
}
/* line 445, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a3-point:nth-child(4) {
  left: 717px;
  top: 240px;
  width: 200px;
  height: 200px;
}
/* line 454, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001a3-item {
  bottom: 10px;
}
/* line 463, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-outer, .formlp-front-section--s0001b2-outer, .formlp-front-section--s0001b3-outer {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 468, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-inner, .formlp-front-section--s0001b2-inner, .formlp-front-section--s0001b3-inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 13px 0px 13px -13px #ddd, -13px 0px 13px -13px #ddd;
  padding: 189px 91px 0px;
}
/* line 480, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-txt1, .formlp-front-section--s0001b2-txt1, .formlp-front-section--s0001b3-txt1 {
  position: absolute;
  top: 2px;
  left: -17px;
  width: 520px;
  height: auto;
  padding: 24px 25px 16px 33px;
  box-sizing: border-box;
  transform: rotate(-7deg);
}
/* line 489, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-txt1::after, .formlp-front-section--s0001b2-txt1::after, .formlp-front-section--s0001b3-txt1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.5+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=1 );
  /* IE6-9 */
}
/* line 504, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-txt1 span, .formlp-front-section--s0001b2-txt1 span, .formlp-front-section--s0001b3-txt1 span {
  color: #fff;
  display: block;
}
/* line 508, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-txt1-sub, .formlp-front-section--s0001b2-txt1-sub, .formlp-front-section--s0001b3-txt1-sub {
  margin-bottom: 11px;
  font-size: 30px;
  padding-left: 6px;
}
/* line 513, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-txt1-title, .formlp-front-section--s0001b2-txt1-title, .formlp-front-section--s0001b3-txt1-title {
  font-size: 78px;
  font-weight: bold;
  letter-spacing: -0.06em;
}
/* line 519, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-txt2, .formlp-front-section--s0001b2-txt2, .formlp-front-section--s0001b3-txt2 {
  width: 590px;
  color: #1e1d1d;
  text-align: left;
}
/* line 523, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-txt2-title, .formlp-front-section--s0001b2-txt2-title, .formlp-front-section--s0001b3-txt2-title {
  font-size: 49px;
  color: #0850a1;
  line-height: 1.16;
  margin-bottom: 15px;
  font-weight: bold;
}
/* line 530, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-txt2-text, .formlp-front-section--s0001b2-txt2-text, .formlp-front-section--s0001b3-txt2-text {
  font-size: 17px;
  line-height: 1.4;
}
/* line 535, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-label, .formlp-front-section--s0001b2-label, .formlp-front-section--s0001b3-label {
  position: absolute;
  top: -8px;
  left: 467px;
  width: 304px;
  height: 311px;
  background-repeat: no-repeat;
}
/* line 542, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-label-inner, .formlp-front-section--s0001b2-label-inner, .formlp-front-section--s0001b3-label-inner {
  position: absolute;
  top: 60px;
  left: 35px;
  width: 130px;
  text-align: center;
}
/* line 549, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-label .txt1, .formlp-front-section--s0001b2-label .txt1, .formlp-front-section--s0001b3-label .txt1 {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
}
/* line 555, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-label .txt2, .formlp-front-section--s0001b2-label .txt2, .formlp-front-section--s0001b3-label .txt2 {
  display: inline-block;
  font-size: 71px;
  font-weight: bold;
  line-height: 1;
}
/* line 561, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-label .txt3, .formlp-front-section--s0001b2-label .txt3, .formlp-front-section--s0001b3-label .txt3 {
  display: inline-block;
  font-size: 28px;
  line-height: 1;
}
/* line 567, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-block1, .formlp-front-section--s0001b2-block1, .formlp-front-section--s0001b3-block1 {
  position: relative;
}
/* line 570, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-points, .formlp-front-section--s0001b2-points, .formlp-front-section--s0001b3-points {
  display: flex;
  justify-content: center;
  padding: 51px 0 16px;
}
/* line 576, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-point-inner, .formlp-front-section--s0001b2-point-inner, .formlp-front-section--s0001b3-point-inner {
  width: 188px;
  height: 188px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 10px;
}
/* line 586, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-point .txt1, .formlp-front-section--s0001b2-point .txt1, .formlp-front-section--s0001b3-point .txt1 {
  display: block;
  font-size: 20px;
  width: 100%;
  text-align: center;
  line-height: 1;
  text-shadow: #ffffff 2px 2px 1px, #ffffff -2px 2px 1px, #ffffff 2px -2px 1px, #ffffff -2px -2px 1px;
  margin-bottom: 5px;
}
/* line 595, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-point .txt2, .formlp-front-section--s0001b2-point .txt2, .formlp-front-section--s0001b3-point .txt2 {
  display: block;
  font-size: 60px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  line-height: 1;
  text-shadow: #ffffff 2px 2px 1px, #ffffff -2px 2px 1px, #ffffff 2px -2px 1px, #ffffff -2px -2px 1px;
}
/* line 604, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-point .txt3, .formlp-front-section--s0001b2-point .txt3, .formlp-front-section--s0001b3-point .txt3 {
  display: block;
  font-size: 24px;
  width: 100%;
  text-align: center;
  line-height: 1;
  text-shadow: #ffffff 2px 2px 1px, #ffffff -2px 2px 1px, #ffffff 2px -2px 1px, #ffffff -2px -2px 1px;
}
/* line 613, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-item, .formlp-front-section--s0001b2-item, .formlp-front-section--s0001b3-item {
  position: absolute;
  top: 26px;
  right: 5px;
  height: 60%;
  width: 300px;
  text-align: center;
}
.formlp-front-section--s0001b1-item img, .formlp-front-section--s0001b2-item img, .formlp-front-section--s0001b3-item img {
  max-height: 100%;
  max-width: 100%;
}
/* line 621, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1 {
  background-color: #fff;
}
/* line 623, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-outer {
  background-image: url(../Images/s0001b1/bg.jpg);
}
/* line 626, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-inner {
  background-image: url(../Images/s0001b1/inner-bg.png);
}
/* line 629, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-txt1 {
  background-color: #055db5;
  box-shadow: 1.805px 2.396px 27px 0px rgba(51, 0, 0, 0.28);
}
/* line 633, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-label {
  background-image: url(../Images/s0001b1/label-bg.png);
}
/* line 635, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-label .txt1 {
  text-shadow: #ffffff 2px 2px 1px, #ffffff -2px 2px 1px, #ffffff 2px -2px 1px, #ffffff -2px -2px 1px;
}
/* line 638, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-label .txt2 {
  text-shadow: #ffffff 2px 2px 1px, #ffffff -2px 2px 1px, #ffffff 2px -2px 1px, #ffffff -2px -2px 1px;
}
/* line 641, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-label .txt3 {
  text-shadow: #ffffff 2px 2px 1px, #ffffff -2px 2px 1px, #ffffff 2px -2px 1px, #ffffff -2px -2px 1px;
}
/* line 646, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-point-inner {
  background: url(../Images/s0001b1/point1-bg.png) 50% 50%/contain no-repeat;
}
/* line 649, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-point:nth-child(1) {
  margin-top: -30px;
}
/* line 651, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-point:nth-child(1) .formlp-front-section--s0001b1-point-inner {
  background: url(../Images/s0001b1/point1-bg.png) 50% 50%/contain no-repeat;
}
/* line 656, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-point:nth-child(2) .formlp-front-section--s0001b1-point-inner {
  width: 192px;
  height: 192px;
  background: url(../Images/s0001b1/point2-bg.png) 50% 50%/contain no-repeat;
}
/* line 662, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-point:nth-child(3) {
  margin-top: -30px;
}
/* line 664, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-point:nth-child(3) .formlp-front-section--s0001b1-point-inner {
  background: url(../Images/s0001b1/point3-bg.png) 50% 50%/contain no-repeat;
}
/* line 669, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b1-point:nth-child(4) .formlp-front-section--s0001b1-point-inner {
  width: 201px;
  height: 195px;
  background: url(../Images/s0001b1/point4-bg.png) 50% 50%/contain no-repeat;
}
/* line 678, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b2-outer {
  background-color: #f8f2ea;
}
/* line 681, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b2-inner {
  background-image: url(../Images/s0001b2/inner-bg.png);
}
/* line 684, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b2-txt1 {
  background-color: #9e222c;
  box-shadow: 1.805px 2.396px 27px 0px rgba(51, 0, 0, 0.28);
  padding: 32px 0 21px 37px;
}
/* line 688, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b2-txt1-sub {
  font-size: 25px;
}
/* line 691, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b2-txt1-title {
  font-weight: normal;
  font-size: 66px;
}
/* line 697, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b2-txt2-title {
  color: #cd0a1c;
  font-weight: normal;
  font-size: 43px;
  margin-bottom: 26px;
}
/* line 703, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b2-txt2-text {
  line-height: 1.7;
}
/* line 707, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b2-label {
  top: 8px;
  left: 475px;
  width: 186px;
  height: 186px;
  background-image: url(../Images/s0001b2/label-bg.png);
}
/* line 713, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b2-label-inner {
  top: 44px;
  left: 27px;
}
/* line 717, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b2-label .txt1 {
  text-shadow: 2px 2px 0px #fff;
}
/* line 720, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b2-label .txt2 {
  text-shadow: 2px 2px 0px #fff;
  color: #d73730;
}
/* line 724, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b2-label .txt3 {
  text-shadow: 2px 2px 0px #fff;
  color: #d73730;
}
/* line 729, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b2-points {
  padding: 34px 0 28px;
}
/* line 733, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b2-point .txt2 {
  color: #e93660;
}
/* line 736, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b2-point .txt3 {
  color: #e93660;
}
/* line 740, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b2-point:nth-child(1) .formlp-front-section--s0001b2-point-inner {
  background: url(../Images/s0001b2/point1-bg.png) 50% 50%/contain no-repeat;
}
/* line 745, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b2-point:nth-child(2) .formlp-front-section--s0001b2-point-inner {
  background: url(../Images/s0001b2/point2-bg.png) 50% 50%/contain no-repeat;
}
/* line 750, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b2-point:nth-child(3) .formlp-front-section--s0001b2-point-inner {
  background: url(../Images/s0001b2/point3-bg.png) 50% 50%/contain no-repeat;
}
/* line 755, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b2-point:nth-child(4) .formlp-front-section--s0001b2-point-inner {
  background: url(../Images/s0001b2/point4-bg.png) 50% 50%/contain no-repeat;
}
/* line 762, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b3-outer {
  background-color: #f6ebd8;
}
/* line 765, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b3-inner {
  padding: 193px 60px 0px;
  background-image: url(../Images/s0001b3/inner-bg.png);
}
/* line 769, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b3-txt1 {
  background-color: #9e222c;
  box-shadow: 1.805px 2.396px 27px 0px rgba(51, 0, 0, 0.28);
  padding: 29px 0 26px 46px;
}
/* line 773, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b3-txt1-sub {
  padding-left: 0;
  font-size: 24px;
}
/* line 777, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b3-txt1-title {
  font-weight: bold;
  font-size: 70px;
}
/* line 783, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b3-txt2-title {
  color: #181818;
  font-weight: bold;
  margin-bottom: 28px;
}
/* line 788, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b3-txt2-text {
  line-height: 1.7;
}
/* line 792, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b3-label {
  width: 190px;
  height: 170px;
  top: 138px;
  left: 482px;
  background-image: url(../Images/s0001b3/label-bg.png);
}
/* line 798, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b3-label-inner {
  top: 20px;
  left: 0;
  width: 100%;
}
/* line 803, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b3-label .txt1 {
  text-shadow: 2px 2px 0px #fff;
}
/* line 806, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b3-label .txt2 {
  text-shadow: 2px 2px 0px #fff;
  color: #d73730;
  line-height: 0.8;
  display: block;
  font-weight: bold;
}
/* line 813, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b3-label .txt3 {
  text-shadow: 2px 2px 0px #fff;
  color: #d73730;
  font-weight: bold;
}
/* line 819, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b3-points {
  padding: 18px 0 25px;
}
/* line 823, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b3-point .txt2 {
  color: #e93660;
}
/* line 827, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b3-point:nth-child(1) .formlp-front-section--s0001b3-point-inner {
  background: url(../Images/s0001b3/point1-bg.png) 50% 50%/contain no-repeat;
}
/* line 832, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b3-point:nth-child(2) .formlp-front-section--s0001b3-point-inner {
  background: url(../Images/s0001b3/point2-bg.png) 50% 50%/contain no-repeat;
}
/* line 837, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b3-point:nth-child(3) .formlp-front-section--s0001b3-point-inner {
  background: url(../Images/s0001b3/point3-bg.png) 50% 50%/contain no-repeat;
}
/* line 842, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001b3-point:nth-child(4) .formlp-front-section--s0001b3-point-inner {
  background: url(../Images/s0001b3/point4-bg.png) 50% 50%/contain no-repeat;
}
/* line 853, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-outer, .formlp-front-section--s0001c2-outer, .formlp-front-section--s0001c3-outer {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 858, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-inner, .formlp-front-section--s0001c2-inner, .formlp-front-section--s0001c3-inner {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 34px;
}
/* line 863, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-block1, .formlp-front-section--s0001c2-block1, .formlp-front-section--s0001c3-block1 {
  padding: 33px 0;
}
/* line 866, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-txt1, .formlp-front-section--s0001c2-txt1, .formlp-front-section--s0001c3-txt1 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 875, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-txt1::before, .formlp-front-section--s0001c1-txt1::after, .formlp-front-section--s0001c2-txt1::before, .formlp-front-section--s0001c2-txt1::after, .formlp-front-section--s0001c3-txt1::before, .formlp-front-section--s0001c3-txt1::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 23px;
  position: relative;
  top: 3px;
}
/* line 884, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-txt1::before, .formlp-front-section--s0001c2-txt1::before, .formlp-front-section--s0001c3-txt1::before {
  margin-right: 20px;
}
/* line 887, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-txt1::after, .formlp-front-section--s0001c2-txt1::after, .formlp-front-section--s0001c3-txt1::after {
  margin-left: 20px;
}
/* line 891, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-txt2, .formlp-front-section--s0001c2-txt2, .formlp-front-section--s0001c3-txt2 {
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 12px;
}
/* line 898, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-txt2-txt1, .formlp-front-section--s0001c2-txt2-txt1, .formlp-front-section--s0001c3-txt2-txt1 {
  font-size: 66px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
/* line 904, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-txt2-txt2, .formlp-front-section--s0001c2-txt2-txt2, .formlp-front-section--s0001c3-txt2-txt2 {
  font-size: 48px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
/* line 910, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-txt2-txt3, .formlp-front-section--s0001c2-txt2-txt3, .formlp-front-section--s0001c3-txt2-txt3 {
  font-size: 60px;
  color: #1e1d1d;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
/* line 918, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-txt3, .formlp-front-section--s0001c2-txt3, .formlp-front-section--s0001c3-txt3 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
/* line 923, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-points, .formlp-front-section--s0001c2-points, .formlp-front-section--s0001c3-points {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
}
/* line 928, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-block2, .formlp-front-section--s0001c2-block2, .formlp-front-section--s0001c3-block2 {
  padding: 38px 0;
}
/* line 931, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-txt4, .formlp-front-section--s0001c2-txt4, .formlp-front-section--s0001c3-txt4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 937, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-txt4-txt1, .formlp-front-section--s0001c2-txt4-txt1, .formlp-front-section--s0001c3-txt4-txt1 {
  font-size: 48px;
  font-weight: bold;
  color: #1e1d1d;
  margin-bottom: 17px;
}
/* line 943, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-txt4-txt2, .formlp-front-section--s0001c2-txt4-txt2, .formlp-front-section--s0001c3-txt4-txt2 {
  font-size: 56px;
  font-weight: bold;
  color: #fd6d00;
}
/* line 951, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-outer {
  background-image: url(../Images/s0001c1/bg.png);
}
/* line 958, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-txt1 {
  color: #1e1d1d;
}
/* line 960, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-txt1::before, .formlp-front-section--s0001c1-txt1::after {
  background: url(../Images/s0001c1/mizutama.png) 0 0 no-repeat;
}
/* line 970, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-txt2-txt1 {
  color: #fd6d00;
}
/* line 973, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-txt2-txt2 {
  color: #1e1d1d;
}
/* line 976, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-txt2-txt3 {
  color: #1e1d1d;
}
/* line 984, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-point {
  width: 244px;
  margin: 0 20px;
  position: relative;
  padding: 30px;
}
/* line 989, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-point::before {
  content: "";
  display: block;
  width: 52px;
  height: 32px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 1000, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-point::after {
  content: "";
  display: block;
  width: 52px;
  height: 32px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 1011, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-point-txt1 {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: -104px;
  left: 0;
}
/* line 1023, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-point-txt1-txt1 {
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
}
/* line 1030, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-point-txt1-txt2 {
  font-size: 42px;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
}
/* line 1037, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-point-txt1-txt3 {
  font-size: 17px;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
}
/* line 1046, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-point:nth-child(1) .formlp-front-section--s0001c1-point-txt1 {
  width: 184px;
  height: 125px;
  background-image: url(../Images/s0001c1/point1-header-bg.png);
}
/* line 1053, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-point:nth-child(2) .formlp-front-section--s0001c1-point-txt1 {
  width: 188px;
  height: 125px;
  background-image: url(../Images/s0001c1/point2-header-bg.png);
}
/* line 1060, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-point:nth-child(3) .formlp-front-section--s0001c1-point-txt1 {
  width: 183px;
  height: 114px;
  background-image: url(../Images/s0001c1/point3-header-bg.png);
}
/* line 1066, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-point-txt2 {
  font-size: 28px;
  color: #fd6d00;
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 1072, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-point-txt3 {
  font-size: 18px;
  line-height: 1.5;
  color: #252424;
}
/* line 1081, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-txt4-txt1 {
  color: #1e1d1d;
}
/* line 1084, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c1-txt4-txt2 {
  color: #fd6d00;
}
/* line 1090, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-outer {
  background-image: url(../Images/s0001c2/bg.png);
}
/* line 1095, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-block1 {
  padding-top: 40px;
}
/* line 1098, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-txt1 {
  color: #cf893f;
  font-weight: normal;
  margin-bottom: 37px;
}
/* line 1102, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-txt1::before, .formlp-front-section--s0001c2-txt1::after {
  width: 136px;
  height: 5px;
  top: 0;
}
/* line 1108, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-txt1::before {
  background: url(../Images/s0001c2/txt1-before-bg.png) 0 0 no-repeat;
}
/* line 1111, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-txt1::after {
  background: url(../Images/s0001c2/txt1-after-bg.png) 0 0 no-repeat;
}
/* line 1115, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-txt2 {
  margin-bottom: 18px;
}
/* line 1117, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-txt2-txt1 {
  color: #e93660;
  font-size: 60px;
  margin-bottom: 20px;
}
/* line 1122, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-txt2-txt2 {
  color: #1e1d1d;
}
/* line 1125, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-txt2-txt3 {
  color: #1e1d1d;
  font-size: 56px;
}
/* line 1132, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-points {
  padding-top: 38px;
}
/* line 1135, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-point {
  width: 317px;
  margin: 0;
  position: relative;
  padding: 5px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}
/* line 1144, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-point-inner {
  background-color: #ae6507;
  padding: 3px;
  border-radius: 20px;
  position: relative;
}
/* line 1149, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-point-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.5+0,0+100 */
  background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
/* line 1166, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-point-inner2 {
  background: #fff;
  border-radius: 17px;
  padding: 41px 29px 25px;
  position: relative;
  z-index: 1;
}
/* line 1173, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-point-txt1 {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% 50%;
  background: url(../Images/s0001c2/point-bg.png) 0 0 no-repeat;
  width: 283px;
  height: 70px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  top: -37px;
  left: 9px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
/* line 1188, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-point-txt1-txt1 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
/* line 1193, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-point-txt1-txt2 {
  font-size: 40px;
  font-weight: normal;
  color: #fff;
}
/* line 1198, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-point-txt1-txt3 {
  font-size: 17px;
  font-weight: normal;
  color: #fff;
}
/* line 1204, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-point-txt2 {
  font-size: 28px;
  color: #c87822;
  font-weight: normal;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 17px;
  background: url(../Images/s0001c2/point-line.png) 50% bottom no-repeat;
}
/* line 1213, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-point-txt3 {
  font-size: 18px;
  line-height: 1.5;
  color: #252424;
}
/* line 1222, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-txt4-txt1 {
  color: #1e1d1d;
  font-weight: normal;
}
/* line 1226, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c2-txt4-txt2 {
  color: #e93660;
  font-weight: normal;
}
/* line 1233, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c3-outer {
  background-image: url(../Images/s0001c3/bg.png);
}
/* line 1238, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c3-block1 {
  padding-top: 40px;
}
/* line 1241, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c3-txt1 {
  color: #c80214;
  font-weight: bold;
  background: url(../Images/s0001c3/txt1-bg.png) 50% 50%/contain no-repeat;
  padding: 0 30px;
  font-size: 30px;
  margin-bottom: 30px;
}
/* line 1248, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c3-txt1::before, .formlp-front-section--s0001c3-txt1::after {
  display: none;
  margin: 0;
}
/* line 1254, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c3-txt2 {
  margin-bottom: 28px;
}
/* line 1256, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c3-txt2-txt1 {
  color: #181818;
}
/* line 1259, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c3-txt2-txt2 {
  color: #181818;
}
/* line 1262, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c3-txt2-txt3 {
  color: #181818;
}
/* line 1266, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c3-txt3 {
  color: #cb0215;
}
/* line 1269, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c3-points {
  padding-top: 28px;
}
/* line 1272, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c3-point {
  width: 294px;
  margin: 0 14px;
  position: relative;
  padding: 8px 25px 25px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}
/* line 1281, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c3-point-txt1 {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% 50%;
  background: url(../Images/s0001c3/point-header-bg.png) 0 0 no-repeat;
  width: 310px;
  height: 64px;
  padding-top: 5px;
  margin: 0 0 10px -41px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
/* line 1295, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c3-point-txt1-txt1 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  position: relative;
  top: -8px;
}
/* line 1302, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c3-point-txt1-txt2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: relative;
  top: -8px;
}
/* line 1309, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c3-point-txt1-txt3 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  position: relative;
  top: -8px;
}
/* line 1317, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c3-point-txt2 {
  font-size: 28px;
  color: #cb0215;
  font-weight: bold;
  text-align: center;
  margin-bottom: 21px;
}
/* line 1324, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c3-point-txt3 {
  font-size: 18px;
  line-height: 1.5;
  color: #252424;
}
/* line 1330, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c3-block2 {
  padding: 40px 0 32px;
}
/* line 1334, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c3-txt4-txt1 {
  color: #181818;
  font-weight: bold;
  font-size: 44px;
}
/* line 1339, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0001c3-txt4-txt2 {
  color: #181818;
  font-weight: bold;
  font-size: 44px;
}
/* line 1350, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002 {
  width: 100%;
}
/* line 1352, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002-outer {
  background: #ffb589;
  padding: 30px 0;
}
/* line 1356, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002-inner {
  width: 980px;
  margin: 0 auto;
  padding: 50px 30px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
/* line 1365, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002-text {
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto 30px;
}
/* line 1370, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002-btns {
  display: flex;
}
/* line 1377, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-outer {
  padding: 30px 0;
}
/* line 1380, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-inner {
  width: 980px;
  margin: 0 auto;
}
/* line 1384, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-header {
  background-color: #0d4b8e;
  padding: 10px;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 1390, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-header-txt {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
/* line 1396, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  opacity: 0.3;
}
/* line 1416, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-body {
  border: 5px solid #0d4b8e;
  border-top: none;
  background-color: #fffef2;
  padding: 30px;
  position: relative;
}
/* line 1423, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-name {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 1428, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-txt1 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
/* line 1433, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-priceblock {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
/* line 1437, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-priceblock-txt1 {
  box-shadow: 0px 0 3px 2px rgba(255, 255, 255, 0.3) inset;
  border-style: solid;
  border-width: 1px;
  border-color: #cc0215;
  border-radius: 5px;
  background-color: #cc0215;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-right: 10px;
}
/* line 1452, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-priceblock-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  line-height: 1;
}
/* line 1458, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-priceblock-price-value {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 1465, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-priceblock-price-unit {
  font-size: 48px;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 1471, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-priceblock-price-tax {
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 4px;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 1480, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-priceblock-price-free {
  border: 2px solid #cc0215;
  border-radius: 5px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
/* line 1489, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-priceblock-price-free-txt {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #cc0215;
}
/* line 1498, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-btns {
  margin-bottom: 10px;
}
/* line 1501, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-btn {
  display: block;
  background: url(../Images/s0002a1/btn-bg.png) 0 0 no-repeat;
  width: 627px;
  height: 107px;
  text-align: center;
}
/* line 1507, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-btn-label {
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  line-height: 84px;
}
/* line 1514, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-btn:hover {
  color: #fff;
}
/* line 1518, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-img {
  position: absolute;
  top: 10px;
  right: 5px;
  bottom: 10px;
  width: 294px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1527, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-img img {
  max-height: 100%;
  max-width: 100%;
}
/* line 1532, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a1-note {
  font-size: 14px;
  line-height: 1.4;
}
/* line 1540, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-outer {
  padding: 30px 0;
}
/* line 1543, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-inner {
  width: 980px;
  margin: 0 auto;
}
/* line 1547, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-header {
  background: url(../Images/s0002a2/header-bg.png) 50% 50%;
  padding: 20px;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 1553, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-header-txt {
  color: #fff;
  font-size: 40px;
  text-align: center;
}
/* line 1558, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  opacity: 0.3;
}
/* line 1578, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-body {
  border: 5px solid #e93660;
  border-top: none;
  background-color: #fffef2;
  padding: 30px;
  position: relative;
}
/* line 1585, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-name {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 1590, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-txt1 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
/* line 1595, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-priceblock {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
/* line 1599, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-priceblock-txt1 {
  box-shadow: 0px 0 3px 2px rgba(255, 255, 255, 0.3) inset;
  border-style: solid;
  border-width: 1px;
  border-color: #cc0215;
  border-radius: 5px;
  background-color: #cc0215;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-right: 10px;
}
/* line 1614, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-priceblock-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  line-height: 1;
}
/* line 1620, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-priceblock-price-value {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 1627, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-priceblock-price-unit {
  font-size: 48px;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 1633, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-priceblock-price-tax {
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 4px;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 1642, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-priceblock-price-free {
  border: 2px solid #cc0215;
  border-radius: 5px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
/* line 1651, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-priceblock-price-free-txt {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #cc0215;
}
/* line 1660, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-btns {
  margin-bottom: 10px;
}
/* line 1663, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-btn {
  display: block;
  background: url(../Images/s0002a2/btn-bg.png) 0 0 no-repeat;
  width: 633px;
  height: 121px;
  text-align: center;
}
/* line 1669, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-btn-label {
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  line-height: 101px;
}
/* line 1676, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-btn:hover {
  color: #fff;
}
/* line 1680, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-img {
  position: absolute;
  top: 10px;
  right: 5px;
  bottom: 10px;
  width: 294px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1689, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-img img {
  max-height: 100%;
  max-width: 100%;
}
/* line 1694, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a2-note {
  font-size: 14px;
  line-height: 1.4;
}
/* line 1702, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-outer {
  padding: 30px 0;
}
/* line 1705, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-inner {
  width: 980px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.21);
}
/* line 1711, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-header {
  background-color: #cc0211;
  padding: 10px;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 1717, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-header-txt {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
/* line 1723, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  opacity: 0.3;
}
/* line 1743, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-body {
  border: 5px solid #cc0211;
  border-top: none;
  background-color: #FFF;
  padding: 30px;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 1752, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-name {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 1757, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-txt1 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
/* line 1762, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-priceblock {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
/* line 1766, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-priceblock-txt1 {
  border-style: solid;
  border-width: 1px;
  border-color: #cc0215;
  background-color: #cc0215;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-right: 10px;
}
/* line 1779, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-priceblock-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  line-height: 1;
}
/* line 1785, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-priceblock-price-value {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 1792, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-priceblock-price-unit {
  font-size: 48px;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 1798, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-priceblock-price-tax {
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 4px;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 1807, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-priceblock-price-free {
  border: 2px solid #cc0215;
  border-radius: 5px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
/* line 1816, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-priceblock-price-free-txt {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #cc0215;
}
/* line 1825, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-btns {
  margin: -10px -10px 10px;
}
/* line 1828, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-btn {
  display: block;
  background: url(../Images/s0002a3/btn-bg.png) 0 0 no-repeat;
  width: 593px;
  height: 118px;
  text-align: center;
}
/* line 1834, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-btn-label {
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  line-height: 84px;
  margin-top: 10px;
}
/* line 1842, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-btn:hover {
  color: #fff;
}
/* line 1846, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-img {
  position: absolute;
  top: 10px;
  right: 5px;
  bottom: 10px;
  width: 294px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}
/* line 1856, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-img img {
  max-height: 100%;
  max-width: 100%;
}
/* line 1861, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002a3-note {
  font-size: 14px;
  line-height: 1.4;
}
/* line 1869, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-outer {
  padding: 30px 0;
}
/* line 1872, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-inner {
  width: 980px;
  margin: 0 auto;
}
/* line 1876, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-header {
  background-color: #0d4b8e;
  padding: 10px;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 1882, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-header-txt {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
/* line 1888, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  opacity: 0.3;
}
/* line 1908, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-body {
  border: 5px solid #0d4b8e;
  border-top: none;
  background-color: #fffef2;
  padding: 30px;
  position: relative;
}
/* line 1915, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-name {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 1920, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-txt1 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
/* line 1925, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-priceblock {
  display: flex;
  align-items: flex-end;
  width: 627px;
  margin-bottom: 30px;
}
/* line 1930, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-priceblock-before {
  display: flex;
  flex-shrink: 0;
}
/* line 1933, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-priceblock-before-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  line-height: 1;
}
/* line 1939, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-priceblock-before-price-txt1 {
  font-size: 18px;
  white-space: nowrap;
  margin-right: 5px;
}
/* line 1944, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-priceblock-before-price-value {
  font-size: 40px;
  font-weight: bold;
  white-space: nowrap;
}
/* line 1949, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-priceblock-before-price-unit {
  font-size: 18px;
  white-space: nowrap;
}
/* line 1953, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-priceblock-before-price-tax {
  font-size: 18px;
  white-space: nowrap;
}
/* line 1959, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-priceblock-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
}
/* line 1965, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-priceblock-arrow::before {
  content: "";
  display: block;
  border-left: 10px solid #000;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
/* line 1975, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-priceblock-after {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
/* line 1980, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-priceblock-after-txt1 {
  box-shadow: 0px 0 3px 2px rgba(255, 255, 255, 0.3) inset;
  border-style: solid;
  border-width: 1px;
  border-color: #cc0215;
  border-radius: 5px;
  background-color: #cc0215;
  width: 100%;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 1996, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-priceblock-after-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  line-height: 1;
}
/* line 2002, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-priceblock-after-price-value {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 2009, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-priceblock-after-price-unit {
  font-size: 40px;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 2015, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-priceblock-after-price-tax {
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 4px;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 2024, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-priceblock-after-price-free {
  border: 2px solid #cc0215;
  border-radius: 5px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
/* line 2033, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-priceblock-after-price-free-txt {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #cc0215;
}
/* line 2043, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-btns {
  margin-bottom: 10px;
}
/* line 2046, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-btn {
  display: block;
  background: url(../Images/s0002a1/btn-bg.png) 0 0 no-repeat;
  width: 627px;
  height: 107px;
  text-align: center;
}
/* line 2052, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-btn-label {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  line-height: 84px;
  display: inline-block;
}
/* line 2059, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-btn:hover {
  color: #fff;
}
/* line 2063, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-img {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 294px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formlp-front-section--s0002b1-img img {
  max-height: 100%;
  max-width: 100%;
}
/* line 2074, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b1-note {
  font-size: 14px;
  line-height: 1.4;
}
/* line 2082, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-outer {
  padding: 30px 0;
}
/* line 2085, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-inner {
  width: 980px;
  margin: 0 auto;
}
/* line 2089, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-header {
  background: url(../Images/s0002b2/header-bg.png) 50% 50%;
  padding: 20px;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 2095, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-header-txt {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
/* line 2101, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  opacity: 0.3;
}
/* line 2121, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-body {
  border: 5px solid #e93660;
  border-top: none;
  background-color: #fffef2;
  padding: 30px;
  position: relative;
}
/* line 2128, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-name {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 2133, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-txt1 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
/* line 2138, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-priceblock {
  display: flex;
  align-items: flex-end;
  width: 627px;
  margin-bottom: 30px;
}
/* line 2143, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-priceblock-before {
  display: flex;
  flex-shrink: 0;
}
/* line 2146, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-priceblock-before-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  line-height: 1;
}
/* line 2152, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-priceblock-before-price-txt1 {
  font-size: 18px;
  white-space: nowrap;
  margin-right: 5px;
}
/* line 2157, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-priceblock-before-price-value {
  font-size: 40px;
  font-weight: bold;
  white-space: nowrap;
}
/* line 2162, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-priceblock-before-price-unit {
  font-size: 18px;
  white-space: nowrap;
}
/* line 2166, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-priceblock-before-price-tax {
  font-size: 18px;
  white-space: nowrap;
}
/* line 2172, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-priceblock-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
}
/* line 2178, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-priceblock-arrow::before {
  content: "";
  display: block;
  border-left: 10px solid #000;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
/* line 2188, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-priceblock-after {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
/* line 2193, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-priceblock-after-txt1 {
  box-shadow: 0px 0 3px 2px rgba(255, 255, 255, 0.3) inset;
  border-style: solid;
  border-width: 1px;
  border-color: #cc0215;
  border-radius: 5px;
  background-color: #cc0215;
  width: 100%;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 2209, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-priceblock-after-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  line-height: 1;
}
/* line 2215, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-priceblock-after-price-value {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 2222, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-priceblock-after-price-unit {
  font-size: 40px;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 2228, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-priceblock-after-price-tax {
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 4px;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 2237, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-priceblock-after-price-free {
  border: 2px solid #cc0215;
  border-radius: 5px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
/* line 2246, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-priceblock-after-price-free-txt {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #cc0215;
}
/* line 2256, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-btns {
  margin-bottom: 10px;
}
/* line 2259, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-btn {
  display: block;
  background: url(../Images/s0002b2/btn-bg.png) 0 0 no-repeat;
  width: 633px;
  height: 121px;
  text-align: center;
}
/* line 2265, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-btn-label {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  line-height: 101px;
  display: inline-block;
}
/* line 2272, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-btn:hover {
  color: #fff;
}
/* line 2276, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-img {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 294px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formlp-front-section--s0002b2-img img {
  max-height: 100%;
  max-width: 100%;
}
/* line 2287, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b2-note {
  font-size: 14px;
  line-height: 1.4;
}
/* line 2295, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-outer {
  padding: 30px 0;
}
/* line 2298, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-inner {
  width: 980px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.21);
}
/* line 2304, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-header {
  background-color: #cc0211;
  padding: 10px;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 2310, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-header-txt {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
/* line 2316, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  opacity: 0.3;
}
/* line 2336, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-body {
  border: 5px solid #cc0211;
  border-top: none;
  background-color: #FFF;
  padding: 30px;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 2345, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-name {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 2350, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-txt1 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
/* line 2355, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-priceblock {
  display: flex;
  align-items: flex-end;
  width: 627px;
  margin-bottom: 30px;
}
/* line 2360, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-priceblock-before {
  display: flex;
  flex-shrink: 0;
}
/* line 2363, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-priceblock-before-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  line-height: 1;
}
/* line 2369, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-priceblock-before-price-txt1 {
  font-size: 18px;
  white-space: nowrap;
  margin-right: 5px;
}
/* line 2374, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-priceblock-before-price-value {
  font-size: 40px;
  font-weight: bold;
  white-space: nowrap;
}
/* line 2379, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-priceblock-before-price-unit {
  font-size: 18px;
  white-space: nowrap;
}
/* line 2383, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-priceblock-before-price-tax {
  font-size: 18px;
  white-space: nowrap;
}
/* line 2389, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-priceblock-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
}
/* line 2395, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-priceblock-arrow::before {
  content: "";
  display: block;
  border-left: 10px solid #000;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
/* line 2405, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-priceblock-after {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
/* line 2410, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-priceblock-after-txt1 {
  border-style: solid;
  border-width: 1px;
  border-color: #cc0215;
  background-color: #cc0215;
  width: 100%;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 2424, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-priceblock-after-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  line-height: 1;
}
/* line 2430, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-priceblock-after-price-value {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 2437, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-priceblock-after-price-unit {
  font-size: 40px;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 2443, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-priceblock-after-price-tax {
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 4px;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 2452, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-priceblock-after-price-free {
  border: 2px solid #cc0215;
  border-radius: 5px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
/* line 2461, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-priceblock-after-price-free-txt {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #cc0215;
}
/* line 2471, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-btns {
  margin: -10px -10px 10px;
}
/* line 2474, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-btn {
  display: block;
  background: url(../Images/s0002b3/btn-bg.png) 0 0 no-repeat;
  width: 593px;
  height: 118px;
  text-align: center;
}
/* line 2480, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-btn-label {
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  line-height: 84px;
  margin-top: 10px;
}
/* line 2488, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-btn:hover {
  color: #fff;
}
/* line 2492, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-img {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 294px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formlp-front-section--s0002b3-img img {
  max-height: 100%;
  max-width: 100%;
}
/* line 2503, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002b3-note {
  font-size: 14px;
  line-height: 1.4;
}
/* line 2511, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-outer {
  padding: 30px 0;
}
/* line 2514, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-inner {
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
/* line 2520, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki, .formlp-front-section--s0002c1-tanpin {
  background: #fdfff9;
  border: 5px solid #ff9446;
  padding: 30px 30px 20px;
  width: 478px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
/* line 2531, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-tag, .formlp-front-section--s0002c1-tanpin-tag {
  position: absolute;
  top: -15px;
  right: -53px;
  width: 160px;
  height: 84px;
  background: #ff9446;
  transform: rotate(45deg);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
/* line 2542, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-tag-txt, .formlp-front-section--s0002c1-tanpin-tag-txt {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 8px;
  padding-left: 13px;
}
/* line 2551, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-tag-txt1, .formlp-front-section--s0002c1-tanpin-tag-txt1 {
  font-size: 40px;
  color: #fff;
}
/* line 2555, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-tag-txt2, .formlp-front-section--s0002c1-tanpin-tag-txt2 {
  font-size: 20px;
  color: #fff;
}
/* line 2559, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-tag-txt3, .formlp-front-section--s0002c1-tanpin-tag-txt3 {
  font-size: 17px;
  color: #fff;
  width: 100%;
}
/* line 2565, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-name, .formlp-front-section--s0002c1-tanpin-name {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  flex-grow: 1;
}
/* line 2571, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-priceblock, .formlp-front-section--s0002c1-tanpin-priceblock {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 15px;
}
/* line 2578, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-priceblock-before-price-txt1, .formlp-front-section--s0002c1-tanpin-priceblock-before-price-txt1 {
  font-size: 12px;
  white-space: nowrap;
  margin-right: 5px;
}
/* line 2583, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-priceblock-before-price-value, .formlp-front-section--s0002c1-tanpin-priceblock-before-price-value {
  font-size: 40px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
}
/* line 2588, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-priceblock-before-price-value::after, .formlp-front-section--s0002c1-tanpin-priceblock-before-price-value::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
/* line 2599, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-priceblock-before-price-unit, .formlp-front-section--s0002c1-tanpin-priceblock-before-price-unit {
  font-size: 18px;
  white-space: nowrap;
}
/* line 2603, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-priceblock-before-price-tax, .formlp-front-section--s0002c1-tanpin-priceblock-before-price-tax {
  font-size: 12px;
  white-space: nowrap;
}
/* line 2609, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-priceblock-after, .formlp-front-section--s0002c1-tanpin-priceblock-after {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
/* line 2614, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-priceblock-after-txt1, .formlp-front-section--s0002c1-tanpin-priceblock-after-txt1 {
  background: url(../Images/s0002c1/teiki-price-text-bg.png) 0 0/contain no-repeat;
  width: 126px;
  height: 41px;
  line-height: 41px;
  white-space: nowrap;
  color: #fff;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-right: 5px;
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
}
/* line 2630, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-priceblock-after-price, .formlp-front-section--s0002c1-tanpin-priceblock-after-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  line-height: 1;
}
/* line 2636, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-priceblock-after-price-value, .formlp-front-section--s0002c1-tanpin-priceblock-after-price-value {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 2643, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-priceblock-after-price-unit, .formlp-front-section--s0002c1-tanpin-priceblock-after-price-unit {
  font-size: 40px;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 2649, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-priceblock-after-price-tax, .formlp-front-section--s0002c1-tanpin-priceblock-after-price-tax {
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 4px;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 2658, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-priceblock-after-price-free, .formlp-front-section--s0002c1-tanpin-priceblock-after-price-free {
  border: 2px solid #cc0215;
  border-radius: 5px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
/* line 2667, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-priceblock-after-price-free-txt, .formlp-front-section--s0002c1-tanpin-priceblock-after-price-free-txt {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #cc0215;
}
/* line 2678, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-notes, .formlp-front-section--s0002c1-tanpin-notes {
  margin-bottom: 10px;
  min-height: 40px;
}
/* line 2682, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-note, .formlp-front-section--s0002c1-tanpin-note {
  line-height: 1.5;
}
/* line 2686, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-btn, .formlp-front-section--s0002c1-tanpin-btn {
  display: block;
  background: url(../Images/s0002c1/btn-teiki-bg.png) 0 0 no-repeat;
  width: 418px;
  height: 117px;
  text-align: center;
  padding-right: 60px;
  margin-left: -4px;
  box-sizing: border-box;
}
/* line 2695, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-btn-label1, .formlp-front-section--s0002c1-tanpin-btn-label1 {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 105px;
}
/* line 2702, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-btn-label2, .formlp-front-section--s0002c1-tanpin-btn-label2 {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 105px;
}
/* line 2709, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-teiki-btn:hover, .formlp-front-section--s0002c1-tanpin-btn:hover {
  color: #fff;
}
/* line 2714, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-tanpin {
  background: #f5f5f5;
  border-color: #b3b3b3;
}
/* line 2719, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-tanpin-priceblock-after-txt1 {
  background: url(../Images/s0002c1/tanpin-price-text-bg.png) 0 0/contain no-repeat;
}
/* line 2723, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-tanpin-priceblock-after-price-value {
  color: #2c2c2c;
}
/* line 2726, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-tanpin-priceblock-after-price-unit {
  color: #2c2c2c;
}
/* line 2729, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-tanpin-priceblock-after-price-tax {
  color: #2c2c2c;
}
/* line 2735, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c1-tanpin-btn {
  background: url(../Images/s0002c1/btn-tanpin-bg.png) 0 0 no-repeat;
}
/* line 2744, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-outer {
  padding: 30px 0;
}
/* line 2747, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-inner {
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
/* line 2753, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki, .formlp-front-section--s0002c2-tanpin {
  background: #ffefee;
  border: 5px solid #e93660;
  padding: 20px 20px 15px;
  width: 478px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
/* line 2765, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-name, .formlp-front-section--s0002c2-tanpin-name {
  margin: -20px -20px 20px;
  background: #e93660;
  padding: 20px;
  color: #fff;
}
/* line 2770, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-name-text, .formlp-front-section--s0002c2-tanpin-name-text {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
/* line 2775, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-name::after, .formlp-front-section--s0002c2-tanpin-name::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  opacity: 0.3;
}
/* line 2795, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-priceblock, .formlp-front-section--s0002c2-tanpin-priceblock {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 15px;
}
/* line 2802, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-priceblock-before-price-txt1, .formlp-front-section--s0002c2-tanpin-priceblock-before-price-txt1 {
  font-size: 12px;
  white-space: nowrap;
  margin-right: 5px;
}
/* line 2807, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-priceblock-before-price-value, .formlp-front-section--s0002c2-tanpin-priceblock-before-price-value {
  font-size: 40px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
}
/* line 2812, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-priceblock-before-price-value::after, .formlp-front-section--s0002c2-tanpin-priceblock-before-price-value::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
/* line 2823, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-priceblock-before-price-unit, .formlp-front-section--s0002c2-tanpin-priceblock-before-price-unit {
  font-size: 18px;
  white-space: nowrap;
}
/* line 2827, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-priceblock-before-price-tax, .formlp-front-section--s0002c2-tanpin-priceblock-before-price-tax {
  font-size: 12px;
  white-space: nowrap;
}
/* line 2833, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-priceblock-after, .formlp-front-section--s0002c2-tanpin-priceblock-after {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
/* line 2838, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-priceblock-after-txt1, .formlp-front-section--s0002c2-tanpin-priceblock-after-txt1 {
  background: #cc0215;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-right: 5px;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
/* line 2851, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-priceblock-after-price, .formlp-front-section--s0002c2-tanpin-priceblock-after-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  line-height: 1;
  margin-right: 10px;
}
/* line 2858, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-priceblock-after-price-value, .formlp-front-section--s0002c2-tanpin-priceblock-after-price-value {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 2865, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-priceblock-after-price-unit, .formlp-front-section--s0002c2-tanpin-priceblock-after-price-unit {
  font-size: 30px;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 2871, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-priceblock-after-price-tax, .formlp-front-section--s0002c2-tanpin-priceblock-after-price-tax {
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: -4px;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 2881, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-priceblock-after-tag, .formlp-front-section--s0002c2-tanpin-priceblock-after-tag {
  border: 3px solid #cc0215;
  border-radius: 100px;
  flex-shrink: 0;
  width: 82px;
  height: 82px;
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
}
/* line 2892, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-priceblock-after-tag-txt, .formlp-front-section--s0002c2-tanpin-priceblock-after-tag-txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
/* line 2898, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-priceblock-after-tag-txt1, .formlp-front-section--s0002c2-tanpin-priceblock-after-tag-txt1 {
  color: #cc0215;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
}
/* line 2904, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-priceblock-after-tag-txt2, .formlp-front-section--s0002c2-tanpin-priceblock-after-tag-txt2 {
  color: #cc0215;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
}
/* line 2910, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-priceblock-after-tag-txt3, .formlp-front-section--s0002c2-tanpin-priceblock-after-tag-txt3 {
  color: #cc0215;
  display: inline-block;
  font-size: 19px;
  margin-top: 5px;
  font-weight: bold;
}
/* line 2921, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-notes, .formlp-front-section--s0002c2-tanpin-notes {
  margin-bottom: 10px;
  min-height: 40px;
}
/* line 2925, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-note, .formlp-front-section--s0002c2-tanpin-note {
  line-height: 1.5;
}
/* line 2929, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-btn, .formlp-front-section--s0002c2-tanpin-btn {
  display: block;
  background: url(../Images/s0002c2/btn-teiki-bg.png) 0 0 no-repeat;
  width: 428px;
  height: 82px;
  text-align: left;
  padding-left: 45px;
  margin-left: -4px;
  box-sizing: border-box;
}
/* line 2938, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-btn-label1, .formlp-front-section--s0002c2-tanpin-btn-label1 {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 71px;
}
/* line 2945, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-btn-label2, .formlp-front-section--s0002c2-tanpin-btn-label2 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 71px;
}
/* line 2952, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-teiki-btn:hover, .formlp-front-section--s0002c2-tanpin-btn:hover {
  color: #fff;
}
/* line 2957, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-tanpin {
  background: #f5f5f5;
  border-color: #666666;
}
/* line 2960, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-tanpin-name {
  background-color: #666666;
}
/* line 2963, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-tanpin-priceblock {
  flex-grow: 1;
}
/* line 2965, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-tanpin-priceblock-after {
  justify-content: flex-start;
}
/* line 2967, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-tanpin-priceblock-after-txt1 {
  background: transparent;
  border: 2px solid #333333;
  color: #333333;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 15px;
}
/* line 2976, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-tanpin-priceblock-after-price-value {
  color: #333333;
}
/* line 2979, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-tanpin-priceblock-after-price-unit {
  color: #333333;
}
/* line 2982, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-tanpin-priceblock-after-price-tax {
  color: #333333;
}
/* line 2988, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-tanpin-btn {
  background: url(../Images/s0002c2/btn-tanpin-bg.png) 0 0 no-repeat;
}
/* line 2990, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-tanpin-btn-label1 {
  color: #333333;
}
/* line 2993, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-tanpin-btn-label2 {
  color: #333333;
}
/* line 2996, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c2-tanpin-btn:hover {
  color: #333333;
}
/* line 3006, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-outer {
  padding: 30px 0;
}
/* line 3009, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-inner {
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  background: none;
}
/* line 3017, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki, .formlp-front-section--s0002c3-tanpin {
  background: #fdfff9;
  border: 5px solid #cc0211;
  padding: 20px 28px 20px;
  width: 478px;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.21);
  display: flex;
  flex-direction: column;
}
/* line 3029, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-name, .formlp-front-section--s0002c3-tanpin-name {
  margin: -20px -28px 20px;
}
/* line 3032, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-tag, .formlp-front-section--s0002c3-tanpin-tag {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 108px;
  height: 108px;
  background: #241817;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 100;
}
/* line 3044, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-tag-txt, .formlp-front-section--s0002c3-tanpin-tag-txt {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
}
/* line 3051, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-tag-txt1, .formlp-front-section--s0002c3-tanpin-tag-txt1 {
  font-size: 44px;
  color: #fff;
  font-weight: bold;
}
/* line 3056, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-tag-txt2, .formlp-front-section--s0002c3-tanpin-tag-txt2 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
/* line 3061, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-tag-txt3, .formlp-front-section--s0002c3-tanpin-tag-txt3 {
  font-size: 28px;
  color: #fff;
  width: 100%;
  font-weight: bold;
}
/* line 3068, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-name, .formlp-front-section--s0002c3-tanpin-name {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #FFF;
  background-color: #cc0211;
  padding: 12px 15px 30px;
  position: relative;
  height: 20px;
}
/* line 3078, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-priceblock, .formlp-front-section--s0002c3-tanpin-priceblock {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 15px;
  flex-grow: 1;
}
/* line 3086, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-priceblock-before-price-txt1, .formlp-front-section--s0002c3-tanpin-priceblock-before-price-txt1 {
  font-size: 12px;
  white-space: nowrap;
  margin-right: 5px;
}
/* line 3091, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-priceblock-before-price-value, .formlp-front-section--s0002c3-tanpin-priceblock-before-price-value {
  font-size: 40px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
}
/* line 3096, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-priceblock-before-price-value::after, .formlp-front-section--s0002c3-tanpin-priceblock-before-price-value::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
/* line 3107, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-priceblock-before-price-unit, .formlp-front-section--s0002c3-tanpin-priceblock-before-price-unit {
  font-size: 18px;
  white-space: nowrap;
}
/* line 3111, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-priceblock-before-price-tax, .formlp-front-section--s0002c3-tanpin-priceblock-before-price-tax {
  font-size: 12px;
  white-space: nowrap;
}
/* line 3117, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-priceblock-after, .formlp-front-section--s0002c3-tanpin-priceblock-after {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
/* line 3122, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-priceblock-after-txt1, .formlp-front-section--s0002c3-tanpin-priceblock-after-txt1 {
  background: #cc0215;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-right: 5px;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
/* line 3135, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-priceblock-after-price, .formlp-front-section--s0002c3-tanpin-priceblock-after-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  line-height: 1;
}
/* line 3141, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-priceblock-after-price-value, .formlp-front-section--s0002c3-tanpin-priceblock-after-price-value {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 3148, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-priceblock-after-price-unit, .formlp-front-section--s0002c3-tanpin-priceblock-after-price-unit {
  font-size: 40px;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 3154, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-priceblock-after-price-tax, .formlp-front-section--s0002c3-tanpin-priceblock-after-price-tax {
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 4px;
  line-height: 1;
  color: #cc0215;
  white-space: nowrap;
}
/* line 3163, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-priceblock-after-price-free, .formlp-front-section--s0002c3-tanpin-priceblock-after-price-free {
  border: 2px solid #cc0215;
  border-radius: 5px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
/* line 3172, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-priceblock-after-price-free-txt, .formlp-front-section--s0002c3-tanpin-priceblock-after-price-free-txt {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #cc0215;
}
/* line 3183, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-notes, .formlp-front-section--s0002c3-tanpin-notes {
  margin-bottom: 10px;
  min-height: 40px;
}
/* line 3187, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-note, .formlp-front-section--s0002c3-tanpin-note {
  line-height: 1.5;
}
/* line 3190, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-btns, .formlp-front-section--s0002c3-tanpin-btns {
  margin: 0;
}
/* line 3193, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-btn, .formlp-front-section--s0002c3-tanpin-btn {
  display: block;
  background: url(../Images/s0002c3/btn-teiki-bg.png) 0 0 no-repeat;
  width: 428px;
  height: 100px;
  text-align: center;
  padding-right: 60px;
  margin-left: -9px;
  box-sizing: border-box;
  text-align: left;
  padding-left: 40px;
}
/* line 3204, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-btn-label, .formlp-front-section--s0002c3-tanpin-btn-label {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 86px;
}
/* line 3211, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-teiki-btn:hover, .formlp-front-section--s0002c3-tanpin-btn:hover {
  color: #fff;
}
/* line 3216, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-tanpin {
  background: #FFF;
  border-color: #666;
}
/* line 3219, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-tanpin-name {
  background: #666;
}
/* line 3224, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-tanpin-priceblock-after-txt1 {
  color: #241512;
  border: 2px solid #241512;
  background: #FFF;
}
/* line 3230, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-tanpin-priceblock-after-price-value {
  color: #2c2c2c;
}
/* line 3233, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-tanpin-priceblock-after-price-unit {
  color: #2c2c2c;
}
/* line 3236, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-tanpin-priceblock-after-price-tax {
  color: #2c2c2c;
}
/* line 3242, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-tanpin-btn {
  background: url(../Images/s0002c3/btn-tanpin-bg.png) 0 0 no-repeat;
}
/* line 3244, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0002c3-tanpin-btn-label {
  color: #1c1c1c;
}
/* line 3255, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0003 {
  width: 100%;
}
/* line 3257, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0003-outer {
  background: #fff;
}
/* line 3260, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0003-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 50px;
  text-align: center;
  background: #eadcd8;
}
/* line 3267, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0003-title {
  font-size: 40px;
  font-weight: bold;
  padding: 40px 30px 30px;
  margin-bottom: 50px;
  background: #47291f;
  color: #fff;
}
/* line 3275, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0003-body {
  display: flex;
  justify-content: center;
  width: 800px;
  margin: 0 auto;
}
/* line 3280, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0003-body-img {
  margin: 0 40px;
  width: 40%;
}
/* line 3283, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0003-body-img img {
  height: auto;
  width: 100%;
}
/* line 3288, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0003-body-list {
  margin: 0;
  padding-top: 7px;
  width: 50%;
  text-align: left;
}
/* line 3293, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0003-body-list li {
  list-style: none;
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
  padding-left: 40px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}
/* line 3302, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0003-body-list li::before {
  content: "";
  position: absolute;
  left: 0;
  font-size: 30px;
  background: #47291f url(../Images/s0003/icon-check.png) 50% 50%/60% no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
/* line 3319, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0004 {
  width: 100%;
}
/* line 3321, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0004-outer {
  background: #fff;
}
/* line 3324, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0004-inner {
  width: 980px;
  margin: 0 auto;
  padding: 30px 0 50px;
  text-align: center;
}
/* line 3330, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0004-title {
  font-size: 40px;
  font-weight: bold;
  padding: 30px 30px 25px;
  margin-bottom: 50px;
  background: #fd8d15;
  color: #fff;
  border-radius: 20px;
}
/* line 3339, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0004-items {
  width: 800px;
  margin: 0 auto;
}
/* line 3343, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0004-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
/* line 3348, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0004-item:nth-of-type(even) .formlp-front-section--s0004-item-img {
  margin: 0 20px 0 0;
  order: 2;
}
/* line 3352, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0004-item:nth-of-type(even) .formlp-front-section--s0004-item-text {
  order: 1;
}
/* line 3356, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0004-item:last-of-type {
  margin-bottom: 0;
}
/* line 3359, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0004-item-img {
  width: 40%;
}
/* line 3361, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0004-item-img img {
  height: auto;
  width: 100%;
}
/* line 3366, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0004-item-list {
  width: 55%;
  text-align: left;
  padding: 0;
}
/* line 3370, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0004-item-list-cap {
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 15px;
  border: 2px solid #fd8d15;
  color: #fd8d15;
  display: inline-block;
  padding: 7px 15px 6px;
  border-radius: 10px;
}
/* line 3380, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0004-item-list-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 auto 15px;
}
/* line 3386, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0004-item-list-text {
  margin: 0 auto 15px;
  font-size: 18px;
  line-height: 1.5;
}
/* line 3390, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0004-item-list-text:last-child {
  margin-bottom: 0;
}
/* line 3398, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0005 {
  width: 100%;
}
/* line 3400, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0005-outer {
  background: #fff;
  padding: 40px 0;
}
/* line 3404, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0005-inner {
  width: 980px;
  margin: 0 auto;
  padding: 40px 50px 0;
  text-align: center;
  border: 2px solid #ddd;
  box-sizing: border-box;
  border-radius: 10px;
}
/* line 3413, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0005-item {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
/* line 3417, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0005-item-img {
  width: 45%;
  margin-right: 40px;
}
/* line 3420, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0005-item-img img {
  height: auto;
  width: 100%;
}
/* line 3425, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0005-item-info {
  text-align: left;
  flex-grow: 1;
}
/* line 3428, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0005-item-info-name {
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 15px;
  line-height: 1.5;
}
/* line 3434, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0005-item-info-comment {
  margin: 0 auto 15px;
  line-height: 1.5;
}
/* line 3437, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0005-item-info-comment:last-child {
  margin-bottom: 0;
}
/* line 3441, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0005-item-info-price {
  margin: 0 auto 15px;
}
/* line 3443, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0005-item-info-price-text {
  font-size: 26px;
  font-weight: bold;
  margin-right: 10px;
}
/* line 3448, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0005-item-info-price-value {
  font-size: 60px;
  font-weight: bold;
  color: red;
}
/* line 3453, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0005-item-info-price-unit {
  font-size: 20px;
  font-weight: bold;
}
/* line 3459, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0005-item-info-notes {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
/* line 3469, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0006 {
  margin: 0;
}
/* line 3471, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0006-outer {
  background: #ffb589;
  padding: 30px;
}
/* line 3475, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0006-inner {
  width: 980px;
  margin: 0 auto;
  padding: 0 0 50px;
  text-align: center;
}
/* line 3481, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0006-title {
  font-size: 50px;
  font-weight: bold;
  margin: 0 auto;
  padding: 30px;
  color: #000;
}
/* line 3488, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0006-item {
  margin: 0 auto 50px;
  width: 800px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 40px 40px 10px;
  box-sizing: border-box;
}
/* line 3497, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0006-item:last-child {
  margin-bottom: 0;
}
/* line 3500, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0006-item-title {
  text-align: left;
  position: relative;
  padding-left: 80px;
  margin-bottom: 20px;
  line-height: 1.5;
}
/* line 3506, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0006-item-title-cap {
  background: #ffb589;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 20px;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  position: absolute;
  top: -20px;
  left: -20px;
}
/* line 3523, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0006-item-title-value {
  font-weight: bold;
  font-size: 30px;
  color: #f19100;
}
/* line 3529, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0006-item-img {
  margin-bottom: 10px;
}
/* line 3531, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0006-item-img img {
  height: auto;
  width: 100%;
}
/* line 3536, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0006-item-text {
  font-size: 18px;
  margin: 0 auto 10px;
  text-align: left;
  line-height: 1.5;
}
/* line 3545, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0007 {
  width: 100%;
}
/* line 3547, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0007-outer {
  background: #fff2ea;
}
/* line 3550, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0007-inner {
  width: 980px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
/* line 3556, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0007-title {
  font-size: 50px;
  font-weight: bold;
  margin: 50px auto 80px;
}
/* line 3561, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0007-merit, .formlp-front-section--s0007-demerit {
  margin: 0 auto 50px;
  width: 600px;
  border: 2px solid #999;
  border-radius: 10px;
  padding: 0 50px 30px;
  box-sizing: border-box;
  background: #fff;
}
/* line 3570, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0007-merit-title, .formlp-front-section--s0007-demerit-title {
  font-size: 30px;
  font-weight: bold;
  margin: -30px auto 25px;
  padding: 10px 30px 10px 60px;
  background: #000;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  line-height: 1;
  min-width: 170px;
}
/* line 3582, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0007-merit-img, .formlp-front-section--s0007-demerit-img {
  margin-bottom: 10px;
}
/* line 3584, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0007-merit-img img, .formlp-front-section--s0007-demerit-img img {
  height: auto;
  width: 100%;
}
/* line 3590, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0007-merit-list-item, .formlp-front-section--s0007-demerit-list-item {
  text-align: left;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: normal;
  position: relative;
  padding-left: 26px;
  line-height: 36px;
}
/* line 3598, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0007-merit-list-item .strong, .formlp-front-section--s0007-demerit-list-item .strong {
  font-size: 28px;
  font-weight: bold;
}
/* line 3602, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0007-merit-list-item::before, .formlp-front-section--s0007-demerit-list-item::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  position: absolute;
  top: 12px;
  left: 0;
}
/* line 3615, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0007-merit {
  border-color: #f44336;
}
/* line 3617, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0007-merit-title {
  background: #f44336 url(../Images/s0007/icon-good.png) 10px 50%/40px no-repeat;
}
/* line 3620, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0007-merit .strong {
  color: #f44336;
}
/* line 3625, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0007-merit-list-item::before {
  background: #f44336;
}
/* line 3631, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0007-demerit {
  border-color: #3f51b5;
}
/* line 3633, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0007-demerit-title {
  background: #3f51b5 url(../Images/s0007/icon-bad.png) 10px 50%/40px no-repeat;
}
/* line 3636, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0007-demerit .strong {
  color: #3f51b5;
}
/* line 3641, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0007-demerit-list-item::before {
  background: #3f51b5;
}
/* line 3650, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0008 {
  width: 100%;
}
/* line 3652, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0008-outer {
  background: #fff;
}
/* line 3655, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0008-inner {
  width: 980px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
/* line 3661, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0008-title {
  font-size: 50px;
  font-weight: bold;
  margin: 50px auto;
}
/* line 3667, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0008-voice {
  margin: 0 auto 50px;
  width: 800px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 27px 50px 20px 120px;
  box-sizing: border-box;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
/* line 3678, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0008-voice-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background: #f19100 url(../Images/s0008/icon-user.png) 50% 50%/70% no-repeat;
}
/* line 3686, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0008-voice-title {
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto 15px;
  line-height: 1.2;
  font-family: helvetica, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  text-align: left;
  color: #f19100;
}
/* line 3695, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0008-voice-profile {
  text-align: left;
  margin: 0 auto 15px;
}
/* line 3699, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0008-voice-text {
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
/* line 3708, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0009 {
  width: 100%;
}
/* line 3710, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0009-outer {
  background: #fff;
}
/* line 3713, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0009-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  text-align: center;
}
/* line 3719, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0009-title {
  font-size: 40px;
  font-weight: bold;
  background: #3f51b5;
  padding: 30px 0 25px;
  color: #fff;
  margin-bottom: 30px;
}
/* line 3729, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0009-faq-item {
  margin: 0 auto 20px;
  width: 800px;
  border-bottom: 1px solid #ddd;
  padding: 30px;
  box-sizing: border-box;
  text-align: left;
}
/* line 3737, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0009-faq-q {
  position: relative;
}
/* line 3739, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0009-faq-q-icon {
  font-size: 25px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3f51b5;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
}
/* line 3754, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0009-faq-q-text {
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto 15px;
  line-height: 1.2;
  position: relative;
  padding-left: 70px;
  padding-top: 10px;
}
/* line 3764, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0009-faq-a {
  position: relative;
}
/* line 3766, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0009-faq-a-icon {
  font-size: 25px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffb589;
  color: #000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
}
/* line 3782, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0009-faq-a-text {
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 70px;
  padding-top: 10px;
}
/* line 3794, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0010 {
  width: 100%;
}
/* line 3796, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0010-outer {
  background: #fff;
}
/* line 3799, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0010-inner {
  width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
/* line 3808, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0010-title {
  font-size: 30px;
  font-weight: bold;
  padding: 20px 0;
  font-family: helvetica, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  background: #f19100;
  color: #fff;
  margin-bottom: 40px;
}
/* line 3818, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0010-step {
  margin: 0 auto 50px;
  border-bottom: 2px solid #ddd;
  padding: 0 50px 50px 50px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
/* line 3825, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0010-step::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -50px;
  display: block;
  width: 0;
  height: 0;
  border-width: 40px 50px 0px 50px;
  border-color: #f19100 transparent transparent transparent;
  border-style: solid;
}
/* line 3838, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0010-step:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
/* line 3841, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0010-step:last-child::after {
  display: none;
}
/* line 3845, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0010-step-cap {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #f19100;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 50px;
  line-height: 1.2;
  padding: 7px 20px;
}
/* line 3857, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0010-step-title {
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto 15px;
  line-height: 1.2;
  position: relative;
  font-family: helvetica, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
}
/* line 3865, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0010-step-body {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
/* line 3870, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0010-step-img {
  width: 40%;
}
/* line 3873, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0010-step-text {
  width: 57%;
  text-align: left;
  font-size: 16px;
  position: relative;
  line-height: 1.5;
}
/* line 3883, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0011 {
  width: 100%;
}
/* line 3885, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0011-outer {
  background: #fff;
}
/* line 3888, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0011-inner {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
/* line 3894, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0011-title {
  font-size: 30px;
  font-weight: bold;
  margin: 40px auto;
  padding: 15px;
  background: #f19100;
  color: #fff;
}
/* line 3902, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0011-items {
  margin: 0 auto 50px;
  width: 600px;
}
/* line 3906, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0011-item {
  text-align: left;
  margin-bottom: 50px;
}
/* line 3909, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0011-item-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 20px;
  line-height: 1.2;
  position: relative;
}
/* line 3916, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0011-item-img {
  margin-bottom: 20px;
}
/* line 3919, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0011-item-text {
  text-align: left;
  font-size: 14px;
  position: relative;
  line-height: 1.6;
}
/* line 3928, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0012 {
  width: 100%;
}
/* line 3930, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0012-outer {
  background: #fff;
}
/* line 3933, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0012-inner {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
/* line 3939, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0012-title {
  font-size: 30px;
  font-weight: bold;
  margin: 40px auto;
  padding: 15px;
  background: #f19100;
  color: #fff;
}
/* line 3947, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0012-item {
  margin: 0 auto 50px;
  width: 600px;
  text-align: left;
  margin-bottom: 40px;
}
/* line 3952, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0012-item-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 20px;
  line-height: 1.2;
  position: relative;
}
/* line 3959, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0012-item-descrirption {
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}
/* line 3965, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0012-item-text {
  text-align: left;
  font-size: 14px;
  position: relative;
  line-height: 1.6;
}
/* line 3974, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0013 {
  width: 100%;
}
/* line 3976, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0013-outer {
  background: #fff;
}
/* line 3979, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0013-inner {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
/* line 3985, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0013-title {
  font-size: 30px;
  font-weight: bold;
  margin: 40px auto;
  padding: 15px;
  background: #f19100;
  color: #fff;
}
/* line 3993, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0013-item {
  margin: 0 auto 50px;
  width: 600px;
  text-align: left;
  margin-bottom: 40px;
}
/* line 3998, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0013-item-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 15px;
  line-height: 1.2;
  position: relative;
}
/* line 4005, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0013-item-descrirption {
  text-align: left;
  font-size: 16px;
  margin-bottom: 30px;
}
/* line 4010, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0013-item-table {
  text-align: left;
  font-size: 14px;
  border-top: 1px solid #ddd;
}
/* line 4014, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0013-item-table th {
  padding: 15px 15px 15px 0;
  width: 40%;
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}
/* line 4023, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0013-item-table td {
  padding: 15px 0 15px 15px;
  width: 60%;
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
  font-size: 14px;
}
/* line 4034, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0014, .formlp-front-section--s0015 {
  width: 100%;
}
/* line 4036, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0014-outer, .formlp-front-section--s0015-outer {
  background: #fff;
}
/* line 4039, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0014-inner, .formlp-front-section--s0015-inner {
  width: 980px;
  margin: 0 auto;
  padding: 0 0 30px;
  text-align: center;
  border: 2px solid #ddd;
}
/* line 4046, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0014-title, .formlp-front-section--s0015-title {
  font-size: 30px;
  font-weight: bold;
  margin: 30px auto;
  font-family: helvetica, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
}
/* line 4052, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0014-items, .formlp-front-section--s0015-items {
  display: flex;
  justify-content: center;
}
/* line 4056, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0014-item, .formlp-front-section--s0015-item {
  margin: 0 10px;
  text-align: center;
}
/* line 4059, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
  .formlp-front-section--s0014-item a, .formlp-front-section--s0015-item a {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 20px 20px;
    width: 150px;
    border-radius: 10px;
    font-weight: bold;
    font-family: helvetica, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    transition: 0.4s;
    text-decoration: none;
  }
/* line 4074, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0014-item-facebook a {
  background-color: #395599;
}
.formlp-front-section--s0015-item-facebook a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 25px;
}
/* line 4076, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0014-item-facebook a:hover {
  background-color: #1c3c89;
}
/* line 4082, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0014-item-twitter a {
  background-color: #53a7e7;
}
/* line 4084, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0014-item-twitter a:hover {
  background-color: #2379ba;
}
/* line 4090, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0014-item-line a {
  background-color: #40c005;
}
/* line 4092, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--s0014-item-line a:hover {
  background-color: #2a8500;
}
/* line 4107, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--footer {
  width: 100%;
  background: #fff;
}
/* line 4111, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--footer-inner {
  display: flex;
  justify-content: center;
  width: 980px;
  margin: 0 auto;
  padding: 40px 0;
}
/* line 4118, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--footer-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
/* line 4123, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--footer-item {
  text-align: left;
  width: 470px;
}
/* line 4126, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--footer-item:nth-child(even) {
  margin-left: 40px;
}
/* line 4129, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--footer-item-cap {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 1.5;
}
/* line 4135, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--footer-item-text {
  font-size: 14px;
  margin: 0 0 40px;
  line-height: 1.5;
}
/* line 4142, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--copyright {
  width: 100%;
  background: #fff;
  text-align: center;
}
/* line 4147, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--copyright-inner {
  width: 980px;
  margin: 0 auto;
  padding: 20px 0;
}
/* line 4151, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section--copyright-inner p {
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
}
/* line 4160, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section-form {
  width: 980px;
  margin: 0 auto;
}
/* line 4163, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section-form div.main {
  width: 780px;
  padding: 0px 50px;
  margin: 20px auto;
  background: url(../../Contents/ImagesPkg/common/line_solidB.gif) repeat-y left top;
}
/* line 4169, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section-form div.main,
.formlp-front-section-form div.submain {
  width: 850px !important;
  padding: 0;
  background-image: none;
}
/* line 4175, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section-form .columnLeft,
.formlp-front-section-form .columnLeft div.column {
  width: 450px !important;
  float: left;
}
/* line 4180, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section-form .columnRight {
  width: 340px;
  float: right;
  margin-bottom: 30px;
  clear: right;
}
/* line 4186, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section-form .userBox {
  background-image: none;
}
/* line 4189, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section-form .userBox dt {
  background-color: #eee;
  padding: 4px;
}
/* line 4193, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section-form .userBox dd {
  padding: 4px 4px 20px;
}
/* line 4196, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section-form .userBox div.bottom {
  background-image: none;
  padding: 0;
}
/* line 4200, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section-form div.btmbtn {
  height: auto;
}
/* line 4202, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section-form div.btmbtn ul {
  position: relative;
  top: 0;
  padding: 10px;
}
/* line 4207, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section-form div.btmbtn li {
  display: inline-block;
}
/* line 4209, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
.formlp-front-section-form div.btmbtn li a {
  display: inline-block;
}

@media all and (-ms-high-contrast: none) {
  /* line 4218, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
  .formlp-front-section .btn-action {
    padding: 30px 60px 15px;
  }

  /* line 4222, ../../../develop/scss/front/formlp/Css/front_formlp.scss */
  .formlp-front-section--s0007-merit-title, .formlp-front-section--s0007-demerit-title {
    padding: 15px 30px 5px 60px;
  }
}

/*# sourceMappingURL=front_formlp.css.map */
