@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
*/

.c-balloon__body {
	padding: 4px 0px 4px 24px;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 1.3em;
}

.big2 {
	font-size: 1.1em;
}

.small {
	font-size: 0.9em;
}

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

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

.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !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; }

.mr0 { margin-right: 0px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }

.displayblock {
	display: block;
}

.textaligncenter {
	text-align: center;
}

.textalignleft {
	text-align: left;
}

.margin0auto {
	margin: 0 auto;
}

.maxwidth700 {
	max-width: 700px; 
}

.jump {
	color: #0066c0 !important;
	text-decoration: underline !important;
	cursor: pointer !important;
}

.underline {
	text-decoration: underline;
}

/* 引用 */

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

.blockquotedesignnone a {
	color: #000 !important;
}
.post_content blockquote cite {
	margin-top: 0px !important;
}

/* オレンジボタン*/
.btn-orange {
  display: inline-block;
  padding: 15px 80px;
	font-size: 1.1em;
  font-weight: bold;
  border-radius: 999px;
  text-decoration: none;
  background: linear-gradient(
    135deg,
    #ffd194 0%,
    #ff9f1c 50%,
    #ff7a00 100%
  );/* グラデーションの設定*/
  transition: 0.3s;
	color: #fff !important;
}

.btn-orange:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}


/* 口コミ */

.reveiw_system_box {
box-shadow: 0 0 5px rgba(0,0,0,.2);
padding: 15px;
display: flex;
position: relative; /* 子要素を基準に位置を指定するため */
align-items: center; /* 子要素を中央縦寄せ */
margin-bottom: 20px;
background: #f9f9f9;
}
.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 var(--color_htag);
background: var(--color_htag);
		max-width: 300px; 
}
.cyan {
	color: #111;
}
.review_system_headline_left {
width: 100px;
padding: 5px 10px; 
background: #fff;
    display: flex; /* フレックスボックスを有効化 */
    align-items: center; /* 垂直方向の中央寄せ */
    justify-content: center; /* 水平方向の中央寄せ */
	color: var(--color_htag);
}
.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 dt.chart-002-first {
    width: 40px;
    min-width: 40px;
	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%;
    border-radius: 3px;
    background-color: #eee;
	margin-right: 5px;
	margin-left: 5px; 
}

.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;
}


.bg-lightgray {
	background: #f9f9f9 !important;
}
/* 星 */

.star-yellow {
	color: #fdcb6e;
}

/* 商標序章ボックス */

.lead-box {
border: 8px solid #f4f4f4;
padding: 10px;
}
.lead-box-headline {
background: var(--color_main);
font-size: 1em;
padding: 5px 10px;
font-weight: bold;
	color: #fff;
}

.l-mainContent__inner>.post_content {
	margin-top: 1.5em; 
}


/* レスポンシブテーブル */
.response-table {
  width: 100%;
  border-collapse: collapse;
}

.response-table th,
.response-table td {
  padding: 5px 10px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
width: 33%;
}

/* ヘッダーのスタイル */
.response-table th {
  background-color: var(--thead-color--bg,var(--color_main));
  color: #ffffff;
}

/* サービス行ラッパー（PC表示） */
.service-wrapper {
  width: 100%;
}

.service-row {
  width: 100%;
  display: flex;
}

.service-name {
  flex: 0 0 70%;

  padding: 5px;

}

.service-status {
  flex: 0 0 30%;
  text-align: left;
  padding: 5px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 600px) {
  /* テーブル全体 */
  .response-table {
    width: 100%;
    border: none;
  }
  
  /* ヘッダー非表示 */
  .response-table thead {
    display: none;
  }
  
  /* 行を通常のブロック要素として表示 */
  .response-table tr.main-row {
    display: block;
    width: 100%;
    border: none;
  }
  
  /* セルの基本スタイル */
  .response-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 5px 10px;
  }
  
  /* データラベル表示 */
  .response-table td[data-label]:before {
    content: attr(data-label);
    display: block;
    width: 100%;
    background-color: var(--thead-color--bg,var(--color_main));
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    margin: -8px -8px 8px -8px;
    box-sizing: content-box;
    text-align: center;
  }
  
  /* サービス行のスタイル維持 */
  .service-wrapper {
    width: 100%;
    margin-top: 8px;
  }
  
  .service-row {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  
  .service-row:last-child {
    border-bottom: none;
  }
  
  .service-name {
    flex: 0 0 70%;

    padding: 8px;

  }
  
  .service-status {
    flex: 0 0 30%;
    text-align: left;
    padding: 8px;
  }
}



/* タブ */

[data-tab-content]{
  display: none
}

[data-tab-content].active{
  display: block;
}

nav.tabs__nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0 0 1rem;
font-weight: bold;
    border: none;
    border-radius: 3px;
}

span.tabs__item {
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
    text-decoration: none;
cursor: pointer;
}
span.tabs__item.active {
    position: relative;
    z-index: 1;
		color: var(--color_text) !important;
}
.tabs__item:first-child.active ~ .Tabs__presentation-slider {
  transform: translateX(0) scaleX(0.333);
}
.tabs__item:nth-child(2).active ~ .Tabs__presentation-slider {
  transform: translateX(33.333%) scaleX(0.333);
}
.tabs__item:nth-child(3).active ~ .Tabs__presentation-slider {
  transform: translateX(calc(33.333% * 2)) scaleX(0.333);
}


span.tabs__item2 {
    width: calc(100% / 2);
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
    text-decoration: none;
cursor: pointer;
	    touch-action: manipulation; /* ← 300ms遅延をCSSだけで解消 */
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
span.tabs__item2.active {
    position: relative;
    z-index: 1;
		color: var(--color_text) !important;
}
.tabs__item2:first-child.active ~ .Tabs__presentation-slider {
  transform: translateX(0) scaleX(0.5);
}
.tabs__item2:nth-child(2).active ~ .Tabs__presentation-slider {
  transform: translateX(50%) scaleX(0.5);
}


.Tabs__presentation-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  transition: transform 0.25s;
	border-bottom: 1px solid var(--color_text) !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
.tabs__content.active {
    animation: fadeIn 0.7s ease 0s 1 normal;
}

/* 内部リンク */

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

/* もくじ */

.p-toc.-double {
    border: 8px solid #f4f4f4;
	width: 100% !important;
	max-width: 100% !important;
	background: #fff !important;
	margin: 20px auto !important;
}


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

.tab-switch > label {
  flex: 1 1 auto; /* 均等幅 */
  order: -1; /* 上部 */
  position: relative; /* 擬似要素基準 */
  padding: 10px 15px;
	color: var(--color_htag); /* 文字色 */
  text-align: center; /* 中央揃え */
  cursor: pointer; /* ポインター */
  transition: 0.3s all; /* 滑らか */
  background: #eee;
	border-radius: 50px;
	    touch-action: manipulation; /* タップ遅延除去 */
    -webkit-tap-highlight-color: transparent;
}

.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 {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.tab-switch > div {
  display: none;
  width: 100%;
	padding: 20px 0px 0px 0px;
}

.tab-switch label:has(:checked) + div {
  display: block;
}






/* ============================================================
   換金シミュレーション (.rs-wrap) & 換金率相場 (.mp-wrap)
   style.css に追記してください
   ============================================================ */

/* ── 共通変数・ベース ──────────────────────────────────────── */
.rs-wrap,
.mp-wrap {
    --rs-accent:  #e8380d;
    --rs-accent2: #ff6b35;
    --rs-text:    #1a1a1a;
    --rs-muted:   #999;
    --rs-sub:     #555;
    --rs-track:   #efefef;
    --rs-green:   #1a8a3a;
    --rs-radius:  12px;
    --rs-font:    'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', sans-serif;
    font-family: var(--rs-font);
    border: 8px solid #f4f4f4;

    padding: 28px 28px 20px;
    margin: 20px auto;
}

/* ── ロゴ ──────────────────────────────────────────────────── */
.rs-wrap .rs-logo-wrap,
.mp-wrap .mp-logo-wrap {
    text-align: center;
    margin-bottom: 0;
}
.rs-wrap .rs-logo-wrap img,
.mp-wrap .mp-logo-wrap img {
    max-height: 52px;
    max-width: 200px;
    width: auto;
    object-fit: contain;
    display: inline-block;
}

/* ── タイトル・ディスクリプション ──────────────────────────── */
.rs-wrap .rs-heading,
.mp-wrap .mp-heading {
    text-align: center;
    margin-bottom: 18px;
}
.rs-wrap .rs-title,
.mp-wrap .mp-title {
    font-size: 20px;
    font-weight: 900;
    color: var(--rs-text);
    margin: 0 0 8px;
    letter-spacing: -.02em;
}
.rs-wrap .rs-desc {
    color: var(--rs-sub);
    margin: 0;
    line-height: 1.7;
}

/* ── スライダーセクション（rs-wrap のみ）──────────────────── */
.rs-wrap .rs-slider-section {
    margin-bottom: 24px;
}
.rs-wrap .rs-label-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 14px;
}
.rs-wrap .rs-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--rs-muted);
    letter-spacing: .06em;
}
.rs-wrap .rs-amount-display {
    font-size: 28px;
    font-weight: 900;
    color: var(--rs-text);
    letter-spacing: -.03em;
    font-variant-numeric: tabular-nums;
}
.rs-wrap .rs-amount-display span {
    font-size: 15px;
    font-weight: 600;
    color: var(--rs-muted);
    margin-left: 2px;
}

/* ネイティブ range input */
.rs-wrap input[type=range].rs-range {
    display: block;
    width: 100%;
    height: 6px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 4px;
    outline: none;
}
.rs-wrap input[type=range].rs-range::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--rs-accent) var(--rs-pct, 0%), var(--rs-track) var(--rs-pct, 0%));
}
.rs-wrap input[type=range].rs-range::-moz-range-track {
    height: 6px;
    border-radius: 4px;
    background: var(--rs-track);
}
.rs-wrap input[type=range].rs-range::-moz-range-progress {
    height: 6px;
    border-radius: 4px;
    background: var(--rs-accent);
}
.rs-wrap input[type=range].rs-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--rs-accent);
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
    margin-top: -9px; /* (24px - 6px) / 2 = 9px */
}
.rs-wrap input[type=range].rs-range::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--rs-accent);
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
}
.rs-wrap .rs-scale {
    display: flex;
    justify-content: space-between;
}
.rs-wrap .rs-scale span {
    font-size: 14px;
    color: var(--rs-muted);
}
.rs-wrap .rs-scale {
    display: flex;
    justify-content: space-between;
}
.rs-wrap .rs-scale span {
    font-size: 14px;
    color: var(--rs-muted);
}

/* ── 結果パネル（rs-wrap）──────────────────────────────────── */
.rs-wrap .rs-result {
    border-top: 2px solid #f4f4f4;
    padding-top: 20px;
    margin-bottom: 0;
    text-align: center;
}
.rs-wrap .rs-result-label {
    font-weight: 700;
    color: var(--rs-muted);
    letter-spacing: .06em;
    margin-bottom: 8px;
}
.rs-wrap .rs-result-value {
    font-size: 52px;
    font-weight: 900;
    color: var(--rs-green);
    letter-spacing: -.05em;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    margin-bottom: 14px;
}
.rs-wrap .rs-result-value span {
    font-size: 26px;
    font-weight: 700;
}

/* ── 結果パネル（mp-wrap）──────────────────────────────────── */
.mp-wrap .mp-result {
    padding-top: 0;
    text-align: center;
    margin-bottom: 0;
}
.mp-wrap .mp-result-value {
    font-size: 52px;
    font-weight: 900;
    color: var(--rs-green);
    letter-spacing: -.05em;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    margin-bottom: 20px;
}

/* ── ノート・免責（共通）──────────────────────────────────── */
.rs-wrap .rs-result-note,
.mp-wrap .mp-note {
    font-size: 14px;
    color: var(--rs-sub);
    line-height: 1.8;
    margin: 0;
    text-align: left;
    padding: 12px 14px;
    background: #fafafa;
    border-radius: 8px;
}
.rs-wrap .rs-result-note a {
    color: var(--color_link);
    text-decoration: underline;
    font-weight: 700;
}
.rs-wrap .rs-result-note a:hover {
    opacity: .75;
}
.rs-wrap .rs-disclaimer,
.mp-wrap .mp-disclaimer {
    text-align: center;
    font-size: 14px;
    color: #bbb;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #f4f4f4;
}

/* ── レスポンシブ ──────────────────────────────────────────── */
@media (max-width: 480px) {
    .rs-wrap,
    .mp-wrap {
        padding: 20px 16px 16px;
    }
    .rs-wrap .rs-result-value,
    .mp-wrap .mp-result-value {
        font-size: 40px;
    }
    .rs-wrap .rs-result-value span {
        font-size: 22px;
    }
}


/* code */
.wp-block-code code {
	background: #f4f4f4;
	padding: 20px;
}



/* ============================================================
   比較表
   style.css に追記してください
   ============================================================ */

.aht-container {
    position: relative;
    margin: 20px 0;
}
.aht-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.aht-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', sans-serif;
    line-height: 1.5;
    min-width: 560px;
}
.aht-table thead tr { background: #1a1a2e; }
.aht-table thead th {
    color: #fff;
    font-weight: 700;
    padding: 12px 10px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #2a2a4a;
}
.aht-table thead th:first-child {
    text-align: left;
    min-width: 130px;
    position: sticky;
    left: 0;
    z-index: 2;
    background: var(--color_htag);
}
.aht-table thead th.aht-th-app { min-width: 90px; }
.aht-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: background .15s;
}
.aht-table tbody tr:hover { background: #fafafa; }
.aht-table tbody tr:nth-child(even) { background: #f8f8f8; }
.aht-table tbody tr:nth-child(even):hover { background: #f2f2f2; }
.aht-table tbody td {
    padding: 12px 10px;
    text-align: center;
    border: 1px solid #eee;
    vertical-align: middle;
    color: #333;
}
.aht-table tbody td:first-child {
    text-align: left;
    font-weight: 700;
    position: sticky;
    left: 0;
    z-index: 1;
    background: #fff;
}
.aht-table tbody tr:nth-child(even) td:first-child { background: #f8f8f8; }
.aht-table tbody tr:hover td:first-child { background: #fafafa; }
.aht-table tbody tr:nth-child(even):hover td:first-child { background: #f2f2f2; }

/* 業者名セル */
.aht-shop-cell {
    position: relative;
    padding-left: 4px;
}

/* 番号バッジ */
.aht-rank {
    display: inline-block;
    background: var(--color_main);
    opacity: 0.9;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    padding: 8px;
    margin-bottom: 6px;
    letter-spacing: .03em;
}

.aht-shop-link { color: #1a1a2e; text-decoration: none; font-weight: 700; }
.aht-shop-link:hover { color: #e8380d; text-decoration: underline; }
.aht-table tbody tr.aht-hidden { display: none; }
.aht-more-wrap {
    text-align: center;
    padding: 12px 0;
    background: linear-gradient(to bottom, transparent, #fff 40%);
}
.aht-more-btn {
    display: inline-block;
    padding: 10px 32px;
    background: linear-gradient(
    135deg,
    #a6f1e2 0%,
    #2bad93 30%,
    #11937a 100%
  );
	opacity: 0.9;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background .2s;
}
.aht-more-btn:hover { opacity: 0.8; }
.aht-no-review { color: #ccc; }
.aht-scroll-hint {
    display: none;
    font-size: 15px;
    color: #999;
    text-align: right;
}
@media (max-width: 600px) {
    .aht-scroll-hint { display: block; }
}


/* ランキングボックス */

.rank-box {
border: 8px solid #f4f4f4;
margin: 20px auto;
padding: 10px; 
}

.rank-box-num {
display: inline-block;
    background: var(--color_main);
    opacity: 0.9;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    padding: 16px 20px;
}

.rank-box-title {
text-align: center;
font-size: 1.5em !important;
margin-bottom: 10px;
}

.rank-box-img {
text-align: center;
margin-bottom: 0px;
}

.rank-box-eval {
text-align: center;
margin-bottom: 20px;
}

/* h2疑似、h3疑似 */

.h2designnone {
background: none !important;
padding: 0px !important;
color: var(--color_text) !important;
font-size: 1em !important;
margin: 0px !important;
}

.h2designnone::before {
border-top: none !important;
border-bottom: none !important;
}

.h3designnone {
background: none !important;
padding: 0px !important;
color: var(--color_text) !important;
font-size: 1em !important;
margin: 0px !important;
}

.h3designnone::before {
background: none !important;
}

/* 比較表 */

.ar-rate-table { table-layout: fixed; }
.ar-rate-table th, .ar-rate-table td { border: none !important; background: transparent; }
.ar-rate-table th { background: var(--color_main); font-size: 1em; padding: 5px 10px; color: #fff !important; text-align: center; }
/* .ar-rate-table tr:nth-child(even) td { background: #fff !important; } */
.ar-rate-table td { text-align: center; }
.ar-rate-table tr:nth-child(odd) td { background: #f4f4f4 !important; }


.ar-hidden { display: none; }
.ar-more-wrap { text-align: center; margin: 16px 0; }
.ar-more-btn {
    display: inline-block;
    padding: 10px 32px;
    background: #f39c12;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: opacity .2s;
}
.ar-more-btn:hover { opacity: 0.8; }
.ar-app-logos { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }




/* 換金シュミレーション */
.rs-best-shop {
    margin-top: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 12px 16px;
    background: #fff;
}

.rs-best-row {
    margin: 0;
    font-size: .9rem;
    color: #444;
    line-height: 1.7;
}

.rs-best-row + .rs-best-row {
    margin-top: 6px;
}

.rs-scale {
    display: flex;
    justify-content: space-between;
}

.rs-result-note2 {
padding: 8px;
background: #fafafa !important;
line-height: 1.4;
}


/* 続きを読む */

.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: linear-gradient(     135deg,     #a6f1e2 0%,     #2bad93 30%,     #11937a 100%   );
    opacity: .9;
    width: 100%;
    text-decoration: underline;
    border-radius: 4px;
    font-size: 1.2em;
    box-shadow: 4px 3px rgba(0, 0, 0, .16);
	border-radius: 50px; 
}

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

.height50 {
	height: 50px; 
}


.h2designnone {
background: none !important;
color: #000 !important;
padding: 0px !important;
margin: 0px !important;
}

.custom-accordion {
    width: 100%;
}

.custom-accordion-item {
    margin-bottom: 8px;
}

.custom-accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f4f4f4;
    padding: 16px 20px !important;
    margin: 0;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.2s;
font-size: 1em !important;
}

.custom-accordion-title:hover {
    background: #e8e8e8;
}

.custom-accordion-icon {
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-left: 16px;
}

.custom-accordion-icon::before,
.custom-accordion-icon::after {
    content: '';
    position: absolute;
    background: #333;
    transition: transform 0.3s;
}

.custom-accordion-icon::before {
    width: 16px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.custom-accordion-icon::after {
    width: 2px;
    height: 16px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.custom-accordion-item.is-open .custom-accordion-icon::after {
    transform: translateX(-50%) rotate(90deg);
}

.custom-accordion-content {
    display: none;
    padding: 20px;
    background: #fff;
    border: 1px solid #f4f4f4;
    border-top: none;
}

.custom-accordion-item.is-open .custom-accordion-content {
    display: block;
}


/* ==========================================================
   postpaid-rate-chart.css
   後払い現金化 換金シミュレーション（ステップ表示版）
   ※ rs-wrap / rs-heading / rs-title 等の既存スタイルを継承しつつ
      prc- プレフィックスで固有スタイルを追加定義
   ========================================================== */

/* ── ステップ共通：スライドダウン制御 ──────────────────── */
.prc-step {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    opacity: 0;
}

/* Step1 は常に表示 */
.prc-step.prc-step1 {
    max-height: none;
    opacity: 1;
}

/* 表示状態 */
.prc-step.is-active {
    opacity: 1;
    /* max-height は JS で scrollHeight を設定 */
}

/* ── ステップ内のパディング ─────────────────────────────── */
.prc-step-inner {
    padding-top: 20px;
}

.prc-step1 .prc-step-inner {
    padding-top: 0;
}

/* ── ステップ区切り線 ───────────────────────────────────── */
.prc-step2 .prc-step-inner,
.prc-step3 .prc-step-inner {
    margin-top: 16px;
}

/* ── Q ラベル ───────────────────────────────────────────── */
.prc-q-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #333;
    margin-bottom: 14px;
    line-height: 1.5;
}

.prc-q-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e94c4c; /* サイトのアクセントカラーに合わせて変更 */
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
}

/* ── アプリ選択ボタン群 ─────────────────────────────────── */
.prc-app-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 4px;
}

.prc-app-btn {
    padding: 7px 14px;
    border: 2px solid #d0d5dd;
    border-radius: 20px;
    background: #fff;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s, color 0.15s;
    line-height: 1.4;
    white-space: nowrap;
}

.prc-app-btn:hover {
    border-color: #e94c4c;
    color: #e94c4c;
}

.prc-app-btn.is-active {
    border-color: #e94c4c;
    background: #e94c4c;
    color: #fff;
}

/* ── 選択中アプリ表示帯（Step2 上部） ──────────────────── */
.prc-selected-app {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff5f5;
    border: 1px solid #fcc;
    border-radius: 6px;
    padding: 8px 12px;
    margin-bottom: 16px;
    font-size: 14px;
}

.prc-selected-label {
    color: #888;
    flex-shrink: 0;
}

.prc-selected-name {
    font-weight: 700;
    color: #e94c4c;
    flex: 1;
}

.prc-change-btn {
    background: none;
    border: 1px solid #e94c4c;
    border-radius: 4px;
    color: #e94c4c;
    font-size: 12px;
    padding: 3px 10px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
    flex-shrink: 0;
}

.prc-change-btn:hover {
    background: #e94c4c;
    color: #fff;
}

/* ── 金額ドロップダウン ─────────────────────────────────── */
.prc-select-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}

.prc-select-inner {
    position: relative;
    display: inline-flex;
    align-items: center;
    max-width: 260px;
    width: 100%;
}

.prc-amount-select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    padding: 10px 40px 10px 14px;
    border: 2px solid #d0d5dd;
    border-radius: 8px;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    line-height: 1.4;
    transition: border-color 0.15s;
}

.prc-amount-select:focus {
    outline: none;
    border-color: #e94c4c;
}

.prc-select-arrow {
    position: absolute;
    right: 12px;
    pointer-events: none;
    color: #888;
    font-size: 11px;
}

.prc-select-note {
    font-size: 12px;
    color: #888;
    margin: 0;
}

/* ── 「結果を見る」ボタン ───────────────────────────────── */
.prc-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: #e94c4c;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s, transform 0.1s;
}

.prc-submit-btn:hover {
    background: #cc3333;
}

.prc-submit-btn:active {
    transform: scale(0.98);
}

.prc-submit-arrow {
    font-size: 18px;
    line-height: 1;
}

/* ── 診断結果エリア ─────────────────────────────────────── */
.prc-result-heading {
    font-size: 1.5em;
    font-weight: 700;
    color: #333;
    margin-bottom: 14px;
    padding-bottom: 8px;
}

/* 内訳テーブル */
.prc-result-detail {
    margin: 0 0 16px;
}

.prc-detail-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.prc-detail-table th,
.prc-detail-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
    vertical-align: middle;
}

.prc-detail-table th {
    width: 40%;
    color: #666;
    font-weight: 500;
}

.prc-detail-table td {
    color: #333;
    font-weight: 500;
}

.prc-detail-table tr.prc-detail-result th,
.prc-detail-table tr.prc-detail-result td {
    border-bottom: none;
    padding-top: 10px;
    font-size: 15px;
    color: #e94c4c;
    font-weight: 700;
}

/* ── 「もう一度試す」ボタン ─────────────────────────────── */
.prc-retry-btn {
    display: inline-block;
    margin-top: 8px;
    padding: 9px 20px;
    background: #fff;
    border: 2px solid #d0d5dd;
    border-radius: 6px;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s;
}

.prc-retry-btn:hover {
    border-color: #e94c4c;
    color: #e94c4c;
}

/* ── レスポンシブ対応 ───────────────────────────────────── */
@media (max-width: 480px) {
    .prc-app-btn {
        font-size: 13px;
        padding: 6px 11px;
    }

    .prc-select-inner {
        max-width: 100%;
    }

    .prc-amount-select {
        font-size: 15px;
    }

    .prc-submit-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ── 業者ロゴ（シミュレーション下） ────────────────────── */
.prc-shop-logo {
    text-align: center;
}

.prc-shop-logo img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}


/* ==========================================================
   genkinka-rate-chart.css
   クレジットカード現金化 業者診断（ステップ表示版）
   ※ postpaid-rate-chart.css の prc- クラスを継承・流用し
      grc- プレフィックスで固有スタイルのみ追加定義
   ========================================================== */

/* ── Q3 ラベル補足テキスト ──────────────────────────────── */
.grc-q3-label {
    margin-top: 20px;
}

.grc-q3-note {
    font-size: 12px;
    font-weight: 400;
    color: #888;
    margin-left: 2px;
}

/* ── 「結果を見る」ボタン（Step2 下部） ─────────────────── */
.grc-submit-btn {
    margin-top: 24px;
}

/* ── 診断結果：業者名 ───────────────────────────────────── */
.grc-result-shop-name {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 12px;
}

/* ── 診断結果：バナー（横300px固定） ───────────────────── */
.grc-result-banner {
    text-align: center;
    margin-bottom: 10px;
}

.grc-result-banner img {
    width: 300px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    object-fit: contain;
}

/* ── 診断結果：URL ──────────────────────────────────────── */
.grc-result-url {
    text-align: center;
    margin-bottom: 12px;
}

.grc-result-url-link {
    font-size: 13px;
    color: #888;
    word-break: break-all;
}

.grc-result-url-link:hover {
    color: #e94c4c;
}

/* ── 診断結果：こだわり条件（✅ 付き羅列） ─────────────── */
.grc-result-conds {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    margin-bottom: 14px;
}



/* ── 換金率の補足テキスト ───────────────────────────────── */
.grc-rate-note {
    font-weight: 400;
    margin-left: 4px;
}

/* ── 診断結果：申し込みボタン ──────────────────────────── */
.grc-apply-btn {
    display: block;
    margin: 16px 0 8px;
    padding: 14px 20px;
    background: #e94c4c;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: background 0.15s, transform 0.1s;
    line-height: 1.4;
}

.grc-apply-btn:hover {
    background: #cc3333;
    color: #fff;
    text-decoration: none;
}

.grc-apply-btn:active {
    transform: scale(0.98);
}

/* ── 該当なしメッセージ ─────────────────────────────────── */
.grc-no-match {
    padding: 20px;
    background: #fff8f8;
    border: 1px solid #fcc;
    border-radius: 8px;
    margin-bottom: 16px;
}

.grc-no-match-text {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    text-align: center;
}

/* ── レスポンシブ ───────────────────────────────────────── */
@media (max-width: 480px) {
    .grc-result-shop-name {
        font-size: 17px;
    }

    .grc-apply-btn {
        font-size: 15px;
        padding: 12px 16px;
    }
}


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

.author-box {
            border: 8px solid #f4f4f4;
            padding: 20px 16px;
            background-color: #fff;
            transition: all 0.3s ease;
        }

        .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-info {
            min-width: 0;
        }

        .author-name {
            font-weight: 700;
            color: #000;
            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 a { color: #000 !important; }

        .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;
            }
        }


/* 見出し疑似 */
.h3-gizi {
    font-weight: 700;
    line-height: 1.4;
    margin: 3em 0 2em;
    position: relative;
	    font-size: 1.3em;
padding: 0 .5em .5em;
}
.h3-gizi:before {
    content: "";
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--color_htag) 0%, var(--color_htag) 29.3%, rgba(150, 150, 150, .2) 29.3%, rgba(150, 150, 150, .2) 100%);
}
.h3-gizi:before {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    z-index: 0;
}

@media (max-width: 767px) {
    .h3-gizi {
        font-size: 1.1em;
    }
}

.h2-gizi {
    background: var(--color_htag);
    padding: .75em 1em;
    color: #fff;
font-weight: 700;
font-size: 1.2em;
    line-height: 1.4;
    margin: 4em 0 2em;
    position: relative;
    z-index: 1;
margin-left: var(--swl-h2-margin--x, 0);
    margin-right: var(--swl-h2-margin--x, 0);
}
.h2-gizi:before {
    position: absolute;
    display: block;
    pointer-events: none;
    content: "";
    top: -4px;
    left: 0;
    width: 100%;
    height: calc(100% + 4px);
    box-sizing: content-box;
    border-top: solid 2px var(--color_htag);
    border-bottom: solid 2px var(--color_htag);
}