@charset "UTF-8";
/* =====================
	会員ランク・ポイント
 ======================= */
.rank_point_program_item {
  margin-bottom: 30px;
}

.rank_point_program_item_txt h3 {
  margin-bottom: 10px;
}

.rank_point_program_item_txt p span {
  color: #76716F;
}

.rank_point_question div {
  margin-bottom: 60px;
}

/* スマホのみ
  ------------------------ */
@media (max-width: 767px) {
  .rank_point_program_item_pic {
    text-align: center;
  }
  .rank_point_program_item_txt h3 {
    text-align: center;
  }
  .rank_point_program_item_txt p {
    max-width: 265px;
    margin: 10px auto 0;
  }
  .rank_point_question div {
    margin-bottom: 40px;
  }
}

/* タブレット以上
  ------------------------ */
@media (min-width: 768px) {
  .rank_point_program_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;
  }
  .rank_point_program_item_pic {
    width: 140px;
    margin-left: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

/* PC
  ------------------------ */

/*# sourceMappingURL=map/rank_point.css.map */
