@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Ravi+Prakash&display=swap');

/* CSS Document */

/* reset *************************************************************/
body {line-height:1; margin:0; font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;}
h1, h2, h3, h4, h5, h6, p {margin:0; font-weight:normal; display:block;}
article,footer,header {display:block;}
ul,li {list-style:none; padding:0;margin:0;}
dl,dt,dd {padding:0; margin:0;}
table,tr,td {border:0;padding:0;margin:0;}
a {color:#3c68c3;}
img {vertical-align:baseline; border:0; padding:0; margin:0;}
div {margin:0;padding:0;}
button {background: transparent;border: 0; outline: none;}
/* //reset *************************************************************/

*{
  box-sizing: border-box;
}
body,html {
  height: 100%;
}
html {
  font-size: 62.5%;
}
body {
    width: 100%;
    max-width: 750px;
    font-size: 1.4rem;
    margin: 0 auto;
    color: #252525;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}
a {
    -webkit-tap-highlight-color:rgba(0,0,0,0.2);
}
p {
  margin-bottom: 1.5rem;  
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}
p img {
    display: block;
}
#wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
header {
    padding: 20px 0 0;
}
header ul {
    display: flex;
    margin: 0 auto;
    width: 300%;
    justify-content: center;
    transform: translateX(-50%);
}
header li {
    background: #000;
    margin: 0 1%;
    width: 98%;
    height: 200px;
}

.head {
    display: block;
    padding: 20px;
    color: #FFF;
    background: #EE486D;
}
.swiper-slide {
    border-radius: 3px;
    overflow: hidden;
}
.swiper-pagination {
    position: relative;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}
.swiper-pagination-bullet {
    border: 1px solid #B1B1B1;
    background: #FFF;
}
.swiper-pagination-bullet-active {
    background: #B1B1B1;
}

/***************************/
section {
    padding: 25px 0;
}
section.nospace {
    padding-top: 0;
    padding-bottom: 0;
}
.inner {
  width: 100%;
  margin: 0 auto;
  padding-right: 4.44%;
  padding-left: 4.44%;
}


em {
  font-weight: bold;
  font-style: normal;
  color: #EE486D;
}
em.bronze {
  color: #D68E21;
}
h1.page_title {
    text-align: center;
    font-weight: bold;
    margin: 20px auto;
    font-size: 2.4rem;
}
hr {
    margin: 20px 0;
    border-top: 1px solid #E0E0E0;
}
.information {
    padding-bottom: 0;
}
.information div {
    padding: 10px 15px;
    border: 2px solid #FF0000;
}
.information p {
    margin: 1.5rem 0 0 0;
}
.information p:first-child {
    margin: 0;
}
.title_line {
    margin: 0 auto 25px;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
}
.title_line span {
    padding: 5px 0;
    border-bottom: 3px #EE486D solid;
}
.topics {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.topics li {
    width: 48%;
    margin-bottom: 4%;
}
.blog {
    background: #F0F0F0;
}
.blog .title_line span {
    border-bottom: 3px #4874EE solid;
}
.blog ul {
    border-top: 2px dotted #DDD;    
}
.blog li {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: space-around;
    border-bottom: 2px dotted #DDD;
}
.blog li div {
    width: 18%
    overflow: hidden;
}
.blog li img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.blog dl {
    width: 78%;
    margin-left: 10px;
}
.blog dt {
    font-size: 1.2rem;
    color: #211E34;
}
.menu_list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.menu_list li {
    width: 49%;
    margin-top: 2%;
    text-align: center;
    border: 1px solid #202020;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.menu_list li img {
    display: block;
    margin: 5px auto;
}
.menu_list li:last-child {
    width: 100%;
}
.menu_list li:last-child img {
    display: inline-block;
    width: 30px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.menu_list li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #202020;
    text-decoration: none;
}

.special_offer {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 750px;
    z-index: 999;
}
.special_offer .title {
    position: relative;
    background: #353945;
    padding: 10px 4%;
    color: #FFF;
    font-size: 1.6rem;
    border-top: 1px solid #61646E;
}
.special_offer_banner {
    display: none;
    background: #FFF;
}
.toggle-arrow span:after {
    position: absolute;
    top: 15px;
    right: 26px;
    content: "";
    display: inline-block;
    width: 3px;
    height: 16px;
    border-radius: 4px;
    background: #FFF;
    transition: 0.2s;
    transform: rotate(45deg);
}
.toggle-arrow span:before {
    position: absolute;
    top: 15px;
    right: 16px;
    content: "";
    display: inline-block;
    width: 3px;
    height: 16px;
    border-radius: 4px;
    background: #FFF;
    transition: 0.2s;
    transform: rotate(135deg);
}

.toggle-arrow span.active:after {
    transform: rotate(135deg);
}
.toggle-arrow span.active:before {
    transform: rotate(225deg);
}
.special_offer_banner {
    overflow-x: scroll;
}
.special_offer_banner ul {
    display: flex;
    -webkit-overflow-scrolling: touch;
    width: auto;
}
.special_offer_banner ul li {
    width: 70%;
    padding: 10px;
    flex-grow: 0;
    flex-shrink: 0;
}
span.now {
    color: #FF0000;
    font-weight: bold;
    margin-right: 5px;
    animation:.3s linear infinite alternate now;
}
@keyframes now {
    0% { opacity: 1;}
    70% { opacity: 1;}
    100%   { opacity: 0; }
}

.time {
    margin-top: 5px;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    border: 1px solid #CECECE;
    font-size: 1.2rem;
}
.time .count {
    color: #FF0000;
}
.special_offer_banner a {
    text-decoration: none;
}
footer {
    background: #353945;
}
.footer_menu {
    display: flex;
    flex-flow: column;
}
.footer_menu > li {
    position: relative;
    min-height: 40px;
    color: #FFF;
    border-top: 1px solid #61646E;
    align-items: center;
}
.footer_menu img {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.child span {
    position: relative;
}

.child span:after {
    position: absolute;
    top: 18px;
    right: 15px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 3px;
    border-radius: 4px;
    background: #FFF;
    transition: 0.2s;
    transform: rotate(0);
}
.child span:before {
    position: absolute;
    top: 18px;
    right: 15px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 3px;
    border-radius: 4px;
    background: #FFF;
    transition: 0.2s;
    transform: rotate(90deg);
}
.child span.active:after {
    right: 23px;
    transform: rotate(45deg);
}
.child span.active:before {
    right: 10px;
    transform: rotate(135deg);
}


.child ul {
    display: none;
    border-top: 1px solid #61646E;
}
.child li {
    padding-left: 16%;
    background: #23262E;
}
.child span,
.footer_menu > li a {
    display: block;
    padding: 0 4.44%;
    color: #FFF;
    line-height: 40px;
    text-decoration: none;
}
.child li a {
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #61646E;
}
.child li:last-child a {
    border: none;
}
/*----------------
    howto
----------------*/
.howto_menu {
    padding-top: 20px;
}
.howto_menu ul {
    display: flex;
    justify-content: space-around;
    margin: 20px auto;
}
.howto_menu span {
    width: 70%;
    margin: 0 auto;
    background: #F2F2F2;
    border-radius: 50%;
    transition: 0.3s;
}
.howto_menu .active span {
    background: #A6BEFF;
}
.howto_menu li {
    display: flex;
    width: 30%;
    margin: 0 1%;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    flex-flow: column;
}
.howto_menu li div {
    margin-top: 10px;
    align-items: center;
}
.howto_menu ul img {
    display: block;
}
.main_content h2 {
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
    border-bottom: 1px solid #DDD;
}
.main_content h2:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #EE486D;
    border-radius: 5px;
}
h2.center {
    text-align: center;
    padding: 0;
    border: none;
    font-weight: bold;
    font-size: 1.6rem;
}
h2.center:before {
    display: none;
}
.start,
.start p {
    font-size: 1.6rem;
    text-align: center;
}
.start p {
    font-weight: bold;    
}
.start ul {
    margin-bottom: 20px;
    padding: 2% 4%;
    border: 2px solid #E05179;
    background: #FA86A6;
    font-weight: bold;
    color: #fff;
    text-align: left;
    counter-reset: num;    
}
.start span {
    display: block;
    margin: 20px 0;
}
.start ul li {
    position: relative;
    padding: 4% 0 4% 40px;
    line-height: 1.2;
    font-size: 1.4rem;
    counter-increment: num;
}
.start ul li:before {
    display: block;
    content: counter(num);
    position: absolute;
    top: 50%;
    left: 0;    
    background: #fff;
    color: #E05179;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
    text-align: center;
    transform: translateY(-50%);
}
.underline {
    text-decoration: underline;
    text-decoration-color: #272727;    
}
.underline em,
.underline_pink {
    text-decoration: underline;
    text-decoration-color: #E05179;
}
.prohibitions .header {
    text-align: center;
    font-size: 1.5rem;
}
.prohibitions .frame {
    margin-bottom: 18px;
    padding: 2% 4%;
    border: 4px solid #D42B2B;
    color: #D42B2B;
    font-size: 1.8rem;
    font-weight: bold;
}
.point {
    margin: 4% 0;
    padding: 4%;
    background: #DFDFDF;
}
.withdraw .point {
    margin-bottom: 0;
}
.point li {
    display: flex;
    margin: 14px auto;
    padding: 4%;
    border-radius: 10px;
    background: #fff;
    align-items: center;
}
.point li h3 {
    margin-bottom: 0 !important;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.point li div {
    width: 70%;
}
.point_illust {
    width: 40% !important;
    padding-left: 4%;
    text-align: center;
}
.point_illust img {
    max-height: 120px;
}
.step {
    counter-reset: num;
}
.step li {
    position: relative;
    overflow: hidden;
    padding-top: 14%;
}
.step li:before {
    counter-increment:num;
    content: "Step"counter(num);
    position: absolute;
    left: 0;
    top: 0;
    padding: 3px 8px;
    background: #484EEE;
    color: #FFF;
    border-radius: 0 0 10px 0;
    font-weight: bold;
}


.important {
    background: #FF7373;
}
.important .point {
    background: none;
    padding-top: 0;
}
.important h2 {
    margin-bottom: 0;
    padding: 4%;
    border-bottom: 0;
}
.important h2:before {
    display: none;
}
.withdraw ul img {
    display: block;
    margin: 0 auto;
    max-height: 200px;
}

.btn_img {
    display: block;
    width: 64%;
    margin: 0 auto;
}

.lang {
    background: #DFDFDF;
    text-align: center;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    
    padding: 10px;
    width: 80%;
    max-width: 300px;
    border-radius: 6px;
    background: #FFF;
}

/*----------------
    event
----------------*/
.event_tag ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
.event_tag li {
    padding: 0 15px;
    margin: 5px;
    border-radius: 15px;
    height: 30px;
    background: #EEE;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.2s;
}
.event_tag li.active {
    background: #FF9A9A;
    color: #fff;
}
.event_page ul {
    display: flex;
    flex-flow: column;
}
.event_page li {
    margin-bottom: 20px;
    padding: 6px 6px 0px;
    border: 1px solid #CECECE;
    text-align: center;
}
.event_page .count {
    padding: 5px;
    text-align: center;
}
.event_page img {
    width: 100%;
}
.event_page a {
    display: inline-block;
    background: #000;
}
.event_page a:hover {
    opacity: 0.5;
}


/*----------------
earning-list
----------------*/
.earning {
    padding-top: 0;
    background: #F7F7F9;
}
.earning-list {
    padding: 0;
    background: #FFF;
}
.earning-list p {
    margin: 10px 0;
    padding: 0 4%;
}
.earning-list dl {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 8%;
    background: #F2F2F2;
}
.earning-list dt,
.earning-list dd {
    padding: 5px 0;
}
.earning-list dt {
    width: 70%;
}
.earning-list dd {
    text-align: right;
    width: 30%;
    color: #EE486D;
}
.earning-list__title {
    padding: 10px 4%;
    color: #999;
    font-weight: bold;
    border-bottom: 1px solid #E0E0E0;
}

.gift-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1%;
}
.gift-list li {
    display: flex;
    flex-direction: column;
    width: 32.3%;
    margin: 0.5%;
    padding: 2%;
    font-size: 12px;
    text-align: center;
    background: #FFF;
}
.gift-list li img,
.gift-list li span {
    display: block !important;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}
.gift-list li img {
    max-width: 90%;
}

.gift-list li div {
    display: flex;
    height: 90px;
    align-items: center;
    margin-bottom: 5px;
}
.gift-list .pts {
    color: #EE486D;
}


/*----------------
    referral
----------------*/
.page_title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
}
.step_circle {
    counter-reset: num;
}
.step_circle .num {
    position: absolute;
    display: block;
    top: 20px;
    left: 0;
    width: 40px;
    color: #EE486D;
    font-weight: bold;
    text-align: center;
}
.step_circle .num:after {
    counter-increment:num;
    content: counter(num);
    position: relative;
    display: block;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #EE486D;
    color: #FFF;
    border-radius: 50px;
    font-weight: bold;
    font-size: 2.4rem;
}

.step_circle li {
    position: relative;
    padding-left: 60px;
}
.step_circle li p {
    margin: 8% 0 0;
}
.step_circle li p:first-child {
    margin: 0;
}
.step_circle li > div {
    padding: 8% 0;
    font-size: 1.6rem;
    border-top: 1px solid #DEDEDE;
}
.step_circle li:last-child div {
    border-bottom: 1px solid #DEDEDE;
}
.btn_area {
    margin-top: 4%;
    margin-left: -60px;
    padding: 0 4%;
    text-align: center;
}
.btn_area a {
    display: inline-block;
    margin-top: 4%;
}
.text_list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 2rem;
}
.text_list > li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #EE486D;
}
.text_list ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #EE486D;
}

/*----------------
psd
----------------*/
.lank_title {
    position: relative;
    margin: 2rem 0;
}
.lank_title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgb(109, 170, 109);
    transform: translate(0,-50%);
    z-index: -1;
}
.lank_title h2 {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    padding: 2%;
    font-size: 2rem;
    line-height: 1.1;
    background: #FFF;
    border: 4px solid rgb(109, 170, 109);;
    z-index: 10;
    text-align: center;
    font-family: 'Archivo Black', sans-serif;
}
.lank_title h2:before,
.lank_title h2:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 4px solid rgb(109, 170, 109);
    background: #FFF;
    z-index: 999;
}
.lank_title h2:before {
    left: -2px;
    transform: translate(-50%,-50%);
}
.lank_title h2:after {
    right: -2px;
    transform: translate(50%,-50%);
}

.rose:after { background: rgb(255, 80, 80);}
.rose h2,.rose h2:before,.rose h2:after {
    border-color: rgb(255, 80, 80);
}
.bronze:after { background: #d3842d;}
.bronze h2,.bronze h2:before,.bronze h2:after {
    border-color: #d3842d;
}
.silver:after { background: #bfbfbf;}
.silver h2,.silver h2:before,.silver h2:after {
    border-color: #bfbfbf;
}
.gold:after { background: #ffdb45;}
.gold h2,.gold h2:before,.gold h2:after {
    border-color: #ffdb45;
}
.platinum:after { background: #e8c4b4;}
.platinum h2,.platinum h2:before,.platinum h2:after {
    border-color: #e8c4b4;
}
.premium:after { background: #81d4cb;}
.premium h2,.premium h2:before,.premium h2:after {
    border-color: #81d4cb;
}

.text_list_black {
    margin: 10px 0 20px;
}
.text_list_black li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}
.text_list_black li:before {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background: #1D1D1D;
}
.lank {
    margin: 6% 0;
}
.lank table {
    border-collapse:  collapse;
    text-align: right;
    margin: 0 auto;
}
.lank table th,
.lank table td {
    padding: 5px;
    border: 1px solid rgb(56, 56, 56);
    line-height: 1.1;
}
.lank table th {
    background: rgb(56, 56, 56);
    color: #FFF;
    text-align: center;
}

.lank table td:first-child {
    text-align: left;
}
.lank .gold {
    font-weight: bold;
    background: #fffd74;
}
.lank .platinum {
    font-weight: bold;
    background: #ffcf4c;
}
.lank .premium {
    font-weight: bold;
    background: #ff9595;
}
ul.list {
    margin: 10px 0;
}
ul.list li {
    position: relative;
    margin: 10px 0;
    padding-left: 14px;
}
ul.list li:before {
    content: "-";
    display: block;
    position: absolute;
    left: 0;
}
ul.list_caution li:before {
    content: "*";
    color: rgb(223, 65, 65);
}

/*----------------
tutorial
----------------*/
.tutorial h1 {
    display: block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    margin: 20px auto 0;
    width: 90%;
    padding: 0 4%;
    background: #2241FF;
    color: #fff;
    font-size: 1.8rem;
}

.tutorial h1:before {
    display: block;
    content: "";
    background: url(../images/tutorial/ribbon-left.svg) no-repeat right;
    background-size: contain;
    padding-left: 5%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
}
.tutorial h1:after {
    display: block;
    content: "";
    background: url(../images/tutorial/ribbon-right.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
}


.tutorial {
    background: #DFDFDF;
}
.tutorial section {
    background: #fff;
    margin: 20px 2%;
    padding-top: 0;
    border-radius: 20px;
    overflow: hidden;
}
.tutorial section header {
    padding: 0;
    background: #E9F5FF;
}
.tutorial .step_circle li {
    padding: 0 4%;
    margin: 4% 0 0;
}
.tutorial .step_circle h2 {
    position: relative;
    padding-left: 34px;
    padding-bottom: 5px;
    color: #2241FF;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #D3D3D3;
    vertical-align: bottom;
}
.tutorial .step_circle h2:before {
    counter-increment:num;
    content: counter(num);
    position: absolute;
    left: 6px;
    top: 1px;
    background: #2241FF;
    color: #FFF;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}
.tutorial .step_circle h2.noline {
    border-bottom: none;
}
.tutorial .step_circle li p {
    position: relative;
    margin-top: 1.2rem;
    padding-left: 34px;
}
.tutorial .step_circle li p img {
    position: absolute;
    left: 14px;
    top: 4px;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
}
.tutorial .step_circle li em {
    display: block;
    margin-left: -20px;
    color: #202020;
}


/*----------------
faq
----------------*/
.telegram {
    position: relative;
    display: flex;
    align-items: center;
    background: #eaeaea;
    margin: 4%;
    padding: 3% 4%;
    border-radius: 20px;
    line-height: 1.2;
}
.telegram em {
    color:rgb(56, 56, 56);
} 
.telegram .text {
    margin-left: 4%;
    text-align: right;
}
.telegram p {
    text-align: left;
}
.telegram span {
    background: #38556e;
    display: inline-block;
    padding: 3px 10px;
    color: #FFF;
    border-radius: 5px;
}
.telegram a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.faq_menu {
    overflow-x: auto;    
}
.faq_menu ul {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 4.2%;
    width: max-content;
    animation: 2.5s linear 1s alternate menu_slide;
}

@keyframes menu_slide { 
    0% { transform: translateX(0); } 
    50% { transform: translateX(-10%); }  
    100% { transform: translateX(0); }  
}

.faq_menu li {
    display: block;
    flex-basis: auto;
    padding: 0 20px;
    height: 40px;
    border-radius: 20px;
    line-height: 38px;
    background: #F6F6F6;
    margin: 5px;
    border: 1px solid #DDD;
    flex: 0 0 auto;
}
.faq_menu li.active {
    background: #EE486D;
    border: 1px solid #EE486D;
    color: #FFF;
}
.faq h2 {
    padding: 0;
    margin: 0 4.4% 10px;
    border: none;
    font-weight: bold;
}
.faq h2:before {
    display: none;    
}
.faq_main > ul > li {
    display: block;
}
.faq_list {
    margin-bottom: 20px;
}
.faq_list li {
    position: relative;
    padding: 18px 8.4%;
    transition: 0.3s;
}
.faq_list li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 4%;
    width: 92%;
    height: 1px;
    background: #D3D3D3;
}
.faq_list li h3 {
    position: relative;
    padding-right: 30px;
    color: #EE486D;
    line-height: 1.2;
    font-size: 1.4rem;
}
.faq_list li h3:after {
    position: absolute;
    top: 7px;
    right: 6px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 3px;
    border-radius: 4px;
    background: #D9D9D9;
    transition: 0.2s;
    transform: rotate(35deg);
}
.faq_list li h3:before {
    position: absolute;
    top: 7px;
    right: 0;
    content: "";
    display: inline-block;
    width: 10px;
    height: 3px;
    border-radius: 4px;
    background: #D9D9D9;
    transition: 0.2s;
    transform: rotate(145deg);
}
.faq_list li.open h3:after {
    transform: rotate(-35deg);
    background: #EE486D;
}
.faq_list li.open h3:before {
    transform: rotate(-145deg);
    background: #EE486D;
}
.faq_list li div {
    display: none;
}
.faq_list li p {
    margin: 1rem 0 0 0;
}
.open {
    background: #FFF0F3;
}

/* Loading */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 5px solid #eee;
    border-top: 5px solid #007bff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
