@charset "utf-8";
/*
Theme Name: Rank Template
Theme URI: 
Author: Uni
Author URI: 
Description: 比較サイト用テンプレートテーマ　スマホ特化
Version: 1.0
Text Domain: rank-template
*/
/*base settiog*/ :root {
  --transition: .3s var(--easing);
  --title: clamp(1.125rem, 0.569rem + 2.78vw, 1.175rem);
  --body-text: clamp(0.875rem, 0.042rem + 4.17vw, 1.25rem);
  --clr-blue: #8ecde5;
  --clr-ylw: #f8ff8d;
  --clr-pink: #e64154;
--clr-green: #3daa4f;
--clr-ppl: #b154dc;
}
/*Common 
===============================================================*/
* {
  min-width: 0;
  min-height: 0;
}
body {
  font-family: "Noto Sans CJK JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  font-display: swap;
  background-color: #e4f8f4;
}
img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.fl_c {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: -webkit-column;
  flex-direction: -moz-column;
  flex-direction: -ms-column;
  flex-direction: -o-column;
  flex-direction: column;
}
.noto {
  font-family: 'NotoSans', sans-serif;
}
.robo {
  font-family: 'Roboto', sans-serif;
}
.red {
  color: #EA5228;
  font-weight: bold;
}
.green {
  color: var(--clr-green);
  font-weight: bold;
}
.blue {
  color: var(--clr-blue);
}
.ppl{
	color: var(--clr-ppl);
  font-weight: bold;
}
.float_banner {
  display: none;
}
.spView {
  display: none;
}
.small{
	font-size: 11px;
}
.small2{
	font-size: 11px;
}
strong {
  font-weight: bold;
}
a:hover{
    cursor: pointer;
}
#container {
  width: 100%;
  max-width: 464px;
  min-width: 320px;
  margin: 20px auto;
  background-color: #fff;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
  border-radius: 10px;
}
.pr{
	font-size: .825em;
	}
/*横サイド
===============================================================*/
.aside-left {
  height: 100vh;
  width: calc((100vw - 464px)/2);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
    text-align: center;
}
.aside-right{
  height: 100vh;
  width: calc((100vw - 464px)/2);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}
.aside-left p{
    font-weight: 600;
}
.aside-left p > span{
    color: #f46f8f;
}
.aside-left a,
.aside-right figure{
    max-width: 260px;
    padding: 10px;
}
/*
.aside-left img{
    border: solid 1px #333;
}
*/
/*header/nav  
===============================================================*/
header h1{
	padding: 0.7em 0;
}
header h1 img{
	width: 18em;
}
/*title
===============================================================*/
h2 {
  background-color: #EFAAA2;
  position: relative;
  padding: 0.6em;
  text-align: center;
	margin-bottom: 1em;
}
h2::after{
	position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 15px solid transparent;
    border-top: 12px solid #EFAAA2;
    width: 0;
    height: 0;
}
h2 p {
  color: #fff;
  font-weight: 900;
  font-size: var(--title);
  display: inline-block;
  position: relative;
    line-height: 1.3;
}
h2 span {
  display: block;
  color: #f8ff8d;
  font-size: .825em
}
h2 span.triangle {
  display: inline-block;
  padding: 0 5px;
}
/*btn
===============================================================*/
.rank-entry-link {
  width: 100%;
}
.rank-entry-link + div {
  margin-top: .75em;
}
.rank-entry-link a {
	margin: 0 auto;
animation: fuwafuwa 1s ease 0s infinite alternate;
transform-origin:center;
cursor: pointer;
  width: 100%;
  font-weight: bold;
  background: #37cab0;
  line-height: 1.2;
  box-shadow: 0 4px 0 #1ba38b;
  color: #fff;
  position: relative;
  padding: 15px;
  border-radius: 5px;
  display: block;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
@keyframes fuwafuwa {
from {transform: scale(0.9,0.9);}
to {transform: scale(1,1);}
}
.rank-entry-link a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: .5em;
  font-size: 1.25em;
  top: 50%;
  transform: translateY(-50%);
  color: #f8ff8d;
}
/*ranking
===============================================================*/
.ttl-img {
  width: 100px;
  z-index: 1;
  bottom: 0;
  left: 5%;
}
.title {
  padding: 0 10px;
  bottom: 0;
}
/* =========================
  Pill Search UI (rebuild)
========================= */

.lp-search .search-panel{
  max-width: 860px;
  margin: 0 auto;
  padding: 0 12px;
}

.search-panel-form{
  width: 100%;
}
/* PCのみ表示 */
.pc-only{
  display:block;
}

/* SPでは非表示 */
@media (max-width: 768px){
  .pc-only{
    display:none !important;
  }
}

/* --- 表（角は直角） --- */
.search-panel-tableWrap{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0;      /* 直角 */
  overflow: hidden;      /* 線がキレイに出る */
}

.search-panel-table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; 
}

.search-panel-table th,
.search-panel-table td{
  border-top: 1px solid #eee;
  vertical-align: middle;
}

.search-panel-table tr:first-child th,
.search-panel-table tr:first-child td{
  border-top: none;
}

/* ピンクの項目列：表示枠の2割 */
.search-panel-table th{
  width: 30%;
  padding: 18px 14px;
  background: #f7e7ea;
  color: #82521A;
  font-weight: 700;
  text-align: left;
  white-space: normal;      /* 折り返しOK */
  word-break: break-word;   /* 強制改行許可 */
}

.search-panel-table td{
  width: 80%;
  padding: 14px 16px;
  background: #fff;
}

/* --- 選択肢レイアウト --- */
.search-select.checks,
.search-select.radios{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.search-select .check,
.search-select .radio{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
}

.search-select input[type="checkbox"],
.search-select input[type="radio"]{
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #3b78ff;
}

.search-select label{
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}

/* --- 表とボタンは独立（余白） --- */
.search-panel-btnWrap{
  margin-top: 16px; /* ← 表とボタンの間の余白 */
}

/* --- ボタン：角丸＋下にドロップシャドウ --- */
.search-panel-btn{
  width: 100%;
  border: none;
  background: #ff6f99;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 18px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  border-radius: 10px; /* 角丸 */
  box-shadow:
    0 4px 8px rgba(0,0,0,0.08),
    0 2px 4px rgba(0,0,0,0.06);

  transition: all .15s ease;
}

.search-panel-btn:hover{
  filter: brightness(0.98);
}

.search-panel-btn:active{
  transform: translateY(2px);
  box-shadow: 0 6px 0 rgba(0,0,0,0.12);
}

/* responsive */
@media (max-width: 768px){
  .search-panel-table th{
    width: 22%; /* 2割キープしつつ読みやすさ確保 */
    padding: 14px 12px;
    font-size: 13px;
    white-space: normal;
  }
  .search-panel-table td{
    width: 78%;
    padding: 12px;
  }
  .search-select label{
    font-size: 13px;
  }
}
/* ===== 検索結果 ===== */
/* 検索結果コンテナ */
.search-result{
  padding: 0 16px 0;
}

/* タイトル帯：画面全幅にする（l-containerの外に出せない構成なので疑似全幅） */
.search-titlebar{
  background: #f7e7ea;      /* 薄ピンク */
  padding: 14px 0;
  margin: 18px calc(50% - 50vw) 14px; /* 疑似全幅 */
}

.search-title{
  text-align: center;
  font-size: 18px; /* 見出しサイズ調整 */
  font-weight: 700;
  margin: 0;
}

/* 見出し（下の検索UI誘導） */
.search-panel-heading{
  margin: 26px 0 10px;
  font-weight: 700;
  font-size: 14px;
}

/* ===== テーブル枠 ===== */
.custom-table{
  border: 1px solid #eee;
  background: #fff;
}

.table-scroll-text{
  text-align:center;
  font-size: 12px;
  padding: 10px 0;
  color: #777;
}

.hidden-pc{ display:none; }
@media (max-width: 768px){
  .hidden-pc{ display:block; }
}

/* 横スクロール */
.table-scroll{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* “SP幅固定サイト”でも横に出すため、table幅をCSS変数で指定 */
.pill-result-table{
  width: var(--whole-width-for-pc, 100%);
  min-width: var(--whole-width-for-pc, 100%);
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
}

/* SPのときだけ横に広げる */
@media (max-width: 768px){
  .pill-result-table{
    width: var(--whole-width, 180%);
    min-width: var(--whole-width, 180%);
  }
}

.pill-result-table th,
.pill-result-table td{
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 10px 10px;
  vertical-align: top;
  background: #fff;
}

.pill-result-table thead th{
  background: #f7e7ea; /* 薄ピンク */
  font-weight: 700;
  position: relative;
}

.pill-result-table tr:first-child th{
  border-top: none;
}

.pill-result-table td:last-child,
.pill-result-table th:last-child{
  border-right: none;
}

/* ===== 1列目固定（サイト名列）===== */
.pill-result-table .sticky-col{
  position: sticky;
  left: 0;
  z-index: 3;
  background: #fff;
}

.pill-result-table thead .sticky-col{
  background: #f7e7ea;
  z-index: 5;
}

/* ===== 1列目のロゴ/サイト名 ===== */
.table-logo{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.table-logo-image{
  width: 56px;
  height: 56px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.logo-small{
  max-width: 56px;
  max-height: 56px;
  width: auto;
  height: auto;
  display:block;
}

.logo-placeholder{
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #f3f3f3;
}

.table-logo-name{
  font-size: 12px;
  font-weight: 700;
  color: #1a73e8; /* 参考のリンクっぽく */
  line-height: 1.2;
}

/* ===== 並び替えUI（見た目だけ先に再現）===== */
.search-sort{
  display:flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

.search-sort-text{
  font-size: 12px;
  font-weight: 700;
}

.search-sort-btn{
  display:inline-block;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #ff6f99;
  color: #fff;
  text-decoration: none;
}

.search-sort-icon{
  font-size: 10px;
  margin-left: 4px;
  opacity: .7;
}

.hidden{ display:none; }

/*============ タブ切り替え（見出し一体型・最終版） =================*/
/* ===== JSなしステージ切替（radio+label） ===== */

.stageSwitch{
  position: relative;
}

/* radioを見えなくする */
.stageSwitch__radio{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}

/* パネルは通常非表示 */
.stagePanel{ display:none; }

/* タブ */
.stageTabs{
  display:flex;
  gap:12px;
  margin: 18px 0 0;
  margin-bottom: -2px; /* ← 下線2px分を食わせる */
}

/* タブ外観（あなたの指定） */
.stageTabs__btn{
  flex:1;
  text-align:center;
  padding:16px 10px;
  border-radius:0;
  border:2px solid #EEA9A2;
  background:#fff;
  cursor:pointer;
  user-select:none;

  font-weight:900;
  font-size: var(--title);
  line-height:1.3;
}

/* 非選択：ピンク文字 */
.stageTabs__btn .stage-main,
.stageTabs__btn .stage-sub{
  color:#EEA9A2;
}

/* 選択：背景ピンク＋文字色指定 */
#stage-ninkatsu:checked ~ .stageTabs label[for="stage-ninkatsu"],
#stage-ninshin:checked ~ .stageTabs label[for="stage-ninshin"]{
  background:#EEA9A2;
}

/* 選択中「妊活中/妊娠期」＝黄 */
#stage-ninkatsu:checked ~ .stageTabs label[for="stage-ninkatsu"] .stage-main,
#stage-ninshin:checked ~ .stageTabs label[for="stage-ninshin"] .stage-main{
  color:#F9FF8D;
}

/* 選択中「におすすめ」＝白 */
#stage-ninkatsu:checked ~ .stageTabs label[for="stage-ninkatsu"] .stage-sub,
#stage-ninshin:checked ~ .stageTabs label[for="stage-ninshin"] .stage-sub{
  color:#FFFFFF;
}

/* 表示パネル切替 */
#stage-ninkatsu:checked ~ .stagePanel--ninkatsu{ display:block; }
#stage-ninshin:checked ~ .stagePanel--ninshin{ display:block; }

/*top3
===============================================================*/
.top3-inner {
  margin: 15px 0 0;
  border: #ddd 1px solid;
}
.top3-inner .top3-inner_box{
    position: relative;
}
.top3-inner .top3-inner__link{
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; 
}
.top3-inner .top3-inner_box:nth-child(1) {
  background: #ffffe7;
}
/* 王冠＋画像コンテナ */
.top3-inner .rank-thumb{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end; /* 右寄せ維持 */
  gap: 10px;
}

/* 王冠 */
.top3-inner .rank-crown{
  width: 2.5em;
  height: 1.92em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/* =====================================================
   TOP3 王冠表示
   ※王冠はPHPの <img> で表示する方式に統一
   ===================================================== */

/* 王冠コンテナ */
.top3-inner .rank-crown{
  width: 2.5em;
  height: 1.92em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}

/* 王冠画像 */
.top3-inner .rank-crown img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
/* =====================================================
   サイト画像（70px）
   ===================================================== */

.top3-inner img.site_img70{
  width: 70px;
  height: auto;
  display: block;
}

.top3-inner__text, .top3-inner__thum {
  border-bottom: #cddedb 1px solid;
  padding: .35em 1em;
  box-sizing: border-box;
}
.top3-inner__text {
  border-left: #cddedb 1px solid;
  width: 75%;
  padding: .65em 1em;
}
.top3-inner__thum {
  border-right: none;
  justify-content: flex-end;
  position: relative;
  width: 35%;
  align-items: center;
}
.top3-inner__text .site-name {
  font-weight: 600;
	color: #81531a
}
.top3-inner .top3-inner__thum p {
  width: 100%;
  max-width: 57px;
}
.top3-inner .top3-inner__thum img {
  height: auto;
}
.top3-inner .rank-score {
  flex-direction: column;
  width: 70%;
  height: 100%;
  padding: 0.75em;
}
.top3-inner .star {
  align-items: center;
  line-height: 1;
}
.top3-inner .star figure, .recom-list .star figure {
  width: 100%;
  margin-right: .425em;
  max-width: 150px;
  margin-bottom: 0;
}
.top3-inner .star .scr, .recom-list .star .scr {
  color: #e62525;
  font-size: 1.635em;
  font-weight: 600;
  margin-top: 3px;
}
.top3 .annotation{
	padding: 0 0 1em;
}
/*比較表
===============================================================*/
.comparisontable_list h3 {
  position: relative;
  width: 83%;
  margin: 0 auto;
}
/* =====================================
   ▼ 現在：スクロールなし
===================================== */
.comparison-scroll{
  overflow: visible;
}
/* =====================================
   ▼ 将来スクロール復活する場合は下を有効化
===================================== */
/*
.comparison-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.comparisontable_inner {
  table-layout: fixed;
  min-width: 720px;/*スクロールかけるため　元：width:100%*/
/*
  border: #cddedb 1px solid;
  margin: 25px 0;
}
*/
.comparisontable_inner tr {
  width: 100%;
}
.comparisontable_inner td, .comparisontable_inner th {
  text-align: center;
  border: #cddedb 1px solid;
  padding: .625em .225em;
  vertical-align: middle;
    line-height: 1.4;
    font-size: .825em
}
.comparisontable_inner td {
  line-height: 1.3;
     font-weight: 600;
	position: relative;
}
.comparisontable_inner td figure{
   margin-bottom: .5em;
}
.comparisontable_inner th {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #f8fffe;
  /* スクロール左固定　元：width: 21%;*/
}
.comparisontable_inner tr > td:nth-of-type(1) {
  background: #ffffe7;
}
.comparisontable_inner img.rank-icn {
  width: 2.5em;
  height: auto;
  margin: 0 auto;
}
.comparisontable_inner .rank-entry-link a{
    padding: 12px;
    text-align: left;
}
.comparisontable_inner td.site_name_td p {
  font-size: inherit;
  line-height: 1.4;
}
.comparisontable_inner td.site_name_td img {
  height: auto;
}
.tab_icon {
  width: 2.65em;
  height: auto;
  margin: 0 auto;
}
.comparisontable_inner td figure .icon_only{
    margin-bottom: 0;
}
.sec-intro .annotation{
    padding: 0 0 1em;
}
.comparisontable_inner col.col-head{ width: 120px; }
.comparisontable_inner col.col-rank{ width: 150px; }

.comparisontable_inner th{
  width: 150px;
}
.comparisontable_inner .site_img{
  width: 100%;
  max-width: 90px;
  height: auto;
  display: block;
  margin: 0 auto .35em;
}
.comparisontable_inner td,
.comparisontable_inner th{
  white-space: normal;         /* 折り返しOK */
  overflow-wrap: anywhere;     /* 長い文字も折る */
  word-break: break-word;      /* 日本語/英数字混在でも折りやすく */
}

/* 比較表2 parts-comparisontable-scroll.php
----------------------------------------------*/

/* ==========================
   比較表ラッパー
   ========================== */
.comparison-scroll.comparisontable-scroll-template{
  width: 100%;
  position: relative;
}

/* ==========================
   テーブル本体
   ========================== */
.comparisontable_top{
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background: #fff;
  color: #333333;
}

/* 列数ごとの均等幅 */
.comparisontable-scroll-template.cols-2 .comparisontable_top thead th,
.comparisontable-scroll-template.cols-2 .comparisontable_top tbody td{
  width: 50%;
}

.comparisontable-scroll-template.cols-3 .comparisontable_top thead th,
.comparisontable-scroll-template.cols-3 .comparisontable_top tbody td{
  width: 33.3333%;
}

.comparisontable-scroll-template.cols-4 .comparisontable_top thead th,
.comparisontable-scroll-template.cols-4 .comparisontable_top tbody td{
  width: 25%;
}

.comparisontable-scroll-template.cols-5 .comparisontable_top thead th,
.comparisontable-scroll-template.cols-5 .comparisontable_top tbody td{
  width: 20%;
}

/* 共通セル */
.comparisontable_top thead th,
.comparisontable_top tbody td{
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  padding: 8px 4px;
  font-weight: 600;
  color: #333333;
}

/* ==========================
   ヘッダー
   ========================== */
.comparisontable_top thead th{
  background: #ffffff;
  padding-top: 6px;
}

.rank_crown{
  margin: 0 0 6px;
  padding: 0;
  line-height: 0;
  text-align: center;
}

.rank_crown .rank-icn{
  display: block;
  width: 32px;
  height: auto;
  margin: 0 auto;
}

/* site_image 専用 */
.comparisontable_top .site-image-img{
  width: 120px !important;
  height: 120px !important;
  object-fit: contain;
  display: block;
  margin: 0 auto 6px;
}

/* サイト名 */
.comparisontable_top .site_head_name{
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #333333;
}

/* 1位列だけ背景 */
.comparisontable_top thead th:nth-child(1),
.comparisontable_top tbody td:nth-child(1){
  background: #ffffe7;
}

/* ==========================
   セクション見出し
   ========================== */
.comparisontable_top tr.section_head th.section_title{
  background: #F9FFFE;
  border: 1px solid #dcdcdc;
  padding: 6px 10px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  color: #333333;
  letter-spacing: .03em;
}

/* ==========================
   本文
   ========================== */
.comparisontable_top tbody td p:not(.rank-entry-link p){
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: #333333;
  margin: 0;
}

/* アイコン */
.comparisontable_top .tab_icon{
  width: 22px;
  height: auto;
  margin: 0 auto 4px;
  display: block;
}

/* ==========================
   ＼／バッジ
   ========================== */
.table_headbar__track{
  display: grid;
  align-items: start;
  width: 100%;
  position: relative;
  pointer-events: none;
  height: 22px;
}

.comparisontable-scroll-template.cols-2 .table_headbar__track{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.comparisontable-scroll-template.cols-3 .table_headbar__track{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.comparisontable-scroll-template.cols-4 .table_headbar__track{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.comparisontable-scroll-template.cols-5 .table_headbar__track{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rank1_badge{
  grid-column: 1;
  justify-self: center;
  align-self: start;
  position: relative;
  top: 0;
  left: -5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  color: #e24b4b;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  white-space: nowrap;
  z-index: 5;
}

.rank1_badge::before{
  content: "＼";
  margin-right: 4px;
}

.rank1_badge::after{
  content: "／";
  margin-left: 4px;
}

/* ==========================
   CTAボタン（比較表用）
   ========================== */
.comparisontable_top .rank-entry-link--table a{
  width: 100%;
  padding: 12px 6px;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #fff !important;
}

.comparisontable_top .rank-entry-link--table a::before{
  right: .6em;
}

/* ==========================
   SP微調整
   ========================== */
@media screen and (max-width: 480px){
  .comparisontable_top .site-image-img{
    width: 90px !important;
    height: 90px !important;
  }

  .comparisontable_top .site_head_name{
    font-size: 3.2vw;
  }

  .comparisontable_top tbody td p:not(.rank-entry-link p){
    font-size: 3.1vw;
  }

  .comparisontable_top thead th,
  .comparisontable_top tbody td{
    padding: 8px 4px;
  }

  .rank1_badge{
    font-size: 12px;
    left: -10px;
  }
}


/*ランキング部分
===============================================================*/
.sec-comparison .inner li{
	padding-top: 1.4em;
}
.rank-head {
  -ms-align-items: flex-end;
  align-items: center;
    width: 100%;
    justify-content: space-between;
}
.rank-head p.sitename {
	width: 100%;
  font-size: 1.35em;
  font-weight: 700;
	text-align: center;
  background-repeat: no-repeat;
	border-bottom-color: #EFAAA2;
    border-bottom-style: dotted;
    border-bottom-width: 3px;
	color: #EA5228;
}
.rank-namebox {
  align-items: center;
    width: 80%;
    flex-flow: column;
    gap: .5em;
}
.mini_text{
	    width: 100%;
}
.rank-score {
  justify-content: end;
  -ms-align-items: center;
  align-items: center;
  font-weight: 700;
  width: 100%;
}
.rank-score .star {
  width: 10em;
  padding: 0 10px;
}
.rank-body {
  align-items: center;
  padding-bottom: 20px;
  gap: 10px;
  margin-top: 10px;
}
.site-data_table, .site-data {
  width: 100%;
}
.site-data_table, .site-data .inner table{
	margin: .5em 0 2em 0;
}
.site-data_table th, .site-data_table td {
  text-align: center;
  border: #cddedb 1px solid;
  padding: 0.625em 0.225em;
  vertical-align: middle;
  font-weight: 500;
  font-size: .945em;
}
.site-data_table th {
  background: #f8fffe;
  width: 30%;
}
.site-data_table td {
  line-height: 1.3;
}
.site-data_table td figure{
    margin-bottom: .5em;
}
.annotation{
  color:#7b8886;
  font-size:.75em;
}

p.annotation{
  line-height:1.4 !important;
  margin-top:0;
  margin-bottom:0;
  text-align:left;
}

span.annotation{
  line-height:1.4 !important;
}
.cam_img{
	padding-bottom: 1em;
}
.recommend_point{
	margin-bottom: 1.2em;
}
.recommend_point .point_text{
	padding-top: 1em;
}
/*ランキングアイコン
=========================*/
.rank-head p.rank-icon.rank01 {
  background-image: url("image/rank-icon/rank1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.5em;
  height: 2.92em;
}
.rank-head p.rank-icon.rank02 {
  background-image: url("image/rank-icon/rank2.svg");
	background-size: contain;
  background-repeat: no-repeat;
	width: 3.5em;
  height: 2.92em;
}
.rank-head p.rank-icon.rank03 {
  background-image: url("image/rank-icon/rank3.svg");
	background-size: contain;
  background-repeat: no-repeat;
  width: 3.5em;
  height: 2.92em;
}
.rank-head p.rank-icon.rank04 {
  background-image: url("image/rank-icon/rank4.svg");
	background-size: contain;
  background-repeat: no-repeat;
  width: 3.5em;
  height: 2.92em;
}
.rank-head p.rank-icon.rank05 {
  background-image: url("image/rank-icon/rank5.svg");
	background-size: contain;
  background-repeat: no-repeat;
  width: 3.5em;
  height: 2.92em;
}
.rank-head p.rank-icon.rank06 {
  background-image: url("image/rank-icon/rank6.svg");
	background-size: contain;
  background-repeat: no-repeat;
  width: 3.5em;
  height: 2.92em;
}
.rank-head p.rank-icon.rank07 {
  background-image: url("image/rank-icon/rank7.svg");
	background-size: contain;
  background-repeat: no-repeat;
  width: 3.5em;
  height: 2.92em;
}
.rank-head p.rank-icon.rank08 {
  background-image: url("image/rank-icon/rank8.svg");
	background-size: contain;
  background-repeat: no-repeat;
  width: 3.5em;
  height: 2.92em;
}
.rank-head p.rank-icon.rank09 {
  background-image: url("image/rank-icon/rank9.svg");
	background-size: contain;
  background-repeat: no-repeat;
  width: 3.5em;
  height: 2.92em;
}
.rank-head p.rank-icon.rank10 {
  background-image: url("image/rank-icon/rank10.svg");
	background-size: contain;
  background-repeat: no-repeat;
  width: 3.5em;
  height: 2.92em;
}
/* ===============================
   ランキング：王冠サイズ調整
================================ */

/* headを横並びにする */
.rank-head {
  display: flex;
  align-items: center;
}

/* 王冠エリア（20%） */
.rank-icon {
  flex: 0 0 20%;
  max-width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 王冠画像サイズを制御 */
.rank-icon img {
  width: 80%;
  max-width: 120px; /* PCで巨大化防止 */
  height: auto;
}

/* テキスト側（80%） */
.rank-namebox {
  flex: 0 0 80%;
  max-width: 80%;
}
@media (max-width: 768px) {
  .rank-icon img {
    max-width: 70px;
  }
}

/*おすすめランク
===============================================================*/
.recom-list_inner {
  align-items: center;
  gap: 20px;
  padding: 0.65em 1em;
}
.recom-list_inner > figure {
  width: 25%;
    margin: 0;
}
.recom-list_inner > div {
  width: calc((100% - 25%) - 20px);
}
.recom-list_inner .site-name {
  font-size: 1em;
  font-weight: 600;
}
.recom-list li + li {
  border-top: 1px solid #e8deeb;
}
.recom-list .pickup {
  color: #9c9c9c;
  font-size: .825em;
}
.site-data_table th{
  font-weight:600;
  color:#81531a;
  font-size:0.95em;
  white-space:nowrap;
}

/*タイトル*/
.rank-body h3 {
  align-items: center;
  position: relative;
  margin: 0 0 .75em;
}
.rank-body h3 > figure {
  max-width: 50px;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.rank-body h3 > p {
  background: #65c0b0;
  padding: 0.18em 1em 0.18em 60px;
  width: 100%;
  color: #fff;
  font-weight: 900;
  font-size: 1.2em;
  border-radius: 30px;
}
.rank-body h4{
	position: relative;
    line-height: 1.4;
    border-bottom: solid 2px #EFAAA2;
    padding: 0.3em 0 0.4em 1.4em;
    font-weight: 600;
    font-size: 1.05em;
}
.rank-body h4:before{
	    content: url(image/common/icon_check.svg);
    width: 1em;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
}
/*おすすめポイント*/
.post_pick ul {
  padding: 0 0 0 30px;
}
.post_pick li {
  position: relative;
  padding-bottom: 12px;
  font-weight: 600;
}
.post_pick li:before {
  content: url(image/common/icn_check.svg);
  width: 1em;
  position: absolute;
  left: -1.5em;
  top: 50%;
  transform: translateY(-50%);
}
/* おすすめポイント内のリンク */
.point_text a{
  color:#1a73e8;
  text-decoration:underline;
  font-weight:500;
}
/* 担当医クレジット */
.point_text .credit{
  display:block;
  text-align:right;
  font-size:0.9em;
  margin-top:6px;
  margin-bottom:24px;
}
.rank-entry-link--mid{
  margin: 20px 0 24px;
}
/*口コミ*/
.voice blockquote.in-voice {
  width: 100%;
  padding: 1em 0;
}
.in-voice-head {
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.voice-image {
  width: 100%;
  max-width: 60px;
  margin: 0;
}
.voice-data {
  width: calc((100% - 60px) - 10px);
}
.voice_title {
  font-weight: 600;
  padding-bottom: 5px;
}
.voice-data p, .in-voice__content > div > p {
  line-height: 1.4;
}
.voice_user {
  font-size: .88em;
}
.comment {
  padding: 1em 0 0;
}
.in-voice__content > div {
  position: relative;
  display: inline-block;
  padding: 1em;
  color: #555;
  width: 100%;
  background: #FFF;
  border: solid 2px #ddd;
  border-radius: 10px;
}
.in-voice__content > div::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 22px;
  margin-top: -8px;
  border: 9px solid transparent;
  border-bottom: 10px solid #FFF;
  z-index: 2;
}
.in-voice__content > div::after {
  content: "";
  position: absolute;
  top: -13px;
  left: 21px;
  margin-top: -8px;
  border: 10px solid transparent;
  border-bottom: 10px solid #ddd;
  z-index: 1;
}
.in-voice__cmnt{
    text-align: right;
    color: #777;
    font-size: .75em;
    padding-top: 3px;
}
.in-voice__cmnt a{
    text-decoration: underline;
}

/* =========================
口コミセクション
========================= */
.voice-section{
  margin-bottom:1.5em;
}
/* =========================
スライダー
========================= */
.voice-slider{
  margin-top:1em;
  overflow:hidden;
}
.voice-track{
  display:flex;
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
}
.voice-track::-webkit-scrollbar{
  display:none;
}
/* =========================
カード
========================= */
.voice-card{
  flex:0 0 85%;
  background:#F8FFFE;
  border:1px solid #CDDEDB;
  padding:20px;
  scroll-snap-align:center;
  border-radius:0px;
}
/* =========================
ヘッダー
========================= */
.voice-head{
  display:grid;
  grid-template-columns:70px 1fr;
  column-gap:14px;
  align-items:center;
}
.voice-icon img{
  width:70px;
}
/* VOICE番号 */
.voice-meta{
  display:flex;
  align-items:center;
  gap:12px;
}
.voice-number{
  font-family: "Times New Roman", "Georgia", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight:400;
  font-size:1.05em;
  letter-spacing:.03em;
  color:#8A6B43;
}
.voice-attr{
  font-size:.9em;
}
/* ライン */
.voice-line{
  height:1px;
  background:#CDDEDB;
  margin-top:6px;
}
/* =========================
本文
========================= */
.voice-body{
  margin-top:14px;

  /* 赤線範囲 */
  max-width:520px;

  line-height:1.8;
  font-size:.95em;
}
/* =========================
ドット
========================= */
.voice-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:12px;
}

.voice-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#CDDEDB;
}

.voice-dot.active{
  background:#fff;
  border:1px solid #CDDEDB;
}

/* =================================
   店舗アコーディオン
================================= */

.clinic-accordion-sec{
  display: block;
  width: 100% !important;
  max-width: 390px;
  margin: 1em auto 0;
  box-sizing: border-box;
}

.clinic-accordion-box{
  width: 100%;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-sizing: border-box;
}

.clinic-accordion-item{
  width: 100%;
  box-sizing: border-box;
}

/* アコーディオン同士の余白 */
.clinic-accordion-item + .clinic-accordion-item{
  margin-top: 12px;
}

.clinic-accordion-title{
  margin: 0 0 .75em;
  font-size: 1em;
  line-height: 1.6;
  font-weight: bold;
  color: #111;
}

/* 見出し */
.clinic-accordion-head{
  width: 100%;
  margin: 0;
  padding: 14px 42px 14px 16px;
  background: #EFAAA2;
  color: #fff;
  border: 0;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  font-size: 1.15em;
  line-height: 1.2;
  font-weight: 800;
  transition: opacity .3s ease;
  box-sizing: border-box;
}

.clinic-accordion-head:hover{
  opacity: .95;
}

.clinic-accordion-head__label{
  display: block;
  width: 100%;
  text-align: center;
}

/* 三角アイコン */
.clinic-accordion-head__icon{
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  transition: transform .28s ease;
  font-size: .95em;
  line-height: 1;
  color: #fff;
}

.clinic-accordion-head__icon::before{
  content: "▲";
  display: block;
}

/* 開いてる時 */
.clinic-accordion-head.is-open .clinic-accordion-head__icon{
  transform: translateY(-50%) rotate(180deg);
}

/* 本文 */
.clinic-accordion-body{
  display: none;
  margin-top: 0;
  padding: 12px;
  background: #FCF4F3;
  border: 1px solid #EFAAA2;
  border-radius: 0 0 8px 8px;
  box-sizing: border-box;
}

.clinic-accordion-body.is-open{
  display: block;
}

/* リンク一覧 */
.clinic-accordion-links{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  align-items: stretch;
}

/* リンクボタン（元に戻す） */
.clinic-link-btn{
  width: 100%;
  height: 58px;
  min-height: 58px;
  padding: 8px 34px 8px 12px;
  background: #EFAAA2;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  transition: opacity .2s ease;
  font-weight: bold;
  overflow: hidden;
}

.clinic-link-btn:hover{
  opacity: .9;
  color: #fff;
  text-decoration: none;
}

/* テキスト */
.clinic-link-btn__text{
  display: block;
  width: 100%;
  white-space: pre-line;
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* 1行 */
.clinic-link-btn.is-1line .clinic-link-btn__text{
  font-size: 22px;
}

/* 2行 */
.clinic-link-btn.is-2line .clinic-link-btn__text{
  font-size: 17px;
  line-height: .88;
}

/* 矢印 */
.clinic-link-btn__arrow{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: .9em;
  line-height: 1;
  color: #fff;
}

.clinic-link-btn__arrow::before{
  content: "▶︎";
  display: block;
}

/* SP */
@media (max-width: 767px){

  .clinic-accordion-sec{
    margin: .75em 0 0;
    max-width: 100%;
  }

  .clinic-accordion-title{
    font-size: .95em;
    margin-bottom: .6em;
  }

  .clinic-accordion-item + .clinic-accordion-item{
    margin-top: 10px;
  }

  .clinic-accordion-head{
    padding: 13px 34px 13px 12px;
    font-size: 1.05em;
    border-radius: 4px;
  }

  .clinic-accordion-head__icon{
    right: 10px;
    font-size: .85em;
  }

  .clinic-accordion-body{
    padding: 10px;
    border-radius: 0 0 6px 6px;
  }

  .clinic-accordion-links{
    gap: 8px;
  }

  .clinic-link-btn{
    height: 50px;
    min-height: 50px;
    padding: 6px 24px 6px 8px;
  }

  .clinic-link-btn.is-1line .clinic-link-btn__text{
    font-size: 16px;
  }

  .clinic-link-btn.is-2line .clinic-link-btn__text{
    font-size: 13px;
    line-height: .86;
  }

  .clinic-link-btn__arrow{
    right: 7px;
    font-size: .75em;
  }
}

/*------------------------------
フォーム
*/
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
.mw_wp_form dt {
  border-left: 4px solid #8ecde5;
  padding-left: 6px;
  font-weight: 600;
  padding: 5px 10px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.mw_wp_form dd {
  margin-bottom: 20px;
}
.mw_wp_form select, .mw_wp_form input {
  display: block;
  padding: 5px 0;
  font-size: 17px;
}
.mw_wp_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 80%;
  padding: 10px;
  color: #333;
  background: #fff;
  border: 1px solid #8ecde5;
}
.mw_wp_form input, .mw_wp_form textarea {
  width: 96%;
  font-size: 17px;
  border: 1px solid #7f7f7f;
}
input[type="submit"] {
  width: 100%;
  padding: .85em 1em;
  margin: 20px auto;
  border-radius: 0;
  background: #e64154;
  color: #fff;
}
/*------------------------------
トップイントロ部分
*/
.in-text{
    padding: 1em 0;
}
h3.intro_ttl{
  border-left: 4px solid #8ecde5;
  font-size: 1.25em;
  font-weight: 600;
  padding: 5px 10px;
  line-height: 1.2;
  margin: 1em 0 1em;
}
.glp-com{
    gap: 10px;
}
.glp-com_list{
    width: calc(100% / 2);
    background: #f6f6f6;
    padding: .75em;
    border-radius: 10px;
    text-align: center;
}
.glp-com_list__ttl{
    background: -webkit-linear-gradient(transparent 50%, rgb(255,250,153) 50%);
    background: -moz-linear-gradient(transparent 50%, rgb(255,250,153) 50%);
    background: -ms-linear-gradient(transparent 50%, rgb(255,250,153) 50%);
    background: -o-linear-gradient(transparent 50%, rgb(255,250,153) 50%);
    background: linear-gradient(transparent 50%, rgb(255,250,153) 50%);
    background-repeat: repeat-x;
    font-weight: bold;
    display: inline-block;
    font-size: .925em;
}
.glp-com_list__inner{
    text-align: left;
    padding: .25em 0 0 1.4em;
}
.glp-com_list__inner li{
    position: relative;
    font-size: .865em;
}
.glp-com_list.list_b .glp-com_list__inner li::before{
    content: url("image/common/icn_check_blue.svg");
    width: .865em;
    position: absolute;
    left: -1.4em;
}
.glp-com_list.list_p .glp-com_list__inner li::before{
    content: url("image/common/icn_check_pink.svg");
    width: .865em;
    position: absolute;
    left: -1.4em;
}
.sec-ranking3 .inner table{
	margin: 2em 0 2em 0;
}
.glp-method__ttl{
    border: #cddedb 1px solid;
    padding: 0.625em 0.225em;
    vertical-align: middle;
    width: 35%;
    font-size: .925em;
    background: #f8fffe;
    font-weight: bold;
}
.glp-method__text{
    border: #cddedb 1px solid;
    padding: 0.625em;
    font-size: .865em;
}
.merit_list{
    position: relative;
    margin-bottom: 2em;
}
.merit_list__inner{
    border: solid 2px #65c0b0;
    padding: 0.5em;
    position: relative;
    margin-top: 2em;
	background-color: #f8fffe;
}
.merit_list__inner li{
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.9em;
    border-bottom: dashed 1px silver;
    list-style-type: none !important;
    font-weight: 600;
    font-size: .865em;
}
.merit_list__inner li:last-of-type {
  border-bottom: none;
}
.merit_list__inner li .check{
	font-size: 1.12em;
}
.merit_list__inner li::before{
    content: url(image/common/icon_check.svg);
    width: 1em;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0.5em;
}
.merit_list__inner:after{
	background: #65c0b0;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: -2px;
    bottom: 100%;
    padding: 1px 7px;
    content: "CHECK!";
    letter-spacing: 0.05em;
}
.clinic_list{
	justify-content: space-between;
    align-items: center;
}
.clinic_list figure{
	width: 48%;
    margin: 0;
}
.clinic_list .btn,
a.btn--pink {
      position: relative;
    display: inline-block;
    padding: 0.6rem 2.6rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0.5rem;
}
a.btn--pink p:before {
  content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #f7ff1b;
    position: absolute;
    top: 50%;
    right: -3.5rem;
    margin-top: -6px;
}
a.btn--pink p{
    font-weight: 700;
    vertical-align: middle;
    text-decoration: none;
    color: #FFF;
    left: -2rem;
}
a.btn--pink {
  color: #fff;
  background-color: var(--clr-pink);
  border-bottom: 5px solid #b41731;
}

a.btn--pink:hover {
  margin-top: 3px;
  border-bottom: 2px solid #b41731;
}
.clinic_list__inner1,.clinic_list__inner2,.clinic_list__inner3{
	margin-top: 15px;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 3em 1em 1.5em 4em;
	position: relative;
}
.clinic_list__inner1 .inner_title{
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 1em;
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%,-50%);
	text-align: center;
    line-height: 1.2;
}
.clinic_list__inner2 .inner_title{
	position: absolute;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 1em;
    top: 14%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.clinic_list__inner3 .inner_title{
	position: absolute;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 1em;
    top: 17%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.clinic_list__inner1,.clinic_list__inner2,.clinic_list__inner3 li {
    position: relative;
    font-weight: 600;
    font-size: .865em;
}
.clinic_list__inner1 li::before{
    content: url(image/common/icn_check_pink.svg);
    width: 1em;
    position: absolute;
    left: -1.5em;
    top: 50%;
    transform: translateY(-50%);
}
.clinic_list__inner2 li::before{
    content: url(image/common/icn_check_gr.svg);
    width: 1em;
    position: absolute;
    left: -1.5em;
    top: 50%;
    transform: translateY(-50%);
}
.clinic_list__inner3 li::before{
    content: url(image/common/icn_check_ppl.svg);
    width: 1em;
    position: absolute;
    left: -1.5em;
    top: 50%;
    transform: translateY(-50%);
}
hr.style1{
	border-top: 0.1rem solid #f6f6f6;
	margin-bottom: 23px;
}
/*------------------------------
お問合せ・その他下層
*/
#title_page {
  width: 100%;
  background: #EFAAA2;
  color: #fff;
}
#title_page h1 {
  font-size: 1.25em;
  font-weight: 600;
  text-align: center;
  padding: 40px;
}
.under-page_block {
  margin: 20px 0;
}
.under-page_block div + div {
  margin-top: 20px;
}
.under-page_block h2{
  border-bottom: solid 2px #EFAAA2;
  font-size: 1.025em;
  font-weight: 600;
  padding: 5px 10px 6px 0;
  line-height: 1.2;
  margin: 0 0 20px;
  text-align: left;
    background: none;
}
.under-page_block h2:after{
display: none;
}
.operation, .about-management1, .about-management2, .about-management3, .about-management4, .about-management5, .about-management6 {
  margin: 10px 0 30px;
}
.operation dl {
  flex-direction: column;
  border: 1px solid #cddedb;
}
.operation dd:not(:last-of-type) {
  border-bottom: 1px solid #cddedb;
}
.operation dd > p:nth-child(1) {
  width: 40%;
  background: #f4feff;
  padding: 10px 20px;
}
.operation dd > p:nth-child(2) {
  width: 60%;
  padding: 10px 20px;
  border-left: #cddedb 1px solid;
}
.survey{
  margin-bottom: 40px;
	line-height: 1.4;
}
.survey dl dt{
  width: 100%;
  background: #f8f8f8;
  font-weight: 600;
  padding: .5em;
}

.survey dl dd{
  width: 100%;
  padding: .5em;
  margin-bottom: .5em;
}

.survey ul li{
  padding: .5em;
}

.survey ul li:nth-child(2n+1){
  background: #fafafa;
}

.survey-result table{
  width: 100%;
}
.survey-result td, .survey-result th{
  line-height: 1.2;
  padding: .5em;
  vertical-align: middle;
  text-align: left;
}
.survey-result .name{
  background: #f8f8f8;
  font-size: .8em;
}
.survey-result .name.head{
  width: 30%;
  line-height: 1.2;
    padding: 0.5em;
    vertical-align: middle;
    text-align: left;
}
.survey-result .name.other{
  width: 10%;
  line-height: 1.2;
    padding: 0.5em;
    vertical-align: middle;
    text-align: left;
}
.survey-result tr:nth-child(2n+1){
  background: #fafafa;
}
.survey-result td.total{
  font-weight: 600;
}
.survey-link {
    color: #e64154;
    text-decoration: underline;
    font-size: .75em;
}
.scroll-table table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
/*------------------------------
フッター設定
*/
footer {
  width: 100%;
  background: #EFAAA2;
}
footer p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 20px;
}
.footer_txt .content.flex {
  justify-content: center;
  gap: 15px;
}
.footer_txt .content.flex a {
  position: relative;
  padding: 0 0 0 1em;
}
.footer_txt .content.flex a::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 2px;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 6px solid #545454;
    transform: translateY(-50%);
}
.footer_txt {
  font-size: 14px;
  padding: 20px;
  background: #e3e3e3;
}

/*絞り込み検索
=====================================*/
.sec-search{
	margin: 0;
    color: var(--clr-pink);
    padding-top: 0;
    padding-bottom: min(10px,4vw);
}
#feas-searchform-0,#feas-searchform-1{
    padding: 10px 20px 20px;
}
#feas-searchform-0 input[type="submit"],
#feas-searchform-1 input[type="submit"]{
    width: 100%;
    margin: 1em 0 0;
    border: var(--clr-pink) 2px solid;
    background: none;
    border-radius: 10px;
    font-size: 1em;
    padding: 0.76em 0;
    color: var(--clr-pink);
    font-weight: 600;
}
.search-item_box{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
	gap: 5px;
	margin-top: .5em;
}
.search-item{
	position: relative;
    background-color: #e3e3e3;
    border-radius: 5px;
	padding: 0.5em;
    overflow: hidden;
}
.search-item:nth-child(1){
    grid-area: 1 / 1 / 2 / 2;
}
.search-item:nth-child(2){
    grid-area: 1 / 2 / 2 / 3;
}
.search-item:nth-child(3){
    grid-area: 1 / 3 / 2 / 4;
}
.search-item:nth-child(4){
    grid-area: 2 / 1 / 3 / 4;
}
.search-item:not(:last-child)::after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    position: absolute;
    top: 40%;
    right: 6%;
}
.search-ttl{
	color: #68868f;
    font-size: .95em;
	font-weight: 600;
}
select,input[type="text"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	background: none;
	border: none;
	font-size: 1.25em;
    color: #333;
    font-weight: 900;
	padding: 0;
	width: 100%;
}
#page_content input[type="text"]{
    border: 1px solid #7f7f7f;
}


/*コラムk=====================================*/
.column .inner .intro{
	margin-bottom: 1em;
}

.accordion-001 {
    max-width: 500px;
    background-color: #f8fffe;
}

.accordion-001:not([open]) {
    margin-bottom: .7em;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1.5em;
    border-radius: 5px;
    background-color: #65c0b0;
    color: #fff;
    font-weight: 600;
	font-size: 1.1em;
    cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 1em 2em 1em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
	border-right: #cddedb 1px solid;
	border-left: #cddedb 1px solid;
    border-bottom: #cddedb 1px solid;
    margin-bottom: 1em;
    border-radius: 5px;
}
.accordion-001[open] p .subtitle{
	font-weight: 600;
}
/* =========================
  Floating banner (rank-entry-link版) 専用CSS
========================= */

/* 追従コンテナ：画面下固定・最初は非表示 */
.floating-wrap{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;

  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity .45s ease, transform .45s ease;
}

/* SPだけ表示（PCは非表示） */
@media (max-width: 768px){
  .floating-wrap{ display:block; }
  /* バナーに隠れないように（必要なら数値微調整OK） */
  body{ padding-bottom: 104px; }
}
@media (min-width: 769px){
  .floating-wrap{ display:none; }
}

/* 表示状態 */
.floating-wrap.is-show{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* 背景バナー：#E3E3E3 透過70% を画面幅いっぱい・余白なし */
.floating-wrap__bg{
  background: rgba(227,227,227,.7);
  padding: 0;
  margin: 0;
  border-radius: 0;
  padding-bottom: env(safe-area-inset-bottom); /* iPhone下の安全領域だけ確保 */
}

/* 中身：バッジ＋ボタンを縦積み（左右余白だけ少し） */
.floating-wrap__inner{
  padding: 8px 12px; /* 画面端ベタはきついので最低限だけ */
}

/* =========================
  Badge（赤文字）: ボタンの上に表示（ボタン外）
========================= */
.floating-badge{
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  color: #ff4d4d;
  letter-spacing: .02em;
  white-space: nowrap;
  margin: 0 0 0px; /* ボタンとの間隔 */
}

/* =========================
  CTA（rank-entry-linkを流用しつつ、フローティング時だけ縦幅を少しだけ圧縮）
  ※通常のrank-entry-linkは壊さない
========================= */
.rank-entry-link.floating-cta{ width: 100%; }

/* フローティング時だけ、縦幅を狭くする（paddingを上書き） */
.rank-entry-link.floating-cta > a{
  padding: 10px 15px; /* 元: 15px → 少しだけ減らす */
  display: flex;
  align-items: center;
  gap: 12px;
  text-align:center;
  white-space: nowrap;
  overflow: hidden;
  justify-content: center;
}

/* 画像＋テキストをまとめて中央寄せ */
.rank-entry-link.floating-cta .floating-center{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 100%;
}

/* テキストは中央寄せ + 省略 */
.rank-entry-link.floating-cta .floating-text{
  text-align: center;
}

/* 画像も“中央寄せの塊”の中にいるので勝手に中央寄る（サイズだけ必要ならここで） */
.rank-entry-link.floating-cta .floating-thumb{
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
}

/* 右端の黄色矢印（FontAwesome疑似要素）が flex でも真ん中に来るよう微調整 */
.rank-entry-link.floating-cta > a::before{
  top: 50%;
  transform: translateY(-50%);
}
/* キラッ（shiny） */
.rank-entry-link.floating-cta > a.shiny{
  position: relative;
  overflow: hidden;
}

/* 光の筋 */
.rank-entry-link.floating-cta > a.shiny::after{
  content: "";
  position: absolute;
  top: -40%;
  left: -60%;
  width: 45%;
  height: 180%;
  transform: rotate(20deg);
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.55) 50%,
    rgba(255,255,255,0) 100%
  );
  animation: shiny-sweep 1.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes shiny-sweep{
  0%   { left: -60%; opacity: 0; }
  15%  { opacity: 1; }
  45%  { left: 120%; opacity: 1; }
  100% { left: 120%; opacity: 0; }
}

/* 通常画像 */
.sec-managed .inner img{
  max-width:100%;
  height:auto;
}

/* =============================
  セクションのリッチエディタにwp-img-〇〇の後fullbleedを入れる スマホのみ全幅画像
============================= */

@media (max-width: 768px){

  .sec-managed .inner img.fullbleed{
    width:100vw;
    max-width:none;

    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    display:block;
  }

}

/* =============================
   PCはコンテンツ幅に戻す
============================= */

@media (min-width: 769px){

  .sec-managed .inner img.fullbleed{
    width:100%;
    margin-left:0;
    margin-right:0;
  }

}