@charset "UTF-8";
@media screen and (max-width: 768px) {
  /* ==========================================================================
  ベース設定
  =========================================================================== */
  :root {
    /* カラー */
    --Text: #383838;
    --Text_blue: #13465c;
    --Main: #f05529;
    --Sub: #ff9600;
    --Accent: #00b271;
    --Back: #f5f5f5;
    --gray: ;
    /* 文字サイズ */
    --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: 20px;
    padding-left: 20px;
  }
  /* 各セクション */
  .section {
    padding: 1.875rem 0 5rem;
  }
  /* セクションタイトル長さ指定 */
  .section__ttl--1 {
    width: 16.625rem;
  }
  .section__ttl--2 {
    width: 15.75rem;
  }
  .section__ttl--3 {
    width: 19.3125rem;
    position: relative;
    z-index: 2;
  }
  .section__ttl--4 {
    width: 19.1875rem;
  }
  .section__ttl--5 {
    width: 14.5625rem;
  }
  .section__ttl--result {
    width: 19.125rem;
  }
  /* ボタン大 */
  .btn-main {
    font-size: 1.25rem;
    padding: 0.5rem;
  }
  /* ボタン小 */
  .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;
  }
  .check-list li::before {
    margin-top: 0.3125rem;
  }
  /* フッター */
  .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 {
    width: 100%;
  }
  .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;
  }
  .table-wrapper__content {
    margin-top: 0.3125rem;
  }
  .comparison.wrapper .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .table-wrapper__sp-scroll .table {
    margin-left: 20px;
    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(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-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;
  }
  /* テーブルロゴ */
  .table__logo {
    height: 28px;
  }  
  .table__logo.table__logo--no-rank a {
    padding: 0;
  }

    /* ==========================================================================
20250314 比較表 トライオート PR枠追加
=========================================================================== */
  .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--1 tr:nth-child(2n + 1) td:first-child {
    padding: 1.75rem 0.25rem 0.44rem;
    position: sticky;
    left: 0;
    z-index: 5;
    background-clip: padding-box;
  }

  /* 吹き出しボックス */
  .balloon-box {
    padding: 3.75rem 1.25rem 2.5rem;
  }
  .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 {
    padding: 0.625rem 1.875rem;
    text-align: center;
    line-height: 1.5;
    border-radius: 1.875rem;
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
  /* チェックマークのリスト */
  .check-list li {
    font-size: 1rem;
    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: 3.125rem;
  }
  .form .form__checkbox-label {
    height: 4.375rem;
  }
  .form__radio-label::before,
  .form__checkbox-label2::before {
    display: none;
  }
  .form__radio-label::after,
  .form__checkbox-label2::before {
    display: none;
  }
  /* ボタン */
  .form__btns {
    display: flex;
    margin-top: 2.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;
  }
  /* ==========================================================================
  comparison / 5社を徹底比較
  =========================================================================== */
  .comparison {
    padding-top: 1.875rem;
    padding-bottom: 3.75rem;
  }
  /* セクション背景 */
  .comparison::before {
    width: 6.25rem;
    height: 6.25rem;
    z-index: -1;
  }
  .comparison::after {
    width: 6.25rem;
    height: 6.25rem;
    z-index: -1;
  }
  .comparison__table {
    margin-top: 1.4375rem;
  }
  /* ==========================================================================
  recommend / 当サイト人気No1は？のセクション
  =========================================================================== */
  /* おすすめセクション カード */
  .card {
    padding: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
  }
  .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: 22px;
    height: auto;
    width: auto;
    padding-top: 0;
  }
  .card__heading {
    position: unset;
    font-size: 18px;
  }
  .card__heading::after {
    content: none;
  }
  .recommend__cards .card__logo {
    margin: 0;
  }
  .card.card--rank1 {
    border-bottom: 8px solid var(--Sub);
  }
  .card__flex-wrap2 {
  }
  .recommend__cards {
    margin-top: 8px;
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
  .card__ttl-wrap {
    background-color: #196275;
    width: 100%;
    font-size: 18px;
    padding: 6px 4px;
    border-radius: 10px 10px 0 0;
    position: relative;
    top: -1px;
    left: 0;

  }
  .card__ttl-wrap--rank1 .card__logo {
    /* .card__bnr { */
  }
  .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__logo,
  .card__rank,
  .card__rank.card__rank--rank1 {
  }
  .card__access-wrap.card__access-wrap--rank1 {
    display: block;
  }
  .card__flex-wrap1 {
    display: flex;
    justify-content: center;
    gap: 18px;
    padding: 12px 0 10px;
    /* align-items: center; */
  }
  .card--rank2 .card__flex-wrap1,.card--rank3 .card__flex-wrap1 {
    align-items: center;
  }
  .card__fukidashi {
    font-size: 14px;
    display: table;
    width: auto;
    margin: 12px auto 0;
    padding: 3px 30px 5px;
    line-height: 1;
    font-weight: initial;
  }
  .card__fukidashi .bg {
    font-size: 14px;
  }
  /* 杉田追記 */
  .recommend .section__ttl--2 {
    width: 20.75rem;
  }
  .recommend .inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .recommend__ttl-wrap {
    padding: 1.3125rem 0 0;
  }
  .recommend::before,
  .recommend::after {
    width: 6.25rem;
    height: 6.25rem;
    z-index: 2;
  }
  .card--rank1 .card__bnr,
  .card__bnr {
    margin-top: 0;
  }
  .card.card--rank1 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .card__ttl-wrap.card__ttl-wrap--rank1 {
    margin-top: 0;
    background-color: var(--Sub);

  }
  .card__bnr {
    min-height: initial;
    margin-bottom: 0.3125rem;
    max-width: 50%;
    width: 32vw;
  }
  .card__access-wrap {
    margin-top: 0;
  }
  .recommend__cards {
    column-gap: 0.625rem;
    align-items: baseline;
  }
  .card__access p {
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.5;
    margin: -5px 0px -2px 0;
  }
  .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-top: 1.25rem;
    padding-bottom: 3.75rem;
  }
  .search::before {
    width: 6.25rem;
    height: 6.25rem;
  }
  .search::after {
    width: 6.25rem;
    height: 6.25rem;
  }
  .search__form {
    margin-top: 1.875rem;
  }
  /* ==========================================================================
    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: 1.25rem;
  }
  /* 会社情報群 */
  .company-list__item:nth-child(n + 2) {
    margin-top: 3.75rem;
  }
  /* 会社情報 */
  .company-info__ttl-wrap {
    min-height: 5rem;
  }
  .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: 4.0625rem;
  }
  .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 {
    width: 18.75rem;
    position: absolute;
    top: 0.125rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .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: 2.625rem;
  }
  .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: 3.75rem 0 1.875rem;
  }
  .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__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 0.3rem 2.5rem;
  }
  /* 比較表 comparison__table */
  body.fix20220818 .comparison__table .txt-bold {
    font-weight: normal;
  }
  /* ランキング company-list__item */
  body.fix20220818 .company-info.pr {
    padding-right: 20px;
    padding-left: 20px;
  }
  body.fix20220818 .pr__dmm .inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  
  body.fix20220818 .company-info__bnr {
    margin-top: 0;
  }
  body.fix20220818 .company-info__table3 {
    /* margin-top: 1.2rem; */
  }
  body.fix20220818 .company-info__box {
    /* margin-top: 2.5rem; */
  }
  body.fix20220818 .company-list__item:nth-child(n + 2) {
    margin-top: 2.75rem;
  }
  /*　アンケート 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 {
    padding: 2.5rem 1.25rem 1.5rem;
  }

  body.fix20220818 .balloon-box__txt p {
    font-size: 0.9rem;
    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 {
    display: block;
  }

  body.fix20220818 .section.ranking {
    padding-bottom: 2.5rem;
  }
  body.fix20220818 .comparison {
    padding-bottom: 2rem;
  }
  /* .No1-box .balloon-box */
  body.fix20220818 .ranking__No1 {
    margin-top: 2.625rem;
    width: calc(100vw - 20px);
    margin-right: auto;
    margin-left: auto;
  }
  body.fix20220818 .No1-box .balloon-box {
    padding: 2rem 1rem 1rem;
  }
  body.fix20220818 .check-list li::before {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem !important;
    position: relative;
    top: 0.125rem !important;
  }
  body.fix20220818 .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 {
    width: calc(100% - 0px);
  }
  body.fix20220818 .No1-box__ttl img {
    width: 100%;
    display: block;
    margin: 0px auto 0;
  }
  body.fix20220818 .No1-box {
    padding: 4.275rem 0.3rem 2.5rem;
  }
  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% - 0px);
    font-size: 1.1rem;
    padding: 0.5rem;
  }
  body.fix20220818 section.comparison .cta-btn__wrap a,
  body.fix20220818 .point.section .cta-btn__wrap a {
    width: calc(100% - 30px);
    font-size: 1.1rem;
    padding: 0.5rem;
  }
  body.fix20220818 .cta-btn__message {
    font-weight: normal;
  }
  /*　当サイト人気NO.1は？ */
  body.fix20220818 .recommend::before,
  .recommend::after {
    width: 4.25rem;
    height: 4.25rem;
    z-index: 2;
  }
  body.fix20220818 .recommend__ttl-wrap {
    padding: 0.63rem 0;
  }
  body.fix20220818 div.recommend__ttl-wrap > h2 > picture > img {
    display: block;
    margin: 2% auto 0;
    width: 80%;
  }
  /* body.fix20220818 .recommend__ttl-wrap::before {
    position: absolute;
    bottom: -0.65rem;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.7rem 0.7rem 0 0.7rem;
  } */
  /*　見出し画像調整  */
  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%;
    margin: 0 auto -5px;
    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: 2rem;
  }
  @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 {
    gap: 0.4rem;
  }
  .company-info__tag li {
    padding: 0.25rem 0.45rem;
  }
  .table__ttl {
    margin-bottom: 4px;
    margin-top: 5px;
  }

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

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

  .table__rank--top > span {
    position: relative;
    width: 3.2rem;
    height: 0.8rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 1.0rem;
    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: 3.375rem;
    height: 1.7rem;
    -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 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 12px;
  }

  .recommend {
    padding-bottom: 25px;
  }

  .fv_txt {
    margin-top: 1.5rem;
    font-size: 0.9rem;
  }

  .company-info__ttl h3 a {
    font-size: 1.2rem;
  }
  
/* ==========================================================================
20240523 DMM PR追加
=========================================================================== */
  .pr__dmm {
    margin-top: 1.4rem;
}
.pr__dmm__ttl-catch {
  font-size: 15px;
}
  .pr__dmm__ttl{
    width: 100%;
    font-size: 23px;
    padding: 10px 0 14px;
  }
  body.fix20220818 .company-list__item.pr{
    margin-top: 1rem;
  }
  /* ==========================================================================
20250314 比較表下CTAエリア トライオート PR追加
=========================================================================== */
  .comparison__cta {
    width: 100%;
    padding: 0 10px;
  }
  .comparison__cta-triangle {
    width: 95px;
    margin: 15px auto;
  }
  .comparison__cta-flex {
    grid-template-columns: 65% 1fr;
    gap: 10px;
  }
  .comparison__cta-detail {
    font-size: 0.75rem;
  }
  .comparison__cta-detail_ttl {
    height: 40%;
  }
  .comparison__cta-detail_txt {
    height: 60%;
    background-size: 26px;
  }
  .comparison__cta-camp {
    font-size: 0.875rem;
    padding: 4px 8px;
  }
  .comparison__cta-txt {
    font-size: 0.75rem;
    padding: 10px 0;
  }
  .comparison__cta-btn {
    font-size: 1rem;
  }

}
