@charset "UTF-8";

#tw-feature-02 {
  background-color: #f5f5f5;
}

#tw-feature-02 .free-trial {
  background-color: #f5f5f5;
}

#tw-feature-02 .free-trial__inner .trial-logo {
  margin-bottom: 20px;
  @media (min-width: 768px) {
    margin-bottom: 56px;
  }
}

#tw-feature-02 .free-trial__inner {
  padding-top: 100px;
  @media (min-width: 992px) {
    display: flex;
    align-items: flex-end;
  }
}

#tw-feature-02 .free-trial__inner .pre-title {
  font-size: 15px;
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: 9px;
  color: #000000;
  @media (min-width: 768px) {
    font-size: 20px;
    margin-bottom: 13px;
  }
}

#tw-feature-02 .free-trial__inner .custom-width {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 50px;
  @media (min-width: 992px) {
    width: 40%;
    padding-right: 20px;
    padding-left: 80px;
    margin-bottom: 0;
  }
}

#tw-feature-02 .free-trial__inner .free-trial__image {
  width: 100%;
  padding: 0 30px;
  @media (min-width: 992px) {
    width: 60%;
    padding: 0;
  }
}
#tw-feature-02 .free-trial__inner .free-trial__image img {
  width: 100%;
  height: auto;
}
#tw-feature-02 .free-trial__inner .pre-title.tw-font-family-vi {
  font-variant: inherit;
}

#tw-feature-02 .free-trial__inner .title {
  font-size: 40px;
  margin-bottom: 10px;
  text-align: left;
  font-family: barlow-thin !important;
  color: #000000;
  @media (min-width: 768px) {
    margin-bottom: 40px;
  }
}

#tw-feature-02 .free-trial__inner .desc {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  font-family: IBM Plex Sans JP;
  @media (min-width: 768px) {
    margin-bottom: 50px;
  }
}

#tw-feature-02 .free-trial__inner .title span {
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Barlow';
}

#tw-feature-02 .free-trial__inner .tw-contact {
  margin: 0;
  font-size: 13px;
  width: 120px;
  height: 40px;
  letter-spacing: 3px;
  font-family: 'Barlow';
  line-height: 40px;
  @media (min-width: 768px) {
    width: 160px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 5px;
  }
}

#tw-feature-02 div.body {
  padding: 80px 0px 80px 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f5f5;
  @media (min-width: 992px) {
    padding: 100px 0px 100px 0px;
  }
}

#tw-feature-02 .feature-logo {
  width: 20px;
  margin-bottom: 11px;
  transform: translateX(-5px);
}

#tw-feature-02 div.bottom {
  background: url(../../images/telebooth-wire/feature-bottom.svg);
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: 100%;
  width: 100%;
  height: 203px;
  margin-top: -2px;
}

#tw-feature-02 h4.pre-title {
  color: #000000;
  text-align: center;
  font-family: Barlow;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-variant: all-small-caps;
  letter-spacing: 8px;
  @media (min-width: 992px) {
    font-size: 20px;
  }
}
#tw-feature-02 h4.pre-title.tw-font-family-vi {
  font-variant: inherit;
}

#tw-feature-02 h4.title {
  color: #000000;
  text-align: center;
  font-family: IBM Plex Sans JP;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  @media (min-width: 992px) {
    font-size: 40px;
  }
}

#tw-feature-02 .tw-feature-list {
  margin-top: 62px;
  display: flex;
}

#tw-feature-02 .icon-feature-co {
  content: url(../../images/telebooth-wire/feature-co.svg);
}
#tw-feature-02 .icon-feature-de {
  content: url(../../images/telebooth-wire/feature-de.svg);
}
#tw-feature-02 .icon-feature-af {
  content: url(../../images/telebooth-wire/feature-af.svg);
}

#tw-feature-02 .tw-feature-list .item {
  margin: 0px 46px 20px 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  @media (min-width: 1120px) {
    width: 300px;
  }
}

#tw-feature-02 .tw-feature-list .item .content {
  text-align: center;
  margin-top: 30px;
}

#tw-feature-02 .tw-feature-list .item .content > div {
  color: #000000;
  text-align: center;
  /* body */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}
