@charset "UTF-8";

/* ==========================================================================
  リセットCSS
  参考：https://necolas.github.io/normalize.css/
  =========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
.forPC {
  display: block;
}
.forSP {
  display: none;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
  ベース設定
  =========================================================================== */
:root {
  /* カラー */
  --Text: #383838;
  --Back: #e9eff5;
  --Main: #15bf8c;
  --Sub: #ffe160;
  --Accent: #f78603;
  /* 文字サイズ */
  --FontSizePC: 16px;
  /* 1010px(inner+padding*2) 〜 max-screen */
  --FontSizeTab: 1.5841584158vw;
  /* 768px 〜　1010px(inner+padding*2) */
}

html {
  font-size: var(--FontSizePC);
  font-family: "Noto Sans JP";
  word-break: break-all;
  color: var(--Text);
}

@media (max-width: 1010px) {
  html {
    font-size: var(--FontSizeTab);
  }
}

.body img {
  width: 100%;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Noto Sans JP Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Noto Sans JP Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Noto Sans JP Regular.woff") format("woff");
  font-display: swap;
}

/* ==========================================================================
  共通パーツ
  =========================================================================== */
/* デザイン幅 */
.wrapper {
  max-width: 74.375rem;
  width: 100%;
  margin: 0 auto;
}

/* インナー幅 */
.inner {
  width: 100%;
  max-width: 1010px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

/* 各セクション */
.section {
  padding: 2.5rem 0 5rem;
}

.section__ttl {
  margin: 0 auto;
}

.section__ttl--1 {
  width: 27.5625rem;
}

.section__ttl--2 {
  width: 44.9375rem;
}

.section__ttl--3 {
  width: 35.5625rem;
}

.section__ttl--4 {
  width: 39.3125rem;
}

.section__ttl--result {
  width: 43.6875rem;
}

/* テキスト */
.txt-ssm {
  font-size: 0.625rem;
  line-height: 1.5;
}

.txt-sm {
  font-size: 0.75rem;
  line-height: 1.5;
}

.txt-md {
  font-size: 0.875rem;
  line-height: 1.5;
}

.txt-lg {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1.7rem;
}

.txt-bold {
  font-weight: bold;
}

.txt-blue {
  color: var(--Main);
}

.txt-orange {
  color: var(--Accent);
}

/* テキストリンク */
.txt-link {
  color: #1a0dab;
  text-decoration: underline;
  font-weight: bold;
  transition: 0.3s;
}

.txt-link:hover {
  opacity: 0.6;
}
.underline {
  background: linear-gradient(transparent 60%, #ffe160 60%);
}
.underline2 {
  text-decoration: underline;
}
/* テキストリンク矢印付き */
.txt-link--arrow {
  padding-right: 1.0625rem;
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  line-height: 1.5;
}

.txt-link--arrow::after {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 2px solid #1a0dab;
  border-right: 2px solid #1a0dab;
  transform: rotate(45deg) translateY(-100%);
  margin-left: 0.3125rem;
}

/* ボタン（小さめ） */
.btn-sub {
  background-color: var(--Accent);
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 0.25rem;
  font-weight: bold;
  box-shadow: 0px 1px 0px 2px #000;
  transition: 0.3s;
  position: relative;
}

.btn-sub::before,
.btn-sub::after {
  content: "";
  width: 0.4375rem;
  height: 2px;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  right: 0.25rem;
}

.btn-sub::before {
  top: calc(50% - 0.1875rem);
  transform: rotate(45deg);
}

.btn-sub::after {
  bottom: calc(50% - 0.1875rem);
  transform: rotate(-45deg);
}

.btn-sub:hover {
  opacity: 0.6;
}

.btn-sub--sm {
  font-size: 0.75rem;
  padding: 0.3125rem 0 0.375rem;
}

.btn-sub--md {
  font-size: 0.875rem;
  padding: 0.5625rem 0 0.6875rem;
}

/* ボタン大 */
.btn-main {
  background-color: var(--Accent);
  font-size: 1.5rem;
  padding: 1.125rem 1.875rem;
  color: #fff;
  border: none;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  border-radius: 0.5rem;
  box-shadow: 0px 1px 0px 3px #000;
  position: relative;
}

.btn-main:hover {
  opacity: 0.6;
  cursor: pointer;
}

.btn-main--arrow::before {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: rotate(45deg) translateY(-50%);
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

/* チェックマークのリスト */
.check-list {
  padding: 0;
  margin-bottom: 0;
}

.check-list li {
  display: flex;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}

.check-list li:nth-child(n + 2) {
  margin-top: 1.25rem;
}

.check-list li p {
  margin: 0;
  flex: 1;
}

.check-list li::before {
  content: "";
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
  background-image: url(../img/cm_icon_check_green.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}

/* フッター */
.footer__links-wrapper {
  padding: 2.5rem 0 1.25rem;
}

.footer__links-inner {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  grid-template-rows: 1fr;
  justify-items: left;
  max-width: 1190px;
  padding: 0;
}

.footer__links-inner dl:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.footer__links-inner dl:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.footer__links-inner dl:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.footer__links-inner dl {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 24px;
}

.footer__links-inner dt {
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.5;
  border: 1px solid var(--Text);
  border-radius: 4px;
  width: 185px;
  padding: 8px 12px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

.footer__links-inner dt:hover {
  opacity: 0.6;
}

.footer__links-inner dt::after {
  content: "";
  position: absolute;
  top: 36%;
  right: 0.8em;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--Main);
  border-right: 2px solid var(--Main);
  transform: rotate(135deg);
}

.footer__links-inner dt.close::after {
  top: 46%;
  transform: rotate(-45deg);
}

.footer__links-inner dd {
  margin-left: 0;
  margin-top: 1.25rem;
}

.footer__links-inner dd ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  row-gap: 0.3125rem;
  column-gap: 1.875rem;
  margin-top: 0;
  margin-bottom: 0;
}

.footer__links-inner dd ul li {
  line-height: 1.5;
  list-style: none;
  padding-left: 1.0625rem;
  position: relative;
}

.footer__links-inner dl:nth-child(2):last-child dd ul li {
  white-space: nowrap;
}

.footer__links-inner dd ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--Main);
  border-right: 2px solid var(--Main);
  transform: rotate(45deg);
}

.footer__links-inner dd ul li a {
  text-decoration: none;
  color: var(--Text);
  transition: all 0.3s;
}

.footer__links-inner dd ul li a:hover {
  opacity: 0.6;
}

.footer__links-inner dl:nth-child(n + 2) ul {
  grid-template-columns: 1fr;
}

.footer__info-links {
  margin-top: 2.5rem;
  text-align: center;
}

.footer__info-links a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

.footer__info-links a:hover {
  opacity: 0.6;
}

.footer__copy {
  background-color: #000;
  padding: 0.6875rem 0;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
}

/* アコーディオン */
.aco-cont {
  display: none;
}

/* テーブル　スクロールあり */
.table-wrapper__ttl-wrap {
  display: flex;
}

.table-wrapper__ttl {
  font-size: 1rem;
  font-weight: bold;
}

.table-wrapper__ttl::before {
  display: inline-block;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background-color: var(--Main);
  margin-right: 0.4375rem;
}

.table-wrapper__unit {
  display: inline-block;
  margin-left: auto;
}

.table-wrapper__content {
  margin-top: 0.625rem;
}

/* 更新日 */
.table-wrapper__update {
  margin-top: 0.625rem;
  margin-bottom: 0;
}

/* テーブル本体 */
.table {
  border-collapse: collapse;
  width: 100%;
}

/* テーブルヘッド */
.table th {
  background-color: var(--Text);
  color: #fff;
  height: 3.375rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border: 1px solid #fff;
}

.table.table--2 th {
  height: 5rem;
}

.table th.fz {
  font-size: 0.625rem;
  letter-spacing: -0.05em;
}

/* 総合評価のテーブルのセル幅・高さ指定 */
.table--1 th:nth-child(1) {
  width: 14%;
}

.table--1 th:nth-child(2),
.table--1 th:nth-child(3),
.table--1 th:nth-child(4),
.table--1 th:nth-child(5),
.table--1 th:nth-child(6) {
  width: 12%;
}

.table--1 th:nth-child(7) {
  width: 12%;
}

.table--1 th:nth-child(8) {
  width: 14%;
}

.table--1 td {
  min-height: 7.5rem;
}

/* 主要通過取扱いのテーブルのセル幅・高さ指定 */
.table--2 th:nth-child(1) {
  width: 16.6666666667%;
}

.table--2 th {
  width: 11.4583333333%;
}

.table--2 th:last-child {
  width: 14.5833333333%;
}

.table.table--2 td {
  height: 1.875rem;
  padding: 0.625rem 0.875rem;
}

/* テーブルセル */
.table--1 tr:nth-child(2n + 1) {
  background-color: #f4f7fa;
}

.table td {
  padding: 0.5rem 0.875rem;
  border-bottom: 1px solid var(--Text);
  position: relative;
}

.table td:not(:last-child) {
  border-right: 1px solid var(--Text);
}

.table td p {
  margin: 0;
}

.table td p:not(:first-child) {
  margin-top: 0.625rem;
}

.comparison .table tr:not(:nth-child(2)) td:last-child {
  vertical-align: middle;
}

.comparison .table tr:not(:nth-child(2)) td:last-child p {
  margin-top: 0;
}

/* テキスト中央寄せのセル */
.table__txt-center {
  text-align: center;
}

/* テキスト上寄せのセル */
.table__txt-top {
  vertical-align: top;
}

/* テーブルロゴ */
.table__logo {
  display: inline-block;
  margin-top: 2.1625rem;
}

.table__logo.table__logo--no-rank {
  margin-top: 0;
}

.table__logo a {
  transition: 0.3s;
}

.table__logo a:hover {
  opacity: 0.6;
}

/* ランキング表記 */
.table__rank {
  position: absolute;
  top: 0.625rem;
  left: 0;
  z-index: 1;
  font-weight: bold;
}

/* ランキング表記　TOP1,2,3位 共通スタイル */
.table__rank--top {
  width: 3.75rem;
  height: 1.75rem;
  position: absolute;
  z-index: 1;
}

.table__rank--top::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 3.9375rem;
  height: 1.875rem;
  -webkit-clip-path: polygon(100% 0, 85% 49%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 85% 49%, 100% 100%, 0 100%, 0 0);
  background-color: #dddddd;
  border: 2px solid #dddddd;
  z-index: -3;
}

.table__rank--top > span {
  position: relative;
  width: 3.75rem;
  height: 1.625rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
}

.table__rank--top > span > span {
  font-size: 0.75rem;
  padding-bottom: 0.125rem;
  display: inline-block;
}

.table__rank--top > span::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3.75rem;
  height: 1.75rem;
  -webkit-clip-path: polygon(100% 0, 85% 49%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 85% 49%, 100% 100%, 0 100%, 0 0);
  background-color: black;
  border: 2px solid black;
  z-index: -2;
}

.table__rank--top > span::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 3.8125rem;
  height: 1.75rem;
  -webkit-clip-path: polygon(100% 0, 85% 49%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 85% 49%, 100% 100%, 0 100%, 0 0);
  z-index: -1;
}

/* ランキング表記　1,2,3位 色指定 */
.table__rank--1 > span::before {
  background-color: var(--Sub);
}

.table__rank--2 > span::before {
  background-color: #dedede;
}

.table__rank--3 > span::before {
  background-color: #dec2ab;
}

/* ランキング表記 4位以下 */
.table__rank--normal {
  width: 3.75rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  border-radius: 0 20px 20px 0;
}

.table__rank--normal > span {
  font-size: 0.875rem;
}

.table__rank--normal > span > span {
  font-size: 0.75rem;
}

/* アイコン二重丸・丸・三角・バツ */
.table__icon img {
  width: 1.25rem;
}

.table--1 .table__icon img {
  margin-top: 0.9375rem;
}

/* 通貨のアイコン調整 */
.table__head-icon {
  display: inline-block;
}

.table__head-icon--btc,
.table__head-icon--eth,
.table__head-icon--enj {
  width: 1.25rem;
}

.table__head-icon--etc {
  width: 0.875rem;
}

.table__head-icon + div {
  margin-top: 0.3125rem;
}

/* テーブル　金額表記 */
.table__price {
  font-size: 1rem;
  font-weight: bold;
}

.table__price span {
  font-size: 0.75rem;
}

/* テーブルのaタグのホバー */
.table a {
  transition: 0.3s;
}

.table a:hover {
  opacity: 0.6;
}

/* テーブル黒 スクロールなし */
.table-black {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #000;
  font-size: 1rem;
  line-height: 1.5;
}

.table-black th {
  background-color: #000;
  color: #fff;
  padding: 0.3rem 0.9375rem;
  width: 50%;
}

.table-black th:not(:last-child) {
  border-right: 1px solid #fff;
}

.table-black td {
  background-color: #fff;
  padding: 0.3rem 0.2rem;
  width: 50%;
  font-weight: bold;
  text-align: center;
}

.table-black td:not(:last-child) {
  border-right: 1px solid #000;
}

.table-black.table-black--3col th,
.table-black.table-black--3col td {
  width: calc(100% / 3);
}
.table-black.table-black--3col th {
  padding: 12px 9px;
}
.table-black.table-black--3col td {
  padding: 12px 9px;
}

/* PCのみ表示 */
.u-desktop {
  display: inline;
}

/* スマホのみ表示 */
.u-mobile {
  display: none;
}

/* コラム記事 h2タイトル */
.article h2 {
  background-color: var(--Sub);
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0.75rem 1.25rem;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  position: relative;
  margin-bottom: 0;
}

.article h2::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
}

/* コラム記事 h3タイトル */
.article h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid var(--Main);
  margin-bottom: 0;
}

/* コラム記事 表レイアウト用 */
.article .table-wrapper {
  margin-top: 1em;
}

/* コラム記事 本文テキスト */
.article .inner > p {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 0;
}

/* コラム記事 番号付きリスト */
.article ol {
  counter-reset: number;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.article ol li {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
}

.article ol li p {
  margin: 0;
}

.article ol li:nth-child(n + 2) {
  margin-top: 1.25rem;
}

.article ol li:before {
  margin-right: 0.625rem;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  font-weight: bold;
  font-size: 1.25rem;
  background-image: url(../img/cm_number-list_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
}

/* アコーディオン */
.aco dl {
  margin-top: 1.875rem;
  margin-bottom: 0;
}

.aco button {
  border: none;
  box-shadow: 0px 1px 0px 3px #000;
  background-color: var(--Main);
  color: #fff;
  width: 100%;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  padding: 0.9375rem 1.875rem;
}

.aco button:hover {
  cursor: pointer;
}

.aco button.open,
.aco button.stay {
  border-radius: 0.5rem 0.5rem 0 0;
  box-shadow: 0px 0px 0px 3px #000;
}

.aco button.open.stay {
  border-radius: 0.5rem;
  box-shadow: 0px 1px 0px 3px #000;
}

.aco button span {
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 1.25rem;
}

.aco button p {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  flex: 1;
}

.aco dd {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.25rem 1.875rem;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0px 2px 0px 3px #000;
  margin: 0;
  display: none;
}

.aco dd div {
  display: flex;
  align-items: flex-start;
}

.aco dd span {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  margin-right: 0.625rem;
  background-color: var(--Sub);
  border-radius: 50%;
}

.aco dd span img {
  width: 0.625rem;
}

.aco dd p {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  flex: 1;
  margin-top: 0;
}

.aco dd.stay {
  display: block;
}

/* 吹き出しつきボックス */
.balloon-box {
  border-radius: 1rem;
  border: 3px solid #000;
  padding: 3.75rem 2.5rem 2.5rem;
  position: relative;
  background-color: #fff;
}

/* 吹き出し */
.balloon-box__ttl {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.balloon-box__ttl > span {
  border-radius: 2.5rem;
  font-size: 1.25rem;
  box-shadow: 0px 1px 0px 3px #000;
  background-color: #fff;
}

.balloon-box__ttl > span > span {
  margin-top: 0.125rem;
  margin-left: 0.0625rem;
  display: inline-block;
  padding: 0.875rem 3.75rem;
  border-radius: 2.5rem;
  position: relative;
}

.balloon-box__ttl > span > span::before {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 80%;
  left: -0.875rem;
  top: 1.1875rem;
  background-color: #fff;
}

.balloon-box__ttl > span > span::after {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 80%;
  right: -0.8125rem;
  top: 1.1875rem;
  background-color: #fff;
}

.balloon-box__ttl > span::before {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 100%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.0625rem 0.875rem 0 0.875rem;
  border-color: #000 transparent transparent transparent;
}

.balloon-box__ttl > span::after {
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8125rem 0.625rem 0 0.625rem;
}

.company-info__check-list {
  margin-top: 0;
}

.company-info__txt-link {
  margin-top: 0.8rem;
  margin-bottom: 0;
  text-align: right;
}

.company-info__coinList {
  margin-top: 30px;
}

/* 吹き出しの色 */
.balloon-box__ttl--yellow > span > span {
  background-color: var(--Sub);
}

.balloon-box__ttl--yellow > span::after {
  border-color: var(--Sub) transparent transparent transparent;
}

.balloon-box__ttl--gray > span > span {
  background-color: var(--Back);
}

.balloon-box__ttl--gray > span::after {
  border-color: var(--Back) transparent transparent transparent;
}

.balloon-box__ttl--blue > span > span {
  background-color: var(--Main);
  color: #fff;
  padding: 0.75rem 1.875rem;
}

.balloon-box__ttl--blue > span::after {
  border-color: var(--Main) transparent transparent transparent;
}

/* ==========================================================================
  header / ヘッダー
  =========================================================================== */
.header h1 {
  margin: 0;
}

.header img {
  width: 100%;
}

/* ==========================================================================
  comparison / おすすめ取引所BEST5を徹底比較
  =========================================================================== */
/* セクション背景 */
.comparison {
  margin-top: 0.3125rem;
  position: relative;
  /* background-color: #f4f7fa; */
  padding-top: 2rem;
}

.comparison::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/ct_bg_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-90deg);
}

.comparison::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/ct_bg_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.comparison__tab {
  margin-top: 2.2rem;
}

/* タブ */
.tab__btns {
  border-bottom: 3px solid var(--Text);
}

.tab__btns-inner {
  display: flex;
  justify-content: center;
}

.tab__btn {
  width: calc(100% / 2 - 1.25rem / 2);
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  padding: 0.9375rem 0;
  border-radius: 0.5rem 0.5rem 0 0;
  border: 3px solid var(--Text);
  background-color: var(--Main);
  color: #fff;
  transition: 0.3s;
  margin-bottom: -3px;
}

.tab__btn:hover {
  cursor: pointer;
}

.tab__btn:not(:last-child) {
  margin-right: 1.25rem;
}

.tab__btn.is-btn-active {
  background-color: #fff;
  color: var(--Text);
  border-bottom: 3px solid #fff;
}

.tab__item {
  padding-top: 2.5rem;
  display: none;
  opacity: 0;
  position: relative;
}

.tab__item.tab__item--pt10 {
  padding-top: 0.625rem;
}

.tab__item.is-contents-active {
  display: block;
  opacity: 1;
}

.tab__bg {
  background-color: #fff;
  /* padding-bottom: 5rem; */
  /* border-bottom: 3px solid var(--Text); */
}

/* ==========================================================================
  recommend / タイプ別おすすめ仮想通貨取引所のセクション
  =========================================================================== */
/* セクション背景 */
.recommend {
  position: relative;
  margin-top: -0.5rem;
  padding: 2.5rem 0 5rem;
  background-color: #fff;
}

.recommend::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/ct_bg_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-90deg);
}

.recommend::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/ct_bg_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* カード群 */
.recommend__cards {
  margin-top: 3.75rem;
  display: flex;
}

.recommend__card {
  width: calc(25% - 0.9375rem);
}

.recommend__card:not(:nth-child(4n)) {
  margin-right: 1.875rem;
}

/* カード */
.card {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 1rem;
  box-shadow: 0px 2px 0px 4px #000;
}

.card__flag {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 10.3125rem;
  height: 3.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
}

.card__img {
  height: 3.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 1rem 1rem 0 0;
  padding: 2.7rem 1.875rem 1rem;
}

.card__img a {
  transition: 0.3s;
}

.card__img a:hover {
  opacity: 0.6;
}

.card__txt {
  margin: 0;
  padding: 0.9375rem 1.875rem;
}

.card__btn {
  margin-top: auto;
  padding: 0 1.875rem 1.875rem;
  border-radius: 0 0 1rem 1rem;
}

.card__btn-sp {
  display: none;
}

.card--green {
  background-color: #beebb8;
}

.card--green .card__flag {
  background-image: url(../img/ct_flag_green.png);
}

.card--purple {
  background-color: #c4cdfa;
}

.card--purple .card__flag {
  background-image: url(../img/ct_flag_purple.png);
}

.card--blue {
  background-color: #b1daf7;
}

.card--blue .card__flag {
  background-image: url(../img/ct_flag_blue.png);
}

.card--orange {
  background-color: #f4d8a7;
}

.card--orange .card__flag {
  background-image: url(../img/ct_flag_orange.png);
}

/* ==========================================================================
  search / 取引所検索のセクション
  =========================================================================== */
/* セクション背景 */
.search {
  position: relative;
  background-color: #f4f7fa;
}

.search::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/ct_bg_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-90deg);
}

.search::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/ct_bg_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.search__form {
  margin-top: 2.5rem;
}

/* フォーム */
.form dl:nth-child(n + 2) {
  margin-top: 2.5rem;
}

.form__grid {
  margin-top: 0.9375rem;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.25rem;
}

.form__grid.form__grid--3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.form label {
  padding: 0 0.9375rem;
  box-shadow: 0px 1px 0px 3px var(--Text);
  border-radius: 0.5rem;
  transition: 0.3s;
  height: 3.75rem;
  background-color: #fff;
}

.form label:hover {
  cursor: pointer;
}

.form input {
  opacity: 0;
  position: absolute;
}

/* チェック時のスタイル */
.form input:checked + label {
  background-color: var(--Main);
  color: #fff;
  box-shadow: 0px 0px 0px 2px #000;
}

.form input:checked + .form__radio-label::after {
  background-color: var(--Main);
}

/* radioのスタイル */
.form__radio-label {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.25;
}

.form__radio-label::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  margin-right: 0.625rem;
}

.form__radio-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5625rem;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #d9d9d9;
  border-radius: 50%;
  transition: 0.3s;
}

/* checkboxのスタイル */
.form__checkbox-label {
  display: flex;
  align-items: center;
  line-height: 1.25;
}

.form__checkbox-label::before {
  content: "";
  display: inline-block;
  width: 2.375rem;
  height: 2.375rem;
  margin-right: 0.9375rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}

/* こだわり条件のアイコン */
.form__checkbox-label--0yen::before {
  background-image: url(../img/cm_icon_0yen.svg);
}

.form input:checked + .form__checkbox-label--0yen::before {
  background-image: url(../img/cm_icon_0yen_white.svg);
}

.form__checkbox-label--10000yen::before {
  background-image: url(../img/cm_icon_10000yen.svg);
}

.form input:checked + .form__checkbox-label--10000yen::before {
  background-image: url(../img/cm_icon_10000yen_white.svg);
}

.form__checkbox-label--clock::before {
  background-image: url(../img/cm_icon_clock.svg);
}

.form input:checked + .form__checkbox-label--clock::before {
  background-image: url(../img/cm_icon_clock_white.svg);
}

.form__checkbox-label--coin::before {
  background-image: url(../img/cm_icon_coin.svg);
}

.form input:checked + .form__checkbox-label--coin::before {
  background-image: url(../img/cm_icon_coin_white.svg);
}

.form__checkbox-label--security::before {
  background-image: url(../img/cm_icon_security.svg);
}

.form input:checked + .form__checkbox-label--security::before {
  background-image: url(../img/cm_icon_security_white.svg);
}

.form__checkbox-label--money::before {
  background-image: url(../img/cm_icon_money.svg);
}

.form input:checked + .form__checkbox-label--money::before {
  background-image: url(../img/cm_icon_money_white.svg);
}

/* ボタン */
.form__btns {
  position: relative;
  text-align: center;
  margin-top: 3.75rem;
}

.form__clear-btn {
  box-shadow: 0px 1px 0px 3px #000;
  border-radius: 0.5rem;
  border: none;
  transition: 0.3s;
  color: var(--Text);
}

.form__clear-btn {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 0.875rem 1.875rem;
}

.form__clear-btn:hover {
  opacity: 0.6;
  cursor: pointer;
}

.form__submit-btn {
  border: none;
  width: 26.25rem;
}

.form__submit-btn:hover {
  opacity: 0.6;
  cursor: pointer;
}

/* ==========================================================================
  ranking / おすすめランキングBEST3のセクション
  =========================================================================== */
/* セクション背景 */
.ranking {
  position: relative;
}

.ranking::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/ct_bg_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-90deg);
}

.ranking::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/ct_bg_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.ranking__ttl-wrapper {
  background-color: var(--Main);
  padding: 2.5rem 0;
  margin-top: -2.5rem;
  position: relative;
}

.ranking__ttl-wrapper::before {
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25rem 1.25rem 0 1.25rem;
  border-color: var(--Main) transparent transparent transparent;
}

.ranking__companies {
  margin-top: 2.5rem;
}

/* 会社情報群 */
.company-list__item:nth-child(n + 2) {
  margin-top: 5rem;
}

/* 会社情報 */
.company-info__ttl-wrap {
  display: flex;
  min-height: 5.875rem;
  border: 3px solid #000;
  background-color: var(--Main);
}

.company-info__rank {
  width: 6.75rem;
  display: grid;
  place-items: center;
  border-right: 3px solid #000;
  background-color: #fff;
}

.company-info__rank img {
  width: 3.8125rem;
}

.company-info__ttl {
  flex: 1;
  padding: 0.9375rem 2.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.company-info__ttl span {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}

.company-info__ttl h3 {
  font-size: 1.875rem;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.company-info__ttl h3 a {
  color: #fff;
  transition: 0.3s;
}

.company-info__ttl h3 a::after {
  display: inline-block;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.1875rem solid #fff;
  border-right: 0.1875rem solid #fff;
  transform: rotate(45deg);
  margin-left: 0.9375rem;
}

.company-info__ttl h3 a:hover {
  opacity: 0.6;
}

.company-info__rank--1 {
  background-color: var(--Sub);
}

.company-info__rank--2 {
  background-color: #dedede;
}

.company-info__rank--3 {
  background-color: #dec2ab;
}

/* バナー */
.company-info__bnr {
  display: block;
  margin-top: 1.25rem;
  text-decoration: none;
  transition: 0.3s;
}

.company-info__bnr:hover {
  opacity: 0.6;
  cursor: pointer;
}

.company-info__bnr-body {
  margin-top: -2px;
  background-color: var(--Back);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.875rem;
}

.company-info__bnr-body p {
  margin: 0;
  color: var(--Text);
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 1.875rem;
  line-height: 1.4583333333;
}

.company-info__bnr-btn > span {
  width: 21.25rem;
  background-color: var(--Accent);
  font-size: 1.5rem;
  padding: 1rem 1.875rem;
  color: #fff;
  border: none;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  border-radius: 0.25rem;
  box-shadow: 0px 1px 0px 3px #000;
  position: relative;
}

.company-info__box {
  margin-top: 3.9375rem;
}

.company-info__box p:first-of-type {
  margin-top: 0;
}

.company-info__btn-wrap {
  margin-top: 2.5rem;
}

.company-info__campaign-box {
  position: relative;
  border: 3px solid #000;
  border-radius: 1rem;
  margin-top: 4rem;
}

.company-info__campaign-box > div {
  background-color: #e4f6f4;
  padding: 3.125rem 2.5rem 3.125rem;
  border-radius: 0.8rem;
  margin-top: 0.3125rem;
}

.company-info__campaign-box p {
  text-align: center;
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

.company-info__campaign-ttl {
  text-align: center;
  position: absolute;
  top: -3.125rem;
  left: 0;
  width: 100%;
  z-index: 1;
}

.company-info__campaign-ttl > span {
  display: inline-flex;
  justify-content: center;
  width: 36.4375rem;
  height: 3.6875rem;
  background-image: url(../img/cm_ribbon_green.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}

.company-info__campaign-ttl > span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
}

.company-info__campaign-ttl > span > span {
  padding-top: 0.75rem;
  font-size: 1.25rem;
}

.company-info__table {
  margin-top: 1.0rem;
}

/* 吹き出し付きのCTAボタン */
.cta-btn {
  text-align: center;
}

.cta-btn__message {
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  max-width: 40rem;
  line-height: 1.5;
}

.cta-btn__message::before,
.cta-btn__message::after {
  position: absolute;
  top: 50%;
  content: "";
  display: inline-block;
  width: 5rem;
  height: 1.875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cta-btn__message::before {
  background-image: url(../img/cm_star_left.png);
  left: -1.875rem;
  transform: translate(-100%, -50%);
}

.cta-btn__message::after {
  background-image: url(../img/cm_star_right.png);
  right: -1.875rem;
  transform: translate(100%, -50%);
}

.cta-btn__wrap {
  margin-top: 0.5rem;
}

.cta-btn__wrap a {
  min-width: 33.75rem;
  line-height: 1.5;
}

/* ==========================================================================
  検索結果ページ
  =========================================================================== */
/* セクション背景 */
.conditions {
  position: relative;
  background-color: #e4f6f4;
  padding: 4.375rem 0 1.875rem;
}

.conditions::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/ct_bg_green.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-90deg);
}

.conditions::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/ct_bg_green.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.conditions__box {
  margin-top: 3.3125rem;
}

.conditions__box.balloon-box {
  padding: 2.5rem 2.5rem 1.875rem;
}

.conditions__list {
  margin-top: -0.625rem;
}

.conditions__list dl {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  line-height: 1.5;
}

.conditions__list dl:nth-child(n + 2) {
  margin-top: 0.625rem;
}

.conditions__list dt {
  color: var(--Main);
  margin-right: 0.625rem;
}

.conditions__list dd {
  margin: 0;
  flex: 1;
}

.result {
  padding-bottom: 3.75rem;
}

.result__num {
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.result__num span {
  font-size: 1.25rem;
}

.result__table {
  margin-top: 0.625rem;
}

.result__table .table tr td:nth-child(2) {
  vertical-align: middle;
}

.re-search {
  background-color: #ecf2fe;
  padding: 3.75rem 0;
}

.re-search__title {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid var(--Main);
  margin: 0;
}

.re-search__form {
  margin-top: 2.5rem;
}

.top-btn {
  text-align: center;
  padding: 3.75rem 0;
}

.top-btn a {
  padding: 1.125rem 1.875rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border-radius: 0.5rem;
  font-weight: bold;
  box-shadow: 0px 1px 0px 3px #000;
  transition: 0.3s;
  color: var(--Text);
}

.top-btn a:hover {
  opacity: 0.6;
}
/* ==========================================================================
20240521 註釈追記
  =========================================================================== */
.notes {
  font-size: 10px;
  color: #939292;
  padding: 0;
  margin-top: 14px;
}
.notes-R {
  font-size: 10px;
  color: #939292;
  padding: 0;
  margin-top: 10px;
  text-align: right;
}

/*# sourceMappingURL=style_pc.css.map */

/* ==========================================================================
ステマ対策
  =========================================================================== */
.adTxt {
  text-align: right;
  max-width: 74.375rem;
  /* 横幅 LPに合わせて調整 */
  padding: 0;
  margin: 8px auto 20px;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  z-index: 1;
}

.adTxt span {
  font-size: 18px;
  font-weight: bold;
  border: 1px solid var(--Text);
  /* 枠色 変数名がTextでない場合は変更 */
  padding: 2px 14px;
}

.result .adTxt {
  bottom: -6px;
  top: unset;
  right: 12px;
}
.result .adTxt span {
  background-color: #fff;
}
/* ========================================================
20240606 header ロゴ追加
=========================================================*/
.header__logo {
  height: 35px;
  width: 100%;
  background-color: #fff;
  position: relative;
}
.header__logo::before {
  position: absolute;
  content: "";
  background: url(../img/COIN-MEDIA_header.svg) no-repeat center;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 194px;
  height: 35px;
  background-color: #fff;
  z-index: 100;
}
/* ========================================================
20241017 比較表改修
=========================================================*/
.table__logo span,
.table__logo a {
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 4px;
}

/* ========================================================
# 20250127追加 暗号資産の始め方
======================================================== */
.start {
  background-color: #f4f7fa;
  position: relative;
  z-index: 0;
  margin-top: 80px;
  padding-bottom: 26px;
  padding-top: 40px;
}
.start::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/ct_bg_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-90deg);
  z-index: -1;
}
.start::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/ct_bg_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
.start__lead {
  width: fit-content;
  padding: 2px 10px;
  color: #fff;
  background-color: #bf0000;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
  animation: fadeIn 1.6s linear infinite;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.start__ttl {
  margin: 0 auto;
}
.start__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  margin-top: 30px;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.start__item {
  background-color: #fff;
  padding: 20px 25px;
  border: 3px solid #000;
  border-radius: 10px;
  box-shadow: 0 2px 0 #000;
}
.start__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.start__itemNum {
  font-size: 18px;
  font-weight: bold;
  background-color: #beebb8;
  padding: 1px 11px;
  border-radius: 100vmax;
  border: 3px solid #000;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 1px;
}
.start__itemNum span {
  font-size: 25px;
  line-height: 1;
}
.start__itemTtl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.start__img {
  width: 160px;
  margin: 0 auto;
  margin-top: 12px;
}
.start__txt {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  margin-top: 12px;
}

/* ========================================================
# 20250127追加 人気の理由
======================================================== */
.reason {
  background-color: #f4f7fa;
  padding-bottom: 40px;
}
.reason__ttl {
  margin: 0;
}
.reason__img {
  margin: 0;
}
.reason__caution {
  margin: 0;
  margin-top: 10px;
  font-size: 10px;
  line-height: 1;
  text-align: right;
}
.reason__txt {
  margin: 0;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
}

/* ========================================================
# 20250127追加 今日から取引するならここ
======================================================== */
.today {
  background-color: #f4f7fa;
  padding-bottom: 80px;
}
.today__ttl {
  margin: 0;
}
.today__name {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.today__bnr {
  margin-top: 20px;
  display: block;
}
.today__table {
  margin-top: 20px;
}
img.today__icon {
  display: block;
  width: 26px;
  height: 26px;
  margin: 4px auto 0;
}
.today__btn-wrap {
  margin-top: 30px;
}

/* ========================================================
# 20250130追加　取扱暗号資産
======================================================== */
.coinList * {
  margin: 0;
  padding: 0;
}
.coinList {
  border: 3px solid #000;
}
.coinList__ttl {
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 16px;
}
.coinList__body {
  display: grid;
  grid-template-columns: auto 1fr;
}
.coinList__numWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-right: 1px solid #000;
}
.coinList__num {
  font-size: 32px;
  font-weight: bold;
}
.coinList__num span {
  font-size: 18px;
}
.coinList__list {
  padding: 10px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px 20px;
}
.coinList__item {
}
.coinList .coinList__img {
  display: block;
}
.coinList__name {
  display: block;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  margin-top: 2px;
}
/* ========================================================
20250421 当サイト限定キャンペーン情報
======================================================== */
.campaign {
  margin-top: 160px;
}
.campaign .inner {
  background-color: #E4F6F4;
  padding: 60px 70px 40px;
  border: 3px solid var(--Text);
  border-radius: 20px;
  position: relative;
}
.campaign__ttl {
  position: absolute;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
}
.campaign__ttl img {
  width: auto;
}
.campaign__name {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.campaign__bnr {
  margin-top: 20px;
  display: block;
}
.campaign__table {
  margin-top: 20px;
}
.campaign__table.table-black {
  border: 2px solid var(--Text);
}
.campaign__table.table-black th {
  background-color: var(--Text);
}
.campaign__table.table-black td:not(:last-child) {
  border-right: 1px solid var(--Text);
}
img.campaign__icon {
  display: block;
  width: 26px;
  height: 26px;
  margin: 4px auto 0;
}
.campaign__btn-wrap {
  margin-top: 30px;
}