.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.anchor_list_item+.anchor_list_item {
  border-left: 1px solid #cbcbcb;
}
.anchor_list_item_link {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 15px 45px 90px;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top 30px left 15px;
  position: relative;
}
.anchor_list_item_link::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #141414;
  border-right: 2px solid #141414;
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.anchor_list_item_link.favorite {
  background-image: url("../images/icon_favorite.svg");
  background-position: top 35px left 15px;
  background-size: 47px;
}
.anchor_list_item_link.mysize {
  background-image: url("../images/icon_mysize.svg");
  background-position: top 40px left 15px;
  background-size: 65px;
}
.anchor_list_item_link.online {
  background-image: url("../images/icon_virtusize.svg");
  background-size: 63px;
}
.anchor_list_item_link.point {
  background-image: url("../images/icon_point.svg");
  background-size: 61px;
}
.section_content {
  margin-top: 40px;
}
.section_content+.section_content {
  margin-top: 80px;
}
.heading_box {
  padding: 30px 150px;
  background-color: #062663;
  background-repeat: no-repeat;
  background-position: center left 70px;
}
.heading_box.favorite {
  background-image: url("../images/icon_favorite_w.svg");
  background-size: 98px;
}
.heading_box.mysize {
  background-image: url("../images/icon_mysize_w.svg");
  background-size: 142px;
}
.heading_box.online {
  background-image: url("../images/icon_online_w.svg");
  background-position: center left 20px;
  background-size: 143px;
}
.heading_box.point {
  background-image: url("../images/icon_point_w.svg");
  background-position: center left 30px;
  background-size: 120px;
}
.heading_box .top {
  display: block;
  width: 600px;
  margin: 0 auto;
  padding: 8px;
  border-radius: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #062663;
  background-color: #fff;
}
.heading_box .btm {
  margin-top: 20px;
  text-align: center;
  color: #fff;
}
.heading_box .btm .text {
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
}
.heading_box .btm .guide {
  display: inline-block;
  margin-left: 10px;
  font-size: 32px;
  font-weight: bold;
}
.heading_box_btm_text_yellow_p {
  margin-top: 40px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #062663;
}
.heading_box_btm_p {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
.favorite_about {
  padding: 50px 140px;
}
.layer_gray {
  background-color: #f6f7fb;
}
.layer_yellow {
  background-color: rgba(250,190,0,0.1);
}
.section_content_lv3 {
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.section_content_lv3::after {
  content: '';
  display: inline-block;
  width: 180px;
  height: 8px;
  margin: auto;
  background-color: #062663;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.section_content_p {
  font-size: 16px;
  text-align: center;
}
.section_content_p.w680px {
  width: 680px;
  margin: 0 auto;
}
.section_content_p.font_l {
  font-size: 18px;
}
.content_pic {
  text-align: center;
}
.content_pic.arw_btm {
  padding-bottom: 40px;
  background-image: url("../images/mysize_arw_btm.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 48px;
  position: relative;
}
.content_pic__img {
  margin: 0 auto;
}
.fwb {
  font-weight: bold;
}
.lp_btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp_btn_link {
  display: block;
  width: 390px;
  margin: 0 auto;
  padding: 18px 30px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #000;
  position: relative;
}
.lp_btn_link:link,
.lp_btn_link:visited {
  color: #fff;
}
.lp_btn_link::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mysize_feature {
  padding: 40px 100px;
}
.mysize_feature_heading {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.mysize_feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mysize_feature_list_item {
  width: 260px;
}
.mysize_feature_list_item_pic {
  font-size: 0;
  text-align: center;
}
.mysize_feature_list_item_heading {
  margin-top: 17px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.mysize_feature_list_item_text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
}
.mysize_regi_list {
  margin-top: 40px;
}
.mysize_regi_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mysize_regi_list_item+.mysize_regi_list_item {
  margin-top: 35px;
}
.mysize_regi_list_item:last-child .mysize_regi_list_item_left {
  padding-bottom: 0;
}
.mysize_regi_list_item:last-child .mysize_regi_list_item_left::after {
  display: none;
}
.mysize_regi_list_item_left {
  width: 500px;
  padding-bottom: 68px;
  position: relative;
}
.mysize_regi_list_item_left::after {
  content: '';
  display: inline-block;
  width: 76px;
  height: 38px;
  margin: auto;
  background-image: url("../images/mysize_arw_btm.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.mysize_regi_list_item_pic {
  font-size: 0;
  text-align: center;
}
.mysize_regi_list_item_right {
  width: 500px;
}
.mysize_regi_list_item_step {
  font-size: 0;
}
.mysize_regi_list_item_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mysize_regi_list_item_heading .num {
  font-size: 50px;
  font-weight: bold;
  color: #3ed2ba;
}
.mysize_regi_list_item_heading .text {
  margin-top: 20px;
  margin-left: 12px;
  font-size: 25px;
  font-weight: bold;
}
.mysize_regi_list_item_heading_btm_caution_p {
  margin-top: -15px;
  margin-left: 70px;
  font-size: 16px;
  color: #ce3f00;
}
.mysize_regi_list_item_text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 28px;
}
.mysize_regi_list_item_link {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  color: #3ed2ba;
}
.mysize_regi_list_item_link:link,
.mysize_regi_list_item_link:visited {
  color: #3ed2ba;
}
.mysize_usage {
  padding: 50px 100px 60px;
}
.online_about {
  padding: 20px 100px 60px;
}
.online_about_content+.online_about_content {
  margin-top: 40px;
}
.online_about_heading {
  text-align: center;
  position: relative;
  z-index: 0;
}
.online_about_heading::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #cbcbcb;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.online_about_heading .cover {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  background-color: #f6f7fb;
}
.online_about_heading .num {
  font-size: 50px;
  font-weight: bold;
  color: #3ed2ba;
  line-height: 56px;
}
.online_about_heading .text {
  margin-left: 10px;
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
  text-align: left;
}
.size_method {
  width: 546px;
  margin: 0 auto;
}
.size_method_heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #3ed2ba;
}
.size_method_pic {
  margin-top: 15px;
  font-size: 0;
  text-align: center;
}
.size_method_text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.size_method_duo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.size_method_duo .size_method {
  width: 388px;
}
.size_method_triple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.size_method_triple .size_method {
  width: 260px;
}
.point_anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 715px;
  margin: 40px auto 0;
}
.point_anchor_list_item_link {
  display: block;
  width: 320px;
  padding: 120px 20px 45px;
  border-radius: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #062663;
  background-repeat: no-repeat;
  background-position: center top 20px;
  position: relative;
}
.point_anchor_list_item_link:link,
.point_anchor_list_item_link:visited {
  color: #fff;
}
.point_anchor_list_item_link::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.point_anchor_list_item_link.deposit {
  background-image: url("../images/icon_point_deposit.svg");
  background-size: 104px;
}
.point_anchor_list_item_link.usage {
  background-image: url("../images/icon_point_usage.svg");
  background-size: 161px;
}
.point_deposit {
  padding: 50px 100px 60px;
}
.point_icon_p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.point_icon_p .icon__img {
  display: inline-block;
  width: 39px;
  margin-right: 10px;
  font-size: 0;
  position: relative;
  top: 10px;
}
.point_icon_p .text {
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
}
.point_icon_p .color_red {
  color: #ce3f00;
}
.point_content_head {
  padding: 14px;
  background-color: #062663;
}
.point_content_head_p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.point_content_head_p .icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 0;
}
.point_content_head_p .text {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}
.point_content_btm {
  padding: 35px 60px;
  background-color: #fff;
}
.point_content_btm.bg_yellow {
  background-color: rgba(250,190,0,0.1);
}
.point_content_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.point_content_flex_col {
  width: 50%;
  padding: 30px 55px;
  background-color: #fff;
}
.point_content_flex_col+.point_content_flex_col {
  border-left: 1px solid #fabe00;
}
.point_content_flex_col_p {
  padding-left: 90px;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: center left;
}
.point_content_flex_col_p.icon_truck {
  background-image: url("../images/icon_truck.svg");
}
.point_content_flex_col_p.icon_return {
  background-image: url("../images/icon_return.svg");
  background-position: center left 20px;
}
.point_content_flex_col_p.icon_pay {
  background-image: url("../images/icon_pay.svg");
}
.point_content_flex_btm_caution_p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #ce3f00;
  text-align: center;
}
#point_usage .point_content_btm.bg_yellow {
  padding-right: 100px;
  padding-left: 100px;
}
.point_white_container {
  margin: 0 auto;
  padding: 20px 30px 30px;
  background-color: #fff;
}
.point_white_container + .point_white_container {
  margin-top: 30px;
}
.point_white_container + .lp_btn .lp_btn_link {
  width: 460px;
}
.point_white_container_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.point_white_container_heading .num {
  font-size: 50px;
  font-weight: bold;
  color: #3ed2ba;
}
.point_white_container_heading .text {
  margin-top: 25px;
  margin-left: 12px;
  font-size: 22px;
  font-weight: bold;
}
.point_white_container_heading .text.text_only {
  margin: 0;
}
.point_white_container_heading .text .color_yellow {
  color: #fabe00;
}
.point_white_container_heading .text .color_blue {
  color: #052762;
}
.point_white_container_heading .icon {
  display: inline-block;
  margin: 15px 0 0 15px;
  font-size: 0;
}
.point_white_container_p {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
.point_usage_icon_p {
  text-align: center;
}
.point_usage_icon_p .text {
  display: inline-block;
  padding-left: 50px;
  font-size: 25px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center left;
}
.point_usage_icon_p .text.icon_mypage {
  background-image: url("../images/icon_mypage.svg");
  background-size: contain;
}
.point_usage_icon_p .text.icon_cart_p {
  padding-top: 8px;
  padding-bottom: 8px;
  background-image: url("../images/icon_cart_p.svg");
  background-size: contain;
}
.point_usage_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 100px 50px;
  background-color: #052762;
}
.point_usage_other .lp_btn_link {
  color: #052762;
  background-color: #fff;
}
.point_usage_other .lp_btn_link::after {
  border-color: #052762;
}
.point_usage_other_col_p {
  padding: 10px 0 10px 95px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center left 15px;
  background-size: contain;
}
.point_usage_other_col_p.icon_pig_p {
  background-image: url("../images/icon_point_deposit.svg");
}
.point_usage_other_col_p.icon_p {
  background-image: url("../images/icon_point_w_2.svg");
}
.caution_area_list {
  width: 500px;
  margin: 0 auto;
}
.caution_area_list_item {
  font-size: 16px;
}
.caution_area_list_item+.caution_area_list_item {
  margin-top: 0.3em;
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  img {
    width: 100%;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .w90p_sp {
    width: 90%;
  }
  .anchor_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .anchor_list_item {
    width: 50%;
  }
  .anchor_list_item+.anchor_list_item {
    border-left: none;
  }
  .anchor_list_item_link {
    width: 100%;
    padding: 25px 10px 30px 45px;
    font-size: 16px;
    line-height: 17px;
    background-position: center left;
  }
  .anchor_list_item_link::after {
    bottom: 15px;
  }
  .anchor_list_item_link.favorite {
    background-position: center left 10px;
    background-size: 30px;
  }
  .anchor_list_item_link.mysize {
    background-position: center left;
    background-size: 43px;
  }
  .anchor_list_item_link.online {
    background-size: 42px;
  }
  .anchor_list_item_link.point {
    background-size: 40px;
  }
  .section_content {
    margin-top: 30px;
  }
  .section_content+.section_content {
    margin-top: 60px;
  }
  .heading_box {
    margin: 0 -15px;
    padding: 15px 40px;
    background-position: bottom 20px left 10px;
  }
  .heading_box.favorite {
    background-size: 58px;
  }
  .heading_box.mysize {
    background-size: 76px;
  }
  .heading_box.online {
    background-position: bottom 20px left 10px;
    background-size: 81px;
  }
  .heading_box.point {
    background-position: bottom 20px left 10px;
    background-size: 76px;
  }
  .heading_box .top {
    width: 100%;
    padding: 5px;
    font-size: 16px;
  }
  .heading_box .btm {
    margin-top: 5px;
  }
  .heading_box .btm .text {
    display: block;
    font-size: 29px;
    line-height: 34px;
  }
  .heading_box .btm .guide {
    display: block;
    margin-left: 0;
    font-size: 20px;
  }
  .heading_box_btm_text_yellow_p {
    margin-top: 25px;
    font-size: 22px;
  }
  .heading_box_btm_p {
    margin-top: 15px;
    font-size: 14px;
  }
  .favorite_about {
    margin: 0 -15px;
    padding: 40px 15px 50px;
  }
  .section_content_lv3 {
    padding-bottom: 17px;
    font-size: 26px;
  }
  .section_content_lv3::after {
    width: 135px;
    height: 6px;
  }
  .section_content_p {
    font-size: 14px;
  }
  .section_content_p.w680px {
    width: 100%;
  }
  .section_content_p.font_l {
    font-size: 15px;
  }
  .content_pic__img.w90p_sp {
    width: 90%;
  }
  .lp_btn_flex {
    display: block;
  }
  .lp_btn_flex .lp_btn+.lp_btn {
    margin-top: 20px;
  }
  .lp_btn_link {
    width: 100%;
    padding: 13px 30px;
    font-size: 16px;
  }
  .mysize_feature {
    margin: 0 -15px;
    padding: 40px 70px 50px;
  }
  .mysize_feature_heading {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .mysize_feature_list {
    display: block;
  }
  .mysize_feature_list_item {
    width: 100%;
  }
  .mysize_feature_list_item+.mysize_feature_list_item {
    margin-top: 20px;
  }
  .mysize_feature_list_item_heading {
    margin-top: 10px;
    font-size: 18px;
  }
  .mysize_feature_list_item_text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
  }
  .mysize_regi_list {
    margin-top: 30px;
  }
  .mysize_regi_list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mysize_regi_list_item+.mysize_regi_list_item {
    margin-top: 20px;
  }
  .mysize_regi_list_item_left {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 48px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mysize_regi_list_item_left::after {
    width: 48px;
    height: 24px;
    background-size: 48px;
  }
  .mysize_regi_list_item_right {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .mysize_regi_list_item_heading .num {
    font-size: 40px;
  }
  .mysize_regi_list_item_heading .text {
    margin-top: 15px;
    margin-left: 8px;
    font-size: 22px;
  }
  .mysize_regi_list_item_heading_btm_caution_p {
    margin-top: -15px;
    margin-left: 55px;
    font-size: 14px;
  }
  .mysize_regi_list_item_text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .mysize_regi_list_item_link {
    font-size: 14px;
  }
  .mysize_usage {
    margin: 0 -15px;
    padding: 40px 15px 50px;
  }
  .online_about {
    margin: 0 -15px;
    padding: 30px 15px 50px;
  }
  .online_about_heading::before {
    display: none;
  }
  .online_about_heading .cover {
    padding: 0;
  }
  .online_about_heading .num {
    font-size: 40px;
    line-height: 40px;
  }
  .online_about_heading .text {
    margin-left: 8px;
    font-size: 22px;
    line-height: 29px;
  }
  .size_method {
    width: 100%;
  }
  .size_method_heading {
    font-size: 18px;
    line-height: 32px;
  }
  .size_method_text {
    font-size: 14px;
  }
  .size_method_duo {
    display: block;
  }
  .size_method_duo .size_method {
    width: 100%;
  }
  .size_method_duo .size_method+.size_method {
    margin-top: 40px;
  }
  .size_method_triple {
    display: block;
  }
  .size_method_triple .size_method {
    width: 100%;
  }
  .size_method_triple .size_method+.size_method {
    margin-top: 40px;
  }
  .point_anchor_list {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .point_anchor_list_item+.point_anchor_list_item {
    margin-top: 20px;
  }
  .point_anchor_list_item_link {
    width: 100%;
    padding: 22px 60px 22px 80px;
    font-size: 18px;
    text-align: left;
    background-position: center left 10px;
  }
  .point_anchor_list_item_link::after {
    margin: auto;
    top: 0px;
    right: 15px;
    bottom: 0;
    left: auto;
  }
  .point_anchor_list_item_link.deposit {
    background-size: 60px;
  }
  .point_anchor_list_item_link.usage {
    background-size: 67.5px;
  }
  .point_deposit {
    margin: 0 -15px;
    padding: 40px 15px 50px;
  }
  .point_icon_p .icon__img {
    margin-right: 5px;
  }
  .point_icon_p .text {
    font-size: 5.5vw;
    text-align: center;
  }
  .point_content_head_p .text {
    font-size: 22px;
  }
  .point_content_btm {
    padding: 30px 15px;
  }
  .point_content_flex {
    display: block;
  }
  .point_content_flex_col {
    width: 100%;
    padding: 25px 30px;
  }
  .point_content_flex_col+.point_content_flex_col {
    border-top: 1px solid #fabe00;
    border-left: none;
  }
  .point_content_flex_col_p {
    padding-left: 80px;
    font-size: 16px;
  }
  .point_content_flex_col_p.icon_truck {
    background-size: 57px;
  }
  .point_content_flex_col_p.icon_return {
    background-position: center left;
  }
  .point_content_flex_col_p.icon_pay {
    background-size: 59px;
  }
  .point_content_flex_btm_caution_p {
    margin-top: 20px;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
  }
  #point_usage .point_content {
    margin: 0 -15px;
  }
  #point_usage .point_content_btm.bg_yellow {
    padding-right: 15px;
    padding-left: 15px;
  }
  .point_white_container {
    padding: 15px 15px 35px;
  }
  .point_white_container + .lp_btn .lp_btn_link {
    width: 100%;
    font-size: 14px;
  }
  .point_white_container_heading.add_icon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .point_white_container_heading.add_icon + .content_pic {
    width: 75%;
    margin-inline: auto;
  }
  .point_white_container_heading .num {
    font-size: 40px;
  }
  .point_white_container_heading .text {
    margin-top: 15px;
    margin-left: 8px;
    font-size: 20px;
  }
  .point_white_container_heading .icon {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    text-align: center;
  }
  .point_white_container_p {
    text-align: left;
  }
  .point_white_container_heading .icon__img {
    width: 20%;
    margin: 0 auto;
  }
  .point_usage_icon_p {
    text-align: left;
  }
  .point_usage_icon_p .text {
    padding-left: 65px;
    font-size: 22px;
    background-position: center left 10px;
  }
  .point_usage_icon_p .text.icon_mypage {
    background-size: 43px;
  }
  .point_usage_icon_p .text.icon_cart_p {
    background-size: 50px;
  }
  .point_usage_other {
    display: block;
    margin: 0 -15px;
    padding: 20px 30px 40px;
  }
  .point_usage_other_col {
    text-align: center;
  }
  .point_usage_other_col+.point_usage_other_col {
    margin-top: 25px;
  }
  .point_usage_other_col_p {
    display: inline-block;
    padding: 10px 0 10px 75px;
    font-size: 20px;
    background-position: center left;
  }
  .caution_area_list {
    width: 100%;
  }
  .caution_area_list_item {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    line-height: 24px;
  }
  .caution_area_list_item+.caution_area_list_item {
    margin-top: 0.1em;
  }
}

/*# sourceMappingURL=style.css.map */
