@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.cdnfonts.com/css/sf-ui-display');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*, *:before, *:after {
    box-sizing: border-box;
}
ol, ul, li {list-style: none;}
a {text-decoration: none;color:#303039;}
a:hover {text-decoration: underline;}
img {max-width: 100%;}
.master-top-header h1,
#master_header .jpx {
  color: #fff;
}
#page_content {margin: 0 auto;}
.pull_left {float: left;}
.pull_right {float: right;}
.text-center {text-align: center;}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.page-campaign * {
  font-family: 'Noto Sans JP',-apple-system,BlinkMacSystemFont,SF UI Display,sans-serif;
  line-height: 150%;
  font-size: 14px;
  color: #212121;
  box-sizing: border-box;}

.visible-xs {display: none !important;}
.visible-inline-xs {display: none;}
.page-campaign a {color: #212121;}
.page-campaign a:hover,.page-campaign a:focus {text-decoration: none;}
.page-campaign .main-container {background-color: #E0F6FF;}
.fz14 {
  font-size: 14px !important;
}
a {
  text-decoration: none;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;}
.bg-gradian {
  background: #50A2D2;
  background: -webkit-linear-gradient(90deg,rgba(80, 162, 210, 1) 0%, rgba(38, 131, 209, 1) 100%);
  background: -moz-linear-gradient(90deg,rgba(80, 162, 210, 1) 0%, rgba(38, 131, 209, 1) 100%);
  background: linear-gradient(90deg,rgba(80, 162, 210, 1) 0%, rgba(38, 131, 209, 1) 100%);
}
.bg-gray {
  background: #ECEFF1;
}
.bg-fff {
  background: #fff;
}

.page-campaign {
  margin: 0;
  padding: 0;}

.container {
  width: 1160px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;}

.banner-container {
  padding: 40px 0;
  background: #fff url(/campaign/images/appdownload/bgtop.svg) no-repeat top;
  text-align: center;
  line-height: 0;}
.banner-container .appkv {
  width: 576px;
  height: auto;
  margin: 0 auto
}
.banner-container .pspkv {
  max-width: 310px;
  height: auto;
  margin: 0 auto
}
.banner-container .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 1160px;
  max-width: 100%;
  padding: 0;
  line-height: 0;}
.banner-container .app-des {
  color: #212121;
}
.banner-container .app-des p {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
}
.banner-container .app-des p font {
  font-size: 40px;
  color: #fff;
}
.banner-container .app-des p span {
  font-size: 36px;
  color: #fff;
  display: block;
}

.banner-container .app-des div {
  display: flex;
  align-items: center;
  border-radius: 16px;
  padding: 16px;
  background: #fff;
  width: fit-content;
  margin: 32px auto 0;
}
.banner-container .app-des div p {
  font-weight: 900;
  color: #212121;
  font-size: 20px;
}
.banner-container .app-des div p span {
  color: #1565c0;
  font-size: 24px;
  display: inline;
}
.banner-container .app-des div img {
  width: 134px;
  height: 134px;
}
.main-content {
  width: 100%;
}
.content-wrap {
  padding: 80px 0;
}
.container h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  color: #212121;
  margin-bottom: 40px;
}
.container h2.fff {
  color: #fff;
}
.content-detail ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
.content-detail ul.three-cols li {
  width: calc(33% - 24px);
}
.travel-more-convenient-with-airtrip .point-title {
  font-family: SF UI Display;
  position: relative;
  font-size: 20px;
  font-weight: 900;
  color: #14518E;
  padding-bottom: 8px;
  text-align: center;
}
.travel-more-convenient-with-airtrip .point-title span {
  display: inline-block;
  margin-left: 5px;
  font-family: SF UI Display;
  font-size: 30px;
  color: #14518E;
}
.travel-more-convenient-with-airtrip p.des-point {
    text-align: center;
    font-size: 18px;
    line-height: 150%;
    font-weight: 900;
    margin: 16px 0 24px;
}
.travel-more-convenient-with-airtrip p {
  font-size: 16px;
  font-weight: normal;
  margin-top: 24px;
}
.travel-more-convenient-with-airtrip .point-title::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background: #D2AF72;
  background: -webkit-linear-gradient(90deg,rgba(210, 175, 114, 1) 0%, rgba(197, 150, 80, 1) 100%);
  background: -moz-linear-gradient(90deg,rgba(210, 175, 114, 1) 0%, rgba(197, 150, 80, 1) 100%);
  background: linear-gradient(90deg,rgba(210, 175, 114, 1) 0%, rgba(197, 150, 80, 1) 100%);
}
.travel-more-convenient-with-airtrip ul {
  margin-bottom: 40px;
}
.content-detail .list-wrap {
  overflow: hidden;
  margin: 0;
}
.features-airtrip-app div.item {}
.features-airtrip-app .list-wrap div.item {
  width: calc(50% - 20px);
  float: left;
  margin: 0;
  background: #fff;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  padding: 40px 50px 0 28px;
  position: relative;
  overflow: hidden;
}
.features-airtrip-app .list-wrap div.item:after {
  content: '';
  display: block;
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 225px;
  background: #F2F7FE;
  right: -225px;
  bottom: -225px;
  z-index: 0;
}
.features-airtrip-app .list-wrap div.info {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  padding: 50px 24px 0 0;
}
.features-airtrip-app .list-wrap div.info p {
  color: #1565c0;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 16px;
}
.features-airtrip-app .list-wrap div img {
  position: relative;
  height: 292px;
  width: auto;
  z-index: 1;
}

.steps-earn-point .list-wrap div.item {
  float: left;
  margin: 0 40px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width:360px;
  height: 475px;
  background: #fff;
  border-radius: 16px;
  border: 2px solid #fff;
}
.steps-earn-point .list-wrap div.item div.tit {
  text-align: center;
  width: auto;
  border: none;
}
.steps-earn-point .list-wrap div.item div.tit span {
  display: block;
  text-align: center;
  background: #14518E;
  width: 87px;
  height: 32px;
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  font-family: SF UI Display;
  margin: 16px auto;
}
.steps-earn-point .list-wrap div.item div.tit p {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}
.steps-earn-point .list-wrap div.item div.tit img {
  width: 60px;
  height: 60px;
  border-radius: inherit;
  margin: 0 auto;
}
.steps-earn-point .list-wrap div.item div.img {
  position: relative;
  font-size: 0;
  line-height: 0;
  width: auto;
  border: none;
}
.steps-earn-point .list-wrap div.item div .ico {
  display: block;
  position: absolute;
  top: -30px;
  right: 58px;
  background: transparent;
  border-radius: inherit;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.steps-earn-point .list-wrap div.item div img {
  border-radius: 0 0 16px 16px;
}
.steps-earn-point .list-wrap div.item:last-child a {
  display: block;
  position: absolute;
  width: calc(100% - 24px);
  bottom: 12px;
  border-radius: 8px;
  margin: 0 12px;
}

.ratings-reviews ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(33% - 24px);
  background: #fff;
  border-radius: 16px;
  padding: 16px;
}
.ratings-reviews ul li p:first-child {
  font-size: 16px;
}
.ratings-reviews ul li:nth-child(1) p:first-child,
.ratings-reviews ul li:nth-child(2) p:first-child {
  margin-top: 50px;
}
.ratings-reviews ul li p:last-child {
  text-align: right;
  font-weight: 900;
  font-size: 16px;
  margin-top: 8px;
}
.content-detail a {
  display: block;
  margin: 0 auto;
  padding: 12px;
  width: 360px;
  max-width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  font-weight: 900;
  color: #fff;
  border-radius: 16px;
  background: #14518E url(/campaign/images/appdownload/arrow_r.svg) no-repeat 98% center;
}
.content-detail a:hover {
  background: #2683D1 url(/campaign/images/appdownload/arrow_r.svg) no-repeat 98% center;
}




.app-download {
  padding-top: 200px;
  background: #14518E;
  padding-bottom: 60px;
}
.app-download .content-wrap {
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 16px;
  padding: 24px;
  background: #fff;
}
.app-download .content-wrap h3 {
  text-align: center;
  background: url(/campaign/images/appdownload/bird.png) no-repeat;
  background-size: 222px;
  background-position: center;
  height: 170px;
  padding-top: 124px;
  margin-top: -164px;
}
.app-download .content-wrap h3 span {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  padding: 8px 12px;
  width: 328px;
  max-width: 100%;
  border-radius: 24px;
  background: #D2AF72;
  background: -webkit-linear-gradient(90deg,rgba(210, 175, 114, 1) 0%, rgba(197, 150, 80, 1) 100%);
  background: -moz-linear-gradient(90deg,rgba(210, 175, 114, 1) 0%, rgba(197, 150, 80, 1) 100%);
  background: linear-gradient(90deg,rgba(210, 175, 114, 1) 0%, rgba(197, 150, 80, 1) 100%);
}
.app-download .content-wrap .content-detail {
    background: transparent;
    display: flex;
    justify-content: center;
    gap: 24px;
    font-size: 20px;
    font-weight: 900;
    align-items: center;
    padding: 0;
}
.app-download .content-wrap .content-detail .info {
  font-size: 20px;
}
.app-download .content-wrap .content-detail .pic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 315px;
  height: 105px;
  background: #F2F7FE;
  border-radius: 8px;
  padding: 12px;
}
.app-download .content-wrap .content-detail .pic img {
  width: 81px;
  height: auto;
}
.app-download .content-wrap .content-detail .pic p {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}
.app-download .content-wrap .content-detail .pic p span {
  font-size: 24px;
  color: #1565c0;
}
.app-download .content-wrap .note {
  font-size: 14px;
  color: #616161;
  margin-top: 16px;
}
.sns-app {
  padding: 40px 0;
  text-align: center;
}
.sns-app a {
  display: inline-block;
  margin: 0 8px;
  line-height: 1;
}
.sns-app img {
  width: 48px;
  height: 48px;
}

.breadcrum-content {
  background: #f5f5f5;
  padding: 12px;
}
.breadcrum-content .container,
.breadcrum-content a {
  font-size: 11px;
  line-height: 1;
}
.breadcrum-content a {
  color: #1565c0;
  text-decoration: none;}

.page-campaign .footer {
  text-align: center;
  background: #121E31 !important;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 16px;}
.master_header_sp {
    display: none;
  }
.slick-dots,
.slick-arrow {
  display: none !important;
}
@media screen and (min-width: 680px) and (max-width: 768px) {
  .banner-container .container,
  .container {
    width: 80% !important;
  }
}
@media screen and (max-width: 768px) {
  .visible-xs {display: block !important;}
  .hidden-xs {display: none !important;}

  .banner-container .container {
    flex-direction: column;
    max-width: 100%;
  }
  .banner-container .app-des p {
    font-size: 34px;
  }
  .banner-container .app-des p span {
    font-size: 24px;
  }
  .banner-container .app-des p font {
    font-size: 26px;
  }
  .banner-container .appkv {
    width: auto;
    margin: 0 16px;
  }
  .travel-more-convenient-with-airtrip .content-wrap {
    padding: 0 0 40px 0;
    position: relative;
  }
  .travel-more-convenient-with-airtrip .content-wrap::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -70px;
    width: 100%;
    height: 90px;
    background: url(/campaign/images/appdownload/vector_white.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: 0;
  }
  .container h2 {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .travel-more-convenient-with-airtrip .content-detail ul {
    flex-direction: column;
    margin-bottom: 0;
  }
  .travel-more-convenient-with-airtrip .content-detail ul li.nth-child-2 {
    background: #ECEFF1;
    position: relative;
    padding: 60px 40px 24px;
  }
  .travel-more-convenient-with-airtrip .content-detail ul li.nth-child-2::before,
  .travel-more-convenient-with-airtrip .content-detail ul li.nth-child-2::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 90px;
    z-index: 0;
  }
  .travel-more-convenient-with-airtrip .content-detail ul li.nth-child-2::before {
    background: url(/campaign/images/appdownload/vector_white.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    top: -20px;
    left: 0;
  }
  .travel-more-convenient-with-airtrip .content-detail ul li.nth-child-2::after {
    background: url(/campaign/images/appdownload/vector_gray.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    bottom: -70px;
    left: 0;
  }
  .travel-more-convenient-with-airtrip p {
    margin-top: 16px;
    font-size: 14px;
    text-align: center;
    }
  .content-detail ul.three-cols li {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 40px 0 40px;
  }
  .content-detail ul.three-cols li:first-child {
    padding-top: 0;
  }
  .content-detail .list-wrap {
    display: block;
    overflow: hidden;
  }
  .features-airtrip-app .content-detail .list-wrap,
  .steps-earn-point .content-detail .list-wrap {
    padding-left: 24px;
  }
  .content-detail div.carousel div.item {
    display: block;
    width: 295px;
    float: left;
    padding: 0;
    margin-right: 16px;
    line-height: 0;
    text-align: center;
  }
  .features-airtrip-app .content-wrap {
    position: relative;
  }
  .features-airtrip-app .content-wrap::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -12px;
    width: 100%;
    height: 90px;
    background: url(/campaign/images/appdownload/vector_gray_2.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: 0;
  }
  .features-airtrip-app .content-detail div.carousel div.item {
    width: 295px;
    height: 370px;
  }
  .features-airtrip-app .list-wrap div.item:after {
    left: 50%;
    transform: translateX(-50%);
    }
  .features-airtrip-app .list-wrap div.info {
    flex-direction: column;
    padding: 16px 8px;
    font-size: 13px;
    min-height: 120px;
    }
  .features-airtrip-app .list-wrap div.info p {
    font-size: 16px;
    margin-bottom: 8px;
    }
  .features-airtrip-app .list-wrap div img {
    height: 250px;
    }
  .steps-earn-point .content-wrap {
    position: relative;
    padding: 24px 0;
  }
  .steps-earn-point .content-wrap::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -70px;
    width: 100%;
    height: 90px;
    background: url(/campaign/images/appdownload/vector_gray.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: 0;
  }
  .steps-earn-point .app-btn.bottom {
    margin: 24px 8px 0;
  }
  .steps-earn-point .app-btn.bottom img {
    max-height: 55px;
  }
  .steps-earn-point .container h2 {
    margin-bottom: 40px;
  }
  .steps-earn-point .list-wrap div.item {
    display: block;
    width: 295px;
    height: 295px;
    float: left;
    padding: 0;
    margin-right: 16px;
    border: none;
  }
  .steps-earn-point .list-wrap div.item div.tit,
  .steps-earn-point .list-wrap div.item div.img {
    float: none;
    margin: 0;
  }
  .steps-earn-point .list-wrap div.item div.img {
    border-radius: 0 0 16px 16px;
    overflow: hidden;
    margin-top: 24px;
  }
  .steps-earn-point .list-wrap div.item div.img img {
    margin-bottom: -36px;
  }
  .steps-earn-point .list-wrap div.item div .ico {
    width: 46px;
    top:48px;
    right: 48px;
  }
  .steps-earn-point .list-wrap div.item div.tit p {
    font-size: 13px;
    margin-top: 14px;
    line-height: 1;
  }
  .steps-earn-point .list-wrap div.item div.tit img {
    display: none;
  }
  .steps-earn-point .list-wrap div.item div.tit span {
    margin: 0 auto 8px;
    border-radius: 0 0 8px 8px;
    line-height: 24px;
    height: 24px;
  }
  .ratings-reviews .container h2 {
    margin-bottom: 40px;
  }
  .ratings-reviews ul {
    gap: 16px;
  }
  .ratings-reviews .content-detail ul.three-cols li {
    padding: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }
  .ratings-reviews ul li p {
    font-size: 14px !important;
  }
  .ratings-reviews ul li:nth-child(1) p:first-child, .ratings-reviews ul li:nth-child(2) p:first-child {
    margin-top: 0;
  }
  .content-detail a {
    font-size: 14px;
    line-height: 20px;
    width: auto !important;
    margin: 24px 24px 0;
    max-width: 100%;
    border-radius: 8px;
    background: #14518E url(/campaign/images/appdownload/arrow_r.svg) no-repeat 98% center;
    background-size: 18px;
  }
  .steps-earn-point .list-wrap div.item a.inner {
    position: absolute;
    bottom: 12px;
    margin: 0 12px;
    width: calc(100% - 24px) !important;
    }
  .app-download  {
    padding-bottom: 40px;
    padding-top: 86px;
    position: relative;
  }
  .app-download::before {
    content: '';
    display: block;
    position: absolute;
    top: -70px;
    width: 100%;
    height: 90px;
    background: url(/campaign/images/appdownload/vector_blue.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: 0;
  }
  .app-download .content-wrap {
    width: auto;
    margin: 0 16px;
    padding: 24px 16px 16px;
  }
  .app-download .content-wrap .content-detail .info {
    font-size: 16px;
    padding-top: 8px;
  }
  .app-download .content-wrap .content-detail .pic {
    width: 80px;
    background: transparent;
    padding: 0;
  }
  .app-download .content-wrap h3 {
    text-align: center;
    background: url(/campaign/images/appdownload/bird.png) no-repeat;
    background-size: 120px;
    background-position: center;
    height: 120px;
    padding-top: 84px;
    margin-top: -124px;
  }
  .app-download .content-wrap h3 span {
    display: block;
    margin: 0 auto;
    background: #D2AF72;
    background: -webkit-linear-gradient(90deg,rgba(210, 175, 114, 1) 0%, rgba(197, 150, 80, 1) 100%);
    background: -moz-linear-gradient(90deg,rgba(210, 175, 114, 1) 0%, rgba(197, 150, 80, 1) 100%);
    background: linear-gradient(90deg,rgba(210, 175, 114, 1) 0%, rgba(197, 150, 80, 1) 100%);
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    padding: 8px 12px;
    width: 260px;
    max-width: 100%;
    border-radius: 24px;
  }
  .app-btn.bottom {
    margin: 12px 0 0 0;
    border-top: 1px solid #EDF0F5
  }
  .app-btn.bottom p {
    font-size: 14px;
    font-weight: bold;
    color: #2683D1;
    margin-bottom: 8px;
    padding-top: 8px;
  }
  .app-download .content-wrap .note {
    font-size: 11px;
    margin-top: 8px;
  }
  .app-btn {
    margin: 16px;
  }
  .app-btn p {
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    margin-bottom: 16px;
  }
  .app-btn p span {
  color: #FFE666;
  font-size: 24px;
  }
  .app-btn ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
  }
  .app-btn.bottom ul {
    margin: 0 8px;
  }
  .app-btn ul li {
    width: 50%;
    line-height: 1;
    text-align: left;
  }
  .app-btn ul li:first-child {
    text-align: right;
  }
  .app-btn ul li a {
    line-height: 1;
  }
  .app-btn ul li img {
    max-height: 55px;
  }
  .sns-app {
    padding: 0;
    background: #14518e;
  }
  .sns-app .wrap {
    padding: 24px 0;
    background: #fff;
    border-radius: 16px 16px 0 0;
    line-height: 1;
  }
  .banner-container {
    position: relative;
    background: #50A2D2;
    background: -webkit-linear-gradient(90deg,rgba(80, 162, 210, 1) 0%, rgba(38, 131, 209, 1) 100%);
    background: -moz-linear-gradient(90deg,rgba(80, 162, 210, 1) 0%, rgba(38, 131, 209, 1) 100%);
    background: linear-gradient(90deg,rgba(80, 162, 210, 1) 0%, rgba(38, 131, 209, 1) 100%);
  }
  .banner-container:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    background: url(/campaign/images/appdownload/vector_white_2.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: 0;
  }
  .banner-container .container {
    position: relative;
    padding-bottom: 45px;
  }
  .master_header_sp {
    display: block;
  }

  /* Slider */
  .slick-slider {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
      z-index: 2;
    }
    
    .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0 0 12px 0;
      z-index: 2;
    }
    
    .slick-list:focus {
      outline: none;
    }
    
    .slick-list.dragging {
      cursor: pointer;
      cursor: hand;
    }
    
    .slick-slider .slick-track,
    .slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    
    .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    
    .slick-track:before,
    .slick-track:after {
      display: table;
      content: '';
    }
    
    .slick-track:after {
      clear: both;
    }
    
    .slick-loading .slick-track {
      visibility: hidden;
    }
    
    .slick-slide {
      display: none;
      float: left;
      min-height: 1px;
    }
    
    [dir='rtl'] .slick-slide {
      float: right;
    }
    
    .slick-slide.slick-loading img {
      display: none;
    }
    
    .slick-slide.dragging img {
      pointer-events: none;
    }
    
    .slick-initialized .slick-slide {
      display: block;
    }
    
    .slick-loading .slick-slide {
      visibility: hidden;
    }
    
    .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent;
    }
    .slick-arrow,
    .slick-arrow.slick-hidden {
      display: none !important;
    }
    
    .slick-prev,
    .slick-next {
      display: none;
      width: 35px;
      height: 16px;
      border: none;
      position: absolute;
      z-index: 90;
      font-size: 0;
      color: transparent;
      background-position: center;
      cursor: pointer;
    }
    
    .slick-prev.slick-disabled,
    .slick-next.slick-disabled {
      opacity: 0.3;
      pointer-events: none;
    }
    
    .slick-prev {
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: contain;
    }
    
    .slick-next {
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: contain;
    }
    
    .slick-prev:focus,
    .slick-next:focus {
      border: none;
      outline: none;
    }
    .slick-dots {
      display: block !important;
      clear: both;
      text-align: center;
      margin-top: 0px;
    }
    .slick-dots li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px;
      line-height: 0;
    }
    
    .slick-dots li button {
      width: 8px;
      height: 8px;
      padding: 0;
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.6);
      font-size: 0;
      color: transparent;
      border: none;
      outline: transparent;
    }
    
    .slick-dots li.slick-active button {
      width: 24px;
      height: 8px;
      background: #D2AF72;
      background: -webkit-linear-gradient(90deg,rgba(210, 175, 114, 1) 0%, rgba(197, 150, 80, 1) 100%);
      background: -moz-linear-gradient(90deg,rgba(210, 175, 114, 1) 0%, rgba(197, 150, 80, 1) 100%);
      background: linear-gradient(90deg,rgba(210, 175, 114, 1) 0%, rgba(197, 150, 80, 1) 100%);
    }
    .steps-earn-point .slick-dots li.slick-active button {
      width: 24px;
      height: 8px;
      background: #14518E;
    }
}


@media screen and (max-width: 390px) {
  .user-flow-body .list-usage .body-step.step3 img {
     margin-bottom: 30px;
  }
  .body-step p.bold {
    font-size: 16px;
  }
}