@charset "UTF-8";

@media screen and (max-width: 768px) {
  /* ==========================================================================
  ベース設定
  =========================================================================== */
  :root {
    /* カラー */
    --Text: #383838;
    --Text_blue: #1a0dab;
    --Main: #f05529;
    --Sub: #00a3b5;
    /*#E56E81;*/
    --Accent: #;
    --Back: #edf2f9;
    --gray: #707f89;
    /* 文字サイズ */
    --FontSizeSP: 16px;
    /* 375px 〜 768px */
    --FontSizeSP2: 4.2666666667vw;
    /* 〜　374px */
  }

  html {
    font-size: var(--FontSizeSP);
  }

  .forPC {
    display: none;
  }

  .forPC-inline {
    display: none;
  }

  .forSP {
    display: block;
  }

  /* ==========================================================================
    共通パーツ
    =========================================================================== */
  /* デザイン幅 */
  .wrapper {
    overflow: hidden;
  }

  .card__logo {
    background-color: #fff;
  }

  /* インナー幅 */
  .inner {
    padding-right: 10px;
    padding-left: 10px;
  }

  /* 各セクション */
  .section {
  }

  /* セクションタイトル長さ指定 */
  .section__ttl--1 {
  }

  .section__ttl--2 {
  }

  .section__ttl--3 {
    position: relative;
    z-index: 2;
  }

  .section__ttl--4 {
  }

  .section__ttl--5 {
  }

  .section__ttl--result {
  }

  /* ボタン大 */
  .btn-main {
    font-size: 1.25rem;
    padding: 1.25rem 1.875rem;
  }

  /* ボタン小 */
  .btn-sub,
  .btn-detail {
    width: 6rem;
    max-width: 100%;
  }

  /* チェックマークのリスト */
  .check-list li {
    font-size: 1rem;
    line-height: 1.75;
  }

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

  /* フッター */
  .footer__links-inner {
    display: block;
  }

  .footer__links-inner dl {
    padding-right: 0;
  }

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

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

  .footer__links-inner dd ul {
    grid-template-columns: 1fr;
    row-gap: 0.375rem;
  }

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

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

  /* テーブル　スクロールあり */
  .table-wrapper__sp-scroll {
    overflow-x: scroll;
    margin-left: 0px;
  }

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

  .comparison.wrapper .inner {
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper__sp-scroll .table {
    position: relative;
  }

  /* .table-wrapper__sp-scroll .table::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 20px;
    height: 1px;
  } */
  /* テーブル本体 */
  .table {
    border-collapse: separate;
    border-spacing: 0;
    width: 50rem;
  }

  /* テーブルヘッド */
  .table th {
    height: 2.375rem;
  }

  /* 比較テーブルのセル幅・高さ指定 */
  .table td p:not(:first-child),
  .table--1 tr:nth-child(7) td:nth-child(2) p,
  .table--1 tr:nth-child(7) td:nth-child(3) p {
    /* margin-top: 0.5rem;*/
  }

  .table--1 tr:nth-child(7) td:nth-child(4) p {
    margin-top: 0.3rem;
  }

  .table--1 tr:nth-child(7) td:nth-child(7) p {
    margin-top: 0.4rem;
  }

  .table--1 tr:nth-child(7) td:nth-child(8) p {
    margin-top: 0.6rem;
  }

  .table td {
    padding: 0.75rem 0.5rem;
  }

  .table--1 tr:nth-child(1) th:nth-child(1) {
    width: 15.75757576%;
    position: sticky;
    left: 0;
    z-index: 5;
    border-left: none;
  }

  .table--1 tr:nth-child(1) th:nth-child(1),
  .table--1 tr:nth-child(1) th:last-child {
    width: 15.75757576%;
  }

  .table--1 tr:nth-child(1) th:nth-child(2),
  .table--1 tr:nth-child(1) th:nth-child(3) {
    height: 18px;
  }

  .table--1 tr:nth-child(2) th:nth-child(1),
  .table--1 tr:nth-child(2) th:nth-child(2) {
    width: 9.090909091%;
  }

  .table--1 tr:nth-child(2) th:nth-child(3) {
    /* width: 6.2%; */
  }

  .table--1 tr:nth-child(2) th:nth-child(4),
  .table--1 tr:nth-child(2) th:nth-child(5) {
    /* width: 9.696969697%; */
  }

  .table--1 tr:nth-child(1) th:nth-child(4) {
    /* width: 11.51515152%; */
  }

  .table--1 tr:nth-child(1) th:nth-child(5) {
    /* width: 15.75757576%; */
  }

  .table--1 tr:nth-child(1) th:nth-child(6) {
    /* width: 13.18181818%; */
  }

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

  .table--1 tr:nth-child(2n + 1) td:first-child {
    padding: 1.75rem 0.25rem 0.44rem;
    position: sticky;
    left: 0;
    z-index: 5;
    background-color: #fff;
    background-clip: padding-box;
  }

  .table--1 tr:nth-child(2n) td:first-child {
    padding: 1.75rem 0.25rem 0.44rem;
    position: sticky;
    left: 0;
    z-index: 5;
    background-color: #fff;
    background-clip: padding-box;
  }

  /* 検索結果のテーブルのセル幅・高さ指定 */
  .table-result th:nth-child(1) {
    width: 15.75757576%;
  }

  .table-result th:nth-child(2),
  .table-result th:nth-child(3),
  .table-result th:nth-child(4) {
    /* width: 17.6470588235%; */
  }

  .table-result th:nth-child(5) {
    /* width: 20.5882352941%; */
  }

  .table-result td {
    min-height: 8.75rem;
    padding: 0.75rem 0.5rem;
  }

  /* テーブルのフォント指定 */
  .table th {
    font-size: 0.63rem;
    line-height: 1.2;
  }

  .txt-md {
    font-size: 0.75rem;
    line-height: 1.33;
  }

  .table-result th {
    font-size: 0.75rem;
  }

  .table-result .txt-bold,
  .table-result .txt-link {
    /* font-size: 0.88rem; */
  }

  /* テーブルの順位表示 */
  .table__rank--normal {
    top: 0.25rem;
  }

  /* テキスト天地中央寄せのセル */
  .comparison__table .table td.table__txt-mid {
    font-size: 0.7rem;
  }

  /* テーブルロゴ */
  .table__logo {
    height: 21px;
  }

  .table__logo.table__logo--no-rank a {
    padding: 0;
  }

  /* 吹き出しボックス */
  .balloon-box {
  }

  .balloon-box__ttl--result.balloon-box__ttl > span > span {
    font-size: 1rem;
    padding: 0.375rem 1.125rem;
  }

  .balloon-box__ttl > span::before,
  .balloon-box__ttl > span::after {
    width: 1.25rem;
    background: initial;
    background-color: #fff;
  }

  .balloon-box__ttl > span > span {
    text-align: center;
    line-height: 1.5;
    border-radius: 1.875rem;
  }

  /* チェックマークのリスト */
  .check-list li {
    font-size: 14px;
    line-height: 1.75;
  }

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

  .form__grid {
    margin-top: 0.9375rem;
    gap: 0.9375rem;
    grid-template-columns: 1fr 1fr;
  }

  .form__grid.form__grid--3col {
    /*   grid-template-columns: 1fr 1fr; */
    gap: 0.9375rem;
  }

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

  .form label {
    padding: 0.625rem;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
  }

  .form .form__radio-label,
  .form .form__checkbox-label2 {
    justify-content: center;
    height: 2.8rem;
  }

  .form .form__checkbox-label {
    height: 3.25rem;
  }

  .form__radio-label::before,
  .form__checkbox-label2::before {
    display: none;
  }

  .form__radio-label::after,
  .form__checkbox-label2::before {
    display: none;
  }

  form dt .num {
    margin-right: 16px;
  }

  /* ボタン */
  .form__btns {
    display: flex;
    margin-top: 1.5rem;
  }

  .form__clear-btn {
    position: static;
    transform: initial;
    margin-right: 0.9375rem;
    padding: 1rem;
  }

  .form__submit-btn {
    border: none;
    flex: 1;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 1.25rem;
    border-radius: 0.25rem;
  }

  /* ==========================================================================
  comparison / 5社を徹底比較
  =========================================================================== */
  .comparison {
  }

  /* セクション背景 */

  .comparison__table {
    margin-top: 1.4375rem;
  }

  /* ==========================================================================
  recommend / 当サイト人気No1は？のセクション
  =========================================================================== */
  /* おすすめセクション カード */
  .card {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    overflow: hidden;
  }

  .card.card--rank1 {
  }

  .card__flex-wrap2 {
  }

  .card__btn a {
    width: 100%;
    padding-top: 8px;
    font-size: 12px;
  }

  .card__btn .btn-main--arrow::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    right: 12px;
  }

  .recommend__cards {
    margin-top: 36px;
    column-gap: 0;
  }

  .card__ttl-wrap--rank1 .card__logo {
    /* .card__bnr { */
    width: 7rem;
  }

  .recommend__cards .card__logo {
    width: 7rem;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .card__logo,
  .card__rank,
  .card__rank.card__rank--rank1 {
    width: 7rem;
  }

  .card__access-wrap.card__access-wrap--rank1 {
    display: block;
  }

  /* 杉田追記 */
  .recommend .section__ttl--2 {
    width: 20.75rem;
  }

  .recommend .inner {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: -15px;
  }

  .recommend::before,
  .recommend::after {
    width: 6.25rem;
    height: 6.25rem;
    z-index: 2;
  }

  .card--rank1 .card__bnr,
  .card__bnr {
    margin-top: 0;
    margin-bottom: 0;
  }

  .card--rank1 .card__bnr {
    min-width: 145px;
    width: 63%;
  }

  .card--rank1 .card__desc {
    margin-bottom: 0;
    font-size: 18px;
  }

  .card.card--rank1 {
    padding-bottom: 0;
  }

  .card__bnr {
    min-height: initial;
    margin-bottom: 0.3125rem;
  }

  .card__access-wrap {
    margin-top: 0;
  }

  .recommend__cards {
    column-gap: 0.625rem;
    align-items: baseline;
  }

  .card__access p {
    font-size: 0.7rem;
  }

  .card .card__access > span {
    background: none;
  }

  .card:not(.card--rank1) .card__access > span {
    color: #3a3a3a;
    margin-top: -0.5rem;
  }

  .card__flex-wrap2 {
    align-items: center;
  }

  .recommend__caution {
    text-align: center;
    margin-top: 0.5rem;
  }

  /* ==========================================================================
  point / ネット証券の口座開設ポイント
  =========================================================================== */
  /* セクション背景 */
  .point {
    padding-top: 1.875rem;
    padding-bottom: 3.75rem;
  }

  .point::before {
    width: 6.25rem;
    height: 6.25rem;
  }

  .point::after {
    width: 6.25rem;
    height: 6.25rem;
  }

  .point.section.wrapper .inner {
    padding-left: 0;
    padding-right: 0;
  }

  .point__cards-wrap {
    overflow-x: scroll;
  }

  .point__cards {
    width: 60rem;
    column-gap: 0.9375rem;
    margin-top: 1.4375rem;
    margin-left: 20px;
    position: relative;
  }

  .point__cards::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 20px;
    height: 1px;
  }

  /* ==========================================================================
  search / 検索のセクション
  =========================================================================== */
  /* セクション背景 */
  .search {
    padding-bottom: 3.75rem;
    margin-top: 0;
  }

  .search::before {
    width: 6.25rem;
    height: 6.25rem;
  }

  .search::after {
    width: 6.25rem;
    height: 6.25rem;
  }

  .search__form {
    margin-top: 0;
  }

  form dt {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  /* ==========================================================================
    ranking / おすすめランキングBEST3のセクション
    =========================================================================== */
  /* セクション背景 */
  .ranking::before {
    width: 6.25rem;
    height: 6.25rem;
    z-index: 1;
  }

  .ranking::after {
    width: 6.25rem;
    height: 6.25rem;
    z-index: 1;
  }

  .ranking__ttl-wrapper {
    padding: 1.875rem 0;
    margin-top: -1.875rem;
  }

  .ranking__companies {
    margin-top: 0;
  }

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

  /* 会社情報 */
  .company-info__ttl-wrap {
    min-height: 5rem;
  }

  .company-list__item:not(:first-of-type) {
    margin-top: 25px;
  }

  .company-list__item:first-of-type {
    margin-top: 0 !important;
  }

  .company-info__rank {
    width: 4.6875rem;
    top: 0;
    left: 0;
  }

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

  .company-info__ttl {
    padding-left: 1.25rem;
  }

  .company-info__ttl h3 {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }

  .company-info__box {
    margin-top: 25px;
  }

  .company-info__box + .company-info__box {
    margin-top: 5.875rem;
  }

  /* バナー */
  .company-info__bnr {
    margin-top: 1.25rem;
  }

  .company-info__bnr-body {
    margin-top: -2px;
    padding: 0.625rem;
  }

  .company-info__bnr-body p {
    font-size: 0.875rem;
    margin-right: 0;
  }

  .company-info__bnr-btn > span {
    width: 6.25rem;
    font-size: 0.875rem;
    padding: 0.5625rem 0.5625rem;
  }

  .company-info__bnr-btn > span::after {
    position: static;
    content: "";
    width: 0.4375rem;
    height: 0.4375rem;
    display: inline-block;
    border-top: 0.125rem solid var(--Back);
    border-right: 0.125rem solid var(--Back);
    transform: rotate(45deg) translateY(-30%);
  }

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

  .company-info__table2 {
    margin-top: 1.25rem;
  }

  /* キャンペーンのボックス */
  .company-info__campaign-box {
    padding: 3.75rem 1.25rem 1.875rem;
  }

  .company-info__campaign-ttl > span {
    width: 19.6875rem;
    background-image: url(../img/cm_ribbon_red_sp.png);
  }

  .company-info__campaign-box a {
    margin-top: 1.875rem;
  }

  /* テーブル2 */
  .table2__cel:nth-child(10) p:first-child,
  .table2__cel:nth-child(11) p:last-child {
    font-size: 0.75rem;
  }

  .ranking__No1 .table2__cel:nth-child(7) p:last-child,
  .ranking__No1 .table2__cel:nth-child(10) p:first-child,
  .ranking__No1 .table2__cel:nth-child(11) p:last-child {
    font-size: 0.7rem;
  }

  .table2__cel:nth-child(n + 5) p:last-child {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  /* 吹き出し付きのCTAボタン */
  .cta-btn__message {
    font-size: 1rem;
    max-width: calc(100% - 2.5rem);
  }

  .cta-btn__message::before,
  .cta-btn__message::after {
    width: 3.4375rem;
    height: 1.9375rem;
  }

  .cta-btn__message::before {
    left: -1.25rem;
  }

  .cta-btn__message::after {
    right: -1.25rem;
  }

  .cta-btn__wrap a {
    min-width: 0;
    width: calc(100% - 2.5rem);
    padding-top: 1.4375rem;
    padding-bottom: 1.5625rem;
  }

  /* おすすめNo1のボックス */
  .No1-box {
    padding: 6.875rem 1.25rem 2.5rem;
    position: relative;
  }

  .No1-box__ttl {
  }

  .No1-box .cta-btn__wrap a {
    width: 100%;
  }

  .No1-box .company-info__ttl-wrap {
    margin-top: 0;
  }

  .No1-box .balloon-box {
    padding: 3.75rem 1.25rem 1.875rem;
    margin-top: 1.2rem;
  }

  .No1-box .balloon-box .balloon-box__ttl > span > span {
    font-size: 1rem;
  }

  .No1-box .company-info__rank {
    width: 5.8125rem;
    background-color: #fff;
  }

  .No1-box .company-info__rank img {
    width: 4.5625rem;
  }

  /* ==========================================================================
  検索結果ページ
  =========================================================================== */
  /* セクション背景 */
  .conditions {
    position: relative;
    padding: 0 0 1rem;
  }

  .conditions::before {
    width: 6.25rem;
    height: 6.25rem;
  }

  .conditions::after {
    width: 6.25rem;
    height: 6.25rem;
  }

  .conditions__box {
    margin-top: 3.125rem;
  }

  .conditions__box.balloon-box {
    padding: 2.9375rem 1.25rem 1.4375rem;
  }

  .conditions__list dl {
    font-size: 0.75rem;
  }

  .conditions__list dl:nth-child(3) {
    display: block;
  }

  /* 検索結果 */
  .result {
    padding-bottom: 0;
  }

  .result__num {
    padding-left: 20px;
  }

  .result.wrapper .inner {
    padding-left: 0;
    padding-right: 0;
  }

  /* 再検索 */
  .re-search {
    padding: 1.875rem 0 3.75rem;
  }

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

  /* トップに戻るボタン */
  .top-btn {
    padding: 1.875rem 0;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: var(--FontSizeSP2);
  }
}

/* ==========================================================================
fix20220818 SP
=========================================================================== */

@media screen and (max-width: 768px) {
  /*修正 body.fix20220818 */
  body.fix20220818 {
    overflow-x: hidden;
  }

  /* 余白調整 */
  body.fix20220818 .point {
    padding-bottom: 1.75rem;
  }

  body.fix20220818 .No1-box {
    padding: 4.275rem 1.25rem 2.5rem;
  }

  /* 比較表 comparison__table */
  body.fix20220818 .comparison__table .txt-bold {
    font-weight: normal;
  }

  /* ランキング company-list__item */
  body.fix20220818 .ranking.section .inner {
    padding-right: 10px;
    padding-left: 10px;
  }

  body.fix20220818 .company-info__bnr {
    margin-top: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  /*　アンケート point__cards*/
  body.fix20220818 .point-card__body {
    padding: 0.6rem 1.875rem 1.25rem;
  }

  body.fix20220818 .point-card__ttl-wrap {
    padding: 0.5375rem 1.25rem;
  }

  body.fix20220818 .point-card__ttl {
    font-size: 1rem;
  }

  body.fix20220818 .point__cards-wrap .point-card__txt {
    display: none;
  }

  /*　balloon-box */
  body.fix20220818 .balloon-box {
  }

  body.fix20220818 .balloon-box__ttl > span > span {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    border-radius: 0.875rem 0.875rem 0 0;
    display: inline;
  }

  body.fix20220818 .balloon-box__txt p {
    font-size: 14px;
    margin-bottom: -10px;
  }

  body.fix20220818 .balloon-box__ttl > span > span::after,
  body.fix20220818 .balloon-box__ttl > span > span::before,
  body.fix20220818 .balloon-box__ttl > span::after,
  body.fix20220818 .balloon-box__ttl > span::before {
    display: none;
  }

  body.fix20220818 .balloon-box__ttl > span,
  body.fix20220818 .balloon-box__ttl {
  }

  body.fix20220818 .balloon-box__ttl > span {
    width: 100%;
    font-size: 12px;
    text-align: center;
  }

  /* .No1-box .balloon-box */
  body.fix20220818 .ranking__No1 {
    margin-top: 2.625rem;
    margin-right: auto;
    margin-left: auto;
  }

  body.fix20220818 .No1-box .balloon-box {
    padding: 0;
    width: calc(100% - 10px);
  }

  .check-list li {
    /* font-weight: normal; */
  }

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

  body.fix20220818 .check-list .txt-Main {
    font-weight: bold;
  }

  body.fix20220818 .No1-box .cta-btn__wrap a {
  }

  body.fix20220818 .No1-box__ttl img {
    width: 100%;
    display: block;
    margin: 0px auto 0;
  }

  body.fix20220818 .No1-box {
    padding: 0;
  }

  body.fix20220818 .No1-box .company-info__bnr {
    margin-top: 0;
  }

  body.fix20220818 .No1-box .company-info__rank {
    width: 4.8125rem;
  }

  body.fix20220818 .company-info__ttl-wrap {
    min-height: 3.4rem;
  }

  body.fix20220818 .No1-box .company-info__rank img {
    width: 3.5625rem;
  }

  body.fix20220818 .table2__cel p:last-child,
  body.fix20220818 .table2__cel:nth-child(n + 5) p:last-child {
    padding: 0.3125rem;
    font-weight: normal;
  }

  body.fix20220818 .table3__title {
    min-height: 2rem;
  }

  body.fix20220818 .table3__title,
  body.fix20220818 .table3__cel p:first-child,
  body.fix20220818 .table3__cel p:last-child,
  body.fix20220818 .table2__cel p:first-child {
    font-weight: normal;
  }

  /*　CVボタン */
  body.fix20220818 .cta-btn__wrap a {
    width: calc(100% - 40px);
    font-size: 14px;
    padding: 0.9rem;
  }

  body.fix20220818 section.comparison .cta-btn__wrap a,
  body.fix20220818 .point.section .cta-btn__wrap a {
    width: calc(100% - 80px);
    font-size: 14px;
    padding: 0.9rem;
  }

  body.fix20220818 .cta-btn__message {
    font-weight: normal;
    font-size: 14px;
    font-weight: bold;
  }

  /*　当サイト人気NO.1は？ */
  body.fix20220818 .recommend::before,
  .recommend::after {
    width: 4.25rem;
    height: 4.25rem;
    z-index: 2;
  }

  /*　見出し画像調整  */
  body.fix20220818 .comparison::before,
  body.fix20220818 .comparison::after,
  body.fix20220818 .point::before,
  body.fix20220818 .point::after,
  body.fix20220818 .ranking::before,
  body.fix20220818 .ranking::after,
  body.fix20220818 .search::before,
  body.fix20220818 .search::after {
    width: 4.25rem;
    height: 4.25rem;
    z-index: 1;
  }

  body.fix20220818 .section__ttl img {
    width: 100%;
    display: block;
  }

  body.fix20220818 .section__ttl--5 img {
    width: 130%;
    margin: -10px auto -5px;
    display: block;
    margin-left: -15%;
  }

  body.fix20220818 .section__ttl--3 img {
    margin-top: 0.3rem;
    width: 100%;
    /* margin: -10px -70px;
    width: calc(100% + 100px); */
  }

  /*　検索ボックス*/
  /* body.fix20220818 form > dl:nth-child(1) > dd {
    grid-template-columns: 1fr 1fr 1fr;
  } */
  body.fix20220818 .search {
    padding-bottom: 25px;
  }

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

    10% {
      left: 120%;
    }

    100% {
      left: 120%;
    }
  }

  a.btn-main {
    overflow: hidden;
  }

  a.btn-main::after {
    content: "";
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(
      100deg,
      rgba(255, 255, 255, 0) 10%,
      rgba(255, 255, 255, 0.5) 100%,
      rgba(255, 255, 255, 0) 0%
    );
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }

  /* ==========================================================================
  コラム .article 
  =========================================================================== */
  /* 見出し */
  .article h1 {
    margin-top: 2em;
    font-size: 1.25rem;
    line-height: var(--Lh-S);
  }

  .article h2 {
    margin-top: 2em;
    font-size: 1.25em;
    line-height: var(--Lh-S);
  }

  .article h3 {
    font-size: 1.2rem;
    margin-top: 1.5em;
    line-height: var(--Lh-M);
  }

  .article h4 {
    margin-top: 1.5em;
    line-height: var(--Lh-M);
    font-size: 1rem;
  }

  /* ==========================================================================
  20220908追加
  =========================================================================== */
  /* 目的別ランキング一覧 */
  .purpose {
    padding: 40px 20px;
  }

  .purpose__ttl {
    width: 100%;
  }

  .purpose__wrap {
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    margin-top: 32px;
  }

  a.purpose__item {
    width: calc((100% - 16px) / 2);
  }

  a.purpose__item:hover {
    opacity: 1;
  }

  .company-info__tag {
  }

  .company-info__tag li {
    font-weight: initial;
  }

  .table__ttl {
  }

  .balloon-box__ttl .corner {
    line-height: 1.2;
    padding-top: 8px;
    font-size: 10px;
    text-align: center;
  }

  .balloon-box__txt {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
  }

  .company-info__txt-link {
    font-size: 12px;
  }

  .card__access > span span {
    font-size: 0.7rem;
  }

  /* ランキング表記　TOP1,2,3位 共通スタイル */
  .table__rank--top {
  }

  .table__rank--top > span {
    position: relative;
    width: 4.3rem;
    height: 1.25rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #fff;
  }

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

  .table__rank--top > span::before {
    position: absolute;
    content: "";
    top: -10.5px;
    left: 0;
    width: 4.5rem;
    height: 2.25rem;
    -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;
  }

  .card__access {
    font-weight: initial;
  }

  .recommend {
    padding-bottom: 25px;
  }

  .fv_txt {
    font-size: 0.9rem;
  }

  .company-info__ttl h3 a {
    font-size: 1.2rem;
  }

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

  .positioningMap__top {
    padding: 0 20px;
  }

  .positioningMap__top-subTtl {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }

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

  .positioningMap__top-ttl {
    font-size: 18px;
    line-height: 55px;
    height: 59px;
  }

  .positioningMap__inner {
    background-size: 32px 32px;
    background-position: 50% 50%;
    width: 100%;
    aspect-ratio: 3 / 4;
    position: relative;
  }

  .positioningMap__inner::before {
    width: 38%;
    top: 5%;
    right: 6%;
  }

  .positioningMap__inner::after {
    width: 64%;
    height: 100%;
    position: absolute;
    top: 5%;
    left: 48.5%;
    transform: translateX(-50%);
  }

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

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

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

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

  .positioningMap__label-02 {
    top: 89%;
  }

  .positioningMap__label-03,
  .positioningMap__label-04 {
    font-size: 12px;
    line-height: 1.17;
    text-align: center;
    display: inline-block;
    padding: 8px;
  }

  .positioningMap__label-03 {
    top: 58.8%;
    transform: translateY(-50%);
    right: 20px;
  }

  .positioningMap__label-04 {
    top: 58.8%;
    transform: translateY(-50%);
    left: 20px;
  }

  .positioningMap__item-logo {
    width: auto;
    height: 16px;
  }

  .positioningMap__item-01 .positioningMap__item-logo {
    height: 28px;
  }

  .positioningMap__item-10 .positioningMap__item-logo {
    height: 25px;
    object-fit: contain;
    width: auto;
  }

  .positioningMap__item {
    border-radius: 4px;
    max-width: 90px;
    padding: 8px;
    position: absolute;
    z-index: 1;
  }

  a.positioningMap__item {
    text-decoration: none;
  }

  a.positioningMap__item:hover {
    opacity: 1;
  }

  .positioningMap__item-catch {
    font-size: 10px;
    margin: 6px 0 0;
  }

  .positioningMap__item-01 {
    width: 35%;
    max-width: 35%;
    top: 15%;
    right: 7%;
  }

  .positioningMap__item-01::before {
    background-size: auto 24px;
    width: 30px;
    height: 24px;
    position: absolute;
    top: -46%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

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

  .positioningMap__item-02 {
    left: 18%;
  }

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

  .positioningMap__item-04 {
    top: 48%;
    right: 35%;
  }

  .positioningMap__item-05 {
    top: 48%;
    right: 29%;
  }

  .positioningMap__item-06 {
    right: 9%;
    top: 30%;
  }

  .positioningMap__item-07 {
    top: 60%;
  }

  .positioningMap__item-08 {
    right: 62%;
    top: 42%;
  }

  .positioningMap__item-09 {
    left: 26%;
    top: 70%;
  }

  .positioningMap__item-10 {
    top: 39% !important;
    left: 68%;
    padding: 2px 6px;
  }

  .positioningMap__item-catch1 {
    font-size: 10px;
    margin: 6px 0 0;
    line-height: 1.2;
    text-align: center;
  }

  .positioningMap__item-00 {
    width: 35%;
    max-width: 35%;
    display: block;
    left: 9%;
    top: 13%;
    text-align: center;
    padding: 11px 12px 5px;
  }

  .positioningMap__item-002 {
    top: 29%;
    left: 18%;
  }
  .positioningMap__item-003 {
    top: 38%;
    left: 27%;
  }

  .positioningMap__item-11 {
  }

  .positioningMap__item-link {
    display: block;
  }

  .card {
    padding: 0;
    width: 100%;
    background-color: #fff;
    /*  border-radius: 6px; */
  }

  .card__ttl-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 0;
    justify-content: center;
  }

  .card__rank {
    height: auto;
    border: none;
    display: inline;
    border-radius: 0;
    margin: 0;
  }

  .card.card--rank1 .card__heading,
  .card__heading {
    font-size: 16px;
    padding-top: 0;
  }

  .card__heading {
    position: unset;
    font-size: 14px;
    border-radius: 4px 4px 0 0;
    font-weight: initial;
  }

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

  .card__heading::after {
    content: none;
  }

  .recommend__cards .card__logo {
    margin: 0;
  }

  .card.card--rank1 .card__flex-wrap1 {
    display: flex;
    gap: 6px;
    padding: 10px 4px;
  }

  .card__flex-wrap2 {
  }

  .recommend__cards {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .card__ttl-wrap {
    width: 100%;
    font-size: 18px;
    /* padding: 0 6px 4px; */
    border-radius: 10px 10px 0 0;
    position: relative;
    top: -1px;
    left: 0;
    border-radius: 4px 4px 0 0;
  }

  .card__ttl-wrap.card__ttl-wrap--rank1 {
    margin-top: 0;
  }

  .card--rank1 .card__rank {
    width: 30px;
  }

  .card--rank2 .card__rank {
    width: 22px;
  }

  .card--rank3 .card__rank {
    width: 26px;
  }

  .recommend__cards .card__logo.forSP {
    display: block;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .recommend__cards .card__logo.forPC {
    display: none;
  }

  .card__access-wrap.card__access-wrap--rank1 {
    display: block;
  }

  .card__flex-wrap1 {
    padding-top: 10px;
  }

  .card__fukidashi {
    font-size: 14px;
    display: table;
    width: auto;
    margin: 12px auto 0;
    padding: 3px 30px 5px;
    letter-spacing: 0.02em;
    line-height: 1;
  }

  .card__fukidashi .bg {
    font-size: 14px;
  }

  body.fix20220818 div.recommend__ttl-wrap > h2 > picture > img {
  }

  .card__bnr {
    min-height: initial;
    display: block;
    text-align: center;
    margin-top: 4px;
  }

  .card__btn {
    margin-top: 0;
  }

  .card__rank picture {
    top: -4px;
  }

  .card__rank--rank1 picture img,
  .card__rank--rank2 picture img,
  .card__rank--rank3 picture img {
    width: 100%;
  }

  .card__desc {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .card__access-wrap {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 8px;
  }

  .card__access p {
    font-weight: initial;
    font-size: 11px;
  }

  .card--rank2,
  .card--rank3 {
    width: 47%;
  }

  .card--rank1 .card__access-wrap {
    gap: 5px;
  }

  .card {
  }

  /* ==========================================================================
通貨別にスプレッド・スワップを紹介 20221128
=========================================================================== */
  section.tab {
    padding: 2.5rem 0 5rem;
  }

  .spread__tabContents {
    margin-top: 0;
  }

  .spread .section__ttl {
    padding-top: 16px;
  }

  section.tab .section__ttl {
    margin: 0 20px;
  }

  section.tab .section__ttl img {
    width: 100%;
    height: auto;
  }

  .spread__tab {
    display: block;
    margin: 38px 20px 0;
  }

  .spread__tab img {
    width: 100%;
    vertical-align: bottom;
  }

  .spread__tabContents {
    max-width: 300px;
    padding-left: 20px;
    display: inline-block;
  }

  .spread__tabContents .swiper-slide {
    width: 100%;
    padding: 20px 20px 0 0px;
    margin-right: 0;
    paddig-left: 0;
  }

  .spread__tabContents .swiper-slide:nth-of-type(3) {
    padding: 20px 0px 0 0px;
  }

  .spread__tabContents .swiper-slide:nth-of-type(1) {
    margin-left: 0px;
  }

  .spread__tab-list .swiper-slide-thumb-active {
    position: relative;
  }

  .spread__tab-list .swiper-slide-thumb-active:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -7px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #183d7a transparent transparent transparent;
  }

  .spread__tab-list li:nth-of-type(2).swiper-slide-thumb-active:after {
    border-color: #387f96 transparent transparent transparent;
  }

  .spread__tab-list li:nth-of-type(3).swiper-slide-thumb-active:after {
    border-color: #28968a transparent transparent transparent;
    left: 25px;
  }

  .check-list.no01 li::before,
  .check-list.no02 li::before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
  }

  .balloon-box__txt .check-list li {
    font-size: 14px;
    padding: 2px 0;
  }

  .company-list__item .table__ttl {
    padding: 1px 0;
  }

  body.fix20220818 .table3__cel p:last-child {
    font-weight: bold;
  }

  .ranking__No1 .balloon-box__txt {
    padding-top: 32px;
  }

  .balloon-box__ttl {
    height: 40px;
    line-height: 40px;
    padding-right: 40px;
  }

  form dt {
  }

  /* ==========================================================================
比較表　調整 20221222
=========================================================================== */
  .comparison__table-aco {
    overflow-y: hidden;
    height: auto;
  }

  .comparison__table-acoBtn.active {
    margin-top: 20px;
  }

  /* ==========================================================================
FVレバレッジ訴求変更　レバレッジとは　ポップアップパーツ 20221222
=========================================================================== */
  .recommend .inner .popup__open {
    position: absolute;
    top: -34px;
    padding-right: 23px;
    text-align: right;
    display: block;
    width: 100%;
    font-size: 70%;
    font-weight: bold;
  }

  /* ==========================================================================
検索フォーム改修 20230117
=========================================================================== */
  .form label {
    font-size: 0.75rem;
    padding: 0.5rem;
  }

  .form .form__radio-label {
    padding: 5px;
  }

  .form .form__checkbox-label {
    text-align: left;
    padding-left: 58px;
  }

  .form label.form__checkbox-label--coin {
    padding-left: 56px;
  }

  .form__checkbox-label::before {
    left: 10px;
  }

  .form__fukidashi {
    font-size: 0.625rem;
    width: 80px;
    top: -38%;
  }

  .form dl:nth-child(2) .form__grid {
    row-gap: 1.75rem;
    margin-top: 1.75rem;
  }

  .Refine_Search_number {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
  }

  /* タブ */
  .tab__btns {
    margin-top: 15px;
  }

  .tab__btns-inner {
    border: none;
  }

  .tab__btn {
    width: calc((100% - 40px) / 2);
    height: 46px;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    padding: 0.625rem 0.625rem;
    margin-bottom: -3px;
  }

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

  .tab__item {
    padding-top: 10px;
  }

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

  .tab__items:nth-of-type(2) .table--1 tr:nth-child(1) th:first-of-type {
    width: 131px;
  }

  .tab__btn::after {
    height: 3px;
  }

  .tab__items:nth-of-type(2) .table--1 tr:nth-child(1) th {
    height: auto;
  }

  .comparison__table {
    margin-top: 0;
  }

  .comparison__table-aco::after {
    width: 800px;
  }

  /* ========================================================
  20230403 投資スタイル別
  =========================================================*/
  /* 選び方 */
  .inv-style__howto {
    padding-top: 0;
  }

  .inv-style__howto-txtbox {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .inv-style__howto-triangle {
    width: 94px;
    margin: 20px auto;
  }

  /* おすすめ口座 */
  .inv-style__recommend {
    margin-top: 0;
    padding: 0 0 40px;
  }

  .inv-style__recommend-list {
    gap: 6px;
    margin-top: 40px;
  }

  .inv-style__recommend-item {
    width: calc((100% - 12px) / 3);
    padding: 12px 6px;
  }

  .inv-style__recommend-item_ttl {
    font-size: 14px;
  }

  .inv-style__recommend-item_img {
    width: 60px;
  }

  .inv-style__recommend-item_bnr {
    width: 100%;
    height: auto;
  }

  .inv-style__recommend-item_txt {
    font-size: 12px;
  }

  .inv-style__recommend-item_btn {
    margin-top: 8px;
  }

  /* .inv-style__recommend-item:first-of-type .inv-style__recommend-item_btn a {
  line-height: 1.1;
  padding: 0.15rem 0 0.2rem;
}  */

  .inv-style__recommend-item_fukidashi {
    font-size: 11px;
    white-space: nowrap;
    top: -25px;
  }

  /* ========================================================
  20230405 FX始め方ガイド
  =========================================================*/
  .guide__tab {
    width: 100%;
    padding: 0 10px;
  }

  .tab__btn02 {
    font-size: 12px;
  }

  .guide__item-ttl {
    padding: 12px 18px;
  }

  .guide__item-content {
    height: auto;
    padding: 15px 18px;
  }

  .guide__item-content p {
    font-size: 12px;
  }

  .guide__item01 .guide__item-headline {
    font-size: 16px;
    margin-top: 10px;
  }

  .guide__item-content .popup__open {
    font-size: 10px;
    justify-content: right;
    position: relative;
    margin-top: 8px;
    bottom: 0;
    right: 0;
  }

  .guide__item-content .popup__open-btn {
    background-size: 11px;
    width: 11px;
    height: 11px;
  }

  .guide__item-cards {
    gap: 20px;
    margin-top: 5px;
  }

  .guide__item-card_ttl {
    font-size: 12px;
  }

  .guide__item-card_content img {
    width: 108px;
    height: 158px;
  }

  .guide__item03 .guide__item-headline {
    margin-top: 16px;
  }

  .guide__item-cta_logo {
    width: 140px;
  }

  .guide__item-cta + .guide__item-cta {
    margin-top: 10px;
  }

  /* ========================================================
  20230411 比較表下CTAエリア
  =========================================================*/
  .comparison__cta {
    width: 100%;
    padding: 0 10px;
  }

  .comparison__cta-flex {
    /* grid-template-columns: 65% 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px 12px; */
  }

  .comparison__cta-content {
    padding: 10px;
  }

  .comparison__cta-bnr {
    width: 70%;
  }

  .comparison__cta-detail {
    height: 100%;
  }

  .comparison__cta-detail_ttl {
    font-size: 0.75rem;
    height: 40%;
  }

  .comparison__cta-detail_txt {
    font-size: 0.75rem;
    background: url(../img/ct_icon_double-circle_02.png) no-repeat center / 25px,
      #fff;
    height: 60%;
  }

  .comparison__cta-camp {
    font-size: 0.875rem;
    padding: 0.312rem 1.875rem;
  }

  .comparison__cta-btn {
    font-size: 14px;
    padding: 10px;
  }

  .recommend__cards-notes {
    padding-left: 1%;
    padding-right: 1%;
  }

  .comparison__campaign__cta {
    width: calc(100% - 20px);
    margin-top: 60px;
  }

  .comparison__campaign__cta::before {
    top: -12%;
    height: 82px;
  }

  .comparison__campaign__name {
    font-size: 20px;
    margin-top: 6px;
  }

  .comparison__campaign__bnr {
    margin-top: 10px;
  }

  .comparison__campaign-txt {
    font-size: 12px;
    margin-top: 10px;
    padding: 10px 0 0;
  }

  .comparison__campaign__voucher {
    margin-top: 10px;
  }

  .comparison__campaign__cta-btn {
    font-size: 0.75rem;
    padding: 1.125rem 1.875rem;
    margin-top: 10px;
  }

  /* invest */
  .invest .comparison__cta {
    width: 100%;
  }

  .invest .comparison__cta-flex {
    grid-template-columns: 65% 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px 12px;
  }

  .invest .comparison__cta-bnr {
    width: 100%;
    height: auto;
  }

  .invest .comparison__cta-flex > div {
    width: auto;
  }

  /* ==========================================================================
  20240321 SBI５位追記
  =========================================================================== */
  .positioningMap__item-03 {
    top: 34%;
  }

  .positioningMap__item-11 {
    top: 25%;
    left: 20%;
  }

  /* ==========================================================================
20240410 教育コンテンツ追加
=========================================================================== */
  .education__img {
    margin: 10px auto 0;
  }

  /* ==========================================================================
ステマ対策
  =========================================================================== */

  .adTxt {
    text-align: right;
    max-width: 100%;
    padding: 0 2px;
    /* 左右余白 LPに合わせて調整 */
    margin: 0 auto;
  }

  .result .adTxt {
    top: 114px;
  }

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

  /* ========================================================
20240606 header ロゴ追加
=========================================================*/
  .header__logo::before {
    width: 131px;
    height: 26px;
  }

  .header__logo {
    height: 26px;
    width: 100%;
  }

  /* ==========================================================================
20250813 DMMキャンペーン期間
=========================================================================== */
  .comparison__cta_campagin {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
    overflow: hidden;
  }

  .comparison__cta-flex_campagin {
    display: grid;
    justify-content: flex-start;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 10px;
  }

  .comparison__cta-bnr_campagin {
    width: 100% !important;
    height: auto;
    max-width: 100%;
  }

  .comparison__cta-detail {
    text-align: center;
  }
}
