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

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

/* 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: #000000;
  --Back: #f5f5f5;
  --Main: #0353b0;
  --Sub: #fcdb0f;
  --Accent: #6ebe27;
  /* 文字サイズ */
  --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%;
  height: auto;
}

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

/* PC/SP表示切り替え */
.forSP {
  display: none;
}

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

.section__ttl {
  margin: 0 auto;
}

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

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

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

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

.section__ttl--5 {
  width: 38.75rem;
}

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

/* テキスト */
.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;
}

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

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

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

.txt-link:hover {
  opacity: 0.6;
}

/* テキストリンク矢印付き */
.txt-link--arrow {
  padding-right: 1.0625rem;
  position: relative;
}

.txt-link--arrow::before {
  position: absolute;
  content: "";
  top: 0.5rem;
  right: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 2px solid #1a0dab;
  border-right: 2px solid #1a0dab;
  transform: rotate(45deg);
}

/* ボタン（小さめ・青） */
.btn-sub {
  background-color: #af0005;
  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 {
  background-color: var(--Accent);
}

.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: #af0005;
  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.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 0 0 -8px;
  flex: 1;
}

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

/* フッター */
.footer__links-wrapper {
  padding: 2.5rem 0 1.25rem;
  background-color: var(--Back);
}

.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: 5px;
  height: 5px;
  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.75rem;
  column-gap: 1.875rem;
  margin-top: 0;
  margin-bottom: 0;
}

.footer__links-inner dd ul li {
  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: 5px;
  height: 5px;
  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(--Main);
  color: #fff;
  height: 2.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border: 1px solid #fff;
}

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

/* おすすめランキングのテーブルのセル幅・高さ指定 */
.table--1 th:nth-child(1) {
  width: 12%;
  position: sticky;
  left: 0;
  z-index: 5;
  background-clip: padding-box;
}
.table--1 tr td:first-of-type img {
  height: 30px;
  object-fit: contain;
}

.table--1 tr:not(:nth-of-type(1)) td:first-of-type img,
.table--1 tr:not(:nth-of-type(2)) td:first-of-type img,
.table--1 tr:not(:nth-of-type(3)) td:first-of-type img {
  height: 30px;
  object-fit: contain;
}

.table--1 tr td:first-of-type img.matsui {
  /* object-fit: cover;
  width: 85%; */
  display: block;
  margin-inline: auto;
  height: 40px;
}

.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),
.table--1 th:nth-child(7) {
  width: 8.125%;
}
/* body.top .comparison .table--1 tbody tr td:nth-child(6){
  background-color: #fffbd2;
} */

/* .table--1 th:nth-child(6){
  background-color: red;
} */

/* body.top .comparison .table--1 tbody tr td:nth-child(5),
body.top .comparison .table--1 tbody tr td:nth-child(6){
  border-right: solid 2px red;
}
body.top .comparison .table--1 tbody tr:last-of-type td:nth-child(6){
  border-bottom: solid 2px red;
} */

.table--1 th:nth-child(8) {
  width: 11%;
}
.comparison__tab .table--1 .table__logo.line {
  margin-top: 1.3rem;
}

.comparison__tab .table--1 .table__logo {
  margin-top: 2.2rem;
}

/* スプレッド・スワップポイントのテーブルのセル幅・高さ指定 */
.table--2 {
  table-layout: fixed;
}

.table--2 th:first-child {
  /* width: 16.6666666667%; */
  width: 158px;
  box-sizing: border-box;
}

.table--2 th:not(:first-child) {
  /* width: 10.4166666667%; */
  width: auto;
}

.table--2 td {
  height: 3.75rem;
}

/* コラム記事のテーブルのセル幅・高さ指定 */
.table--3 th:nth-child(1) {
  width: 16.6666666667%;
}

.table--3 th:nth-child(2),
.table--3 th:nth-child(6) {
  width: 20.8333333333%;
}

.table--3 th:nth-child(3),
.table--3 th:nth-child(4),
.table--3 th:nth-child(5),
.table--3 th:nth-child(7) {
  width: 10.4166666667%;
}

/* テーブルセル */
.table tr:nth-child(2n) td {
  background-color: var(--Back);
}

.body.top .table tr:nth-child(2n) td {
  background-color: var(--Back);
}

.table tr:nth-child(2n + 1) td {
  background-color: #fff;
}

.body.top .table tr:nth-child(2n + 1) td {
  background-color: #fff;
}

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

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

.table td p {
  margin: 0;
}

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

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

.table__txt-center02 {
  text-align: center;
}

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

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

.table__logo a {
  transition: 0.3s;
}

.table__logo a:hover {
  opacity: 0.6;
}

/* ランキング表記 */
.table__rank {
  position: absolute;
  top: 0.2rem;
  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;
  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;
  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;
  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;
}

/* PR枠 */
.table__rank--pr {
  font-size: 12px;
  width: 7.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-top: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}

.body.top .comparison .table > tbody > tr:nth-of-type(2) > td,
.body.system .comparison .table > tbody > tr:nth-of-type(2) > td {
  background: #fffbd1;
}
body.system .comparison .table > tbody > tr:nth-of-type(2) > td {
  height: 94px;
  padding: 25px 0.5rem 0;
}
body.system
  .comparison
  .table
  > tbody
  > tr:nth-of-type(2)
  > td
  .table__icon
  img {
  width: 1.55rem;
}

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

/* テーブル　金額表記 */
.table__price {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--Main);
}

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

/* テーブル黒 スクロールなし */
.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.625rem 0.9375rem;
  width: 50%;
}

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

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

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

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

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

/* コラム記事ページ余白 */
.article.wrapper {
  padding-bottom: 5rem;
}

/* コラム記事 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: 1.25rem;
  margin-bottom: 0;
  text-align: right;
}

/* 吹き出しの色 */
.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: #d6e7fc;
}

.balloon-box__ttl--gray > span::after {
  border-color: #d6e7fc 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 / FX口座10社比較のセクション
  =========================================================================== */
/* セクション背景 */
.comparison {
  position: relative;
  margin-top: 3rem;
}

.body.top .comparison {
  padding-bottom: 2.5rem;
}

.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: 1.875rem;
}

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

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

.tab__btn {
  width: calc(100% / 3 - 1.875rem * 2 / 3);
  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(--Main);
  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.875rem;
}

.tab__btn.is-btn-active {
  background-color: #fff;
  color: var(--Main);
  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;
}

/* ==========================================================================
  recommend / 初心者におすすめFX口座のセクション
  =========================================================================== */
/* セクション背景 */
.recommend {
  position: relative;
  background-color: #ecf2fe;
  padding: 1.875rem 0 2.8rem !important;
  margin-top: -5px;
  position: relative;
}

.recommend::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5rem;
  height: 12.5rem;
  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-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

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

.recommend__card {
  width: calc(100% / 4 - 1.25rem * 3 / 4);
}

.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 rgba(0, 0, 0, 0.6);
}

.card__flag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  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: 0.9rem;
  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.5rem 1.875rem 0.625rem;
}

.recommend__card.gmo .card__img {
  padding: 2.5rem 1rem 0.625rem;
}

.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: #c7f2a3;
}

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

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

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

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

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

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

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

/* ==========================================================================
  search / おすすめFX口座を検索のセクション
  =========================================================================== */
/* セクション背景 */
.search {
  position: relative;
}

.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;
  margin-inline-start: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.875rem;
}

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

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

.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--touch::before {
  background-image: url(../img/cm_icon_touch.svg);
}

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

.form__checkbox-label--24h::before {
  background-image: url(../img/cm_icon_24h.svg);
}

.form input:checked + .form__checkbox-label--24h::before {
  background-image: url(../img/cm_icon_24h_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;
}

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

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

/* ==========================================================================
 campaign / おすすめFX会社セクション
  =========================================================================== */
/* セクション背景 */

.campaign {
  position: relative;
  background-image: url(../img/campaign_bg_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* ==========================================================================
  ranking / おすすめFX口座を検索のセクション
  =========================================================================== */
/* セクション背景 */
.ranking {
  position: relative;
}
.system .ranking {
  margin-top: 40px;
}
.ranking::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/ct_bg_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-90deg);
  z-index: 10;
}

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

.ranking__ttl-wrapper {
  background-color: var(--Main);
  padding: 3.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: 3.75rem;
}

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

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

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

.pr__dmm .company-info__ttl {
  align-items: center;
}

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

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

.company-info__ttl-wrap--rank1 {
  background-color: var(--Sub);
}

.company-info__ttl-wrap--rank2 {
  background-color: #dedede;
}

.company-info__ttl-wrap--rank3 {
  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: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.875rem;
}

.company-info__bnr-body p {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  margin-right: 1.875rem;
}

.company-info__bnr-body span {
  width: 21.25rem;
  background-color: #af0005;
  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.5rem;
  box-shadow: 0px 1px 0px 3px #000;
  position: relative;
}

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

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

.company-info__btn-wrap {
  margin-top: 1.5rem;
}
.company-info__btn-wrap img {
  margin: 10px 0;
}

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

.company-info__campaign-box > div {
  background-color: #fffbd1;
  padding: 2.75rem 2.5rem 2.125rem;
  border-radius: 0.5rem;
  margin-top: 0.3125rem;
}

.company-info__campaign-box p {
  text-align: center;
  margin: 0;
  font-size: 1.125rem;
  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_yellow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

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

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

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

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

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

/* ==========================================================================
.campaign-area / キャンペーンコンテンツ
=========================================================================== */
.campaign-area {
  background: linear-gradient(transparent 12%, #fffbd1 12% 0);
  width: 100%;
  aspect-ratio: 1161 / 325;
  margin-top: 20px;
  padding-bottom: 8px;
}

.campaign-area__ttl {
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: url(../img/ct_ribbon.png) no-repeat center / auto 60px;
  width: auto;
  height: 60px;
  margin: 0;
  padding-top: 1.6em;
}

.campaign-area__inner {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.campaign-area .campaign-area__item {
  width: 300px;
  transition: 0.3s;
}

.campaign-area .campaign-area__item:hover {
  opacity: 0.6;
}
.campaign-area-ano {
  width: 635px;
  margin-inline: auto;
  margin-top: 10px;
  line-height: 1.2;
  box-sizing: border-box;
  font-size: 10px;
  color: #939292;
}

/* ==========================================================================
  検索結果ページ
  =========================================================================== */
/* セクション背景 */
.conditions {
  position: relative;
  background-color: #fffbd1;
  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_yellow.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_yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.result_page .table__logo p {
  text-align: center;
}

.result_page .conditions__box {
  margin-top: 3.3125rem;
}

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

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

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

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

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

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

.result_page .table__txt-top {
  vertical-align: middle;
}

.result_page .table--1 th:nth-child(2) {
  width: 9%;
}

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

.result_page .table--1 th:nth-child(4) {
  width: 9.625%;
}

.result_page .table--1 th:nth-child(5),
.result_page .table--1 th:nth-child(6),
.result_page .table--1 th:nth-child(7) {
  width: 4.625%;
}

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

.result_page .table--1 th:nth-child(9) {
  width: 13%;
}

.result_page .table td:nth-of-type(3) {
  padding: 0.75rem 0px;
}

.result_page tr td:nth-of-type(9) {
  text-align: center;
}

.result_page .result {
  padding-bottom: 3.75rem;
}

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

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

.result_page .result__table {
  margin-top: 0.625rem;
}

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

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

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

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

.result_page .btn-sub--sm {
  font-size: 0.75rem;
  padding: 0.3125rem 0 0.375rem;
  margin: 8px auto 0;
  width: 85%;
  display: block;
}

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

.result_page .top-btn a:hover {
  opacity: 0.6;
}

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

/* ==========================================================================
  クッションページ
  =========================================================================== */
.content {
  background-color: #ecf2fe;
  min-height: 100vh;
  padding: 36px 20px;
  box-sizing: border-box;
}

.content__head-ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}

.content__inner {
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
}

.content__loader {
  margin-top: 34px;
}

.content__main {
  margin-top: 40px;
}

.content__link {
  margin-top: 18px;
  text-align: center;
}

.content__link a {
  font-weight: bold;
  font-size: 14px;
  color: var(--Main);
}

.content__bnr img {
  width: 100%;
  height: auto;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.loader {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 6px solid rgba(255, 255, 255, 0.2);
  border-right: 6px solid rgba(255, 255, 255, 0.2);
  border-bottom: 6px solid rgba(255, 255, 255, 0.2);
  border-left: 6px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

.marker {
  background: linear-gradient(transparent 60%, var(--Sub) 60%, var(--Sub) 100%);
}

/* ==========================================================================
ポジショニングマップ
=========================================================================== */
.positioningMap {
  margin-top: 16px;
}

.positioningMap__top {
  padding: 0 20px;
}

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

.positioningMap__top-subTtl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.4rem;
}

.positioningMap__top-notes {
  font-size: 1rem;
  text-align: right;
  margin-top: 2px;
}

.positioningMap__top-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  text-align: center;
  background: var(--Main);
  border-bottom: 4px solid var(--Sub);
  height: 36px;
}

.positioningMap__inner {
  background: repeating-linear-gradient(
      90deg,
      var(--Back),
      var(--Back) 1px,
      transparent 1px,
      transparent 32px
    ),
    repeating-linear-gradient(
      0deg,
      var(--Back),
      var(--Back) 1px,
      #fff 1px,
      #fff 32px
    );
  background-size: 32px 32px;
  background-position: 50% 50%;
  width: 100%;
  aspect-ratio: 3 / 4;
  position: relative;
}

.positioningMap__inner::before {
  content: "";
  display: inline-block;
  background: var(--Sub);
  border-radius: 50%;
  width: 38%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 6%;
  right: 5.8%;
}

.positioningMap__inner::after {
  content: "";
  display: inline-block;
  background: url(../img/positioningmap_bg.png.webp) no-repeat center / 100%
    auto;
  width: 64%;
  height: 100%;
  position: absolute;
  top: 4%;
  left: 48.5%;
  transform: translateX(-50%);
}

.positioningMap__label,
.positioningMap__subLabel {
  position: absolute;
  z-index: 2;
}

.positioningMap__subLabel {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
}

.positioningMap__label-01,
.positioningMap__label-02 {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.positioningMap__label-01 {
  background: var(--Main);
  top: 6.5%;
  left: 50%;
  transform: translateX(-50%);
}

.positioningMap__label-02 {
  background: #707070;
  top: 89%;
  left: 50%;
  transform: translateX(-50%);
}

.positioningMap__label-03,
.positioningMap__label-04 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.17;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 8px;
}

.positioningMap__label-03 {
  background: var(--Main);
  top: 57.8%;
  transform: translateY(-50%);
  right: 20px;
}

.positioningMap__label-04 {
  background: #707070;
  top: 57.8%;
  transform: translateY(-50%);
  left: 20px;
}

.positioningMap__item-logo {
  width: auto;
  max-width: 100%;
  height: 20px;
  object-fit: contain;
}

.positioningMap__item-catch1 {
  font-size: 16px;
  margin: 10px auto 0;
  color: #fff;
  background-color: #af0005;
  display: inline-block;
  padding: 3px;
}

.positioningMap__inner .positioningMap__item-00 {
  display: block;
  width: 35%;
  max-width: 35%;
  top: 15%;
  right: 56%;
  text-align: center;
  padding: 10px 13px 8px;
}

.positioningMap__item-01 .positioningMap__item-logo {
  height: 38px;
}
.positioningMap__item-08 .positioningMap__item-logo {
  height: 54px;
  object-fit: contain;
  width: auto;
}
.positioningMap__item-04 .positioningMap__item-logo {
  height: 30px;
}

.positioningMap__item {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #707070;
  border-bottom: 4px solid #707070;
  border-radius: 4px;
  max-width: 180px;
  padding: 12px;
  position: absolute;
  z-index: 1;
}

a.positioningMap__item {
  text-decoration: none;
}

a.positioningMap__item:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.positioningMap__item-catch {
  font-size: 1rem;
  margin: 4px 0 0;
  text-align: center;
  color: var(--Text);
}

.positioningMap__item-01 {
  display: inline-block;
  border-color: var(--Main);
  width: 240px;
  max-width: 240px;
  padding: 10px 12px 6px;
  z-index: 1;
  top: 16%;
  right: 6.4%;
}

.positioningMap__item-01::before {
  content: "";
  display: inline-block;
  background: url(../img/ico_crown.svg) no-repeat center / auto 32px;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -52%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.positioningMap__item-01 img {
  width: auto;
  height: 22px;
}

.positioningMap__item-02 {
  top: 27%;
  left: 12%;
}

.positioningMap__item-03 {
  top: 32%;
  left: 25%;
}

.positioningMap__item-04 {
  top: 45%;
  right: 30%;
}

.positioningMap__item-05 {
  left: 32%;
  top: 59%;
}

.positioningMap__item-06 {
  right: 11%;
  top: 27%;
}

.positioningMap__item-07 {
  left: 24%;
  top: 69%;
}

.positioningMap__item-08 {
  right: 12%;
  top: 35%;
  padding: 6px 16px;
}

.positioningMap__item-09 {
  left: 7%;
  top: 48%;
}

.positioningMap__item-link {
  display: block;
}

.positioningMap__item-link {
  display: block;
}

.positioningMap {
  margin-top: 120px;
}

.positioningMap__top-ttl {
  font-size: 21px;
  line-height: 54px;
  height: 54px;
}

.positioningMap__inner {
  width: 55%;
  margin: 0 auto;
}

.positioningMap__item-logo {
  height: 36px;
}

/* ==========================================================================
キャンペーン情報 2024/01/26追加
  =========================================================================== */
section.campaign-info .comparison__campaign__cta {
  width: 600px;
  margin: 0px auto;
  padding: 20px;
  border: solid 3px #000;
  border-radius: 8px;
  position: relative;
  margin-top: 50px;
  box-sizing: border-box;
  background-color: #fffbd2;
}

section.campaign-info {
  position: relative;
}

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

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

section.campaign-info::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 9rem;
  height: 9rem;
  background-image: url(../img/ct_bg_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.campaign-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9rem;
  height: 9rem;
  background-image: url(../img/ct_bg_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-90deg);
  z-index: 10;
}

section.campaign-info .comparison__campaign__name {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: block;
  text-decoration: underline;
  transition: 0.3s;
}

section.campaign-info .comparison__campaign__bnr {
  margin-top: 16px;
  transition: 0.3s;
}

section.campaign-info .comparison__campaign-txt {
  border-top: solid 2px #000;
  margin-top: 20px;
  padding: 20px 0 0;
  font-size: 16px;
  font-weight: bold;
}
section.campaign-info .comparison__campaign__accent {
  color: #b5414f;
}

section.campaign-info .comparison__campaign__voucher {
  transition: 0.3s;
}
section.campaign-info .btn-main {
  background-color: #af0005;
  font-size: 1.5rem;
  padding: 1rem 1.875rem;
  color: #fff;
  border: none;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  display: block;
  text-align: center;
  border-radius: 0.5rem;
  box-shadow: 0px 1px 0px 3px #000;
  position: relative;
  margin: 20px auto 0;
}
section.campaign-info .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;
}

section.campaign-info .comparison__campaign__name:hover,
section.campaign-info .comparison__campaign__bnr:hover,
section.campaign-info .comparison__campaign__voucher:hover {
  opacity: 0.6;
  cursor: pointer;
}
/* 20240313追記 */
.dollar .comparison__tab {
  margin-top: -1.75rem;
}
/* ==========================================================================
20240314 マネーパートナーズ追加
=========================================================================== */
.dollar .positioningMap__item-11 {
  display: inline-block;
  border-color: var(--Main);
  width: 240px;
  max-width: 240px;
  padding: 10px 12px 6px;
  z-index: 1;
  top: 15%;
  right: 6.4%;
}
.dollar .positioningMap__item-11::before {
  content: "";
  display: inline-block;
  background: url(../img/ico_crown.svg) no-repeat center / auto 32px;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -54%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.dollar .positioningMap__inner::before {
  top: 4%;
}
.dollar .positioningMap__item-01 {
  border-color: #707070;
  top: 26%;
}
.dollar .positioningMap__item-01::before {
  display: none;
}
.dollar .positioningMap__item-04 {
  top: 51%;
}
.dollar .positioningMap__item-06 {
  top: 35%;
}
.dollar .positioningMap__item-08 {
  top: 43%;
}
/* ==========================================================================
20240315 米ドル/円教育コンテンツ追加
=========================================================================== */
.dollar .reason {
  position: relative;
  background-color: #ecf2fe;
  margin-top: -5px;
}
.dollar .reason .inner {
  width: 100%;
  max-width: 1190px;
}
.dollar .reason img {
  max-width: 1190px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.dollar .comparison {
  margin-top: 0;
}
body > section.reason.section.wrapper {
  padding: 2.5rem 0 2.5rem;
}
.dollar .reason h2 {
  margin: -5px 0 0;
}

/* ==========================================================================
20240321 SBI５位追記
=========================================================================== */
.positioningMap__item-10 {
  top: 25%;
  left: 15%;
}
.positioningMap__item-02 {
  top: 27%;
  left: 12%;
}
.positioningMap__item-03 {
  top: 37%;
}

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

.column .adTxt {
  position: relative;
}

.adTxt span {
  font-size: 18px;
  font-weight: bold;
  border: 1px solid var(--Text);
  /* 枠色 変数名がTextでない場合は変更 */
  padding: 2px 14px;
}
.header {
  position: relative;
}
.result.wrapper {
  position: relative;
}
.result_page .adTxt {
  top: -6px;
  right: 0;
}
/* 20231219 註釈追加 */
.result__table-notes {
  font-size: 10px;
  color: #939292;
  padding: 0;
  margin-top: 10px;
}

/* ==========================================================================
20240523 DMM PR追加
=========================================================================== */
.pr__dmm {
  margin-top: 3.5rem;
}
.pr__dmm__wrap.inner {
  padding: 0px 25px 25px;
  margin-top: 2rem;
}
.pr__dmm__ttl {
  font-size: 42px;
  background: #0453b0;
  padding: 28px 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  max-width: 1150px;
  margin: 0 auto;
  line-height: 1.4;
}
.pr__dmm__ttl-catch {
  font-size: 25px;
}
.pr__anno {
  color: #939292;
}
.table__txt-catch {
  display: block;
  text-align: center;
}
/* ========================================================
20240606 header ロゴ追加
=========================================================*/
.header__logo {
  height: 35px;
  width: 100%;
  background-color: #fff;
}
.header__logo::before {
  position: absolute;
  content: "";
  background: url(../img/fx-planning_header.svg) no-repeat center;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 194px;
  height: 35px;
  background-color: #fff;
  z-index: 100;
}
/* ========================================================
20240809 system
=========================================================*/
body.dollar .ranking,
body.euro .ranking,
body.aud .ranking,
body.pond .ranking {
  margin-top: 60px;
}

/* ========================================================
20240813 通過ペア
=========================================================*/

.hikaku-area-ano {
  width: 950px;
  margin-inline: auto;
  margin-top: 10px;
  line-height: 1.2;
  box-sizing: border-box;
  font-size: 10px;
  color: #939292;
}
/* 20240814 追記 */
.table__logo {
  display: block;
}
/* ========================================================
20250417 自動売買記事修正
=========================================================*/
.system .company-info__rank img {
  width: 5.8125rem;
}
/* ========================================================
20250703 ランキング見出し修正
=========================================================*/
@media screen and (min-width: 768px) {
  .ranking__ttl-wrapper .section__ttl--4 picture {
    position: relative;
    overflow: visible;
  }

  .ranking__ttl-wrapper .section__ttl--4 picture img {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 140%;
    height: auto;
    max-width: 800px; /* これはあってもOK */
  }
}
