@charset "UTF-8";
/* Scss Document */
/* CSS Document */
/* fonts */
@font-face {
  src: url(../fonts/NotoSansJP-Medium.woff) format("woff"), url(../fonts/NotoSansJP-Medium.woff2) format("woff2");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
}
/* font:rem=px デザインしたwidthを割る  */
html {
  font-size: 2.5641025641vw;
}
@media only screen and (min-width: 750px) {
  html {
    font-size: 0.78125vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  font-display: optional;
  background: #EBF3FF;
  font-size: 1.4rem;
}
@media only screen and (min-width: 750px) {
  body {
    font-size: 1.6rem;
  }
}

/**/
.inner {
  padding: 2rem;
}
@media only screen and (min-width: 750px) {
  .inner {
    padding: 4rem 13.8rem;
  }
}

.en,
.font-en {
  font-family: "Open Sans", sans-serif;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (min-width: 750px) {
  .pc-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.pc-only {
  display: none;
}
@media only screen and (min-width: 750px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}
@media only screen and (min-width: 750px) {
  .sp-only {
    display: none;
  }
}

.cta .cta_top {
  text-align: center;
  margin-bottom: 0.3em;
}
.cta .cta_top span {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  color: #0056CC;
}
.cta .cta_top span::before, .cta .cta_top span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #0056CC;
  width: 3px;
  height: 1em;
}
.cta .cta_top span::before {
  transform: rotate(-20deg) translateY(-50%);
  left: 0;
}
.cta .cta_top span::after {
  transform: rotate(20deg) translateY(-50%);
  right: 0;
}
.cta .cta_btn {
  border-radius: 10rem;
  background: #FFF717;
  border: 1px solid #A8A300;
  box-shadow: 0 3px 0 0 #C0B900;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.5em 0;
}
@media only screen and (min-width: 750px) {
  .cta .cta_btn {
    font-size: 2rem;
    width: 62%;
    margin: 0 auto;
  }
}

.underline {
  background: linear-gradient(transparent 60%, #FFF717 60%);
  font-weight: 700;
}

/**/
@media only screen and (min-width: 750px) {
  .two_column {
    display: flex;
    gap: 2rem;
  }
}
@media only screen and (min-width: 750px) {
  .two_column .main_column {
    width: 68%;
  }
}
.two_column .main_column .top_text {
  text-align: center;
  margin-bottom: 0.5em;
}
.two_column .main_column .top_text span {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  font-size: 1.8rem;
  color: #0056CC;
}
@media only screen and (min-width: 750px) {
  .two_column .main_column .top_text span {
    font-size: 2.4rem;
  }
}
.two_column .main_column .top_text span::before, .two_column .main_column .top_text span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #0056CC;
  width: 3px;
  height: 1em;
}
.two_column .main_column .top_text span::before {
  transform: rotate(-20deg) translateY(-50%);
  left: 0;
}
.two_column .main_column .top_text span::after {
  transform: rotate(20deg) translateY(-50%);
  right: 0;
}
.two_column .main_column .top_wifi {
  background: #fff;
  border-radius: 5px;
  border: solid 5px #0056CC;
  padding: 4rem 2.5rem;
}
.two_column .main_column .top_wifi h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 750px) {
  .two_column .main_column .top_wifi h2 {
    gap: 2.5rem;
  }
}
.two_column .main_column .top_wifi h2 figure {
  width: 6rem;
}
@media only screen and (min-width: 750px) {
  .two_column .main_column .top_wifi h2 figure {
    width: 9rem;
  }
}
.two_column .main_column .top_wifi h2 p {
  font-size: 2.6rem;
}
@media only screen and (min-width: 750px) {
  .two_column .main_column .top_wifi h2 p {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 750px) {
  .two_column .main_column .top_wifi .strengths {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 749px) {
  .two_column .main_column .top_wifi .strengths ul {
    margin-top: 1rem;
  }
}
.two_column .main_column .top_wifi .strengths ul li span {
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
}
.two_column .main_column .top_wifi .strengths ul li span::before {
  position: absolute;
  content: "";
  background: url(../images/check_box.svg) no-repeat center/contain;
  width: 1.5em;
  height: 1.5em;
  top: 0;
  left: 0;
}
.two_column .main_column .top_wifi .strengths ul li + li {
  margin-top: 0.8rem;
}
.two_column .main_column .top_wifi .strengths + div {
  margin-top: 2.5rem;
}
.two_column .main_column .top_wifi .cta .cta_top {
  text-align: center;
  margin-bottom: 0.3em;
}
.two_column .main_column .top_wifi .cta .cta_top span {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  color: #0056CC;
}
.two_column .main_column .top_wifi .cta .cta_top span::before, .two_column .main_column .top_wifi .cta .cta_top span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #0056CC;
  width: 3px;
  height: 1em;
}
.two_column .main_column .top_wifi .cta .cta_top span::before {
  transform: rotate(-20deg) translateY(-50%);
  left: 0;
}
.two_column .main_column .top_wifi .cta .cta_top span::after {
  transform: rotate(20deg) translateY(-50%);
  right: 0;
}
.two_column .main_column .top_wifi .cta .cta_btn {
  border-radius: 10rem;
  background: #FFF717;
  border: 1px solid #A8A300;
  box-shadow: 0 3px 0 0 #C0B900;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.5em 0;
}
@media only screen and (min-width: 750px) {
  .two_column .main_column .top_wifi .cta .cta_btn {
    font-size: 2rem;
    width: 62%;
    margin: 0 auto;
  }
}
.two_column .main_column .point {
  margin-top: 4rem;
  background: #fff;
  border-radius: 5px;
  padding: 2.5rem 2rem;
}
@media only screen and (min-width: 750px) {
  .two_column .main_column .point {
    margin-top: 8rem;
    padding: 4rem 3.5rem;
  }
}
.two_column .main_column .point section + section {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: solid 1px #ddd;
}
@media only screen and (min-width: 750px) {
  .two_column .main_column .point section + section {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.two_column .main_column .point h3 {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  color: #0056CC;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 750px) {
  .two_column .main_column .point h3 {
    font-size: 2.4rem;
  }
}
.two_column .main_column .point h3::after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 5px;
  background: #0056CC;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.two_column .main_column .point .text {
  font-weight: 400;
  font-size: 1.2rem;
}
@media only screen and (min-width: 750px) {
  .two_column .main_column .point .text {
    font-size: 1.4rem;
  }
}
.two_column .main_column .point .accodion_btn {
  position: relative;
  cursor: pointer;
  background: #002F6F;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 1em 0;
}
.two_column .main_column .point .accodion_btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  width: 1em;
  height: 1em;
  background: url(../images/plus.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
.two_column .main_column .point .accodion_btn.open::after {
  background: url(../images/minus.svg) no-repeat center/contain;
}
.two_column .main_column .point .accodion_contents {
  display: none;
  padding: 2rem;
}
.two_column .main_column .point .accodion_contents .text + .grid {
  margin-top: 2rem;
}
.two_column .main_column .point .accodion_contents.is-open {
  display: block;
}
@media only screen and (min-width: 750px) {
  .two_column .main_column .point .accodion_contents {
    padding: 3.5rem;
  }
}
@media only screen and (min-width: 750px) {
  .two_column .main_column .point .accodion_contents .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.two_column .main_column .point .accodion_contents .content .situation {
  text-align: center;
}
.two_column .main_column .point .accodion_contents .content .situation span {
  font-size: 1.2rem;
  background: #0056CC;
  padding: 0 2em;
  color: #fff;
  border-radius: 2px 2px 0 0;
}
.two_column .main_column .point .accodion_contents .content .image {
  margin-bottom: 3rem;
  position: relative;
}
.two_column .main_column .point .accodion_contents .content .image::after {
  position: absolute;
  content: "";
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 1rem;
  background: #333;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.two_column .main_column .point .accodion_contents .content .recommend_wifi {
  text-align: center;
  color: #0056CC;
  font-size: 1.4rem;
}
.two_column .main_column .point .accodion_contents .content .recommend_wifi picture {
  width: 50%;
  display: block;
  margin: 1.5rem auto 0;
}
.two_column .main_column .point .accodion_contents .content .recommend_wifi picture.homerouter {
  width: 20%;
}
@media only screen and (max-width: 749px) {
  .two_column .main_column .point .accodion_contents .content + .content {
    margin-top: 2rem;
  }
}
.two_column .main_column .point .accodion_contents + .accodion_btn {
  margin-top: 2rem;
}
.two_column .main_column .point .accodion_contents .table_wrap {
  width: 100%;
  overflow: auto;
}
.two_column .main_column .point .accodion_contents .table_wrap table {
  width: 140%;
  font-size: 1.2rem;
}
@media only screen and (min-width: 750px) {
  .two_column .main_column .point .accodion_contents .table_wrap table {
    width: 100%;
    font-size: 1.4rem;
  }
}
.two_column .main_column .point .accodion_contents .table_wrap table thead tr th {
  vertical-align: middle;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .two_column .main_column .point .accodion_contents .table_wrap table thead tr th {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 749px) {
  .two_column .main_column .point .accodion_contents .table_wrap table thead tr th:first-child {
    width: 25%;
  }
  .two_column .main_column .point .accodion_contents .table_wrap table thead tr th:nth-child(2), .two_column .main_column .point .accodion_contents .table_wrap table thead tr th:last-child {
    width: 37.5%;
  }
}
.two_column .main_column .point .accodion_contents .table_wrap table thead tr th p {
  margin-bottom: 0.5em;
}
.two_column .main_column .point .accodion_contents .table_wrap table thead tr th picture {
  display: block;
  width: 60%;
  margin: 0 auto 1rem;
}
.two_column .main_column .point .accodion_contents .table_wrap table tbody tr:nth-child(odd) {
  background: #eee;
}
.two_column .main_column .point .accodion_contents .table_wrap table tbody tr th {
  vertical-align: middle;
  text-align: center;
  padding: 0.5em 0;
}
.two_column .main_column .point .accodion_contents .table_wrap table tbody tr td {
  vertical-align: middle;
  text-align: center;
  padding: 0.5em;
}
.two_column .main_column .point .accodion_contents .table_wrap table tbody tr td .small {
  font-size: 1rem;
}
@media only screen and (min-width: 750px) {
  .two_column .main_column .point .point_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.two_column .main_column .point .point_list li {
  background: #F8F8F8;
  border-radius: 5px;
  position: relative;
  padding: 4rem 1.5rem 2rem;
}
.two_column .main_column .point .point_list li .number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  color: #fff;
  background: #0056CC;
  padding: 0.5em 1em;
  border-radius: 0 0 2px 2px;
}
@media only screen and (min-width: 750px) {
  .two_column .main_column .point .point_list li .number {
    font-size: 1.2rem;
  }
}
.two_column .main_column .point .point_list li h4 {
  text-align: center;
}
.two_column .main_column .point .point_list li figure {
  width: 30%;
  margin: 0.5rem auto 1rem;
}
@media only screen and (min-width: 750px) {
  .two_column .main_column .point .point_list li figure {
    width: 40%;
  }
}
.two_column .main_column .point .point_list li p {
  font-size: 1.2rem;
  font-weight: 400;
}
.two_column .main_column .point .point_list li p .bold {
  font-weight: 700;
}
@media only screen and (max-width: 749px) {
  .two_column .main_column .point .point_list li + li {
    margin-top: 2rem;
  }
}
.two_column .main_column .point .point_list + .text {
  margin-top: 2rem;
}
@media only screen and (max-width: 749px) {
  .two_column .side_column {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 750px) {
  .two_column .side_column {
    width: 29%;
  }
}
.two_column .side_column .mass .sort-box .sort-buttons {
  justify-content: flex-start;
  align-items: flex-start;
}
.two_column .side_column .mass .heading {
  color: #0056CC;
  font-size: 1.6rem;
}
@media only screen and (min-width: 750px) {
  .two_column .side_column .mass .heading {
    font-size: 2rem;
  }
}
.two_column .side_column .mass .heading + .list {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #333;
}
.two_column .side_column .mass .list {
  font-weight: 400;
}
.two_column .side_column .mass .list li {
  padding-left: 1em;
  position: relative;
}
.two_column .side_column .mass .list li::before {
  position: absolute;
  content: "・";
  top: 0;
  width: 1em;
  height: 1em;
  left: 0;
}
.two_column .side_column .mass .list a {
  text-decoration: underline;
}
.two_column .side_column .mass + .mass {
  margin-top: 2rem;
}
@media only screen and (min-width: 750px) {
  .two_column .side_column .mass + .mass {
    margin-top: 4rem;
  }
}

.ranking_chart h2 {
  text-align: center;
}
.ranking_chart h2 .heading_wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
}
.ranking_chart h2 .heading_wrap span {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #0056CC;
}
@media only screen and (min-width: 750px) {
  .ranking_chart h2 .heading_wrap span {
    font-size: 3.2rem;
  }
}
.ranking_chart h2 .heading_wrap span .strong {
  font-size: 312%;
}
.ranking_chart .table_wrap {
  width: 100%;
}
@media only screen and (max-width: 749px) {
  .ranking_chart .table_wrap {
    overflow: auto;
  }
}
.ranking_chart .table_wrap table {
  width: 100%;
  background: #fff;
  font-size: 1.2rem;
}
@media only screen and (max-width: 749px) {
  .ranking_chart .table_wrap table {
    width: 150%;
  }
}
.ranking_chart .table_wrap table thead tr th {
  text-align: center;
  width: 20%;
  font-size: 1.4rem;
}
@media only screen and (min-width: 750px) {
  .ranking_chart .table_wrap table thead tr th {
    font-size: 2rem;
  }
}
.ranking_chart .table_wrap table thead tr th .number {
  width: 5.5rem;
  margin: 2rem auto 1rem;
}
@media only screen and (min-width: 750px) {
  .ranking_chart .table_wrap table thead tr th .number {
    width: 7rem;
    margin: 2rem auto;
  }
}
.ranking_chart .table_wrap table thead tr th:not(.no1) {
  border-left: solid 1px #ddd;
}
.ranking_chart .table_wrap table tbody tr th {
  text-align: center;
  width: 100%;
  background: #002F6F;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.5em 0;
}
@media only screen and (min-width: 750px) {
  .ranking_chart .table_wrap table tbody tr th {
    font-size: 1.4rem;
  }
}
.ranking_chart .table_wrap table tbody tr th .mark {
  font-size: 1rem;
  vertical-align: text-top;
}
.ranking_chart .table_wrap table tbody tr td {
  width: 20%;
  padding: 1rem;
  text-align: center;
}
.ranking_chart .table_wrap table tbody tr td.fv {
  padding: 1rem 1rem 2rem;
}
.ranking_chart .table_wrap table tbody tr td a {
  margin-top: 1rem;
  display: block;
  padding: 0.5em 0;
  border-radius: 5px;
}
.ranking_chart .table_wrap table tbody tr td a.detail {
  background: #CBCBCB;
}
.ranking_chart .table_wrap table tbody tr td a.official {
  background: #EB6000;
  color: #fff;
}
.ranking_chart .table_wrap table tbody tr td figure {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
}
@media only screen and (min-width: 750px) {
  .ranking_chart .table_wrap table tbody tr td figure {
    width: 6rem;
    height: 6rem;
  }
}
.ranking_chart .table_wrap table tbody tr td p {
  margin-top: 1rem;
}
.ranking_chart .table_wrap table tbody tr td:not(.no1) {
  border-left: solid 1px #ddd;
}
.ranking_chart .note {
  margin-top: 1em;
  font-size: 1.2rem;
}

#sort-section .sort-box {
  padding: 2rem 1.5rem;
  background: #fff;
}
@media only screen and (min-width: 750px) {
  #sort-section .sort-box {
    padding: 3rem 8rem;
  }
}
#sort-section .sort-label {
  font-weight: bold;
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 750px) {
  #sort-section .sort-label {
    font-size: 1.8rem;
  }
}

.sort-buttons {
  column-gap: 0.8rem;
}
.sort-buttons .sort-btn {
  cursor: pointer;
  transition: all 0.18s ease;
  font-size: 1.2rem;
  user-select: none;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}
@media only screen and (min-width: 750px) {
  .sort-buttons .sort-btn {
    font-size: 1.6rem;
  }
}
.sort-buttons .sort-btn .btn-text {
  white-space: nowrap;
}
.sort-buttons .sort-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
.sort-buttons .sort-btn:hover {
  border-color: rgba(232, 255, 62, 0.3);
}
.sort-buttons .sort-btn:hover .btn-icon {
  transform: scale(1.15);
}
.sort-buttons .sort-btn.active {
  font-weight: 700;
}
.sort-buttons .sort-btn.active::before {
  transform: scaleX(1);
}

.ranking-list .rank-card {
  background: #fff;
  border: solid 0.5rem #d7d7d7;
  border-radius: 0.5rem;
}
.ranking-list .rank-card + .rank-card {
  margin-top: 2rem;
}
@media only screen and (min-width: 750px) {
  .ranking-list .rank-card + .rank-card {
    margin-top: 4rem;
  }
}
.ranking-list .rank-card .rank-head {
  background: #d7d7d7;
  gap: 3rem;
  height: 5rem;
}
@media only screen and (min-width: 750px) {
  .ranking-list .rank-card .rank-head {
    gap: 4rem;
  }
}
.ranking-list .rank-card .rank-head .icon-wrap {
  color: #888;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
}
.ranking-list .rank-card .rank-head .icon-wrap::before, .ranking-list .rank-card .rank-head .icon-wrap::after {
  content: "";
  background: url(../img/ranking_detail_deco_gray.svg) no-repeat center/contain;
  width: 1.4rem;
  height: 3.5rem;
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.ranking-list .rank-card .rank-head .icon-wrap::after {
  left: auto;
  right: -1.5rem;
  transform: translateY(-50%) scale(-1, 1);
}
.ranking-list .rank-card .rank-head .icon-wrap .font-en {
  font-size: 2.3rem;
}
.ranking-list .rank-card .rank-head h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
.ranking-list .rank-card .rank-body {
  padding: 2rem;
}
@media only screen and (min-width: 750px) {
  .ranking-list .rank-card .rank-body {
    padding: 5rem 8rem;
  }
}
@media only screen and (min-width: 750px) {
  .ranking-list .rank-card .rank-body .pc-flex {
    gap: 4rem;
  }
  .ranking-list .rank-card .rank-body .pc-flex picture {
    width: 40rem;
  }
}
.ranking-list .rank-card .rank-body .points-wrap {
  margin-top: 2rem;
}
@media only screen and (min-width: 750px) {
  .ranking-list .rank-card .rank-body .points-wrap {
    margin-top: 0;
    flex: 1;
  }
}
.ranking-list .rank-card .rank-body .points-wrap .bubble {
  text-align: center;
  background: #0056CC;
  border-radius: 0.5rem;
  padding: 0.8rem;
  position: relative;
}
.ranking-list .rank-card .rank-body .points-wrap .bubble::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.9rem;
  border: 0.9rem solid transparent;
  border-top: 0.9rem solid #0056CC;
}
.ranking-list .rank-card .rank-body .points-wrap .bubble p {
  font-size: 1.6rem;
  color: #fff;
}
.ranking-list .rank-card .rank-body .points-wrap ul {
  margin-top: 1.5rem;
}
.ranking-list .rank-card .rank-body .points-wrap ul li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
}
.ranking-list .rank-card .rank-body .points-wrap ul li + li {
  margin-top: 0.5rem;
}
.ranking-list .rank-card .rank-body .points-wrap ul li figure {
  width: 2.4rem;
}
.ranking-list .rank-card .rank-body .points-wrap ul li p {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
}
.ranking-list .rank-card .rank-body dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 2rem;
}
@media only screen and (min-width: 750px) {
  .ranking-list .rank-card .rank-body dl {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: solid 0.1rem #ccc;
  }
}
.ranking-list .rank-card .rank-body dl dt {
  width: 30%;
  background: #D1DFF1;
  text-align: center;
  border-bottom: solid 0.1rem #5A6C84;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 0;
}
.ranking-list .rank-card .rank-body dl dd {
  width: 70%;
  border-bottom: solid 0.1rem #5A6C84;
  vertical-align: middle;
  padding: 0.8rem 0;
  padding-left: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
}
.ranking-list .rank-card .rank-body dl dd .tax {
  font-weight: normal;
  font-size: 1rem;
}
.ranking-list .rank-card .rank-body dl dd .font-en {
  color: #0056CC;
  font-size: 1.6rem;
}
.ranking-list .rank-card .rank-body .cta {
  margin-top: 2rem;
}
@media only screen and (min-width: 750px) {
  .ranking-list .rank-card .rank-body .cta {
    margin-top: 3rem;
  }
}
.ranking-list .rank-card:first-child {
  border: solid 0.5rem #EED478;
}
.ranking-list .rank-card:first-child .rank-head {
  background: linear-gradient(135deg, #EED478, #FEF4BB, #EED478);
}
.ranking-list .rank-card:first-child .rank-head .icon-wrap {
  color: #957606;
}
.ranking-list .rank-card:first-child .rank-head .icon-wrap::before, .ranking-list .rank-card:first-child .rank-head .icon-wrap::after {
  content: "";
  background: url(../img/ranking_detail_deco_gold.svg) no-repeat center/contain;
}
.ranking-list .rank-card:nth-child(2) {
  border: solid 0.5rem #B6B6B6;
}
.ranking-list .rank-card:nth-child(2) .rank-head {
  background: linear-gradient(135deg, #C6C6C6, #EEEEEE, #C6C6C6);
}
.ranking-list .rank-card:nth-child(2) .rank-head .icon-wrap {
  color: #575757;
}
.ranking-list .rank-card:nth-child(2) .rank-head .icon-wrap::before, .ranking-list .rank-card:nth-child(2) .rank-head .icon-wrap::after {
  content: "";
  background: url(../img/ranking_detail_deco_silver.svg) no-repeat center/contain;
}
.ranking-list .rank-card:nth-child(3) {
  border: solid 0.5rem #da8f3f;
}
.ranking-list .rank-card:nth-child(3) .rank-head {
  background: linear-gradient(135deg, #da8f3f, #FFCE92, #da8f3f);
}
.ranking-list .rank-card:nth-child(3) .rank-head .icon-wrap {
  color: #432606;
}
.ranking-list .rank-card:nth-child(3) .rank-head .icon-wrap::before, .ranking-list .rank-card:nth-child(3) .rank-head .icon-wrap::after {
  content: "";
  background: url(../img/ranking_detail_deco_copper.svg) no-repeat center/contain;
}

footer .footer_top {
  background: #fff;
  padding: 2rem 3rem;
}
footer .footer_top ul {
  gap: 1rem;
}
footer .footer_top ul li a {
  font-size: 1.2rem;
}
footer .footer_top .total_btn {
  display: block;
  width: 100%;
  height: 5rem;
  margin-top: 2rem;
  background: #002d6d;
  border-radius: 1rem;
  color: #fff;
  text-align: center;
  line-height: 5rem;
  font-weight: bold;
}
@media only screen and (min-width: 750px) {
  footer .footer_top .total_btn {
    width: 40rem;
    margin: 2rem auto 0;
  }
}
footer .copyright {
  background: #333;
  color: #fff;
  height: 3rem;
  font-size: 1rem;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  margin: 2rem 0 4rem;
}
.pagination button {
  padding: 0.6rem 1.2rem;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}
.pagination button:hover:not(:disabled) {
  background: #f2f2f2;
}
.pagination button.active {
  background: #0056CC;
  color: #fff;
  border-color: #0056CC;
  font-weight: bold;
}
.pagination button:disabled {
  opacity: 0.4;
  cursor: default;
}

/* モーダル全体 */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

/* 背景 */
.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* 中身 */
.modal-content {
  position: relative;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  padding: 3rem;
  border-radius: 1rem;
  z-index: 2;
  animation: fadeInUp 0.3s ease;
}
.modal-content h2 {
  margin-bottom: 0.25em;
}
.modal-content .text {
  font-weight: 400;
  font-size: 1.4rem;
}
.modal-content h3 {
  margin-top: 1.5em;
  font-weight: 700;
  margin-bottom: 0.25em;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  border: none;
  background: none;
  cursor: pointer;
}

/* 表示状態 */
.modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* アニメーション */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*運営会社*/
#operated {
  background: #EBF3FF;
}
#operated .header {
  background: #fff;
  padding: 1.5rem 3rem;
}
#operated .header h1 {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #0056CC;
}
#operated .header h1 span {
  font-size: 125%;
}
#operated .content_wrap {
  background: #fff;
  padding: 2rem;
}
@media only screen and (min-width: 750px) {
  #operated .content_wrap {
    padding: 4rem;
  }
}
#operated .content_wrap h2 {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 750px) {
  #operated .content_wrap h2 {
    font-size: 2rem;
  }
}
#operated .content_wrap .chart dl {
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
#operated .content_wrap .chart dl div {
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
}
@media only screen and (min-width: 750px) {
  #operated .content_wrap .chart dl div {
    display: flex;
  }
}
#operated .content_wrap .chart dl div dt {
  font-weight: 500;
  border-right: solid 1px #ddd;
  padding: 0.5em;
  background: #efefef;
}
@media only screen and (min-width: 750px) {
  #operated .content_wrap .chart dl div dt {
    width: 30%;
  }
}
#operated .content_wrap .chart dl div dd {
  font-weight: 400;
  padding: 0.5em;
}
@media only screen and (min-width: 750px) {
  #operated .content_wrap .chart dl div dd {
    width: 70%;
  }
}
#operated .content_wrap .chart + div {
  margin-top: 4rem;
}
#operated .content_wrap .main ul li h3 {
  margin-bottom: 0.5em;
}
#operated .content_wrap .main ul li .text {
  font-weight: 400;
}
#operated .content_wrap .main ul li + li {
  margin-top: 2rem;
}/*# sourceMappingURL=style.css.map */