@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 調整 */

.p-breadcrumb.-bg-on {
	background: #fff;
}

.l-content {
	padding-top: 10px !important;
}

.post_content small {
font-size: .85em;
    opacity: .85;	
}

.c-scrollHint span {
	font-size: 1em;
	font-weight: bold;
}

.minwidth80px {
	min-width: 80px; 
}

tr.bg-lightgray td {
	background: #f8f9fa !important;	
}

tr.bg-lightyellow td {
	background: #fffde8 !important;
}

tr.bg-lightyellow {
	border: 6px solid #f9f2a5;
}

.magenta {
color: #d50138;	
}

.paddingleftnone {
	padding-left: 0px !important;
}

.l-container {
	padding-left: 10px;
	padding-right: 10px;
}

.width33 {
	width: 33%;
}

.liststyletypenone {
	list-style-type: none !important;
}
.textaligncenter {
	text-align: center !important;
	margin: 0;
}

.textalignleft {
	text-align: left !important;
	margin: 0;	
}

.bgcol-f1f1f1 {
	background: #f1f1f1 !important;
}

.width50 {
	width: 50% !important;
}

.big {
	font-size: 1.2em;
}

.big2 {
	font-size: 1.4em;
}
.big3 {
	font-size: 2em;
}
.big4 {
	font-size: 3em;
}

.big11 {
	font-size: 1.1em;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 0.9em;
}

.small2 {
	font-size: 0.8em;
}

.pink {
	color: #EB2353;
}
.darkblue {
	color: #00235c;
}

.jump {
	color: var(--color_link) !important;
}

.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.mt0 { margin-top: 0px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }

.ml0 { margin-left: 0px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }

.mr0 { margin-right: 0px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }

.pl0 { padding-left: 0px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl30 { padding-left: 30px !important; }
.pl40 { padding-left: 40px !important; }
.pl50 { padding-left: 50px !important; }

.pr0 { padding-right: 0px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr30 { padding-right: 30px !important; }
.pr40 { padding-right: 40px !important; }
.pr50 { padding-right: 50px !important; }

.is-style-inner>.cap_box_ttl {
	font-size: 0.9em;
	font-weight: bold;
	padding: 1em; 
}

.star-yellow {
	color: #fdcb6e;
}

.display_none {
display: none !important; 
}

.fa-spin {
color: #ddd;
}

.displayblock {
	display: block;
}

/* 引用 */

.blockquotedesignnone {
background: #fff !important;
padding: 10px !important;
text-align: center !important;
}
.blockquotedesignnone::before {
content: initial !important;
}

/* マーカー */

.mark_pink {
font-weight: bold;
background: linear-gradient(transparent 60%,rgba(254, 198, 214, 0.60) 60%);	
}

.mark_orange {
font-weight: bold;
background: linear-gradient(transparent 60%,rgba(254, 198, 214, 0.60) 60%);		
}

.mark_blue {
font-weight: bold;
background: linear-gradient(transparent 60%,#cce3ee 60%);	
}

/* h1 */

.c-postTitle__ttl{
font-size:2rem;
}

.c-pageTitle{
font-size:1.5rem;
}

/* h2 */

.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
	text-align: center;
	font-size: 1.4em;
}

/* 目次のデザイン */

.p-toc.-simple .p-toc__ttl {
	font-size: 1em; 
	font-weight: bold;
	padding: 1em !important;
}
.p-toc__ttl:before {
    content: "\e918";
    display: inline-block;
    font-family: icomoon;
    margin-right: .2em;
    padding-bottom: 2px;
    vertical-align: middle;
}
#main_content .p-toc {
	margin: 0px;
	width: 100%;
background: #fff;
border: 1px solid #efefef;
border-radius: 10px;
	
}
ul.p-toc__list li a {
	display: block;
	border-bottom: 1px solid #dfe5e5;
	padding-bottom: 3px; 
	margin-bottom: 5px;
	line-height: 2.5em;
	color: #444;
	font-weight: bold;
	font-size: 0.9em !important;
}
ul.p-toc__list > li > a {
	font-size: 0.9em; 
}
ul.is-style-index li {
	padding-left: 15px; 
}
#main_content .p-toc {
	max-width: 100% !important; 
}
ol.is-style-index ul li:before, ul.is-style-index li li:before {
	left: 0;
}
.p-toc.-simple .p-toc__ttl {
	border-bottom: none;
	margin-bottom: 0;
	    font-size: 1em;
    font-weight: bold;
	text-align: center;
}


.post_content h2 {
	margin: 1em 0 2em;
}

ol.is-style-index ul li:before, ul.is-style-index li li:before {
	top: 10px;
}

ul.is-style-index li:before {
	top: calc(1.1em - 3px);
	width: 0px; 
}

.p-toc__list [data-level="3"] {
	font-size: 1em !important;
}

.p-indexModal__inner {
	height: 90% !important;
}

/* タブ */

/* タブ全体 */
.tab-switch {
	--tab-color: #000000; /* タブ色 */
	display: flex; /* 横並び */
  flex-wrap: wrap; /* 折り返し */
  /* max-width: 800px; */
  margin: auto; /* 中央寄せ */
  justify-content: center; /* 中央寄せ */
  gap: 10px 5px; /* タブ間 */
	--tab-bg-color: #f4f4f4; /* タブ色 */
}

/* タブボタン */
.tab-switch > label {
  flex: 1 1 auto; /* 均等幅 */
  order: -1; /* 上部 */
  position: relative; /* 擬似要素基準 */
  padding: 0.7em 1em; /* 余白 */
  border-bottom: 1px solid var(--tab-color);
	color: #000000; /* 文字色 */
  text-align: center; /* 中央揃え */
  cursor: pointer; /* ポインター */
  transition: 0.3s all; /* 滑らか */
  background: var(--tab-bg-color);
}

/* ホバー・選択 */
.tab-switch > label:hover,
.tab-switch label:has(:checked) {
  background-color: var(--tab-color); /* 背景 */
  color: #fff; /* 文字 */
}

/* 選択タブ下の三角 */
.tab-switch label:has(:checked)::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 10px;
  background-color: var(--tab-color);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* ラジオ非表示 */
.tab-switch input {
  display: none;
}

/* コンテンツ */
.tab-switch > div {
  display: none;
  width: 100%;
	padding: 20px 0px 0px 0px;
}

/* 選択コンテンツ */
.tab-switch label:has(:checked) + div {
  display: block;
}

/* 関連記事テキストリンク */

/* 内部リンク */

.related {
padding: 8px;
margin-right: 6px;
color: white;
white-space: nowrap;
background: #000;
font-size: 0.85em;
font-weight: bold;
}

/* 著者情報ボックス */

.author-box {
            border: 1px solid #efefef;
            border-radius: 8px;
            padding: 20px 16px;
            background-color: #fff;
            transition: all 0.3s ease;
	margin-bottom: 10px;
        }

        .author-box:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        .author-content {
            display: grid;
            grid-template-columns: 80px 1fr;
            gap: 20px;
            align-items: start;
        }

        .author-image {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #fff;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        }

        .author-info {
            min-width: 0;
        }

        .author-name {
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 8px;
            line-height: 1.3;
        }

        .author-role {
            font-size: 0.8em;
            color: #7f8c8d;
            margin-bottom: 12px;
            font-weight: 500;
        }

        .author-description {
            font-size: 0.9em;
            line-height: 1.5;
            margin-bottom: 12px;
        }

        .description-text {
            display: inline;
        }

        .description-hidden {
            display: none;
        }

        .description-hidden.show {
            display: inline;
        }

        .ellipsis {
            display: inline;
        }

        .ellipsis.hide {
            display: none;
        }

        .read-more-btn {
            background: none;
            border: none;
            color: var(--color_text);
            font-size: 0.9em;
            cursor: pointer;
            text-decoration: underline;
            padding: 0;
            font-weight: 500;
            transition: color 0.3s ease;
            margin-left: 4px;
        }
        .read-more-btn:hover {
opacity: 0.8;
        }

        .author-meta-expanded {
            display: none;
            margin-top: 12px;
        }

        .author-meta-expanded.show {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }

        .meta-item {
            display: flex;
            align-items: center;
            gap: 6px;
            color: #7f8c8d;
            background-color: #ecf0f1;
            padding: 5px 10px;
            border-radius: 12px;
			font-size: 0.85em;
        }
.meta-item a:hover { opacity: 0.8; }
        .meta-icon {
            width: 14px;
            height: 14px;
            opacity: 0.7;
        }

        /* スマホ対応（レスポンシブ） */
        @media (max-width: 768px) {
            .container {
                padding: 20px;
                margin: 10px;
            }

            .author-content {
                grid-template-columns: 1fr;
                gap: 16px;
                text-align: center;
            }

            .author-image {
                justify-self: center;
                width: 100px;
                height: 100px;
            }

            .author-description {
                text-align: left;
            }

            .author-meta-expanded {
                justify-content: center;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 16px;
                margin: 5px;
            }

            .author-box {
                padding: 20px 16px;
            }

            .author-content {
                gap: 12px;
            }

            .author-image {
                width: 80px;
                height: 80px;
            }

            .meta-item {
                padding: 3px 6px;
            }
        }

/* ボタン */

@keyframes gradientShift {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        }

        .club-button {
            position: relative;
            display: inline-block;
            padding: 18px 40px;
            font-size: 1.1em;
            font-weight: bold;
            color: #fff !important;
            text-decoration: none !important;
            border-radius: 50px;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            text-align: center;
            overflow: hidden;
        }

        .club-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: all 0.6s;
        }

        .club-button:hover::before {
            left: 100%;
        }

        /* 男性向けボタン（女性を探す） */
        .men-button {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #667eea 50%, #4facfe 75%, #00f2fe 100%);
            background-size: 200% 200%;
            animation: gradientShift 3s ease infinite;
        }

        .men-button:hover {
            background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 25%, #667eea 50%, #43a3f5 75%, #00d4aa 100%);
            background-size: 200% 200%;
            box-shadow: 0 15px 40px rgba(102, 126, 234, 0.6);
            transform: translateY(-4px);
        }

        /* 女性向けボタン（応募する） */
        .women-button {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 25%, #ff9a9e 50%, #fecfef 75%, #fecfef 100%);
            background-size: 200% 200%;
            animation: gradientShift 3s ease infinite;
        }

        .women-button:hover {
            background: linear-gradient(135deg, #ee83ea 0%, #f3455a 25%, #ff6b6b 50%, #feca57 75%, #ff9ff3 100%);
            background-size: 200% 200%;
            box-shadow: 0 15px 40px rgba(240, 147, 251, 0.6);
            transform: translateY(-4px);
        }

/* 表内使用用の極小ボタンバージョン */
        .club-button-mini {
            position: relative;
            display: inline-block;
            padding: 6px 12px;
            font-size: 0.9em;
            font-weight: bold;
            color: #fff !important;
            text-decoration: none !important;
            border-radius: 20px;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
            min-width: 100px;
            text-align: center;
            overflow: hidden;
            white-space: nowrap;
        }

        .club-button-mini::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transition: all 0.6s;
            border-radius: 20px;
        }

        .club-button-mini:hover::before {
            left: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
        }

       /* 極小ボタン用の男性向けスタイル */
        .men-button-mini {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #667eea 50%, #4facfe 75%, #00f2fe 100%);
            background-size: 200% 200%;
            animation: gradientShift 3s ease infinite;
        }

        .men-button-mini:hover {
            background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 25%, #667eea 50%, #43a3f5 75%, #00d4aa 100%);
            background-size: 200% 200%;
            box-shadow: 0 6px 15px rgba(102, 126, 234, 0.5);
            transform: translateY(-2px);
        }

        /* 極小ボタン用の女性向けスタイル */
        .women-button-mini {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 25%, #ff9a9e 50%, #fecfef 75%, #fecfef 100%);
            background-size: 200% 200%;
            animation: gradientShift 3s ease infinite;
        }

        .women-button-mini:hover {
            background: linear-gradient(135deg, #ee83ea 0%, #f3455a 25%, #ff6b6b 50%, #feca57 75%, #ff9ff3 100%);
            background-size: 200% 200%;
            box-shadow: 0 6px 15px rgba(240, 147, 251, 0.5);
            transform: translateY(-2px);
        }


.club-button2 {
            position: relative;
            display: inline-block;
            padding: 10px 20px;
            font-size: 1em;
            font-weight: bold;
            color: #fff !important;
            text-decoration: none !important;
            border-radius: 50px;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            width: 100%;
            text-align: center;
            overflow: hidden;
}

        .club-button2::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: all 0.6s;
        }

        .club-button2:hover::before {
            left: 100%;
        }

        /* 男性向けボタン（女性を探す） */
        .men-button2 {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #667eea 50%, #4facfe 75%, #00f2fe 100%);
            background-size: 200% 200%;
            animation: gradientShift 3s ease infinite;
        }

        .men-button2:hover {
            background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 25%, #667eea 50%, #43a3f5 75%, #00d4aa 100%);
            background-size: 200% 200%;
            box-shadow: 0 15px 40px rgba(102, 126, 234, 0.6);
            transform: translateY(-4px);
        }


/* 吹き出し */

.ttl-fuki {
position: relative;
text-align: center;
padding: 5px 10px;
background-color: var(--color_htag);
color: #fff; 
font-weight: bold; 
margin: 0 auto;
}
.ttl-fuki::after {
width: 0;
height: 0;
position: absolute;
top: 100%;
left: 50%;
margin: 0 0 0 -15px;
border: 15px solid transparent;
border-top-color: var(--color_htag);
content: '';
}

/* おすすめ3選 */

.image-text-box {
padding: 10px; 
border: 1px solid #eee; 
border-radius: 0px 0px 8px 8px;
}

.image-text-container {
display: flex;
align-items: center; /* 垂直方向の中央揃え */
gap: 5px; /* 画像とテキストの間隔 */
margin: 0 auto;
}

.image-text-image {
flex-shrink: 0; /* 画像のサイズを固定 */
width: 50px;
height: 50px;
border-radius: 8px; /* 角を丸く */
}

.image-text-text {
flex: 1; /* 残りのスペースを使用 */
}

.rating-container {
    width: 100%;
    max-width: 800px;
    background: #fff;
    border: 1px solid #000;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}
.rating-overall {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}
.rating-title {
    margin: 0 auto;
    font-weight: bold;
}
.rating-score {
    font-weight: bold;
}
.rating-unit {
    font-weight: normal;
    margin-left: 4px;
}
.rating-count {
    margin-top: 4px;
}
.rating-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.rating-item {
    text-align: center;
}
.rating-item .rating-title {
    margin-bottom: 8px;
}
.rating-item .rating-score {
    font-weight: bold;
}
.rating-item .rating-unit {
    font-weight: normal;
    margin-left: 4px;
}
.rating-item .rating-count {
    margin-top: 4px;
}

.review-filter-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin: 20px 0 !important;
}
.review-filter-group {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    justify-content: center !important;
    align-items: center !important;
}
.review-filter-group .review-filter-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 2px 18px !important;
    background-color: #eee !important;
    color: #888 !important;
    border: none !important;
    border-radius: 25px !important;
    cursor: pointer !important;
    font-weight: bold !important;
    transition: all 0.3s !important;
    user-select: none !important;
    font-size: 0.9em !important;
    text-decoration: none !important;
}
.review-filter-group .review-filter-btn:hover {
    background-color: #b8b8b8 !important;
    color: #888 !important;
}
.review-filter-group .review-filter-btn .check-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 4px !important;
}
.review-filter-group .review-filter-btn .check-icon::before {
    content: "✓" !important;
    font-weight: bold !important;
}
/* チェックされた状態 */
.review-filter-group .review-filter-btn.checked {
    background-color: #00235c !important;
    color: white !important;
}
.review-filter-group .review-filter-btn.checked:hover {
    background-color: #003a8c !important;
    color: white !important;
}

/* 画像用2カラム */
.image_2col {
  display: flex;
  flex-wrap: wrap;
}
.image_2col_item {
  width: 100%;
	padding: 2px 5px 2px 5px; 
}

@media (min-width: 1024px) {
  .image_2col_item {
    width: 49%;
  }
}

/* 口コミのデザイン */
.reveiw_system_box {
box-shadow: 0 0 5px rgba(0,0,0,.16);
padding: 15px;
display: flex;
position: relative; /* 子要素を基準に位置を指定するため */
align-items: center; /* 子要素を中央縦寄せ */
margin-bottom: 20px;
background: #fff;
/*border: 1px solid #000;*/
/*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
}
.review_system_box_pickup {
	font-size: 0.8em;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 10px;
}
.reveiw_system_box_left {
width: 15%;
    display: flex; /* 子要素を中央寄せするためにflexを設定 */
    flex-direction: column; /* 子要素を縦方向に配置 */
    justify-content: center; /* 縦方向の中央寄せ */
    align-items: center; /* 横方向の中央寄せ */
}
.reveiw_system_box_right {
width: 85%;
}
.reveiw_system_box_left span.reveiw_system_img {
height: 80px; 
}
.reveiw_system_box_right {
margin-left: 10px; 
}
.reveiw_system_box_title {
font-weight: bold;
/*border-bottom: 2px solid #EB2353;*/
margin-top: 30px; 
}
.reveiw_system_box_star {
margin-right: 10px; 
}
.reveiw_system_box_published {
margin-right: 10px; 
}
.reveiw_system_box_tag {
font-size: 0.8em; 
padding-right: 10px; 
}

/* 右上に配置するためのスタイル */
.reveiw_system_box_up {
    position: absolute; /* 親要素の位置を基準に配置 */
color: #888;

border-radius: 50px !important; 
    top: 7px; /* 上端から10px離す */
    right: 5px; /* 右端から10px離す */
    padding: 5px 15px; /* 内側の余白 */
    font-size: 0.7em; /* 文字サイズ調整 */
    border-radius: 5px; /* 角を丸める */
    cursor: pointer; /* マウスホバー時にポインタ表示 */
	background: #eee;
    font-weight: bold;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
    .reveiw_system_box {
        flex-direction: column; /* 子要素を縦に並べる */
    }
.reveiw_system_box_title {
margin-top: 0px; 
}
    .reveiw_system_box_left,
    .reveiw_system_box_right {
        width: 100%; /* 幅を100%に */
        margin-left: 0; /* 右側の余白をリセット */
    }
    .reveiw_system_box_left {
padding-top: 20px; 
}
    .reveiw_system_box_right {
        margin-top: 10px; /* 左側のコンテンツとの間に余白を追加 */
    }
}

.review_system_headline {
display: flex;
border: 1px solid #00235c;
background: #00235c;
		max-width: 300px; 
}
.review_system_headline_left {
width: 100px;
padding: 5px 10px; 
background: #fff;
    display: flex; /* フレックスボックスを有効化 */
    align-items: center; /* 垂直方向の中央寄せ */
    justify-content: center; /* 水平方向の中央寄せ */
}
.review_system_headline_right {
width: 200px;
color: #fff;
padding: 5px 10px; 
    display: flex; /* フレックスボックスを有効化 */
    align-items: center; /* 垂直方向の中央寄せ */
	    justify-content: center; /* 水平方向の中央寄せ */
}

.bar-chart-002 {
    font-size: .9em;
}

.bar-chart-002 > div {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.bar-chart-002-box {
cursor: pointer;
color: #007185;
}
.bar-chart-002-box:hover {
text-decoration: underline;
	color: #EB2353 !important;	
}

.bar-chart-002 dt.chart-002-first {
    width: 30px;
    min-width: 30px;
	font-weight: normal;
}

.bar-chart-002 dt.chart-002-second {
    width: 40px;
    min-width: 40px;
margin-left: 5px; 
	font-weight: normal;
}


.bar-chart-002 dd {
    width: 100%;
    margin: 0;
    border-radius: 3px;
    background-color: #eee;
}

.bar-chart-002 span {
    display: inline-block;
    padding-right: 15px;
    border-radius: inherit;
    background-color: #FFC312;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    text-align: right;
    white-space: nowrap;
}

.review_modal {
	color: #EB2353;
	font-size: 0.8em;
	border: 1px solid #EB2353;
	padding: 5px 10px;
	box-shadow: 2px 3px rgba(0,0,0,.16);
	background: #fff;
}

.review_headline {
position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #000;
  background: #fff;	
}

.review_headline:before,
.review_headline:after {
  position: absolute;
  content: '';
}

.review_headline:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

.review_headline:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.review_headline i {
  font-size: 30px;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.review_headline span {
  position: relative;
  z-index: 1;
	font-size: 1.2em;
	font-weight: bold;
}


/* 続きを読む */

.readMoreBlock {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0px;
	margin-top: 20px; 
}

.readMoreInner {
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
}
.readMoreContainer {
  position: relative;
  height: auto;
  /*max-height: 450px;*/
	max-height: 0px;
  overflow: hidden;
  transition: max-height 0.6s;
}
.readMoreContainer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 40%, #ffffff 100%);
  pointer-events: none;
	z-index: 100;
}
.readMoreContainer.show:after {
  z-index: -1;
  opacity: 0;
}
.readMoreBtn {
    display: block;
    margin: 0 auto;
    padding: 15px;
    border: 0;
    background: 0 0;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    background: #4c53e6;
    opacity: .9;
    width: 100%;
    text-decoration: underline;
    border-radius: 4px;
    font-size: 1.2em;
    box-shadow: 4px 3px rgba(0, 0, 0, .16);
}

.readMoreContainer p:last-child {
    margin-bottom: 10px;
}

.height50 {
	height: 50px; 
}

/* 円の外周のデザイン：口コミ評価 */
        .circle-wrapper {
            position: relative;
            display: inline-block;
        }
        .circle-wrapper svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            pointer-events: none;
        }
.circle-review {
            position: relative;
            z-index: 1;
            font-size: 40px;
            font-weight: bold;
            padding: 40px;
            text-align: center;
        }

/* 比較表デザイン */

.table-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    scrollbar-width: none;
}

.table-scroll {
    overflow-x: auto;
    position: relative;
    &::-webkit-scrollbar {
        display: none;
    }
    -ms-overflow-style: none;
}

.custom-table {
    width: max-content; /* テーブルの内容に合わせて幅を設定 */
    min-width: 100%;    /* 最小幅を親要素に合わせる */
    border-collapse: collapse;
    margin: 20px 0;
    background-color: white;
}

/* 通常のセルのスタイル */
.custom-table th {
    padding: 5px;
    border: 1px dashed #ddd;
    white-space: nowrap;
color: #2b3333;
}


.custom-table td {
    padding: 5px;
    border: 1px dashed #ddd;
    white-space: nowrap;
color: #2b3333;
}

/* ヘッダー行のベーススタイル */
.custom-table thead th {
    background-color: var(--color_main);
    font-weight: bold;
    position: sticky;
    top: 0;
color: #fff;
}

/* 左列（名前列）のベーススタイル */
.custom-table td:first-child,
.custom-table th:first-child {
    position: sticky;
    left: 0;
    background-color: white;
}

/* 左上のヘッダーセル（「名前」）の特別なスタイル */
.custom-table thead th:first-child {
    position: sticky;
    left: 0;
    z-index: 4;  /* 最前面 */
    background-color: var(--color_main);
	color: #fff;
}

/* 名前列（データ部分）のz-index */
.custom-table tbody td:first-child {
    z-index: 2;  /* グラデーションより下、他のセルより上 */
    background-color: white;
    border-right: 1px dashed #ddd;
}

/* 非表示行の制御 */
.custom-table tr.hidden-row {
    display: none;
}

.custom-table2 {
    border-collapse: collapse;
    margin: 20px 0;
    background-color: white;
}
.custom-table2 thead th {
    background-color: #f5f5f5;
    font-weight: bold;
    position: sticky;
    top: 0;
color: #2b3333;
}
/* 左列（名前列）のベーススタイル */
.custom-table2 td:first-child,
.custom-table2 th:first-child {
    position: sticky;
    left: 0;
}

/* グラデーション効果のオーバーレイ */
.gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 20%,
        rgba(255, 255, 255, 0.5) 40%,
        rgba(255, 255, 255, 0.8) 60%,
        rgba(255, 255, 255, 0.9) 80%,
        rgba(255, 255, 255, 1) 100%
    );
    pointer-events: none;
    z-index: 3;  /* 固定データ列より上、ヘッダーより下 */
}

.show-more-btn {
    display: block;
    width: 200px;
    margin: 0px auto;
    padding: 5px 30px;
    background-color: var(--color_main);
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
font-weight: bold;
}

.show-more-btn:hover {
    opacity: 0.9;
}

/* 展開時のスタイル */
.table-scroll.expanded .gradient-overlay {
    display: none;
}

.table-scroll.expanded .custom-table tr.hidden-row {
    display: table-row;
}
.table-scroll.expanded .custom-table2 tr.hidden-row {
    display: table-row;
}






/* 評価テーブル */

table.eval_table {
  width: 100%;
  border-collapse: collapse;
}

table.eval_table th {
  position: relative;
  text-align: center;
  vertical-align: middle;
}

table.eval_table td {
  position: relative;
  text-align: center;
  vertical-align: middle;
}

table.eval_table td::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
}

table.eval_table td.soso::before {
content: '〇'; /* 〇を表示 */
font-size: 2.3em;
opacity: 0.4;
color: #f9e07a;
}

table.eval_table td.good::before {
content: '◎'; /* ◎を表示 */
font-size: 2.5em;
opacity: 0.2;
color: #ff4757;
}

table.eval_table td.bad::before {
content: '△'; /* △を表示 */
font-size: 2.3em;
opacity: 0.3;
color: #3498db;
}


.lightgray { background: #f9f9f9 !important; }

/* table_counterのデザイン */

.table_counter {
display: inline-block;
color: #fff;
background: #111;
padding: 2px 8px;
font-size: 0.8em;
position: absolute;
top: 5px;
left: 5px; 
	opacity: 0.9;
}


.h3-box2 {
border: 1px solid #000;
margin-bottom: 20px;
padding: 13px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.h3-box2-bg-col-blue {
	background: #fff;
}
.h3-box2-title {
	border-left: none !important;
	margin-bottom: 0px !important;
}

.h3-box2-headline {
border-left: none !important;
font-size: 1.3em !important;
padding: 0 !important;
}
.normal_headline_gizi2 {
	background: #00235c; padding: 5px 10px; font-weight: bold; color: #fff;
}

.normal_headline {
    padding: .5em .7em;
    background: #000;
    color: #fff;
    font-weight: bold;
}
.h3designnone {
	border-left: none !important;
	font-size: 1em !important;
	padding: 0px !important;
	margin: 0px;
}

/* テーブルのデザイン */
.papa_table { table-layout: fixed; }
.papa_table th, .papa_table td { border: none !important; background: transparent; }
.papa_table th { background: #f1f1f1 !important; font-size: 1em; padding: .5em; color: #000 !important; }
/* .papa_table tr:nth-child(even) td { background: #fff !important; } */
.papa_table td { text-align: center; }
.papa_table tr:nth-child(odd) td { background: #f9f9f9 !important; }

.simple-box { 
border: 1px solid #000; 
padding: 20px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.simple-box2 { 
border: 1px solid #000; 
padding: 10px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

h3.simple-box-title {
padding-left: 25px !important; 
}
p.simple-box-title {
font-weight: bold; 
}

.simple-box-title::before {
font-family: "Font Awesome 5 Free";
content: "\f05a";
font-size: 1em;
margin-right: 5px; 
font-weight: bold;
}


.box {
            display: flex;
            align-items: center;
            border: 1px solid #000;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            padding: 15px;
            
        }

        .box-image {
            width: 80px;
            height: 80px;
            flex-shrink: 0;
            margin-right: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .box-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .box-text {
            flex: 1;
        }

        .box-text h3 {
            margin: 0 0 10px 0;
        }

        .box-text p {
            margin: 0;
            line-height: 1.6;
            color: #333;
        }



.box-gray {
            display: flex;
            align-items: center;
            padding: 15px;
            background: #f4f4f4;
        }

.maxwidth800 {
	max-width: 800px !important;
}

.marginout {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* レーダーチャート */

.radar-chart-wrapper {
            max-width: 400px;
            margin: 0 auto;
            padding: 0px;
        }
        .radar-container {
            background-color: white;
            border-radius: 10px;
            padding: 0px;
        }
        .radar-title {
            text-align: center;
            font-weight: bold;
        }
        .radar-chart-area {
            position: relative;
        }


/* フッターフローティングボタン共通設定 */
#fix_bottom_menu3 {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    left: 0;
    text-align: center;
opacity: 0.9;
    padding: 0;
	font-size: 1.1em;
	margin-bottom: 0px;
}


#fix_bottom_menu3 .menu_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
}

#fix_bottom_menu3 .menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
padding: 0px;
font-weight: bold;
}


#fix_bottom_menu3 .menu-item span.jump {
text-align: center;
width: 100%;
display: block;
color: #fff !important;
text-decoration: none;
}

#fix_bottom_menu3 .menu-item a {
text-decoration: none !important;
}

/* スマホ用四角い広告ボタン */
#fix_bottom_menu3 .menu-item:first-child {
    flex-grow: 1;
}

/* 丸い目次ボタン */
#fix_bottom_menu3 .menu-item[data-onclick="toggleIndex"] {
    position: absolute;
    right: 0px;
    bottom: 70px; /* 広告ボタンの上に配置 */
    background-color: var(--color_main);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
font-size: 0.8em;
	color: #fff;
	opacity: .9;
}
#fix_bottom_menu3 .menu-item[data-onclick="toggleIndex"] span {
display: block;
}

/* スマホのみ表示 */
@media (min-width: 768px) {
    #fix_bottom_menu3 {
        display: none;
    }
}

/* フッターメニュー */
.footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0;
}

.footer-menu a {
	text-decoration: none;
	color: var(--color_text);
	font-size: 0.9em;
}

.footer-menu li {
  margin: 0;
  padding: 0 10px; /* テキストと｜の間隔 */
}

/* 最初の項目の前に｜を追加 */
.footer-menu li:first-child::before {
  content: "｜";
  margin-right: 15px;
}

/* すべての項目の後に｜を追加 */
.footer-menu li::after {
  content: "｜";
  margin-left: 15px;
}

/* スマホ表示(768px以下) */
@media (max-width: 768px) {
  .footer-menu ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  
  /* スマホでは｜を非表示 */
  .footer-menu li::before,
  .footer-menu li::after {
    display: none;
  }
  
  .footer-menu li {
    padding: 0;
  }
}

.w-beforeFooter {
	margin: 1em auto 1em;
}

/* 比較表 */

/* 比較表専用のスタイル - 既存のテーブルには影響しません */
        .ct-comparison-table-container {
            margin: 0 auto;
            max-width: 1200px;
            overflow-x: auto;
            position: relative;
        }
.ct-comparison-table td {
	padding: 10px !important; 
}
        .ct-comparison-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            min-width: 800px;
        }
        
        /* スティッキーヘッダー（JSで制御） */
        .ct-comparison-table thead tr th {
            background-color: white;
            z-index: 10;
        }
        
        /* 固定ヘッダー用のスタイル */
        .ct-sticky-header-clone {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1000;
            display: none;
            background-color: white;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            overflow-x: auto;
            overflow-y: hidden;
        }
        
        .ct-sticky-header-clone::-webkit-scrollbar {
            display: none; /* 固定ヘッダーのスクロールバーを非表示 */
        }
        
        .ct-sticky-header-clone table {
            margin: 0;
        }
        
        /* 固定ヘッダー内の左列も固定 */
        .ct-sticky-header-clone .ct-comparison-table thead tr:first-child th:first-child {
            position: sticky;
            left: 0;
            background-color: #000;
			color: #fff;
            z-index: 30;
        }
        
        /* グループヘッダー（1行目） */
        .ct-comparison-table thead tr:first-child th {
            background-color: #000;
            color: #fff;
            font-weight: 600;
            padding: 16px 12px;
            border-top: 1px solid #dee2e6;
            border-bottom: 1px solid #dee2e6 !important;
			white-space: nowrap;
			min-width: 120px;
        }
        
        /* 個別ヘッダー（2行目） */
        .ct-comparison-table thead tr:nth-child(2) th {
            background-color: #000;
			            color: #fff;
            font-weight: 600;
            padding: 14px 12px;
            font-size: 0.9em;
            border-top: 0 !important;
            border-bottom: 1px solid #dee2e6 !important;
			white-space: nowrap;
			min-width: 120px;
        }
        
        /* アプリ名の列 */
        .ct-comparison-table thead tr:first-child th:first-child {
            position: sticky;
            left: 0;
            background-color: #000;
            color: #fff;
            font-weight: 600;
            z-index: 30;
        }
        
        .ct-comparison-table tbody td:first-child {
            position: sticky;
            left: 0;
            /* background-color: #f1f1f1; */
            font-weight: 600;
            z-index: 5;
        }
        
        /* テーブルボーダー */
        .ct-comparison-table th,
        .ct-comparison-table td {
            border: 1px solid #dee2e6;
            text-align: center;
            padding: 14px 12px;
            border-right: 0;
            border-bottom: 0;
        }
        
        .ct-comparison-table th:first-child,
        .ct-comparison-table td:first-child {
            border-left: 1px solid #dee2e6;
        }
        
        .ct-comparison-table th:last-child,
        .ct-comparison-table td:last-child {
            border-right: 1px solid #dee2e6;
        }
        
        .ct-comparison-table tbody tr:last-child td {
            border-bottom: 1px solid #dee2e6;
        }
        
        /* ボディセル */
        .ct-comparison-table tbody td {
            background-color: white;
        }
        
.linkdesignnone {
    text-decoration: none !important;
    color: var(--color_text) !important;
}