@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@keyframes mv_baloon {
  0% {
    transform: scale(0) rotate(30deg);
  }
  30% {
    transform: scale(0) rotate(30deg);
  }
  60% {
    transform: scale(1) rotate(0);
  }
  65% {
    transform: scale(1) rotate(-5deg);
  }
  70% {
    transform: scale(1) rotate(0);
  }
}
@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}
*[renewal-ui=false] body {
  position: relative;
}
*[renewal-ui=false] .lpp #lp_wrapper {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  /*contact
  *********************/
}
*[renewal-ui=false] .lpp #lp_wrapper img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
*[renewal-ui=false] .lpp #lp_wrapper a:hover {
  opacity: 0.7;
}
*[renewal-ui=false] .lpp #lp_wrapper section {
  text-align: center;
}
*[renewal-ui=false] .lpp #lp_wrapper h1 {
  margin: 0;
  padding: 0;
}
*[renewal-ui=false] .lpp #lp_wrapper .sub_btn {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .sub_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .sub_btn li {
    width: 343px;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .sub_btn li {
    margin-bottom: 10px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .sub_btn li a {
  background: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
*[renewal-ui=false] .lpp #lp_wrapper .sub_btn li a:hover {
  opacity: 0.8;
  margin: 0;
  padding: 0;
  background: none;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .sub_btn li a img {
    width: 343px;
  }
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl {
    width: 100%;
    height: 100vh;
    min-height: 649px;
    overflow-x: hidden;
    background: #D5E6C3 url("/mv1.4262d740.jpg") center top/cover no-repeat;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl {
    padding-bottom: 50px;
    background: #EAF5F6 url("/mv_sp.7ab5d8e9.jpg") center top 5%/100% auto no-repeat;
  }
}
@media screen and (max-width: 320px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl {
    background: ccc url("/mv_sp.7ab5d8e9.jpg") center top 15%/100% auto no-repeat;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_ttl_wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1140px;
  box-sizing: border-box;
  padding-top: 70px;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_ttl_wrap {
    width: 90%;
    min-height: 649px;
    height: 100vh;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_ttl_wrap {
    min-height: auto;
    height: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_ttl_wrap {
    min-height: auto;
    height: auto;
    padding-top: 70px;
    padding-bottom: 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header {
  position: fixed;
  left: 0;
  top: 50px;
  width: 100%;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header .header_wrap {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header .header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header .logo {
  width: 260px;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header .logo {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header .logo {
    margin: 0 auto;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header .logo img {
  margin: 5px 0 0;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header ul {
    margin: 0 0 0 20px;
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header ul {
    margin: 10px 0 0;
    text-align: center;
    justify-content: center;
    font-size: 14px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header ul li {
  display: inline-block;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header ul li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header ul li {
    margin: 0 0.5em;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header ul li a {
  color: #4AA17E;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header ul.nav {
    margin-left: auto;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header ul.cta {
  margin-left: auto;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header ul.cta {
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header ul.cta {
    display: none;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header ul.cta li {
  display: inline-block;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header ul.cta li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header ul.cta li {
    margin: 0 0.5em;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header ul.cta li a {
  color: #4AA17E;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header ul.cta li img {
    width: 209px;
    height: auto;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header.fixed {
  top: 0;
  padding: 15px 0 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 11000;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .lp_header.fixed {
    border-top: 5px solid #4AA17E;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl h1 {
  position: relative;
  display: inline-block;
  margin: 18vh 0 0 0;
  width: 56%;
  max-width: 642px;
  line-height: 120%;
  color: #4AA17E;
}
@media screen and (min-width: 1500px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl h1 {
    font-size: 120px;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl h1 {
    display: block;
    width: 80%;
    margin: 20px auto 0;
    font-size: 60px;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl h1 {
    margin: 60px auto 0;
    font-size: 50px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl h1 .baloon {
  position: absolute;
  display: inline-block;
  top: -50px;
  right: -240px;
  width: 230px;
  animation: mv_baloon 1.5s 1 forwards, baloon_anime 2s 2s infinite forwards;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl h1 .baloon {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 0 10px;
    width: 150px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl h1 .small {
  display: block;
  font-size: 2.8vw;
  color: #243544;
  line-height: 140%;
  text-align: center;
}
@media screen and (min-width: 1500px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl h1 .small {
    font-size: 46px;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl h1 .small {
    font-size: 20px;
  }
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl h1 .award_logo {
    margin-right: 30px;
    width: 120px;
    height: auto;
    float: right;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl h1 .award_logo {
    display: none;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .update {
  position: relative;
  text-align: center;
  background: #fff;
  border: 2px solid #FF9820;
  border-radius: 5px;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .update {
    width: 46%;
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .update {
    width: 90%;
    margin: 40px auto 20px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .update dt {
  position: absolute;
  width: 120px;
  margin: 0 auto;
  padding: 3px 20px;
  top: -18px;
  left: 0;
  right: 0;
  color: #fff;
  font-family: boucherie-block, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  font-size: 18px;
  background: #FF9820;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .update dt {
    font-size: 16px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .update dd {
  padding: 20px 0 5px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .update dd {
    font-size: 14px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .update dd img {
  position: relative;
  top: -2px;
  width: 25px;
  height: auto;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .mv_cap {
  position: relative;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .mv_cap img {
  width: 100%;
  height: auto;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .mv_cap .mv_cap1 {
  position: absolute;
  display: block;
  left: 65%;
  top: 100px;
  width: 400px;
  opacity: 0;
  animation: mv1 10s ease infinite;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .mv_cap .mv_cap2 {
  position: absolute;
  display: block;
  left: 55%;
  top: 60px;
  width: 250px;
  opacity: 0;
  animation: mv1 10s ease 2s infinite;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .mv_cap .mv_cap3 {
  position: absolute;
  display: block;
  left: 90%;
  top: 280px;
  width: 220px;
  opacity: 0;
  animation: mv1 10s ease 3.5s infinite;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .mv_cap .mv_cap4 {
  position: absolute;
  display: block;
  left: 60%;
  top: 180px;
  width: 300px;
  opacity: 0;
  animation: mv1 10s ease 5s infinite;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .mv_cap .mv_cap5 {
  position: absolute;
  display: block;
  left: 85%;
  top: 50px;
  width: 400px;
  opacity: 0;
  animation: mv1 10s ease 7s infinite;
}
@keyframes mv1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
    filter: blur(1.5rem);
  }
  20% {
    opacity: 0.6;
    transform: scale(1);
    filter: blur(0);
  }
  30% {
    opacity: 0.6;
    transform: scale(1);
    filter: blur(0);
  }
  40% {
    opacity: 0;
    transform: scale(1.2);
    filter: blur(1.5rem);
  }
  50% {
    opacity: 0;
    transform: scale(0.5);
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl ul.cta_btm {
  margin: 20px 10% 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl ul.cta_btm {
    display: none;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl ul.cta_btm li {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl ul.cta_btm li {
    margin: 10px 0.5em 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl ul.cta_btm li a {
  color: #4AA17E;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .btn_area {
  text-align: center;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .btn_area {
    position: absolute;
    left: 3%;
    top: 70vh;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .btn_area {
    margin-top: 40px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .btn_area .free_term {
  position: relative;
  display: inline-block;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 22px;
  color: #FE9217;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .btn_area .free_term {
    padding: 0;
    font-size: 20px;
    line-height: auto;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .btn_area .free_term::before,
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .btn_area .free_term::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 2px;
  height: 24px;
  background-color: #FE9217;
  border-radius: 10px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .btn_area .free_term::before {
  margin-right: 15px;
  transform: rotate(-30deg);
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .btn_area .free_term::after {
  margin-left: 8px;
  transform: rotate(30deg);
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .btn_area a {
  text-align: center;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .image_area {
    position: absolute;
    right: -25%;
    bottom: 2vw;
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .image_area {
    position: relative;
    width: 75%;
    margin: 100px auto 0;
    text-align: center;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .image_area .badge {
  position: absolute;
  left: -8vw;
  top: -8vw;
  width: 25vw;
  height: auto;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .image_area .badge {
    top: -50px;
    left: 50px;
    width: 150px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .image_area .award {
  position: absolute;
  right: -8vw;
  top: -9vw;
  border-radius: 5px;
  width: 25vw;
  height: auto;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .image_area .award {
    top: 50px;
    left: -55px;
    width: 125px;
  }
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .login {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .login p {
  margin: 0 0 10px;
  padding: 0;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .login p {
    margin: 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .login a {
  display: inline-block;
  padding: 7px 15px;
  color: #fff;
  background: #4AA17E;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl .login a {
    display: block;
    text-align: center;
  }
}
@keyframes catch_action {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.5);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB {
    height: auto;
    min-height: auto;
    max-height: auto;
    overflow-x: visible;
    background: #FFF;
    background-image: none;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB {
    padding-bottom: 50px;
    background: #FFF;
    background-image: none;
  }
}
@media screen and (max-width: 320px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB {
    background: #FFF;
    background-image: none;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .lp_ttl_wrap {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
  padding: 70px 0 calc(9.09% + 80px);
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .lp_ttl_wrap {
    min-height: auto;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .lp_ttl_wrap {
    min-height: auto;
    height: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .lp_ttl_wrap {
    min-height: auto;
    height: auto;
    padding-top: 70px;
    padding-bottom: 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text {
  position: relative;
  display: block;
  margin: 85px auto 0;
  width: 100%;
  line-height: 120%;
  text-align: center;
  color: #000;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    font-size: 60px;
    text-align: center;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text {
    margin: 60px auto 0;
    font-size: 50px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li {
  width: 9.09%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
  transform: rotate3d(0, 0, 0, 0);
  transform-origin: center center;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li {
    width: 20%;
  }
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li.panel1,
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li.panel11,
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li.panel14,
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li.panel15,
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li.panel16,
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li.panel17,
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li.panel18,
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li.panel19,
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li.panel20,
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li.panel45,
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li.panel55,
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li.blank {
    display: none;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li::before {
  content: "";
  padding-top: 100%;
  display: block;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li.panel_active {
  position: relative;
  transform: rotate3d(0, 1, 0, 180deg);
  background: #C9D66E;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li.panel_active p,
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li.panel_active img {
  transform: rotate3d(0, 1, 0, 180deg);
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li img {
  position: absolute;
  display: inline-block;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 45%;
  height: auto;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li p {
  position: absolute;
  width: 100%;
  bottom: 3%;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  height: 3em;
  line-height: 120%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li p {
    font-size: 0.6rem;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels li p span {
  display: block;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels .color1 {
  background: #58B892;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels .color2 {
  background: #2D9263;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels .color3 {
  background: #47A97F;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels .color4 {
  background: #82CAAD;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels .color5 {
  background: #F8F8F8;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels .color6 {
  background: #E7E7E7;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels .color7 {
  background: #6EC286;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels .color8 {
  background: #389A5B;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels .color9 {
  background: #86CD75;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels .color10 {
  background: #45A250;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels .color11 {
  background: #6CBC66;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels .blank {
  background: #FFF;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels .color5 p,
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.panels .color6 p {
  color: #4AA17E;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text .text_area {
  position: relative;
  padding: 12.5% 0 0;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text .text_area {
    padding: 38.5vw 0;
    background: rgba(255, 255, 255, 0.75);
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.cycle_text {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text ul.cycle_text li.catch_text.action {
  transform: scale(1);
  animation: catch_action 0.5s ease 0s;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text .title {
  width: 48%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text .title {
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text .title {
    width: 100%;
    padding: 0 5% 20px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text h1 {
  width: 100%;
  margin: 0 auto;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text h1 img {
  width: 100%;
  height: auto;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text img {
  margin-top: 10px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text .badge {
  position: absolute;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text .badge {
    width: 127px;
    right: -95px;
    top: -85px;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text .badge {
    width: 25%;
    right: 3vw;
    top: 3vw;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
  }
  *[renewal-ui=false] .lpp #lp_wrapper .lp_ttl.typeB .title_text .badge img {
    margin-top: 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_problem {
  position: relative;
  margin: 200px 0 0;
  padding: 0 0 60px;
  background: #F1F1EC;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_problem {
    margin: 120px 0 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_problem h2 {
  position: relative;
  top: -150px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_problem h2 {
    top: -20vw;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_problem h2 img {
  max-width: 654px;
  height: auto;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_problem h2 img {
    width: 90%;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_problem figure {
  max-width: 1100px;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_problem figure {
    margin: -150px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_problem figure {
    margin: -80px 5% 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_problem figure img {
  max-width: 348px;
  height: auto;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_problem figure img {
    width: 48%;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 {
  position: relative;
  padding: 120px 0;
  background: #F1F1EC;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 {
    padding: 80px 0 60px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 p.catch {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 p.catch {
    font-size: 20px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 p.catch::before,
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 p.catch::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 2px;
  top: 4px;
  height: 40px;
  border-radius: 5px;
  background: #333;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 p.catch::before,
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 p.catch::after {
    height: 20px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 p.catch::before {
  margin-right: 20px;
  transform: rotate(-30deg);
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 p.catch::after {
  margin-left: 10px;
  transform: rotate(30deg);
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 h2 {
  font-size: 60px;
  line-height: 160%;
  color: #79B125;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 h2 {
    font-size: 40px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 h2 strong {
  color: #4AA17E;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 h2 strong {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  color: #333;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 h2 strong {
    vertical-align: middle;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 ul.feature_nav {
  max-width: 1140px;
  margin: 40px auto 60px;
  padding: 0;
  list-style: none;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 ul.feature_nav a {
  display: block;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 ul.feature_nav li {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 ul.feature_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 ul.feature_nav li {
    width: 23%;
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 ul.feature_nav {
    width: 90%;
    margin: 20px auto 30px;
  }
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 ul.feature_nav li {
    width: 100%;
    margin: 10px 0 0;
    border-top: 1px dotted #ccc;
  }
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 ul.feature_nav li a {
    display: block;
    padding: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 ul.feature_nav li figure {
    width: 35%;
    margin: 0;
  }
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 ul.feature_nav li .text_area {
    width: 60%;
    padding: 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 ul.feature_nav h3 {
  font-size: 16px;
  color: #79B125;
  margin: 0;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 ul.feature_nav h3 {
    text-align: left;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 ul.feature_nav p {
  margin: 10px 0 0;
  padding: 0 0 20px;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 ul.feature_nav p {
    padding: 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature {
  position: relative;
  max-width: 1140px;
  margin: 60px auto 0;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature {
    height: 485px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature figure {
  position: absolute;
  width: 700px;
  height: auto;
  right: 0;
  top: 0;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature figure {
    position: relative;
    width: 100%;
    height: auto;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature .text_area {
  position: relative;
  width: 610px;
  height: auto;
  padding: 40px 50px 30px 80px;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature .text_area {
    width: 90%;
    margin: -30px auto 0;
    padding: 35px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature .text_area::before {
  position: absolute;
  left: 35px;
  top: 25px;
  color: #999;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature h3 {
  margin: 0;
  padding: 0;
  color: #4AA17E;
  font-size: 26px;
  line-height: 150%;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature h3 {
    font-size: 19px;
    padding-left: 40px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature h3 span {
  color: #333;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature h3 strong {
  font-size: 54px;
  color: #4AA17E;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature h3 strong {
    font-size: 38px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature p {
  margin: 15px 0 0;
  padding: 0;
  font-size: 15px;
  line-height: 180%;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature p {
    font-size: 14px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature dl {
  margin: 20px 0 0;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature dl dt {
  text-align: center;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature dl dd {
  margin: 5px 0 0;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature.feature1 {
    height: 473px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature.feature1 .text_area::before {
  content: "1";
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature.feature2 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature.feature2 figure {
  order: 1;
  left: 0;
  right: auto;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature.feature2 .text_area {
  order: 2;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature.feature2 .text_area::before {
  content: "2";
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature.feature3 .text_area::before {
  content: "3";
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature.feature4 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature.feature4 figure {
  left: 0;
  right: auto;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature.feature4 .text_area::before {
  content: "4";
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature.feature5 {
    height: 510px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature.feature5 .text_area::before {
  content: "5";
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature.feature5 .slide_wrapper {
  max-width: 416px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature.feature5 .slide_wrapper {
    width: 90%;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_feature4 .feature.feature5 .slide_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_push {
  padding: 100px 0;
  background: #FFF5C1;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_push {
    padding: 40px 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_push .bnr_area {
  position: relative;
  max-width: 918px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_push .bnr_area {
    width: 92%;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_push .bnr_area .cta_area {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 40px;
  width: 100%;
  list-style: none;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_push .bnr_area .cta_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_push .bnr_area .cta_area {
    bottom: 10px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_push .bnr_area .cta_area li {
  margin: 0 10px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_push .bnr_area .cta_area li {
    width: 70%;
    margin: 6px auto 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_push .bnr_area .baloon {
  position: absolute;
  left: -80px;
  top: -50px;
  width: 232px;
  animation: baloon_anime 2s infinite forwards;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_push .bnr_area .baloon {
    width: 32%;
    left: -5%;
    top: -30px;
  }
}
@keyframes baloon_anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  70% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  90% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit {
  position: relative;
  padding: 0;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit {
    padding: 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit h2 {
  font-size: 40px;
  line-height: 160%;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit h2 {
    font-size: 22px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit h2 strong {
  color: #4AA17E;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit h2 strong {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  color: #333;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit h2 strong {
    vertical-align: middle;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article {
  position: relative;
  margin: 40px auto;
  padding: 50px;
  max-width: 1140px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit article {
    padding: 30px 20px 10px;
    width: 90%;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article h3 {
  display: inline-block;
  margin: 0 auto;
  font-size: 30px;
  padding: 0 0 25px;
  background: url("/melt_h3_bg.925f517b.png") bottom center/auto 13px no-repeat;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit article h3 {
    display: block;
    font-size: 20px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article h4 {
  margin: 30px 0 0;
  font-size: 24px;
  color: #79B125;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit article h4 {
    margin: 15px 0 0;
    font-size: 18px;
    text-align: center;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article p {
  margin: 5px 0 30px;
  font-size: 18px;
  color: #333;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit article p {
    font-size: 16px;
    text-align: left;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 {
  background: #fff url("/melit_num1.66d702e6.png") left top/240px auto no-repeat;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 {
    background: #fff url("/melit_num1.66d702e6.png") left top/20% auto no-repeat;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box {
  position: relative;
  background: #F1F9E8;
  margin-top: 60px;
  padding: 40px 0 60px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box {
    padding: 5vw;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .template,
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .template_category {
  max-width: 610px;
  margin: 20px auto 0;
  text-align: left;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box strong {
  font-size: 18px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .flex {
  margin-top: 10px;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .flex.-nowrap {
  flex-wrap: nowrap;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .flex_bt {
  margin-top: 10px;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .flex_bt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .template .select_area {
  width: 100%;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .template_category {
    margin-top: 10px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .template_category .select_area {
  width: 49%;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .template_category .select_area {
    width: 100%;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box * {
  -webkit-appearance: none;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .select_area {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .select_area {
    margin: 0 auto 20px;
    text-align: center;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .select_area::after {
  content: "▼";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  font-size: 10px;
  height: 16px;
  color: #333;
  z-index: 10;
  pointer-events: none;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box select {
  width: 100%;
  position: relative;
  padding: 10px 30px 10px 10px;
  margin: 0 0 0 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: none;
  z-index: 11;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .button,
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box input[type=submit] {
  position: absolute;
  top: -10px;
  right: 0;
  display: block;
  color: #fff;
  width: 100%;
  max-width: 150px;
  margin: 0 0 10px;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all 0.5s ease;
  background: #4AA17E url("/btn_arrow.bc1f9762.svg") right 15px center no-repeat;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .button,
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box input[type=submit] {
    width: 100%;
    max-width: none;
    font-size: 1.6rem;
    line-height: 30px;
    height: 5rem;
    margin: 0 auto 0;
  }
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .button.btn_collect_select,
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box input[type=submit].btn_collect_select {
    margin-bottom: 20px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .button:hover,
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box input[type=submit]:hover {
  background: #66b897 url("/btn_arrow.bc1f9762.svg") right 15px center no-repeat;
  color: #fff;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .button.preview,
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box input[type=submit].preview {
  margin-right: 0;
  border: 1px solid #4AA17E;
  color: #4AA17E;
  background: #fff;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .button.preview,
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box input[type=submit].preview {
    width: 100%;
    margin-right: auto;
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .preview_btn {
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .preview_btn {
    margin: -10px 0 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .preview_btn input[type=button] {
  color: #4AA17E;
  padding: 9px 10px;
  border: 1px solid #4AA17E;
  background: #fff;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 .search_box .preview_btn input[type=button] {
    width: 100%;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 figure {
  position: absolute;
  top: -35px;
  left: 20px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 figure {
    left: 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 figure img {
  max-width: 423px;
  height: auto;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit1 figure.melit_follow img {
  max-width: 984px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit2 {
  background: #fff url("/melit_num2.b5a4d458.png") left top/240px auto no-repeat;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit2 {
    background: #fff url("/melit_num2.b5a4d458.png") left top/20% auto no-repeat;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit2 figure {
  text-align: center;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit2 figure img {
  max-width: 943px;
  height: auto;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit2 figure.melit_pdca img {
  max-width: 970px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit3 {
  background: #fff url("/melit_num3.e380c549.png") left top/240px auto no-repeat;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit3 {
    background: #fff url("/melit_num3.e380c549.png") left top/20% auto no-repeat;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit3 figure {
  text-align: center;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit3 figure img {
  max-width: 953px;
  height: auto;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit3 figure.melit_pdca img {
  max-width: 991px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit4 {
  background: #fff url("/melit_num4.587ea016.png") left top/240px auto no-repeat;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit article.melit4 {
    background: #fff url("/melit_num4.587ea016.png") left top/20% auto no-repeat;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit article .separate {
  margin: 20px auto 0;
  font-size: 24px;
  color: #4AA17E;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit .melit_close {
  font-size: 36px;
  color: #4AA17E;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit .melit_close {
    font-size: 24px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit video {
  width: 90%;
  max-width: 900px;
  margin: 20px auto 0;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit video {
    width: 100%;
    margin: 20px auto 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit .melit_aimentor h5 {
  margin: 30px 0 0;
  font-size: 1.4rem;
  color: #4AA17E;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit .melit_aimentor ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit .melit_aimentor ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit .melit_aimentor ul li {
  padding: 10px;
  background: #4AA17E;
  color: #fff;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit .melit_aimentor ul li {
    width: 32%;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit .translation {
  background: #f5f5f5;
  margin-top: 40px;
  padding: 40px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit .translation {
    padding: 5vw;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit .translation .flex {
  margin: 0;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit .translation .flex {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit .translation .flex h5 {
  font-size: 20px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit .translation .flex h5 {
    font-size: 16px;
    text-align: center;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit .translation .flex h5 span {
  font-size: 24px;
  color: #79B125;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit .translation .flex h5 span {
    font-size: 18px;
  }
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit .translation .flex .text_area {
    width: 55%;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_melit .translation .flex ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit .translation .flex ul {
    margin: 20px 0;
  }
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit .translation .flex ul li {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_melit .translation .flex .image_area {
    width: 40%;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_new_function .title_lead {
  font-size: 24px;
  font-weight: bold;
  color: #4AA17E;
  line-height: 100%;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_new_function h4 {
  font-size: 30px;
  color: #333 !important;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_new_function h4 {
    font-size: 24px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_new_function h4.mb10 {
  margin-bottom: 10px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_new_function h4 strong {
  font-size: 40px;
  color: #4AA17E;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_new_function h4 strong {
    font-size: 26px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_new_function .follow img {
  max-width: 984px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_new_function .stresscheck img {
  max-width: 918px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_new_function .custom_survey img {
  max-width: 981px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_new_function .survey_setting ul {
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_new_function .survey_setting ul {
    margin: 0 10%;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_new_function .survey_setting ul {
    margin: 0;
  }
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_new_function .survey_setting ul li {
    width: 238px;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_new_function .survey_setting ul li {
    width: 48%;
    margin: 0;
    padding: 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_new_function .new {
  background: url("/icon_new.c2f797ab.png") left 5px top 5px/110px auto no-repeat;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_new_function .new {
    background: url("/icon_new.c2f797ab.png") left 5px top 5px/60px auto no-repeat;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_flow {
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_flow {
    margin: 0 auto;
    padding: 60px 0 30px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_flow h2 img {
  max-width: 774px;
  height: auto;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_flow h2 img {
    width: 90%;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_flow figure {
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_flow figure {
    margin: 0 5% 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_flow figure img {
  max-width: 1061px;
  height: auto;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee {
  position: relative;
  margin: 0 auto;
  padding: 60px 0 120px;
  max-width: 1050px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee {
    padding: 40px 0 40px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee h2 {
  font-size: 40px;
  line-height: 160%;
  margin-top: -80px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee h2 {
    font-size: 22px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee h2 strong {
  color: #4AA17E;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee h2 {
    font-size: 26px;
    margin: -40px 5% 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee h2 img {
  width: 100%;
  height: auto;
  max-width: 1100px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table {
  margin: 60px 0 0;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table {
    margin: 30px 5% 0;
    width: 90%;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table table {
  width: 100%;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table th {
  padding: 10px;
  background: #79B125;
  color: #fff;
  border-right: 1px solid #ccc;
  width: 13%;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table th {
    width: 33%;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td {
    width: 33%;
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td:nth-of-type(1) {
    text-align: left;
    font-weight: 600;
    font-size: 16px;
  }
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td .function {
    padding: 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td .function p {
    text-align: left;
  }
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td .function p.w60 {
    width: 60%;
  }
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td .function p.w40 {
    width: 40%;
  }
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td .function p.full {
    width: 100%;
  }
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td .function2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td .function2 p {
    width: 11.6em;
    padding-left: 1.2em;
    text-align: left;
    box-sizing: border-box;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td.pulse_survey {
  background: #F6FFF6;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td.pulse_survey.none {
  background: #F4FFF3 url("/slash.0ff62d96.png") center center/100% 100% no-repeat;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td.standard {
  background: #F6FFFC;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td.standard.none {
  background: #F6FFFC url("/slash.0ff62d96.png") center center/100% 100% no-repeat;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td.standard .function {
    flex-wrap: wrap;
  }
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td.standard .function p {
    width: 49%;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td.pdca {
  background: #EFFEFC;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td.improve {
  background: #F6FAFF;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td.improve p {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td.mix {
  background: #effefc;
  background: -moz-linear-gradient(90deg, #effefc 50%, #f6faff 50%);
  background: -webkit-linear-gradient(90deg, #effefc 50%, #f6faff 50%);
  background: linear-gradient(90deg, #effefc 50%, #f6faff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#effefc", endColorstr="#f6faff", GradientType=1);
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td p {
  margin: 0;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td p .smart {
    display: inline-block;
    transform: scale(0.65, 1);
    text-align: left;
    transform-origin: left;
    white-space: nowrap;
  }
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td p .smart2 {
    display: inline-block;
    transform: scale(0.8, 1);
    text-align: left;
    transform-origin: left;
    white-space: nowrap;
  }
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td p .smart3 {
    display: inline-block;
    transform: scale(0.9, 1);
    text-align: left;
    transform-origin: left;
    white-space: nowrap;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td .smart4 {
  display: inline-block;
  transform: scale(0.9, 1);
  text-align: left;
  transform-origin: center;
  white-space: nowrap;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table td strong {
  display: block;
  font-size: 16px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table tr.function_line .pulse_survey,
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table tr.function_line .standard,
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table tr.function_line .pdca,
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table tr.function_line .improve {
  vertical-align: top;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table tr.price td {
  font-size: 18px;
  font-weight: 600;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table tr.price td:nth-of-type(1) {
  font-size: 16px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp {
  margin: 0 5%;
  padding: 0;
  list-style: none;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp li {
  margin: 0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp h3 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 0 5px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp dl {
  margin: 0;
  padding: 0;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp dl dt {
  font-size: 16px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp dl dd {
  margin: 5px 0 10px;
  font-size: 14px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp dl dd.function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp dl dd strong {
  display: block;
  width: 100%;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp dl dd .plus {
  width: 100%;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp .pulse_survey {
  background: #F6FFF6;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp .pulse_survey h3 {
  color: #60B981;
  border-bottom: 2px solid #60B981;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp .pulse_survey dt {
  color: #60B981;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp .standard {
  margin-top: 20px;
  background: #F6FFFC;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp .standard h3 {
  color: #4AA17E;
  border-bottom: 2px solid #4AA17E;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp .standard dt {
  color: #4AA17E;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp .pdca {
  margin-top: 20px;
  background: #EFFEFC;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp .pdca h3 {
  color: #4AA1A1;
  border-bottom: 2px solid #4AA1A1;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp .pdca dt {
  color: #4AA1A1;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp .improve {
  margin-top: 20px;
  background: #F6FAFF;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp .improve h3 {
  color: #416CAC;
  border-bottom: 2px solid #416CAC;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .price_table .price_list_sp .improve dt {
  color: #416CAC;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support {
  margin: 60px 0 0;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support {
    margin: 0;
    padding: 20px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support h3 {
  margin: 0 0 20px;
  padding: 70px 0 0;
  font-size: 40px;
  line-height: 160%;
  color: #4AA17E;
  background: url("/icon_support.16fb4c53.png") center top no-repeat;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support h3 {
    font-size: 22px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support h3 strong {
  color: #4AA17E;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support p {
    font-size: 14px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support h4 {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support h4 {
    padding: 0;
    font-size: 16px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support ul.support_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support ul.support_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support ul.support_list li {
  list-style: none;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support ul.support_list li.support_detail {
  position: relative;
  background: #fff;
  margin: 20px 0 0;
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support ul.support_list li.support_detail {
    width: 36%;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support ul.support_list li.support_detail {
    padding: 20px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support ul.support_list li.support_detail p.catch {
  position: absolute;
  top: -15px;
  width: calc(100% - 40px);
  background: #4AA17E;
  color: #fff;
  line-height: 30px;
  border-radius: 50px;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support ul.support_list li.support_detail p.catch {
    width: calc(100% - 60px);
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support ul.support_list li.support_detail h4 {
  color: #4AA17E;
  line-height: 200%;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support ul.support_list li.support_detail h4 span {
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support ul.support_list li.support_detail h4 span {
    font-size: 30px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support ul.support_list li.support_detail ul {
  display: inline-block;
  margin: 10px 0 0;
  padding: 0;
  text-align: left;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support ul.support_list li.support_detail ul li {
  position: relative;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support ul.support_list li.support_detail ul li {
    padding: 2px 0;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support ul.support_list li.support_detail ul li {
    padding: 0 0 0 1.3em;
    text-align: left;
    font-size: 13px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support ul.support_list li.support_detail ul li::before {
  content: "●";
  color: #333;
  margin: 0 10px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support ul.support_list li.support_detail ul li::before {
    position: absolute;
    left: 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support ul.support_list .support2 {
  margin: 20px 0 0;
  background: #f6f6f6;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support ul.support_list .support2 {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support ul.support_list .support2 {
    margin: 50px 0 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support .fee {
  background: #E0F2E5;
  display: inline-block;
  margin: 10px 0 0;
  padding: 3px 10px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support .adviser_profile {
  background: #f6f6f6;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support .adviser_profile {
    padding: 40px 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support .adviser_profile {
    padding: 20px 20px 20px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support .adviser_profile figure {
  width: 150px;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support .adviser_profile figure {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support .adviser_profile figure {
    width: 150px;
    margin: -50px auto 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support .adviser_profile .text_area {
  padding: 30px 0 0 40px;
  min-height: 100px;
  text-align: left;
  background: url("/support_blockquote.8ca4cb59.png") left top no-repeat;
  box-sizing: border-box;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support .adviser_profile .text_area {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support .adviser_profile .text_area {
    margin: -10px 0 0;
    padding: 30px 5% 0;
    background: url("/support_blockquote.8ca4cb59.png") left top/18px auto no-repeat;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support .adviser_profile .text_area p {
  margin: 20px 0 0;
  font-size: 14px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support .adviser_profile .text_area p strong {
  font-size: 16px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support .recommend_text {
  color: #4AA17E;
  margin: 30px 0 0;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support .recommend_text {
    font-size: 20px;
    text-align: center;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support .btn_area {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support .btn_area {
    width: 100%;
    margin: 30px auto 0;
  }
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .after_support .btn_area a {
    font-size: 17px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_fee .attention {
  margin: 10px auto 0;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_fee .attention {
    margin: 10px 5% 0;
    text-align: left;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_service {
  padding: 0 0 120px;
  background: #F1F1EC;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_service {
    margin-top: 100px;
    padding-bottom: 20px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_service .wrapper {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 120px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_service .wrapper {
    padding-top: 60px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_service .flag {
  position: absolute;
  left: 0;
  top: -35px;
  max-width: 423px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_service .flag {
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_service .read {
  margin: 0 0 40px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_service .read {
    font-size: 18px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_service .read img {
  margin-top: 20px;
  width: 260px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_service .read img {
    width: 60%;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_service h2 img {
  max-width: 911px;
  height: auto;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_service h2 img {
    width: 90%;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_service article {
  position: relative;
  margin: 40px auto;
  padding: 50px;
  max-width: 1140px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_service article {
    padding: 30px 20px 10px;
    width: 90%;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_service article a:hover {
  opacity: 1;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_plus {
  padding-top: 0;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_plus h3 .option {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 8px;
  font-size: 20px;
  color: #4AA17E;
  background: #efefef;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_plus h3 .option {
    margin-right: 0;
    font-size: 14px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_plus .title_lead {
  font-size: 24px;
  font-weight: bold;
  color: #4AA17E;
  line-height: 100%;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_plus h4 {
  font-size: 30px;
  color: #333 !important;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_plus h4 {
    font-size: 24px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_plus h4.mb10 {
  margin-bottom: 10px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_plus h4 strong {
  font-size: 40px;
  color: #4AA17E;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_plus h4 strong {
    font-size: 26px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_plus .new {
  background: url("/icon_new.c2f797ab.png") left 5px top 5px/110px auto no-repeat;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_plus .new {
    padding-top: 20px;
    background: url("/icon_new.c2f797ab.png") left 5px top 5px/60px auto no-repeat;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_plus .plus_introduction {
  margin: 30px 0 0;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_plus .plus_introduction {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_plus .plus_introduction .bx-wrapper {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_plus .plus_introduction .bx-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_plus .plus_introduction .slider_box {
    order: 2;
    width: calc(100% - 400px);
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_plus .plus_introduction .slider_plus img {
  width: 100%;
  height: auto;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_plus .plus_introduction .slider_plus p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  text-align: left;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_plus .plus_introduction .slider_plus .plus_title {
  position: relative;
  margin: 0 2px 20px;
  padding: 5px 10px;
  font-size: 14px;
  background: #4AA17E;
  color: #fff;
  border-radius: 5px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_plus .plus_introduction .slider_plus .plus_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #4AA17E transparent transparent transparent;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_plus .plus_introduction .slider_plus .plus_title strong {
  font-size: 20px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_plus .plus_introduction .slider_plus_nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_plus .plus_introduction .slider_plus_nav {
    order: 1;
    width: 367px;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_plus .plus_introduction .slider_plus_nav {
    display: none;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_plus .plus_introduction .slider_plus_nav li {
  margin: 0 0 10px;
  text-align: left;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_plus .plus_introduction .slider_plus_nav a {
  padding: 15px;
  display: block;
  color: #333;
  background: url("/plus_nav_bg.76ede547.png") left center/100% 100% no-repeat;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_plus .plus_introduction .slider_plus_nav a.active {
  background: url("/plus_nav_bg_active.2d10eacd.png") left center/100% 100% no-repeat;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_plus .plus_introduction .slider_plus_nav a strong {
  color: #4AA17E;
  font-size: 1.4rem;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_faq {
  padding: 120px 0;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_faq {
    padding: 60px 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_faq h2 {
  font-size: 40px;
  line-height: 160%;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_faq h2 {
    font-size: 22px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_faq h2 strong {
  color: #4AA17E;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_faq h2 {
    font-size: 26px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_faq h3 {
  margin: 40px 0 20px;
  font-size: 26px;
  color: #4AA17E;
  text-align: left;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_faq h3 {
    font-size: 20px;
    text-align: center;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_faq dl {
  text-align: left;
  margin: 0;
  padding: 15px 0 10px;
  border-top: 1px dotted #ccc;
  margin: 0 auto;
  max-width: 1050px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_faq dl {
    width: 94%;
    margin: 0 auto;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_faq dl:nth-of-type(1) {
  border-top: none;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_faq dl dt {
  min-height: 52px;
  margin: 0;
  padding: 13px 0 0 70px;
  font-size: 18px;
  background: url("/faq_icon.c26c3fe0.svg") left top no-repeat;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_faq dl dt {
    padding: 5px 0 0 50px;
    font-size: 16px;
    background: url("/faq_icon.c26c3fe0.svg") left top/40px auto no-repeat;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_faq dl dd {
  display: none;
  padding: 0 0 0 70px;
  margin: 0 0 10px;
  padding-top: 10px;
  line-height: 180%;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_faq dl dd {
    padding: 0 0 0 50px;
    font-size: 14px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_faq dl ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_faq dl ul li {
    margin-top: 10px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_faq dl .annotation {
  font-size: 14px;
  color: #555;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_faq dl .annotation {
    font-size: 12px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_introduction {
  position: relative;
  margin: 0 auto;
  padding: 100px 0 100px;
  background: url("/intro_bg1.09f56e09.png") center top/205px auto no-repeat;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_introduction {
    padding: 60px 3%;
    background: url("/intro_bg1.09f56e09.png") center top/30% auto no-repeat;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_introduction .catch {
  padding: 0 0 25px;
  background: url("/melt_h3_bg.925f517b.png") bottom center/auto 13px no-repeat;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_introduction .catch p {
  margin-top: 60px;
  font-size: 40px;
  line-height: 150%;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_introduction .catch p {
    font-size: 26px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_introduction .catch p strong {
  font-size: 60px;
  color: #79B125;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_introduction .catch p strong {
    font-size: 30px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_introduction h2 {
  margin-top: 40px;
  font-size: 40px;
  line-height: 130%;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_introduction h2 {
    font-size: 26px;
    margin: 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_introduction h2 span {
  color: #79B125;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_introduction figure {
  margin: 30px auto 0;
  max-width: 1050px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_introduction figure {
    margin: 10px auto 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_introduction figure figcaption {
  font-size: 12px;
  text-align: left;
}
*[renewal-ui=false] .lpp #lp_wrapper .btn_area {
  position: relative;
  width: 85%;
  max-width: 450px;
  height: 90px;
  margin: 80px auto 0;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .btn_area {
    height: 70px;
    margin: 30px auto 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .btn_area a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 450px;
  height: 90px;
  font-size: 24px;
  line-height: 90px;
  color: #fff;
  text-align: center;
  padding-left: 30px;
  background: rgba(254, 146, 23, 0.95) url("/btn_arrow_lp.90b099a7.svg") left 30px center no-repeat;
  border: 1px solid #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .btn_area a {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  *[renewal-ui=false] .lpp #lp_wrapper .btn_area a {
    font-size: 18px;
    background: rgba(254, 146, 23, 0.95) url("/btn_arrow_lp.90b099a7.svg") left 20px center no-repeat;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .btn_area a:hover {
  opacity: 1;
  background-color: #f08001;
  text-decoration: none;
}
*[renewal-ui=false] .lpp #lp_wrapper .btn_area.green a {
  background: #5FC25F url("/btn_arrow_lp.90b099a7.svg") left 30px center no-repeat;
}
*[renewal-ui=false] .lpp #lp_wrapper .btn_area.green a:hover {
  opacity: 1;
  background-color: #419e99;
  text-decoration: none;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_close {
  padding: 70px 0 60px;
  box-sizing: border-box;
  background: #ECF5FC url("/close_bg.76398f57.jpg") center center/100% auto no-repeat;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_close {
    padding: 40px 0 40px;
    height: auto;
    background: #ECF5FC url("/close_bg_sp.e85de3b9.jpg") center center/cover no-repeat;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_close h2 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #406B00;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_close h2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_close h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_close h2::before,
*[renewal-ui=false] .lpp #lp_wrapper .lp_close h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 4px;
  height: 50px;
  background: #406B00;
  border-radius: 2px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_close h2::before,
*[renewal-ui=false] .lpp #lp_wrapper .lp_close h2::after {
    width: 2px;
    height: 40px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_close h2::before {
  left: -40px;
  transform: rotate(-30deg);
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_close h2::before {
    left: -30px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_close h2::after {
  right: -30px;
  transform: rotate(30deg);
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_close h2::after {
    right: -20px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_close figure {
  position: relative;
  top: 10px;
  width: 420px;
  margin: 0 auto 0;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_close .btn_area {
  margin: 20px auto 0;
  padding: 0;
  width: 100%;
  max-width: 750px;
  height: auto;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_close .btn_area {
    margin: 10px auto 0;
    width: 80%;
  }
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_close .btn_area .sub_btn li {
    width: 420px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_close .btn_area .sub_btn li img {
  max-width: 420px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_close a {
  z-index: 1000;
  border: none;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_close p.demo {
  margin: 20px 0 0;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_close p.demo a {
  display: inline-block;
  color: #44789B;
  padding: 0 0 0 30px;
  background: url("/btn_arrow_lp.90b099a7.svg") left center no-repeat;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_movie {
  margin: 100px auto 60px;
  max-width: 1000px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_movie {
    margin: 40px 3% 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_movie h2 {
  font-size: 40px;
  line-height: 160%;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_movie h2 {
    font-size: 22px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_movie h2 strong {
  color: #4AA17E;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .lp_movie h2 {
    font-size: 26px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_movie .frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-top: 30px;
}
*[renewal-ui=false] .lpp #lp_wrapper .lp_movie .frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
*[renewal-ui=false] .lpp #lp_wrapper .mask {
  overflow: hidden;
  margin: 20px auto 0;
  height: 20px;
}
*[renewal-ui=false] .lpp #lp_wrapper .mask:after {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 8px #ddd;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact {
  padding: 30px 0;
  background: #ecf5fc;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact .mailform {
  padding: 0;
  color: #222;
  margin: 10px auto 0;
  background: #fff;
  border: 2px solid #ecae30;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact table th,
*[renewal-ui=false] .lpp #lp_wrapper .contact table td {
  padding: 15px 0;
  vertical-align: middle;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact table th {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  width: 35%;
  position: relative;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact table td {
  width: 75%;
  padding: 10px 30px;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact .form-text,
*[renewal-ui=false] .lpp #lp_wrapper .contact .form-textarea {
  width: 100%;
  height: 45px;
  border: 1px solid #D6D6D6;
  background: #fff;
  padding: 3px;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 4px;
  font-size: 14px;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact .form-textarea {
  height: 120px;
}
*[renewal-ui=false] .lpp #lp_wrapper input[type=submit],
*[renewal-ui=false] .lpp #lp_wrapper input[type=button] {
  cursor: pointer;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact table th:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 38px;
  height: 24px;
  background-size: cover;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact table th.hissu:before {
  background: url(/contact-hissu.5df11e7a.png) no-repeat;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact table th.nini:before {
  background: url(/contact-nini.92580ddc.png) no-repeat;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact input[type=radio] {
  display: inline-block;
  margin-right: 6px;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact input[type=radio] + label {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact input[type=radio] {
  display: none;
  margin: 0;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact input[type=radio] + label {
  padding: 0 0 0 24px;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact input[type=radio] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact input[type=radio] + label::before {
  border: 1px solid #999;
  border-radius: 30px;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #ff2900;
  border-radius: 8px;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact input[type=radio]:checked + label {
  color: #ff2900;
  font-weight: bold;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact input[type=radio]:checked + label::before {
  border: 1px solid #ff2900;
}
*[renewal-ui=false] .lpp #lp_wrapper .confirm table th,
*[renewal-ui=false] .lpp #lp_wrapper .confirm table td {
  border-bottom: 1px dotted #CCC;
}
*[renewal-ui=false] .lpp #lp_wrapper .form-btn-conf {
  background: url(/contact-confirm.176023f3.png) center no-repeat;
  background-size: contain;
}
*[renewal-ui=false] .lpp #lp_wrapper .form-btn-back {
  background: url(/contact-back.45e7d5dc.png) center no-repeat;
  background-size: contain;
}
*[renewal-ui=false] .lpp #lp_wrapper .form-btn-send {
  background: url(/contact-send.901809c0.png) center no-repeat;
  background-size: contain;
}
*[renewal-ui=false] .lpp #lp_wrapper .form-btn {
  width: 290px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
  text-indent: -999px;
}
*[renewal-ui=false] .lpp #lp_wrapper .form-btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.5s;
}
*[renewal-ui=false] .lpp #lp_wrapper .mail-btn li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact .footer p {
  font-weight: normal;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact .footer p span {
  font-weight: bold;
}
*[renewal-ui=false] .lpp #lp_wrapper .copyright {
  text-align: center;
  padding: 15px;
  font-size: 12px;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact .cfm {
  background: #FFF;
  padding: 10px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  margin: 0;
  color: #333;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact .thx {
  padding: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  margin: 0;
  color: #000;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact .thx p {
  color: #222;
  font-weight: normal;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact .btn-tosite {
  background-color: #555;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 50px 2px 0;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
}
*[renewal-ui=false] .lpp #lp_wrapper .contact .s {
  font-size: 11px;
  color: #999;
}
*[renewal-ui=false] .lpp #lp_wrapper #formWrap {
  text-align: center;
}
*[renewal-ui=false] .lpp #lp_wrapper .formwrap {
  padding: 20px;
  margin: 20px 0;
}
*[renewal-ui=false] .lpp #lp_wrapper .error,
*[renewal-ui=false] .lpp #lp_wrapper .error_messe {
  color: red;
}
*[renewal-ui=false] .lpp #lp_wrapper .bold {
  font-size: 16px;
  font-weight: bold;
}
*[renewal-ui=false] .lpp #lp_wrapper #contact .footer p {
  font-weight: normal;
}
*[renewal-ui=false] .lpp #lp_wrapper #contact .footer p span {
  font-weight: bold;
}
*[renewal-ui=false] .lpp #lp_wrapper .copyright {
  text-align: center;
  padding: 15px;
  font-size: 12px;
}
*[renewal-ui=false] .lpp #lp_wrapper #contact .thx {
  background: #FFF;
  padding: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  margin: 0;
  color: #000;
}
*[renewal-ui=false] .lpp #lp_wrapper #contact .thx p {
  color: #222;
  font-weight: normal;
}
*[renewal-ui=false] .lpp #lp_wrapper #contact .btn-tosite {
  background-color: #555;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 50px 2px 0;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
}
*[renewal-ui=false] .lpp #lp_wrapper #contact.confirm p {
  color: #222;
  font-weight: normal;
  font-size: 16px;
}
*[renewal-ui=false] .lpp #lp_wrapper #contact.confirm .error,
*[renewal-ui=false] .lpp #lp_wrapper #contact.confirm .error_messe {
  color: red;
}
*[renewal-ui=false] .lpp #lp_wrapper #formWrap {
  text-align: center;
}
*[renewal-ui=false] .lpp #lp_wrapper .formwrap {
  padding: 20px;
  margin: 20px 0;
}
*[renewal-ui=false] .lpp #lp_wrapper .cln {
  border-top: 1px solid #eee;
}
*[renewal-ui=false] .lpp #lp_wrapper #contact_form {
  background: none;
}
*[renewal-ui=false] .lpp #lp_wrapper #contact_form .mailform {
  max-width: 900px;
  margin: 0 auto;
  border-color: #4AA17E;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper #contact_form .mailform {
    margin: 0 5%;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper #contact_form .mailform h2 {
  display: block;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  background: #4AA17E;
  border-radius: 6px 6px 0 0;
}
*[renewal-ui=false] .lpp #lp_wrapper #contact_form .mailform h2::before,
*[renewal-ui=false] .lpp #lp_wrapper #contact_form .mailform h2::after {
  display: none;
}
*[renewal-ui=false] .lpp #lp_wrapper #contact_form .mailform table {
  width: 94%;
  margin: 30px auto 0;
}
*[renewal-ui=false] .lpp #lp_wrapper #contact_form .mailform table th {
  width: 25% !important;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper #contact_form .mailform table th {
    display: block;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper #contact_form .mailform table td {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper #contact_form .mailform table td {
    margin: 0 0 10px;
    display: block;
    width: 100% !important;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper #contact_form .mailform table td input[type=text] {
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
}
*[renewal-ui=false] .lpp #lp_wrapper #contact_form .mailform .terms-block {
  margin: 30px 30px 0;
  padding: 20px;
  font-size: 14px;
  background: #f6f6f6;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper #contact_form .mailform .terms-block {
    margin: 10px 4%;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper #contact_form .mailform .terms-block .terms-inner {
  background: #fff;
  padding: 20px;
  height: 150px;
  overflow-y: auto;
  text-align: left;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper #contact_form input[type=submit] {
    display: inline-block;
    margin: 20px 0 40px;
    width: 447px;
    height: 92px;
    background: url("/form_btn.82d9547e.png") center top no-repeat;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper #contact_form input[type=submit] {
    display: inline-block;
    margin: 0 auto 10px;
    width: 94%;
    height: 17vw;
    background: url("/form_btn.82d9547e.png") center top/100% auto no-repeat;
  }
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .for-sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .for-pc {
    display: none;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .form_confirm_ver2.contact {
  background: #EDFBEB;
}
*[renewal-ui=false] .lpp #lp_wrapper .form_confirm_ver2 .wmain {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .form_confirm_ver2 .wmain {
    margin: 0 5%;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .form_confirm_ver2 .mail-btn {
  padding: 0;
}
*[renewal-ui=false] .lpp #lp_wrapper .form_confirm_ver2 .form-btn {
  width: 293px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  text-indent: -999px;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp #lp_wrapper .form_confirm_ver2 .form-btn {
    margin: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp #lp_wrapper .form_confirm_ver2 .form-btn {
    margin: 10px 0;
  }
}
*[renewal-ui=false] .lpp #lp_wrapper .form_confirm_ver2 .form-btn-back {
  background: url(/confirm_back.f3712cac.png) center no-repeat;
  background-size: contain;
  padding: 0;
}
*[renewal-ui=false] .lpp #lp_wrapper .form_confirm_ver2 .form-btn-send {
  background: url(/confirm_submit.130d25f8.png) center no-repeat;
  background-size: contain;
  padding: 0;
}
*[renewal-ui=false] .lpp .modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  z-index: 11000;
}
*[renewal-ui=false] .lpp .show_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  padding: 50px 30px 30px;
  max-width: 1000px;
  max-height: 90vh;
  background: #fff;
  border-radius: 10px;
  z-index: 11001;
}
*[renewal-ui=false] .lpp .show_modal.modal2 {
  max-height: 750px;
}
*[renewal-ui=false] .lpp .show_modal.modal3 {
  max-height: 500px;
}
*[renewal-ui=false] .lpp .show_modal img {
  max-height: 100%;
  width: auto;
}
*[renewal-ui=false] .lpp .modal_close {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 40px;
  color: #666;
  font-weight: 100;
  cursor: pointer;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .lpp .fadein {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 650ms;
  }
  *[renewal-ui=false] .lpp .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
}
*[renewal-ui=false] .lpp footer {
  padding: 40px 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background: #333;
  text-align: center;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp footer {
    padding: 20px 0;
  }
}
*[renewal-ui=false] .lpp footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: -0.4em;
}
*[renewal-ui=false] .lpp footer ul li {
  display: inline-block;
  letter-spacing: 0;
  margin: 0 10px;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp footer ul li {
    width: 40%;
    font-size: 12px;
  }
}
*[renewal-ui=false] .lpp footer ul li a {
  color: #fff !important;
}
*[renewal-ui=false] .lpp footer ul li a:hover {
  color: #ccc !important;
}
*[renewal-ui=false] .lpp footer .copyright {
  margin: 30px 0 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  *[renewal-ui=false] .lpp footer .copyright {
    font-size: 12px;
  }
}

/*# sourceMappingURL=lp.css.map */