@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.8;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  cursor: pointer;
  display: block;
  line-height: 1;
}

img {
  line-height: 1;
}

.wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.wrapper > .header {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}
.wrapper > .header .header_logo > * {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.wrapper > .main > *, .wrapper .footer > * {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}
.wrapper > .main > * > *, .wrapper .footer > * > * {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10%;
}
@media screen and (max-width: 1920px) {
  .wrapper > .main > * > *, .wrapper .footer > * > * {
    padding: 0 14%;
    padding: 0 200.384px;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper > .main > * > *, .wrapper .footer > * > * {
    padding: 0;
    padding-left: clamp(1.008rem, -19.467rem + 42.66vw, 12.524rem);
    padding-right: clamp(1.008rem, -19.467rem + 42.66vw, 12.524rem);
  }
}
@media screen and (max-width: 768px) {
  .wrapper > .main > * > *, .wrapper .footer > * > * {
    max-width: 100%;
    padding: 0 2.1%;
  }
}
.wrapper > .main .mv_prom, .wrapper > .main .mv_desc, .wrapper > .main .footer_cont_copy, .wrapper .footer .mv_prom, .wrapper .footer .mv_desc, .wrapper .footer .footer_cont_copy {
  width: 100%;
  max-width: 100%;
}
.wrapper > .main .mv {
  background-color: #eaf9fe;
}
.wrapper > .main .hikaku, .wrapper > .main .osusume, .wrapper > .main .search_box {
  background-color: #ffffe7;
}
.wrapper > .main .secret, .wrapper > .main .point {
  background-color: #ffffff;
}

.pc-only {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.image-block img {
  display: block;
  width: 100%;
}

.mailto {
  color: #222222;
  text-decoration: none;
}

.scroll-btn {
  width: 80%;
  margin: 0 auto;
}

.inner-content {
  width: 80%;
  margin: 0 auto;
}

.img-back {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.img-back .img-back_img {
  width: 100%;
}

.inline-block {
  display: inline-block;
}

.yellow {
  color: #fefb24;
}

.pink {
  font-size: 24px;
  position: relative;
  z-index: 0;
}
.pink:after {
  content: "";
  position: absolute; /* 絶対位置を設定 */
  left: 0;
  right: 0;
  bottom: 7px;
  border-bottom: solid 10px #fea593;
  z-index: -1;
}

.annot {
  font-size: 12px;
}

.cards_title {
  font-size: 24px;
  padding: 2.5% 0 0.6%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cards_title {
    font-size: clamp(1.125rem, 0.288rem + 3.83vw, 2.125rem);
    padding: 1.5% 0 0.6%;
    line-height: 1.5;
  }
}
.cards_title:before {
  content: url(../img/dia_pc.png);
  vertical-align: middle;
  line-height: 1;
  padding: 0 1%;
}
@media screen and (max-width: 768px) {
  .cards_title .pink {
    font-size: clamp(1.125rem, 0.288rem + 3.83vw, 2.125rem);
    letter-spacing: 1px;
    line-height: 1.4;
  }
  .cards_title .pink::after {
    bottom: 10%;
  }
}

.cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .cards {
    gap: 60px;
    padding-top: clamp(1.875rem, 1.09rem + 3.59vw, 2.813rem);
    padding-bottom: clamp(1.25rem, 0.622rem + 2.87vw, 2rem);
  }
}
.cards .card {
  max-width: 600px;
  width: 100%;
  background-color: #ffffe7;
  border-radius: 10px;
  padding: 2.7% 2.5% 1.7%;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .cards .card {
    max-width: 685px;
    padding: 5% 3.7%;
  }
}
.cards .card_title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #2e77c3;
}
@media screen and (max-width: 768px) {
  .cards .card_title {
    font-size: clamp(1rem, 0.267rem + 3.35vw, 1.875rem);
  }
}
.cards .card_title_num {
  color: #ffffff;
  background-color: #2e77c3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 13px;
}
@media screen and (max-width: 768px) {
  .cards .card_title_num {
    width: clamp(2.25rem, 1.517rem + 3.35vw, 3.125rem);
    height: clamp(2.25rem, 1.517rem + 3.35vw, 3.125rem);
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .cards .card_title_num .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }
}
.cards .card_title_p {
  letter-spacing: 1.5px;
  font-weight: 500;
}
.cards .card_img {
  margin: 0 auto;
}
.cards .card_desc {
  font-size: 14px;
  padding: 0 4%;
}
@media screen and (max-width: 768px) {
  .cards .card_desc {
    font-size: clamp(0.875rem, 0.142rem + 3.35vw, 1.75rem);
    padding: 0;
    line-height: 1.8;
  }
}

.blue_box {
  margin-top: 70px;
  border: solid 3px #699fd8;
  border-radius: 15px;
  padding: 5% 0.5% 3.1% 6%;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .blue_box {
    margin-top: clamp(4.688rem, 4.132rem + 1.16vw, 5rem);
  }
}
@media screen and (max-width: 768px) {
  .blue_box {
    margin: 0 1.5%;
    margin-top: clamp(2.5rem, -0.012rem + 11.48vw, 5.5rem);
    padding: 8% 9% 3%;
  }
}
.blue_box_title {
  text-align: center;
  color: #ffffff;
  padding: 0.5% 0 0.7%;
  background-image: url(../img/rate_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  max-width: 451px;
  top: -26%;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 24px;
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  .blue_box_title {
    padding: 1.1% 0 1.5%;
    background-size: contain;
    max-width: clamp(18.125rem, 0.332rem + 81.34vw, 39.375rem);
    font-size: clamp(1.125rem, 0.078rem + 4.78vw, 2.375rem);
    top: -22%;
    letter-spacing: 0.5px;
  }
}

.header_logo {
  text-align: center;
  padding: 1% 0 0.7%;
}
@media screen and (max-width: 768px) {
  .header_logo {
    padding: 2.5% 2% 2.7%;
  }
}
.header_logo .image-block {
  max-width: 508px !important;
}
@media screen and (max-width: 768px) {
  .header_logo .image-block {
    max-width: 620px !important;
    margin: 0 auto;
  }
}
.header_h1 {
  text-align: center;
  color: #ffffff;
  background-image: url(../img/h1_bg.png);
  background-position: center;
  letter-spacing: 3.4px;
  padding-top: 0.3%;
}
@media screen and (max-width: 768px) {
  .header_h1 {
    font-size: clamp(0.813rem, 0.289rem + 2.39vw, 1.438rem);
    padding-top: 0;
    letter-spacing: 8px;
    line-height: 1.7;
  }
}

.mv {
  background-image: url(../img/head1920dot_pc.png);
  background-position: center;
}
.mv_cont {
  padding: 0 !important;
}
.mv_prom {
  font-size: 12px;
  background-color: #ffffff;
  text-align: right;
  padding: 0 0 0.3% !important;
}
.mv_prom_txt {
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
  .mv_prom_txt {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .mv_prom_txt {
    font-size: clamp(0.875rem, 0.561rem + 1.44vw, 1.25rem);
    line-height: 1.5;
  }
}
.mv_desc {
  color: #ffffff;
  text-align: center;
  background-color: #808080;
}
.mv_desc_p {
  padding: 0.55% 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .mv_desc_p {
    font-size: clamp(0.813rem, 0.446rem + 1.67vw, 1.25rem);
    letter-spacing: 1px;
  }
}
.mv_desc_p .txt {
  color: #fefb24;
  background-color: #013ca4;
  border: solid 1px #ffffff;
  border-radius: 5px;
  padding: 0.3% 1.5%;
  letter-spacing: 2.8px;
  margin: 0 18px;
}
.mv .on {
  display: block;
}
.mv .off {
  display: none;
}

.hikaku_cont .subtxt {
  text-align: center;
  color: #013ca4;
  font-size: 20px;
  letter-spacing: 4px;
  padding: 3.8% 0 0.8%;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .subtxt {
    font-size: clamp(1rem, 0.791rem + 0.96vw, 1.25rem);
    letter-spacing: 3px;
    padding: 6% 0 2.6%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.hikaku_cont .subtxt:before, .hikaku_cont .subtxt:after {
  content: url(../img/tri_blue_down.png);
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .subtxt:before, .hikaku_cont .subtxt:after {
    content: "▼";
    color: #013ca4;
  }
}
.hikaku_cont .title {
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  padding: 2.2% 0;
  letter-spacing: 3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .title {
    font-size: clamp(1rem, 0.372rem + 2.87vw, 1.75rem);
    letter-spacing: 4px;
  }
}
.hikaku_cont .title_txt {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .title_txt {
    top: 42%;
    letter-spacing: 1px;
  }
}
.hikaku_cont .timebox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2.2%;
  padding-bottom: 3.8%;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .timebox {
    padding-top: 3.9%;
  }
}
.hikaku_cont .timebox_time {
  border: solid 1px #222222;
  background-color: #ffffff;
  width: 41%;
  text-align: center;
  padding: 0.9% 0;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .timebox_time {
    width: clamp(15.625rem, 7.775rem + 35.89vw, 25rem);
    font-size: clamp(0.875rem, 0.352rem + 2.39vw, 1.5rem);
    letter-spacing: 3px;
  }
}
.hikaku_cont .timebox_txt {
  width: 100%;
  padding-top: 1.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .timebox_txt {
    padding-top: 3%;
  }
}
.hikaku_cont .timebox_txt_p {
  padding-left: 2%;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .timebox_txt_p {
    padding-left: 3%;
    font-size: clamp(0.813rem, 0.237rem + 2.63vw, 1.5rem);
    letter-spacing: -1px;
    line-height: 1.4;
  }
}
.hikaku_cont .timebox_txt_hit {
  background-color: #ffffff;
  border: solid 1px #222222;
  color: #013ca4;
  padding: 1.3% 3.4%;
  line-height: 1;
  margin-right: 4.3%;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .timebox_txt_hit {
    padding: 1% 2%;
    margin-right: 0;
    font-size: clamp(0.875rem, 0.352rem + 2.39vw, 1.5rem);
    width: clamp(4.063rem, 1.394rem + 12.2vw, 7.25rem);
    margin-right: 5%;
    text-align: center;
  }
}
.hikaku_cont .table {
  text-align: center;
}
.hikaku_cont .table_choice .tabs {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .table_choice .tabs {
    align-items: flex-end;
  }
}
.hikaku_cont .table_choice .tabs_li {
  width: 170px;
  color: #ffffff;
  font-weight: bold;
  background-color: #808080;
  padding: 1.5% 0 0.5%;
  border-radius: 5px 5px 0 0;
  margin-top: auto;
  line-height: 1;
  cursor: pointer;
  font-size: 20px;
  letter-spacing: 10px;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .table_choice .tabs_li {
    margin-top: 4.1%;
    padding: 2% 1% 1%;
    margin-right: 0;
    font-size: clamp(1rem, 0.424rem + 2.63vw, 1.688rem);
    width: clamp(4.375rem, -0.178rem + 20.81vw, 9.813rem);
    letter-spacing: 1px;
  }
}
.hikaku_cont .table_choice .tabs_li .tabs_active {
  display: none;
}
.hikaku_cont .table_choice .tabs .is-active {
  color: #fefb24;
  background-color: #013ca4;
  padding: 2% 0 1.5%;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .table_choice .tabs .is-active {
    margin: 0;
  }
}
.hikaku_cont .table_choice .tabs .is-active .tabs_active {
  display: block;
}
.hikaku_cont .table .t_cont {
  border: solid 10px #013ca4;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .table .t_cont {
    border: solid 5px #013ca4;
  }
}
.hikaku_cont .table .t_cont_table {
  width: 100%;
}
.hikaku_cont .table .t_cont_table .thead {
  background-color: #f2f2f2;
  display: none;
}
.hikaku_cont .table .t_cont_table .thead.is-active {
  display: block;
}
.hikaku_cont .table .t_cont_table .tbody {
  background-color: #ffffff;
  display: none;
}
.hikaku_cont .table .t_cont_table .tbody.is-active {
  display: block;
}
.hikaku_cont .table .t_cont_table .tr {
  display: flex;
  justify-content: center;
}
.hikaku_cont .table .t_cont_table .tr:nth-child(n+2) .td:first-child {
  padding-top: 3.6%;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .table .t_cont_table .tr:nth-child(n+2) .td:first-child {
    padding-top: 1%;
    padding-bottom: 2.5%;
  }
}
.hikaku_cont .table .t_cont_table .tr .th, .hikaku_cont .table .t_cont_table .tr .td {
  border: solid 1px #222222;
  border-collapse: collapse;
}
.hikaku_cont .table .t_cont_table .tr .th:first-child, .hikaku_cont .table .t_cont_table .tr .td:first-child {
  width: 26.5%;
}
.hikaku_cont .table .t_cont_table .tr .th:nth-child(n+2), .hikaku_cont .table .t_cont_table .tr .td:nth-child(n+2) {
  width: 18.375%;
}
.hikaku_cont .table .t_cont_table .tr .th {
  padding-top: 1.7%;
  padding-bottom: 1%;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .table .t_cont_table .tr .th {
    padding-top: 2.5%;
    padding-bottom: 2%;
    font-size: clamp(0.875rem, 0.456rem + 1.91vw, 1.375rem);
    line-height: 1.1;
  }
}
.hikaku_cont .table .t_cont_table .tr .th:nth-child(4) .th_txt, .hikaku_cont .table .t_cont_table .tr .th:nth-child(5) .th_txt {
  flex: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .table .t_cont_table .tr .th:nth-child(4) .th_txt, .hikaku_cont .table .t_cont_table .tr .th:nth-child(5) .th_txt {
    flex-direction: column;
    justify-content: center;
  }
}
.hikaku_cont .table .t_cont_table .tr .td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hikaku_cont .table .t_cont_table .tr .td_rank {
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.hikaku_cont .table .t_cont_table .tr .td_rank_txt {
  font-size: clamp(1rem, 0.581rem + 1.91vw, 1.5rem);
  line-height: 1;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .table .t_cont_table .tr .td_rank_txt {
    padding: 0;
  }
}
.hikaku_cont .table .t_cont_table .tr .td_rank::before {
  content: url(../img/orange_left.png);
}
.hikaku_cont .table .t_cont_table .tr .td_rank::after {
  content: url(../img/orange_right.png);
}
.hikaku_cont .table .t_cont_table .tr .td_rank_txt_num {
  color: #f15a24;
}
.hikaku_cont .table .t_cont_table .tr .td .td_name {
  padding-top: 4%;
  text-decoration: none;
  color: #222222;
  font-size: clamp(0.75rem, 0.593rem + 0.72vw, 0.938rem);
}
.hikaku_cont .table .t_cont_table .tr .td_btn {
  padding-left: 8%;
}
.hikaku_cont .table .t_cont_table .tr .td_btn .btn-desc-link {
  text-decoration: none;
  color: #222222;
}
.hikaku_cont .table .t_cont_table .tr .td:first-child {
  padding: 1% 1.3% 1.1%;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .table .t_cont_table .tr .td:first-child {
    padding: 2% 1.3% 1.1%;
  }
}
.hikaku_cont .table .t_cont_table .tr .td:first-child .td_img {
  max-width: 186px;
}
.hikaku_cont .table .t_cont_table .tr .td:nth-child(n+2) {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .table .t_cont_table .tr .td:nth-child(n+2) {
    font-size: clamp(0.813rem, 0.446rem + 1.67vw, 1.25rem);
  }
}
.hikaku_cont .table .t_cont_table .tr .td:nth-child(n+2) .td_img {
  max-width: 75px;
  padding-bottom: 20px;
  padding-top: 40%;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .table .t_cont_table .tr .td:nth-child(n+2) .td_img {
    padding: 4%;
    padding-top: 40%;
  }
}
.hikaku_cont .table .t_cont_table .tr .td .td_img:has(+ .annotation) {
  padding-bottom: 0;
}
.hikaku_cont .table .t_cont_table p.td_per, .hikaku_cont .table .t_cont_table p.td_time, .hikaku_cont .table .t_cont_table p.td_day {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .table .t_cont_table .tbody.sougou .tr td:nth-child(2) {
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .hikaku_cont .table .t_cont_table .tbody.benrisa .tr td:nth-child(2), .hikaku_cont .table .t_cont_table .tbody.benrisa .tr td:nth-child(3) {
    line-height: 1;
  }
}
.hikaku_cont .table .t_cont_table .tbody.benrisa .tr td:nth-child(4) .td_img img {
  padding: 10% 0;
}
.hikaku_cont .rate_txt {
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .rate_txt {
    font-size: clamp(0.875rem, -0.067rem + 4.31vw, 2rem);
    letter-spacing: 3px;
  }
}
.hikaku_cont .rate_txt .pink {
  letter-spacing: 2px;
  padding-right: 1%;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .rate_txt .pink {
    letter-spacing: 1px;
    padding-right: 0;
    padding-left: 1.3%;
    vertical-align: text-bottom;
    font-size: clamp(0.938rem, -0.109rem + 4.78vw, 2.188rem);
  }
}
@media screen and (max-width: 768px) {
  .hikaku_cont .rate_txt .pink:after {
    bottom: 0;
  }
}
.hikaku_cont .rate_txt .after {
  letter-spacing: 3.4px;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .rate_txt .after {
    letter-spacing: 2px;
  }
}
.hikaku_cont .rbu {
  padding-top: 4.7%;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .rbu {
    padding-top: 6.9%;
  }
}
.hikaku_cont .rbu_title {
  background-image: url(../img/orange_title_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  font-size: 26px;
  padding: 1% 20.5% 0.5%;
  line-height: 1;
  letter-spacing: 4px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .rbu_title {
    font-size: clamp(1rem, 0.581rem + 1.91vw, 1.5rem);
    padding: 1% 3% 1%;
    justify-content: center;
  }
}
.hikaku_cont .rbu_title::before {
  content: "⚠";
  padding-right: 5px;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .rbu_title::before {
    font-size: clamp(1.125rem, 0.235rem + 4.07vw, 2.188rem);
  }
}
.hikaku_cont .rbu_txt {
  background-color: #ffffff;
  font-size: 14px;
  padding: 2% 1.5%;
  max-height: 107px;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .rbu_txt {
    max-height: 191px;
  }
}
@media screen and (max-width: 768px) {
  .hikaku_cont .rbu_txt_p {
    line-height: 1.5;
  }
}
.hikaku_cont .rbu_txt:not(.expanded) {
  overflow-y: hidden;
}
.hikaku_cont .rbu_txt.expanded {
  max-height: 1000px;
  overflow-y: scroll;
}
.hikaku_cont .rbu_txt_btn {
  width: 100%;
  margin: 0;
  padding: 3px 0 0;
  color: #ffffff;
  font-size: 20px;
  background-color: #f15a24;
  border: none;
  cursor: pointer;
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .rbu_txt_btn {
    padding: 0;
    font-size: clamp(0.875rem, 0.456rem + 1.91vw, 1.375rem);
    letter-spacing: 10px;
  }
}
.hikaku_cont .cd {
  padding-top: 8%;
  padding-bottom: 6.6%;
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .cd {
    padding-top: 3.5%;
    max-width: 715px;
  }
}
.hikaku_cont .cd_title {
  color: #ffffff;
  font-size: 28px;
  background-color: #013ca4;
  border-radius: 10px 10px 0 0;
  padding: 1% 0 1% 19%;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .cd_title {
    font-size: clamp(1rem, 0.058rem + 4.31vw, 2.125rem);
    padding: 0.5% 0 0.4% 16%;
  }
}
.hikaku_cont .cd_title .yellow {
  padding-left: 1.3%;
  letter-spacing: 5px;
}
.hikaku_cont .cd_cont {
  display: flex;
  padding: 4.3% 0 2.7%;
  border: solid 3px #013ca4;
  border-radius: 0 0 10px 10px;
  background-image: url(../img/mv_dot.png);
  background-position: center;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .cd_cont {
    padding: 2.7% 0 1.4%;
    align-items: center;
  }
}
.hikaku_cont .cd_cont_left {
  width: 40%;
  padding: 0 7.9%;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .cd_cont_left {
    width: 30%;
    padding: 0 5%;
  }
}
.hikaku_cont .cd_cont_left .image-block {
  max-width: 132px;
}
.hikaku_cont .cd_cont_right {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .cd_cont_right {
    width: 70%;
  }
}
.hikaku_cont .cd_cont_right_p {
  line-height: 1.65;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .cd_cont_right_p {
    font-size: clamp(0.875rem, 0.142rem + 3.35vw, 1.75rem);
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .hikaku_cont .cd_cont_right_p:nth-child(2) {
    padding-top: 3%;
  }
}
@media screen and (max-width: 768px) {
  .hikaku_cont .cd_cont_right_p:last-child {
    font-size: clamp(0.813rem, 0.237rem + 2.63vw, 1.5rem);
  }
}
@media screen and (max-width: 768px) {
  .hikaku_cont .cd_cont_right_p .ato {
    font-size: clamp(0.938rem, -0.371rem + 5.98vw, 2.5rem);
  }
}
.hikaku_cont .cd_cont_right_p .yellow {
  background-color: #013ca4;
  font-size: 32px;
  padding: 1% 1% 1% 2%;
  margin-left: 2%;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .hikaku_cont .cd_cont_right_p .yellow {
    font-size: clamp(0.938rem, 0.048rem + 4.07vw, 2rem);
    padding: 2% 9% 2% 5%;
    margin-left: 7%;
  }
}

.secret_cont .card:nth-child(1) .card_img {
  max-width: 322px;
  margin-top: -1px;
  margin-left: 141px;
}
@media screen and (max-width: 768px) {
  .secret_cont .card:nth-child(1) .card_img {
    max-width: 350px;
    margin-left: clamp(0rem, -7.379rem + 33.73vw, 8.813rem);
  }
}
.secret_cont .card:nth-child(2) .card_img {
  max-width: 355px;
  padding-top: 5%;
  padding-bottom: 6%;
}
@media screen and (max-width: 768px) {
  .secret_cont .card:nth-child(2) .card_img {
    max-width: 390px;
  }
}
.secret_cont .card:nth-child(3) .card_img {
  max-width: 331px;
}
@media screen and (max-width: 768px) {
  .secret_cont .card:nth-child(3) .card_img {
    max-width: 340px;
  }
}

.osusume_cont_title {
  text-align: center;
}
.osusume_cont_title_catch {
  font-weight: bold;
  color: #f15a24;
  padding-top: 5.5%;
  display: flex;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .osusume_cont_title_catch {
    padding-top: 6.5%;
    padding-bottom: clamp(0.625rem, 0.363rem + 1.2vw, 0.938rem);
    font-size: clamp(1.125rem, 0.497rem + 2.87vw, 1.875rem);
  }
}
.osusume_cont_title_catch::before {
  content: url(../img/orange_left2.png);
  padding-right: 1%;
}
.osusume_cont_title_catch::after {
  content: url(../img/orange_right2.png);
  padding-left: 1%;
}
.osusume_cont_title_h2 {
  font-size: 28px;
  color: #ffffff;
  background-image: url(../img/btn_bl_back_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 1.7% 0 3%;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .osusume_cont_title_h2 {
    background-size: contain;
    font-size: clamp(1.125rem, 0.602rem + 2.39vw, 1.75rem);
  }
}
.osusume_cont .rankcards {
  padding-top: 3.5%;
  padding-bottom: 42px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards {
    padding: 0 1.5% 42px;
    padding-top: 5.5%;
  }
}
.osusume_cont .rankcards .rankcard {
  border: solid 2px #2e77c3;
  border-radius: 10px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard {
    border-radius: 20px;
  }
}
.osusume_cont .rankcards .rankcard_title {
  color: #ffffff;
  font-size: 28px;
  background-image: url(../img/bar_grad_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px 8px 0 0;
  padding: 7px 2.5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_title {
    font-size: clamp(1.25rem, 0.831rem + 1.91vw, 1.75rem);
    border-radius: 18px 18px 0 0;
    padding-top: clamp(0rem, -0.366rem + 1.67vw, 0.438rem);
    padding-bottom: clamp(0rem, -0.366rem + 1.67vw, 0.438rem);
  }
}
.osusume_cont .rankcards .rankcard_title_img {
  position: absolute;
  top: -2px;
  right: 46px;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_title_img {
    right: clamp(0.313rem, -0.315rem + 2.87vw, 1.063rem);
    width: clamp(5rem, 1.337rem + 16.75vw, 9.375rem);
  }
}
.osusume_cont .rankcards .rankcard_cont {
  padding: 2.5% 2.3% 3.5% 3%;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont {
    padding: 0.5% 2.3% 3.5% 2%;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_catch {
  font-size: 20px;
  color: #2e77c3;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_catch {
    font-size: clamp(1rem, 0.477rem + 2.39vw, 1.625rem);
    width: clamp(13.75rem, -1.426rem + 69.38vw, 31.875rem);
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex {
  display: flex;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex {
    flex-direction: column;
    align-items: center;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex .left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .left {
    width: 100%;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex .left_img {
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .left_img {
    margin: 0 auto;
    width: clamp(12.5rem, 4.127rem + 38.28vw, 22.5rem);
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex .right {
  width: 50%;
  padding-left: 1.6%;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right {
    width: 100%;
    padding: 0 2%;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex .right_tags {
  display: flex;
  gap: 8px;
  padding-top: 12.5%;
  padding-bottom: 0.5%;
}
@media screen and (max-width: 1920px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right_tags {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right_tags {
    gap: 4%;
    padding-top: 4.5%;
    justify-content: center;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex .right_tags .tag {
  color: #ffffff;
  font-size: 14px;
  background-color: #013ca4;
  padding: 0 0.8%;
  border: solid 2px #699fd8;
  border-radius: 5px;
}
@media screen and (max-width: 1920px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right_tags .tag {
    padding: 0 2px;
  }
}
@media screen and (max-width: 1200px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right_tags .tag {
    padding: 0 clamp(0.563rem, 0.025rem + 1.12vw, 0.865rem);
  }
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right_tags .tag {
    font-size: clamp(0.875rem, 0.352rem + 2.39vw, 1.5rem);
    padding: 0;
    line-height: 1.5;
    width: 30%;
    text-align: center;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2.5%;
  padding-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl {
    padding-top: 4.5%;
    padding-bottom: 4%;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl dt, .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl dd {
  border: solid 1px #222222;
  border-collapse: collapse;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl .dt {
  font-size: 14px;
  font-weight: bold;
  background-image: url(../img/mv_dot.png);
  background-position: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl .dt {
    font-size: clamp(0.875rem, 0.352rem + 2.39vw, 1.5rem);
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl .dd {
  position: relative;
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl .dd_img {
  max-width: 52px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl .dd_img {
    max-width: 100%;
    padding: 0;
    width: 58%;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl .dd_p {
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl .dd:nth-child(2) {
    font-size: clamp(0.875rem, -0.172rem + 4.78vw, 2.125rem);
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl .dd:nth-child(4) {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl .dd:nth-child(4) {
    font-size: clamp(0.875rem, 0.247rem + 2.87vw, 1.625rem);
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl .dd:nth-child(6) {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl .dd:nth-child(6) {
    font-size: clamp(0.875rem, 0.142rem + 3.35vw, 1.75rem);
  }
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl .dd:nth-child(8) {
    font-size: clamp(0.875rem, -0.172rem + 4.78vw, 2.125rem);
  }
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl .dt:nth-of-type(1), .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl .dd:nth-of-type(1), .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl .dt:nth-of-type(2), .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl .dd:nth-of-type(2) {
    padding: 2.1% 0;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl .dt:nth-of-type(3), .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl .dd:nth-of-type(3), .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl .dt:nth-of-type(4), .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right .dl .dd:nth-of-type(4) {
  padding: 2.1% 0;
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex .right_cd {
  border: solid 2px #013ca4;
  border-radius: 20px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right_cd {
    font-size: clamp(1.25rem, 0.727rem + 2.39vw, 1.875rem);
    letter-spacing: -3px;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex .right_cd_title {
  color: #013ca4;
  font-weight: bold;
  background-color: #ffffff;
  text-align: center;
  border-radius: 20px;
  line-height: 2;
  letter-spacing: -2px;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right_cd_title {
    line-height: 1.6;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex .right_cd_txt {
  color: #ffffff;
  background-color: #013ca4;
  text-align: center;
  padding: 1.6% 0;
  border-radius: 0 0 15px 15px;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right_cd_txt {
    font-size: clamp(0.875rem, 0.038rem + 3.83vw, 1.875rem);
    padding: 0;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex .right_cd_txt .rest {
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right_cd_txt .rest {
    padding-right: 5%;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex .right_cd_txt .yellow {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right_cd_txt .yellow {
    font-size: clamp(1.125rem, -0.288rem + 6.46vw, 2.813rem);
    line-height: 1.65;
    letter-spacing: 2px;
    padding: 0 0.9% 0 1%;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_flex .right_cd_txt .countdown .hours > .hour, .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right_cd_txt .countdown .minutes > .minute, .osusume_cont .rankcards .rankcard_cont .rankcard_flex .right_cd_txt .countdown .seconds > .second {
  color: #ffffff;
}
.osusume_cont .rankcards .rankcard_cont .rankcard_btn {
  padding-top: 3.5%;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_btn {
    padding-top: 4%;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_btn_desc {
  color: #f15a24;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_btn_desc {
    font-size: clamp(1rem, 0.267rem + 3.35vw, 1.875rem);
    padding-bottom: 2%;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_btn_desc:before {
  content: url(../img/orange_left2.png);
  padding-right: 1%;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_btn_desc:before {
    padding-right: 0;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_btn_desc:after {
  content: url(../img/orange_right2.png);
  padding-left: 1%;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_btn_desc:after {
    padding-left: 4%;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_btn_box {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_btn_box {
    display: block;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_btn_box .btn_img {
  max-width: 563px;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_btn_box .btn_img {
    max-width: 100%;
    padding: 0 2%;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_btn_box .btn_txt {
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 1;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_btn_box .btn_txt {
    font-size: clamp(1.25rem, 0.413rem + 3.83vw, 2.25rem);
    width: 100%;
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_btn_box .btn_txt_sub {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_btn_box .btn_txt_sub {
    font-size: clamp(0.875rem, 0.456rem + 1.91vw, 1.375rem);
  }
}
.osusume_cont .rankcards .rankcard_cont .rankcard_desc {
  font-size: 14px;
  padding-top: 2.5%;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .osusume_cont .rankcards .rankcard_cont .rankcard_desc {
    font-size: clamp(0.813rem, 0.342rem + 2.15vw, 1.375rem);
    padding-top: 3%;
    line-height: 1.6;
  }
}
.osusume_cont .rankcards .rankcard:nth-child(2) {
  margin-top: 6%;
}
.osusume_cont .rankcards .rankcard:nth-child(2) .rankcard_cont {
  padding-bottom: 1.4%;
}
.osusume_cont .rankcards .rankcard:nth-child(2) .rankcard_flex {
  padding-top: 2.3%;
}
.osusume_cont .rankcards .rankcard:nth-child(2) .rankcard_btn_desc {
  letter-spacing: 2px;
}
.osusume_cont .rankcards .rankcard:nth-child(2) .rankcard_btn_desc:after {
  padding-left: 0;
}
.osusume_cont .rankcards .rankcard:nth-child(2) .rankcard_desc {
  padding-top: 1%;
}
.osusume_cont .rankcards .rankcard:nth-child(3) {
  margin-top: 6%;
}
.osusume_cont .rankcards .rankcard:nth-child(4) {
  margin-top: 6%;
}
.osusume_cont .rankcards .rankcard:nth-child(5) {
  margin-top: 6%;
}

.point_cont {
  padding: 33px 10% 0 !important;
}
@media screen and (max-width: 1920px) {
  .point_cont {
    padding: 0 200.384px !important;
  }
}
@media screen and (max-width: 1200px) {
  .point_cont {
    padding: 0 clamp(0.938rem, -19.618rem + 42.82vw, 12.5rem) !important;
  }
}
@media screen and (max-width: 768px) {
  .point_cont {
    padding: 0 2% 1% 2% !important;
  }
}
.point_cont .point_allow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.point_cont .point_allow .image-block {
  max-width: 330px;
}
@media screen and (max-width: 768px) {
  .point_cont .point_allow .image-block {
    max-width: 485px;
  }
}
.point_cont .point_allow_desc {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .point_cont .point_allow_desc {
    top: 2%;
    font-size: clamp(1.25rem, 0.831rem + 1.91vw, 1.75rem);
    max-width: 485px;
    width: 100%;
    text-align: center;
    letter-spacing: 7px;
  }
}
.point_cont .cards_title {
  padding-top: 3.5%;
}
@media screen and (max-width: 768px) {
  .point_cont .cards_title {
    padding-top: 7%;
  }
}
.point_cont .cards {
  gap: 0;
}
@media screen and (max-width: 768px) {
  .point_cont .cards {
    padding-top: 4%;
  }
}
.point_cont .card {
  padding: 4% 3% 5%;
}
@media screen and (max-width: 768px) {
  .point_cont .card_title_num {
    width: clamp(2rem, 1.477rem + 2.39vw, 2.625rem);
    height: clamp(2rem, 1.477rem + 2.39vw, 2.625rem);
    width: clamp(2.25rem, 1.517rem + 3.35vw, 3.125rem);
    height: clamp(2.25rem, 1.517rem + 3.35vw, 3.125rem);
  }
}
.point_cont .card_title_p {
  letter-spacing: 0px;
}
.point_cont .card:nth-child(1) .card_img {
  max-width: 306px;
  padding-top: 3.5%;
  padding-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .point_cont .card:nth-child(1) .card_img {
    max-width: 324px;
    padding-top: 1.5%;
    padding-bottom: 3%;
  }
}
.point_cont .card:nth-child(1) .card_desc {
  line-height: 1.4;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  .point_cont .card:nth-child(1) .card_desc {
    line-height: 1.5;
  }
}
.point_cont .card:nth-child(2) {
  margin-top: 3%;
}
@media screen and (max-width: 768px) {
  .point_cont .card:nth-child(2) {
    margin-top: 6%;
  }
}
.point_cont .card:nth-child(2) .card_img {
  max-width: 279px;
  padding-top: 9%;
  padding-bottom: 8%;
}
@media screen and (max-width: 768px) {
  .point_cont .card:nth-child(2) .card_img {
    max-width: 317px;
    padding-top: 7%;
  }
}
.point_cont .card:nth-child(2) .card_desc {
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .point_cont .card:nth-child(2) .card_desc {
    line-height: 1.5;
  }
}
.point_cont .card:nth-child(3) {
  margin-top: 3%;
}
@media screen and (max-width: 768px) {
  .point_cont .card:nth-child(3) {
    margin-top: 6%;
  }
}
.point_cont .card:nth-child(3) .card_img {
  max-width: 321px;
  padding-bottom: 1.5%;
}
@media screen and (max-width: 768px) {
  .point_cont .card:nth-child(3) .card_img {
    max-width: 334px;
    padding-bottom: 2.5%;
  }
}
@media screen and (max-width: 768px) {
  .point_cont .card:nth-child(3) .card_desc {
    line-height: 1.5;
  }
}
.point_cont .card:nth-child(4) {
  margin-top: 3%;
}
@media screen and (max-width: 768px) {
  .point_cont .card:nth-child(4) {
    margin-top: 6%;
  }
}
.point_cont .card:nth-child(4) .card_img {
  max-width: 309px;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .point_cont .card:nth-child(4) .card_img {
    max-width: 309px;
    padding-top: 0%;
  }
}
@media screen and (max-width: 768px) {
  .point_cont .card:nth-child(4) .card_desc {
    line-height: 1.5;
  }
}

.search_box {
  padding-bottom: 5%;
}
.search_box_cont {
  display: flex;
  flex-wrap: wrap;
}
.search_box_cont .blue_box {
  width: 100%;
  padding: 0 clamp(0.627rem, -0.924rem + 7.09vw, 2.48rem) 5%;
}
.search_box_cont .blue_box_title {
  background-image: none;
  padding: 0;
  max-width: 600px;
  top: -11%;
  position: relative;
}
.search_box_cont .blue_box_title .blue_box_txt {
  position: absolute;
  top: 23%;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 24px;
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  .search_box_cont .blue_box_title .blue_box_txt {
    font-size: clamp(0.813rem, 0.237rem + 2.63vw, 1.5rem);
  }
}
.search_box_cont .blue_box .links {
  display: flex;
  flex-wrap: wrap;
  margin-top: -3%;
}
.search_box_cont .blue_box .links .search_box_a {
  position: relative;
  width: 50%;
}
.search_box_cont .blue_box .links .search_box_a .btn_txt {
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(0.688rem, 0.06rem + 2.87vw, 1.438rem);
  line-height: 1;
  letter-spacing: 2px;
  width: 100%;
}
.search_box_cont .search_btn {
  display: flex;
}

.footer {
  font-size: 14px;
}
.footer_cont_txt {
  padding: 40px 10% 0 !important;
}
@media screen and (max-width: 768px) {
  .footer_cont_txt {
    line-height: 1.3;
    padding: 8% 6.7% 0 !important;
    font-size: clamp(1rem, 0.686rem + 1.44vw, 1.375rem);
    text-align: center;
  }
}
.footer_cont .footer_menu {
  display: flex;
  justify-content: center;
  padding: 10px 0 18px;
  gap: 1%;
}
@media screen and (max-width: 768px) {
  .footer_cont .footer_menu {
    padding: 6.5% 0 4.5%;
    width: 62%;
    flex-wrap: wrap;
    gap: 3%;
  }
}
@media screen and (max-width: 768px) {
  .footer_cont .footer_menu_li {
    font-size: clamp(0.875rem, 0.456rem + 1.91vw, 1.375rem);
    margin-top: 4%;
    position: relative;
    padding-right: 1%;
  }
  .footer_cont .footer_menu_li:not(:first-child):before {
    content: "";
    border-right: solid 2px #222222;
    position: absolute;
    top: 0;
    left: -7px;
    width: 1px;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer_cont .footer_menu_li:last-child {
    margin-top: 4%;
  }
}
.footer_cont .footer_menu_li_a {
  color: #222222;
  text-underline-offset: 5px;
}
.footer_cont_copy {
  color: #ffffff;
  text-align: center;
  padding: 18px 0 15px !important;
  background-color: #2e77c3;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .footer_cont_copy {
    padding: 0.5% 0 1% !important;
    font-size: clamp(0.875rem, 0.456rem + 1.91vw, 1.375rem);
  }
}

.policy .kiyaku .cont {
  padding-top: 5%;
  padding-bottom: 3%;
  font-size: 16px;
  overflow-wrap: break-word;
}
.policy .kiyaku .cont .h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid 2px #699fd8;
}
.policy .kiyaku .cont .h2:before {
  content: "◆";
  color: #699fd8;
  padding-right: 1%;
}
.policy .kiyaku .cont .h2_desc {
  padding: 0 3%;
}
.policy .kiyaku .cont .h2_desc .link {
  display: inline;
  color: #222222;
  text-decoration: none;
}
.policy .kiyaku .cont .item_title .title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid 2px #808080;
  padding-top: 3%;
}
.policy .kiyaku .cont .item .rules {
  padding: 0 3%;
}
.policy .kiyaku .cont .item .rules .ol {
  padding-top: 3%;
  list-style-type: none;
  counter-reset: cnt;
}
.policy .kiyaku .cont .item .rules .ol .li {
  counter-increment: cnt;
}
.policy .kiyaku .cont .item .rules .ol .li:before {
  content: "(" counter(cnt) ") ";
}
.policy .kiyaku .cont .item1 .rules .ol {
  padding-top: 0;
}
.policy .kiyaku .cont .item1 .rules .sub_ol {
  padding: 3%;
}
.policy .kiyaku .cont .item1 .rules .sub_ol .sub_li {
  counter-increment: sub_cnt;
}
.policy .kiyaku .cont .item1 .rules .sub_ol .sub_li:before {
  content: counter(sub_cnt) " ";
}
.policy .kiyaku .cont .item1 .rules .desc {
  padding-top: 3%;
}
.policy .kiyaku .cont .item11 .rules .ol .li {
  padding-bottom: 3%;
}
.policy .kiyaku .cont .item14 .date {
  padding: 3%;
}

.company-info .cont .h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid 2px #699fd8;
  padding-top: 3%;
}
.company-info .cont .h2:before {
  content: "◆";
  color: #699fd8;
  padding-right: 1%;
}
.company-info .c-info {
  font-size: 17px;
  margin-top: 3%;
}
@media screen and (max-width: 768px) {
  .company-info .c-info {
    font-size: clamp(0.875rem, -0.167rem + 2.22vw, 1.5rem);
  }
}
.company-info .c-info_row {
  display: flex;
  align-items: stretch;
}
.company-info .c-info_row:last-child {
  border-bottom: none;
}
.company-info .c-info_dt, .company-info .c-info_dd {
  border: solid 1px #808080;
  border-collapse: collapse;
  padding: 2%;
}
.company-info .c-info_dt {
  width: 35%;
  padding-left: 10px;
  box-sizing: border-box;
  background-color: #ffffe7;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-info .c-info_dd {
  width: 75%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}
.modal .modal_layout {
  padding: 2% 0 8%;
}
.modal .modal_content {
  margin: 0 auto;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.5s ease, transform 0.5s ease;
  position: relative;
  border: none;
}
.modal .modal_content .qa_box {
  margin-bottom: 10px;
}
.modal .modal_content .qa {
  background-color: #fff;
  padding: 10px;
  border-radius: 0 0 12px 12px;
}
.modal .modal_content .qa_title {
  color: #ffffff;
  background-color: #2e77c3;
  border-radius: 12px 12px 0 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
}
.modal .modal_content .qa_nav {
  display: flex;
  justify-content: center;
  gap: 20%;
}
.modal .modal_content .qa_nav_li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: #b3b3b3;
  font-size: 14px;
  font-weight: bold;
}
.modal .modal_content .qa_nav_li:before {
  content: "●";
  font-size: 40px;
  line-height: 1;
  color: #b3b3b3;
}
.modal .modal_content .qa_nav_li:nth-child(1):after, .modal .modal_content .qa_nav_li:nth-child(2):after {
  content: "";
  border: solid 1px #b3b3b3;
  width: 50px;
  position: absolute;
  top: 17px;
  left: 65px;
}
.modal .modal_content .qa_nav .is-active {
  color: #666666;
}
.modal .modal_content .qa_nav .is-active:before {
  color: #666666;
}
.modal .modal_content .qa_question {
  color: #808080;
  border-bottom: solid 1px #808080;
  padding-top: 30px;
  font-weight: bold;
}
.modal .modal_content .qa .answer {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 5%;
  box-sizing: border-box;
}
.modal .modal_content .qa .answer > .answer-item {
  padding: 5px;
  color: #ffffff;
  width: 50%;
  text-align: center;
  font-size: 16px;
}
.modal .modal_content .qa .answer > .answer-item .radio {
  display: none;
}
.modal .modal_content .qa .answer > .answer-item .radio:checked + .btn {
  background-color: #F68f15;
}
.modal .modal_content .qa .answer > .answer-item .btn {
  display: block;
  border-radius: 5px;
  background-color: #ccc;
  width: 100%;
  padding: 25px 0;
  height: 100%;
}
.modal .modal_content .qa_btn {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.modal .modal_content .qa_btn_a {
  text-decoration: none;
  color: #ffffff;
}
.modal .modal_content .qa_btn_a_txt {
  text-align: center;
  width: fit-content;
  display: block;
  font-size: 16px;
  position: absolute;
  top: 42%;
  left: 46%;
  transform: translate(-50%, -50%);
}
.modal .modal_content .qa_btn_prev {
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.modal .modal_content .qa_btn_next {
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.modal .modal_content .qa_3 .qa {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.modal .modal_content .qa_3 .qa .answer {
  justify-content: center;
  padding-bottom: 0;
}
.modal .modal_content .qa_3 .qa .answer .image-block {
  width: 62.5%;
}
.modal .modal_content .qa_3 .qa .answer_p {
  padding-top: 20px;
  font-size: 20px;
}
.modal .modal_content .qa_3 .qa_btn {
  width: fit-content;
  font-size: 20px;
  position: relative;
}
.modal .modal_content .qa_3 .qa_btn_a {
  color: #ffffff;
  text-decoration: none;
}
.modal .modal_content .qa_3 .qa_btn_a_txt {
  width: 100%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal_content .qa_3 .qa_redo {
  font-size: 14px;
  width: 100%;
}
.modal .modal_content .qa_3 .qa_redo_wrap {
  display: flex;
  justify-content: flex-end;
}
.modal .modal_content .qa_3 .qa_redo_wrap .qa_redo_a {
  width: fit-content;
  text-decoration: none;
  color: #b3b3b3;
}
.modal .modal_content .close {
  color: #ffffff;
  float: right;
  font-size: 40px;
  cursor: pointer;
  position: absolute;
  top: -12%;
  right: -6%;
}
.modal .modal_content .close:hover, .modal .modal_content .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal.show .modal_content {
  opacity: 1;
}

.fast .title, .low .title, .certificate .title, .found .title, .holiday .title {
  color: #222222;
}
.fast .thead, .fast .tbody, .low .thead, .low .tbody, .certificate .thead, .certificate .tbody, .found .thead, .found .tbody, .holiday .thead, .holiday .tbody {
  display: block !important;
}
.fast p.td_per, .low p.td_per, .certificate p.td_per, .found p.td_per, .holiday p.td_per {
  line-height: 1;
  flex: 1;
}
.fast p.td_time, .fast p.td_day, .low p.td_time, .low p.td_day, .certificate p.td_time, .certificate p.td_day, .found p.td_time, .found p.td_day, .holiday p.td_time, .holiday p.td_day {
  line-height: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .fast p.td_time, .fast p.td_day, .low p.td_time, .low p.td_day, .certificate p.td_time, .certificate p.td_day, .found p.td_time, .found p.td_day, .holiday p.td_time, .holiday p.td_day {
    line-height: 1.8;
  }
}
.fast .return, .low .return, .certificate .return, .found .return, .holiday .return {
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  padding: 2.2% 0;
  letter-spacing: 3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fast .return, .low .return, .certificate .return, .found .return, .holiday .return {
    font-size: clamp(1rem, 0.372rem + 2.87vw, 1.75rem);
    letter-spacing: 4px;
  }
}
.fast .return_a, .low .return_a, .certificate .return_a, .found .return_a, .holiday .return_a {
  color: #ffffff;
}
.fast .return_txt, .low .return_txt, .certificate .return_txt, .found .return_txt, .holiday .return_txt {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fast .return_txt, .low .return_txt, .certificate .return_txt, .found .return_txt, .holiday .return_txt {
    top: 42%;
    letter-spacing: 1px;
  }
}/*# sourceMappingURL=style.css.map */