@charset "UTF-8";
.masthead-banner.trial-page {
  background: url(/assets/img/lp/trial/trial-top-banner-sp.png);
  background-position: center;
  background-size: cover;
}
@media (min-width: 1368px) {
  .masthead-banner.trial-page {
    background: url(/assets/img/lp/trial/trial-top-banner-pc.png);
    background-position: center;
    background-size: cover;
  }
}

.trial-body-page .header-section .desc {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .trial-body-page .header-section .desc {
    margin-top: 32px;
    line-height: 32px;
  }
}
.section-trial-table {
  background: #f5f5f5;
  position: relative;
  padding: 0 16px;
  padding-bottom: 20px !important;
}
.section-trial-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(/assets/img/lp/common/img-decor-section-top.png);
  background-size: cover;
  background-position: center top;
  z-index: 0;
}
.section-trial-table::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(/assets/img/lp/common/img-decor-section-bottom.png);
  background-size: cover;
  background-position: center bottom;
  z-index: 0;
}
@media (min-width: 992px) {
  .section-trial-table .header-section .desc {
    max-width: 1120px;
    margin: 42px auto 0;
  }
}
.section-trial-table .decoration-image {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.section-trial-table .decoration-image.top-decor {
  top: -20px;
}
@media (min-width: 992px) {
  .section-trial-table .decoration-image.top-decor {
    top: -30px;
  }
}
.section-trial-table .decoration-image.bottom-decor {
  bottom: -41px;
  z-index: 1;
}
@media (min-width: 992px) {
  .section-trial-table .decoration-image {
    margin: 0;
    padding: 0 54px;
  }
}
.section-trial-table .trial-table {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .section-trial-table .trial-table {
    margin-top: 46px;
  }
}
.section-trial-table .txt-guide {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  line-height: 17px;
  color: #2B2B2B;
}
@media (min-width: 992px) {
  .section-trial-table .txt-guide {
    font-size: 16px;
    line-height: 19px;
    margin-top: 24px;
  }
}
.section-trial-table .section-text {
  font-size: 16px;
  line-height: 23px;
  color: #2B2B2B;
  margin-top: 24px;
}
.section-trial-table .section-text.text-center {
  text-align: center;
}
@media (min-width: 992px) {
  .section-trial-table .section-text {
    font-size: 24px;
    line-height: 40px;
    margin-top: 40px;
  }
}

.section-trial-table .coupon {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .section-trial-table {
    padding-bottom: 4px !important;
  }
}

.section-compare-service .title img {
  display: none;
}
@media (min-width: 992px) {
  .section-compare-service {
    background-image: url(/assets/img/lp/common/img-bg-top-body-pc.png);
    background-size: 100%;
    overflow: hidden;
  }
  .section-compare-service .title img {
    display: inline-block;
    width: 22px;
    margin-left: 10px;
  }
}

.application-feature {
  margin-top: 42px;
}
.application-feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.application-feature ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 48px;
  margin: 0 -3px;
  background: url(/assets/img/lp/trial/img_step-arrow-line.svg);
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  color: #2B2B2B;
  position: relative;
}
.application-feature ul li.light-decor {
  background: url(/assets/img/lp/trial/img_step-arrow-bg.svg);
  width: 129px;
  color: #ffffff;
}
.application-feature ul li.light-decor::before {
  content: "";
  position: absolute;
  display: block;
  width: 31px;
  height: 15px;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(/assets/img/lp/trial/img_step-arrow-light-decor.svg) center no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .application-feature ul li.light-decor::before {
    width: 72px;
    height: 30px;
    top: -40px;
  }
}
@media (min-width: 992px) {
  .application-feature ul li {
    width: 280px;
    height: 114px;
    background-image: url(/assets/img/lp/trial/img_step-arrow-line.svg);
    background-size: 100%;
  }
  .application-feature ul li.light-decor {
    width: 300px;
    background-image: url(/assets/img/lp/trial/img_step-arrow-bg.svg);
    background-size: 100%;
  }
}
@media (min-width: 992px) {
  .application-feature {
    margin-top: 86px;
  }
}
.section-application {
  position: relative;
  padding: 32px 16px;
  padding-bottom: 56px !important;
}
.section-application .description {
  margin-top: 23px;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
}
.section-application .description p {
  margin-bottom: 23px;
  letter-spacing: -0.5px;
}
@media (min-width: 992px) {
  .section-application .description {
    max-width: 955px;
    margin: 23px auto;
  }
  .section-application .description p {
    text-align: center;
    font-size: 20px;
    line-height: 29px;
    color: #2b2b2b;
    margin-bottom: 36px;
  }
}
.section-application .btn-pink-rabbit {
  max-width: 324px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9;
}
@media (min-width: 992px) {
  .section-application .btn-pink-rabbit {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .section-application {
    background: url(/assets/img/lp/trial/img_bg_application.svg) no-repeat;
    background-position: 0 480px;
    background-size: 30%;
    padding-bottom: 70px !important;
  }
}
.other-question.yellow-bg {
  background: #ffffff;
  padding: 0;
}
.other-question.yellow-bg::before, .other-question.yellow-bg::after {
  display: none;
}
.other-question.yellow-bg .question-list {
  background: #FFFCEE;
  padding: 16px;
  margin-top: 2px;
  position: relative;
  z-index: 1;
}
.other-question.yellow-bg .question-list ul li .question {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .other-question.yellow-bg .question-list ul li .question {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .other-question.yellow-bg .question-list ul li {
    margin-bottom: 32px;
  }
  .other-question.yellow-bg .question-list ul li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .other-question.yellow-bg .question-list {
    padding: 32px;
  }
}
@media (min-width: 992px) {
  .other-question.yellow-bg {
    background: transparent;
  }
}
.section-follow-up {
  padding: 40px 16px 60px !important;
  background: url(/assets/img/lp/trial/img_bg_step.svg) repeat;
  background-size: 100%;
}
@media (min-width: 992px) {
  .section-follow-up {
    background: url(/assets/img/lp/trial/img_bg_step.svg) repeat;
    background-size: contain;
    padding: 52px 0px !important;
  }
}
@media (min-width: 992px) {
  .section-follow-up .header-section .desc {
    margin-top: 32px !important;
  }
}

.follow-up-panel {
  background: #ffffff;
  padding: 40px 16px;
  margin-top: 35px;
  position: relative;
}
.follow-up-panel .panel-label {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #2B2B2B;
  background: #FFD0E8;
  padding: 8px 17px 7px;
  border-radius: 30px;
  position: absolute;
  left: 11px;
  top: -22px;
}
@media (min-width: 992px) {
  .follow-up-panel {
    max-width: 1020px;
    margin: 60px auto 0px;
    padding-top: 68px;
  }
  .follow-up-panel .panel-label {
    font-size: 28px;
    border-radius: 50px;
    line-height: 40px;
    padding: 17px 50px;
    left: 63px;
    top: -36px;
  }
}
.lesson-flow-panel {
  background: #FFF9E8;
  padding: 40px 16px;
  margin-top: 55px;
  position: relative;
}
.lesson-flow-panel .panel-label {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #2B2B2B;
  background: #FFD0E8;
  padding: 8px 17px 7px;
  border-radius: 30px;
  position: absolute;
  left: 11px;
  top: -22px;
}
@media (min-width: 992px) {
  .lesson-flow-panel {
    background-color: #FFF9E8;
    max-width: 980px;
    margin: 70px auto 0;
    padding: 30px 0 20px;
  }
  .lesson-flow-panel .panel-label {
    font-size: 28px;
    border-radius: 40px;
    line-height: 40px;
    padding: 10px 50px;
    left: 30px;
    top: -40px;
  }
}
.lesson-flow-panel .trial-lesson.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top:20px;
}
@media (min-width: 992px) {
  .lesson-flow-panel .trial-lesson.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 980px;
    margin: 25px auto;
    padding: 0 20px;
  }
}
.lesson-flow-panel .trial-lesson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lesson-flow-panel .trial-lesson .col-img {
  max-width: 240px;
  margin: 0 auto 20px;
}
@media (min-width: 992px) {
  .lesson-flow-panel .trial-lesson .col-img {
    max-width: 240px;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
  }
}
.lesson-flow-panel .trial-lesson .col-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  font-size: 18px;
  line-height: 29px;
  margin: 0;
}
@media (min-width: 992px) {
  .lesson-flow-panel .trial-lesson .col-img {
    max-width: 340px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
  }
  .lesson-flow-panel .trial-lesson .col-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
    font-size: 18px;
    line-height: 29px;
  }
  .lesson-flow-panel .trial-lesson .col-content p {
    font-size: 20px;
  }
}

.follow-up-panel .desc {
  font-size: 16px;
  line-height: 23px;
  color: #2B2B2B;
}
.follow-up-panel .desc br {
  display: none;
}
.follow-up-panel .desc.text-center {
  text-align: center;
}
@media (min-width: 992px) {
  .follow-up-panel .desc.text-center br {
    display: none;
  }
}
@media (min-width: 992px) {
  .follow-up-panel .desc {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
  }
  .follow-up-panel .desc br {
    display: block;
  }
}
.follow-up-panel .step-list {
  margin-top: 33px;
}
.follow-up-panel .step-list .step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  position: relative;
}
.follow-up-panel .step-list .step-item img {
  width: 100px;
  height: 100px;
}
@media (min-width: 992px) {
  .follow-up-panel .step-list .step-item img {
    width: 160px;
    height: 160px;
  }
}
.follow-up-panel .step-list .step-item .step-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 16px;
}
.follow-up-panel .step-list .step-item .step-content .step-no {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #F178B6;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .follow-up-panel .step-list .step-item .step-content .step-no {
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
  }
}
.follow-up-panel .step-list .step-item .step-content .step-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #2B2B2B;
  margin-bottom: 4px;
}
.follow-up-panel .step-list .step-item .step-content .step-title br {
  display: none;
}
@media (min-width: 992px) {
  .follow-up-panel .step-list .step-item .step-content .step-title {
    font-size: 28px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-top: 12px;
  }
  .follow-up-panel .step-list .step-item .step-content .step-title br {
    display: block;
  }
}
.follow-up-panel .step-list .step-item .step-content .step-desc {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.follow-up-panel .step-list .step-item .step-content .step-desc a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .follow-up-panel .step-list .step-item .step-content .step-desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .follow-up-panel .step-list .step-item .step-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    margin-top: 5px;
  }
}
.follow-up-panel .step-list .step-item::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/assets/img/lp/common/img_arrow-down.svg) no-repeat;
  background-position: center;
  width: 30px;
  height: 13px;
  left: 36px;
  bottom: -23px;
}
@media (min-width: 992px) {
  .follow-up-panel .step-list .step-item::after {
    left: auto;
    bottom: auto;
    top: 60px;
    right: -60px;
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
    background-size: cover;
    width: 77px;
    height: 39px;
  }
}
.follow-up-panel .step-list .step-item:last-child {
  margin-bottom: 0;
}
.follow-up-panel .step-list .step-item:last-child::after {
  display: none;
}
@media (min-width: 992px) {
  .follow-up-panel .step-list .step-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
  }
}
@media (min-width: 992px) {
  .follow-up-panel .step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.follow-up-panel .btn-pink-rabbit {
  max-width: 100%;
  background-repeat: no-repeat;
}
.follow-up-panel .guide {
  margin-top: 27px;
}
.follow-up-panel .guide li {
  font-size: 14px;
  line-height: 17px;
  color: #2B2B2B;
}
.follow-up-panel .guide li br {
  display: none;
}
@media (min-width: 992px) {
  .follow-up-panel .guide {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    max-width: 720px;
    margin: 20px auto;
  }
  .follow-up-panel .guide li {
    margin-bottom: 2px;
  }
  .follow-up-panel .guide li br {
    display: block;
  }
}
.follow-up-panel .install-list .install-panel {
  margin-bottom: 16px;
}
.follow-up-panel .install-list .install-panel h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #EF5DA8;
  background: #FCDDEC;
  margin-top: 26px;
  margin-bottom: 14px;
  padding: 8px;
}

.section-trial {
  padding: 0 16px;
}

/** Section 6: How to use App **/
.follow-up-panel .install-list .install-panel .desc {
  text-align: left;
  padding-left: 38px;
}
.follow-up-panel .install-list .install-panel:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .follow-up-panel .install-list .install-panel h5 {
    font-size: 20px;
    line-height: 34px;
    padding-left: 12px;
  }
  .follow-up-panel .install-list .install-panel .desc {
    padding-left: 55px;
  }
  .follow-up-panel .install-list .install-panel:last-child .desc {
    text-align: left;
  }
  .follow-up-panel .install-list {
    max-width: 955px;
    margin: 0 auto;
  }
  .follow-up-panel .install-list .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .follow-up-panel .install-list .row .col {
    margin: 0 22px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 424px;
            flex: 0 0 424px;
    max-width: 424px;
  }
}
.follow-up-panel .install-list .install-panel h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #2B2B2B;
  margin-top: 26px;
  margin-bottom: 14px;
  padding: 0 4px;
}
.follow-up-panel .setup-guide h5 {
  font-size: 16px;
  line-height: 23px;
  color: #EF5DA8;
  background: #FCDDEC;
  min-width: 242px;
  padding: 4px 8px 5px;
  display: inline-block;
}
@media (min-width: 992px) {
  .follow-up-panel .setup-guide {
    padding-left: 20px;
  }
}
.follow-up-panel .setup-guide h6 {
  font-size: 16px;
  line-height: 23px;
  color: #EF5DA8;
  background: #FCDDEC;
  min-width: 242px;
  padding: 4px 8px 5px;
  display: inline-block;
}
@media (min-width: 992px) {
  .follow-up-panel .setup-guide h6 {
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-left: 14px;
  }
}
.follow-up-panel .setup-guide .qr-code img {
  width: 108px;
  margin: 10px auto;
}
.follow-up-panel .setup-guide .qr-code a img {
  width: 250px;
  margin: 0 auto;
}
.follow-up-panel .setup-guide .qr-code .info-panel {
  display: block;
  margin: 0 auto 10px;
  width: 280.86px;
  height: 83px;
  background: #0B0B0B;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .follow-up-panel .setup-guide .qr-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 0 16px 16px;
  }
  .follow-up-panel .setup-guide .qr-code img {
    margin: 0;
  }
  .follow-up-panel .setup-guide .qr-code a {
    display: block;
  }
  .follow-up-panel .setup-guide .qr-code a img {
    width: 265px;
  }
  .follow-up-panel .setup-guide .qr-code .info-panel {
    margin: 0 auto;
    width: 260px;
  }
}
.follow-up-panel .setup-note {
  margin-top: 16px;
  font-size: 14px;
  line-height: 17px;
  color: #2B2B2B;
}
@media (min-width: 992px) {
  .follow-up-panel .install-list .install-panel h4 {
    font-size: 28px;
    line-height: 34px;
    padding-left: 32px;
  }
  .follow-up-panel .setup-guide h5 {
    width: 100% !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 29px !important;
    margin-left: 14px !important;
  }
  .follow-up-panel .setup-note {
    margin-top: 12px;
    padding-left: 38px;
    line-height: 20px;
    font-size: 16px;
  }
}

.follow-up-panel .app-screen {
  margin-top: 16px;
}
.follow-up-panel .app-screen h6 {
  font-size: 16px;
  line-height: 23px;
  color: #EF5DA8;
  background: #FCDDEC;
  min-width: 242px;
  padding: 4px 8px 5px;
}
@media (min-width: 992px) {
  .follow-up-panel .app-screen h6 {
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-left: 0;
    min-width: 500px;
  }
}
.follow-up-panel .app-screen .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.follow-up-panel .app-screen .row img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 12px 8px 8px;
  width: auto;
}
.follow-up-panel .app-screen .row .desc {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 8px;
  background: #FFF9DA;
  border-radius: 10px;
  position: relative;
  padding: 10px;
}
.follow-up-panel .app-screen .row .desc::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -23px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 23px solid #FFF9DA;
  z-index: 0;
}
@media (min-width: 992px) {
  .follow-up-panel .app-screen .row .desc::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: -35px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 35px solid #FFF9DA;
    z-index: 0;
  }
}
@media (min-width: 992px) {
  .follow-up-panel .app-screen .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
  }
  .follow-up-panel .app-screen .row img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 346px;
    margin: 0;
  }
  .follow-up-panel .app-screen .row .desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 20px;
    line-height: 24px;
    max-width: 476px;
    margin-left: 50px;
    padding: 16px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .follow-up-panel .app-screen {
    padding: 0 24px 0 55px;
  }
}