@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500&family=Noto+Sans+JP:wght@300;400;500;700&display=swap"); */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");

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-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #202020;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

* {
  box-sizing: border-box;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

img,
picture {
  max-width: 100%;
  display: block;
}

img {
  -webkit-backface-visibility: hidden;
}

img {
  height: auto;
}

.inner {
  width: 100%;
  padding: 25px 15px 35px;
}

main {
  background: url(../img/pc_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.container {
  max-width: 425px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 20px;
  overflow: hidden;
}

header {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 1;
}

.header .header-inner {
  width: 197px;
}

section.bg1 {
  background: #f6f6f6;
}

.content01 {
  position: relative;
}

.content01 .loop__wrap {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100vw;
  overflow: hidden;
}

.content01 .nukkokun {
  width: 99px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.swiper-slide img {
  width: 22vw;
}

.common_title {
  font-size: 18px;
  font-weight: 700;
}

.common_title.type_cnter {
  text-align: center;
}

.title_01 {
  width: 204px;
  margin: auto;
}

.top3_list {
  margin-top: 27px;
}

.top3_list li:nth-of-type(1) {
  background: url(../img/top1_bg.png) no-repeat left top;
  background-size: cover;
}

.top3_list li:nth-of-type(2) {
  background: url(../img/top2_bg.png) no-repeat left top;
  background-size: cover;
}

.top3_list li:nth-of-type(3) {
  background: url(../img/top3_bg.png) no-repeat left top;
  background-size: cover;
}

.top3_list li {
  display: flex;
  align-items: center;
  padding: 13px 15px;
}

.top3_list li .icon {
  width: 55px;
}

.top3_list li .text_area {
  width: calc(100% - 115px);
  padding: 0 13px;
}

.top3_list li .text_area .card_catch {
  font-size: 10px;
  font-weight: 700;
}

.top3_list li .text_area .card_name {
  font-size: 15px;
  font-weight: 700;
  margin-top: 4px;
}

.top3_list li .btn {
  width: 60px;
  height: 48px;
  display: block;
  text-decoration: none;
  position: relative;
}

.top3_list li .btn .in_btn {
  width: 60px;
  height: 48px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  background-color: #e62828;
  color: #fff;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  animation: btn_anime 1s ease-in-out 0s infinite;
}

.top3_list li .btn:before {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  width: 60px;
  height: 48px;
  background: #b11f1f;
  border-radius: 6px;
}

.top3_list li + li {
  margin-top: 12px;
}

.content04 .result,
.content04 .ranking {
  width: 100%;
  border: 2px solid #c9b857 !important;
  border-radius: 10px;
  padding: 15px !important;
  padding-bottom: 25px;
}

.result .result_top,
.result .ranking_top,
.ranking .result_top,
.ranking .ranking_top {
  padding-left: 75px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
  min-height: 76px;
  display: block;
  text-decoration: none;
}

.result .result_top .icon,
.result .ranking_top .icon,
.ranking .result_top .icon,
.ranking .ranking_top .icon {
  width: 58px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Roboto", sans-serif;
  color: #229090;
  font-weight: 700;
  font-size: 32px;
}

.result .result_top,
.ranking .result_top {
  padding-left: 0;
}

.result .result_card,
.result .ranking_card,
.ranking .result_card,
.ranking .ranking_card {
  width: 100%;
  margin: auto;
  margin-top: 12px;
  margin-bottom: 24px;
}

.result .result_card .slick-slide {
  height: auto;
}

.result .result_card .card img,
.result .ranking_card .card img,
.ranking .result_card .card img,
.ranking .ranking_card .card img {
  width: 200px;
  margin: auto;
}

.result .result_text,
.result .ranking_text,
.ranking .result_text,
.ranking .ranking_text {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.detaile .ranking_text {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 50px;
  margin: 50px 30px 20px;
}

.result .ranking_text,
.detaile .ranking_text,
.ranking .ranking_text {
  margin: 30px auto 0;
  width: 290px;
  padding: 15px 10px;
  border-radius: 10px;
  border: 3px solid #c9b856;
  line-height: 1.4;
  position: relative;
  text-align: center;
}

.result .ranking_text::after,
.detaile .ranking_text::after,
.ranking .ranking_text::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/icon_summary.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  position: absolute;
  top: -20px;
  left: -10px;
}

.result .result_text span,
.result .ranking_text span,
.ranking .result_text span,
.ranking .ranking_text span {
  font-size: 15px;
  font-weight: 700;
  color: #e62828;
}

.result .entry_wrap,
.ranking .entry_wrap,
.sokujitsu_saitan .entry_wrap {
  width: 100%;
  margin: auto;
  margin-top: 27px;
  display: flex;
  justify-content: center;
}

.result .entry_wrap .entry_detail,
.ranking .entry_wrap .entry_detail,
.sokujitsu_saitan .entry_wrap .entry_detail {
  width: 80px;
  height: 53px;
  margin-right: 5px;
  display: block;
  position: relative;
  text-decoration: none;
}

.result .entry_wrap .entry_detail .in_btn,
.ranking .entry_wrap .entry_detail .in_btn,
.sokujitsu_saitan .entry_wrap .entry_detail .in_btn {
  width: 80px;
  height: 53px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  background-color: #8a8a8a;
  color: #fff;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  animation: btn_anime 1s ease-in-out 0s infinite;
}

.result .entry_wrap .entry_detail:before,
.ranking .entry_wrap .entry_detail:before,
.sokujitsu_saitan .entry_wrap .entry_detail:before {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  width: 80px;
  height: 53px;
  background: #686868;
  border-radius: 6px;
}

.result .entry_wrap .entry_btn,
.ranking .entry_wrap .entry_btn,
.sokujitsu_saitan .entry_wrap .entry_btn {
  width: 225px;
  height: 53px;
  display: block;
  position: relative;
  text-decoration: none;
}

.result .entry_wrap .entry_btn .in_wrap,
.ranking .entry_wrap .entry_btn .in_wrap,
.sokujitsu_saitan .entry_wrap .entry_btn .in_wrap {
  width: 225px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background-color: #e62828;
  border-radius: 6px;
  padding: 0 10px;
  animation: btn_anime 1s ease-in-out 0s infinite;
}

.result .entry_wrap .entry_btn .in_wrap:before,
.ranking .entry_wrap .entry_btn .in_wrap:before,
.sokujitsu_saitan .entry_wrap .entry_btn .in_wrap:before {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  right: 20px;
  width: 75px;
  height: 53px;
  background: #f5a9a9;
  clip-path: polygon(48% 0, 100% 0, 52% 100%, 0 100%);
  z-index: 2;
}

.result .entry_wrap .entry_btn .in_icon,
.ranking .entry_wrap .entry_btn .in_icon,
.sokujitsu_saitan .entry_wrap .entry_btn .in_icon {
  width: 33px;
  height: 33px;
  background: #fff;
  border-radius: 8px;
  color: #e62828;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.result .entry_wrap .entry_btn .in_btn,
.ranking .entry_wrap .entry_btn .in_btn,
.sokujitsu_saitan .entry_wrap .entry_btn .in_btn {
  width: calc(100% - 40px);
  height: 53px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 3;
}

.result .entry_wrap .entry_btn:before,
.ranking .entry_wrap .entry_btn:before,
.sokujitsu_saitan .entry_wrap .entry_btn:before {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  width: 225px;
  height: 53px;
  background: #b11f1f;
  border-radius: 6px;
}

.entry_btn_text {
  padding-top: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.entry_btn_icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 25px;
  border-radius: 34px;
  border: 2px solid #e62828;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #e62828;
  background: #fff;
  z-index: 1;
}

.entry_btn_icon::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 9px solid #ffffff;
  border-bottom: 0;
}

.cv_view {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cv_view_icon {
  width: 18px;
  height: 16px;
}

.cv_view_txt {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  color: #229090;
}

.ranking:nth-child(n + 4) {
  border: 2px solid #229090;
}

.ranking:nth-child(n + 4) .icon {
  display: flex !important;
  justify-content: center;
  align-items: center;
  top: 6px;
}

.result {
  border: 2px solid #229090;
  margin-bottom: 20px;
}

.result .result_title {
  display: none;
}

.content04 .inner .result:nth-of-type(1) .result_title {
  display: block;
  width: 117px;
}

.result .result_top {
  margin-bottom: 25px;
}

.ranking + .ranking {
  margin-top: 20px;
}

.search_result_txt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}

.search_result_txt span {
  font-size: 15px;
  font-weight: 700;
}

.point_wrap {
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
}

.point_wrap .point_graph {
  width: 203px;
}

.point_wrap .point_box {
  /* width: calc(100% - 203px);
  padding-left: 30px; */
}

.point_wrap .point_box .point_caption {
  font-size: 12px;
  font-weight: 700;
}

.point_wrap .point_box .point {
  display: flex;
  align-items: flex-end;
}

.point_wrap .point_box .point .num {
  font-size: 40px;
  font-weight: 700;
  color: #f57300;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
}

.point_wrap .point_box .point .txt {
  font-size: 24px;
  font-weight: 700;
  color: #f57300;
  padding-bottom: 7px;
}

.point_wrap .point_box a.point_link {
  color: #8b8b8b;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
}

.table_type .sel {
  width: calc((100% - 0px) / 3);
}

.table_type .sel:nth-of-type(3n) {
  border-right: 1px solid #9f9f9f;
}

.table_type.two_type {
  border-bottom: 1px solid #9f9f9f;
  margin-top: 16px;
}

.table_type.two_type .sel {
  width: calc((100% - 0px) / 2);
}

.table_type.two_type .sel:nth-of-type(2n) {
  border-right: 1px solid #9f9f9f;
}

.table_type {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #9f9f9f;
  width: 100%;
  margin-top: 20px;
}

.table_type:first-of-type {
  border-top: 1px solid #9f9f9f;
}

.table_type .sel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #9f9f9f;
}

.table_type .sel .th {
  font-size: 10px;
  background: #e9e9e9;
  color: #6a6a6a;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
}

.table_type .sel .td {
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 47px;
}

.table_type .sel .td .visa_card {
  width: 29px;
}

.table_type .sel .td .master_card {
  width: 21px;
}

.table_type .sel .td .nanaco_card {
  width: 24px;
}

.table_type .sel .td .id_card {
  width: 23px;
}

.table_type .sel .td .quicpay_card {
  width: 23px;
}

.table_type .sel .td.e_moneny,
.table_type .sel .td.international {
  display: flex;
  justify-content: center;
  align-items: center;
}

.table_type .sel .td.e_moneny span,
.table_type .sel .td.international span {
  margin-right: 6px;
  display: block;
}

/* .table_type:last-of-type {
  border-bottom: 1px solid #9f9f9f;
} */

.point_title {
  background: #e9e9e9;
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 700;
  padding: 12px;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
}

.point_store {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #9f9f9f;
  padding: 9px 20px 24px;
  position: relative;
}

.point_store.open:after {
  display: none !important;
}

.point_store .list {
  width: calc((100% - 39px) / 4);
  margin-right: 13px;
  margin-top: 9px;
  display: flex;
  flex-direction: column;
  display: none;
}

.point_store .list:nth-child(-n + 4) {
  display: flex;
}

.point_store .list:nth-of-type(4n) {
  margin-right: 0;
}

.point_store .list .icon {
  width: 100%;
}

.point_store .list .txt {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  margin-top: 12px;
}

.point_store.open_btn:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 12px;
  right: 0;
  left: 0;
  margin: auto;
  transform: rotate(-45deg);
  width: 12px;
  height: 12px;
  border-left: 2px solid #229090;
  border-bottom: 2px solid #229090;
  border-radius: 0 0 0 2px;
}

.hide_box {
  display: none;
}

.hide_box .point_store {
  border-top: none;
  padding-top: 0;
}

.recomend {
  background: #eefafa;
  padding: 15px;
  margin-top: 27px;
}

.recomend .recomend_title {
  color: #229090;
  font-size: 12px;
  font-weight: bold;
}

.recomend .recomend_text {
  font-size: 11px;
  line-height: 1.6;
  margin-top: 12px;
  font-weight: 600;
}

.campaign {
  margin-top: 27px;
  border: 2px solid #229090;
  border-radius: 10px;
  background: #f4ffff;
  padding-bottom: 25px;
}

.campaign .campaign_title {
  background: url(../img/campaign_title.png);
  background-size: cover;
  background-position: bottom right;
  padding-top: 10px;
}

.campaign_title_inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding-right: 50px;
  margin-left: -2px;
  padding-bottom: 7px;
}

.campaign .campaign_date {
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  background-color: #fff;
  color: #229090;
  padding: 4px 0px 4px 5px;
  position: relative;
}

.campaign .campaign_date::after {
  content: "";
  background: url(../img/campaign_date_icon.png);
  background-size: 6px 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -5px;
  width: 6px;
  height: 100%;
}

.campaign_icon {
  width: 45px;
  position: absolute;
  bottom: 0;
  right: 5px;
}

.campaign_name {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.campaign_text {
  width: calc(100% - 110px - 10px);
  color: #fcfc56;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
}

.campaign .campaign_list .list {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 32px;
  padding-right: 15px;
  margin-top: 23px;
  font-weight: bold;
}

.campaign .campaign_list .list:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #229090;
  transform: translateY(-50%);
}

.ranking + .ranking.bottom_section {
  background: url(../img/bg02.png) no-repeat left top;
  background-size: cover;
  margin: 70px 0 20px;
  position: relative;
}

.ranking.bottom_section {
  position: relative;
  background: url(../img/bg02.png) no-repeat left top;
  background-size: cover;
  margin: 30px 0 0;
  border: none;
}

.bottom_section .inner {
  width: 100%;
}

.bottom_section .bottom_title {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 299px;
}

.bottom_section .selected_card {
  width: 176px;
  margin: auto;
  margin-top: 10px;
  position: relative;
  display: block;
}

.bottom_section .entry_wrap {
  margin-top: 20px;
}

.bottom_section .selected_card:after {
  content: "";
  position: absolute;
  display: block;
  display: none;
  top: -10px;
  right: -30px;
  width: 60px;
  height: 60px;
  background: url(../img/sholder01.png) no-repeat left top;
  background-size: cover;
}

.selected_card_read {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.bottom_section .selected_card_cacth {
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 24px;
  text-align: center;
  width: fit-content;
  margin: auto;
  margin-top: 10px;
}

.bottom_section .selected_card_cacth span {
  color: #e62828;
  font-size: 15px;
  font-weight: 700;
}

.bottom_section .selected_card_name {
  font-size: 18px;
  font-weight: 700;
  margin-top: 60px;
  text-align: center;
  color: #000;
}

.bottom_section .selected_card_detail {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  display: block;
  width: fit-content;
  margin: auto;
  margin-top: 12px;
}

.selected_card_entry {
  width: 280px;
  margin: auto;
  margin-top: 24px;
  display: block;
  position: relative;
  text-decoration: none;
}

.selected_card_entry .in_wrap {
  width: 280px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background-color: #e62828;
  border-radius: 6px;
  padding: 0 10px;
  animation: btn_anime 1s ease-in-out 0s infinite;
}

.selected_card_entry .in_wrap:before {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  left: 5px;
  width: 75px;
  height: 53px;
  background: #f5a9a9;
  clip-path: polygon(60% 0, 100% 0, 40% 100%, 0 100%);
  z-index: 2;
}

.selected_card_entry .in_icon {
  width: 33px;
  height: 33px;
  background: #fff;
  border-radius: 8px;
  color: #e62828;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 3;
}

.selected_card_entry .in_btn {
  width: calc(100% - 40px);
  height: 53px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 3;
}

.selected_card_entry:before {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  width: 280px;
  height: 53px;
  background: #b11f1f;
  border-radius: 6px;
}

.card_entry {
  width: 280px;
  margin: auto;
  margin-top: 24px;
  display: block;
}

.voice {
  background: #f6f6f6;
}

.voice .inner {
  padding-bottom: 50px;
}

.voice .voice_title {
  font-size: 18px;
  font-weight: 700;
}

.voice .voice_list {
  margin-top: 22px;
  position: relative;
}

.voice .voice_list.more::after {
  content: "もっと見る";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: bold;
  padding: 3px 20px;
  border: 1.5px solid #229090;
  border-radius: 25px;
  color: #229090;
}

.voice .voice_list.open::after {
  display: none;
}

.voice .voice_list .list {
  background: #fff;
  padding: 15px;
  display: flex;
}

.voice .voice_list .list:nth-child(n + 4) {
  display: none;
}

.voice .voice_list .list .icon {
  width: 50px;
}

.voice .voice_list .list .customer {
  width: calc(100% - 50px);
  padding-left: 12px;
}

.voice .voice_list .list .customer .name {
  font-size: 11px;
  font-weight: 700;
}

.voice .voice_list .list .customer .txt {
  font-size: 11px;
  margin-top: 8px;
  font-weight: 700;
}

.voice .voice_list .list + .list {
  margin-top: 5px;
}

.banner_area {
  width: 315px;
  margin: auto;
  margin-top: 20px;
  background: #fff;
}

.banner_area .banner {
  display: 100%;
  display: block;
  margin-bottom: 20px;
}

.banner_area .banner + .banner {
  margin-top: 15px;
}

.footer {
  padding-top: 25px;
  margin: 0 auto 130px;
}

.footer_texts {
  background: url(../img/pc_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.company {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  margin-top: 24px;
}

.copyright {
  font-size: 10px;
  color: #8a8a8a;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.search_btn {
  width: 280px;
  height: 53px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  text-decoration: none;
  position: relative;
}

.search_btn .in_btn {
  width: 280px;
  height: 53px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  background-color: #fddb1e;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  animation: btn_anime 1s ease-in-out 0s infinite;
}

.search_btn:before {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  width: 280px;
  height: 53px;
  background: #b69d11;
  border-radius: 6px;
}

.shiny_btn {
  overflow: hidden;
}

.shiny_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: 10;
}

.shiny_btn2 {
  overflow: hidden;
}

.shiny_btn2:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny2;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: 10;
}

.detail_main {
  width: 100%;
  background: url(../img/detail_main_bg.png) no-repeat center center;
  background-size: cover;
  padding: 27px 25px;
  position: relative;
}

.detail_main .detail_top {
  position: relative;
  font-size: 21px;
  font-weight: 700;
  display: block;
  color: #fff;
  text-align: center;
}

.detail_main .detail_top span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

.detail_main .detail_card {
  width: 100%;
  margin: auto;
  margin-top: 12px;
}

.detail_main .detail_card .card img {
  width: 200px;
  margin: auto;
}

.detail_main .nukkokun2 {
  width: 61px;
  display: block;
  position: absolute;
  bottom: -45px;
  right: 20px;
  z-index: 2;
}

@keyframes btn_anime {
  /*0% {
    transform: translateY(0);
    
  }
  10% {
    transform: translateY(3px);
  }
  25% {
      transform: translateY(0);
      
    }
  50% {
      transform: translateY(3px);
    }
  100% {
      transform: translateY(0);
      
  }*/
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }

  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

@keyframes shiny2 {
  0% {
    left: -20%;
  }

  10% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

.slick-prev,
.slick-next {
  width: 13px;
  height: 23px;
  z-index: 1;
}

.slick-prev:hover {
  background: url(../img/arrow_left.png) no-repeat left top;
  background-size: cover;
}

.slick-next:hover {
  background: url(../img/arrow_right.png) no-repeat left top;
  background-size: cover;
}

.slick-prev {
  left: 5px;
}

.slick-next {
  right: 5px;
}

.slick-next:before,
.slick-prev:before {
  content: "";
}

.slick-next {
  background: url(../img/arrow_right.png) no-repeat left top;
  background-size: cover;
}

.slick-prev {
  background: url(../img/arrow_left.png) no-repeat left top;
  background-size: cover;
}

.detail_main .slick-next {
  background: url(../img/arrow_right_w.png) no-repeat left top;
  background-size: cover;
  opacity: 0.2;
}

.detail_main .slick-prev {
  background: url(../img/arrow_left_w.png) no-repeat left top;
  background-size: cover;
  opacity: 0.2;
}

.free_text {
  font-size: 10px;
  margin-top: 20px;
  line-height: 1.2;
}

.autoplay-slider {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 30s linear infinite sliderAnimation;
}

.slide {
  height: 40px;
  width: 80px;
  margin: 0 5px;
  position: relative;
}

@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}

.footer_text {
  font-size: 12px;
  padding: 0 30px;
  font-weight: bold;
}

.red {
  color: red;
}

.b_y {
  background-color: #ffff84;
}

/* recommend */
.recommend .inner {
  padding: 0px 15px;
}

.recommend_items {
  margin-top: 25px;
}

.recommend_item {
  margin-bottom: 20px;
}

.recommend_item_title {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.recommend_item_title_img {
  width: 17.5px;
  height: 24.5px;
  margin-right: 14px;
}

.recommend_item_title p {
  font-size: 14px;
  font-weight: bold;
}

.recommend_item_box {
  display: flex;
  padding: 25px 15px;
  height: 120px;
  justify-content: space-between;
  margin-bottom: 3.5px;
  align-items: center;
  text-decoration: none;
}

.recommend_item_box_img {
  width: 70px;
}

.recommend_item_box_title {
  font-size: 15px;
  color: #fff;
  text-decoration: underline;
  margin-bottom: 10px;
  font-weight: bold;
}

.recommend_item_box_text {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  margin-top: 6px;
}

.recommend_pink .recommend_item_box {
  background: url(../img/gakusei_bg01.png);
  background-size: cover;
}

.recommend_blue .recommend_item_box {
  background: url(../img/gakusei_bg02.png);
  background-size: cover;
}

.recommend_green .recommend_item_box {
  background: url(../img/gakusei_bg03.png);
  background-size: cover;
}

/* search */
.card_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  gap: 12px 2%;
}

.card_list li {
  width: 49%;
  height: 45px;
  position: relative;
}

.card_list li input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  left: 10px;
  accent-color: #229090;
}

.card_list li label {
  border: 1px solid #6d6d6d;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  color: #6d6d6d;
}

.card_list li label[for="gold"],
.card_list li label[for="gold2"] {
  background: url(../img/search_gold.png);
  background-size: 100% 47px;
  background-position: right bottom;
}

.card_list li label[for="sokujitsu"],
.card_list li label[for="sokujitsu2"] {
  background: url(../img/search_sokujitsu.png);
  background-size: 100% 47px;
  background-position: right bottom;
}

.card_list li label[for="etc"],
.card_list li label[for="etc2"] {
  background: url(../img/search_etc.png);
  background-size: 100% 47px;
  background-position: right bottom;
}

.card_list li label[for="nenkaihi"],
.card_list li label[for="nenkaihi2"] {
  background: url(../img/search_nenkaihi.png);
  background-size: 100% 47px;
  background-position: right bottom;
}

.card_list li label[for="shinsa"],
.card_list li label[for="shinsa2"] {
  background: url(../img/search_shinsa.png);
  background-size: 100% 47px;
  background-position: right bottom;
}

.card_list li label[for="woman"],
.card_list li label[for="woman2"] {
  background: url(../img/search_woman.png);
  background-size: 100% 47px;
  background-position: right bottom;
}

.card_list li input:checked + label {
  border: 1px solid #229090;
  color: #229090;
}

.card_list li.on {
  border: 1px solid #229090;
  color: #229090;
}

.point3 {
  margin-top: 20px;
  margin-bottom: 40px;
  border: 2px solid #229090;
  border-radius: 15px;
  position: relative;
  max-height: 300px;
  overflow: hidden;
}

.point3 .point3_title {
  font-size: 14px;
  font-weight: 700;
  color: #229090;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f4ffff;
  border-radius: 15px 15px 0 0;
}

.point3 .point3_title span {
  display: block;
  font-size: 10px;
  color: #229090;
}

.point3 .point_list {
  padding: 0 16px 30px;
}

.point3 .point_list .list {
  padding-left: 25px;
  position: relative;
  margin-top: 20px;
}

.point_list_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 0.025em;
}

.point_list_read {
  font-size: 12px;
  color: #6a6a6a;
  letter-spacing: 0.025em;
}

.point3 .point_list .list::before {
  content: "";
  position: absolute;
  display: block;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/point_icon.png) no-repeat left top;
  background-size: cover;
}

.point_more {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #229090;
  border-right: 3px solid #229090;
  transform: translateX(-50%) rotate(135deg);
}

.point_layer {
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
  width: 100%;
  height: 90px;
}

.detaile .point3 {
  width: 90%;
  margin: 30px auto 0;
  padding: 0;
}

/* graph */

*,
*:before,
*:after {
  box-sizing: border-box;
}

#app {
  width: fit-content;
}

.polygraph {
  margin-top: 10px;
  width: 100%;
  max-width: 300px;
  color: white;
}

.polygraph__container {
  text-align: center;
  /* background: rgba(0, 0, 0, 0.8); */
  color: white;
  padding: 10px;
}

.polygraph__polygon {
  fill: none;
  stroke: #c9c9c9;
}

.polygraph__polygon--base {
  fill: white;
}

.polygraph__line {
  stroke: #c9c9c9;
}

.polygraph__label {
  fill: #000;
  font-weight: bold;
  font-size: 10px;
}

.card_data {
  padding-top: 10px;
}

.card_data_title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.card_data_title p {
  font-size: 15px;
  font-weight: bold;
  color: #2d2d2d;
  padding-top: 2px;
}

.card_data_icon {
  width: 25px;
  height: auto;
  margin-right: 12px;
}

.card_data table {
  margin-bottom: 30px;
  border-collapse: collapse;
  width: 100%;
}

.card_data td,
.card_data th {
  border: 1px solid #c2c2c2;
}

.card_data th {
  background: #e9e9e9;
  color: #6a6a6a;
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
  padding: 8px;
  text-align: center;
}

.card_data td {
  white-space: nowrap;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.25em;
  color: #6a6a6a;
  padding: 5px 8px;
  width: fit-content;
  font-weight: 500;
}

.card_data .card_data_text {
  font-size: 11px;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.25em;
  color: #6a6a6a;
  white-space: unset;
}

.card_data .hoken td {
  text-align: center;
}

.card_data_flex {
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.card_data_flex img {
  height: 40px;
}

.card_data td .point_store {
  border: none;
  padding: 0;
}

.card_detail_img {
  margin-top: 20px;
}

.banner_fixed {
  position: fixed;
  max-width: 425px;
  width: 100%;
  bottom: 0;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}

.banner_fixed a {
  display: block;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
}
.banner_fixed_close {
  position: absolute;
  top: 70px;
  right: 0px;
  width: 30px;
  height: 30px;
  z-index: 11;
  cursor: pointer;
}

.banner_fixed_close::after,
.banner_fixed_close::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  background: #fff;
  top: 50%;
  left: 50%;
}

.banner_fixed_close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.banner_fixed_close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.banner_fixed a img {
  width: 100%;
}

.qa_sec_title {
  width: 80%;
  margin: 10px auto 0;
}

.qa_sec_items {
  margin-top: 30px;
  padding: 0 15px;
}

.qa_sec_item {
  border: 1px solid #229090;
  border-radius: 7.5px;
  background: #229090;
  margin-bottom: 15px;
}

.qa_sec_q {
  background: #229090;
  border-radius: 7.5px;
  padding: 12px;
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  padding-right: 90px;
  position: relative;
}

.qa_sec_q_btn {
  position: absolute;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.qa_sec_q_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 2.5px;
  background: #229090;
  right: 5px;
}

.qa_sec_q_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 10px;
  height: 2.5px;
  background: #229090;
  right: 5px;
}

.qa_sec_q.active .qa_sec_q_btn::before {
  display: none;
}

.qa_sec_a {
  display: none;
  padding: 20px 12px;
  background: #f4ffff;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.025em;
  border-radius: 0 0 7.5px 7.5px;
  font-weight: bold;
}

/* result */
.result_data {
  margin-top: 40px;
}

.result_data_data {
  width: 100%;
}

.result_data_top_title {
  font-size: 13px;
  color: #202020;
  letter-spacing: 0.05em;
  width: fit-content;
  margin-left: auto;
  font-weight: bold;
  padding: 15px 30px 25px;
  background: url(../img/result_icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.result_data_data th {
  background: #e9e9e9;
  font-size: 11px;
  font-weight: bold;
  color: #6a6a6a;
  text-align: center;
  border: 1px solid #c1c1c1;
  width: 25%;
}

.result_data_data .bgn {
  background: none;
  border: none;
}

.result_data_data_top .result_data_text {
  vertical-align: top;
  font-weight: bold;
  padding-bottom: 8px;
}

.result_data_text {
  font-size: 11px;
  text-align: center;
  border: 1px solid #c1c1c1;
  width: 25%;
  padding: 15px 0;
  font-weight: bold;
}

.result_data_text img {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 15px;
}

.result_data_text .rank {
  width: 34px;
  height: auto;
  margin-bottom: 8px;
}

.result_data_text .card {
  width: 75px;
  height: auto;
}

.result_data_text .store {
  width: 60px;
  height: 60px;
}

.result_data_text a {
  position: relative;
  width: 60px;
  height: 45px;
  text-decoration: none;
  background: #e62828;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  font-size: 15px;
  border-radius: 6px;
}

.result_data_text a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #b11f1f;
  border-radius: 6px;
  width: 60px;
  height: 45px;
  z-index: -1;
}

.result_data_text a span {
  color: #fff;
  line-height: 45px;
}

.top3_title {
  color: #1f776e;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
}

.banner_page_top {
  background: #fddb1e;
  border-radius: 10px;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 10px 10px auto;
  opacity: 0.9;
  cursor: pointer;
}

.banner_page_text {
  color: #009287;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.075em;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
}

.banner_page_text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #009286 transparent;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.top_count {
  margin: 20px auto 0;
  width: 335px;
  height: 63px;
  background: #0d8585;
  background: url(../img/top_count_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.top_count_num p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-left: 70px;
  padding-top: 25px;
}

.top_count_num p .timer {
  color: #fde202;
  font-size: 24px;
  margin: 0 5px;
}

.ranking_count {
  margin: 20px 10px -10px;
  border-radius: 10px;
  background: #333;
  position: relative;
}

.ranking_count::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #333333 transparent transparent transparent;
}

.ranking_count_title {
  background: #cbb841;
  color: #333333;
  border-radius: 10px 10px 0 0;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 0 0;
  text-align: center;
}

.ranking_count_main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.ranking_count_icon {
  width: 20px;
}

.ranking_count_num p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.ranking_count_num p .timer {
  color: #fde202;
  font-size: 24px;
  margin: 0 5px;
}

/* 詳細検索 */
.search {
  background: #f6f6f6;
  padding: 30px 15px;
  overflow: hidden;
  position: relative;
}

.search::after {
  content: "";
  position: absolute;
  background: url(../img/search/top_title_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 150px;
  top: 30px;
  right: 0;
}

.search_title {
  border-left: 4px solid #3d8384;
  padding-left: 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.search form {
  position: relative;
  z-index: 1;
}

.search_top {
  margin-top: 30px;
  border: 2px solid #3d8384;
}

.search_top_title {
  background: #3d8384;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  letter-spacing: 0.05em;
  font-size: 18px;
}

.search_top_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.search_top_item {
  position: relative;
}

.search_top_item.pl {
  width: calc(50% + 5px);
}

.search_top_item.pr {
  width: calc(50% - 5px);
}

.search_inp input[type="checkbox"]:checked {
  background: #fcf5d8;
}

.search input {
  display: none;
}

.search input[type="checkbox"]:checked + label {
  background: #fcf5d8;
}

.search label {
  display: block;
  width: 100%;
  padding: 10px 5px;
  padding-left: 40px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
}

.search .pl label {
  padding-left: 40px;
}

.search .checkbox {
  position: absolute;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  border: 2px solid #3d8384;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.search .checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 43%;
  left: 2px;
  width: 12px;
  height: 8px;
  border-left: 3px solid #c4dada;
  border-bottom: 3px solid #c4dada;
  transform: translateY(-50%) rotate(-45deg);
}

.search input[type="checkbox"]:checked + label + .checkbox {
  background: #3d8384;
}

.search input[type="checkbox"]:checked + label + .checkbox::after {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.search_more_btn {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto;
  width: fit-content;
  position: relative;
  cursor: pointer;
}

.search_more_btn.active .icon {
  transform: translateY(-50%) rotate(45deg);
}

.search_more_btn .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #bcbcbc;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  transition: 0.5s;
}

.search_more_btn .icon::before,
.search_more_btn .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: inline-block;
  width: 13px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.search_more_btn .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.search_more .search_top_title {
  font-size: 14px;
  color: #000;
  background: #dbedec;
}

.search_more .search_top {
  margin-top: 30px;
  border: 2px solid #dbedec;
}

.search_top_item.brand {
  width: 25%;
}

.search_more {
  display: none;
}

.search .search_btn .in_btn {
  position: relative;
}

.search .search_btn .in_btn::after {
  content: "";
  position: absolute;
  background: url(../img/search/btn_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: 50%;
  left: calc(50% + 35px);
  transform: translate(-50%, -50%);
}

.ranking_title {
  margin-bottom: 20px;
  position: relative;
}

.ranking_title_text {
  color: #0c8585;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  line-height: 1.4;
}

.header.rd_header {
  border-bottom: 1px solid #dcdcdc;
}

.rd {
  margin: 0px auto;
}

.rd__read {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
}

.rd__name {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 15px;
  text-align: center;
}

.rd__text {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.rd__img {
  margin: 0 auto 40px;
  max-width: 280px;
  width: 100%;
}

.rd__point {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 25px;
}

.rd__link {
  font-size: 16px;
  text-align: center;
}

.rd__link a {
  color: #2898ff;
}

.rd__icon {
  max-width: 280px;
  width: 100%;
  margin: 50px auto 0;
}

.column_wrapper {
  border: 2px solid #e3dcb2;
  border-radius: 8px;
  padding: 30px 15px;
  text-align: center;
  background-color: #fff;
}

.column_top_title {
  font-weight: bold;
  font-size: 22px;
}

.column_items {
  margin-top: 15px;
}

.column_item {
  display: flex;
  gap: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  text-decoration: none;
}

.column_item_img {
  width: 24px;
  height: 24px;
}

.column_item_text {
  font-weight: bold;
  font-size: 18px;
}

.column_btn {
  width: 280px;
  height: 53px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  text-decoration: none;
  position: relative;
}

.column_btn::before {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  width: 280px;
  height: 53px;
  background: #b69d11;
  border-radius: 6px;
}

.column_btn span {
  width: 280px;
  height: 53px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  background-color: #fddb1e;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.column_btn span::after {
  content: "";
  position: absolute;
  background: url(../img/icon_arrow_column.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.p-column_back {
  display: block;
  text-decoration: none;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  font-weight: 500;
  color: #8a8a8a;
  font-weight: bold;
}

.p-column_back img {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.p-column_cont {
  padding: 0 15px;
}

.p-column_main {
  margin-top: 25px;
}

.p-column_icon {
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.p-column_top {
  font-size: 22px;
  margin-bottom: 50px;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.p-column_top::after {
  content: "";
  height: 2px;
  width: 77px;
  background: #68bab1;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.p-column_title {
  font-size: 18px;
  margin-top: 30px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 2px solid #229090;
}

.p-column_text {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 20px;
}

.p-popup__black {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.56);
  z-index: 50;
}

.p-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  width: 90%;
  max-width: 425px;
}

.p-popup__box {
  background: #fff;
  border-radius: 24px;
  padding: 30px 20px;
  position: relative;
}

.p-popup__box--close {
  position: absolute;
  top: -40px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.p-popup__box--close::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-popup__box--close::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s;
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-popup__sub {
  color: #202020;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.p-popup__title {
  color: #202020;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  margin-top: 4px;
  margin-bottom: 20px;
}

.p-popup__btn {
  margin-top: 10px;
  cursor: pointer;
}

.sokujitsu_saitan {
  width: 100%;
  padding: 15px !important;
}

.sokujitsu_saitan-title {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sokujitsu_saitan-point {
  border: 2px solid #229090;
  border-radius: 15px;
  padding-bottom: 20px;
}

.sokujitsu_saitan-credit-title {
  font-size: 16px;
  font-weight: 700;
  margin: 15px 15px 15px 15px;
}

.sokujitsu_saitan-top {
  display: flex;
}

.sokujitsu_saitan-icon {
  width: 40%;
  margin: -5px 10px 10px 10px;
}

.sokujitsu_saitan-point .point_list {
  padding: 0 1px 1px;
}

.sokujitsu_saitan-point .point_list .list {
  padding-left: 5px;
  position: relative;
  /* margin-top: 20px; */
}

.sokujitsu_saitan-point .point_list .list::before {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 10px;
  width: 16px;
  height: 16px;
  background: url(../img/point_icon.png) no-repeat left top;
  background-size: cover;
}

.sokujitsu_saitan-point_list_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 0.025em;
  margin-left: 25px;
}

@media (max-width: 410px) {
  .sokujitsu_saitan-point_list_title {
    font-size: 11px;
  }
}

.sokujitsu_saitan-point_list_title span {
  color: #ff0000;
}

.sokujitsu_saitan-count {
  margin: auto;
  width: 90%;
}

.acd-check {
  display: none;
}
.acd-label {
  padding: 5px 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin: 20px auto 5px;
  width: 50%;
  border-bottom: solid;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 405px) {
  .acd-label {
    font-size: 11px;
  }
}

@media (max-width: 372px) {
  .acd-label {
    font-size: 10px;
  }
}

.acd-content {
  height: 0;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  padding: 0;
  margin: 0 auto;
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 15px 0;
  visibility: visible;
  display: flex;
  align-items: center;
  word-break: break-all;
}

.acd-check:checked + .acd-label::after {
  transform: rotate(180deg);
}

@media screen and (max-width: 960px) {
  .acd-label {
    width: 50%;
  }
  .acd-content {
    width: 100%;
  }
  .acd-check:checked + .acd-label + .acd-content {
    padding: 10px 0;
  }
}

.rBox {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  border: 1px solid #229090;
  border-radius: 15px;
}

.rBox__hd--icon {
  position: absolute;
  top: -20px;
  left: 15px;
  width: 56px;
  height: 56px;
}

.rBox__hd {
  padding-top: 16px;
  padding-bottom: 10px;
  border-radius: 15px 15px 0 0;
  background: #f4ffff;
}

.rBox__hd--sub {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #229090;
}

.rBox__hd--title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #229090;
}

.rBox__main {
  padding: 5px 5px 15px;
}

.rBox__flex {
  display: flex;
  align-items: center;
}

.rBox__icon {
  font-size: 24px;
  font-weight: bold;
  color: #229090;
}

.rBox__txts {
  margin-top: 11px;
}

.rBox__title {
  font-size: 16px;
  font-weight: bold;
}

.rBox__title span {
  color: #ff1412;
}

.rBox__txt {
  font-size: 14px;
}

.ranking_card + .entry_wrap {
  margin: 10px auto 20px;
}

.point_wrap + .entry_wrap {
  margin: 10px auto 0;
}

.wt {
  margin-top: 50px;
}

.wtBox {
  position: relative;
  background: url(../img/writer_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 12px 14px 20px;
}

.wtIcon {
  position: absolute;
  top: -32px;
  left: 5px;
  width: 64px;
  height: 64px;
}

.wtTtl {
  width: 180px;
  margin: 0 auto;
}

.wtTxt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.25;
  color: #333;
}

.wtTxt span {
  font-weight: bold;
}

.table_other {
  position: absolute;
  bottom: 2px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
}

.table_other_relative {
  position: relative;
  bottom: none;
  right: none;
  font-size: 10px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: auto;
}

.rTab__box {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rTabs {
  display: flex;
  gap: 5px;
}

.rTab {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: calc((100% - 5px) / 2);
  height: 60px;
  padding-bottom: 5px;
  border: 1px solid #229090;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  color: #229090;
  background: #f4ffff;
  cursor: pointer;
}

.rTab.active {
  color: #fff;
  background: #229090;
}

.rTab__icon {
  position: absolute;
  top: -15px;
  left: 0;
  width: 40px;
  height: 40px;
}

.rBox__lists {
  display: none;
  padding: 5px 15px 15px;
  border: 1px solid #229090;
  border-radius: 0 0 15px 15px;
}

.rBox__list {
  position: relative;
  margin-top: 10px;
  padding-left: 10px;
}

.rBox__lists.active {
  display: block;
}

.rBox__list::after {
  content: "・";
  font-size: 24px;
  font-weight: bold;
  color: #229090;
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
}

.rBox__list p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #6a6a6a;
}

.rBox__ttl {
  font-size: 16px;
  font-weight: bold;
}

.rBox__ttl span {
  color: #ff0000;
}

.r-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100;
}

.r-popup.r-popup1 {
  /* display: block; */
}

.r-popup__bg {
  position: fixed;
  background: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}

.r-popup__wrapper {
  position: relative;
}

.r-popup__main {
  width: 360px;
  padding-bottom: 20px;
  border-radius: 10px;
  background: #fff;
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.r-popup__colse {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -40px;
  right: 0;
}

.r-popup__colse::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.r-popup__colse::before {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s;
  transform: translate(-50%, -50%) rotate(45deg);
}

.r-popup__top {
  background: #f5cd1e;
  display: flex;
  gap: 13px;
  padding: 15px 25px 0;
  border-radius: 10px 10px 0 0;
}

.r-popup__top--icon {
  width: 58px;
}

.r-popup__top--data {
  width: calc(100% - 59px - 13px);
}

.r-popup__top--name {
  font-size: 14px;
  font-weight: bold;
}

.r-popup__top--titl {
  font-size: 20px;
  font-weight: bold;
}

.r-popup__box {
  padding: 20px;
  padding-bottom: 0;
  height: 400px;
  overflow-y: auto;
}

.r-popup__main li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
}

.r-popup__main .icon {
  width: 50px;
}

.r-popup__main .customer {
  width: calc(100% - 50px);
  padding-left: 12px;
}

.r-popup__main .name {
  font-size: 11px;
  font-weight: bold;
}

.r-popup__main .txt {
  font-size: 11px;
  margin-top: 8px;
  font-weight: 700;
}

.r-star {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 32px;
  font-weight: bold;
  color: #faa21b;
}

.r-star p {
  line-height: 1.4;
  color: #faa21b;
}

.r-star__icon {
  width: 215px;
}

.r-star__num {
  font-size: 15px;
  line-height: 1.4;
}

.r-starBox {
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 20px 10px;
  border: 1px solid #c1c1c1;
  border-radius: 15px;
}

.r-starBox__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.r-starBox__icon {
  width: 24px;
  height: 24px;
}

.r-starBox__num {
  width: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.r-starBox__bars {
  position: relative;
  width: calc(100% - 24px - 40px - 20px - 24px);
  height: 16px;
  border-radius: 5px;
  background: #f0f1f0;
}

.r-starBox__line {
  position: absolute;
  width: 50%;
  height: 16px;
  border-radius: 5px;
  background: #faa21b;
}

.r-starBox__count {
  width: 40px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #a2a2a2;
}

.cs-star {
  width: 90px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-left: 10px;
}

.r-popup__cv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 226px;
  /* height: 58px; */
  margin: 30px auto 0;
  padding: 8px 0;
  border-radius: 6px;
  background: #e52828;
  box-shadow: 0 3px 0 0 #b21e1f;
  text-decoration: none;
}

.r-popup__cv::after {
  content: "";
  background: url(../img/icon_pop_cv_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.r-popup__cv--icon {
  position: absolute;
  top: -35px;
  left: -15px;
  width: 56px;
  height: 56px;
}

.r-popup__cv--name {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 170px;
  padding: 0 10px;
  border-radius: 100px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #c90000;
}

.r-popup__cv--txt {
  margin-top: 4px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #ffff;
}

.r-popup__colse--txt {
  margin: 20px auto 0;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.rPt {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rPt__hd {
  position: relative;
}

.rPt__hd P {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 8px;
  font-size: 18px;
  font-weight: bold;
  color: #229090;
  background: #fff;
}

.rPt__hd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #229090;
}

.rPt__item {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}

.rPt__item--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  border: 1px solid #229090;
  border-radius: 50%;
  color: #229090;
}

.rPt__item--txt {
  width: calc(100% - 21px);
  font-size: 14px;
  font-weight: bold;
}

.rPt__item--txt mark {
  background: linear-gradient(transparent 60%, #ffdb2d 40%);
}

.rPt__item--txt span {
  color: #ff0000;
}

.rPt__box {
  display: none;
  margin-top: 20px;
}

.rPt__box--ttl {
  width: fit-content;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  color: #229090;
}

.rPt__box--txt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
}

.rPtMore {
  position: relative;
  margin-top: 20px;
}

.rPtMore p {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 40px 0 25px;
  font-size: 14px;
  font-weight: bold;
  color: #229090;
  background: #fff;
  cursor: pointer;
}

.rPtMore p::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #229090;
  border-bottom: 2px solid #229090;
  top: calc(50% - 2px);
  right: 20px;
  transition: 0.3s;
  transform: translateY(-50%) rotate(45deg);
}

.rPtMore.active p::after {
  top: calc(50% + 2px);
  transform: translateY(-50%) rotate(-135deg);
}

.rPtMore::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #229090;
}

.point3.orange {
  display: block;
  border: 2px solid #f48b0c;
}

.point3.orange .point3_title {
  color: #fff;
  background: #f48b0c;
  border-radius: unset;
}

.point3.orange .point3_title span {
  color: #fff;
}

.point3.orange .point_more {
  border-top: 3px solid #f48b0c;
  border-right: 3px solid #f48b0c;
}

.point3.orange .point_list .list::before {
  background: url(../img/point_icon_og.png) no-repeat left top;
  background-size: cover;
}

.pSns {
  margin-top: 60px;
}

.pSnsWrap {
  position: relative;
  padding: 40px 5px 15px;
  border-radius: 10px;
  background: #22909033;
}

.pSnsHd {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 290px;
}

.pSnsBox {
  position: relative;
  overflow: hidden;
  max-height: 280px;
  padding: 5px;
  background: #fff;
}

.pSnsLists {
  padding-top: 25px;
}

.pSnsList {
  position: relative;
  margin-top: 25px;
  display: flex;
  gap: 7px;
}

.pSnsList:first-child {
  margin-top: 0;
}

.pSns__icon {
  position: relative;
  width: 20px;
  height: 20px;
}

.pSns__icon--double {
  background: url(https://credit-cards-dev.erevista.co.jp/uploads/2024/11/15/571feb81-b986-422b-89c5-179a1d27a51a.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pSns__icon--triangle {
  background: url(https://credit-cards-dev.erevista.co.jp/uploads/2024/11/15/c131cf15-0ab1-4c8f-b1d5-5fbdcd860ba3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pSns__cont {
  width: calc(100% - 27px);
}

.pSns__ttl {
  font-size: 15px;
  font-weight: bold;
  color: #040404;
}

.pSns__txt {
  font-size: 13px;

  color: #6a6a6a;
}

.pSns__layer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0.2) 100%);
  height: 125px;
}

.pSns__more {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  font-size: 12px;
  text-align: center;
  color: #229090;
  text-decoration: underline;
  cursor: pointer;
}

.pSns__more::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #229090;
  border-bottom: 2px solid #229090;
  top: calc(50% - 2px);
  right: -15px;
  transform: translateY(-50%) rotate(45deg);
}

.ranking .entry_wrap .entry_btn_lg {
  width: 304px;
  height: 71px;
}

.ranking .entry_wrap .entry_btn_lg:before {
  width: 304px;
  height: 71px;
}

.ranking .entry_wrap .entry_btn_lg .in_wrap {
  width: 304px;
  height: 71px;
  flex-flow: column;
}

.entry_btn_lg .entry_btn_text {
  font-size: 22px;
}

.entry_btn_text_sm {
  font-size: 12px;
  color: #fff;
}
