@charset "UTF-8";
@media screen and (max-width: 768px) {
  /* ==========================================================================
  ベース設定
  =========================================================================== */
  :root {
    /* カラー */
    --Text: #3f4f5f;
    --Text_blue: #1a0dab;
    --Main: #13c4ce;
    --Sub: #effbfe;
    --Accent: #;
    --Back: #fefbf3;
    --gray: #6f6f6f;
    /* 文字サイズ */
    --FontSizePC: 16px;
    /* 1010px(inner+padding*2) 〜 max-screen */
    --FontSizeTab: 1.5841584158vw;
  }
  html {
    font-size: var(--FontSizeSP);
  }
  .forPC {
    display: none;
  }
  .forPC-inline {
    display: none;
  }
  .forSP {
    display: block;
  }
  .adTxt {
    text-align: right;
    max-width: 100%;
    padding: 0 8px;
    margin: 8px auto;
  }
  body:not(.result_page) .adTxt__wrap,
  body.result_page .adTxt__wrap {
    width: 100%;
  }
  body:not(.result_page) .adTxt {
    right: 0;
    top: 10px;
  }
  .result_page .adTxt {
    max-width: 100%;
    margin: 0 15px;
  }
  .adTxt span {
    color: var(--gray);
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #bbb; /* 枠色 変数名がTextでない場合は変更 */
    padding: 2px 14px;
  }
  .txt--clinicfor {
    font-size: 8px;
    width: 100%;
    /* padding: 0 15px; */
  }
  .result_page .txt--clinicfor {
    max-width: 100%;
    margin-top: 4px;
  }
  .result_page .txt--clinicfor .notes--clinic {
    padding: 0px 24px 0;
  }

  /* header ロゴ追加 */
  .header__logo {
    height: 43px;
  }
  .header__logo::before {
    width: 128px;
    height: 43px;
  }

  /* ==========================================================================
    共通パーツ
    =========================================================================== */
  /* デザイン幅 */
  .wrapper {
    overflow: hidden;
  }
  /* インナー幅 */
  .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* 各セクション */
  .section {
    padding: 1.875rem 0 5rem;
  }
  p {
    font-size: 0.875rem;
  }
  .txt-sm {
    font-size: 0.625rem;
  }
  /* ボタン大 */
  .btn-main {
    font-size: 1.25rem;
    padding: 1.25rem 1.875rem;
  }
  /* ボタン小 */
  .btn-sub,
  .btn-detail {
    width: 5rem;
    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: hidden;
  }
  .table-wrapper__content {
    margin-top: 0.3125rem;
  }
  .comparison.wrapper .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .table-wrapper__sp-scroll .table,
  .table-wrapper__sp-scroll .table-column {
    margin: 0 auto;
    position: relative;
  }
  .table-wrapper__sp-scroll .table::after,
  .table-wrapper__sp-scroll .table-column::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 20px;
    height: 1px;
  }
  /* テーブル本体 */
  .table {
    border-collapse: separate;
    border-spacing: 0;
    width: 42.5rem;
  }
  /* テーブルヘッド */
  .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: 19%;
    position: sticky;
    left: 0;
    z-index: 5;
  }
  .table--1 tr:nth-child(1) th:nth-child(2),
  .table--1 tr:nth-child(1) th:nth-child(3) {
    height: 18px;
  }
  .table--1 td {
    min-height: 8.75rem;
  }
  .table--1 tr td:first-child {
    padding: 0.625rem 0.25rem 0.44rem;
    position: sticky;
    left: 0;
    z-index: 5;
    background-color: #fff;
    background-clip: padding-box;
  }
  .table--1 tr:first-of-type td:first-child {
    background-color: #fffce0;
  }
  /* 検索結果のテーブルのセル幅・高さ指定 */
  .table-result th:nth-child(1) {
    width: 26.4705882353%;
  }
  .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: 1.25rem;
  }
  /* テーブルのフォント指定 */
  .table th {
    font-size: 0.63rem;
    line-height: 1.2;
    border-left: none;
  }
  .table th:first-of-type {
    border-left: 1px solid #333;
  }
  .table__rank01 td:first-of-type {
    background-color: #fffce0 !important;
  }
  .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.table__logo--no-rank a {
    padding: 0;
  }
  /* チェックマークのリスト */
  .check-list li {
    font-size: 1rem;
    line-height: 1.75;
  }
  /* フォーム */
  .form dl:nth-child(n + 2) {
    margin-top: 1.25rem;
  }
  .form__grid {
    margin-top: 10px;
    gap: 5px;
    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 0 0.625rem 36px;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
  }
  /* ==========================================================================
  header / ヘッダー
  =========================================================================== */
  .header img {
    width: 100%;
  }

  /* mv */
  .mv__head {
    top: 7.7%;
  }
  .mv__text1,
  .mv__year {
    font-size: calc(46 / 880 * 100vw);
  }

  /* ==========================================================================
  comparison / 5社を徹底比較
  =========================================================================== */
  .comparison {
    padding-top: 0;
    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: 0;
  }
  /* ==========================================================================
  recommend / 当サイト人気No1は？のセクション
  =========================================================================== */
  /* おすすめセクション カード */
  .card__inner {
    width: calc(100vw - 30px);
    margin-right: auto;
    margin-left: auto;
  }
  .card__rank {
    padding: 0;
    gap: 0.9375rem;
  }
  .card__bnr {
    min-height: initial;
    margin-bottom: 0.3125rem;
    padding: 0;
  }
  .card__bnr-catch {
    font-size: 0.75rem;
    gap: 15px;
    align-items: center;
    min-height: 30px;
  }
  .card__bnr-btn {
    min-width: 50%;
    min-height: 30px;
  }
  .card__table dl {
    font-size: 0.75rem;
  }
  .card__table dl dt {
    max-width: 5.625rem;
  }
  .card__table dl dd {
    padding: 0 0.625rem;
  }
  .card__table dl dd p {
    font-size: 0.75rem;
  }
  .card__table dl p.sm {
    font-size: 0.625rem;
  }
  .card__point-txt {
    margin-top: 0.5rem;
  }
  .card__box-btn {
    font-size: 1rem;
    height: 70px;
  }
  .card__more {
    max-width: calc(100vw - 40px);
  }
  .card--rank4 .card__rank img,
  .card--rank5 .card__rank img {
    width: 3.125rem;
  }
  .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.875rem;
  }
  .table__rank--1 {
    background-color: #fffce0;
  }
  /* 会社情報群 */
  .company-list__item:nth-child(n + 2) {
    margin-top: 3.75rem;
  }
  /* 会社情報 */
  .company-info__ttl-wrap {
    min-height: 5rem;
  }
  .company-info__rank {
    width: 100%;
  }
  .company-info__rank img {
    width: 100%;
  }
  .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: 0.625rem;
  }
  .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 {
    display: flex;
    padding: 0 0.9375rem;
  }
  /* おすすめ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;
  }
  .result .card.id_1 .card__rank::before {
    background-size: 3.75rem;
    width: 3.75rem;
    height: 50px;
  }
  /* 再検索 */
  .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 */
  /* ランキング company-list__item */
  body.fix20220818 .ranking.section .inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  body.fix20220818 .company-info__bnr {
    margin-top: 10px;
  }
  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__ttl > span > span {
    padding: 0.525rem 1.875rem;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.5;
    border-radius: 0.875rem 0.875rem 0 0;
    display: block;
    margin: 0 -2px 0;
  }
  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 .balloon-box__ttl > span > span {
    display: block;
    border-radius: 2.5rem;
    font-size: 1.1rem;
    padding: 0.575rem 0;
    border-radius: 0.5rem 0.5rem 0 0;
    width: calc(100% + 4px);
    text-align: center;
    margin: 0 -2px 0;
  }
  body.fix20220818 .section.ranking {
    padding-bottom: 1.875rem;
    padding-top: 0;
  }
  body.fix20220818 .comparison {
    padding-bottom: 2rem;
  }
  /* .No1-box .balloon-box */
  body.fix20220818 .ranking__No1 {
    margin-top: 2.625rem;
  }
  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 1.25rem 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 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.5rem 0 0;
  }
  body.fix20220818 div.recommend__ttl-wrap > h2 > picture > img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  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;
    border-color: var(--Main) transparent transparent transparent;
  }
  /*　見出し画像調整  */
  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: 100vw;
    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: -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;
  }
  .howto {
    padding-bottom: 30px;
  }
  .howto__list {
    justify-content: flex-start;
    overflow-x: scroll;
    margin-top: 0;
  }
  .howto__item__rank {
    top: 0;
  }
  .howto__item {
    min-width: 215px;
  }
  .company-table dt {
    font-size: 0.75rem;
  }
  .company-table dd {
    font-size: 0.75rem;
  }
  .company-table dd .sm {
    font-size: 0.625rem;
  }
  .btn__more {
    font-size: 0.75rem;
    max-width: 5.625rem;
  }
  .cta-btn a.btn-main {
    max-width: 100%;
  }
  .btn-main-copy {
    font-size: 0.625rem;
  }
  .btn-main {
    font-size: 0.875rem;
  }
  .cta-btn a.btn-main .sm {
    font-size: 0.625rem;
  }
  .best__cards {
    margin-top: 0;
  }
  .card__rank img {
    width: 3.75rem;
  }
  .card__rank__header p {
    font-size: 0.75rem;
  }
  .card__rank__header a {
    font-size: 1.125rem;
  }
  .howto__item-ttl {
    margin-top: 0.625rem;
  }
  .howto__item-txt {
    font-size: 0.75rem;
  }
  .howto__item__rank {
    width: 50px;
  }
  .matome__bnr {
    padding: 0;
  }
  .page-lower {
    padding-top: 0;
  }
  .page-lower h1 {
    font-size: 1.5rem;
  }
  .page-lower h1::before,
  .page-lower h1::after {
    width: 1.875rem;
    height: 3.625rem;
    background-image: url(../img/icon_dot_sp.png);
  }
  .page-lower h1::before {
    left: 0.9375rem;
  }
  .page-lower h1::after {
    right: 0.9375rem;
  }
  .page-lower h2 {
    font-size: 1.125rem;
  }
  .page-lower h3 {
    font-size: 1rem;
  }
  .page-lower .cmn__table {
    flex-wrap: wrap;
  }
  .page-lower .cmn__table dl {
    flex: initial;
    max-width: 50%;
    width: 100%;
  }
  .page-lower .cmn__table dl.size-full {
    width: 100%;
    max-width: 100%;
  }
  .page-lower .cm__point__list {
    padding: 1.875rem 0.9375rem 0.9375rem;
  }
  .toTop {
    right: 16px;
  }
  /* ==========================================================================
  20221114追加
  =========================================================================== */
  /* fv下コンテンツ */
  .fv .inner {
    padding: 0;
  }
  .fv__ttl {
    width: 100%;
    margin-top: 0;
  }
  .fv__list {
    gap: 2px;
    margin-top: 4px;
  }
  .fv__list li {
    border: none;
    width: calc(100% / 3);
    padding-top: 4px;
  }
  .fv__list li:first-child {
    background: #fffce0;
    border: 2px solid var(--Main);
    border-radius: 4px;
    padding-top: 3px;
  }
  .icon__fv {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .fv__list li:first-child .icon__fv {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .fv__logo,
  .fv__bnr {
    width: calc(100% - 16px);
    margin: 0 8px;
    object-fit: contain;
  }
  .fv__logo {
    height: 60px;
    padding: 8px 0;
  }
  .fv__bnr {
    height: 56px;
    object-position: top;
  }
  .fv__list li p {
    font-size: 12px;
    text-align: center;
    padding-top: 4px;
  }
  a.fv__btn {
    font-size: 12px;
    border-bottom: 3px solid #369aa5;
    border-radius: 4px;
    width: 80%;
    margin-top: 6px;
    padding: 6px 0;
  }
  a.fv__btn::after {
    display: none;
  }
  /* ==========================================================================
  20221115追加
  =========================================================================== */
  /* 注釈 */
  .txt-notes {
    margin-top: 4px;
  }
  /* 種類・相場 */
  .medicine-type {
    margin-top: 0;
  }
  .medicine-type__img {
    height: auto;
  }
  .medicine-type .txt-notes {
    width: auto;
    padding-left: 20px;
  }
  /* 目的別スライド */
  .purpose-pill {
    width: 100%;
    margin-top: 4px;
  }
  .purpose-pill__ttl {
    width: 84%;
  }
  .purpose-pill__contents {
    position: relative;
  }
  .purpose-pill__list {
    justify-content: flex-start;
    gap: 0;
  }
  .purpose-pill__list > li {
    width: 160px !important;
  }
  .purpose-pill__tag-list {
    padding: 0 8px;
  }
  .purpose-pill__img {
    width: 100%;
    margin-top: 8px;
    padding: 0 4px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    height: 214px !important;
    width: 52px !important;
    position: absolute;
    top: 30px !important;
  }
  .swiper-button-prev {
    left: 0 !important;
  }
  .swiper-button-next {
    right: 0 !important;
  }
  .swiper-button-disabled {
    display: none !important;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    background: url(../img/cm_icon_circle-chevron.png.webp) no-repeat center/
      32px;
    width: 32px;
    height: 100%;
    margin: auto;
  }
  .swiper-button-next:after {
    transform: rotate(180deg);
    right: 0;
  }
  /* ========================================================
  20111116 追加
  =========================================================*/
  /* ポジショニングマップ */
  /* .positioningMap {
    width: 100%;
    margin-top: 0;
  }
  .positioningMap__top {
    padding: 0 20px;
    margin-top: 24px;
  }
  .positioningMap__top-subTtl {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .positioningMap__top-notes {
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
  }
  .positioningMap__top-ttl {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
  }
  .positioningMap__inner {
    background-size: 32px 32px;
    background-position: 50% 50%;
    width: 100%;
    aspect-ratio: 3 / 4;
    position: relative;
  }
  .positioningMap__inner::before {
    top: 11%;
    right: 7%;
  }
  .positioningMap__inner::after {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 25%;
    left: 40%;
    transform: translateX(-50%);
    background-size: 130%;
  }
  .positioningMap__label,
  .positioningMap__subLabel {
    position: absolute;
    z-index: 2;
  }
  .positioningMap__subLabel {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
  }
  .positioningMap__subLabel02 {
    line-height: 1.4;
    text-align: right;
    right: 0%;
    top: 80%;
  }
  .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: 11.5%;
    left: 30.5%;
    transform: translateX(-50%);
  }
  .positioningMap__label-02 {
    top: 97%;
    left: 39%;
  }
  .positioningMap__label-03,
  .positioningMap__label-04 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
  }
  .positioningMap__label-03 {
    top: 93.8%;
    transform: translateY(-50%);
    right: 2%;
  }
  .positioningMap__label-04 {
    top: 89.8%;
    transform: translateY(-50%);
    left: -2px;
  }
  .positioningMap__item-logo {
    width: auto;
    height: 32px;
  }
  .positioningMap__item {
    border-radius: 4px;
    width: 98px;
    padding: 2px 8px;
    position: absolute;
    z-index: 1;
  }
  a.positioningMap__item {
    text-decoration: none;
  }
  a.positioningMap__item:hover {
    opacity: 1;
  }
  .positioningMap__item-01 {
    right: 4.5%;
  }
  .positioningMap__item-02 {
    top: 43%;
  }
  .positioningMap__item-03 {
    top: 44%;
  }
  .positioningMap__item-06 {
    right: 22%;
    top: 74%;
  }
  .positioningMap__item-07 {
    right: 23%;
    top: 75%;
  }
  .positioningMap__item-catch {
    font-size: 10px;
  }
  .positioningMap__item-01 {
    width: 35%;
    max-width: 35%;
    padding: 8px;
  }
  .positioningMap__item-01::before {
    background-size: auto 20px;
    width: 26px;
    height: 20px;
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .positioningMap__item-link {
    display: block;
  } */
  /* ==========================================================================
  positioningMap / ポジショニングマップ （追記）
  =========================================================================== */
  /* .positioningMap {
    padding: 0 20px;
  }
  .positioningMap__item.positioningMap__item-01 {
    top: 21%;
    left: 44%;
  }

  .positioningMap__item.positioningMap__item-02 {
    top: 58%;
    left: 58%;
  }

  .positioningMap__item.positioningMap__item-03 {
    top: 47%;
    left: 28%;
  }

  .positioningMap__item.positioningMap__item-04 {
    top: 77%;
    right: 54%;
  }

  .positioningMap__item.positioningMap__item-05 {
    top: 62%;
    right: 46%;
  }

  .positioningMap__item.positioningMap__item-06 {
    right: 24%;
    top: 72%;
  }
  .positioningMap__item.positioningMap__item-07 {
    right: 22%;
    top: 75%;
  }

  .positioningMap__label-01,
  .positioningMap__label-02,
  .positioningMap__label-03,
  .positioningMap__label-04 {
    width: 43px;
    height: 43px;
    font-size: 0.85rem;
    line-height: 43px;
  }

  .positioningMap__label-02,
  .positioningMap__label-04 {
    color: #3f4f5f;
  }

  .positioningMap__subLabel01 {
    text-align: center;
    line-height: 1.4;
    left: 35%;
    top: 5%;
  }

  .positioningMap__subLabel03 {
    font-weight: normal;
    right: 0%;
    top: 104%;
  } */
  /* ==========================================================================
  20230822 positioningMap__label リベルサス用css追記 
=========================================================================== */
  /* .positioningMap__label-01-med {
    line-height: 0.8;
  }
  .positioningMap__label-01-med span {
    font-size: 0.425rem;
  }
  .positioningMap__subLabel01-med {
    top: 4%;
    left: 33%;
  }
  .positioningMap__subLabel02-med {
    top: 83%;
    right: 2%;
  } */
  /* ===================================================
20231004 positioningMap 微調整
======================================================== */

  /* .positioningMap__label-01,
  .positioningMap__label-02,
  .positioningMap__label-03,
  .positioningMap__label-04 {
    width: 50px;
    height: 50px;
  }
  .positioningMap__item {
    padding: 6px 10px;
  }
  .positioningMap__item.positioningMap__item-01 {
    padding: 6px 10px;
    width: auto;
  }
  .positioningMap__item-01 div {
    font-size: 13px;
  }
  .positioningMap__item-01 .positioningMap__item-logo {
    height: auto;
  }
  .positioningMap__inner::before {
    width: 48%;
    top: 9%;
    left: 49%;
  }
  .positioningMap__inner {
    width: 100%;
  } */
  /* ===================================================
20231101 positioningMap デジクリ追加
======================================================== */
  /* .positioningMap__label-01 {
    top: 3.5%;
    left: 14.5%;
    transform: translateX(-50%);
  }
  .positioningMap__item.positioningMap__item-02 {
    top: 63%;
    left: 52%;
  }
  .positioningMap__item.positioningMap__item-03 {
    top: 40%;
    left: 16%;
  }
  .positioningMap__item.positioningMap__item-04 {
    top: 77%;
    left: 6%;
  }
  .positioningMap__item-08 {
    top: 52%;
    left: 28%;
  }
  .positioningMap__inner::after {
    background-image: url(../img/positioningmap_bg_sp.png);
    width: 100%;
    height: 100%;
    top: 18%;
    left: 28%;
    transform: translateX(-30%);
    background-size: 70%;
  } */

  /* 市販NG */
  .ng {
    background: transparent;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 24px;
  }
  .ng__ttl {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .ng__txtbox {
    width: calc(100% - 10px);
    margin-top: 12px;
  }
  /* ========================================================
  20111118 追加
  =========================================================*/
  /* 費用タブパーツ */
  .cost__inner > p {
    margin: 12px 0 0;
    /* padding: 0 16px; */
  }
  .cost__ttl {
    display: block;
    width: 64%;
    margin: 0 auto;
  }
  .cost-table .cost__ttl {
    width: 100%;
  }
  .cost__inner {
    width: 100%;
  }
  .cost-table .cost__inner > p {
    font-size: 15px;
    line-height: 1.9;
  }
  .cost__tab {
    margin-top: 10px;
  }
  .cost__tab-btn li a {
    font-size: 14px;
    padding-top: 8px;
  }
  .cost__tab-contents {
    padding: 16px 15px 20px;
  }

  /* ========================================================
  20221125 追加
  =========================================================*/
  /* best3比較表（縦テーブル） */
  .table-wrapper__sp-scroll {
    overflow-x: auto;
  }
  .verticalTable .table-wrapper__sp-scroll .table-column::after {
    display: none;
  }
  .verticalTable {
    width: 100%;
  }
  .verticalTable__table {
    width: 525px;
  }
  .verticalTable__table th {
    width: 16%;
  }
  .verticalTable__ttl {
    width: 100%;
    max-width: 345px;
  }
  .verticalTable .verticalTable__table th p,
  .verticalTable .verticalTable__table td p {
    font-size: 12px;
  }
  .verticalTable .table-wrapper__sp-scroll > .txt-notes {
    padding-left: 20px;
  }

  .comparison-effects__ttl {
    width: 100%;
  }
  .best__recommend {
    left: 152px;
  }

  /* ========================================================
  20221205 追加
  =========================================================*/
  /* 費用テーブルタブ */
  .table02 th,
  .table02 td {
    text-align: center;
    border: 1px solid var(--Text);
  }
  .table02 th {
    font-size: 12px;
    background: var(--Sub);
    padding: 6px 2px;
  }
  .table02 td {
    font-size: 13px;
    padding: 8px 4px;
  }
  /* ========================================================
  20221209 追加
  =========================================================*/
  /* 画像コンテンツ */
  .img-contents {
    width: 100%;
    padding: 0 15px;
    margin: 20px auto 0;
  }
  .img-contents + section {
    margin-top: 20px;
  }
  /* ========================================================
  20221212 追加
  =========================================================*/
  /* 地域名 */
  .tiiki {
    top: 13%;
    left: 42%;
    margin-left: -11%;
    transform: translateX(-50%);
    width: 38%;
    font-size: 22px;
  }
  /* インナー小 */
  .inner--s {
    width: 100%;
    padding: 0 15px;
    margin: 20px auto 0;
  }
  .inner--s + * {
    margin-top: 20px;
  }
  /*# sourceMappingURL=style_sp.css.map */
  /* ==========================================================================
  miniRanking / 横並びランキング　
  =========================================================================== */
  /* .miniRanking {
    margin: 0 auto;
  }
  .miniRanking__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .miniRanking__ttl {
    padding: 10px 20px;
  }
  .miniRanking__box-ttl,
  .miniRanking__box-txt,
  .miniRanking__box-txtBold,
  .miniRanking__ttl {
    width: 100%;
    min-height: auto;
    text-align: center;
  }
  .miniRanking__boxs {
    display: flex;
    margin: 50px 10px;
  }
  .miniRanking__box {
    width: calc((100% - 5px) / 3);
    padding: 8px 8px 16px;
    margin: 0 auto 10px;
  }
  .miniRanking__box:nth-child(2),
  .miniRanking__box:nth-child(3) {
    box-shadow: none;
  }
  .miniRanking__box:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .miniRanking__box-ttl {
    text-align: center;
  }
  .miniRanking__box-txtBold {
    font-size: 10px;
    height: 2em;
  }
  .miniRanking__box .btn-sub {
    width: 7rem;
    margin-top: 10px;
  }
  .miniRanking__box::before {
    width: 54px;
    height: 42px;
    background-size: 54px 42px;
  }
  .miniRanking__box:nth-of-type(1)::before {
    width: 62px;
    height: 50px;
    background-size: 62px 50px;
  }
  .miniRanking__box-img {
    margin-top: 4px;
  }

  .miniRanking__box:nth-of-type(1)::before {
    width: 62px;
    height: 50px;
    background-size: 62px 50px;
  }
  .miniRanking__box-img {
    margin-top: 4px;
  }
  .miniRanking__box img {
    max-height: 85px;
    object-fit: contain;
  }
  .miniRanking__box-txt {
    margin-bottom: 0;
  } */

  /* ==========================================================================
  checkPoint / 料金×手軽さをCheck!
  =========================================================================== */
  .checkPoint {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .checkPoint__inner {
    width: 100%;
    margin: 0 auto;
  }
  .checkPointTable__ttl-txt {
    font-size: 1.2rem;
    width: 100%;
  }
  .fb .checkPointTable__ttl-txt {
    width: 100%;
  }
  .checkPointTxt {
    padding: 18px 27px;
    margin: 30px auto 0;
  }
  .checkPointTxt__ttl {
    width: 100%;
  }
  .checkPointTxt__list {
    display: block;
  }
  .checkPointTxt__list-item {
    width: 100%;
    max-width: 105%;
    margin-bottom: 16px;
  }
  .checkPointTable__table-data td {
    vertical-align: top;
  }
  .checkPointTable__table-more {
    width: calc(30% - 5px);
  }
  .checkPointTable__table-link {
    width: calc(70% - 6px);
  }
  .checkPointTable__table-more a,
  .checkPointTable__table-link a {
    width: calc(100% - 10px);
    margin: 0;
  }
  .checkPointTable__table-link a {
    padding: 5px 30px;
    line-height: 1.5;
  }
  .checkPointTable__table-link a::before {
    width: 100%;
    top: -18px;
    left: -1%;
    font-size: 10px;
  }
  .checkPointTxt__matome {
    font-size: 0.85rem;
  }
  .checkPointMatome__img {
    width: 100%;
  }
  /* ==========================================================================
  howtochoice / 選びのポイントは？
  =========================================================================== */
  .howtochoice {
    padding: 0px 0 40px;
  }
  .howtochoice__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .howtochoice__ttl {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .howtochoice__box-txt {
    width: 100%;
    margin: 8px 0 0;
  }
  .howtochoice__box-img {
    width: 100%;
  }
  .positioningMap__top-ttl-txt {
    font-size: 1.2rem;
    width: 100%;
  }
  .howtochoice__btn a {
    padding: 10px 20px;
    font-size: 1rem;
    line-height: 1.5;
  }

  /* ==========================================================================
  comparison / 徹底比較
  =========================================================================== */
  .comparison__inner {
    width: 100%;
    margin: 0 auto;
  }
  .comparison__ttl {
    width: 100%;
    padding: 32px 20px 8px;
  }
  .comparison__table .table tr:nth-of-type(1) th:nth-of-type(2),
  .comparison__table .table tr td:nth-of-type(2) {
    border-left: none;
  }
  .table th:first-of-type {
    border-left: 1px solid #e1e2eb;
  }
  .table__list li {
    width: 42px;
    height: 42px;
    text-align: center;
    font-size: 10px;
  }
  .table--1 tr td:first-child {
    padding: 0 10px;
    border-right: 1px solid #e1e2eb;
  }
  .table--1 tr:nth-child(1) th:nth-child(1) {
    border-right: 1px solid #e1e2eb;
  }
  .table-wrapper__sp-scroll
    > table
    tr
    th:nth-child(2)
    .table-wrapper__sp-scroll
    > table
    tr
    td:nth-child(2) {
    border-left: none;
  }
  .table__btn .btn-main--arrow::before {
    top: 45%;
    right: 5px;
  }
  .comparison .table td,
  .comparison .table th {
    border-bottom: none;
    border-right: none;
  }
  .comparison__table .table {
    border-bottom: 1px solid #e1e2eb;
    border-right: 1px solid #e1e2eb;
  }
  .comparison__matome {
    padding: 0 20px;
  }
  .comparison__matome-ttl {
    margin-top: 40px;
  }
  .comparison__matome-ttlTxt {
    width: 100%;
  }
  .comparison__matome-txtTxt {
    font-size: 15px;
    line-height: 1.9;
  }
  .comparison__link {
    width: calc(100% - 40px);
    margin: 24px 20px 0;
  }
  .comparison__link .comparison__link-btn {
    width: 120px;
  }
  /* ==========================================================================
  Refine_Search / 検索フォーム
  =========================================================================== */
  .Refine_Search_Box_Ttl {
    width: 100%;
    margin: 40px auto 10px;
  }
  .header + .inner.diet .Refine_Search_Box_Ttl {
    margin-top: 20px;
  }
  .Refine_Search_Box_wrap {
    /* padding: 0 20px !important; */
  }
  .Refine_Search_Box_Input {
    margin: 0 auto;
    padding: 16px 20px;
  }
  .Refine_Search_Box_Input .way__list .way,
  .Refine_Search_Box_Input .price__list .price {
    top: -2px;
    position: relative;
    left: 0px;
    padding-left: 7px;
    padding-right: 0px;
  }
  .Refine_Search_Box_Input .price__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .diet .Refine_Search_Box_Input .Refine_Search_submit input[type="submit"] {
    background: #e64154;
    padding: 0;
    color: #fff;
    border: none;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    border-radius: 0.5rem;
    position: relative;
    height: 48px;
    line-height: 48px;
    width: 150px;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    right: 0px;
    margin-right: 0;
  }
  .diet #Refine_Search_Area .Refine_Search_number {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 20px;
    vertical-align: bottom;
    position: absolute;
    left: 86px !important;
    font-size: 14px !important;
    font-weight: bold;
  }
  .diet
    #Refine_Search_Area
    .Refine_Search_Box_Input
    input[type="checkbox"]
    + span.checkbox_icon {
    margin-right: 10px;
  }
  .diet
    #Refine_Search_Area
    .Refine_Search_Box_Input
    dl.Refine_Search_conditions_Area
    label {
    font-size: 0.75rem;
  }
  .Refine_Search_Title-txt {
    width: 100%;
  }
  .diet
    #Refine_Search_Area
    dl.Refine_Search_conditions_Area
    .way__list
    label:nth-of-type(1) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  #Refine_Search_Area dl.Refine_Search_conditions_Area label {
    min-height: 48px;
  }
  .Refine_Search_submit input[type="submit"] {
    width: 200px;
    width: calc(100% - 180px);
    position: absolute;
    right: 0;
  }
  .Refine_Search_submit {
    width: calc(100% - 236px);
  }
  #Refine_Search_Area .kodawari__list {
    gap: 2px 8px;
  }
  .diet.inner {
    padding-right: 0;
    padding-left: 0;
  }
  .Refine_Search_submit input[type="submit"] {
    width: 200px;
    width: calc(100% - 180px);
    position: absolute;
    right: 0;
  }
  .Refine_Search_submit {
    width: calc(100% - 236px);
  }
  .diet.inner {
    padding-right: 0;
    padding-left: 0;
  }

  /* ==========================================================================
  best / ランキング （追記）
  =========================================================================== */
  .best {
    margin: 15px auto 0;
  }

  .best__ttl-wrap .section__ttl {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  body.fix20220818 .section__ttl img {
    width: 100%;
    display: block;
  }
  .card__bnr-btn {
    min-width: 100px;
    min-height: 30px;
  }
  .card__bnr-btn.btn-main--arrow::before {
    content: "";
    width: 6px;
    height: 10px;
    display: inline-block;
    background-size: 6px 10px;
    background-image: url(../img/cmn_ico_arrow_right.png);
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -5px;
    border: none;
    transform: none;
  }
  .card__table dl dt {
    width: 8.625rem;
    padding: 10px;
  }
  .card__tag {
    margin-top: 10px;
  }
  .card__point {
    margin-top: 10px;
  }
  .card__box-ttl,
  .card__point-catch {
    font-size: 0.85rem;
  }
  .card__point-catch {
    margin-top: 7px;
  }
  .card__box-btn {
    font-size: 1rem;
    line-height: 1.2;
  }

  /* ==========================================================================
  resulr_form / 検索結果ページ
  20230818追記
  =========================================================================== */
  .imgttl_searchresult {
    width: 100%;
    margin: 0;
  }
  .searchConditions {
    padding: 0 20px;
    margin: 10px auto;
    box-sizing: border-box;
  }
  #PANKUZU {
    padding: 0 10px;
  }
  .result_page #PANKUZU .pankuzu {
    width: auto;
  }
  .options_accordion_ul {
    margin-bottom: 0;
  }

  .result .card__inner {
    width: 100%;
  }

  .result .card {
    position: relative;
    padding: 20px;
  }

  /* .result .card.id_1 .card__rank__header {
    padding-left: 50px;
  } */

  /* .result .card.id_1 .card__rank__header::before {
    top: 0;
    left: 0;
    margin-top: 5px;
  } */

  .card__rank__header > p {
    font-size: 12px;
  }

  .result_page a.btn-main {
    box-sizing: border-box;
  }
  .Refine_Result_Count .Refine_Result_Count_text {
    font-size: 1rem;
  }
  .Refine_Result_Count .Refine_Result_Count_red {
    font-size: 1.5rem;
  }
  .result .card {
    padding-bottom: 20px;
  }
  /* 20230818追記 */
  .result .card__rank__header {
    padding-left: 0;
  }
  #CONTENTS > div:nth-child(9) > div > div > div > div.card__rank > div {
    padding-left: 50px;
  }
  #CONTENTS
    > div:nth-child(9)
    > div
    > div
    > div
    > div.card__rank
    > div::before {
    top: 0;
    left: 0;
    margin-top: 5px;
  }

  /* ==========================================================================
  20230208 checkPoint CTAボタン改修
    =========================================================================== */
  .checkPointTable__table-link a {
    padding-left: 25px;
    padding-right: 25px;
  }

  /* ==========================================================================
    20230214 checkコンテンツ、treatmentコンテンツ追加
    =========================================================================== */
  /* check */
  .check {
    padding: 0 20px;
    margin: 30px auto 0;
  }
  .check__box {
    font-size: 0.85rem;
    width: 100%;
    padding: 30px 20px 20px;
    margin: 0;
  }
  .check__box::before {
    width: 60px;
    top: -10px;
  }
  .check__box-ttl {
    font-size: 1rem;
  }

  /* treatment */
  .treatment {
    /* margin-top: 24px; */
  }
  .treatment__ttl {
    width: 100%;
  }
  .treatment__inner {
    width: 100%;
    overflow-x: scroll;
  }
  .treatment__recommend {
    left: 168px;
  }
  .treatment__table {
    margin-left: 20px;
    margin-right: 20px;
  }
  .treatment .comparison__matome-txt {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }

  /* ==========================================================================
  20230220 FAQ追加
    =========================================================================== */
  /* FAQ */
  .faq {
    width: 100%;
    padding: 20px 0 32px;
  }
  .faq__ttl {
    width: 100%;
    padding: 0 20px;
  }
  .faq__list {
    justify-content: flex-start;
    gap: 24px;
    padding: 0 20px 6px;
    overflow-x: scroll;
  }

  /* ==========================================================================
  20230320 education osusume
  =========================================================================== */
  .education {
    width: 100%;
    margin: 32px auto 20px;
    padding: 0 20px;
  }

  .education__ttl {
    width: 100%;
  }

  .education__desc {
    width: 100%;
  }

  .education__desc::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
  }

  .education__desc-img {
    width: 100px;
    height: 110px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 4%;
  }

  .education__desc-txt {
    width: calc(100% - 110px);
    padding: 13px 8px;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px #ccc;
    position: static;
    float: right;
    margin-top: 20px;
  }

  .education__table {
    width: 100%;
    display: flex;
    margin: 30px auto 20px;
    gap: 20px;
    align-items: inherit;
  }

  .education__tableBox {
    margin-top: 20px;
  }

  .education__tableBox-merit td,
  .education__tableBox-demerit td,
  .education__tableBox-img td {
    padding: 10px;
    min-height: 120px;
  }
  .education__tableBox-img img {
    width: 100%;
    margin: 20px auto 0px;
    display: inline-block;
    position: static;
  }

  .education__tableBox-merit td {
    min-height: 155px;
  }

  /*
  .education__table > table:nth-child(1) > tbody > tr:nth-child(2) > td{
    margin-bottom: -6px;
  }

  .education__table > table:nth-child(1) > tbody > tr:nth-child(4) > td{
    margin-bottom: -9px;
  }
  */

  .osusume {
    padding: 20px 0;
  }
  .osusume__box {
    width: calc(100% - 40px);
  }

  /* ==========================================================================
    20230414 続きを読む
    =========================================================================== */
  .txtBox__txt {
    padding: 15px;
  }

  .readmore {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
  }
  .readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    content: "";
    height: 98px;
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 0.8) 50%,
      #fff 100%
    );
    background: linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 0.8) 50%,
      #fff 100%
    );
    z-index: 1;
    margin: 0 auto;
  }
  .readmore__ttl {
    width: 100%;
  }
  .readmore__inner {
    padding: 0 20px;
    margin-top: 10px;
  }
  .readmore__inner p {
    font-size: 14px;
  }
  body.medicine .checkPointTable {
    margin-top: 48px;
  }

  .readmore-content {
    height: 118px;
    margin-top: 16px;
  }
  .readmore-content p {
    font-size: 15px;
  }
  .readmore-label {
    font-size: 14px;
    line-height: 30px;
    width: 100px;
    height: 30px;
    margin-top: 12px;
  }

  /* ==========================================================================
    20230419 画像教育コンテンツ
    =========================================================================== */
  .img_contents {
    width: 100%;
  }
  section + .img_contents {
    margin-top: 30px;
  }

  .education2 {
    width: 100%;
  }
  /* .education2__inner {
    overflow-x: scroll;
  } */

  /* 20230908追記 */
  .education2__img {
    width: 100%;
    height: auto;
  }
  .education2__txt {
    width: 100%;
    padding: 0 20px;
    font-size: 15px;
  }

  /* ==========================================================================
    20230427 アンケート、口コミ
    =========================================================================== */
  /* アンケート */
  .survey {
    margin-top: 24px;
  }
  .survey__inner {
    width: 100%;
    padding: 0;
  }
  .survey__ttl {
    width: 100%;
  }
  .survey-wrapper__sp-scroll {
    padding: 0 20px;
    margin-top: 15px;
    overflow-x: scroll;
  }
  .survey-wrapper__sp-scroll img {
    width: 252px;
  }
  .survey__inner > p {
    padding: 0 20px;
    font-size: 15px;
    line-height: 1.9;
  }

  /* 口コミ */
  .kuchikomi {
    width: 100%;
    margin-top: 15px;
    padding-top: 20px;
  }
  .kuchikomi + * {
    margin-top: 70px;
  }
  .kuchikomi__ttl {
    width: 100%;
  }
  .kuchikomi__inner {
    width: 100%;
    padding: 0;
  }
  .kuchikomi-wrapper {
    padding-bottom: 40px;
  }
  .kuchikomi__subttl {
    width: 100%;
  }
  .kuchikomi__list {
    padding: 0 20px;
  }
  .kuchikomi__list-item_prof {
    width: 64px;
  }
  .kuchikomi__list-item_txt {
    font-size: 14px;
  }
  .kuchikomi .readmore-label {
    width: calc(100% - 40px);
  }
  .kuchikomi .readmore-content {
    height: 105px;
    padding: 0;
  }
  .fb .kuchikomi .readmore-content {
    height: 286px;
  }
  .kuchikomi__notes {
    font-size: 12px;
    padding: 0 20px;
  }

  /* ==========================================================================
    20230428 期待できる効果/作用
    =========================================================================== */
  .expectation {
    margin-top: 0px;
  }
  .expectation__inner {
    width: 100%;
    padding: 0;
  }
  .expectation__ttl {
    width: 100%;
  }
  .expectation img:not(.expectation__ttl img) {
    width: 100%;
    padding: 0 10px;
  }
  .expectation__matome {
    padding: 10px 0;
  }
  .verticalTable + section:not(.survey) {
    margin-top: 15px;
  }

  /* ==========================================================================
    20230516 検索結果ソート追加
    =========================================================================== */
  .options_accordion_ul {
    margin-top: 10px;
    padding: 10px 20px;
  }
  .options_accordion_ul li {
    font-size: 13px;
  }
  .options_accordion_ul li a {
    font-size: 12px;
  }
  .result {
    margin-top: 20px;
  }

  /* ==========================================================================
  20230915 検索項目改修
  =========================================================================== */
  .diet #Refine_Search_Area .way__list {
    gap: 8px;
  }
  .diet #Refine_Search_Area .price__list,
  .diet #Refine_Search_Area .kinds__list,
  .diet #Refine_Search_Area .kodawari__list {
    grid-template-columns: 1fr 1fr;
    gap: 8px 8px;
  }
  .diet #Refine_Search_Area .mokuteki__list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  /* ==========================================================================
    2023026 修正
    =========================================================================== */
  .injectionTable p {
    /* padding: 0 20px; */
  }
  .injectionTable p {
    width: 355px;
    margin: 0 auto;
    padding: 10px;
    font-size: 12px;
    border: 2px solid var(--Main);
    border-radius: 4px;
  }
  /* ==========================================================================
   20230602 GLP-1ダイエットの副作用/保険適応コンテンツ改修
  =========================================================================== */
  .side_insu_wrap {
    margin-top: 30px;
    background-color: #effbfe;
    padding: 20px 0;
  }
  .sideInsu_box_wrap {
    margin-top: 12px;
    padding: 0;
  }
  .sideInsu_box_wrap:not(:first-of-type) {
    margin-top: 30px;
  }
  .sideInsu_box_head {
    font-size: 16px;
    border-bottom: solid 1px #3f4f5f;
    font-weight: bold;
    margin: 0 20px;
  }
  .sideInsu_box_txt_wrap {
    margin: 0 20px;
  }
  .sideInsu_box_txt_wrap > p {
    font-size: 14px;
  }
  .sideInsu_box_txt_wrap > p:not(:first-of-type) {
    margin-top: 20px;
  }
  .sideInsu_accent {
    font-weight: bold;
    background: linear-gradient(transparent 65%, #ffe78a 65%);
  }
  .sideInsu_box_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #3f4f5f;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 16px;
    position: relative;
  }
  .sideInsu_box_btn > p {
    font-size: 16px;
    padding: 16px;
    font-weight: bold;
  }
  .sideInsu_cross:first-of-type {
    width: 20px;
    height: 2px;
    background-color: #3f4f5f;
    position: absolute;
    right: 10px;
  }
  .sideInsu_cross:last-of-type {
    width: 2px;
    height: 20px;
    background-color: #3f4f5f;
    position: absolute;
    right: 18px;
  }
  .sideInsu_cross:last-of-type.close {
    opacity: 0;
  }
  .insurance_applied_wrap {
    border: solid 1px #3f4f5f;
    margin: 24px 20px 0;
  }
  .insurance_applied_head {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: solid 1px #3f4f5f;
    text-align: center;
    font-weight: bold;
  }
  .insurance_applied_txt {
    background-color: #fff;
    padding: 16px;
  }
  .insurance_applied_txt > ul {
    font-size: 14px;
  }
  .insurance_applied_txt > ul > li:not(:first-of-type) {
    padding-top: 3px;
  }
  .insurance_applied_txt > p {
    margin-top: 16px;
    font-size: 14px;
  }
  .side_insu_wrap .readmore-label {
    width: 100%;
    max-width: 335px;
    margin: 16px auto 0;
  }
  /* ==========================================================================
   20230602 医療ダイエット 薬改修
  =========================================================================== */
  .tab_glp_wrap {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 0 20px;
  }
  .tab_glp_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .cost__tab-contents .tab_glp_box.row {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .cost__tab-contents .tab_glp_box.row > p {
    margin: 0 0 0 8px;
    white-space: nowrap;
    font-size: 16px;
  }
  .cost__tab-contents .tab_glp_img {
    width: 80px;
    height: 80px;
  }
  .tab_glp_wrap > .tab_glp_box > p {
    font-size: 13px;
    font-weight: bold;
    margin-top: 8px;
  }
  .tab_glp_lower {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
  }

  .cost__tab-contents .tab_glp_med_img {
    width: 120px;
    height: auto;
    margin: 0;
  }
  .cost__tab-contents .tab_glp_med_img.row {
    margin-right: 4px;
  }
  .cost__tab-contents .tab_glp_inject_img {
    width: 120px;
    height: 28px;
    margin-top: 12px;
  }
  .tab_glp_box:first-of-type > .tab_glp_lower {
    margin-top: 8px;
  }
  .tab_glp_box:last-of-type > .tab_glp_lower {
    margin-top: 0px;
  }
  .tab_glp_box_head {
    font-size: 14px;
    font-weight: bold;
  }
  .cost__tab-contents .tab_glp_lower.sglp,
  .cost__tab-contents .tab_glp_lower.fat,
  .cost__tab-contents .tab_glp_lower.kanpou {
    margin-top: 0;
    flex-direction: row;
  }
  .tab_glp_lower_txt {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .tab_glp_box:not(:nth-of-type(1)) > .tab_glp_lower_txt,
  .tab_glp_box:not(:nth-of-type(2)) > .tab_glp_lower_txt {
    flex-direction: row;
  }

  .tab_glp_lower_txt > .ttl {
    font-size: 12px;
    font-weight: bold;
  }
  .cost__tab-contents .tab_glp_lower.sglp .ttl,
  .cost__tab-contents .tab_glp_lower.fat .ttl,
  .cost__tab-contents .tab_glp_lower.kanpou .ttl {
    font-size: 14px;
  }

  .tab_glp_lower_txt > .ttl2 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 12px;
  }
  .cost__tab-contents .tab_glp_lower.kanpou .ttl2.forPC {
    margin-top: 2px;
  }
  .ttl2.forSP {
    font-size: 12px;
    font-weight: bold;
  }

  .cost__tab-contents .tab_glp_lower.glp .ttl2 {
    margin-top: 12px;
  }

  .ttl2.fat.forSP {
    margin-top: 0px;
    font-weight: bold;
    font-size: 12px;
  }
  .price.fat.forSP {
    margin-top: 4px;
    font-size: 13px;
  }
  .tab_glp_lower_txt > .price,
  .price.forSP {
    font-size: 13px;
    font-weight: normal;
  }
  .cost__tab-contents .tab_glp_lower.fat,
  .tab_glp_lower_txt > .period {
    font-size: 10px;
  }
  .cost__tab-contents .tab_glp_lower.fat > .tab_glp_lower_txt {
    text-align: left;
  }
  /* ==========================================================================
  20230703 positioningMap下のctaBtn追加
  =========================================================================== */
  /* .positioningMapMatome {
    width: 100%;
    margin: 0 auto;
  }
  .positioningMapMatome__img {
    width: 100%;
  } */
  /* ==========================================================================
  20230710 injection比較表調整
  =========================================================================== */
  .injection .verticalTable {
    width: 100%;
  }
  /* ==========================================================================
  20230711 osusumeKinds追加
  =========================================================================== */
  .osusumeKinds {
    margin: 0 10px;
  }
  .osusumeKinds__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .osusumeKinds__boxs {
    grid-template-columns: 1.8fr 1.2fr;
    gap: 5px;
  }
  .osusumeKinds__box:nth-of-type(1) {
    border: 1px solid var(--Main);
  }
  .osusumeKinds__box:nth-of-type(2) {
    border: 1px solid #e3e0eb;
  }
  .osusumeKinds__ttl {
    width: 100%;
    min-height: auto;
    text-align: center;
  }
  .osusumeKinds_box {
    /* width: calc((100% - 5px) / 3); */
    /* padding: 8px 8px 16px;
    margin: 0 auto 10px; */
  }

  /* 飲み薬ならココ！ */
  .osusumeKinds__box:nth-of-type(1) .osusumeKinds__box-txtCatch::before {
    height: 58px;
    width: 92px;
    margin-right: 0;
  }
  /* 注射なら */
  .osusumeKinds__box:nth-of-type(2) .osusumeKinds__box-txtCatch::before {
    height: 58px;
    width: 58px;
    margin-right: 0;
  }
  .osusumeKinds__box-inner {
    padding: 8px;
  }
  .osusumeKinds__box:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .osusumeKinds__box-txtCatch {
    justify-content: start;
    font-size: 0.813rem;
    height: 30px;
    line-height: 30px;
    border-radius: 6px 6px 0 0;
    white-space: nowrap;
  }
  .osusumeKinds__box-ttl {
    text-align: center;
    font-size: 0.75rem;
  }
  .osusumeKinds__box:nth-of-type(2) .osusumeKinds__box-ttl a {
    font-weight: normal;
  }
  .osusumeKinds__box-txtBold {
    font-size: 0.625rem;
    height: 2em;
  }
  .osusumeKinds__box .btn-sub {
    font-size: 0.75rem;
    padding: 8px;
  }

  .osusumeKinds__box:nth-of-type(1)::before {
    width: 62px;
    height: 50px;
    background-size: 62px 50px;
  }
  .osusumeKinds__box-img {
    margin-top: 4px;
  }
  .osusumeKinds__box img {
    max-height: 85px;
    object-fit: contain;
  }
  .osusumeKinds__box-txt {
    margin-bottom: 0;
  }

  /* ==========================================================================
  20230713 treatment__table下のまとめ追加
=========================================================================== */
  .treatment__matome-ttl {
    width: 100%;
  }
  .treatment__matome-container {
    padding: 0 20px;
  }
  .treatment__matome-inner {
    width: 100%;
    margin: 20px auto 0;
    background: var(--Back);
    border: 1px solid var(--Main);
    border-radius: 4px;
  }
  .treatment__matome-inner ul {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px 5px;
    padding: 15px 20px 20px;
  }
  .treatment__matome .cmn__arrow {
    transform: translateY(0%);
    margin: 20px auto 0px;
  }
  .treatment__matome-recommend {
    justify-content: space-around;
    gap: 20px;
    width: 100%;
    padding: 40px 30px 20px 30px;
  }

  .treatment__matome-recommend div {
    flex-direction: column;
    margin: 0;
  }
  .treatment__matome-img {
    height: 160px;
  }
  .treatment__matome-recommend p {
    margin-left: 0;
    margin-top: 10px;
  }
  .treatment__matome-box {
    width: 100%;
    margin: 20px auto 30px;
  }
  .treatment__matome-box .btn-sub {
    padding: 10px 0;
  }
  /* ==========================================================================
  20230725 card__table-container追加
=========================================================================== */
  .card__table-container {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 32% 68%;
    grid-template-areas:
      "ttl-visit txt-visit"
      "ttl-postage txt-postage"
      "ttl-time txt-time"
      "ttl-online txt-online"
      "ttl-medicine txt-medicine"
      "ttl-site txt-site";
  }

  /* ========================================================
20230825 medicineComparison 追加
=========================================================*/
  .medicineComparison {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .medicineComparison__ttl {
    margin: 0 40px;
  }
  .medicineComparison__ttl-txt {
    width: 100%;
    font-size: 1.2rem;
  }
  .medicineComparison__tableInner {
    width: 100%;
  }
  .medicineComparison__img-txt {
    font-size: 10px;
  }
  .medicineComparison__txt {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.9;
  }
  /* 20230922 adTxt余白調整 */
  .pmax .adTxt-margin {
    margin-top: -40px;
  }
  .injection .adTxt-margin {
    margin-top: -24px;
  }
  /* 20231023 comparison-effects地域別見出し画像追加 */
  .tiiki02 {
    top: 2px;
    left: 16%;
    width: 60px;
    font-size: 18px;
  }
  /* ランキング地域別見出し画像追加 */
  .tiiki03 {
    top: 11%;
    font-size: 16px;
  }

  /* ========================================================
  20231116 診断パーツ追加
  =========================================================*/
  .shindan {
    width: 100%;
  }

  .shindan__ttl {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .shindan__form-bmi-length input[type="number"],
  .shindan__form-bmi-weight input[type="number"] {
    font-size: 16px;
    height: 26px;
  }

  .shindan__form-bmi {
    margin-top: 12px;
  }

  .shindan__form-bmi-weight {
    margin-top: 10px;
  }

  .shindan__form-ideal {
    width: 100%;
    margin-top: 18px;
  }

  .shindan__form-ideal-txt {
    font-size: 14px;
  }

  .shindan__form-ideal-shape-label {
    font-size: 11px;
    height: 108px;
    gap: 3px;
  }

  .shindan__form-ideal-shape-label img {
    height: 72px;
  }

  .shindan__btn {
    font-size: 14px;
    margin-top: 20px;
  }

  .shindan__result {
    margin-top: 8px;
  }

  .shindan__result-table {
    width: 100%;
  }

  .shindan__result-table th,
  .shindan__result-table td {
    font-size: 12px;
  }

  .shindan__result-table th:first-child {
    width: 40%;
  }

  .shindan__result-flex {
    width: 100%;
    padding: 14px 10px;
    margin-top: 12px;
  }

  .shindan__result-choice-heading {
    font-size: 12px;
    padding: 2px 14px;
  }

  .shindan__result-choice img {
    height: 84px;
  }

  .shindan__result-diff {
    margin-top: 0;
  }

  .shindan__result-diff-txt {
    font-size: 12px;
  }
  .shindan__result-diff-num {
    font-size: 22px;
  }
  .comparison__notes {
    padding: 5px 20px;
  }
  /* ===========================================================
  20240207 アドLP改修 
  ==============================================================*/
  .edu .table-wrapper__sp-scroll {
    overflow-x: visible;
  }
  .edu .verticalTable__table {
    width: 100%;
  }
  .edu .table-wrapper__sp-scroll .table-column {
    margin-left: 0;
  }
  .edu .table-wrapper__sp-scroll .table-column::after {
    top: 0;
    left: 0%;
    width: 0px;
  }
  .edu .verticalTable__table th {
    font-size: 10px;
  }
  .edu .verticalTable__table td {
    padding: 6px 4px;
    font-size: 12px;
  }
  .edu .verticalTable .table__btn .btn-main--arrow::before {
    right: 5px;
  }
  .edu .survey__wrap {
    padding: 0 20px;
  }
  .edu .side_insu_img {
    width: 100%;
    max-width: 440px;
  }
  /* ========================================================
20240214 yahoo用css追加
=========================================================*/
  .ydn .table__rank01 td:first-of-type {
    background-color: #fff !important;
  }
  /* ========================================================
20240422 ポジショニングマップ調整
=========================================================*/
  /* .positioningMap__item-01 div {
    font-size: 12px;
  }
  .positioningMap__item-01 small {
    font-size: 12px;
  }
  .positioningMap__item-01 .btn-sub {
    padding: 5px;
    font-size: 11px;
    text-align-last: left;
  }
  .positioningMap__item-01 .positioningMap__item-logo {
    margin: 13px auto 10px;
    height: 32px;
  }
  .positioningMap__item.positioningMap__item-01 {
    width: 154px;
    padding: 8px 10px;
    top: 12%;
    left: 50%;
  }
  .positioningMap__item.positioningMap__item-03 {
    left: 14%;
  }
  .positioningMap__inner::before {
    width: 70%;
    top: 3%;
    left: 38%;
    max-width: 250px;
  }
  .positioningMap__item-01::before {
    top: -15%;
  }
  .positioningMap .btn-main--arrow::before {
    right: 5px;
    top: 49%;
  }
  .positioningMapMatome__logo {
    width: 80%;
  } */
  /* ========================================================
20240502 症例コンテンツ追加
=========================================================*/
  .card__case {
    margin: 26px 0;
  }
  .card__case-inner {
    width: 100%;
  }
  .card__case-ttl p {
    width: 100%;
    padding: 8px 0;
    font-size: 14px;
  }
  .card__case-img {
    margin-bottom: 10px;
  }
  .card__case .readmore-label {
    width: 100%;
    height: 30px;
  }
  .card__case .readmore-content {
    height: 120px;
  }
  .card__case .readmore-label::before {
    font-size: 12px;
  }
  .card__case .readmore-label::after {
    width: 6px;
    height: 6px;
    right: 34%;
  }
  .card__case-list li {
    font-size: 11px;
  }
  .card__case-list-ttl {
    width: 22%;
  }
  .card__case-list-txt {
    width: 78%;
  }
  .card__case-notes {
    font-size: 12px;
  }
  .toRank {
    width: 100%;
  }
  /* ========================================================
20240508 MV下ミニランキング追加
=========================================================*/
  /* .miniRanking__boxs {
    margin: 50px 0 0;
    gap: 4px;
  }
  .miniRanking__box {
    padding: 12px 6px 36px;
    box-shadow: none;
  }
  .miniRanking__box:nth-of-type(1) {
    border: 2px solid var(--Main);
  }
  .miniRanking__box:nth-last-of-type(1) {
    margin-bottom: 10px;
  }
  .miniRanking__box .btn-sub {
    padding: 8px;
  }
  .miniRanking__box-txtBold {
    font-size: 12px;
    min-height: 90px;
  }
  .miniRanking__box:nth-of-type(1)::before {
    top: -48px;
  } */
  /* ========================================================
20240604 リベルサス比較表 改修
=========================================================*/
  .verticalTable__ttl {
    max-width: unset;
  }
  .table-wrapper__sp-scroll .table-column {
    margin: 0 auto;
  }
  .verticalTable__table {
    margin: 0 auto;
  }
  .verticalTable .verticalTable__table th {
    position: sticky;
    top: 0;
    left: 0;
    width: 74px;
    z-index: 99;
    font-size: 12px;
  }
  .verticalTable .verticalTable__table th::before {
    content: "";
    background-color: #ccc;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
  }
  /* .verticalTable .verticalTable__table th::after,
  .verticalTable__table tbody tr td:nth-child(2)::after {
    content: "";
    background-color: #ccc;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
  } */
  .verticalTable .table__btn .btn-main--arrow::before {
    right: 0px;
  }
  .verticalTable .txt-notes {
    padding: 0 5px;
  }
  .best__recommend {
    position: sticky;
    top: 0;
    left: 84px;
    z-index: 99;
  }

  .btn-sub--sm {
    font-size: 0.6rem;
    padding: 0.3125rem 0 0.3rem;
  }

  .verticalTable .verticalTable__table td {
    font-size: 12px;
  }
  /* 比較表上スクロールできますテキスト */
  @media screen and (max-width: 440px) {
    .scroll {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
    }
    .scroll__more {
      display: block;
      margin-right: 10px;
    }
    .scroll__txt {
      font-size: 12px;
    }
    .scroll__arrow {
      width: 138px;
      height: 10px;
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      transform: skew(45deg);
      margin: -10px 0 0 -18px;
    }
  }
  .table__coupon-img {
    width: 100%;
  }
  .table__coupon-ttl {
    font-size: 1.2rem;
  }

  /* ========================================================
20240610 リベルサスランキング 改修
=========================================================*/
  .card__table-container {
    grid-template-areas:
      "ttl-coupon txt-coupon"
      "ttl-visit txt-visit"
      "ttl-postage txt-postage"
      "ttl-time txt-time"
      "ttl-online txt-online"
      "ttl-medicine txt-medicine"
      "ttl-site txt-site";
  }
  .card__table-notes {
    line-height: 1;
  }
  .card__table-container p,
  .card__table-container a,
  .card__table-container span {
    font-size: 0.85rem;
  }
  .card__table-container .txt-sm {
    font-size: 0.65rem;
  }
  .card__point-txt {
    font-size: 0.85rem;
  }
  .card__bnr {
    margin-bottom: 0;
  }
  /* =======================================
20240520 比較表下クーポン追加
======================================= */
  .coupon-container {
    padding: 20px;
    margin: 0 20px;
  }
  .coupon-container_ttl {
    font-size: 14px;
  }
  .coupon-container_logo {
    max-width: 200px;
  }
  .copyButton {
    font-size: 14px;
  }
  .coupon_txt {
    font-size: 18px;
  }
  .coupon_txt02 {
    font-size: 15px;
  }
  .coupon-input {
    gap: 10px;
    padding: 5px;
    grid-template-columns: 1fr 100px;
  }
  .copyButton {
    padding: 4px 8px;
  }
  .copyButton::before {
    width: 32px;
    height: 32px;
  }
  .coupon_ctaBtn a {
    padding: 15px;
    font-size: 16px;
  }
  .cmn__arrow {
    width: 126px;
    height: 24px;
    background-size: 126px 24px;
  }
  /* =======================================
20240617 コンテンツ横幅変更
======================================= */
  .Refine_Search_Box_Input {
    border-radius: 0;
  }
  /* =======================================
20240618 検索改修
======================================= */
  .kinds__list .medicine::before,
  .kinds__list .injection::before,
  .treatment__list .online::before,
  .treatment__list .taimen::before,
  .kodawari__list div label::before {
    margin: 0 5px 0 10px;
  }
  .diet
    #Refine_Search_Area
    .Refine_Search_Box_Input
    input[type="radio"]
    + span.radiobox {
    margin: 0 5px 0 10px;
  }
  .diet
    #Refine_Search_Area
    .Refine_Search_Box_Input
    input[type="checkbox"]
    + span.checkbox_icon {
    display: none;
  }
  .diet
    #Refine_Search_Area
    > form
    dl
    dd.mokuteki__list
    label.checkbox_text::before,
  .diet
    #Refine_Search_Area
    > form
    dl
    dd.type__list
    label.checkbox_text::before {
    margin: 0 5px 0px 10px;
  }
  /* 検索結果 */
  .searchConditions__ttl {
    font-size: 13px;
  }
  .searchConditions__table th {
    width: 30%;
  }
  .searchConditions__table th,
  .searchConditions__table td {
    padding: 6px;
  }
  .card__rank__header > span {
    font-size: 18px;
  }
  /* =======================================================
20240628 地域版
========================================================== */
  .area_ryb .tiiki {
    top: 6%;
    left: 32%;
    font-size: 18px;
  }
  .area_glp1 .tiiki {
    top: 18%;
    left: 54%;
    font-size: 18px;
  }

  /*mini　比較表*/
  .miniComparisonTable {
    width: 740px;
    margin: 5px auto 0;
  }
  .miniComparison {
    width: 100%;
    margin: 0 auto;
  }
  .miniComparison {
    padding: 0 20px;
    box-sizing: border-box;
  }
  table.miniComparisonTable > thead > tr > th:nth-child(1) {
    width: 180px;
  }
  /* 追記 */
  .best__ttl-wrap img {
    width: 100%;
  }
  .card__table {
    font-size: 14px;
  }
  .card__table tbody th {
    width: 100px;
  }
  .card__cvBtn {
    margin: 20px auto 0px;
  }
  .notes {
    line-height: 1.5;
  }
  .best {
    padding-bottom: 0;
  }
  .result .card {
    padding: 0 20px 10px;
  }
  /* 20241030 調整 */
  table.miniComparisonTable > thead > tr > th:nth-child(1) {
    width: 125px;
  }
  table.miniComparisonTable > thead > tr > th:nth-child(6) {
    width: 125px;
  }
  .hikaku__scroll-txt {
    margin: 4px auto auto;
    font-size: 12px;
    text-align: right;
  }

  /* =======================================================
  20241107 注射LP 縦型比較表
  ========================================================== */
  .injection__table,
  .medicine__table {
    width: 100%;
    margin-top: 45px;
  }
  .injection__table th,
  .medicine__table th {
    font-size: 12px;
  }
  .injection__table td,
  .medicine__table td {
    padding: 5px;
  }
  .injection__table td p,
  .medicine__table td p {
    font-size: 12px;
  }
  .injection__table__reco {
    width: 110px;
    top: -35px;
  }
  .injection__table__img {
    width: 100px;
  }
  .injection__table__bnr {
    width: 100px;
  }

  /* =======================================================
  20260209 見出し
  ========================================================== */
  .aside_side_insu {
    padding-bottom: 20px;
  }

  .aside_side_insu .side_insu_wrap {
    margin-top: 20px;
  }

  .aside_side_insu .side_insu_wrap + .sideInsu_box_wrap {
    margin-top: 16px;
  }

  .aside_side_insu .sideInsu_box_head {
    gap: 5px;
  }

  .aside_side_insu .sideInsu_box_head-ico::before {
    width: 14px;
    height: 19px;
  }
}

@media screen and (max-width: 480px) {
  .mv__txt {
    font-size: 1.25rem;
  }
  .mv__ttl {
    top: 32%;
    font-size: 2.875rem;
  }
  .y-inj .mv__ttl {
    top: 35%;
    font-size: 2.375rem;
  }
  /* =======================================================
  20250219 flow
  ========================================================== */
  .inner.flow {
    padding: 0;
  }
}