@charset "UTF-8";
@media screen and (min-width: 769px) {
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Noto Sans JP Regular.woff") format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Noto Sans JP Bold.woff") format("woff");
    font-display: swap;
  }
  /* @font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 900;
  src: url("../fonts/Noto Sans JP Black.woff") format("woff");
  font-display: swap;
} */

  :root {
    /* font-size: calc(62.5% * 1.17); */
  }
  a {
    transition: all 0.3s;
  }
  a:hover {
    opacity: 0.6;
  }

  main {
    width: 960px;
    margin: 0 auto;
  }

  .forSP {
    display: none;
  }
  .forPC {
    display: block;
  }
  .forPC--inline {
    display: inline;
  }

  .contents--page {
    width: 960px;
    margin: 0 auto;
  }

  .pcWidth {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .adTxt {
    text-align: right;
    max-width: 960px; /* 横幅 LPに合わせて調整 */
    padding: 0;
    margin: 8px auto;
  }
  .adTxt span {
    font-size: 18px;
    font-weight: bold;
    border: 1px solid var(--text); /* 枠色 変数名がTextでない場合は変更 */
    padding: 2px 14px;
  }
  .txt--clinicfor {
    font-size: 16px;
    text-align: right;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    margin-bottom: 8px;
  }
  .txt--clinicfor {
    font-size: 12px;
    width: 100%;
    /* padding: 0 15px; */
  }
  .txt--clinicfor .notes--clinic {
    padding: 0;
  }

  /* ========================================================
FV
=========================================================*/
  .header {
    background: linear-gradient(to right, #d1dadb 0%, #d6dfe0 100%);
  }
  .header__mv {
    display: block;
    width: 960px;
    margin: 0 auto;
  }

  /* ========================================================
sectionの設定
=========================================================*/
  .section__imgTtl {
    display: block;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  /* ========================================================
共通パーツ
=========================================================*/
  /* インナー */
  .inner {
    padding: 0;
  }

  /* ========================================================
目的別
=========================================================*/
  .purpose__contents {
    width: 100%;
    overflow: visible;
  }

  /* タブ */
  .purpose__tab {
    width: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
  .purpose__tab-list li {
    padding: 8px 36px;
    cursor: pointer;
  }

  /* タブ内コンテンツ */
  .purpose__tabContents {
    padding: 40px 0 64px;
    width: 231px;
    margin-left: 241px;
    overflow: visible;
  }
  .purpose__tabContents-item {
    width: auto !important;
    padding: 28px 10px 10px;
  }
  .purpose__list li {
    width: 211px !important;
    max-width: 211px !important;
    height: 178px;
    padding: 10px 10px 15px;
    overflow: visible !important;
  }
  .purpose__list li:nth-child(1) {
    height: 190px;
    position: relative;
  }
  .purpose__list-logo {
    height: 94px;
  }
  .purpose__list-name {
    font-size: 1.2rem;
    gap: 6px;
  }
  .purpose__list-name::after {
    margin-top: 0.1em;
  }
  .purpose__list-txt {
    margin-top: 4px;
  }
  .purpose__list li:nth-child(1) .purpose__list-txt {
    margin-top: 8px;
  }
  .purpose__tabContents-item.swiper-slide-active {
    margin-top: -20px;
    transition: all 0.2s;
  }

  /* ページネーション */
  .swiper-pagination-bullets {
    bottom: -496px !important;
  }

  /* ========================================================
クリニックの選びのポイント
=========================================================*/
  .point__contents {
    padding-bottom: 24px;
  }
  .point__list {
    justify-content: center;
    overflow-x: auto;
  }
  .point__list li {
    width: 256px;
  }
  .point__list-img {
    width: 256px;
  }
  .point__contents {
    width: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  /* ========================================================
ランキング
=========================================================*/
  .ranking {
    margin-top: 40px;
  }
  .ranking .inner {
    padding-top: 32px;
    padding-bottom: 68px;
  }
  .ranking__sectionttl {
    background: linear-gradient(transparent 32%, var(--bg-color) 32%);
  }
  .ranking__list > li {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    border-width: 3px;
    /* border-right-width: 5px;
  border-bottom-width: 5px; */
    border-radius: 14px;
  }

  .ranking__list > li + li {
    margin-top: 40px;
  }

  /* タイトル */
  .ranking__ttl {
    grid-template-rows: 1fr;
    grid-template-columns: 23% 1fr 23%;
    justify-items: center;
    margin: 0 -40px;
    border-radius: 10px 10px 0 0;
  }
  .ranking__ttl-rank {
    width: 92px;
    height: auto;
    /* transform: translateX(-52px); */
  }
  .ranking__ttl-name {
    font-size: 2.8rem;
    gap: 16px;
    white-space: nowrap;
  }
  .ranking__ttl-name::after {
    border-left-width: 14px;
    border-top-width: 12px;
    border-bottom-width: 12px;
    margin-top: 0.1em;
  }

  /* キャッチ */
  .ranking__catch {
    font-size: 20px;
    margin-top: 20px;
  }
  .ranking__catch::before,
  .ranking__catch::after {
    background-size: 22px 45px;
    width: 22px;
    height: 45px;
  }
  .ranking__catch::before {
    margin-right: 24px;
  }
  .ranking__catch::after {
    margin-left: 24px;
  }

  /* バナー */
  .ranking__bnr {
    display: block;
    width: 800px;
    margin: 12px auto 0;
  }

  /* テーブル */
  .ranking__table {
    margin-top: 20px;
  }

  /* グリッド */
  .ranking__grid {
    grid-template-columns: 1fr 1fr;
    /* border-width: 2px; */
    margin-top: 24px;
  }
  .ranking__grid div:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .ranking__grid div:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
    border-left: 1px solid #000;
    border-top: none;
  }
  .ranking__grid div:nth-child(5) {
    grid-column: 1;
    grid-row: 3;
  }
  .ranking__grid div:nth-child(7) {
    grid-column: 2;
    grid-row: 3;
    border-left: 1px solid #000;
  }
  .ranking__grid div:nth-child(9) {
    grid-column: 1;
    grid-row: 5;
  }
  .ranking__grid div:nth-child(11) {
    grid-column: 2;
    grid-row: 5;
    border-left: 1px solid #000;
  }
  .ranking__grid div:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    border-top: 1px solid #000;
  }
  .ranking__grid div:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
    border-left: 1px solid #000;
  }
  .ranking__grid div:nth-child(6) {
    grid-column: 1;
    grid-row: 4;
  }
  .ranking__grid div:nth-child(8) {
    grid-column: 2;
    grid-row: 4;
    border-left: 1px solid #000;
  }
  .ranking__grid div:nth-child(10) {
    grid-column: 1;
    grid-row: 6;
  }
  .ranking__grid div:nth-child(12) {
    grid-column: 2;
    grid-row: 6;
    border-left: 1px solid #000;
  }
  .ranking__grid-ttl {
    font-size: 15px;
    padding: 0;
  }
  .ranking__grid-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px;
    font-size: 17px;
    text-align: center;
  }
  .ranking__table-smallTxt {
    font-size: 14px;
    text-align: left;
  }
  .blackTxt .ranking__table-smallTxt {
    font-size: 17px;
  }
  .ranking__table-mark {
    margin: 0 auto;
  }
  .ranking__grid-flex {
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }
  .ranking__grid-flex *:first-child {
    margin-top: 0;
  }
  .ranking__grid-flex *:nth-child(2) {
    font-size: 17px;
    text-indent: 0;
  }
  .ranking__grid-txt a {
    font-size: 17px;
  }

  /* おすすめポイント */
  .ranking__point {
    margin-top: 28px;
    border-width: 2px;
    border-radius: 8px;
  }
  .ranking__point::before {
    background-image: url(../img/ct_ranking_point_pc.png);
    width: 143px;
    left: 40px;
    top: -16px;
  }
  .ranking__point-catch {
    font-size: 20px;
    padding: 12px;
    border-radius: 6px 6px 0 0;
  }
  .ranking__point-catch_img {
    width: 112px;
  }
  .ranking__point-catch_txt {
    font-size: 1.8rem;
  }
  .ranking__point-list {
    padding: 28px 32px 28px 24px;
  }
  .ranking__point-list li {
    font-size: 1.4rem;
  }
  .ranking__point-list li p {
    font-size: 14px;
  }
  .ranking__point-list li::before {
    width: 28px;
    background-size: 28px 28px;
    margin-top: -5px;
  }
  .ranking__point-list li:nth-of-type(n + 2) {
    margin-top: 18px;
  }

  /* CTAボタン */
  .ranking__ctaCatch {
    font-size: 18px;
    margin-top: 24px;
  }
  .ranking__ctaCatch::before,
  .ranking__ctaCatch::after {
    width: 16px;
    height: 21px;
    background-size: 16px auto;
  }
  .ranking a.ctaBtn,
  .page a.ctaBtn {
    display: block;
    width: 600px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .ranking a.ctaBtn {
    font-size: 21px;
    width: 540px;
    padding: 18px;
    margin-top: 8px;
    border-width: 3px;
    /* border-right-width: 5px; */
    /* border-bottom-width: 5px; */
  }
  .ranking a.ctaBtn::after {
    right: 20px;
    width: 10px;
    height: 17px;
    background-size: 10px 17px;
  }
  .ranking__ctaLogo {
    margin-top: 8px;
    width: 345px;
    height: 48px;
  }

  /* ========================================================
比較表
=========================================================*/
  .hikaku {
    padding-bottom: 48px;
  }
  .hikaku .section__imgTtl {
    width: 960px;
  }
  .hikaku__contents {
    overflow-x: auto;
  }
  .hikaku__table {
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
    width: 1170px;
  }
  .hikaku__table th {
    width: 162px;
    padding: 8px;
  }
  .hikaku__table td {
    padding: 14px;
  }
  .hikaku__table th,
  .hikaku__table td {
    font-size: 14px;
    line-height: 1.2;
  }
  .hikaku__table tr:first-of-type td {
    padding: 28px 0 24px;
  }
  .hikaku__table-logo img {
    padding: 4px 14px;
  }
  .hikaku__table .paddingNone {
    font-size: 16px;
    margin-left: -10px;
    margin-right: -10px;
  }

  /* ========================================================
比較表2
=========================================================*/
  .hikaku02 {
    padding-top: 60px;
  }
  .hikaku02 .hikaku__table {
    width: 1146px;
  }
  .hikaku02 .hikaku__table th {
    font-size: 18px;
    border-width: 3px;
    width: 138px;
  }
  .hikaku02 .hikaku__table td {
    font-size: 16px;
    border-width: 3px;
  }
  .hikaku__table-official td {
    padding-bottom: 50px;
  }
  .hikaku02 .ctaBtn {
    font-size: 14px;
    width: 138px;
    border-width: 2px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    bottom: 14px;
  }
  .hikaku__table-iconList li {
    font-size: 14px;
    width: 56px;
    height: 56px;
  }
  .hikaku02 .hikaku__table tr:last-child .txtLink {
    font-size: 14px;
  }

  /* ========================================================
まとめ
=========================================================*/
  .matome {
    padding-bottom: 68px;
  }
  .matome .section__ttl {
    background: var(--main-color);
  }
  .matome__catch {
    margin-top: 46px;
  }
  .matome__catch-txt {
    font-size: 28px;
  }
  .matome__catch-txt::before,
  .matome__catch-txt::after {
    background-size: 30px auto;
    width: 30px;
    height: 24px;
  }
  .matome__catch-txt::before {
    top: 0;
    left: -40px;
  }
  .matome__catch-txt::after {
    bottom: -20px;
    right: -40px;
  }
  .matome__img {
    display: block;
    width: 800px;
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
  }
  .matome__txt {
    font-size: 18px;
    width: 960px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 28px;
    line-height: 1.8;
    border-width: 2px;
    border-radius: 4px;
  }

  /* ========================================================
フッター
=========================================================*/
  /* フッターメニュー */
  .footer__links {
    font-size: 0.75rem;
    color: #333;
    text-align: center;
  }
  .footer__links a {
    color: #000;
  }
  .footer__links-wrapper {
    padding: 25px 0 36px;
    /* background-color: #f7f6f2; */
  }
  .footer__links-inner dt {
    line-height: 1.5;
    position: relative;
    transition: all 0.3s;
  }
  .footer__links-inner dd {
    margin-top: 0.9375rem;
  }
  .footer__links-inner dd ul {
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.3125rem 1.875rem;
  }
  .footer__links-inner dl:nth-child(2) dd ul {
    grid-template-columns: 1fr;
  }
  .footer__links-inner dd ul li {
    line-height: 1.5;
    list-style: none;
    padding-left: 1.0625rem;
    position: relative;
  }
  .footer__links-inner dl:nth-child(2):last-child dd ul li {
    white-space: nowrap;
  }
  .footer__links-inner dd ul li a {
    text-decoration: none;
    transition: all 0.3s;
  }
  .footer__links-inner dd ul li a:hover {
    opacity: 0.6;
  }
  .page .footerMenu {
    background: var(--bg-color);
  }
  .page .footer__links-wrapper {
    padding-top: 40px;
  }

  /* ========================================================
記事ページ
=========================================================*/
  .page {
    overflow-x: hidden;
  }

  /* ページタイトル */
  .page__ttl {
    padding: 80px 0 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .page__ttl::before,
  .page__ttl::after {
    content: "";
    display: inline-block;
    background: url(../img/cm_img_line.png) no-repeat center / 162px auto;
    width: 162px;
    height: 6px;
  }

  /* コンテンツ */
  .contents--page {
    padding: 0;
  }
  .contents--page p {
    line-height: 1.8;
  }
  .contents--page p + p {
    margin-top: 1.5em;
  }
  .contents--page > img {
    display: block;
    margin: 48px auto 0;
    width: 800px;
  }

  /* パンくず */
  .pankuzu {
    font-size: 16px;
    margin-top: 18px;
    padding: 0 calc((100% - 960px) / 2);
  }

  /* パーツ */
  /* タイトル */
  .page__ttl h1 {
    font-size: 35px;
  }
  .contents h2 {
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 64px;
    padding-top: 56px;
    display: flex;
    justify-content: center;
  }
  .contents h2::before,
  .contents h2::after {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
  }
  .contents h3 {
    font-size: 16px;
  }

  /* ボックステーブル */
  .boxTable {
    display: flex;
    flex-wrap: nowrap;
  }
  .boxTable__box {
    width: 100%;
  }
  .boxTable__box-ttl {
    font-size: 14px;
  }
  .boxTable__box-txt {
    font-size: 16px;
  }
  .boxTable__box:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .boxTable__box:nth-of-type(n + 2) {
    border-left: none;
  }
  .boxTable__box-txt {
    height: auto;
  }

  /* テーブル */
  .table th,
  .table td {
    font-size: 16px;
  }

  /* ポイントリストボックス */
  .pointList {
    padding-left: 32px;
    padding-right: 32px;
  }

  /* 見出し付きボックス */
  .boxCont__ttl {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .boxCont__txt {
    padding: 8px 12px;
  }
  .boxCont__txt p + p {
    margin-top: 0.5em;
  }
  .boxCont__txt .orangeTxt {
    line-height: 1.33;
  }

  /* CTAボタン */
  .page a.ctaBtn {
    padding: 18px;
    width: 540px;
    margin-top: 68px;
  }

  /* 絞り込み検索フォーム */
  #form .Refine_Search_Title {
    margin-top: 40px;
  }
  .Refine_Search_Title-txt {
    font-size: 28px;
  }

  #form .shindan__block.re_form {
    margin-top: 25px;
  }

  #form #Refine_Search_Area input[type="checkbox"] + span.checkbox_icon {
    display: block;
    margin-right: 6px;
    margin-left: 14px;
    position: relative;
  }

  #form #Refine_Search_Area .condition_ttl span {
    line-height: 1.7;
    font-weight: bold;
    font-size: 18px;
    padding-left: 5px;
  }

  #form #Refine_Search_Area .condition_ttl:after {
    width: 4px;
    height: 28px;
  }

  #form #Refine_Search_Area dl.Refine_Search_conditions_Area label {
    height: 60px;
    font-size: 18px;
  }

  /* #form .Refine_Search_Box_wrap {
  margin-top: 16px;
} */

  #form .Refine_Search_Title {
    padding-bottom: 0;
    font-weight: bold;
  }

  #form #Refine_Search_Area dl.Refine_Search_conditions_Area {
    margin-bottom: 13px;
  }

  #form .Refine_Search_Box_wrap {
    padding-top: 0;
  }

  #form #Refine_Search_Area .Refine_Search_cta {
    margin-top: 20px;
  }

  .Refine_Search_Box_Input {
    margin-top: 24px;
    padding: 0;
  }

  #form #Refine_Search_Area dl.Refine_Search_conditions_Area dt {
    margin-bottom: 10px;
  }
  #form #Refine_Search_Area .way__list {
    gap: 12px;
  }

  #form .price__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #form #Refine_Search_Area input[type="radio"] + span.radiobox {
    width: 16px;
    height: 16px;
  }
  #form #Refine_Search_Area input[type="radio"]:checked + span.radiobox:after,
  #form .on input[type="radio"] + span.radiobox:after,
  #form .on01 input[type="radio"] + span.radiobox:after {
    width: 10px;
    height: 10px;
  }
  #form .way__list label,
  #form .price__list label,
  #form .Kodawari__list label {
    padding-left: 18px;
  }
  #form #Refine_Search_Area input[type="radio"] + span.radiobox {
    margin-right: 8px;
  }

  #form .Refine_Search_reset {
    font-size: 20px;
    padding: 12px;
    transition: all 0.3s;
    cursor: pointer;
  }
  #form .Refine_Search_reset:hover {
    opacity: 0.6;
  }
  /* #form .Refine_Search_reset img {
  height: 60px;
} */

  #form #Refine_Search_Area .Refine_Search_number {
    font-size: 18px;
    line-height: 58px;
    left: 112px;
  }
  #form #Refine_Search_Area .Refine_Search_Box {
    padding-bottom: 80px;
  }

  body.result_page {
    overflow-x: hidden;
  }

  .result_page .ranking .inner {
    padding-bottom: 68px;
  }
  .result_page .ranking__ttl {
    padding: 20px 40px;
  }
  .result_page .ranking__grid-ttl {
    padding: 2px;
  }

  .imgttl_searchresult {
    font-size: 28px;
    margin-top: 68px;
  }

  .searchConditions {
    margin-top: 56px;
  }
}

@media screen and (min-width: 1024px) {
  /* 絞り込み検索フォーム 調整用 */
  #form span.noSubmit,
  #form .Refine_Search_submit input[type="submit"] {
    right: 52%;
    height: 60px;
    width: 440px;
    font-size: 21px;
  }

  .readmore {
    width: 960px;
    margin-top: 68px;
    padding: 0;
  }
  .readmore__ttl {
  }
  .readmore__inner {
    padding: 0;
    margin-top: 0;
  }
  .readmore__inner p {
    font-size: 18px;
  }
  body.medicine .checkPointTable {
    margin-top: 0;
  }

  .readmore-content {
    height: 96px;
    margin-top: 32px;
  }
  .readmore-content::before {
    height: 60px;
  }
  .readmore-content p {
    font-size: 16px;
    line-height: 1.5;
  }
  .readmore-content p + p {
    margin-top: 1.5em;
  }
  .readmore-label {
    font-size: 24px;
    line-height: 56px;
    width: 190px;
    height: 56px;
    margin-top: 60px;
    transition: all 0.3s;
    border-radius: 6px;
    bottom: -16px;
  }
  .readmore-label:hover {
    opacity: 0.6;
  }
  .readmore-txtBox {
    margin-top: 56px;
  }
  .readmore-txtBox-ttl {
    font-size: 23px;
    padding: 12px;
  }
  .readmore-txtBox-txt {
    padding: 24px 56px 32px;
  }
  .readmore-txtBox-txt p + p {
    margin-top: 0;
  }

  /* ========================================================
  リアルな声
  =========================================================*/
  .survey {
    margin-top: 68px;
  }
  .survey__inner {
    padding: 0;
    padding-bottom: 72px;
    margin-left: auto;
    margin-right: auto;
  }
  .survey__ttl {
    background: linear-gradient(
      transparent 33%,
      var(--bg-color) 33% 100%,
      transparent
    );
  }
  .survey-wrapper__sp-scroll {
    width: 960px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow-x: auto;
  }
  .survey-wrapper__sp-scroll img {
    width: calc((100% - 40px) / 3);
  }
  .survey__inner > p {
    line-height: 1.9;
    padding: 0;
  }
  .survey__notes {
    text-align: left;
    width: 960px;
    margin: 8px auto 0;
  }

  /* ========================================================
画像コンテンツ
=========================================================*/
  .img_contents {
    width: 960px;
    margin: 0 auto;
  }

  /* ========================================================
  口コミ
  =========================================================*/
  .kuchikomi {
    width: 100%;
    /* margin-top: 48px; */
    padding-bottom: 120px;
    margin-top: 0;
  }
  .kuchikomi__inner {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
  }
  .kuchikomi + * {
    margin-top: 80px;
  }
  .kuchikomi__ttl {
    width: 1000px;
    margin: 0 auto;
  }
  .kuchikomi .readmore-content {
    margin-top: 28px;
  }
  .kuchikomi-wrapper {
    margin: 0 95px;
  }
  .kuchikomi__subttl {
    width: 440px;
  }
  .kuchikomi__list {
    padding: 0;
  }
  .kuchikomi__list-item {
    gap: 24px;
    align-items: center;
  }
  .kuchikomi__list-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .kuchikomi__list-item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .kuchikomi__list-item_prof {
    width: 120px;
  }
  .kuchikomi__list-item_txt {
    width: 62%;
    font-size: 18px;
    border-radius: 16px;
    padding: 20px;
    position: relative;
  }
  .kuchikomi__list-item:nth-child(2n + 1) .kuchikomi__list-item_txt::before {
    content: "";
    border-right: 16px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .kuchikomi__list-item:nth-child(2n) .kuchikomi__list-item_txt::before {
    content: "";
    border-left: 16px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .kuchikomi .readmore-label {
    width: 770px;
    font-size: 21px;
    margin-bottom: 0;
    bottom: 115px;
  }
  .kuchikomi .readmore-content {
    height: 200px;
  }
  .kuchikomi .readmore-content::before {
    height: 150px;
    width: calc(100% - (95px * 2));
    left: 50%;
    transform: translateX(-50%);
  }
  p.kuchikomi__notes {
    padding: 0;
    font-size: 17px;
    text-align: left;
    margin-top: 36px;
    width: 770px;
  }

  /* ========================================================
  効果/作用
  =========================================================*/
  .expectation {
    margin-top: 0;
    padding-bottom: 48px;
  }
  .expectation__inner {
    width: 960px;
    margin: 0 auto;
  }
  .expectation__ttl {
    width: 100%;
  }
  .expectation .cmn__arrow {
    width: 116px;
    height: 46px;
    background-size: 116px 46px;
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .expectation__matome {
    padding: 20px 0;
  }

  .verticalTable + section:not(.survey) {
    margin-top: 0;
  }

  /* ========================================================
  横並びランキング
  =========================================================*/
  .miniRanking {
    padding-top: 152px;
    padding-bottom: 114px;
  }
  .miniRanking__inner {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  .miniRanking__ttl {
    padding: 0;
  }
  .miniRanking__box-ttl {
    min-height: 52px;
  }
  .miniRanking__box-txt {
    min-height: 48px;
    margin-top: 20px;
  }
  .miniRanking__box-txtBold {
    line-height: 1.33;
    min-height: 45px;
  }
  .miniRanking__box-txtBold span {
    line-height: 1.2;
  }
  .miniRanking__box:nth-of-type(1) .miniRanking__box-catch {
    gap: 12px;
  }
  .miniRanking__box:nth-of-type(1) .miniRanking__box-catch::before,
  .miniRanking__box:nth-of-type(1) .miniRanking__box-catch::after {
    width: 36px;
    height: 48px;
    background-size: 36px 48px;
  }
  .miniRanking__ttl {
    min-height: 52px;
  }
  .miniRanking__boxs {
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
  .miniRanking__box {
    border-width: 4px;
    border-right-width: 6px;
    border-bottom-width: 6px;
    border-radius: 14px;
    width: 304px;
    padding: 24px 0;
    margin: 0;
  }
  .miniRanking__box-txtBold {
    font-size: 27px;
    min-height: 75px;
  }
  .miniRanking__box::before {
    width: 100px;
    height: 77px;
    background-size: 100px 77px;
    top: -58px;
  }
  .miniRanking__box:nth-of-type(1)::before {
    width: 130px;
    height: 100px;
    background-size: 130px 100px;
    top: -72px;
  }
  .miniRanking__box img {
    width: calc(100% - 48px);
    display: block;
    margin: 16px 24px 0;
  }
  .miniRanking__box-img {
    margin: 12px auto 0;
  }
  .miniRanking a.ctaBtn {
    font-size: 21px;
    border-width: 3px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-radius: 8px;
    padding: 12px;
    margin: 20px 16px 0;
  }
  .miniRanking a.ctaBtn::after {
    width: 9px;
    height: 14px;
    background-size: 9px 14px;
    right: 16px;
    top: 50%;
  }

  /* ========================================================
  おすすめNo1をチェック（簡易比較表）
  =========================================================*/
  .checkPoint__ttl {
    width: 960px;
    margin: 0 auto;
    background: var(--bg-color);
  }
  .checkPoint__inner {
    background: var(--bg-color);
    position: relative;
  }
  .checkPointTable {
    width: 960px;
    margin: 68px auto 0;
    padding: 0;
    padding-bottom: 140px;
  }
  .checkPointTable__ttl-txt {
    font-size: 1.4rem;
    width: 356px;
  }
  .checkPointTxt {
    padding: 18px 27px;
    margin: 80px auto 0;
  }
  .checkPointTxt__ttl {
    width: 395px;
    margin: 0 auto;
  }
  .checkPointTxt__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .checkPointTxt__list-item {
    width: 50%;
    max-width: 300px;
    margin-bottom: 32px;
  }
  .checkPointTable__table-wrap {
    border: 3px solid #000;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 40px;
  }
  .checkPointTable__table {
    border: none;
  }
  .checkPointTable__table-data td {
    font-size: 18px;
    vertical-align: top;
    position: relative;
    padding: 40px 4px 20px;
    width: 33%;
    border-width: 3px;
  }
  td.checkPointTable__table-logo {
    border-left: none;
    border-right: none;
    border-top: none;
    height: 106px;
  }
  .checkPointTable__table-data > td:first-child {
    border-left: none;
  }
  .checkPointTable__table-data > td:last-child {
    border-right: none;
  }
  td.checkPointTable__table-btn {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .checkPointTable__table .checkPointTable__table-logo a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .checkPointTable__table .checkPointTable__table-logo a::before {
    width: 80px;
    height: 62px;
    background-size: 80px auto;
    position: relative;
    top: auto;
    left: auto;
    margin-right: 28px;
    margin-top: -1.2em;
  }
  .checkPointTable__table-wrap
    .checkPointTable__table
    .checkPointTable__table-logo
    a
    img {
    max-width: 345px;
    height: 52px;
    object-fit: contain;
    top: auto;
    left: auto;
    transform: translateX(0);
    position: relative;
  }
  .checkPointTable__table-wrap:nth-child(2)
    .checkPointTable__table
    .checkPointTable__table-logo
    a,
  .checkPointTable__table-wrap:nth-child(3)
    .checkPointTable__table
    .checkPointTable__table-logo
    a {
    transform: translateX(-2%);
  }
  .checkPointTable__table-ttl {
    font-size: 19px;
    border-width: 3px;
    padding: 6px 0;
  }
  .checkPointTable__table-mark {
    width: 80px;
    height: 80px;
    margin: 28px auto 12px;
  }
  .checkPointTable__table-btn-wrap {
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    justify-items: right;
    row-gap: 8px;
  }
  .checkPointTable__table-link-catch {
    font-size: 18px;
  }
  .checkPointTable__table-link-catch::before,
  .checkPointTable__table-link-catch::after {
    margin-bottom: 0;
  }
  .checkPointTable__table-more a {
    font-size: 21px;
    width: 344px;
    height: 74px;
    margin: 0;
    border-width: 3px;
    border-right-width: 6px;
    border-bottom-width: 6px;
    border-radius: 10px;
    padding-top: 10px;
  }
  .checkPointTable__table-more a::after {
    width: 9px;
    height: 14px;
    background-size: 9px 14px;
    bottom: 4px;
  }
  .checkPointTable__table-link {
    width: 96%;
  }
  .checkPointTable__table-link a {
    font-size: 21px;
    height: 72px;
    margin: 0;
    border-width: 3px;
    border-right-width: 6px;
    border-bottom-width: 6px;
    border-radius: 10px;
  }
  .checkPointTable__table-link a span {
    font-size: 14px;
  }
  .checkPointTable__table-link a::before {
    top: -38px;
  }
  .checkPoint .cmn__arrow {
    width: 128px;
    height: 48px;
    background-size: 128px 48px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -28px;
  }
  .checkPointMatome {
    background: #fff;
    padding: 68px 20px 100px;
  }
  .checkPointMatome__box {
    width: 960px;
    margin: 0 auto;
    border-width: 3px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    padding-bottom: 24px;
  }
  .checkPointMatome__ttl {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom-width: 3px;
  }
  .checkPointMatome__ttl img {
    width: 460px;
    margin: 0 auto;
  }
  .checkPointMatome__catch {
    font-size: 18px;
  }
  .checkPointMatome__catch::before,
  .checkPointMatome__catch::after {
    margin: 0;
  }
  .checkPointMatome__img {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .checkPointMatome__img img:nth-of-type(1) {
    padding: 0;
  }
  .checkPointMatome__img img:nth-of-type(2) {
    padding: 0 16px;
    margin-top: 32px;
  }
  .checkPointMatome__btn a {
    font-size: 28px;
    line-height: 1.2;
    width: calc(100% - 48px);
    margin-left: 28px;
    margin-right: 28px;
    margin-top: 16px;
    padding: 3px 0 9px;
    border-width: 3px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-radius: 10px;
  }
  .checkPointMatome__btn a span {
    font-size: 18px;
  }

  /* ========================================================
  ポジショニングマップ
  =========================================================*/
  .positioningMap__back {
    padding-top: 80px;
    padding-bottom: 106px;
  }
  .positioningMap__ttl {
    width: 630px;
    margin: 0 auto;
  }
  .positioningMap__top {
    margin-top: 24px;
  }
  .positioningMap__top-subTtl {
    font-size: 16px;
  }
  .positioningMap__top-notes {
    font-size: 1rem;
    text-align: right;
    margin-top: 2px;
  }
  .positioningMap__top-ttl {
    font-size: 1.6rem;
  }
  .positioningMap__inner {
    width: 804px;
    margin: 0 auto;
  }
  .positioningMap__inner::before {
    left: 61%;
  }
  .positioningMap__inner::after {
    width: 56%;
    top: 4%;
  }
  .positioningMap__label-01,
  .positioningMap__label-02,
  .positioningMap__label-03,
  .positioningMap__label-04 {
    width: 100px;
    height: 100px;
    font-size: 26px;
  }
  .positioningMap__label-01 {
  }
  .positioningMap__label-03,
  .positioningMap__label-04 {
    top: 60%;
  }
  .positioningMap__subLabel01 {
    line-height: 1.5;
  }

  .positioningMap__subLabel {
    font-size: 20px;
  }
  .positioningMap__subLabel01 {
    left: 31%;
  }
  .positioningMap__subLabel02 {
    left: 80%;
  }

  a.positioningMap__item {
    height: 70px;
    padding: 12px;
    border-width: 2px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-radius: 14px;
  }

  a.positioningMap__item:hover {
    opacity: 0.6;
  }
  .positioningMap__item.positioningMap__item-01 {
    top: 19%;
    left: 55%;
    padding: 14px 12px;
  }

  .positioningMap__item.positioningMap__item-02 {
    top: 30%;
  }

  .positioningMap__item.positioningMap__item-03 {
    top: 49%;
    left: 34%;
    padding: 4px 10px 8px;
  }

  .positioningMap__item.positioningMap__item-04 {
    top: 40%;
  }

  .positioningMap__item.positioningMap__item-05 {
    top: 67%;
    left: 24%;
  }

  .positioningMap__item.positioningMap__item-06 {
    top: 76%;
    left: 57%;
    padding: 2px 12px;
  }

  .positioningMap__item-01::before {
    background-size: auto 46px;
    width: 60px;
    height: 46px;
    top: -87%;
  }

  .positioningMap__top-ttl-txt {
    font-size: 1.4rem;
    width: 356px;
  }

  .positioningMap__item-catch {
    font-size: 12px;
  }

  /* ========================================================
  クリニック選びのポイント
  =========================================================*/
  .howtochoice {
    padding: 0;
  }
  .howtochoice__inner {
    padding: 0;
  }
  .howtochoice__ttl {
    width: 960px;
    margin: 0px auto;
  }
  .howtochoice__box {
    width: 960px;
    padding: 38px;
    padding-bottom: 24px;
    border-width: 3px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-top: 24px;
  }
  .howtochoice__box-img::before {
    width: 146px;
    height: 64px;
    background-size: 146px auto;
    top: -22px;
    left: -72px;
  }
  .howtochoice__box:nth-child(2) .howtochoice__box-img::before {
    background-image: url(../img/howtochoice_point1_pc.png);
  }
  .howtochoice__box:nth-child(3) .howtochoice__box-img::before {
    background-image: url(../img/howtochoice_point2_pc.png);
  }
  .howtochoice__box:nth-child(4) .howtochoice__box-img::before {
    background-image: url(../img/howtochoice_point3_pc.png);
  }
  .howtochoice__box + .howtochoice__box {
    margin-top: 36px;
  }
  .howtochoice__box-img {
    width: 330px;
    flex-shrink: 0;
  }
  .howtochoice__box-txtTtl {
    font-size: 24px;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 16px;
  }
  .positioningMap__top-ttl-txt {
    font-size: 18px;
    width: 100%;
  }
  .howtochoice__btn a {
    font-size: 28px;
    padding: 0;
    width: 880px;
    margin: 0 auto;
    border-width: 4px;
    border-right-width: 6px;
    border-bottom-width: 6px;
    padding: 22px;
  }
  .howtochoice__btn a::before {
    width: 12px;
    height: 19px;
    background-size: 12px 19px;
    bottom: -8px;
  }
  .howtochoice__matome {
    background: var(--sub-color);
    border-top: 1px solid transparent;
    padding: 0 0 68px;
  }
  .howtochoice__matome .cmn__arrow {
    width: 116px;
    height: 46px;
    background-size: 116px 46px;
    margin-top: 40px;
    margin-bottom: 38px;
  }

  /* ========================================================
2023/06/15 口コミまとめデザイン追加
=========================================================*/

  .kuchikomi__point {
    margin-top: 32px;
  }
  .kuchikomi__points_wrap {
    flex-direction: row;
    margin-top: 24px;
    gap: 20px;
    justify-content: center;
  }
  .kuchikomi__point {
    padding: 0px;
  }
  .kuchikomi__points_txt_wrap {
    padding: 16px;
  }
  .kuchikomi__points_txt_wrap > p {
    font-size: 16px;
  }
  .kuchikomi__point_img {
    width: calc((100% - 40px) / 3);
  }
  .libersus__cta_wrap {
    padding-bottom: 64px;
  }
  .libersus__cta_bnr.forPC {
    width: 960px;
    margin: 0 auto;
  }
  .libersus__cta_logo {
    height: 45px;
  }
  .libersus__cta_logo.dmm {
    height: 56px;
  }
  .libersus__cta_rsv {
    font-size: 18px;
  }
  .libersus__cta_txt {
    font-size: 16px;
  }
  .libersus__cta__box:first-of-type .libersus__cta_txt::before,
  .libersus__cta__box:first-of-type .libersus__cta_txt::after {
    top: 5px;
  }
  .libersus__cta__box:first-of-type {
    aspect-ratio: 170/43;
  }
  .libersus__cta__box:not(:first-of-type) {
    aspect-ratio: 235/71;
  }
  .libersus__cta__box:first-of-type .libersus__cta_link {
    font-size: 23px;
  }
  .libersus__cta__box:not(:first-of-type) .libersus__cta_link {
    font-size: 21px;
  }
  .libersus__cta__box_wrap {
    padding: 0 130px;
    margin: 52px auto 0;
    gap: 32px;
    max-width: 1024px;
  }
  .libersus__cta__box {
    padding: 24px;
    justify-content: space-between;
  }
  .libersus__cta__box:first-of-type {
    padding: 38px 24px;
  }
  .libersus__cta__box:not(:first-of-type) {
    margin: 0 118px;
  }
  .libersus__cta__otameshi {
    position: absolute;
    left: -36px;
    width: 26.5%;
    max-width: 202px;
    top: -30px;
  }
  .libersus__cta_rsv {
    padding: 22px 56px;
    aspect-ratio: 34/13;
  }
  .libersus__cta_rsv::after {
    right: 10px;
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
  }
  /* ========================================================
20230911 検索フォーム項目変更
=========================================================*/
  #shindan__area > div.Refine_Search_Box_Ttl > picture > img {
    display: block;
    width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
  .kinds__list label::before {
    width: 60px;
    height: 60px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #form
    #Refine_Search_Area
    dl.Refine_Search_conditions_Area
    .kinds__list
    label {
    height: 110px;
    /* padding: 20px; */
  }
  .kinds__list .multi__item::before {
    width: 60px;
    height: 60px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  /* ========================================================
20231011 リベルサス見出し画像、ボタン色、黒色変更
=========================================================*/
  #rybelsus .header,
  #medical .header {
    background: #f9f9f9;
  }
  #rybelsus .hikaku__circle,
  #medical .hikaku__circle {
    max-width: 400px;
  }
  #rybelsus .section__imgTtl img,
  #medical .section__imgTtl img {
    max-width: 570px;
    margin: 0 auto;
    padding: 20px 0;
  }
  #shindan__area #rybelsus__ttlBox img,
  #shindan__area #medical__ttlBox img {
    margin: 40px auto 0;
    max-width: 730px;
    padding: 0px;
  }
  #rybelsus .libersus__cta_bnr,
  #medical .libersus__cta_bnr {
    max-width: 620px;
    margin: 40px auto 0;
    padding: 0;
  }
  #rybelsus .ranking__circle,
  #medical .ranking__circle {
    width: 20%;
  }
  #rybelsus .ranking__ttlImg img,
  #medical .ranking__ttlImg img {
    max-width: 586px;
    margin: 0 auto;
    padding: 0px;
  }
  #rybelsus .ranking__sectionTtl,
  #medical .ranking__sectionTtl {
    background: linear-gradient(
      180deg,
      #ffffff00 0%,
      #ffffff00 46%,
      #f9f9f9 46%,
      #f9f9f9 100%
    );
  }
  #rybelsus .ranking__ttlWomen,
  #medical .ranking__ttlWomen {
    display: block;
    height: 150px;
    width: auto;
    position: absolute;
    transform: translate(-324px, 67px);
  }
  #rybelsus .ranking a.ctaBtn,
  #medical .ranking a.ctaBtn {
    font-size: 21px;
    width: 540px;
    padding: 18px;
    margin-top: 8px;
    border-width: 3px;
  }
  #rybelsus .ranking a.ctaBtn::after,
  #medical .ranking a.ctaBtn::after {
    right: 20px;
    width: 10px;
    height: 17px;
    background-size: 10px 17px;
  }
  #rybelsus .ranking__ttlBox,
  #medical .ranking__ttlBox {
    display: flex;
    justify-content: center;
    position: relative;
  }
  #rybelsus .matome .section__ttl,
  #medical .matome .section__ttl {
    background: #94d7d3;
  }
  #rybelsus .matome .section__ttl img,
  #medical .matome .section__ttl img {
    max-width: 330px;
    padding: 15px 0;
  }
  #rybelsus .matome__catch-txt::before,
  #rybelsus .matome__catch-txt::after {
    background-size: 30px auto;
    width: 30px;
    height: 24px;
  }
  #medical .matome__catch-txt::before,
  #medical .matome__catch-txt::after {
    background-size: 30px auto;
    width: 30px;
    height: 24px;
  }
  /* 20231026 検索結果のランキング修正 */
  #rybelsus .ranking__bnr02,
  #medical .ranking__bnr {
    display: block;
    width: 800px;
    margin: 12px auto 0;
  }
  /* 20231208 比較表クリフォアの註釈修正 */
  .hikaku__comments {
    max-width: 1170px;
    margin: 12px auto 0;
  }
}
