@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@800&display=swap');


* {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic,
    "Yu Gothic", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
}


.wrapper {
  margin: auto;
  font-size: 16px;
  background: #fff;
  color: #000;
}

p {
  margin: 0;
}
img {
  display: block;
  width: 100%;
  height: auto;
}

body {
  background: #edf1f4;
  margin: 0 auto;
  max-width: 700px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

body,
html {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
/* 設定 */
header {
  background-color: #002859;
  color: #fff;
  width: 100%;
  padding: 1% 0;
}
.title {
  padding-left: 4%;
}
.slick-slide img {
  height: 75px;
  width: auto;
  padding: 8px;
  box-sizing: border-box;
}
.slick-initialized .slick-slide {
  width: auto !important;
  box-sizing: border-box;
}
.top_osusume {
  background-image: repeating-linear-gradient(
      90deg,
      #f0f7ff,
      #f0f7ff 1px,
      transparent 1px,
      transparent 15px
    ),
    repeating-linear-gradient(0deg, #f0f7ff, #f0f7ff 1px, #fff 1px, #fff 15px);
}

.top {
  position: relative;
  width: 32.5%;
  padding: 2% 2% 4% 2%;
  border: 2px solid #0354af;
  background-color: #fff;
  border-radius: 8px;
}
.top.osusume {
  border: 2px solid #fe8a09;
}

.ttl {
  width: 91%;
  margin: 0% auto 0;
  padding-bottom: 4%;
}

.top_ttl {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 2%;
  line-height: 55px;
  height: 55px;
  color: #0354af;
}

.osusume .top_ttl {
  color: #fe8a09;
  line-height: 1.2;
}

.top img {
  margin: 0 auto 4%;
}
span.kinri_sub {
  font-size: 13px;
}
.osusume_flex {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}

.top_osusume {
  padding: 7% 0;
}

.top a {
  text-decoration: none;
  color: #fff;
}
.topbtn {
  background: linear-gradient(
    90deg,
    rgba(255, 130, 0, 1) 0%,
    rgba(255, 111, 0, 1) 100%
  );
  text-align: center;
  padding: 4%;
  border-radius: 6px;
  line-height: 1.3;
  padding: 5% 4%;
  box-shadow: 0px 8px 0px 0px #b04801;
}

.topbtn span {
  font-size: 15px;
}

.merit {
  background-color: #e8ebf2;
  padding: 7% 0 1%;
}

h2 {
  background-color: #0051b2;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  width: 40%;
  margin: auto;
  padding: 1%;
}

h3 img {
  width: auto;
  padding-bottom: 1%;
}

h3 {
  display: flex;
  justify-content: center;
  margin: 2% 0 1%;
}

.merit_table {
  width: 95%;
  margin: auto;
  border-collapse: collapse;
  border: 1px solid #09285f;
}

.merit_table th {
  background: #d1f1fe;
  width: 20%;
  padding: 3% 0;
  color: #09285f;
  line-height: 1.2;
  border: 1px solid #09285f;
}
.merit_table td {
  background-color: #fff;
  padding: 3%;
  border: 1px solid #09285f;
  line-height: 1.5;
  width: 80%;
}

.merit_table th span {
  font-size: 12px;
}

.wid {
  width: 95%;
  margin: auto;
}

.point h4 img {
  width: 13%;
  margin: auto;
}

.point h4 {
  background-color: #fe7500;
}
h4 {
  margin: 4% 0 0;
  padding: 1.5%;
  border-radius: 10px 10px 0 0;
}
.orange {
  /* color: #fe7500; */
  color: #f10303;
  font-weight: bold;
}
.orange2 {
  color: #fe7500;
  font-weight: bold;
}
.point ul {
  background-color: #fff;
  margin: 0;
  padding-inline-start: 40px;
  padding-top: 2%;
  padding-bottom: 2%;
  list-style: none;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 6px 0px 0px #a1afc3;
}

.point li {
  background-image: url(../img/check.png);
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-size: 15px auto;
}
.de_point h4 {
  background-color: #0051b2;
}

.de_point li,
.osusume li {
  background-image: url(../img/check_b.png);
}

section.graph7 {
  background: radial-gradient(at 0 0, #42aae9 0, #2f78d6 100%);
  padding: 7% 0;
}

.scrolltext {
  color: #fff;
  text-align: center;
}

.table7 th {
  background-color: #d3f0fe;
  width: 9%;
  border: 1px solid #0051b2;
  color: #01205b;
}

.table7 td {
  background-color: #fff;
  color: #000;
  font-size: 13px;
  text-align: center;
  position: relative;
  vertical-align: middle;
  border: 1px solid #0051b2;
  text-align: center;
  text-align: -webkit-center;
  padding: 5px 0;
  line-height: 1.2;
}

.rankTable {
  overflow-x: scroll;
  width: 95%;
  margin: auto;
  font-weight: bold;
  border: 2px solid #1f67b8;
  border-collapse: collapse;
}

.table7 {
  width: 900px;
  table-layout: fixed;
  border-collapse: collapse;
}

.table7 a {
  color: #fff;
  text-decoration: none;
}

.rankTable tr th + td {
  background-color: #fffeed;
}
.icon {
  font-size: 31px;
  font-weight: 700;
}
.vg {
  /* color: #fe7500; */
  color: #f10303;
}

.g {
  /* color: #feb000; */
  color: #fe5900!important;
}

.table7 td a img {
  margin-bottom: 7%;
  height: auto;
  width: 95px;
}
.so {
  color: #87c366!important;
}
.bad {
  color: #8da4a9!important;
}

.Disclaimer {
  margin-top: 2%;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
}

.card_top {
  position: relative;
  background: #d1f1fe;
  list-style: none;
  padding: 2%;
  display: flex;
  align-items: center;
  margin: 0;
  border-radius: 12px 12px 0 0;
}

.card_header01 {
  display: table-cell;
  vertical-align: middle;
}

.card_top img {
  width: auto;
}
.ribbon {
  display: inline-block;
  position: absolute;
  top: -10px;
  margin: 0;
  z-index: 2;
  width: 5em;
  text-align: center;
  color: white;
  background: #e7a001;
  border-radius: 2px 0 0 0;
  padding: 2% 0.5em;
  /* text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3); */
}
.r_second {
  background: #a9a9a9;
}
.r_third {
  background: #c46a2b;
}
.r_other {
    background: #575555;
}
.ribbon:before {
  position: absolute;
  content: "";
  top: 0;
  right: -7px;
  border: none;
  border-bottom: solid 10px #795548;
  border-right: solid 8px transparent;
  z-index: 1;
}

.ribbon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 91%;
  height: 0;
  width: 0;
  border-left: 2.5em solid transparent;
  border-right: 2.5em solid transparent;
  border-bottom: 9px solid #fff;
}

li.list_icon {
  width: 35%;
  padding-left: 7em;
}

.cardtitle {
  width: 60%;
}

.card_top li {
  display: inline-block;
}

.card_top img {
  width: 58%;
}
li.cardtitle {
  font-size: 23px;
  font-weight: bold;
  color: #002358;
}

.rankcontent {
  background: #fff;
  padding: 0 2.5% 4%;
  border-radius: 0 0 12px 12px;
}
.banner {
  padding: 3% 0;
}

.cta {
  position: relative;
  text-decoration: none;
  display: block;
  background: linear-gradient(
    90deg,
    rgba(255, 130, 0, 1) 0%,
    rgba(255, 90, 0, 1) 100%
  );
  color: #fff;
  padding: 15px 40px 15px 30px;
  border-radius: 60px;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  border: 3px solid #fff;
  box-shadow: 0px 4px 9px 0px #bbc5d6;
}
.cta2 {
  position: relative;
  text-decoration: none;
  display: block;
  background: #ef6706;
  color: #fff;
  padding: 15px 40px 15px 30px;
  border-radius: 10px;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  border: 2px solid #272730;
}

.btn06:hover {
  background: #555;
}

.btnarrow1::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 6%;
  bottom: 0;
  margin: auto;
  /*アニメーションの指定*/
  transition: all 0.3s;
}

/*hoverした際の移動*/
.btnarrow1:hover::after {
  right: 3%;
}

.rank_card {
  border: 2px solid #002358;
  border-radius: 12px;
  margin-top: 4%;
}

.commission {
  width: 100%;
  text-align: center;
  color: #666769;
  border-collapse: collapse;
  margin: 3% 0;
}

.commission th {
  background-color: #edf0f5;
  border: 1px solid #666769;

  padding: 1% 0;
  padding: 2% 0;
}

.commission td {
  border: 1px solid #666769;
}
.zero {
  font-size: 21px;
}

.osusume h4 img {
  width: 32%;
  margin: auto;
}

.osusume h4 {
  background-color: #0051b2;
}

.osusume ul {
  border: 2px solid #0051b2;
  box-shadow: none;
  background-color: #f6fbff;
}
.osusume {
  padding-bottom: 4%;
}
.pb_4 {
  padding-bottom: 4%;
  text-align: justify;
}

.mb_4 {
  margin-bottom: 4%;
}
.red {
  /* color: #ec5126; */
  color: #f10303;
  font-weight: bold;
}

.gap {
  font-size: 11px;
  text-align: right;
}

footer {
  background: #00275a;
  text-align: center;
  padding: 4% 0;
  position: relative;
}

footer a {
  color: #fff;
}
footer div {
  background: #00275a;
  margin: auto;
}

.totop {
  position: absolute;
  right: 2%;
  bottom: 33%;
  width: 14%;
}

.category {
  background: #fff;
  padding: 4% 4% 3%;
  margin: 3% 4% 4%;
  position: relative;
}
.category h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: -19%;
  padding: 1%;
}
p {
  line-height: 1.6;
}
@media screen and (max-width: 680px) {
  .slider.slick-initialized.slick-slider {
    height: 72px;
  }
  .topbtn {
    font-size: 10px;
  }
  .topbtn span {
    font-size: 9px;
  }
  .top {
    padding: 3% 1% 4% 1%;
    border: 1px solid #0354af;
  }
  .top.osusume {
    border: 1px solid #fe8a09;
  }
  .top_ttl {
    font-size: 13px;
  }
  .top_ttl {
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 2%;
    line-height: 36px;
    height: 37px;
  }
  h2 {
    width: 51%;
    margin: auto;
    font-size: 18px;
  }
  .category h2 {
    top: -10%;
  }
  .category {
    padding: 7% 3% 4%;
    margin: 5% 2% 5%;
  }
  .point h4 img {
    width: 21%;
    margin: auto;
    padding: 1% 0;
  }
  .point ul {
    background-color: #fff;
    margin: 0;
    padding-inline-start: 5%;
    padding-top: 3%;
    padding-bottom: 4%;
  }
  .point ul {
    box-shadow: 0px 4px 0px 0px #a1afc3;
  }
  .ribbon {
    width: 3.6em;
    line-height: 1.2;
    padding: 2% 0.3em;
  }
  span.ranking_no {
    font-size: 12px;
  }
  .rank_card {
    border: 1px solid #002358;
    border-radius: 7px;
    margin-top: 8%;
  }
  li.list_icon {
    width: 33%;
    padding-left: 4em;
  }
  .card_top {
    justify-content: flex-start;
  }
  .card_top img {
    width: 100%;
  }
  li.cardtitle {
    font-size: 21px;
    padding-left: 2%;
    width: 65%;
  }
  .ribbon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 93%;
    height: 0;
    width: 0;
    border-left: 1.9em solid transparent;
    border-right: 1.9em solid transparent;
    border-bottom: 5px solid #fff;
  }
  .cta span {
    font-size: 21px;
  }
  .cta {
    line-height: 1.3;
  }
  .commission th {
    font-size: 13px;
  }
  .zero {
    font-size: 20px;
  }
  .osusume h4 img {
    width: 48%;
    margin: auto;
    padding: 1% 0;
  }
  .osusume ul {
    background-color: #f6fbff;
  }
  .point li {
    padding-left: 25px;
    margin-bottom: 2%;
    font-size: 14px;
    line-height: 1.2;
  }
  .osusume li {
    padding-left: 21px;
    font-weight: bold;
  }
  .osusume ul {
    border: 1px solid #0051b2;
    font-size: 14px;
    line-height: 1.7;
  }
  .table7 th {
    font-size: 14px;
  }
  .table7 {
    width: 850px;
  }
  .table7 td {
    font-size: 12px;
  }
  .card_top {
    border-radius: 7px 7px 0 0;
  }
  .rankcontent {
    padding: 0 3% 8%;
  }
  footer {
    padding: 10% 0;
  }
  .totop {
    right: 2%;
    bottom: 57%;
    width: 19%;
  }
  footer div {
    margin: auto;
    font-size: 13px;
  }
  .topbtn {
    box-shadow: 0px 4px 0px 0px #b04801;
  }
  .top {
    border-radius: 4px;
  }
}

span.table_sub {
  font-size: 11px;
}
mark {
  background: linear-gradient(transparent 50%, #feff28 50%);
  font-weight: bold;
}
::backdrop {
  background: #000;
  opacity: 0.5;
}

div#mypopover {
  padding: 4% 2%;
  width: 91%;
  max-width: 700px;
}

.tesuryo {
  overflow-x: scroll;
  width: 100%;
}

.tesuryo table {
  table-layout: fixed;
  border-collapse: collapse;

  width: 800px;
}

.tesuryo th {
  font-size: 12px;
  line-height: 1.2;
  padding: 1% 0;
}
.light-box__button {
  cursor: pointer;
  display: block;
  width: fit-content;
  margin-inline: auto;
  margin-top: 16px;
  padding: 6px 32px;
  text-align: center;
  font-size: 16px;
  background: #515151;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
.tesuryo tbody tr td:first-child {
  text-align: right;
  padding-right: 1%;
  background-color: #f4f4f4;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}

.light-box .scrolltext {
  color: #264478;
}

button {
  background: transparent;
  border: none;
  padding: 0;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

.light-box h4 {
  border-radius: 30px;
  background: #0051b2;
  color: #fff;
  width: 93%;
  margin: auto;
  margin-bottom: 1.5%;
}

img.cup {
  position: absolute;
  width: 28%;
  left: 0;
  right: 0;
  top: -8.7%;
}

/*高さを制限しているボックスの要素*/
.container {
  position: relative;
  height: 200px;
  margin: 20px auto;
  overflow: hidden;
  transition: 0.4s;
  box-sizing: border-box;
  padding-bottom: 80px;
}
/*グラデーションで隠す擬似要素*/
.container:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgb(232 235 242) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: 0.4s;
  z-index: 2;
}
/*クラス付与時のスタイル*/
.container.active:before {
  opacity: 0;
  visibility: hidden;
}

.container button {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  width: 100px;
  height: 36px;
  cursor: pointer;
  color: #fff;
  background: #47586c;
  border: none;
  z-index: 3;
  margin: auto;
  border-radius: 6px;
}


/* 240925 */
img.rank {
  width: 37%;
  margin: 0 auto;
}

.rank_flex {
  display: flex;               /* Flexboxを使用 */
  align-items: center;        /* 縦の中央揃え */
  flex-direction: column;
  justify-content: flex-start; /* 左揃え */
}

.icon_b {
  font-family: "Gothic A1", sans-serif;
  font-weight: 800;
  font-style: normal;
}

h5 {
  margin: 2% 0;
    font-size: clamp(14px, 2.3vw, 20px);
    padding: .5rem 1rem;
    border-left: 5px solid #0051b2;
    border-bottom: 2px solid #0051b2;
}

.voice_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 11px 7px;
    border-bottom: 1px dashed #b2b2b2;
    align-items: flex-start;
}
/* nav .voice_content2 {
    padding: 0px 7px 12px;
    margin: 0px auto 13px;
} */

.voice_content img {
    width: 19%;
}

.voice_content p{
    width: 77%;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}

.kutikomi {
    position: relative;
    height: 35vw;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 134px;
}
.kutikomi.active {
    max-height: fit-content;
    margin-bottom: 4%;
}
.icon-status:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto;
    width: 12px;
    height: 2px;
    background-color: #fff;
    transition: .1s;
    transform: rotate(90deg) translate(0, 300%);
}
/* .nav-open.active {
    bottom: -52px;
} */
.nav-open.active {
    position: relative;
}
.icon-status:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto;
    width: 12px;
    height: 2px;
    background-color: #fff;
    transition: .1s;
    transform: translateX(-50%);
}

.icon-status {
    background-color: #333;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 10px;
    border-radius: 3px;
}

.nav-open {
    padding: 11px 10px 11px 34px;
    position: absolute;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
    bottom: -9px;
    width: 100%;
    margin: auto;
    text-align: center;
    height: 71px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.active .icon-status:before {
    transform: rotate(0deg) translateX(-50%);
}


.anno {
    font-weight: normal;
    font-size: 13px;
}


.acc-forth{
    position: relative;
    height: 95vw;
    overflow: hidden;
    transition: .4s;
    box-sizing: border-box;
    max-height: 550px;
}
/*グラデーションで隠す擬似要素*/
.acc-forth:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
  transition: .4s;
  z-index: 2;
}
/*クラス付与時のスタイル*/
.acc-forth.active:before{
  opacity: 0;
  visibility: hidden;
}

button.btn-forth  {
    position: absolute;
    bottom: 4%;
    z-index: 2;
    background: #00275a;
    color: #fff;
    border-radius: 5px;
    padding: 6px;
    right: 0;
    left: 0;
    display: block;
    width: 49%;
    text-decoration: none;
    margin: auto;
}
.acc-forth.active {
    max-height: none;
}

.active button.btn-forth {
    bottom: 0%;
    position: relative;
    margin-top: 4%;
  }


/* 離脱ポップ */
#exit-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    overflow-y: auto;
}

html.popup-open,
body.popup-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}


.exit-popup-content {
    position: relative;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    background-color: #fff;
    padding-bottom: 10%;
    height: 600px;
    overflow: scroll;
}


#exit-popup-image {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}
@media (max-width: 768px) {
    .exit-popup-content {
        width: 95%;
    }

    #close-popup {
        position: absolute;
        top: 0%;
        right: 3%;
        background: none;
        border: none;
        font-size: 38px;
        cursor: pointer;
        color: #ffffff;
        z-index: 2;
        text-decoration: none;
    }

}


@media (min-width: 769px) {
.user_voice .voice_content p {
    width: 84%;
}
.user_voice .voice_content img {
    width: 13%;
}
#close-popup {
    position: absolute;
    top: -17%;
    right: 0%;
    background: none;
    border: none;
    font-size: 38px;
    cursor: pointer;
    color: #ffffff;
    z-index: 2;
}
div #close-popup {
  position: absolute;
  top: 1%;
  right: 27%;
  background: none;
  border: none;
  font-size: 38px;
  cursor: pointer;
  color: #ffffff;
  z-index: 2;
  text-decoration: none;
}
div .exit-popup-content {
position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    background-color: #fff;
    padding-bottom: 10%;
    height: 800px;
    overflow: hidden;
    max-width: 500px;
}
}

.exit-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: auto;
}
.exit-img {
    width: 37%;
}
.exit-right {
    width: 59%;
    padding: 3% 0 0;
}
.exit-card {
    border: 1px solid #000;
    width: 95%;
    margin: 3% auto 0;
}

.exit-card li.cardtitle{
    width: 69%;
}

.exit-card li.list_icon {
    padding-left: 0.4em;
}

.exit-right ul {
    list-style: circle;
    margin-bottom: 1%;
    margin-top: 0;
    padding-left: 9%;
    font-size: 14px;
    border: 1px dashed #0354af;
    padding: 2% 2% 2% 12%;
}

.exit-card .cta {
    width: 80%;
    margin: 2% auto 5%;
}

.exit-card .cta a {
  color: #fff;
  text-decoration: none;
}

.exit-ttl {
    width: 66%;
    margin: 0 auto 4%;
    padding-top: 5%;
}

.exit-card .card_top {
    border-radius: 0;
}

.exit-text {
    font-size: 12px;
    margin: auto;
    width: 95%;
}
.exit-subtext {
    width: 100%;
    margin: 3% auto;
}
