@charset "UTF-8";
/* =====================
	会員登録特典について
 ======================= */
.membertokuten_item_pic figure {
  margin: 0;
}

/* スマホのみ
  ------------------------ */
@media (max-width: 767px) {
  .membertokuten_item {
    margin-top: -32px;
    margin-bottom: 60px;
  }
  .membertokuten_item:last-child {
    margin-bottom: 0;
  }
  .membertokuten_item_pic {
    text-align: center;
  }
  .membertokuten_item_txt {
    max-width: 265px;
    margin: 10px auto 0;
  }
}

/* タブレット以上
  ------------------------ */
@media (min-width: 768px) {
  .membertokuten_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: -40px;
    margin-bottom: 30px;
  }
  .membertokuten_item:last-child {
    margin-bottom: 0;
  }
  .membertokuten_item_pic {
    width: 140px;
    margin-left: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

/* PC
  ------------------------ */

/*# sourceMappingURL=map/membertokuten.css.map */
