@charset "UTF-8";
/* CSS Document */

/* 基本 */

div#contents a:link,
div#contents a:visited {
  color: #6f4b3e;
  text-decoration: underline;
}
div#contents a:hover {
  text-decoration: none;
}

#contents {
  float: none;
  width: 970px;
  padding-top: 0px;
}
.wrap_help {
  float: left;
  padding-bottom: 10px;
  width: 770px;
  font-size: 12px;
}
.wrap_help p,
.wrap_help ul,
.wrap_help li,
.wrap_help th,
.wrap_help td,
.wrap_help dl,
.wrap_help dt,
.wrap_help dd,
.wrap_help a {
  line-height: 200% !important;
}
.wrap_help h2 {
  border-top: 1px dotted #cccccc;
  clear: both;
  font-size: 13px;
  margin-top: 25px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 25px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
}
.wrap_help h2 span {
  font-size: 14px;
}
.wrap_help h2 strong {
  padding: 0px;
}
.wrap_help p {
  margin: 0 0 15px;
}
.wrap_help dt {
  margin: 0px 0 30px;
}
.wrap_help li,
dd {
  margin: 0 0 5px 30px;
}
.help_full_div strong {
  padding-bottom: 5px;
  display: block;
}
.title_box {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ddd;
}

.red {
  color: #f00;
  font-weight: bold;
}
p.brown {
  color: #6f4b3d;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0px;
}
.notes {
  font-size: 11px;
  padding-top: 10px;
}
.mt40 {
  margin-top: 40px;
  text-align: center;
}
.mt20 {
  text-align: center;
  margin-top: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
h2.pl5 {
  padding-left: 5px;
}
.pt5 {
  padding-top: 5px;
}

p.lidt2 {
  text-align: right;
}
p.lidt {
  margin-left: 20px;
}
.bnone {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: none !important;
}
.left_img {
  float: left;
  padding-right: 15px;
}
.right_img {
  float: right;
  padding-bottom: 15px;
  padding-left: 15px;
}
.help_box {
  overflow: hidden;
}

.icn-notice {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background: url(https://www.t-fashion.jp/mall/images/part/help/icn-notice.svg) no-repeat;
  background-size: 20px auto;
}

/* サイド */
#menu {
  background-color: #ffffff;
  display: inline;
  float: right;
  margin-bottom: 20px;
  width: 180px;
}
div#contents #menu a:link,
div#contents #menu a:visited {
  color: #333;
  text-decoration: none;
}

#s_item_list {
  width: 180px;
  margin-bottom: 40px;
  display: block;
}
#s_item_list li {
  border-bottom: 1px;
  border-bottom-color: #dad7b9;
  border-bottom-style: solid;
  font-size: 100%;
  display: block;
  height: 40px;
  width: 180px;
}
#s_item_list li#item_btn {
  display: none;
}
#s_item_list li a {
  font-weight: bold;
  color: #333;
  background-position: 4px center;
  background-image: url(/mall/images/side_arrow_l.png);
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  display: block;
  height: 20px;
  width: 160px;
}
#s_item_list li a:hover {
  background-color: #eee;
}

/* お知らせ */

#notice_contents h2.other {
  margin: 15px 0;
  font-size: 12px;
}
#notice_contents p {
  margin: 0 0 15px;
  line-height: 200% !important;
}

/* はじめての方へ */
div.div52_wrapper {
  min-height: 680px;
  position: relative;
}
.div63_wrapper {
  overflow: hidden;
}
div.div52_left {
  width: 268px;
  position: absolute;
  left: 1px;
  top: 1px;
  height: auto;
}
div.div63_left {
  float: left;
  width: 310px;
}
div.div63_right {
  float: right;
}
.welcome {
  margin-bottom: 15px;
  text-align: center;
  overflow: hidden;
}
.welcome img {
  height: 117px;
  width: auto;
}

p.read,
p.read2 {
  font-size: 13px;
  font-weight: bold;
  color: #6f4b3e;
  text-align: center;
}
.div63_left p {
  margin: 0px;
}

/* お届けについて */

.assembly_explain {
  display: block;
  float: left;
  font-size: 11px;
  height: 116px;
  line-height: 170%;
  position: relative;
  width: 335px;
  margin-top: 0;
  margin-left: 0;
  padding-right: 15px;
  padding-bottom: 20px;
}
.assembly_explain img {
  float: left;
  height: 116px;
  margin: 0 5px 0 0;
  width: 145px;
}
.assembly_box {
  overflow: hidden;
}
/* ul.help_send_guidance li {
	margin-bottom: 4px;
} */

.help-deliv-inner {
  margin: 0 0 20px;
}

/* お支払いについて */

.help_send_payment li h3 {
  padding-bottom: 10px;
}

/*テーブルレスポンシブ追加*/
.m-help-table {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.8;
  border: 4px solid #eee;
}

.m-help-table-data {
  width: 50%;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}

.m-help-table-detail {
  padding: 8px;
}

.m-help-table-detail .m-help-notes {
  color: #757575;
}

.m-help-table-detail p {
  margin-bottom: 10px;
}

.m-help-table-data figure {
  text-align: center;
  margin: 12px auto;
}
.m-help-table-data h3 {
  background-color: #eee;
  padding: 10px;
  font-weight: normal;
  margin: 4px;
}

.l-help-payment {
  margin: 0 0 24px 0;
  line-height: 1.7;
}
.l-help-payment p {
  line-height: 1.7;
  margin-bottom: 14px;
}

.l-help-payment-inner {
  margin: 24px 0px;
}

.s_imagelink a img {
  width: 350px;
  margin: 0 0 5px;
}

/* FAQ */

.wrap_help dl.help_faq02 {
  clear: both;
  display: block;
  overflow: hidden;
}
.wrap_help .help_faq02 dt {
  float: left;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.wrap_help .help_faq02 dd {
  line-height: 180%;
  padding-right: 20px;
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}
.wrap_help .hf_ansr .help_faq02 dt {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}
.wrap_help .hf_ansr .help_faq02 dd {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 0;
  width: 700px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
}

.wrap_help .help_back {
  clear: both;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.wrap_help .help_totop {
  float: right;
  margin: 0;
  padding-bottom: 10px;
}
.wrap_help h2.a_msg {
  font-size: 12px !important;
  padding-right: 0px;
  margin-top: 0px;
}
.help_back h2.bnone {
  margin-bottom: 5px !important;
}

.c_body_title {
  width: 100%;
}
.c_body_title a {
  clear: both;
  display: block;
  height: 25px;
  width: 100%;
}

/*PCアイテム非表示*/
.sp_map,
#f01 span,
#f02 span,
#f03 span,
#f05 span {
  display: none;
}

/* 返品・交換・キャンセル */
.l-help-cancel {
  margin-bottom: 15px;
  line-height: 1.7;
}
.l-help-cancel-inner {
  margin: 0 0 24px 12px;
}

.l-help-cancel-inner > p {
  margin-bottom: 14px;
  line-height: 1.7;
}

/* 20200301鈴木 「返品交換キャンセルについて」 */
.can-ilstrt {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 20px 0 0 0;
}
.can-ilstrt img {
  width: 100%;
  margin-bottom: 20px;
}
.can-ilstrt .can-ilstrt-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin: 20px 0 0 0;
  padding: 0;
}

.can-ilstrt .can-ilstrt-list li {
  width: calc((100% - 12px)/2);
  background-color: whitesmoke;
}

.can-ilstrt ul li img {
  width: 100%;
  height: auto;
}

.can-ilstrt-ttl {
  margin-bottom: 10px;
}

.ok_comt {
  text-align: justify;
  /*margin: 0 0 15px 0;*/
  /*display: inline-block;*/
  padding: 30px 20px;
  /*vertical-align: top;*/
  box-sizing: border-box;
  color: #757575;
}

.can-item {
  width: 66%;
  margin: 0;
  display: inline-block;
  background-color: whitesmoke;
  padding: 20px;
  box-sizing: border-box;
  vertical-align: top;
  height: 180px;
}

.cancel_app {
  display: block;
  overflow: hidden;
  margin: 10px auto 30px 30px;
}
.cancel_app ul {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.cancel_app ul li {
  display: inline-block;
  width: 47.5%;
  margin: 0 4% 15px 0;
  vertical-align: top;
}
.cancel_app ul li:nth-of-type(2) {
  display: inline-block;
  width: 47.5%;
  margin: 0 0 15px 0;
  vertical-align: top;
}
.cancel_app_text {
  height: 220px;
  margin: 0 0 10px 0;
}

/* ポイント・クーポンについて */
body {
  text-align: left;
}

.point-coupon-title,
.m-help-title-box {
  padding-bottom: 15px;
  margin-bottom: 10px;
  overflow: hidden;
}

.m-help-title {
  font-size: 24px;
}

.point-use-img {
  display: block;
  margin: 0 auto 30px;
  width: 60%;
}

.point-expiration-img img {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.menu-title {
  clear: both;
  padding: 20px 10px 10px;
  font-weight: bold;
}

.point-table {
  width: 300px;
  margin: 10px 0px;
  height: 155px;
  border: 5px solid #eeeeee;
  border-collapse: separate;
  border-spacing: 5px;
  font-size: 14px;
  table-layout: fixed;
  display: block;
}

.point-table th {
  background-color: #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-weight: normal;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  width: auto;
}

.point-table td {
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  font-weight: normal;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #eeeeee;
}

.help-point-margin {
  margin-bottom: 20px;
}

/* ↓基本cssに統合↓ -------------------------------*/

.m-help-wrapper {
  padding-bottom: 10px;
  width: 100%;
  font-size: 14px;
}

.m-help-wrapper li {
  line-height: 1.7em;
}

.m-help-heading1 {
  clear: both;
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0 15px 0;
  padding: 11px 14px;
  background-color: #f5f5f5;
}

.m-help-heading2 {
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.m-help-heading3 {
  /* 新設の見出し3に該当 元：help_full_div strong*/
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
/* ↑基本cssに統合↑ ---------------------------------*/

/* 会員登録について */
.help-membership p {
  line-height: 1.7;
}

.m-help-btn {
  width: 320px;
  margin: 0 auto 30px;
}

.help-membership a {
  color: #fff;
}

.help-membershiprank-lead {
  margin-bottom: 24px;
}

.help-membership-inner {
  margin: 0 0 24px 12px;
}

.help-membership-inner li {
  list-style-type: disc !important;
  margin: 0 0 5px 30px;
}

.m-help-notes {
  font-size: 12px;
}

.m-help-outlink {
  display: block;
  margin-bottom: 10px;
}

.merbership-ranktable-wrap {
  overflow: scroll;
  width: 100%;
}

.merbership-ranktable {
  width: 630px;
}

.merbership-ranktable th,
.merbership-ranktable td {
  font-size: 12px;
  width: 126px;
  height: 50px;
  vertical-align: middle;
  padding: 0 2px;
  border: 1px solid transparent;
  text-align: center;
}

.merbership-ranktable th.fixed01 {
  position: sticky;
  left: 0;
  color: #fff;
  background: #333;
}

.merbership-ranktable th.fixed01:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

.notes,
.table-notes {
  color: #616161;
  font-size: 12px;
}

.r-blonze {
  background-color: #e4cec5;
}

.r-silver {
  background-color: #d6ddde;
}

.r-gold {
  background-color: #ecd5ac;
}

.r-platinum {
  background-color: #ccd9ed;
}

.r-color td:first-of-type {
  background-color: #edddd7;
}

.r-color td:nth-of-type(2) {
  background-color: #efefef;
}

.r-color td:nth-of-type(3) {
  background-color: #f4edd4;
}

.r-color td:last-of-type {
  background-color: #e8edf5;
}

.r-kangen {
  background-color: #d4bd9a;
}

.help-membership .scroll-txt p {
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
}

.help-membership .scroll-txt p::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #333 transparent transparent;
  position: absolute;
  top: 0px;
  left: -16px;
  bottom: 0;
  margin: auto;
}

.help-membership .scroll-txt p::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 0px;
  right: -16px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 640px) {
  /* 表示領域が640px未満の場合に適用するスタイル */

  .lidt {
    margin: 0;
    padding-bottom: 20px;
  }

  #contents {
    width: 100%;
    position: relative;
    padding-top: 0px;
  }
  #mypage_text p {
    padding-left: 10px;
    padding-right: 10px;
  }

  #main,
  #menu {
    float: none;
    display: block;
    width: 100%;
    padding-top: 0px;
    position: relative;
  }
  #s_item_list {
    width: auto;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    display: block;
    position: relative;
  }
  #s_item_list li {
    float: left;
    width: 47.5%;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 0px;
    border-bottom: 2px;
    border-bottom-color: #dad7b9;
    border-bottom-style: solid;
    font-size: 93%;
    display: block;
    position: relative;
    height: 50px;
  }
  #s_item_list li#item_btn {
    display: block;
  }
  #s_item_list li a {
    font-weight: bold;
    color: #333;
    background-position: 4px center;
    background-image: url(/mall/images/side_arrow_l.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 88%;
    height: 30px;
    padding-left: 12%;
    margin-bottom: 0px;
  }
  #s_item_list li a span {
    height: 28px;
    vertical-align: middle;
    display: table-cell;
  }
  #s_item_list li a:hover {
    background-color: #eee;
  }

  .wrap_help h2 {
    margin: 25px 0 10px;
  }
  .wrap_help h2.h2_title {
    border-top: none;
    margin: 0px 0 10px;
    padding: 0px;
  }
  .wrap_help h2 span {
    display: block;
    padding: 12px;
    background-color: #eee;
    width: auto;
    color: #000;
  }
  .wrap_help li,
  dd {
    margin: 0px;
  }

  /* お知らせ */
  #notice_contents {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
    word-break: break-all;
  }

  /* はじめての方へ */
  div.div52_wrapper,
  div.div52_left,
  div.div63_left,
  div.div63_right {
    width: auto;
    position: static;
    float: none;
    min-height: inherit;
  }
  .help_full_div,
  .mt40,
  .help_full_div h3.over {
    margin-right: 12px;
    margin-left: 12px;
    width: auto;
  }
  p.p_img img,
  .help_full_div h3.over img {
    width: 100%;
  }
  .welcome {
    margin-left: -365px;
    position: absolute;
    left: 50%;
  }
  p.read {
    padding-top: 130px;
    margin-right: 5px;
    margin-left: 5px;
    width: auto;
  }
  p.read2 {
    padding-top: 0px;
    margin-right: 5px;
    margin-left: 5px;
    width: auto;
  }

  .sp_map {
    display: block;
    margin-bottom: 20px;
    width: auto;
  }
  /* IE9 */
  .sp_map:not(:target) {
    width: 100%\9;
  }
  .sp_map tr,
  .sp_map tbody {
    display: inline-block;
    width: 100%;
    overflow: hidden;
  }
  .sp_map th {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    background-color: #baa266;
    color: #fff;
    display: block;
  }
  /* IE9 */
  .sp_map th:not(:target) {
    float: left\9;
    width: 98.5%\9;
  }
  .sp_map td {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    display: block;
    float: left;
    width: 70%;
  }
  .sp_map td.function {
    width: 20%;
  }
  #f01 span,
  #f02 span,
  #f03 span,
  #f05 span {
    display: block;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    background-color: #baa266;
    width: auto;
    color: #fff;
    font-weight: bold;
  }
  .div63_left p {
    padding-bottom: 10px;
  }
  .div52_left p {
    margin: 0px;
    padding-bottom: 10px;
  }
  .left_img {
    float: none;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .right_img {
    float: none;
    width: auto;
    margin-top: -100px;
    margin-bottom: -50px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .left_img img,
  .right_img img {
    width: 100%;
  }

  /* お届けについて */

  .assembly_explain {
    display: block;
    float: none;
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .assembly_explain img {
    float: left;
    width: auto;
  }
  .assembly_box {
    overflow: hidden;
    width: auto;
  }
  /* ul.help_send_guidance li {
	margin:0 0 4px;
} */

  .help-deliv-inner {
    margin: 0 0 24px;
  }

  /* お支払いについて */
  /*
.help_send_payment li h3 {
	padding-bottom: 10px;
}
*/

  .m-help-table-data {
    width: 100%;
  }

  p.lidt {
    padding-bottom: 20px;
    margin: 0px;
  }

  .l-help-cancel-inner {
    margin: 0 0 24px 0px;
  }

  .s_imagelink {
    width: 100%;
  }
  .s_imagelink a img {
    width: 100%;
  }

  /* 会員登録 */
  .help-membership li {
    margin-left: 15px;
  }

  .m-help-btn {
    width: 100%;
  }

  .help-membershiprank-table {
    position: relative;
    max-width: 350px;
    overflow: scroll;
  }

  .help-membershiprank-table img {
    width: 450px;
  }

  /* 会員登録＞会員ランク スクロールヒント */

  .arrows {
    width: 90%;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 40%;
  }

  .arrows path {
    stroke: #fff;
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
  }

  @keyframes arrow {
    0% {
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

  @-webkit-keyframes arrow /*Safari and Chrome*/ {
    0% {
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

  .arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s; /* Safari 和 Chrome */
  }

  .arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
  }

  .arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s; /* Safari 和 Chrome */
  }

  /* FAQ */

  .wrap_help dl.help_faq02 {
    clear: both;
  }
  .wrap_help .help_faq02 dt,
  .wrap_help .hf_ansr .help_faq02 dt {
    width: 6.2%;
    text-align: left;
    margin-left: 0px;
    padding-top: 2px;
    line-height: 1.5em !important;
  }
  .wrap_help .help_faq02 dd,
  .wrap_help .hf_ansr .help_faq02 dd {
    float: left;
    width: 89.1%;
    padding: 0px;
  }
  .wrap_help .help_totop {
    padding-bottom: 20px;
  }

  /*SPアイテム非表示*/

  #main_visual .pc,
  #s_com,
  .none,
  #f01 img,
  #f02 img,
  #f03 img,
  #f05 img,
  .wrap_help h2 img.none,
  .pc_img {
    display: none;
  }

  /* 20200301鈴木 「返品交換キャンセルについて」 */

  .ok_comt {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0px 12px;
    font-size: 12px;
    line-height: 1.7em;
  }

  .can-item {
    width: 100%;
    margin: 0 auto 24px;
    display: block;
    padding: 0px 12px;
    font-size: 12px;
    line-height: 1.7em;
    background-color: #fff;
    height: auto;
    color: #757575;
  }

  .cancel_app {
    width: 100%;
    margin: 10px 0;
  }

  .cancel_app ul li {
    width: 100%;
    margin: 0 0 30px;
  }
  .cancel_app ul li:nth-of-type(2) {
    width: 100%;
    margin: 0 0 30px;
  }

  .cancel_app_text {
    height: auto;
  }

  .l-help-cancel-inner {
    margin: 0 0 24px 0px;
  }

  /* ポイント・クーポンについて */
  /* ↓基本デザインspと統合↓ */
  .m-help-wrapper {
    width: 100%;
    font-size: 14px;
    margin-bottom: 24px;
  }

  .m-help-title {
    font-size: 20px;
  }

  .m-help-heading1 {
    font-size: 18px;
  }

  .m-help-heading2 {
    font-size: 16px;
  }
  .m-help-heading3 {
    font-size: 14px;
  }

  /* ↑基本デザインspと統合↑ */

  .point-use-img {
    width: 100%;
    margin: 0 auto 20px;
  }

  .coupon-use ul li:last-child {
    margin-bottom: 40px;
  }
}

/* ホバー */
.m-help-btn .m-btn-inactive,
.help_full_div .m-btn-active {
  transition: all 0.2s linear;
}

@media screen and (min-width: 641px) {
  /* 会員登録　ポイントpjlpあわせ */
  .merbership-ranktable-wrap,
  .table-notes {
    overflow: visible;
    width: 630px;
    margin: 0 auto;
  }

  .help-membership .scroll-txt {
    display: none;
}

.can-ilstrt .can-ilstrt-list li {
  width: calc((100% - 24px )/3);
}

}
