[data-browse-mode=P] .isSp {
  display: none;
}

.point_container {
  font-size: 16px;
  letter-spacing: 0;
}
[data-browse-mode=P] .point_container {
  padding-bottom: 80px;
}

[data-browse-mode=S] .point_container {
  padding-bottom: 40px;
}

.point_container .head2 {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 30px;
}
[data-browse-mode=P] .point_container .head2 {
  padding-left: 24px;
}

[data-browse-mode=S] .point_container .head2 {
  padding-left: 16px;
  margin: 0 0 30px;
}
[data-browse-mode=S] .point_container .head2:before {
  height: 100%;
  width: 4px;
  top: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.point_container .point_section {
  margin-top: 64px;
}
[data-browse-mode=S] .point_container .point_section {
  padding: 0 15px;
}

.point_container .txt b {
  color: #802062;
}
.point_container .indent {
  padding-left: 16px;
  text-indent: -16px;
}
.point_container .mypage_btn {
  width: 265px;
  height: 50px;
  border: solid 1px #101010;
  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;
  gap: 10px;
  margin-top: 30px;
  margin-right: auto;
}
.point_container .mypage_btn:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #101010;
  border-right: solid 1px #101010;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
[data-browse-mode=S] .point_container .mypage_btn {
  margin-left: auto;
}

.point_container .system_img {
  margin: 40px 0;
}
[data-browse-mode=S] .point_container .system_img {
  padding-right: 15px;
}

.point_container .system_table {
  margin: 40px 0;
}
.point_container .system_table table {
  width: 100%;
  border-spacing: 2px;
}
[data-browse-mode=P] .point_container .system_table table {
  font-size: 18px;
}

[data-browse-mode=S] .point_container .system_table table {
  font-size: 14px;
}

[data-browse-mode=P] .point_container .system_table th:first-of-type {
  width: 21.9298245614%;
}

[data-browse-mode=S] .point_container .system_table th:first-of-type {
  width: 24%;
}

[data-browse-mode=P] .point_container .system_table td:nth-of-type(1) {
  width: 44.0789473684%;
}

[data-browse-mode=S] .point_container .system_table td:nth-of-type(1) {
  width: 48%;
}

[data-browse-mode=P] .point_container .system_table td:nth-of-type(2) {
  width: 33.5526315789%;
}

[data-browse-mode=S] .point_container .system_table td:nth-of-type(2) {
  width: 19.7333333333%;
}

.point_container .system_table tr:first-of-type th {
  background: #F7F2F2;
  height: 50px;
}
[data-browse-mode=P] .point_container .system_table tr:first-of-type th {
  font-size: 20px;
}

.point_container .system_table tr:nth-of-type(2) th {
  background: #E1F0DE;
}
.point_container .system_table tr:nth-of-type(3) th {
  background: #BEE2BC;
}
.point_container .system_table tr:nth-of-type(4) th {
  background: #D6CCC3;
}
.point_container .system_table tr:nth-of-type(5) th {
  background: #D8C2D1;
}
.point_container .system_table tr:nth-of-type(6) th {
  background: #E0DA97;
}
.point_container .system_table th, .point_container .system_table td {
  vertical-align: middle;
  font-weight: bold;
  border: solid 2px #fff;
  text-align: center;
  height: 80px;
}
.point_container .system_table th span, .point_container .system_table td span {
  font-weight: 500;
}
[data-browse-mode=P] .point_container .system_table th span {
  padding: 0 20px;
}

[data-browse-mode=P] .point_container .system_table td span {
  padding: 0 20px;
}

[data-browse-mode=S] .point_container .system_table th span {
  padding: 5px;
}

[data-browse-mode=S] .point_container .system_table td span {
  padding: 5px;
}

.point_container .system_table td {
  background: #FAFAFA;
}
[data-browse-mode=P] .point_container .rank_img {
  margin-top: 64px;
}

[data-browse-mode=S] .point_container .rank_img {
  margin-top: 40px;
  overflow-x: scroll;
  margin-right: -15px;
  padding-right: 15px;
}

[data-browse-mode=S] .point_container .rank_img img {
  min-width: 660px;
}

.point_container .method_block {
  background: #F7F2F2;
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
}
[data-browse-mode=P] .point_container .method_block {
  gap: 30px;
  padding: 30px;
  -ms-grid-columns: 222px auto;
  grid-template-columns: 222px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[data-browse-mode=S] .point_container .method_block {
  gap: 20px;
  padding: 30px 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.point_container .method_block .ttl {
  border-radius: 20px;
  text-align: center;
  background: #802062;
  color: #fff;
  width: 200px;
  font-weight: bold;
  font-size: 16px;
}
[data-browse-mode=P] .point_container .method_block .ttl {
  padding: 8px;
}

[data-browse-mode=S] .point_container .method_block .ttl {
  padding: 10px;
  margin: 0 auto;
}

[data-browse-mode=S] .point_container .method_block .img + .ttl {
  margin-top: 10px;
}