#banner {
  position: relative;
  background-image: url("../../images/home/bg_banner.png");
  background-repeat: no-repeat;
  background-size: cover;
}

section .section-title {
  position: relative;
  margin-bottom: 2rem;
}
section .section-title:after {
  content: " ";
  position: absolute;
  bottom: -10px;
  width: 70px;
  border-bottom: 3px solid #009BED;
  left: 50%;
  transform: translateX(-50%);
}
section ul.section-item-list {
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}
section ul.section-item-list li {
  font-size: 1.3rem !important;
  line-height: 2.2rem !important;
  padding: 0 0.8rem 0 0.2rem;
  margin-bottom: 0.5rem;
  display: flex;
}
section ul.section-item-list li p {
  font-size: 1.4rem !important;
  line-height: 2.2rem !important;
  font-weight: 600;
  color: #333;
}
section ul.section-item-list li:before {
  content: " ";
  width: 30px;
  min-width: 30px;
  height: 28px;
  min-hight: 28px;
  background-image: url("../../images/home/ico_check.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 0.6rem;
}
section ul.section-item-list li:last-child {
  margin-bottom: 0;
}
section.bg-sec-02 {
  background-image: url("../../images/home/bg_sec_02.png");
  background-repeat: repeat;
}
section .post-item .post-item-description {
  height: 13rem;
}
section .underline-orange-bottom {
  color: #FF600A;
  font-weight: bold;
  border-bottom: 2px solid #FF600A;
}
section .underline-orange {
  color: #FF600A;
  position: relative;
  z-index: 1;
  font-weight: bold;
  background-image: linear-gradient(transparent 60%, #FFF95B 50%);
  background-color: transparent;
}
section .headline-with-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 1.5rem;
}
section .headline-with-icon img {
  height: 4.8rem;
  width: auto;
  margin-right: 1.5rem;
}
section .headline-with-icon span {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #0288C5;
  font-weight: bold;
}
section .price {
  font-size: 1.6em;
}
section .video-frame {
  padding-bottom: 73.3%;
  background: url("../../images/home/bg_video_frame.png");
  background-size: cover;
  position: relative;
}
section .video-frame .feature-image {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 14.95%;
  top: 15.24%;
  width: 70.09%;
  height: 59.7%;
}
section table.compare-table {
  font-size: 1.2rem;
  background-color: transparent;
}
section table.compare-table thead {
  background-color: #383838;
}
section table.compare-table thead tr th {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
}
section table.compare-table thead tr th.sellersket {
  color: #FFFF00;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5rem;
  background-color: #0288C5;
  border: 3px solid #0288C5;
}
section table.compare-table tbody tr {
  height: 4.5rem;
}
section table.compare-table tbody tr:nth-child(even) {
  background-color: #E1EBE9;
}
section table.compare-table tbody tr:nth-child(odd) {
  background-color: #FFF;
}
section table.compare-table tbody tr:last-child td.sellersket {
  border-bottom: 3px solid #0288C5;
}
section table.compare-table tbody tr th, section table.compare-table tbody tr td {
  vertical-align: middle;
  line-height: 1.3rem;
  padding: 0.1rem 0.1rem;
}
section table.compare-table tbody tr th {
  font-weight: 700;
  text-align: left;
  padding: 0.2rem 0.1rem 0.2rem 1.1rem;
}
section table.compare-table tbody tr td {
  text-align: center;
  font-weight: 700;
}
section table.compare-table tbody tr td i[class*=icon] {
  font-size: 1.5rem;
}
section table.compare-table tbody tr td.sellersket {
  border-left: 3px solid #0288C5;
  border-right: 3px solid #0288C5;
}
section table.compare-table tbody tr td.sellersket i[class*=icon] {
  color: #D00000;
}
section table.price-table {
  background-color: transparent;
}
section table.price-table tbody tr th, section table.price-table tbody tr td {
  vertical-align: middle;
  line-height: 2.8rem;
  padding: 0.1rem 0.1rem;
  text-align: center;
  border: none;
}
section table.price-table tbody tr th {
  background-color: #383838;
  font-weight: 500;
  color: #fff;
  padding: 0.2rem 0.1rem 0.2rem 1.1rem;
  width: 49.5%;
}
section table.price-table tbody tr td {
  font-weight: 500;
  background-color: #E1EBE9;
}
section .row-flow {
  display: flex;
}
section .row-flow .row-flow-item {
  position: relative;
  flex-grow: 1 !important;
  width: 33.33%;
}
section .row-flow .row-flow-item .row-flow-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
section .row-flow .row-flow-item .row-flow-item-wrapper .flow-step {
  width: 100%;
  text-align: center;
  align-items: center;
  display: flex;
  background-color: #17C7D1;
  padding: 0.3rem 0.5rem;
  height: 68px;
  position: relative;
  padding-left: 25px;
}
section .row-flow .row-flow-item .row-flow-item-wrapper .flow-step:after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  right: -15px;
  border-style: solid;
  border-width: 34px 0 34px 15px;
  border-color: transparent transparent transparent #17C7D1;
  z-index: 30;
}
section .row-flow .row-flow-item .row-flow-item-wrapper .flow-step img {
  max-width: 51px;
  height: auto;
}
section .row-flow .row-flow-item .row-flow-item-wrapper .flow-step p {
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  height: 3rem;
  font-size: 1.4rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  justify-self: stretch;
  flex-grow: 1;
  flex-direction: column;
}
section .row-flow .row-flow-item .row-flow-item-wrapper .flow-step p .small {
  font-size: 1.1rem;
}
section .row-flow .row-flow-item .row-flow-item-wrapper .flow-inner {
  display: flex;
  flex-direction: column;
}
section .row-flow .row-flow-item .row-flow-item-wrapper .flow-inner .flow-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 1.8rem 0.3rem;
}
section .row-flow .row-flow-item .row-flow-item-wrapper .flow-inner .flow-content .flow-icon {
  max-width: 75px;
  margin-right: 1rem;
}
section .row-flow .row-flow-item .row-flow-item-wrapper .flow-inner .flow-content .flow-icon img {
  max-width: 100%;
}
section .row-flow .row-flow-item .row-flow-item-wrapper .flow-inner .flow-content .flow-desc {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
}
section .row-flow .row-flow-item .row-flow-item-wrapper .flow-inner .flow-foot {
  padding: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .row-flow .row-flow-item:nth-child(2) .row-flow-item-wrapper .flow-step {
  background-color: #0CA0CE;
}
section .row-flow .row-flow-item:nth-child(2) .row-flow-item-wrapper .flow-step:after {
  border-color: transparent transparent transparent #0CA0CE;
  z-index: 20;
}
section .row-flow .row-flow-item:nth-child(3) .row-flow-item-wrapper .flow-step {
  background-color: #006BCB;
}
section .row-flow .row-flow-item:nth-child(3) .row-flow-item-wrapper .flow-step:after {
  border-color: transparent transparent transparent #006BCB;
  z-index: 10;
}
section .ballon {
  display: inline-flex;
  padding: 0.9rem 0.5rem;
  text-align: center;
  background-color: #009BED;
  border-radius: 10px;
  position: relative;
  margin-bottom: 15px;
  align-items: center;
  justify-items: center;
  flex-direction: column;
}
section .ballon:after {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #009aed transparent transparent transparent;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
section .card.card-service-list {
  border-radius: 10px;
  border: 1px solid #383838;
  overflow: hidden;
}
section .card.card-service-list .card-header {
  background-color: #383838;
  padding: 0.2rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}
section .col-service-item {
  position: relative;
}
section .col-service-item:after {
  position: absolute;
  right: -16px;
  width: 33px;
  height: 33px;
  content: " ";
  display: inline-block;
  background-image: url("../../images/home/icon_plus.png");
  top: 60%;
  transform: translateY(40%) rotate(0deg);
}
section .col-service-item:last-child:after {
  display: none;
}
section .col-service-item .col-service-item-wrapper .col-service-item-top {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}
section .col-service-item .col-service-item-wrapper .col-service-item-top img {
  max-width: 240px;
}
section .col-service-item .col-service-item-wrapper .col-service-item-top .service-item-caption {
  text-align: center;
  font-weight: 700;
  padding: 0.3rem;
}
section .col-service-item .col-service-item-wrapper .col-service-item-bottom .service-item-caption {
  text-align: center;
  font-weight: 700;
  padding: 0.3rem;
}
section .accordion.faq .ac-item {
  border-radius: 0;
  border: none;
  padding: 0 0;
}
section .accordion.faq .ac-item .ac-title {
  padding: 0.5rem 1.8rem 0.5rem 2.8rem;
  background-color: #FFF;
  border: 1px solid #EAEAEA;
  color: #111;
  font-size: 1.2rem;
  line-height: 2rem;
  position: relative;
}
section .accordion.faq .ac-item .ac-title:before {
  top: 50%;
  transform: translateY(-50%);
  content: "\e92e";
  right: 10px;
}
section .accordion.faq .ac-item .ac-title:after {
  position: absolute;
  left: 1rem;
  content: "Q";
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #FE6500;
}
section .accordion.faq .ac-item .ac-content {
  padding: 1rem 2rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
section .accordion.faq .ac-item.ac-active .ac-title:before {
  content: "\e931";
}

@media (max-width: 768px) {
  #banner {
    position: relative;
    background-image: url("../../images/home/bg_banner_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  section .row-flow {
    flex-direction: column;
  }
  section .row-flow .row-flow-item {
    width: 100%;
  }
  section .row-flow .row-flow-item .row-flow-item-wrapper {
    min-height: 280px;
    flex-direction: row;
    align-items: stretch;
  }
  section .row-flow .row-flow-item .row-flow-item-wrapper .flow-step {
    width: 68px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    height: unset;
    padding: 25px 0.1rem 0 0.1rem;
  }
  section .row-flow .row-flow-item .row-flow-item-wrapper .flow-step img {
    max-width: 40px;
  }
  section .row-flow .row-flow-item .row-flow-item-wrapper .flow-step:after {
    bottom: -15px;
    left: 0;
    right: 0;
    border-width: 15px 34px 0 34px;
    border-color: #17C7D1 transparent transparent transparent;
  }
  section .row-flow .row-flow-item .row-flow-item-wrapper .flow-inner {
    justify-content: center;
    flex-grow: 1;
  }
  section .row-flow .row-flow-item .row-flow-item-wrapper .flow-inner .flow-content {
    flex-direction: column;
    margin: 0.2rem 0.1rem;
  }
  section .row-flow .row-flow-item .row-flow-item-wrapper .flow-inner .flow-foot {
    padding: 0.3rem;
  }
  section .row-flow .row-flow-item .row-flow-item-wrapper .flow-inner .flow-foot img {
    max-width: 200px;
  }
  section .row-flow .row-flow-item:nth-child(2) .row-flow-item-wrapper .flow-step:after {
    border-color: #0CA0CE transparent transparent transparent;
  }
  section .row-flow .row-flow-item:nth-child(3) .row-flow-item-wrapper .flow-step:after {
    border-color: #006BCB transparent transparent transparent;
  }
}
@media (min-width: 1024px) {
  .w-lg-75 {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section table.compare-table {
    font-size: 1em;
  }
  section table.compare-table thead tr th {
    font-size: 0.9em;
  }
  section table.compare-table thead tr th.sellersket {
    font-size: 1rem;
    white-space: nowrap;
  }
  section table.compare-table tbody tr td, section table.compare-table tbody tr th {
    text-align: center;
    align-content: center;
    padding: 0.2rem 0.1rem;
  }
  section table.compare-table tbody tr td img, section table.compare-table tbody tr th img {
    margin: auto;
  }
  section .col-service-item {
    margin-bottom: 3.5rem;
  }
  section .col-service-item:after {
    left: 50%;
    right: unset;
    bottom: -30px;
    top: unset;
    transform: translateX(-50%) rotate(90deg);
  }
  section .col-service-item:last-child {
    margin-bottom: 1rem;
  }
  section .col-service-item .col-service-item-wrapper .col-service-item-top {
    display: flex;
    flex-direction: column-reverse;
  }
  section .col-service-item .col-service-item-wrapper .col-service-item-top .service-item-caption {
    margin-bottom: 0.2rem;
  }
  section .col-service-item .col-service-item-wrapper .col-service-item-bottom {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
  }
}
