<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  overflow-x: hidden;
}
.jpc-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1240px) {
  .jpc-container {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 1199px) {
  .jpc-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
picture {
  max-width: 100%;
  margin: 0 auto;
  font-size: 0;
  display: block;
}
picture.lazy {
  filter: blur(3px);
}
picture img {
  width: 100%;
}
.page-wrapper h2 {
  font-size: 32px;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 400px) {
  .page-wrapper h2 {
    font-size: 19px;
  }
}
.page-wrapper h3 {
  font-size: 21px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.page-wrapper h3.xs {
  font-size: 16px;
  margin-bottom: 6px;
}
.page-wrapper h3.sm {
  font-size: 18px;
  margin-bottom: 5px;
}
.page-wrapper h3.lg {
  font-size: 24px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .page-wrapper h3.lg {
    font-size: 22px;
  }
}
.page-wrapper p {
  font-size: 16px;
  line-height: 2.1;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .page-wrapper p {
    font-size: 15px;
  }
}
.page-wrapper p.sm {
  font-size: 14px;
}
.page-wrapper p.rg {
  font-size: 16px;
}
.page-wrapper p a,
.page-wrapper p .vimvideo {
  color: #0049FF;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.page-wrapper .ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 40px;
}
.page-wrapper .ul li {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .page-wrapper .ul li {
    font-size: 16px;
  }
}
.page-wrapper .act-btn.cta-btn {
  border-radius: 50px;
  font-size: 14px;
  padding: 13px 52px 13px 20px;
}
.page-wrapper .orange-btn {
  border-radius: 50px;
  font-size: 14px;
  padding: 13px 52px 13px 20px;
  background-color: #f0483e;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.page-wrapper .arrow-circle {
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background-color: #B00114;
  z-index: 1;
}
.page-wrapper .arrow-circle:before,
.page-wrapper .arrow-circle:after {
  content: '';
  height: 7px;
  width: 2px;
  border-radius: 50px;
  background-color: #fff;
  transform: rotate(-45deg);
  top: 6px;
  display: block;
  position: absolute;
  right: 8px;
}
.page-wrapper .arrow-circle:after {
  transform: rotate(45deg);
  top: 11px;
}
.page-wrapper .arrow-circle span {
  position: absolute;
  display: block;
  top: 11px;
  left: 5px;
  background-color: #fff;
  border-radius: 50px;
  width: 12px;
  height: 2px;
}
.page-wrapper .scrolltop {
  height: 46px;
  width: 45px;
  position: fixed;
  bottom: 75px;
  left: 50%;
  background: #0249EC;
  border-radius: 50%;
  transform: rotate(180deg) translateX(-50%);
  z-index: 1;
  cursor: pointer;
  display: none;
  margin-left: 710px;
  z-index: 2;
}
@media (max-width: 1580px) {
  .page-wrapper .scrolltop {
    transform: rotate(180deg);
    left: auto;
    right: 17px;
  }
}
.page-wrapper .scrolltop:before,
.page-wrapper .scrolltop:after {
  content: '';
  display: block;
  height: 19px;
  background: #fff;
  width: 5px;
  transform: rotate(-45deg);
  position: absolute;
  border-radius: 50px;
  left: 15px;
  top: 14px;
  cursor: pointer;
}
.page-wrapper .scrolltop:after {
  transform: rotate(45deg);
  left: auto;
  right: 15px;
}
.page-wrapper .fw-medium {
  font-weight: 500;
}
.page-wrapper .ls-02 {
  letter-spacing: -0.2px;
}
.page-wrapper .ls-04 {
  letter-spacing: -0.4px;
}
.page-wrapper .ls-06 {
  letter-spacing: -0.6px;
}
.page-wrapper .ls-08 {
  letter-spacing: -0.8px;
}
.page-wrapper .ls-1 {
  letter-spacing: -1px;
}
.page-wrapper .m-0 {
  margin: 0;
}
.page-wrapper .mt-10 {
  margin-top: 10px;
}
.page-wrapper .mt-20 {
  margin-top: 20px;
}
.page-wrapper .mt-30 {
  margin-top: 30px;
}
.page-wrapper .mt-40 {
  margin-top: 40px;
}
.page-wrapper .mb-0 {
  margin-bottom: 0px;
}
.page-wrapper .mb-5 {
  margin-bottom: 5px;
}
.page-wrapper .mb-10 {
  margin-bottom: 10px;
}
.page-wrapper .mb-15 {
  margin-bottom: 15px;
}
.page-wrapper .mb-20 {
  margin-bottom: 20px;
}
.page-wrapper .mb-25 {
  margin-bottom: 25px;
}
.page-wrapper .mb-30 {
  margin-bottom: 30px;
}
.page-wrapper .mb-35 {
  margin-bottom: 35px;
}
.page-wrapper .mb-40 {
  margin-bottom: 40px;
}
.picture-wrapper {
  max-width: 100%;
  margin: 0 auto;
  font-size: 0;
}
.picture-wrapper.pic-1 {
  width: 566px;
}
.picture-wrapper.pic-2 {
  width: 229px;
}
.picture-wrapper.pic-3 {
  width: 311px;
}
.picture-wrapper.pic-4 {
  width: 1160px;
}
.picture-wrapper.pic-5 {
  width: 1207px;
}
.picture-wrapper.pic-6 {
  width: 1160px;
}
.picture-wrapper.pic-7 {
  width: 1207px;
}
.picture-wrapper.pic-8 {
  width: 1164px;
}
.picture-wrapper.pic-9 {
  width: 1207px;
}
.picture-wrapper.pic-10 {
  width: 1159px;
}
.picture-wrapper.pic-11 {
  width: 568px;
}
.picture-wrapper.pic-12 {
  width: 1160px;
}
.picture-wrapper.pic-13 {
  width: 1159px;
}
.picture-wrapper.pic-14 {
  width: 1160px;
}
.picture-wrapper.pic-15 {
  width: 570px;
}
.picture-wrapper.pic-16 {
  width: 565px;
}
.picture-wrapper.pic-17 {
  width: 305px;
}
.picture-wrapper.pic-18 {
  width: 1159px;
}
.picture-wrapper.pic-19 {
  width: 1160px;
}
.picture-wrapper.pic-20 {
  width: 1157px;
}
.picture-wrapper.pic-21 {
  width: 752px;
}
.picture-wrapper.pic-22 {
  width: 753px;
}
.picture-wrapper.pic-23 {
  width: 1162px;
}
.picture-wrapper.pic-24 {
  width: 1164px;
}
.picture-wrapper.pic-25 {
  width: 1163px;
}
.picture-wrapper.pic-26 {
  width: 737px;
}
.picture-wrapper.pic-27 {
  width: 335px;
}
.picture-wrapper.pic-28 {
  width: 612px;
}
.picture-wrapper.pic-29 {
  width: 274px;
}
.picture-wrapper.pic-30 {
  width: 1159px;
}
.picture-wrapper.pic-31 {
  width: 1159px;
}
.picture-wrapper.pic-32 {
  width: 505px;
}
.picture-wrapper.pic-33 {
  width: 467px;
}
.picture-wrapper.pic-34 {
  width: 560px;
}
.picture-wrapper.pic-35 {
  width: 564px;
}
.picture-wrapper.pic-36 {
  width: 564px;
}
.picture-wrapper.pic-37 {
  width: 572px;
}
.picture-wrapper.pic-38 {
  width: 180px;
}
.picture-wrapper.pic-39 {
  width: 673px;
}
.no-webp .todo-icon {
  background-image: url('/sites/zweb/images/jp/crm/15daystodo-sprite-2x.png');
}
.no-webp .content-arrow {
  background-image: url('/sites/zweb/images/jp/crm/15daystodo-curve-2x.png');
}
.todo-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 275px auto;
}
.todo-icon.icon-check {
  background-position: -4px -4px;
  width: 23px;
  height: 65px;
}
.todo-icon.icon-points {
  background-position: -33px -8px;
  width: 67px;
  height: 27px;
}
.todo-icon.icon-tip {
  background-position: -108px -8px;
  width: 23px;
  height: 36px;
}
.todo-icon.icon-circle1 {
  background-position: -140px -8px;
  width: 123px;
  height: 123px;
}
.todo-icon.icon-circle2 {
  background-position: -9px -80px;
  width: 123px;
  height: 123px;
}
.banner-top .banner-main {
  display: flex;
  padding: 35px 0px 65px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .banner-top .banner-main {
    padding: 30px 0 60px;
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .banner-top .banner-main {
    padding: 20px 0 0;
  }
}
.banner-top .banner-main .banner-left {
  width: 594px;
}
@media only screen and (max-width: 1199px) {
  .banner-top .banner-main .banner-left {
    width: 480px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-top .banner-main .banner-left {
    width: 100%;
    text-align: center;
  }
}
.banner-top .banner-main .banner-right {
  width: calc(100% - 594px);
  padding-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .banner-top .banner-main .banner-right {
    width: calc(100% - 480px);
    padding-top: 0;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-top .banner-main .banner-right {
    width: 100%;
    padding-left: 0;
    max-width: 340px;
    margin: 23px auto -4px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-top .banner-main .banner-right .picture-wrapper {
    width: 510px;
  }
}
.banner-top .banner-main p.badge {
  display: inline-block;
  background: #033ECB;
  color: #fff;
  border-radius: 21px;
  padding: 1px 24px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .banner-top .banner-main p.badge {
    margin-bottom: 10px;
  }
}
.banner-top .banner-main h1 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 5px;
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
  .banner-top .banner-main h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-top .banner-main h1 {
    white-space: normal;
    font-size: 29px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 400px) {
  .banner-top .banner-main h1 {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}
.banner-top .banner-main h1 span {
  font-weight: 900;
  display: block;
  font-size: 112%;
}
.banner-top .banner-main p.desc {
  max-width: 540px;
}
@media only screen and (max-width: 991px) {
  .banner-top .banner-main p.desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}
.banner-top .banner-main .btn-wrap {
  display: inline-block;
  position: relative;
}
.content-section {
  background: #0155FD;
  background: linear-gradient(270deg, #0155FD 0%, #0240DF 73%, #0240DF 76%, #053DDA 100%);
  color: #fff;
  padding: 59px 0 89px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .content-section {
    padding: 50px 0 70px;
  }
}
.content-section .content-top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 21px;
}
.content-section .cont-left {
  width: 229px;
}
@media only screen and (max-width: 991px) {
  .content-section .cont-left {
    width: 100%;
    max-width: 229px;
    margin: 0 auto 10px;
  }
}
.content-section .cont-right {
  width: calc(100% - 229px);
  padding-left: 12px;
  padding-top: 11px;
}
@media only screen and (max-width: 991px) {
  .content-section .cont-right {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.content-section h2 {
  margin-bottom: 11px;
}
.content-section .content-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
@media only screen and (max-width: 1199px) {
  .content-section .content-list {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 991px) {
  .content-section .content-list {
    margin: 0 -10px;
  }
}
.content-section .content-list ul {
  padding: 0 30px;
}
@media only screen and (max-width: 1199px) {
  .content-section .content-list ul {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  .content-section .content-list ul {
    padding: 0 10px;
  }
}
.content-section .content-list ul:first-child {
  width: 40%;
}
@media (max-width: 1240px) {
  .content-section .content-list ul:first-child {
    width: 58%;
  }
}
@media only screen and (max-width: 1199px) {
  .content-section .content-list ul:first-child {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .content-section .content-list ul:first-child {
    width: 100%;
  }
}
.content-section .content-list ul:last-child {
  width: 60%;
}
@media (max-width: 1240px) {
  .content-section .content-list ul:last-child {
    width: 42%;
  }
}
@media only screen and (max-width: 1199px) {
  .content-section .content-list ul:last-child {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .content-section .content-list ul:last-child {
    width: 100%;
  }
}
.content-section .content-list ul li {
  margin-bottom: 20px;
  position: relative;
}
.content-section .content-list ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .content-section .content-list ul li:last-child {
    margin-bottom: 20px;
  }
}
.content-section .content-list ul li span {
  padding: 18px 45px 17px 52px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: block;
  transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .content-section .content-list ul li span {
    font-size: 18px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .content-section .content-list ul li span {
    padding: 18px 50px 18px 40px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 400px) {
  .content-section .content-list ul li span {
    padding-right: 30px;
  }
}
.content-section .content-list ul li span b {
  width: 24px;
  position: absolute;
  display: block;
  left: 0;
  top: 18px;
}
.content-section .content-list ul li span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 28px;
  border: 2px solid #fff;
  height: 10px;
  width: 10px;
  border-top: none;
  border-left: none;
  margin-top: -3px;
  transition: 0.3s;
}
@media only screen and (max-width: 400px) {
  .content-section .content-list ul li span:before {
    right: 10px;
  }
}
.content-section .content-list ul li span:after {
  content: '';
  display: block;
  position: absolute;
  background: linear-gradient(270deg, #FFFFFF00 0%, #FFFFFF 100%, #F7F7F700 100%);
  height: 1px;
  width: 100%;
  bottom: 1px;
  left: 0;
  opacity: 0.42;
}
.content-section .content-list ul li span:hover {
  color: #FFE200;
}
.content-section .content-list ul li span:hover:before {
  border-color: #FFE200;
}
.content-section .content-arrow {
  background-image: url('/sites/zweb/images/jp/crm/15daystodo-curve-2x.webp');
  background-repeat: no-repeat;
  background-position: 0 -26px;
  background-size: 161px 112px;
  width: 161px;
  height: 86px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -46px;
}
.ss-sec {
  margin-top: 60px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 110px 110px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 61px 0;
}
@media only screen and (max-width: 1280px) {
  .ss-sec {
    border-radius: 80px 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .ss-sec {
    border-radius: 40px 40px 0 0;
    margin-top: 50px;
    padding: 50px 0;
  }
}
.ss-sec:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: -1;
  pointer-events: none;
}
.ss-sec.grey-bg {
  border: 1px solid #EBF2F9;
}
.ss-sec.grey-bg:before {
  background: linear-gradient(180deg, #E6EEF7 0%, #FFFFFF 100%);
}
.ss-sec.grey-bg .nm {
  color: #cadff9;
}
.ss-sec.orange-bg {
  border: 1px solid #FAF2E5;
}
.ss-sec.orange-bg:before {
  background: linear-gradient(180deg, #FFFAF2 0%, #FFFFFF 100%);
}
.ss-sec.orange-bg .nm {
  color: #ede3d2;
}
.ss-sec.green-bg {
  border: 1px solid #E3FFF9;
}
.ss-sec.green-bg:before {
  background: linear-gradient(180deg, #E3FFF9 0%, #FFFFFF 100%);
}
.ss-sec.green-bg .nm {
  color: #c7e9e2;
}
.ss-sec.pink-bg {
  border: 1px solid #FFF2FA;
}
.ss-sec.pink-bg:before {
  background: linear-gradient(180deg, #FFF2FA 0%, #FFFFFF 100%);
}
.ss-sec.pink-bg .nm {
  color: #e2d7de;
}
.ss-sec.lightgreen-bg {
  border: 1px solid #E9F8F8;
}
.ss-sec.lightgreen-bg:before {
  background: linear-gradient(180deg, #EFF8F8 0%, #FFFFFF 100%);
}
.ss-sec.lightgreen-bg .nm {
  color: #e3ebeb;
}
.ss-sec.purple-bg {
  border: 1px solid #FAF7FF;
}
.ss-sec.purple-bg:before {
  background: linear-gradient(180deg, #FAF7FF 0%, #FFFFFF 100%);
}
.ss-sec.purple-bg .nm {
  color: #ebe5f6;
}
.ss-sec.lightpink-bg {
  border: 1px solid #FFF7F7;
}
.ss-sec.lightpink-bg:before {
  background: linear-gradient(180deg, #FFF7F7 0%, #FFFFFF 100%);
}
.ss-sec.lightpink-bg .nm {
  color: #eddfdf;
}
.ss-sec.yellow-bg {
  border: 1px solid #FAF2E5;
}
.ss-sec.yellow-bg:before {
  background: linear-gradient(180deg, #FFFAF2 0%, #FFFFFF 100%);
}
.ss-sec.yellow-bg .nm {
  color: #ede3d2;
}
.sec-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 11px;
}
.sec-title .sec-title-left {
  width: 150px;
  position: relative;
  padding-left: 35px;
}
@media only screen and (max-width: 991px) {
  .sec-title .sec-title-left {
    width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-title .sec-title-left {
    width: 100%;
    max-width: 140px;
    margin: 0 auto 50px;
  }
}
.sec-title .sec-title-left:before {
  content: '';
  display: block;
  width: 2px;
  background: #000;
  height: 70px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  /* margin-top: 3px; */
}
@media only screen and (max-width: 767px) {
  .sec-title .sec-title-left:before {
    height: 2px;
    width: 90px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    top: auto;
  }
}
.sec-title .sec-title-left:after {
  content: '';
  display: block;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  /* margin-top: 4px; */
  width: 0;
  height: 0;
  border-left: 9px solid #000;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
@media only screen and (max-width: 767px) {
  .sec-title .sec-title-left:after {
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
    bottom: -37px;
    top: auto;
    right: auto;
  }
}
.sec-title .sec-title-left .todo-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec-title .sec-title-left .nm {
  font-size: 82px;
  font-weight: bold;
  line-height: 0.7;
  letter-spacing: -2px;
  position: relative;
  top: -4px;
  text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000;
}
@media only screen and (max-width: 991px) {
  .sec-title .sec-title-left .nm {
    font-size: 70px;
  }
}
.sec-title .sec-title-right {
  padding-left: 32px;
}
@media only screen and (max-width: 991px) {
  .sec-title .sec-title-right {
    padding-left: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .sec-title .sec-title-right {
    width: calc(100% - 140px);
  }
}
@media only screen and (max-width: 767px) {
  .sec-title .sec-title-right {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.sec-item {
  margin-bottom: 50px;
  display: block;
}
.cont-img-sec .cont-img-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cont-img-sec .cont-img-main p:last-child {
  margin-bottom: 0;
}
.cont-img-style1 {
  margin-top: 62px;
}
@media only screen and (max-width: 767px) {
  .cont-img-style1 {
    margin-top: 40px;
  }
}
.cont-img-style1 .cont-text {
  width: calc(100% - 311px);
  padding-right: 60px;
}
@media only screen and (max-width: 991px) {
  .cont-img-style1 .cont-text {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cont-img-style1 .cont-text {
    padding-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
.cont-img-style1 .cont-img {
  width: 311px;
}
@media only screen and (max-width: 767px) {
  .cont-img-style1 .cont-img {
    width: 100%;
    max-width: 311px;
    margin: 0 auto;
  }
}
.cont-img-style2 .cont-text {
  width: 47%;
  padding-left: 35px;
}
@media only screen and (max-width: 991px) {
  .cont-img-style2 .cont-text {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.cont-img-style2 .cont-img {
  width: 53%;
}
@media only screen and (max-width: 991px) {
  .cont-img-style2 .cont-img {
    width: 100%;
    order: 2;
  }
}
.cont-img-style3 .cont-text {
  width: 73%;
  padding-left: 35px;
}
@media only screen and (max-width: 991px) {
  .cont-img-style3 .cont-text {
    width: 63%;
  }
}
@media only screen and (max-width: 767px) {
  .cont-img-style3 .cont-text {
    width: 100%;
    padding-left: 0;
  }
}
.cont-img-style3 .cont-img {
  width: 27%;
}
@media only screen and (max-width: 991px) {
  .cont-img-style3 .cont-img {
    width: 37%;
  }
}
@media only screen and (max-width: 767px) {
  .cont-img-style3 .cont-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cont-img-style4 .cont-img-main {
  align-items: flex-end;
}
.cont-img-style4 .cont-text {
  width: 75%;
  padding-right: 35px;
  padding-bottom: 54px;
}
@media only screen and (max-width: 1199px) {
  .cont-img-style4 .cont-text {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .cont-img-style4 .cont-text {
    padding: 0;
    width: 100%;
  }
}
.cont-img-style4 .cont-img {
  width: 25%;
}
.cont-img-style5 .cont-text {
  width: 55%;
  padding-right: 47px;
}
@media only screen and (max-width: 991px) {
  .cont-img-style5 .cont-text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
}
.cont-img-style5 .cont-img {
  width: 45%;
}
@media only screen and (max-width: 991px) {
  .cont-img-style5 .cont-img {
    width: 100%;
  }
}
.cont-img-style6 .cont-text {
  width: 60%;
  padding-right: 35px;
}
@media only screen and (max-width: 991px) {
  .cont-img-style6 .cont-text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
}
.cont-img-style6 .cont-img {
  width: 40%;
}
@media only screen and (max-width: 991px) {
  .cont-img-style6 .cont-img {
    width: 100%;
  }
}
.cont-img-style7 .cont-text {
  width: 44%;
  padding-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .cont-img-style7 .cont-text {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .cont-img-style7 .cont-text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
}
.cont-img-style7 .cont-img {
  width: 56%;
}
@media only screen and (max-width: 991px) {
  .cont-img-style7 .cont-img {
    width: 100%;
  }
}
.sec-item-split {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.sec-item-split .sec-item {
  width: 50%;
  padding: 0 12px;
}
@media only screen and (max-width: 991px) {
  .sec-item-split .sec-item {
    width: 100%;
  }
}
.icon-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
@media only screen and (max-width: 991px) {
  .icon-main {
    text-align: left;
    margin: 30px auto 0;
    max-width: 710px;
  }
}
.icon-main .icon-box {
  padding: 0 40px;
}
.icon-main .icon-box:first-child {
  border-right: 2px dotted #000000;
  width: 44%;
}
@media only screen and (max-width: 991px) {
  .icon-main .icon-box:first-child {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .icon-main .icon-box:first-child {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 2px dotted #000000;
  }
}
.icon-main .icon-box:last-child {
  width: 56%;
}
@media only screen and (max-width: 991px) {
  .icon-main .icon-box:last-child {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .icon-main .icon-box:last-child {
    width: 100%;
    padding: 0;
  }
}
.icon-main .icon-box-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .icon-main .icon-box-inner {
    text-align: center;
  }
}
.icon-main .inner-left {
  width: 123px;
  position: relative;
  padding-bottom: 14px;
}
@media only screen and (max-width: 991px) {
  .icon-main .inner-left {
    width: 100%;
    max-width: 123px;
    margin-bottom: 30px;
    margin: 0 auto 13px;
  }
}
.icon-main .inner-left h3 {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ddd;
  width: 117px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 3px;
}
.icon-main .inner-left h3.green {
  background-color: #D3E1D8;
  border-color: #0E8652;
}
.icon-main .inner-left h3.red {
  background-color: #FFD5D0;
  border-color: #C65627;
}
.icon-main .inner-right {
  width: calc(100% - 123px);
  padding-left: 25px;
}
@media only screen and (max-width: 991px) {
  .icon-main .inner-right {
    width: 100%;
    padding-left: 0;
  }
}
.sec-points-split {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.sec-points-split .sec-item {
  width: 65%;
  padding-right: 46px;
}
@media only screen and (max-width: 1199px) {
  .sec-points-split .sec-item {
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .sec-points-split .sec-item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.sec-points-split .points-box {
  width: 35%;
  padding: 45px 34px;
}
@media only screen and (max-width: 1199px) {
  .sec-points-split .points-box {
    padding: 30px;
    width: 40%;
  }
}
@media only screen and (max-width: 991px) {
  .sec-points-split .points-box {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .sec-points-split .points-box {
    padding: 25px;
  }
}
p.blue-badge {
  border-left: 6px solid #0049FF;
  display: inline-block;
  background: #EFF4FF;
  padding: 0 13px;
  font-size: 24px;
  font-weight: 500;
  color: #0049FF;
  line-height: 1.55;
}
@media only screen and (max-width: 767px) {
  p.blue-badge {
    font-size: 18px;
    padding: 5px 13px;
  }
}
p.black-badge {
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 50px;
  padding: 5px 21px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 11px;
}
.list-iner {
  padding: 40px 0;
  border-bottom: 2px dashed #E5E5E5;
}
.list-iner:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.list-iner.sm {
  padding: 21px 0;
}
.list-iner p {
  font-size: 14px;
}
.list-iner p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .screenshot-slider {
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .screenshot-slider {
    max-width: 100%;
  }
}
.screenshot-slider.slick-slider {
  margin-bottom: 0;
}
.screenshot-slider.slick-initialized .slider-item {
  display: block;
}
.screenshot-slider.screenshot-slider-bg {
  background-color: #F1F5F9;
  border-radius: 22px;
  max-width: 850px;
  margin: 0 auto;
  padding: 50px 0px 15px;
}
@media only screen and (max-width: 991px) {
  .screenshot-slider.screenshot-slider-bg {
    background: transparent;
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.screenshot-slider .slider-item {
  display: none;
}
.screenshot-slider .slider-item:first-child {
  display: block;
}
.screenshot-slider .slick-next,
.screenshot-slider .slick-prev {
  height: 47px;
  width: 47px;
  left: -23px;
  border-radius: 50%;
  background: #0249EC;
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .screenshot-slider .slick-next,
  .screenshot-slider .slick-prev {
    display: none!important;
  }
}
.screenshot-slider .slick-prev:before {
  background: #fff !important;
  height: 20px;
  width: 5px;
  border-radius: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: -6px;
  margin-left: -1px;
}
.screenshot-slider .slick-prev:after {
  background: #fff !important;
  height: 20px;
  width: 5px;
  border-radius: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: 6px;
  margin-left: -1px;
}
.screenshot-slider .slick-next {
  left: auto;
  right: -23px;
}
.screenshot-slider .slick-next:before {
  background: #fff !important;
  height: 20px;
  border-radius: 25px;
  width: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: -6px;
  margin-left: 1px;
}
.screenshot-slider .slick-next:after {
  background: #fff !important;
  border-radius: 25px;
  height: 20px;
  width: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 6px;
  margin-left: 1px;
}
.screenshot-slider .slick-dots {
  margin: 15px 0 0;
}
.screenshot-slider .slick-dots li {
  display: inline-block;
  margin: 0 7px;
  background: #CFE7F8;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  cursor: pointer;
  border: 1px solid #CFE7F8;
  transition: 0.5s ease;
}
.screenshot-slider .slick-dots li.slick-active {
  background: #0471F5;
  width: 15px;
  height: 15px;
  border: 1px solid #0471F5;
}
.points-box {
  background: #FAFAFA;
  border: 2px dashed #EBEBEB;
  border-radius: 7px;
  padding: 46px 47px;
}
@media only screen and (max-width: 1199px) {
  .points-box {
    padding: 35px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .points-box {
    padding: 25px;
  }
}
.points-box.points-box2 {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1199px) {
  .points-box.points-box2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .points-box.points-box2 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .points-box.points-box2 {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.points-box p:last-child {
  margin-bottom: 0;
}
.tip-box {
  background: #FAFAFA;
  border: 2px dashed #EBEBEB;
  border-radius: 7px;
  padding: 20px;
}
.tip-box.tip-box2 {
  padding: 21px 40px 21px 21px;
}
@media only screen and (max-width: 1199px) {
  .tip-box.tip-box2 {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tip-box.tip-box2 {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
.tip-box.tip-box3 {
  padding: 50px 50px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .tip-box.tip-box3 {
    padding: 30px 30px 0;
  }
}
@media only screen and (max-width: 991px) {
  .tip-box.tip-box3 {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tip-box.tip-box3 {
    padding: 25px;
  }
}
.tip-box.tip-box3 .cont-img {
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 991px) {
  .tip-box.tip-box3 .cont-img {
    display: none;
  }
}
.tip-box .todo-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.table-wrapper {
  margin: 0 0 50px;
  width: 100%;
  overflow: auto;
  position: relative;
  left: -8px;
}
.table-wrapper table {
  width: 830px;
  border-spacing: 8px;
  border-collapse: separate;
}
@media only screen and (max-width: 991px) {
  .table-wrapper table {
    width: 710px;
  }
}
.table-wrapper table thead th {
  background: #E1EBEB;
  padding: 22px 32px;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .table-wrapper table thead th {
    font-size: 16px;
  }
}
.table-wrapper table tbody td {
  background: #F7FBFB;
  border: 1px solid #E1EAEB;
  font-size: 18px;
  padding: 20px 32px;
}
@media only screen and (max-width: 767px) {
  .table-wrapper table tbody td {
    font-size: 16px;
  }
}
.table-wrapper table tbody td span {
  color: #037EFA;
}
.badge-title-group {
  position: relative;
  padding-left: 93px;
}
.badge-title-group p.black-badge {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.ebook-adv-section {
  padding: 60px 0 50px;
  max-width: 1440px;
  margin: 60px auto 0;
  background: #0155FD;
  background: linear-gradient(270deg, #0155FD 0%, #0240DF 73%, #0240DF 76%, #053DDA 100%);
  border-radius: 120px 120px 0 0;
  text-align: center;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ebook-adv-section {
    border-radius: 60px 60px 0 0;
    padding: 50px 0;
    margin-top: 50px;
  }
}
.ebook-adv-section h2 {
  margin-bottom: 6px;
}
@media only screen and (max-width: 1280px) {
  .ebook-adv-section p {
    padding: 0 250px;
  }
}
@media only screen and (max-width: 991px) {
  .ebook-adv-section p {
    padding: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ebook-adv-section .picture-wrapper {
  position: absolute;
  bottom: 0;
  right: 140px;
}
@media only screen and (max-width: 1350px) {
  .ebook-adv-section .picture-wrapper {
    right: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .ebook-adv-section .picture-wrapper {
    width: 150px;
    right: 20px;
    bottom: 0;
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .ebook-adv-section .picture-wrapper {
    display: none;
  }
}
.tooltip-image {
  position: relative;
}
.tooltip-image .tooltip {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .tooltip-image .tooltip {
    display: none;
  }
}
.tooltip-image .tooltip:nth-child(1) .tool-box {
  display: block;
}
.tooltip-image .tooltip.tooltip-active .tool-nm {
  background: #D43F3F;
  color: #fff;
  border: 1px solid #FEEAEB;
}
.tooltip-image .tooltip.tooltip-left .tool-box {
  margin-left: 0px;
  margin-right: -1px;
  left: auto;
  right: calc(100% - 29px);
}
.tooltip-image .tooltip.tooltip-left .tool-box:before {
  left: auto;
  right: 10px;
}
.tooltip-image .tool-nm {
  font-size: 16px;
  font-weight: bold;
  color: #D4403F;
  height: 28px;
  width: 28px;
  border-radius: 50px;
  border: 1px solid #D43F3F;
  background: #FEEAEB;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s ease all;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@keyframes pulse {
  100% {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
.tooltip-image .tool-box {
  display: none;
  background: #037FFF;
  color: #fff;
  min-width: 210px;
  border-radius: 9px;
  margin-top: 15px;
  position: relative;
  margin-left: -1px;
  padding: 10px 20px 10px 14px;
  max-width: 330px;
}
.tooltip-image .tool-box:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 12px solid #037FFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: 100%;
  left: 10px;
  margin-bottom: -3px;
}
.tooltip-image .tool-box p {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  line-height: 1.9;
}
.tooltip-image .tool-box span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.tooltip-image .tool-close {
  position: absolute;
  height: 10px;
  width: 10px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.tooltip-image .tool-close:before,
.tooltip-image .tool-close:after {
  content: '';
  display: block;
  height: 10px;
  width: 1px;
  background: #fff;
  border-radius: 50px;
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 0;
}
.tooltip-image .tool-close:after {
  transform: rotate(-45deg);
}
.tooltip-image.tooltip-image1 {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .tooltip-image.tooltip-image1 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .tooltip-image.tooltip-image1 .tooltip {
    margin: -5px -3px;
  }
}
.tooltip-image.tooltip-image1 .tooltip1 {
  left: 15.5%;
  top: 7%;
}
.tooltip-image.tooltip-image1 .tooltip2 {
  left: 21.7%;
  top: 7%;
}
.tooltip-image.tooltip-image1 .tooltip3 {
  left: 27.3%;
  top: 7%;
}
.tooltip-image.tooltip-image1 .tooltip4 {
  left: 32.5%;
  top: 7%;
}
.tooltip-image.tooltip-image2 {
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  .tooltip-image.tooltip-image2 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .tooltip-image.tooltip-image2 .tooltip {
    margin: -6px -8px;
  }
}
.tooltip-image.tooltip-image2 .tooltip1 {
  left: 30%;
  top: 7%;
}
.tooltip-image.tooltip-image2 .tooltip2 {
  left: 52%;
  top: 7%;
}
.tooltip-image.tooltip-image2 .tooltip3 {
  left: 77.5%;
  top: 7%;
}
.tooltip-image.tooltip-image2 .tooltip4 {
  left: 80.5%;
  top: 7%;
}
.tooltip-image.tooltip-image2 .tooltip5 {
  left: 83.4%;
  top: 7%;
}
.tooltip-image.tooltip-image2 .tooltip6 {
  left: 88.5%;
  top: 7%;
}
.tooltip-image.tooltip-image2 .tooltip7 {
  left: 91.5%;
  top: 7%;
}
.tooltip-image.tooltip-image2 .tooltip8 {
  left: 94.5%;
  top: 7%;
}
@media only screen and (max-width: 991px) {
  .tooltip-image.tooltip-image3 .tooltip {
    margin: -5px -4px;
  }
}
.tooltip-image.tooltip-image3 .tooltip1 {
  left: 17%;
  top: 18%;
}
.tooltip-image.tooltip-image3 .tooltip2 {
  left: 36%;
  top: 18%;
}
.tooltip-image.tooltip-image3 .tooltip3 {
  left: 93%;
  top: 18%;
}
.tooltip-image.tooltip-image3 .tooltip4 {
  left: 55%;
  top: 59%;
}
.tooltip-image.tooltip-image3 .tooltip5 {
  left: 73.5%;
  top: 59%;
}
.tooltip-image.tooltip-image3 .tooltip6 {
  left: 93%;
  top: 59%;
}
.tooltip-image.tooltip-image3 .tooltip7 {
  left: 30%;
  top: 9%;
}
.tooltip-image.tooltip-image3 .tooltip8 {
  left: 97%;
  top: 9%;
}
@media only screen and (max-width: 991px) {
  .tooltip-image.tooltip-image4 .tooltip {
    margin: -6px -5px;
  }
}
.tooltip-image.tooltip-image4 .tooltip1 {
  left: 21.5%;
  top: 10%;
}
.tooltip-image.tooltip-image4 .tooltip2 {
  left: 61%;
  top: 10%;
}
.tooltip-image.tooltip-image4 .tooltip3 {
  left: 94%;
  top: 24%;
}
.no-webp .footer-card .footer-card-inner ul li.star-li:before {
  background-image: url('/sites/zweb/images/jp/crm/common-sprite.png');
}
.no-webp .footer-card .footer-card-inner ul li.disc-li:before {
  background-image: url('/sites/zweb/images/jp/crm/common-sprite.png');
}
.footer-card {
  background: #F5FAFF;
  padding: 66px 0;
}
@media only screen and (max-width: 991px) {
  .footer-card {
    padding: 60px 0;
  }
}
.footer-card .jpc-container {
  max-width: 1150px;
}
@media only screen and (max-width: 1199px) {
  .footer-card .jpc-container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.footer-card h2 {
  text-align: center;
  font-size: 32px;
  margin: 0 0 40px;
  line-height: 1.5;
}
@media only screen and (max-width: 1199px) {
  .footer-card h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-card h2 {
    font-size: 22px;
  }
}
.footer-card p.desc {
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
  max-width: none;
  line-height: 1.8;
}
@media only screen and (max-width: 991px) {
  .footer-card p.desc {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-card p.desc span {
  display: inline-block;
  padding-left: 21px;
  position: relative;
}
.footer-card p.desc span.lazy {
  background-image: none !important;
  width: auto;
}
.footer-card p.desc span.lazy:before {
  background-image: url('/sites/zweb/images/jp/crm/common-sprite-lazy.png');
  filter: blur(3px);
}
.footer-card p.desc span:before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 250px 150px;
  left: 0;
  top: 6px;
  background-position: -85px -6px;
  width: 14px;
  height: 13px;
}
.footer-card .footer-card-row {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-row {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
  }
}
.footer-card .footer-card-col {
  width: 33.333%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-col {
    width: 100%;
  }
}
.footer-card .footer-card-col:nth-child(n+2):before {
  right: 0;
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-col:nth-child(n+2):before {
    right: -12px;
  }
}
.footer-card .footer-card-col:nth-child(n+2):after {
  right: 0;
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-col:nth-child(n+2):after {
    right: auto;
    left: -12px;
  }
}
.footer-card .footer-card-col:nth-child(n+2) .footer-card-inner {
  padding-left: 55px;
}
@media only screen and (max-width: 1199px) {
  .footer-card .footer-card-col:nth-child(n+2) .footer-card-inner {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-col:nth-child(n+2) .footer-card-inner {
    padding-left: 30px;
    padding-top: 70px;
  }
}
@media (max-width: 359px) {
  .footer-card .footer-card-col:nth-child(n+2) .footer-card-inner {
    padding-top: 60px;
  }
}
.footer-card .footer-card-col:nth-child(n+2) .footer-card-inner:before {
  right: -25px;
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-col:nth-child(n+2) .footer-card-inner:before {
    right: auto;
  }
}
.footer-card .footer-card-col:last-child:before,
.footer-card .footer-card-col:last-child:after {
  display: none;
}
.footer-card .footer-card-col:last-child .footer-card-inner:before {
  display: none;
}
.footer-card .footer-card-col:before {
  content: '';
  height: calc(50% + 8px);
  width: 15px;
  position: absolute;
  right: 10px;
  transform: rotate(-20deg);
  top: -2px;
  z-index: 1;
  box-shadow: 7px 3px 7px rgba(233, 240, 247, 0.7);
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-col:before {
    top: auto;
    right: -12px;
    bottom: 15px;
    height: 15px;
    width: calc(50% + 23px);
    box-shadow: -3px 7px 7px rgba(233, 240, 247, 0.7);
  }
}
.footer-card .footer-card-col:after {
  content: '';
  height: calc(50% + 8px);
  width: 15px;
  position: absolute;
  right: 10px;
  transform: rotate(20deg);
  bottom: -2px;
  z-index: 1;
  box-shadow: 7px -3px 7px rgba(233, 240, 247, 0.7);
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-col:after {
    bottom: 15px;
    left: -12px;
    height: 15px;
    width: calc(50% + 22px);
    box-shadow: 0px 7px 7px rgba(233, 240, 247, 0.7);
  }
}
.footer-card .footer-card-inner {
  padding: 36px 34px;
  background: #fff;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .footer-card .footer-card-inner {
    padding: 36px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-inner {
    padding: 50px 30px;
    text-align: center;
  }
}
@media (max-width: 359px) {
  .footer-card .footer-card-inner {
    text-align: left;
  }
}
.footer-card .footer-card-inner:before {
  content: '';
  border-left: 7px solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-inner:before {
    display: none;
  }
}
.footer-card .footer-card-inner h3 {
  font-size: 19px;
  margin: 0 0 18px;
  color: #276EF6;
  position: relative;
  padding-left: 39px;
  line-height: 1.5;
}
@media only screen and (max-width: 1199px) {
  .footer-card .footer-card-inner h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-inner h3 {
    display: inline-block;
    width: 280px;
    white-space: nowrap;
    text-align: left;
  }
}
@media (max-width: 359px) {
  .footer-card .footer-card-inner h3 {
    width: auto;
    white-space: normal;
  }
}
.footer-card .footer-card-inner h3 span {
  height: 26px;
  width: 26px;
  text-align: center;
  background: #276EF6;
  display: block;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 24px;
}
.footer-card .footer-card-inner ul {
  margin-left: 39px;
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-inner ul {
    text-align: left;
    max-width: 230px;
    margin: 0 auto;
  }
}
.footer-card .footer-card-inner ul li {
  font-size: 14px;
  position: relative;
  margin-bottom: 13px;
  padding-left: 21px;
  cursor: pointer;
}
.footer-card .footer-card-inner ul li:hover {
  color: #276EF6;
}
.footer-card .footer-card-inner ul li:hover a {
  color: #276EF6;
}
.footer-card .footer-card-inner ul li:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-card .footer-card-inner ul li a {
  color: #000;
}
.footer-card .footer-card-inner ul li:last-child {
  margin-bottom: 0;
}
.footer-card .footer-card-inner ul li.star-li.lazy {
  background-image: none !important;
}
.footer-card .footer-card-inner ul li.star-li.lazy:before {
  background-image: url('/sites/zweb/images/jp/crm/common-sprite-lazy.png');
  filter: blur(3px);
}
.footer-card .footer-card-inner ul li.star-li:before {
  background-position: -85px -6px;
  width: 14px;
  height: 13px;
  top: 3px;
}
.footer-card .footer-card-inner ul li.disc-li.lazy {
  background-image: none !important;
}
.footer-card .footer-card-inner ul li.disc-li.lazy:before {
  background-image: url('/sites/zweb/images/jp/crm/common-sprite-lazy.png');
  filter: blur(3px);
}
.footer-card .footer-card-inner ul li.disc-li:before {
  background-position: -67px -7px;
  width: 12px;
  height: 12px;
  top: 6px;
}
.footer-card .footer-card-inner ul li:before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 250px 150px;
  left: 0;
}
/*# sourceMappingURL=15-days-todo-list.css.map */</pre></body></html>