@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;
}

a {
  text-decoration: none;
}

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;
}

.content04 .inner {
  padding-top: 0;
}

main {
  background: url(../images/pc_bg-navy.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  margin-top: -60px;
}

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

header {
  max-width: 425px;
  width: 100%;
  height: 60px;
  padding-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #253c69;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}

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

.header__text-pr {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  right: 1.25rem;
  color: #bfbfbf;
  border: 1px solid #bfbfbf;
  border: 0.0625rem solid #bfbfbf;
  border-radius: 3.125rem;
  padding: 1px 9px;
  padding: 0.0625rem 0.5625rem;
  text-align: center;
}

.header__text-pr p {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #bfbfbf;
  font-family: "Roboto", sans-serif;
}

section.bg1 {
  background: #f6f6f6;
}

.content01 {
  position: relative;
}

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

.mv__text {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.mv__text p {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.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: 30px;
}

.top3_list li:nth-of-type(1) {
  background-color: #e8f0ff;
  background-size: cover;
}

.top3_list li:nth-of-type(2) {
  background-color: #ffffe8;
  background-size: cover;
}

.top3_list li:nth-of-type(3) {
  background-color: #ffe8e8;
  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: 25px;
  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: 50px;
  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;
}

.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 {
  width: 100%;
  margin: auto;
  margin-top: 27px;
  display: flex;
  justify-content: center;
}

.result .entry_wrap .entry_detail,
.ranking .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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
}

.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;
}

.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-top: 1px solid #9f9f9f;
  width: 100%;
}

.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 + .table_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;
}

.campaign_title_inner {
  display: inline-block;
  text-align: center;
  margin-left: 23px;
}

.campaign .campaign_date {
  font-size: 11px;
  background-color: #fff;
  color: #229090;
  border-radius: 24px;
  display: inline-block;
  padding: 3px 14px;
  font-weight: bold;
  margin-top: 10px;
}

.campaign_text {
  color: #fcfc56;
  font-weight: bold;
  margin-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.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%);
}

.bottom_section {
  background: url(../img/bg02.png) no-repeat left top;
  background-size: cover;
}

.bottom_section .bottom_title {
  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;
  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: 0px;
}

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

.bottom_section .selected_card_name {
  font-size: 22px;
  font-weight: 700;
  margin-top: 12px;
  text-align: center;
  color: #704b08;
}

.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 {
  margin: 0 auto;
  background: url(../images/pc_bg-navy.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.footer_inner {
  background: #fff;
  max-width: 425px;
  padding-top: 25px;
  margin: 0 auto;
}

.footer_texts {
  background: url(../images/pc_bg-navy.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.footer_texts .container {
  padding-top: 0;
}

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

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

.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 {
  width: 80px;
  margin-right: 15px;
  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 {
  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 #253C69;
  border-radius: 7.5px;
  background: #253C69;
  margin-bottom: 15px;
}

.qa_sec_q {
  background: #253C69;
  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: #253C69;
  right: 5px;
}

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

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

.qa_sec_a {
  display: none;
  padding: 20px 12px;
  background: #D4D8E1;
  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: #253c69;
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
  font-size: 18px;
  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: #253c69;
  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 #253c69 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 #253c69;
  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 #253c69;
}

.search_top_title {
  background: #253c69;
  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 #253c69;
  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 #d3ddef;
  border-bottom: 3px solid #d3ddef;
  transform: translateY(-50%) rotate(-45deg);
}

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

.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: #fff;
  background: #253c69;
}

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

.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 {
  max-width: 310px;
  margin: 0 auto 20px;
  position: relative;
}

.ranking_title_text {
  color: #202020;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 30px;
  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;
}

.ranking__campaign {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.ranking__campaign-img {
  max-width: 88px;
  max-width: 5.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ranking__campaign-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.ranking__campaign-bottom {
  position: relative;
}

.ranking__campaign-ribbon {
  position: relative;
  top: -5px;
  top: -0.3125rem;
  z-index: 10;
}

.ranking__campaign-ribbon-img {
  max-width: 330px;
  max-width: 20.625rem;
  width: 100%;
}

.ranking__campaign-ribbon--text {
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.ranking__campaign-ribbon--text p {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.ranking__campaign-textarea {
  background-color: #eaf1ff;
  padding-top: 49px;
  padding-top: 3.0625rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 5px;
  margin-top: -40px;
}

.ranking__campaign-textarea p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.ranking__campaign-textarea p span.red {
  color: #e40000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.ranking__campaign-textarea p span.big {
  font-size: 40px;
  font-size: 2.5rem;
}

.ranking__campaign-textarea p span.bold {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

.question__sub-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

.question__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.15em;
}

.question__title span {
  color: #253C69;
}

.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;
}