@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 900;
  src: url("../font/ZenKakuGothicNew-Black.woff") format("woff");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  background: #eeeeee;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 750px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 330px) {
  body {
    font-size: 1.3rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

.red {
  color: #ff0000;
  font-weight: bold;
}

.yellow {
  color: #ffff00;
}

.line_yellow {
  background: linear-gradient(transparent 65%, #fff000 65%);
  font-weight: bold;
}

.gold {
  background: linear-gradient(90deg, #f9e7a5, #e7c766, #caa64b, #e7c766, #f9e7a5);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
}

sup {
  color: #646464;
  font-size: min(1rem, 0.7em);
  font-weight: normal;
  margin: 0;
  vertical-align: top;
}

.small {
  width: 96%;
  color: #646464;
  font-size: 0.7em;
  font-weight: normal;
  text-align: left;
  margin: 0 auto 1.2em;
}
@media screen and (min-width: 750px) {
  .small {
    width: 90%;
  }
}

.small_wrap {
  overflow-x: auto;
}
.small_wrap .small {
  white-space: nowrap;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 750px) {
  .small_wrap {
    overflow: visible;
  }
  .small_wrap .small {
    white-space: normal;
  }
}

@media screen and (max-width: 749px) {
  .sp_none {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .pc_none {
    display: none;
  }
}
.btn a {
  position: relative;
  display: block;
  overflow: hidden;
  background: linear-gradient(180deg, #e8c46a 0%, #d1a23a 45%, #b3831e 70%, #8f6510 100%);
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 6px 0 #6f4f0b;
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 100%;
  background: #fff;
  top: -180px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
}

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

header {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
header .pr_top {
  position: absolute;
  background: #fff;
  font-size: 0.9em;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 0 0.2em 0.1em;
  right: 10px;
  bottom: 5px;
}
header .calendar {
  position: absolute;
  line-height: 1.2;
  color: #494949;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.6rem, 2.5vw, 2rem);
  font-weight: 900;
  top: 7%;
  left: 3%;
  transform: rotate(-24deg);
}
@media screen and (min-width: 750px) {
  header .calendar {
    top: 6.8%;
    left: 2.8%;
  }
}

section {
  width: 100%;
  max-width: 750px;
  background: #fff;
  margin: auto;
  padding-bottom: 1px;
  overflow: hidden;
}

section h1 {
  background: #162753;
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 0.6em;
  padding: 0.6em 0 0.7em;
}

.section1 .title {
  position: relative;
  width: 94%;
  background: #f0f6ff;
  font-size: 1.15em;
  font-weight: bold;
  border: 1px solid #8c8c8c;
  border-radius: 6px;
  margin: 0 auto 0.7em;
  padding: 0.6em 0.8em;
}
.section1 .title::before, .section1 .title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section1 .title::before {
  border-top: 15px solid #8c8c8c;
  top: 100%;
}
.section1 .title::after {
  border-top: 15px solid #f0f6ff;
  top: 98%;
}
.section1 .title .inner {
  position: relative;
  display: inline-block;
}
.section1 .title .inner .main_text {
  display: block;
  color: #162753;
}
.section1 .title .inner::before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/title_icon1.svg) 0/contain no-repeat;
  top: 73%;
  left: -11%;
  transform: translateY(-50%) rotate(-10deg);
}
.section1 .title .inner::after {
  content: "";
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  background: url(../img/title_icon2.svg) 0/contain no-repeat;
  top: 78%;
  right: -11%;
  transform: translateY(-50%);
}
.section1 .title .red {
  font-size: 1.2em;
}

.pr_text {
  width: 96%;
  margin: 0 auto;
}
.pr_text p {
  width: 33.3333333333%;
  font-size: 0.8em;
  background: #ff0000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  padding: 0.2em 0 0.1em;
}
@media screen and (min-width: 750px) {
  .pr_text {
    width: 90%;
    margin-top: 1.4em;
  }
  .pr_text p {
    font-size: 0.9em;
  }
}

.top_contents {
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 0.8em;
}
.top_contents .box {
  width: 50%;
  padding: 0.4em 0.2em 0.3em;
  border: 2px solid #fff;
}
.top_contents .box .head {
  width: 96%;
  background: #ecf2ff;
  color: #162753;
  font-size: 0.85em;
  font-weight: bold;
  margin: 0 auto 0.8em;
  padding: 0.2em 0;
}
.top_contents .box .banner {
  width: 94%;
  margin: auto;
}
.top_contents .box .banner .name {
  color: #1fadff;
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.top_contents .box .txt {
  line-height: 1.7;
  font-size: 0.9em;
  text-align: left;
  margin: 0.4em;
}
.top_contents .box .btn a {
  width: 90%;
  font-size: 0.8em;
  margin: 0 auto 1em;
  padding: 0.4em 0;
}
.top_contents .box:first-of-type {
  background: #fffae2;
  border: 2px solid #ff0000;
}
.top_contents .box:first-child {
  width: 100%;
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-template-areas: "head   head" "banner txt" "banner btn";
  column-gap: 0;
  padding-inline: 0.8em;
}
.top_contents .box:first-child .head {
  grid-area: head;
  width: 100%;
}
.top_contents .box:first-child .banner {
  grid-area: banner;
  margin: 0;
}
.top_contents .box:first-child .txt {
  grid-area: txt;
  margin: 0 0 0.4em;
}
.top_contents .box:first-child .btn {
  grid-area: btn;
}
.top_contents .box:first-child .btn a {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .top_contents {
    width: 90%;
    margin: 0 auto 1em;
  }
}

h3.point_title {
  position: relative;
  overflow: hidden;
  width: 96%;
  font-size: 1.2em;
  border: 2px solid #162753;
  margin: 2em auto 1em;
  padding: 0.5em;
}
h3.point_title .sub {
  display: inline-block;
  background: #162753;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.3em;
  border-radius: 999px;
  margin-bottom: 0.2em;
  padding: 0.4em 0.8em 0.4em;
}
h3.point_title::before, h3.point_title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #162753;
  transform: rotate(45deg);
}
h3.point_title::before {
  left: -15px;
  top: -15px;
}
h3.point_title::after {
  right: -15px;
  bottom: -15px;
}
@media screen and (min-width: 750px) {
  h3.point_title {
    width: 90%;
  }
}

.point_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 1em;
}
.point_wrap .point_box {
  width: 48%;
  background: #fff6e7;
  border-radius: 6px;
  margin-bottom: 0.6em;
  padding: 0.6em 0;
}
.point_wrap .title {
  font-size: 0.94em;
  font-weight: bold;
  margin-bottom: 0.6em;
}
.point_wrap img {
  width: 70%;
}
@media screen and (min-width: 750px) {
  .point_wrap {
    width: 90%;
  }
  .point_wrap .point_box {
    width: 24%;
  }
  .point_wrap .title {
    font-size: 0.85em;
  }
}

h2.table_title {
  position: relative;
  width: 94%;
  background: #162753;
  color: #fff;
  font-size: 1.2em;
  border-radius: 8px;
  margin: 0 auto 1.2em;
  padding: 0.4em 0 0.5em;
}
h2.table_title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #162753 #162753 transparent transparent;
  border-width: 8px;
  top: 100%;
  left: 30px;
}
@media screen and (min-width: 750px) {
  h2.table_title {
    width: 90%;
  }
}

table.table_hikaku {
  margin-bottom: 0.2em;
}
table.table_hikaku th {
  position: sticky;
  white-space: nowrap;
  background: #162753;
  color: #fff;
  font-size: 0.8em;
  border-right: 2px solid #f00;
  padding: 0 0.6em;
  left: 0;
  top: 0;
  z-index: 2;
}
table.table_hikaku th::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
}
table.table_hikaku tr:first-child th::before {
  top: -1px;
}
table.table_hikaku tr:last-child th::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1px;
  left: 0;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
table.table_hikaku td {
  min-width: 110px;
  font-size: 0.8em;
  font-weight: bold;
  border: #162753 solid 1px;
  padding: 0.4em;
}
table.table_hikaku td.top {
  vertical-align: bottom;
}
table.table_hikaku td.top .pr_txt {
  display: inline-block;
  background: #e60012;
  color: #fff100;
  font-size: 0.9em;
  padding: 0.1em 0.6em 0.2em;
  margin-bottom: 0.3em;
}
table.table_hikaku td.top .pr_txt img {
  width: 1.3em;
  margin: 0 0.3em 0.2em 0;
}
table.table_hikaku td.top .crown {
  width: 26px;
}
table.table_hikaku td.top .banner {
  margin: 0.4em 0;
}
table.table_hikaku td.top .logo {
  border: 1px solid #ddd;
}
table.table_hikaku td .icon {
  width: 21px;
  margin: 0.4em auto 0.2em;
}
table.table_hikaku td.table_txt {
  text-align: left;
}
table.table_hikaku td .btn a {
  width: 98%;
  font-size: 1.1em;
  margin: 0.3em auto 0.8em;
  padding: 0.6em 0;
}
table.table_hikaku tr:first-child td:nth-child(2) {
  border-top: 2px solid #ff0000;
}
table.table_hikaku td:nth-child(2) {
  border-right: 2px solid #f00;
  background-color: #fffae2;
}
table.table_hikaku tr:last-child td:nth-child(2) {
  border-bottom: 2px solid #ff0000;
}

@media screen and (min-width: 750px) {
  .table_pc {
    width: 90%;
    margin: 0 auto;
  }
  .table_pc table.table_hikaku td {
    min-width: 120px;
  }
}
.fx_guide {
  padding-top: 1px;
}

.document {
  position: relative;
  width: 96%;
  border: #b80000 2px solid;
  margin: 2em auto 1em;
  padding: 1.4em 0.6em 0.6em;
}
.document h3 {
  position: absolute;
  display: inline-block;
  background: #b80000;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  border-radius: 5px;
  margin: auto;
  padding: 0.3em 0.6em 0.3em 1.8em;
  top: -16px;
  left: 2%;
}
.document h3::before {
  content: "";
  position: absolute;
  width: 2em;
  height: 1.3em;
  background: url(../img/light_icon.svg) 0/contain no-repeat;
  top: 50%;
  left: 0.6em;
  transform: translateY(-50%);
}
.document p {
  text-align: left;
}
@media screen and (min-width: 750px) {
  .document {
    width: 90%;
  }
  .document h3 {
    top: -19px;
  }
}

.document_tab {
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 1em;
}
.document_tab input {
  display: none;
}
.document_tab .item {
  width: 33.3333333333%;
  display: block;
  font-weight: bold;
  padding: 0.4em 0;
  transition: all 0.2s ease;
}
.document_tab .item.boxA {
  background: #ffe7e7;
}
.document_tab .item.boxB {
  background: #e0ffe0;
}
.document_tab .tab_content {
  display: none;
  width: 100%;
  padding: 0.6em 0;
  font-weight: bold;
}
.document_tab .tab_content img {
  width: 96%;
  max-width: 500px;
}
.document_tab .tab_content.tab_content.boxA {
  background: #ffe7e7;
  color: #ff0b0b;
}
.document_tab .tab_content.tab_content.boxB {
  background: #e0ffe0;
  color: #09c203;
}
@media screen and (min-width: 750px) {
  .document_tab {
    width: 90%;
  }
  .document_tab .item {
    width: 50%;
    color: #fff;
  }
  .document_tab .item.item.boxA {
    background: #ff0b0b;
  }
  .document_tab .item.item.boxB {
    background: #09c203;
  }
  .document_tab .tab_content {
    display: block;
    width: 50%;
  }
  .document_tab .tab_content img {
    width: 90%;
  }
}

#patternA:checked ~ #patternA_con,
#patternB:checked ~ #patternB_con {
  display: block;
}

.matrix {
  overflow: hidden;
  background-color: #fff;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 9px, rgb(228, 228, 228) 9px, rgb(228, 228, 228) 10px), repeating-linear-gradient(transparent, transparent 9px, rgb(228, 228, 228) 9px, rgb(228, 228, 228) 10px);
  background-size: auto auto;
  padding: 1em 0.6em 0;
}
.matrix h3 {
  background: #162753;
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 0.6em;
  padding: 0.2em 0 0.3em;
}
.matrix .matrix_inner {
  position: relative;
  width: 100%;
  background: url(../img/matrix.webp) top/100% auto no-repeat;
  text-align: center;
  padding-top: 112%;
}
.matrix .matrix_inner .circle {
  position: absolute;
  width: 44%;
  height: 24%;
  background: rgba(255, 246, 123, 0.8);
  border-radius: 50%;
  top: 6%;
  left: 59%;
  z-index: 2;
}
.matrix .matrix_inner .box {
  position: absolute;
  width: 36%;
  line-height: 1;
  background: #fff;
  border-color: #333;
  border-style: solid;
  border-width: 1px 2px 3px 1px;
  box-sizing: border-box;
  z-index: 5;
}
.matrix .matrix_inner .box span {
  display: inline-block;
  color: #162753;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 4px;
}
.matrix .matrix_inner .box:nth-child(1) {
  width: 38%;
  border-color: #162753;
  padding: 0.4em 0.2em;
  left: 62%;
  top: 9%;
}
.matrix .matrix_inner .box:nth-child(2) {
  top: 14%;
  left: 22%;
  border-color: #162753;
  padding: 0 0.3em;
}
.matrix .matrix_inner .box:nth-child(3) {
  padding: 0 0.2em;
  top: 32%;
  left: 56%;
}
.matrix .matrix_inner .box:nth-child(4) {
  padding: 0.1em 0.3em;
  top: 32%;
  left: 13%;
}
.matrix .matrix_inner .box:nth-child(5) {
  top: 44%;
  left: 60%;
  padding: 0 0.2em;
}
.matrix .matrix_inner .box:nth-child(6) {
  top: 48%;
  left: 17%;
  padding: 0.1em 0.3em;
}
.matrix .matrix_inner .box:nth-child(7) {
  top: 62%;
  left: 11%;
  padding: 0.2em;
}
.matrix .matrix_inner .box:nth-child(8) {
  top: 60%;
  left: 59%;
  padding: 0.2em 0.3em;
}
.matrix .matrix_inner .box:nth-child(9) {
  padding: 0 0.2em;
  top: 76%;
  left: 30%;
}
@media screen and (min-width: 750px) {
  .matrix h3 {
    width: 90%;
    margin: 0 auto 0.6em;
  }
  .matrix .matrix_inner {
    width: 70%;
    padding-top: 78%;
    margin: auto;
  }
  .matrix .matrix_inner .circle {
    top: 8%;
    height: 17%;
  }
}

.rank_content .rank_title {
  background: #ecf2ff;
  margin-bottom: 1em;
  padding: 0.6em;
}
.rank_content .rank_title h2 {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #162753;
  font-size: 1.3em;
  border: #162753 2px solid;
  padding: 0.1em 0 0.3em;
  z-index: 1;
}
.rank_content .rank_title h2::before, .rank_content .rank_title h2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #162753;
  transform: rotate(45deg);
}
.rank_content .rank_title h2::before {
  left: -15px;
  top: -15px;
}
.rank_content .rank_title h2::after {
  right: -15px;
  bottom: -15px;
}
.rank_content .rank_title h2 .sub_title {
  position: relative;
  display: block;
  width: 80%;
  margin: auto;
}
.rank_content .rank_title h2 .sub_title span {
  background: #fff;
  color: #333;
  font-size: 0.9em;
  padding: 0 0.3em;
}
.rank_content .rank_title h2 .sub_title span::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background: #333;
  margin: auto;
  top: 55%;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 750px) {
  .rank_content .rank_title h2 {
    width: 80%;
    margin-inline: auto;
  }
}

.ranking {
  margin-bottom: 2.4em;
}
.ranking h3 {
  position: relative;
  font-size: 1.4em;
  border-top: #162753 3px solid;
  border-bottom: #162753 3px solid;
  margin-bottom: 0.4em;
  padding: 0.2em 0 0.3em;
}
.ranking h3 .rank_logo {
  position: absolute;
  width: 15%;
  left: 0.4em;
  top: 40%;
  z-index: 1;
  transform: translateY(-50%);
}
.ranking .title {
  color: #ff0000;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto 0.4em;
}
.ranking .banner {
  width: 94%;
  margin: 0 auto 1em;
}
@media screen and (min-width: 750px) {
  .ranking {
    width: 90%;
    margin: 1.4em auto 2em;
  }
  .ranking h3 {
    margin-bottom: 0.8em;
  }
  .ranking h3 .rank_logo {
    width: 9%;
    left: 4%;
  }
}

.ranking table {
  width: 94%;
  margin: 0 auto;
  table-layout: fixed;
}
.ranking table th, .ranking table td {
  font-size: 0.8em;
  padding: 0.2em 0.4em 0.3em;
  border: #a8a8a8 1px solid;
}
.ranking table th {
  background-color: #ecf2ff;
}
.ranking table th.head {
  background: transparent;
  text-align: left;
  border: none;
  padding: 0;
}
.ranking table td {
  background: #fff;
  font-weight: bold;
}

.ranking .ranking_list {
  overflow: hidden;
  width: 94%;
  background: rgba(236, 242, 255, 0.6);
  margin: 1em auto;
  border-radius: 10px 10px 0 0;
}
.ranking .ranking_list h4 {
  background: #162753;
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 0.8em;
  padding: 0.3em 0 0.4em;
}
.ranking .ranking_list h5 {
  position: relative;
  background: #fff;
  font-size: 1em;
  text-align: left;
  border: #162753 1px solid;
  border-radius: 0 10px 10px 0;
  margin: 0.8em 0.7em 0.5em 1.3em;
  padding: 0.3em 0 0.3em 2em;
}
.ranking .ranking_list h5::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #162753;
  background-image: url(../img/bell_icon.svg);
  background-position: 40%;
  background-size: 60%;
  background-repeat: no-repeat;
  text-align: center;
  border: solid 3px white;
  border-radius: 50%;
  top: 50%;
  left: -1em;
  transform: translateY(-50%);
}
.ranking .ranking_list p {
  font-size: 0.9em;
  text-align: left;
  margin: 0 0.6em 1em;
}

.btn.rank p {
  color: #ff5e00;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.4em;
}
.btn.rank a {
  font-size: 1.3em;
  margin-bottom: 1.2em;
  padding: 0.6em 0 0.4em;
}
.btn.rank a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 1px;
  top: 48%;
  right: 8%;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease-in-out;
}
.btn.rank a img {
  max-width: 200px;
  margin-bottom: 0.2em;
}

.cta_line {
  position: relative;
  display: inline-block;
}
.cta_line::before, .cta_line::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 94%;
  background: #ff5e00;
  bottom: 0;
}
.cta_line::before {
  transform: rotate(-34deg);
  left: -1.2em;
}
.cta_line::after {
  transform: rotate(34deg);
  right: -1.2em;
}

.ranking .btn a {
  width: 90%;
  margin: 0 auto;
}

.ranking .ranking_list2 {
  width: 94%;
  text-align: left;
  margin: 1em auto;
  border-radius: 10px 10px 0 0;
}
.ranking .ranking_list2 h4 {
  display: inline-block;
  background: #162753;
  color: #fff;
  font-size: 1.1em;
  padding: 0 0.6em 0.1em;
  border-radius: 5px 5px 0 0;
}
.ranking .ranking_list2 ul {
  list-style-type: none;
  border: 1px solid #162753;
  padding: 0.3em 0.6em;
}
.ranking .ranking_list2 ul li {
  position: relative;
  padding: 0.1em 0 0.2em 1.5em;
}
.ranking .ranking_list2 ul li::before {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/list2_check.svg) 0/contain no-repeat;
  top: 5.5px;
  left: 0;
}

.rank_bottom input {
  display: none;
}
.rank_bottom label {
  position: relative;
  display: block;
  width: 60%;
  background: #162753;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 1em;
  padding: 0.4em 0;
}
.rank_bottom label::before, .rank_bottom label::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 1em;
  background: #fff;
  top: 50%;
  right: 6%;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.rank_bottom label::after {
  transform: translateY(-50%) rotate(90deg);
}
.rank_bottom input:checked + label::before {
  transform: translateY(-50%) rotate(90deg);
}
.rank_bottom input:checked + label + .content {
  height: auto;
  transition: all 0.3s;
  padding: 1em 0 0;
  visibility: visible;
}
.rank_bottom .content {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.ranking .campaign {
  position: relative;
  width: 94%;
  background: #ffe1e1;
  border-radius: 6px;
  margin: 2em auto 1em;
  padding: 1.6em 0.6em 0.6em;
}
.ranking .campaign .cp_head {
  position: absolute;
  display: inline-block;
  background: #d10000;
  color: #fff;
  font-weight: bold;
  clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
  border: 2px solid #333;
  padding: 0.2em 1em;
  white-space: nowrap;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.ranking .campaign .campaign_txt {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.4em;
}
.ranking .campaign .campaign_txt .red {
  font-size: 1.2em;
}

.fx_3point h2 {
  background: #ecf2ff;
  color: #162753;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.6em;
  padding: 0.4em 0 0.5em;
}

.fx_point_warp {
  width: 94%;
  margin: 0 auto;
}
.fx_point_warp .fx_point {
  width: 94%;
  border: #162753 2px solid;
  margin: 0 auto 1em;
  padding: 0;
}
.fx_point_warp .fx_point h3 {
  background: #162753;
  color: #fff;
  font-size: 1.1em;
  padding: 0 0 0.21em;
}
.fx_point_warp .fx_point .fx_point_flex {
  display: flex;
}
.fx_point_warp .fx_point .fx_point_flex .images {
  display: flex;
  align-items: center;
  background: #ecf2ff;
  width: 24%;
  margin: 0;
  padding: 0 0.4em;
}
.fx_point_warp .fx_point .fx_point_flex .right {
  width: 76%;
  font-size: 0.9em;
  text-align: left;
  margin: 0;
  padding: 0.4em;
}
@media screen and (min-width: 750px) {
  .fx_point_warp {
    width: 90%;
  }
  .fx_point_warp .fx_point.images {
    width: 25%;
    text-align: center;
  }
  .fx_point_warp .fx_point.images img {
    width: 80%;
    margin: auto;
  }
}

.table-collapse {
  position: relative;
  width: 98%;
  margin: 0 auto;
  max-height: 520px;
  overflow-y: hidden;
  transition: max-height 0.4s ease;
}
.table-collapse::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 100%);
  pointer-events: none;
  z-index: 1;
}
.table-collapse.is-open::after {
  display: none;
}
.table-collapse.is-open .table-more-btn {
  position: static;
  transform: none;
  display: block;
  margin: 0.6em auto 1em;
}

.table_bottom {
  overflow-x: auto;
}
.table_bottom table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table_bottom table th {
  white-space: nowrap;
  background: #ecf2ff;
  color: #333;
  font-size: 0.8em;
  border: 1px #666666 solid;
  padding: 0.2em 0.4em;
}
.table_bottom table td {
  white-space: nowrap;
  min-height: 78px;
  font-size: 0.8em;
  font-weight: bold;
  border: 1px #666666 solid;
  padding: 0.6em;
}
.table_bottom table td .banner {
  border: 1px solid #d8d8d8;
  margin-bottom: 0.2em;
  padding: 0.1em;
}
.table_bottom table td .icon {
  width: 20px;
  margin-bottom: 0.4em;
}
.table_bottom table td .btn a {
  font-size: 1.1em;
  margin-bottom: 6px;
  padding: 0.4em 0.8em;
}
.table_bottom table tr:nth-of-type(2) {
  border: #ff0000 2px solid;
  background: #fffcef;
}
.table_bottom table .t_rank {
  min-width: 110px;
  text-align: left;
  padding: 0;
}
.table_bottom table .t_rank .txt_box {
  display: inline-block;
  color: #fff;
  text-align: left;
  font-weight: bold;
  margin: 0 0 0.6em;
  padding: 0 0.6em 0.2em;
}
.table_bottom table .t_rank .txt_box.rank1 {
  background: #c0a50f;
}
.table_bottom table .t_rank .txt_box.rank2 {
  background: #9E9E9E;
}
.table_bottom table .t_rank .txt_box.rank3 {
  background: #815a2b;
}
.table_bottom table .t_rank .txt_box.rank4, .table_bottom table .t_rank .txt_box.rank5 {
  background: #1681FF;
}
.table_bottom table .t_rank .txt_box .table_icon {
  width: 1.2em;
  margin-right: 0.4em;
  vertical-align: middle;
}
.table_bottom table .t_rank p {
  text-align: center;
  margin: 0 0.4em 0.3em;
}
@media screen and (min-width: 750px) {
  .table_bottom {
    font-size: 0.9em;
  }
}

.table-more-btn {
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-block;
  white-space: nowrap;
  background: #162753;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  border: none;
  border-radius: 999px;
  padding: 0.4em 2em 0.7em;
  cursor: pointer;
}

.bottom_pick {
  background: #ecf2ff;
  padding-bottom: 1em;
}
.bottom_pick h2 {
  background: #162753;
  clip-path: polygon(0 0, 100% 0%, 100% 70%, 50% 100%, 0 70%);
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 1em;
  padding: 0.4em 0 1em;
}
.bottom_pick .ranking {
  background: #fff;
  border: #162753 1px solid;
  margin: 0 0.6em 1.4em;
  padding-bottom: 1.6em;
}
.bottom_pick .ranking h3 {
  background: #162753;
  color: #fff;
  border: none;
}
@media screen and (min-width: 750px) {
  .bottom_pick .ranking {
    margin: 0 auto 1em;
  }
}

footer {
  display: block;
  width: 100%;
  background: #162753;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  padding: 0.6em 0;
}
footer a {
  color: #fff;
}
footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0 0 0.2em;
  padding: 0;
}
footer ul li {
  border-left: 1px solid #fff;
  padding: 0 0.6em;
}
footer ul li:first-child {
  border-left: none;
}

.modal_wrap input {
  display: none;
}
.modal_wrap .modal_overlay {
  position: fixed;
  display: flex;
  justify-content: center;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.6);
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s, transform 0s 0.2s;
}
.modal_wrap .modal_overlay .modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal_wrap .modal_overlay .modal_content {
  position: absolute;
  width: 90%;
  max-width: 500px;
  align-self: flex-start;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s;
}
.modal_wrap input:checked ~ #example {
  background: #fff;
  animation: 0.1s linear rotation1;
}
.modal_wrap .modal_title {
  position: relative;
  background: #222222;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.6em 0;
}
.modal_wrap .box {
  background: #e6fff0;
  padding: 0.8em 0.4em;
}
.modal_wrap .box .banner {
  width: 70%;
  margin: 0 auto 0.8em;
}
.modal_wrap .box .btn a {
  width: 90%;
  padding: 0.4em 0;
  margin: 0 auto 0.9em;
}
.modal_wrap .close-btn {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: #333;
  border-radius: 50%;
  top: -26px;
  right: 0;
}
.modal_wrap .close-btn::before, .modal_wrap .close-btn::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 10px;
  background: #fff;
  top: 50%;
  left: 50%;
}
.modal_wrap .close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_wrap .close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@keyframes rotation1 {
  0% {
    transform: scale(0.4);
  }
  100% {
    transform: scale(1);
  }
}