
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');
body{
  background: #F8F8F8;margin: 0 auto;font-family: 'M PLUS Rounded 1c', sans-serif;font-size: 14px;}
.no-scrollbar {
  overflow: hidden;}
.main{
  overflow-x: hidden; max-width: 480px;box-shadow: 0 2px 8px rgba(64, 62, 61, .1);margin: 0 auto;background: #fff;}
.lp-p{
  padding: 2rem;line-height: 2;}
.lp-h1 span{
  display: block;font-size: 13px;color: #FF7CB4;font-weight: 400;}
.lp-h1 {
  position: relative;color: #333;text-align: center;font-size: 24px;}
.lp-h1:before {
  content: '';display: inline-block;position: absolute;bottom: -10px;left: 50%;transform: translateX(-50%);width: 60px;height: 3px;border-radius: 3px;background-color: #FF7CB4;}
.lp-list {
  position: relative;padding: 1.5em 1em 1em 2.5em;border: 1px solid #FF7CB4;margin: 2rem;}
.lp-list > div {
  position: absolute;top: -.75em;left: 1em;padding: 0 .5em;background-color: #fff;color: #FF7CB4;font-weight: 600;}
.lp-list ul {
  list-style-type: disc;margin: 0;padding: 0rem 1.5rem;}
.lp-list li {
  padding: .3em .3em .3em 0;}
.lp-list li a{
  color: #333;text-decoration: none;}
.lp-list li::marker {
  color: #FF7CB4;font-size: 15px;}
.lp-h2 {
  padding-bottom: 10px;font-size: 18px;margin: 2rem;padding: 0rem 0rem 1rem 1rem;background-image: repeating-linear-gradient(90deg, #FF7CB4 0, #FF7CB4 2px, rgba(0,0,0,0) 2px, rgba(0,0,0,0) 4px);background-size: 4px 6px;background-repeat: repeat-x;background-position: center bottom;text-align: center;}
.lp-h3 {
  position: relative;padding: .5em .7em .4em;border-bottom: 1px solid #ddd;color: #333333;margin: 2rem;font-size: 15px;color: #333;}
.lp-h3::before,.lp-h3::after {
  position: absolute;left: 50%;transform: translateX(-50%);bottom: -12px;width: 30px;height: 12px;clip-path: polygon(0 0, 100% 0, 50% 100%);content: '';}
.lp-h3::before {
  background-color: #ddd;}
.lp-h3::after {
  bottom: -11px;background-color: #fff;}
a.lp-link{
  border: solid 1px #FF7CB4;padding:0.5rem 1rem;border-radius: 30px;text-decoration: none;color: #FF7CB4;display: block;width: 70%;text-align: center;margin: 0 auto;margin-top: 20px;}
a.lp-link:hover{
  background: #fcf2c7;transition: 0.5s;}
.yellow_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff200 0%) repeat scroll 0 0;font-weight: 500;text-shadow: 0px 0px 10px #fff;font-weight: 700;}
.lp-p2{
  padding:2rem;line-height: 1.8;font-size: 13px;border: solid #eee 1px;margin: 2rem;border-radius: 5px;}
.lp-table{
  width: 80%;margin: 0 auto;border: solid 1px;margin-bottom: 1rem;}
table.lp-table{
  border-collapse: collapse;text-align: center;}
.lp-table td{
  border: solid 1px #ddd;font-size: 13px;padding: 0.3rem;}
.lp-table th{
  border: solid 1px #ddd;font-size: 14px;background: #eee;padding: 0.3rem;}
.fade-body{
  animation: fade-body 0.5s ease-in-out;}@keyframes fade-body {0% {opacity: 0;}100% {opacity: 1;}}
.copyright02{
  background: #eee;color: #302E2E;text-align: center;padding: 2rem;margin-bottom: 0px;}
