@charset "UTF-8";

/* --------------------------------------------------
TABLET AND MOBILE SCREENS
--------------------------------------------------*/
/*===============================================================
991px
===============================================================*/
@media (max-width: 991px) {
  #tw-feature-02 .tw-feature-list .item {
    margin: 0px 36px 20px 36px;
  }
}

/*===============================================================
768px
===============================================================*/
@media (max-width: 768px) {
  #tw-feature-02 .tw-feature-list .item .content > p {
    font-size: 16px;
  }

  #tw-feature-02 .tw-feature-list .item {
    width: 130px;
  }

  #tw-feature-02 .tw-feature-list .item {
    margin: 0px 15px 20px 15px;
  }
}
/*===============================================================
576px
===============================================================*/
@media (max-width: 576px) {
  #tw-feature-02 .tw-feature-list .item {
    margin: 0px 5px 20px 5px;
  }
}

/*===============================================================
500px
===============================================================*/
@media (max-width: 500px) {
}
/*===============================================================
450px
===============================================================*/
@media (max-width: 500px) {
  #tw-feature-02 .tw-feature-list {
    margin-top: 62px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  #tw-feature-02 .tw-feature-list .item {
    width: 315px;
    flex-direction: row;
  }

  #tw-feature-02 .tw-feature-list .item .content {
    margin: 0px 0px 0px 10px;
  }

  #tw-feature-02 .tw-feature-list .item > img {
    width: 80px;
  }

  #tw-feature-02 .tw-feature-list .item .content > div {
    text-align: left;
  }

  #tw-feature-02 .tw-feature-list .item .content > div {
    /* mobile body */
    font-family: 'IBM Plex Sans JP';
  }

  #tw-feature-02 div.body {
    padding: 100px 0px 100px 0px;
  }

  #tw-feature-02 div.bottom {
    height: 100px;
  }
}
/*===============================================================
376px
===============================================================*/
@media (max-width: 376px) {
}
