

.section-page--feature .body-feature-tab {
  position: relative;
}
.section-page--feature {
  padding: 75px 0 80px;
  background-color: #f5f5f5;
  background-position: center top;
  background-repeat: no-repeat;
}

.section-page--feature h1.head-title {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 30px ;
  text-align: center;
  padding-left: 0;
}

.section-page--feature h1.head-title::before {
  content: none;
}

.section-page--feature h1.head-title span {
  position: relative;
  padding-bottom: 20px;
}

.section-page--feature h1.head-title span:before {
  content: "";
  position: absolute;
  width: 120px;
  bottom: 0;
  height: 5px;
  background-color: #941c80;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.section-page--feature .top-sec {
  text-align: center;
}

.section-page--feature .top-sec .text-des p {
  line-height: 1.8;
  margin-bottom: 70px ;
}
.tab-wrapper {
  text-align: center;
  display: block;
}
.section-page--feature .body-feature-tab .tab-wrapper .tabs {
  margin: 0;
  padding: 0 24px;
}
.tab-wrapper .tabs {
  margin: 0 -13px;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  list-style: none;
}
.section-page--feature .body-feature-tab .tab-wrapper .tabs .tab-link:hover, 
.section-page--feature .body-feature-tab .tab-wrapper .tabs .tab-link.active {
  color: #000;
  background-color: #f6ecf4;
}

.section-page--feature .body-feature-tab .tab-wrapper .tabs .tab-link {
  padding: 10px 10px;
  margin: 0 6px;
  background-color: #fff;
  position: relative;
}
.tab-wrapper .tabs .tab-link:hover, .tab-wrapper .tabs .tab-link.active {
  color: #000;
  background-color: #f6ecf4;
}

.tab-wrapper .tabs .tab-link {
  margin: 0 13px;
  flex: 1;
  list-style: none;
  padding: 15px 15px;
  color: #941c80;
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: solid 1px #941c80;
  border-radius: 8px 8px 0 0;
  border-bottom: none;
  display: flex
    ;
  align-items: center;
  justify-content: center;
}
.section-page--feature .body-feature-tab .content-wrapper {
  background-color: #f5ecf4;
  border: 1px solid #941c80;
  padding: 40px 60px;
}
.content-wrapper .tab-content {
  display: none;
}
.content-wrapper .tab-content.active {
  display: block;
}
.section-page--feature .body-feature-tab .content-wrapper .tab-content {
  background-color: #fff;
  padding: 28px 50px 38px;
}
.tab-wrapper .tabs .tab-link {
  flex-direction: column;
}
.section--feature.active {
  display: block;
}
.section--feature {
  display: none;
  position: relative;
  counter-reset: number 0;
  padding: 80px 0 80px;
  overflow: hidden;
}
.tab-wrapper .tabs .tab-link p {
  font-size: 14px;
  margin: 0;
}
.section-page--feature .body-feature-tab .tab-wrapper .tabs .tab-link.active::after {
  opacity: 1;
}

.section-page--feature .body-feature-tab .tab-wrapper .tabs .tab-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #f6ecf4;
  opacity: 0;
}
.tab-wrapper .tabs .tab-link strong br {
  display: none;
}
.section--feature-beginners .p-top__bg {
  left: 0;
  right: auto;
  top: 0;
  height: 100%;
  z-index: 1;
  width: 25%;
  position: absolute;
}
.main--tab-feature .desktop_image {
  display: block;
}

.main--tab-feature .head-block {
  padding: 10px 40px;
  border-bottom: solid 2px #941c80;
  position: relative;
  font-weight: 600;
  font-size: 18px ;
  margin-bottom: 25px ;
  text-align: center;
}

.main--tab-feature .head-block:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -14px;
  border-top: 20px solid #fff;
  border-right: 20px solid rgba(0, 0, 0, 0);
  border-left: 0px solid rgba(0, 0, 0, 0);
}

.main--tab-feature .head-block:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -15px;
  border-top: 15px solid #941c80;
  border-right: 15px solid rgba(0, 0, 0, 0);
  border-left: 0px solid rgba(0, 0, 0, 0);
}

.main--tab-feature img.mobile_image {
  display: none;
}

.content-wrapper .tab-content .head-title-tabs {
  color: #000;
  padding: 4px 15px;
  padding-left: 20px;
  position: relative;
  font-weight: 600;
  font-size: 22px ;
  margin-bottom: 30px ;
}
.section-page--feature .body-feature-tab .content-wrapper .tab-content .head-title-tabs {
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
.body-feature-tab .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex
    ;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-0.5* var(--bs-gutter-x));
  margin-left: calc(-0.5* var(--bs-gutter-x));
}
.body-feature-tab .mb-20 {
  margin-bottom: 20px;
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .button--click-top a {
  background: #941c80;
  background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%);
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .button--click-top a {
  display: inline-flex
    ;
  align-items: center;
  justify-content: center;
  height: 54px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  max-width: 100%;
  border-radius: 30px;
  width: 300px;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.section-page--feature .body-feature-tab .content-wrapper .tab-content .button--click-top a {
  text-decoration: none;
  font-weight: 600;
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .button--click-top a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 20px;
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .button--click-top a img {
  left: auto;
  right: 15px;
}
.body-feature-tab .row .col-12 {
  padding: 0 12px;
  width:100%
}
.section-page--feature .body-feature-tab .content-wrapper .tab-content .button--click-top a:hover {
  background: #db75ca;
  background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%);
}

.section--feature-beginners .p-top__bg {
  z-index: -1;
}
.section--feature .p-top__content {
  text-align: center;
}

.section--feature .p-top__content h2.head-title--h1 {
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 30px ;
}

.section--feature .p-top__content h2.head-title--h1 span {
  position: relative;
  padding-bottom: 20px;
}

.section--feature .p-top__content h2.head-title--h1 span:before {
  content: "";
  position: absolute;
  width: 120px;
  bottom: 0;
  height: 5px;
  background-color: #941c80;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.section--feature .p-top__content h2.head-title--h1 span b {
  font-size: 20px ;
  font-weight: 600;
}

.section--feature .p-top__content .text-description p {
  line-height: 1.8;
  font-size: 18px ;
  margin-bottom: 55px ;
}

.section--feature-beginners .p-top__bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
ul.p-top__list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.section--feature-beginners .p-top__list-item:not(:last-child) {
  margin-bottom: 80px;
}

.section--feature-beginners .p-top__list-item {
  position: relative;
  border: none;
}
.p-top.top--can .p-top__list-ttl {
  position: relative;
  color: #fff;
  padding: 2% 3% 2% 140px;
  font-size: 24px;
  line-height: 32px;
  background-color: #000;
}
.section--feature-beginners .p-top__list-item .p-top__list-ttl {
  display: flex
    ;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
.section--feature-beginners .p-top__list-item .p-top__list-row {
  padding: 20px 60px 40px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
}
.section--feature-beginners .row-x20 {
  margin-left: -20px ;
  margin-right: -20px ;
  margin-bottom: 30px ;
}
.section--feature-beginners .pd-x20 {
  padding-left: 20px ;
  padding-right: 20px ;
}
.section--feature-beginners .row-x20.mb-30.right {
  margin-bottom: 0;
}
.col-lg-4 {
  width: 100%;
  max-width: 100%;
}
.col-lg-6 {
  width: 100%;
  max-width: 100%;
}
.section--feature-beginners .p-top__list-item .p-top__list-ttl {
  display: flex;
  padding: 2% 3% 2% 140px;
  align-items: center;
  justify-content: center;
  background-color: #000;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.section--feature-beginners.top--can .p-top__list-item .p-top__list-row .pd-x20{
  padding-left: 20px ;
  padding-right: 20px ;
}
.section--feature-beginners .row-x20.mb-30 {
  display: flex;
  flex-wrap: wrap;
}
.section--feature-beginners #feature_tab1_2 .row-x20.mb-30 .cont_sec p:first-of-type {
  margin-bottom: 10px;
}

.section--feature-beginners #feature_tab1_2 .row-x20.mb-30 .cont_sec small {
  font-size: 14px ;
  margin-bottom: 30px;
  line-height: 1.5;
  display: block;
}
.section--feature-beginners .row-x20.mb-30 .cont_sec {
  text-align: left;
}

.section--feature-beginners .row-x20.mb-30 .cont_sec p {
  margin-bottom: 30px;
}

.section--feature-beginners .row-x20.mb-30.right {
  flex-direction: row-reverse;
}

.section--feature-beginners .row-x20.mb-30.right .col-lg-6.imageGallery {
  max-width: 62%;
  flex: 0 0 62%;
}

.section--feature-beginners .row-x20.mb-30.right .col-lg-6 {
  max-width: 38%;
  flex: 0 0 38%;
}

.section--feature-beginners .row-x20.mb-30 .cont_sec p:last-of-type {
  margin-bottom: 0;
}

.section--feature-beginners .row-x20.mb-30.right .col-lg-6 .cont_sec ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.section--feature-beginners .row-x20.mb-30.right .col-lg-6 .cont_sec ul > li {
  margin: 0;
  position: relative;
  padding: 20px 0 20px 60px;
  font-size: 14px ;
}

.section--feature-beginners .row-x20.mb-30.right .col-lg-6 .cont_sec ul > li:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.section--feature-beginners .row-x20.mb-30.right .col-lg-6 .cont_sec ul > li:before,
.section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .right .rich_content ul > li:before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 38px;
  height: 38px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.section--feature-beginners .p-top__list-item#feature_tab1_2 {
  margin-bottom: 0;
}

.section--feature-beginners .p-top__list-item#feature_tab1_2 .p-top__list-row {
  border-bottom: 0;
  padding-bottom: 0;
}

.section--feature-beginners.tab-1 .p-top__list-item:nth-child(3) {
  padding-top: 60px ;
  padding-left: 60px;
  padding-right: 60px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}

.section--feature-beginners .p-top__list-item:nth-child(3) .title-text {
  background-color: #941c80;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 2% 3%;
  line-height: 32px;
  font-weight: 600;
  font-size: 24px ;
}

.section--feature-beginners .p-top__list-item:nth-child(3) .title-text:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #941c80 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 20px 20px 0 20px;
}

.section--feature-beginners .p-top__list-item:nth-child(3) .box.bg--white {
  border-color: #941c80;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  margin-inline: auto;
  padding: 30px 60px;
}

.section--feature-beginners .p-top__list-item:nth-child(3) .box.bg--white .rich_text {
  text-align: left;
}

.section--feature-beginners .p-top__list-item:nth-child(3) .box.bg--white .imageGallery {
  margin-bottom: 15px ;
}

.section--feature-beginners .p-top__list-item:nth-child(3) .box.bg--white .rich_text p {
  font-size: 16px ;
  margin-bottom: 15px;
}

.section--feature-beginners .p-top__list-item:nth-child(3) .box.bg--white > .fonts-16 {
  color: #4fc2f2;
  font-size: 18px ;
  margin-bottom: 15px ;
  text-align: left;
  font-weight: 600;
}
.section--feature-beginners .p-top__list-item:nth-child(3) .box.bg--white > .row .col-lg-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.section--feature-beginners .p-top__list-item:nth-child(3) .box.bg--white > .row .col-lg-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.section--feature-beginners .p-top__list-item:nth-child(3) .box.bg--white > .row .col-lg-4 p {
  text-align: left;
  font-size: 14px ;
  margin-bottom: 15px ;
}

.section--feature-beginners .p-top__list-item:nth-child(3) .box.bg--white > .row .col-lg-8 .col-lg-6 {
  padding: 0 12px;
  margin-bottom: 10px;
}

.section--feature-beginners .p-top__list-item:nth-child(3) .box.bg--white > .row ~ .row {
  margin-bottom: 15px;
}
li#feature_tab1_3 {
  margin-bottom: 40px;
}
li#feature_tab1_3 .row .col-lg-6 .card_cont {
  text-align: left;
}

li#feature_tab1_3 .row .col-lg-6 .card_cont > p {
  margin-bottom: 30px;
}

li#feature_tab1_3 .row .col-lg-6 .card_cont > p ~ p {
  margin-bottom: 0;
}
li#feature_tab1_4 .row.row-x20.mb-30 {
  margin-bottom: 0;
}

li#feature_tab1_4 .row.row-x20.mb-30 .card_cont {
  text-align: left;
}
li#feature_tab1_4 .p-top__list-row.mb-40.mb-sp30 {
  margin-bottom: 40px;
}
li#feature_tab1_4 .row.row-x20.mb-30 .card_cont > p {
  margin-bottom: 30px;
}

li#feature_tab1_4 .row.row-x20.mb-30 .card_cont > p ~ p {
  margin-bottom: 0;
}
li#feature_tab1_4 > .row.row-x20 {
  display: flex;
  flex-wrap: wrap;
}
li#feature_tab1_4 > .row.row-x20 .item--list {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 40px;
  height: calc(100% - 40px);
}
li#feature_tab1_4 > .row.row-x20 .item--list .content-i .text-center {
  font-weight: 600;
  font-size: 20px ;
  margin-bottom: 15px ;
}

li#feature_tab1_4 > .row.row-x20 .item--list .content-i {
  padding: 23px 30px 35px;
}

li#feature_tab1_4 > .row.row-x20 .item--list .content-i .fonts-md-18 {
  text-align: left;
}

li#feature_tab1_4 > .row.row-x20 {
  margin-bottom: 0;
}

li#feature_tab1_4 {
  margin-bottom: 0;
}
.container-option1130{
  padding: 0 12px ;
  width:100%;
  margin-right: auto;
  margin-left: auto;
}
.tab-wrapper .tabs .tab-link p {
  font-weight: 600;
}
.section--feature.tab-2 {
  background-color: #f5f5f5;
  padding-bottom: 40px;
}
.section--feature.tab-2 .p-top__bg {
  right: 0;
  left: auto;
  z-index: 0;
}

.section--feature.tab-2 .p-top__content h2.head-title--h1 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 30px ;
}
.section--feature.tab-2 .p-top__content .text-description p {
  line-height: 1.5;
}
.section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

.section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-ttl span {
  font-size: 24px;
  line-height: 32px;
}
.section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-ttl ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-ttl ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29px;
  border-radius: 4px;
  background-color: #941c80;
  font-size: 14px;
  color: #fff;
  padding: 0 17px;
  font-weight: 300;
  margin-left: 10px;
  margin-bottom: 0;
}

.section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-ttl ul > li:first-child {
  margin-left: 40px;
}
.section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .rich_content {
  text-align: left;
}
.section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .rich_content p {
  margin-bottom: 30px;
}
.section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .rich_content p ~ p {
  margin-bottom: 0;
}
.section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .right .rich_content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .right .rich_content ul > li {
  position: relative;
  padding: 20px 0 20px 60px;
  margin-bottom: 0;
  font-size: 14px;
}

.section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .right .rich_content ul > li:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.section--feature-beginners #feature_tab2_3.p-top__list-item .p-top__list-row {
  padding-bottom: 0;
  border-bottom: 0;
}

li#feature_tab2_3 {
  margin-bottom: 0;
}

li#feature_tab2_3 + .mt-card .mt-60 {
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px ;
}

li#feature_tab2_3 + .mt-card .title-text {
  background-color: #941c80;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 2% 3%;
  line-height: 32px;
  font-size: 24px ;
  font-weight: 600;
}

li#feature_tab2_3 + .mt-card .title-text:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #941c80 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 20px 20px 0 20px;
}
li#feature_tab2_3 + .mt-card .box.bg--white {
  border-color: #941c80;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  margin-inline: auto; padding: 30px 60px;
}
li#feature_tab2_3 + .mt-card .box.bg--white .font-w300 {
  font-size: 18px ;
  text-align: left;
}
li#feature_tab2_3 + .mt-card .box.bg--white .font-w300 p {
  margin-bottom: 15px;
}
li#feature_tab2_3 + .mt-card .box.bg--white .row .col-lg-6.pd-x20 {
  text-align: left;
  font-size: 14px;
}
li#feature_tab2_3 + .mt-card .box.bg--white .row .col-lg-6.pd-x20 h5 {
  font-size: 18px ;
}
li#feature_tab2_3 + .mt-card .box.bg--white .row .col-lg-6.pd-x20 ol {
  padding: 0;
  margin: 0;
  padding-left: 1em;
}
li#feature_tab2_3 + .mt-card .box.bg--white .row .col-lg-6.pd-x20 ol > li {
  padding-bottom: 1em;
  margin: 0;
  font-size: 14px ;
}
li#feature_tab2_3+.mt-card .box.bg--white hr.bdr.bdr--gray2 {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  height: 0;
}

li#feature_tab2_3+.mt-card .box.bg--white .mg-auto {
  margin-inline: auto;
  max-width: 575px;
  margin-bottom: 30px ;
  margin-top: 30px ;
}

li#feature_tab2_3+.mt-card .box.bg--white .mg-auto .download-item.d-flex {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

li#feature_tab2_3+.mt-card .box.bg--white .mg-auto .download-item.d-flex .image-block {
  flex: 0 0 120px;
  max-width: 120px;
}

li#feature_tab2_3+.mt-card .box.bg--white .mg-auto .download-item.d-flex .content-block {
  flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px);
  padding: 16px 0 0 50px;
}

li#feature_tab2_3+.mt-card .box.bg--white .mg-auto .download-item.d-flex .bottom-btn {
  position: absolute;
  right: 30px;
  bottom: 50px;
  width: calc(100% - 230px);
}

li#feature_tab2_3+.mt-card .box.bg--white .mg-auto .download-item.d-flex .content-block h3.title-h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px ;
  font-weight: 300;
}

li#feature_tab2_3+.mt-card .box.bg--white .mg-auto .download-item.d-flex .bottom-btn a {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  font-size: 18px;
  font-weight: 600;
  max-width: 100%;
  border-radius: 30px;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
}

li#feature_tab2_3+.mt-card .box.bg--white .mg-auto .download-item.d-flex .bottom-btn a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

li#feature_tab2_3+.mt-card .box.bg--white .mg-auto .download-item.d-flex .bottom-btn a:hover {
  color: #777;
  border: solid 1px #777;
  opacity: 1;
}

li#feature_tab2_3+.mt-card .box.bg--white .mg-auto .download-item.d-flex .bottom-btn a:hover img {
  opacity: .6;
}

li#feature_tab2_3+.mt-card .mt-60 .box.bg--trans {
  background-color: #fff;
  margin-inline: auto;
  padding: 30px 60px;
}

li#feature_tab2_3+.mt-card .mt-60 .box.bg--trans .youtube-include {
  width: 100%;
  aspect-ratio: 16 / 9;
}

li#feature_tab2_3+.mt-card .mt-60 .box.bg--trans .youtube-include iframe {
  margin: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

li#feature_tab2_3+.mt-card .mt-60 + .row.row-x20 {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

li#feature_tab2_3+.mt-card .mt-60 + .row.row-x20 .item--list {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 40px;
  height: calc(100% - 40px);
}

li#feature_tab2_3+.mt-card .mt-60 + .row.row-x20 .item--list .content-i {
  padding: 23px 30px 35px;
  text-align: left;
}

li#feature_tab2_3+.mt-card .mt-60 + .row.row-x20 .item--list .content-i .d-flex {
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 20px ;
  margin-bottom: 15px ;
  align-items: center;
  justify-content: space-between;
}

li#feature_tab2_3+.mt-card .mt-60+.row.row-x20 .item--list .content-i .d-flex .category--item {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
li#feature_tab2_3+.mt-card .mt-60+.row.row-x20 .item--list .content-i p {
  margin: 0;
}
li#feature_tab2_3+.mt-card .mt-60+.row.row-x20 .item--list .content-i .d-flex .category--item > li {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29px;
  border-radius: 4px;
  background-color: #941c80;
  font-size: 14px;
  color: #fff;
  padding: 0 17px;
  font-weight: 300;
}
.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-ttl h4 {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}

.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mb-40 {
  text-align: left;
}

.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mb-40 p {
  margin-bottom: 30px;
}

.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mb-40 p ~ p {
  margin-bottom: 0;
}

.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mb-40 ul {
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
}

.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mb-40 ul li {
  margin: 0;
  position: relative;
  padding: 20px 0 20px 60px;
  font-size: 14px ;
}

.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mb-40 ul li:before,
.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mt-60 .box.bg--white .row.row-x20 .list-left ul > li:before,
.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mt-60 .box.bg--white .row.row-x20 .list-left ul > li:before,
.section--feature.tab-4 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .row .list-left ul > li:before,
.section--feature-beginners.tab-4 .p-top__list-item div#feature_tab4_7 + .p-top__list-row > .row.row-x20 .col-lg-4 ul > li:before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 38px;
  height: 38px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}

.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mb-40 .mb-20 {
  margin-bottom: 20px;
}

.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mb-40 {
  margin-bottom: 40px;
}

.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mt-60 {
  margin-top: 60px;
}

.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mt-60 .title-text {
  background-color: #941c80;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 32px;
  padding: 2% 3%;
  font-size: 24px ;
  font-weight: 600;
}

.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mt-60 .title-text:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #941c80 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 20px 20px 0 20px;
}

.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mt-60 .box.bg--white {
  border-color: #941c80;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  margin-inline: auto; padding: 30px 60px;
}

.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mt-60 .box.bg--white .row.row-x20 .list-left {
  text-align: left;
}

.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mt-60 .box.bg--white .row.row-x20 .list-left ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
  font-size: 14px ;
}
.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mt-60 .box.bg--white .row.row-x20 .list-left ul > li {
  position: relative;
  padding: 20px 0 20px 60px;
  margin: 0;
}
.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mt-60 .box.bg--white .row.row-x20 .list-left ul > li:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mt-60 .box.bg--white .row.row-x20 .imageGallery {
  width: 100%;
}
.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mt-60 .box.bg--white .row.row-x20 .imageGallery img {
  width: 100%;
}
.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mt-60 .box.bg--white .row.row-x20 .list-left ol {
  padding-left: 1em;
  font-size: 14px ;
}
.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mt-60 .box.bg--white .row.row-x20 .list-left ol > li {
  padding-bottom: 1em;
  margin: 0;
}
.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .tube {
  background-color: #fff;
  margin-inline: auto; padding: 30px 60px;
}
.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .tube .youtube-include {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .tube .youtube-include iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row {
  margin-bottom: 40px;
}
.section--feature-beginners.tab-3 .p-top__list-item .row.row-x20 .item--list {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 40px;
  height: calc(100% - 40px);
}
.section--feature-beginners.tab-3 .p-top__list-item .row.row-x20 .item--list .content-i {
  padding: 23px 30px 35px;
}
.section--feature-beginners.tab-3 .p-top__list-item .row.row-x20 .item--list .content-i .text-center {
  font-weight: 600;
  font-size: 20px ;
  margin-bottom: 15px ;
}
.section--feature-beginners.tab-3 .p-top__list-item .row.row-x20 .item--list .content-i .fonts-md-18 {
  text-align: left;
}
.section--feature-beginners.tab-3 .p-top__list-item .row.row-x20 .item--list .content-i .fonts-md-18 p {
  margin: 0;
}
.section--feature-beginners .p-top__list-item .p-top__list-row.table-data .fonts-16 {
  text-align: left;
}
.section--feature-beginners .p-top__list-item .p-top__list-row.table-data .fonts-16 p {
  margin-bottom: 30px;
}
.section--feature-beginners .p-top__list-item .p-top__list-row.table-data .mb-20 .fonts-16 {
  margin-bottom: 10px;
}
.section--feature-beginners .p-top__list-item .p-top__list-row.table-data .mb-20 .common-table table {
  width: 100%;
  table-layout: fixed;
  font-size: 14px ;
  margin: 0;
}
.section--feature-beginners .p-top__list-item .p-top__list-row.table-data .mb-20 .common-table table thead th,
.section--feature-beginners .p-top__list-item .p-top__list-row.table-data .mb-20 .common-table table thead td {
  background-color: #f5f5f5;
  padding: 1em 1em;
  border: 1px solid #ddd;
  text-align: left;
  font-weight: bold;
  color: #000;
}
.section--feature-beginners .p-top__list-item .p-top__list-row.table-data .mb-20 .common-table table tbody td {
  padding: 1em 1em;
  border: 1px solid #ddd;
  font-weight: normal;
  color: #000;
  background-color: #fff;
}
.section--feature-beginners .p-top__list-item .p-top__list-row.table-data .mb-20 .common-table {
  margin-bottom: 20px;
}
.section--feature-beginners .p-top__list-item .p-top__list-row.table-data .mb-20 .common-table p {
  text-align: left;
  font-size: 14px ;
  margin: 0;
}
.section--feature-beginners .p-top__list-item .p-top__list-row.table-data:last-child {
  margin-bottom: 0;
}
.section--feature-beginners.tab-3 .p-top__list-item:last-child {
  margin-bottom: 0;
}
.section--feature.tab-4 {
  background-color: #f5f5f5;
}

.section--feature.tab-4 .p-top__bg {
  right: 0;
  left: auto;
  z-index: 0;
}

.section--feature.tab-4 .p-top__content .text-description p {
  line-height: 1.5;
}

.section--feature.tab-4 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .row {
  display: flex;
  flex-wrap: wrap;
}

.section--feature.tab-4 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .row .rich_cont {
  text-align: left;
}

.section--feature.tab-4 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .row .rich_cont p {
  margin-bottom: 30px;
}

.section--feature.tab-4 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .row .rich_cont p ~ p {
  margin-bottom: 0;
}

.section--feature.tab-4 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .row.flex-row-reverse {
  flex-direction: row-reverse;
}

.section--feature.tab-4 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .row .imageGallery.mobile-image {
  display: none;
}

.section--feature.tab-4 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .row .list-left {
  text-align: left;
}

.section--feature.tab-4 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .row .list-left ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.section--feature.tab-4 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .row .list-left ul > li {
  position: relative;
  padding: 20px 0 20px 60px;
  font-size: 14px;
  margin: 0;
}
.section--feature.tab-4 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .row .list-left ul > li:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.section--feature-beginners.tab-4 .p-top__list-item .p-top__list-row {
  margin-bottom: 40px ;
}
.section--feature.tab-4 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .row.flex-row-reverse {
  margin-bottom: 0;
}

.section--feature-beginners.tab-4 .p-top__list-item div#feature_tab4_7 + .p-top__list-row > .row.row-x20 .col-lg-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.section--feature-beginners.tab-4 .p-top__list-item div#feature_tab4_7 + .p-top__list-row > .row.row-x20 .col-lg-4 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.section--feature-beginners.tab-4 .p-top__list-item div#feature_tab4_7 + .p-top__list-row > .row.row-x20 .col-lg-4 .fonts-15 {
  font-size: 15px ;
  padding-top: 20px ;
  text-align: left;
}

.section--feature-beginners.tab-4 .p-top__list-item div#feature_tab4_7 + .p-top__list-row > .row.row-x20 .col-lg-4 ul > li {
  position: relative;
  padding: 20px 0 20px 60px;
  margin: 0;
}

.section--feature-beginners.tab-4 .p-top__list-item div#feature_tab4_7 + .p-top__list-row > .row.row-x20 .col-lg-4 ul > li:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.section--feature-beginners.tab-4 .p-top__list-item div#feature_tab4_7 + .p-top__list-row > .row.row-x20 .col-lg-8 .imageGallery {
  margin-bottom: 0;
}

.section--feature-beginners.tab-4 .p-top__list-item div#feature_tab4_7 + .p-top__list-row > .row.row-x20 .col-lg-8 .imageGallery p.sdffsdf {
  margin: 0;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
}
.section--feature-beginners.tab-4 .p-top__list-item div#feature_tab4_7 + .p-top__list-row > .row.row-x20 .col-lg-8 .imageGallery .col-lg-6 {
  margin-bottom: 20px;
}
.section--feature-beginners.tab-4 .p-top__list-item div#feature_tab4_8 + .p-top__list-row .rich_content {
  text-align: left;
}
.section--feature-beginners.tab-4 .p-top__list-item div#feature_tab4_8 + .p-top__list-row .rich_content p {
  margin-bottom: 30px;
}
.section--feature-beginners.tab-4 .p-top__list-item div#feature_tab4_8 + .p-top__list-row .rich_content p ~ p {
  margin: 0;
}
.tab-4.section--feature-beginners .row-x20.multi-cards {
  display: flex;
  flex-wrap: wrap;
}

.tab-4.section--feature-beginners .row-x20.multi-cards .item--list {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 40px;
  height: calc(100% - 40px);
}

.tab-4.section--feature-beginners .row-x20.multi-cards .item--list .content-i {
  padding: 23px 30px 35px;
  text-align: left;
}

.tab-4.section--feature-beginners .row-x20.multi-cards .item--list .content-i .text-center {
  font-weight: 600;
  font-size: 20px ;
  margin-bottom: 15px ;
  text-align: center;
}

.tab-4.section--feature-beginners .row-x20.multi-cards .item--list .content-i .desc p {
  line-height: 1.8;
  margin-bottom: 10px ;
}

.tab-4.section--feature-beginners .row-x20.multi-cards .item--list .content-i .desc small {
  font-size: 14px ;
  line-height: 1.5;
  display: inline-block;
}
.tab-4.section--feature-beginners .row-x20.multi-cards .item--list .content-i .desc a {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  font-size: 14px ;
  text-decoration: none;
}

.tab-4.section--feature-beginners .row-x20.multi-cards .item--list .content-i .desc a img {
  padding-top: 3px;
  margin-right: 6px;
  vertical-align: bottom;
}

.tab-4.section--feature-beginners .row-x20.multi-cards .item--list .content-i .desc a:hover {
  text-decoration: underline;
}

.section--feature.tab-4 {
  padding-bottom: 40px;
}

.tab-4.section--feature-beginners .row-x20.multi-cards {
  margin-bottom: 0;
}

.section--feature-beginners.tab-4 .p-top__list-item {
  margin: 0;
}
.tab-3 .main--tab-feature img.mobile-image,
.tab-4 .main--tab-feature img.mobile-image{
  display: none;
}







@media (min-width: 576px) {
  .container-option1130 {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .container-option1130 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .container-option1130 {
    max-width: 960px;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 1150px) {  /* Adjusted position */
  .container-option1130 {
    max-width: 1130px;
  }
}
@media (min-width: 1024px) {
  .section-page--feature .body-feature-tab .content-wrapper .tab-content .row-x17 {
    margin: 0 -17px;
  }
  .section-page--feature .body-feature-tab .content-wrapper .tab-content .pd-x17 {
    padding: 0 17px;
  }
}
@media (min-width: 1199px) {
  .section--feature-beginners .p-top__list-item .p-top__list-row .cel-4 {
    max-width: 38%;
    flex: 0 0 38%;
  }
  .section--feature-beginners .p-top__list-item .p-top__list-row .cel-8 {
    max-width: 62%;
    flex: 0 0 62%;
  }
}


@media (max-width:991px){
  .tab-wrapper .tabs .tab-link p {
    font-size: 14px ;
  }

  .tab-wrapper .tabs .tab-link strong {
    font-size: 18px;
  }

  .body-feature-tab .row .col-12 {
  }

  .section-page--feature .body-feature-tab .content-wrapper .tab-content .button--click-top a {
    width: 100%;
    !;!i;!; padding: 20px;
  }

  .body-feature-tab .mb-20 {
    padding: 0 12px;
  }

  .body-feature-tab .row .col-md-6 {
    padding: 0 12px;
  }

  .main--tab-feature .desktop_image {
    display: none;
  }

  .main--tab-feature img.mobile_image {
    display: block;
  }

  .section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-ttl ul>li {
    font-size: 10px;
    height: auto;
    width: auto;
  }

  .section--feature-beginners .pd-x20.imageGallery {
    margin-bottom: 15px;
  }

  .mt-card {
    position: relative;
  }

  .section--feature-beginners.tab-4 .p-top__list-item div#feature_tab4_7+.p-top__list-row>.row.row-x20 .col-lg-8 {
    width: 100%;
  }

}

@media (max-width:767px){
  .tab-3 .main--tab-feature img.mobile-image,
  .tab-4 .main--tab-feature img.mobile-image{
    display: block;
  }
  .tab-3 .main--tab-feature img.desktop-image,
  .tab-4 .main--tab-feature img.desktop-image{
    display: block;
  }
  .hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu {
    padding-left: 7px;
  }
  .section-page--feature {
    padding: 47px 0 0;
  }
  .section-page--feature h1.head-title span {
    padding-bottom: 16px;
    font-size: 22px;
    line-height: 1.5;
  }
  .section-page--feature h1.head-title span:before {
    height: 3px;
    width: 80px;
  }
  .section-page--feature h1.head-title {
    line-height: 1.5;
    font-size: 22px;
    padding-bottom: 16px;
  }
  .section-page--feature .top-sec .text-des p {
    text-align: left;
    font-size: 16px ;
    margin-bottom: 50px;
  }
  .container-option1130 {
    padding: 0 20px;
  }
  .section-page--feature .body-feature-tab {
    margin: 0 -20px;
  }
  .section-page--feature .body-feature-tab .tab-wrapper .tabs {
    padding: 0 7px;
  }
  .tab-wrapper .tabs .tab-link {
    font-size: 14px ;
  }
  .tab-wrapper .tabs .tab-link p {
    font-size: 10px ;
  }
  .tab-wrapper .tabs .tab-link strong {
    font-size: 13px;
  }
  .section-page--feature .body-feature-tab .tab-wrapper .tabs .tab-link {
    border-right: solid 1px #941c80;
    margin: 0 2px;
    padding: 10px 2px;
  }
  .tab-wrapper .tabs .tab-link strong br {
    display: block;
  }
  .section-page--feature .body-feature-tab .content-wrapper {
    border-left: 0;
    border-right: 0;
    padding: 30px 20px;
  }
  .section-page--feature .body-feature-tab .content-wrapper .tab-content .head-title-tabs {
    font-size: 20px ;
  }
  .section-page--feature .body-feature-tab .content-wrapper .tab-content {
    padding: 28px 18px 40px;
  }
  .body-feature-tab .row .col-md-6 {
    margin-bottom: 25px ;
  }
  .main--tab-feature .head-block {
    font-size: 15px ;
  }
  .section--feature-beginners .p-top__bg {
    background-color: #941c80;
    width: 38px;
    height: 100%;
    right: auto;
  }
  .section--feature-beginners .p-top__bg img {
    display: none;
  }
  .section--feature {
    padding: 60px 0 60px;
  }
  .section--feature .p-top__content h2.head-title--h1 {
    font-size: 22px;
    padding-bottom: 16px;
  }
  .section--feature .p-top__content h2.head-title--h1 span {
    padding-bottom: 17px;
  }
  .section--feature .p-top__content h2.head-title--h1 span:before {
    height: 3px;
    width: 80px;
  }
  .section--feature .p-top__content h2.head-title--h1 span b {
    font-size: 14px ;
  }
  .section--feature .p-top__content .text-description {
    padding: 0 0 0 35px;
    text-align: left;
  }
  .section--feature .p-top__content .text-description p {
    font-size: 16px ;
  }
  .section--feature-beginners .p-top__list-item .p-top__list-ttl {
    font-size: 20px;
    padding: 15px 10px;
  }
  .section--feature-beginners .p-top__list-item .p-top__list-row {
    padding: 30px 17px 25px;
  }
  .section--feature-beginners .row-x20.mb-30 .cont_sec p {
    font-size: 16px ;
  }
  .section--feature-beginners .pd-x20.imageGallery {
    margin-bottom: 20px;
  }
  .section--feature-beginners .row-x20.mb-30.right .col-lg-6.imageGallery {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .section--feature-beginners .row-x20.mb-30.right .col-lg-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .section--feature-beginners .row-x20.mb-30.right .col-lg-6 .cont_sec ul > li {
    padding: 16px 0 0 50px;
  }
  .section--feature-beginners .row-x20.mb-30.right .col-lg-6 .cont_sec ul > li:not(:last-child) {
    padding-bottom: 16px;
  }
  .section--feature-beginners .row-x20.mb-30.right .col-lg-6 .cont_sec ul > li:before,
  .section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .right .rich_content ul > li:before,
  .section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mb-40 ul li:before,
  .section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mt-60 .box.bg--white .row.row-x20 .list-left ul > li:before,
  .section--feature.tab-4 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .row .list-left ul > li:before, 
  .section--feature-beginners.tab-4 .p-top__list-item div#feature_tab4_7 + .p-top__list-row > .row.row-x20 .col-lg-4 ul > li:before {
    width: 30px;
    height: 30px;
  }
  .section--feature-beginners .p-top__list-item:not(:last-child) {
    margin-bottom: 60px;
  }
  .section--feature-beginners #feature_tab1_2 .row-x20.mb-30 .cont_sec small {
    font-size: 13px ;
  }
  .section--feature-beginners.tab-1 .p-top__list-item:nth-child(3) {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 25px;
  }
  .section--feature-beginners .p-top__list-item:nth-child(3) .title-text {
    font-size: 18px ;
  }
  .section--feature-beginners .p-top__list-item:nth-child(3) .box.bg--white {
    padding-left: 20px ;
    padding-right: 20px ;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section--feature-beginners .p-top__list-item:nth-child(3) .box.bg--white .rich_text p {
    font-size: 14px ;
  }
  .section--feature-beginners .p-top__list-item:nth-child(3) .box.bg--white > .fonts-16 {
    font-size: 16px ;
  }
  .section--feature-beginners .p-top__list-item:nth-child(3) .box.bg--white > .row .col-lg-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .section--feature-beginners .p-top__list-item:nth-child(3) .box.bg--white > .row .col-lg-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .section--feature-beginners .p-top__list-item:nth-child(3) .box.bg--white > .row .col-lg-4 p {
    font-size: 16px ;
  }
  .section--feature-beginners .p-top__list-item:nth-child(3) .box.bg--white > .row .col-lg-8 .col-lg-6 {
    margin-bottom: -8px;
  }

  .section--feature-beginners .p-top__list-item:nth-child(3) .box.bg--white > .row ~ .row {
    margin-bottom: 35px;
  }

  li#feature_tab1_3 .row .col-lg-6 .card_cont > p {
    font-size: 16px ;
  }

  li#feature_tab1_3 {
    margin-bottom: 30px;
  }

  li#feature_tab1_4 .row.row-x20.mb-30 .card_cont > p {
    font-size: 16px ;
  }

  li#feature_tab1_4 .p-top__list-row.mb-40.mb-sp30 {
    margin-bottom: 30px ;
  }

  li#feature_tab1_4 > .row.row-x20 .item--list .content-i {
    padding: 20px 18px 25px;
    display: block;
  }

  li#feature_tab1_4 > .row.row-x20 .item--list .content-i .fonts-md-18 {
    font-size: 16px ;
    padding-bottom: 0;
    display: inline-block;
  }

  li#feature_tab1_4 > .row.row-x20 .item--list {
    margin-bottom: 30px;
    height: calc(100% - 30px);
  }
  .body-feature-tab .tab-2 .mb-20 {
    margin-bottom: 25px;
  }

  .section--feature.tab-2 .p-top__content h2.head-title--h1 {
    font-size: 22px;
    padding-bottom: 16px;
  }

  .section--feature.tab-2 .p-top__content .text-description {
    padding: 0 35px 0 0;
  }

  .section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-ttl {
    flex-direction: column;
  }

  .section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-ttl ul {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-ttl ul>li {
    margin: 0 !important;
  }

  .section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-ttl span {
    padding-bottom: 15px;
  }

  .section--feature-beginners.tab-2 #feature_tab2_1.row-x20.mb-30.right .col-lg-6.imageGallery img {
    display: block;
    min-width: 500px;
    width: 100%;
  }

  .section--feature-beginners.tab-2 #feature_tab2_1 .row-x20.mb-30.right .col-lg-6.imageGallery img {
    display: block;
    min-width: 500px;
  }

  .section--feature-beginners.tab-2 #feature_tab2_1 .row-x20.mb-30.right .col-lg-6.imageGallery::-webkit-scrollbar {
    top: 1em;
    height: 1em;
  }

  .section--feature-beginners.tab-2 #feature_tab2_1 .row-x20.mb-30.right .col-lg-6.imageGallery::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 7px;
  }

  .section--feature-beginners.tab-2 #feature_tab2_1 .row-x20.mb-30.right .col-lg-6.imageGallery::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 7px;
  }

  .section--feature-beginners.tab-2 #feature_tab2_1 .row-x20.mb-30.right .col-lg-6.imageGallery {
    overflow-x: scroll;
    padding: 0;
  }

  .section--feature-beginners .row-x20.mb-30.right {
    margin: 0;
  }

  .section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .right .rich_content ul > li {
    padding: 16px 0 0 50px;
  }

  .section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .right .rich_content ul > li:not(:last-child) {
    padding-bottom: 16px;
  }

  .section--feature-beginners.tab-2 .row-x20.mb-30.right .col-lg-6 {
    padding: 0;
  }

  .section--feature.tab-2 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .rich_content p {
    font-size: 16px ;
  }

  li#feature_tab2_3 + .mt-card .mt-60 {
    padding: 60px 17px 20px;
    margin-bottom: 30px;
  }

  li#feature_tab2_3 + .mt-card .title-text {
    font-size: 18px ;
  }

  li#feature_tab2_3 + .mt-card .box.bg--white {
    padding: 20px 20px;
  }

  li#feature_tab2_3 + .mt-card .box.bg--white .font-w300 p {
    font-size: 16px ;
  }

  li#feature_tab2_3 + .mt-card .box.bg--white .row .col-lg-6.pd-x20 h5 {
    font-size: 16px ;
  }

  li#feature_tab2_3+.mt-card .box.bg--white .mg-auto .download-item.d-flex {
    flex-wrap: wrap;
    align-items: center;
    padding: 18px 18px 30px;
    margin-bottom: 20px;
  }

  li#feature_tab2_3+.mt-card .box.bg--white .mg-auto .download-item.d-flex .image-block {
    flex: 0 0 83px;
    max-width: 83px;
  }

  li#feature_tab2_3+.mt-card .box.bg--white .mg-auto .download-item.d-flex .content-block {
    flex: 0 0 calc(100% - 83px);
    max-width: calc(100% - 83px);
    padding: 0 0 0 20px;
  }

  li#feature_tab2_3+.mt-card .box.bg--white .mg-auto .download-item.d-flex .bottom-btn {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 30px;
  }

  li#feature_tab2_3+.mt-card .box.bg--white .mg-auto .download-item.d-flex .content-block h3.title-h3 {
    margin-bottom: 0;
    display: block;
    font-size: 15px;
  }

  li#feature_tab2_3+.mt-card .mt-60 .box.bg--trans {
    padding: 20px 20px;
  }

  li#feature_tab2_3+.mt-card .mt-60 + .row.row-x20 .item--list .content-i {
    padding: 20px 18px 25px;
  }

  li#feature_tab2_3+.mt-card .mt-60+.row.row-x20 .item--list .content-i p {
    font-size: 16px ;
  }

  li#feature_tab2_3+.mt-card .mt-60 + .row.row-x20 .item--list {
    margin-bottom: 30px;
    height: calc(100% - 30px);
  }
  li#feature_tab2_3+.mt-card .mt-60+.row.row-x20 .item--list .content-i .d-flex .category--item > li {
    height: auto;
  }
  .section--feature.tab-2 {
    padding-bottom: 30px;
  }
  .section--feature-beginners.tab-3 .p-top__list-item .p-top__list-ttl h4 {
    font-size: 20px;
  }

  .section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mb-40 p {
    font-size: 16px ;
  }

  .section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mb-40 ul li {
    padding: 16px 0 0 50px;
  }

  .section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mb-40 {
    margin-bottom: 20px;
  }

  .section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mt-60 {
    margin-top: 80px;
  }
  .section-page--feature .body-feature-tab .content-wrapper .tab-content .button--click-top a {
    width: 100%;
    padding: 20px 10px;
  }
  .section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mt-60 .title-text {
    font-size: 18px ;
  }

  .section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mt-60 .box.bg--white {
    padding: 20px 20px;
  }

  .section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mt-60 .box.bg--white .row.row-x20 .list-left ul > li {
    padding: 16px 0 0 50px;
  }

  .section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .mt-60 .box.bg--white .row.row-x20 .list-left ul > li:not(:last-child) {
    padding-bottom: 16px;
  }

  .section--feature-beginners.tab-3 .p-top__list-item .p-top__list-row .tube {
    padding: 20px 20px;
  }

  .section--feature-beginners.tab-3 .p-top__list-item .row.row-x20 .item--list .content-i {
    padding: 20px 18px 25px;
  }

  .section--feature-beginners.tab-3 .p-top__list-item .row.row-x20 .item--list .content-i .fonts-md-18 p {
    font-size: 16px ;
  }

  .section--feature-beginners .p-top__list-item .p-top__list-row.table-data .fonts-16 p {
    font-size: 16px ;
  }

  .section--feature-beginners .p-top__list-item .p-top__list-row.table-data .mb-20 .fonts-16 {
    font-size: 16px ;
  }

  .section--feature-beginners .p-top__list-item .p-top__list-row.table-data .mb-20 .common-table table {
    width: auto;
    min-width: 700px;
  }

  .section--feature-beginners .p-top__list-item .p-top__list-row.table-data .mb-20 .common-table {
    overflow-x: scroll;
  }
  .section--feature.tab-4 .p-top__content .text-description {
    padding: 0 35px 0 0;
  }

  .section--feature-beginners.tab-4 .pd-x20.imageGallery {
    margin-bottom: 0;
  }

  .section--feature.tab-4 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .row .rich_cont p {
    font-size: 16px ;
  }

  .section--feature.tab-4 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .row .imageGallery.mobile-image {
    display: block;
    margin-bottom: 40px;
  }

  .section--feature.tab-4 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .row .imageGallery {
    display: none;
  }

  .section--feature.tab-4 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .row .list-left ul > li:not(:last-child) {
    padding-bottom: 16px;
  }

  .section--feature.tab-4 .p-top__content .p-top__box .p-top__list-item .p-top__list-row .row .list-left ul > li {
    padding: 16px 0 0 50px;
  }

  .section--feature-beginners.tab-4 .p-top__list-item .p-top__list-row {
    margin-bottom: 30px;
  }

  .tab-4 div#feature_tab4_7 + .p-top__list-row .imageGallery {
    display: block;
  }

  .section--feature-beginners.top--can .p-top__list-item .p-top__list-row .list-lead {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }

  .section--feature-beginners.top--can .p-top__list-item .p-top__list-row .list-lead:not(:last-child) {
    padding-bottom: 16px;
  }

  .section--feature-beginners.tab-4 .p-top__list-item div#feature_tab4_7 + .p-top__list-row > .row.row-x20 .col-lg-4 ul > li:not(:last-child) {
    padding-bottom: 16px;
  }

  .section--feature-beginners.tab-4 .p-top__list-item div#feature_tab4_7 + .p-top__list-row > .row.row-x20 .col-lg-4 ul > li {
    padding: 16px 0 0 50px;
  }

  div#feature_tab4_8 +.p-top__list-row .imageGallery {
    display: block;
  }

  .section--feature-beginners.tab-4 .p-top__list-item div#feature_tab4_8 + .p-top__list-row .rich_content p {
    font-size: 16px ;
  }

  .tab-4.section--feature-beginners .row-x20.multi-cards .item--list .content-i {
    padding: 20px 18px 25px;
  }
  .body-feature-tab .row .col-md-6 {
    width: 100%;
  }

  .tab-4.section--feature-beginners .row-x20.multi-cards .item--list .content-i .desc p {
    font-size: 16px ;
  }

  .tab-4.section--feature-beginners .row-x20.multi-cards .item--list .content-i .desc small {
    font-size: 13px ;
  }
  .body-feature-tab .row .col-12 {
    margin: 0;
  }

  .body-feature-tab .row .row.button--click-top .col-12 {
    margin-bottom: 25px;
  }
  .tab-4.section--feature-beginners .row-x20.multi-cards .item--list {
    margin-bottom: 30px;
    height: calc(100% - 30px);
  }

}