/* ========================================
   お悩みセクション（k-clean.jp p-service__problem風）
======================================== */
.customer-worries-section {
overflow: hidden;
position: relative;
}

.customer-worries-container {
max-width: 1080px;
margin: 0 auto;
padding: 80px 20px 60px;
position: relative;
}

/* ===== タイトル ===== */
.worries-title {
text-align: center;
margin-bottom: 10px;
}

.worries-title-top {
display: block;
font-size: 2.2rem;
font-weight: 700;
color: #42210b;
letter-spacing: 0.02em;
line-height: 1;
}

.worries-title-body {
display: flex;
align-items: flex-end;
justify-content: center;
margin-top: 12px;
}

.worries-title-body .icon {
display: block;
margin-bottom: -10px;
}

.worries-title-body .icon:first-child {
margin-right: -10px;
}

.worries-title-body .icon img {
width: 38px;
height: 63px;
}

.worries-title-body .txt {
display: block;
font-size: 3.2rem;
font-weight: 700;
letter-spacing: 0.06em;
line-height: 1;
color: #42210b;
}

.worries-title-body .txt .accent-color {
color: #e8350e;
}

/* ===== コンテンツボックス（パターン背景） ===== */
.worries-content-box {
margin-top: 32px;
background-color: #f5e1cd;
background-image: repeating-linear-gradient(
45deg,
transparent,
transparent 10px,
rgba(255,255,255,0.3) 10px,
rgba(255,255,255,0.3) 20px
);
border-radius: 10px;
padding: 30px 34px 30px 30px;
position: relative;
z-index: 0;
}

/* ===== リストスタイル（2カラム） ===== */
.worries-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.worries-list-item {
width: 48%;
min-height: 70px;
background: #fff;
border-left: 5px solid #e8350e;
border-radius: 6px;
padding: 0 20px 0 20px;
display: flex;
align-items: center;
font-size: 1.05rem;
font-weight: 600;
color: #42210b;
margin-bottom: 16px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
line-height: 1.5;
}

/* ===== イラストエリア ===== */
.worries-illust {
list-style: none;
padding: 0;
margin: 0;
display: flex;
justify-content: space-between;
pointer-events: none;
}

.worries-illust-item {
position: relative;
z-index: 1;
}

.worries-illust-item:first-child {
margin-left: -40px;
margin-top: -20px;
}

.worries-illust-item:last-child {
margin-right: -40px;
margin-top: -30px;
}

.worries-illust-item img {
height: 180px;
width: auto;
}

/* ===== 安心メッセージバー ===== */
.worries-resolve {
text-align: center;
padding: 28px 20px;
background-color: #42210b;
color: #fff;
position: relative;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
letter-spacing: 0.06em;
}

.worries-resolve em {
color: #ff0;
font-style: normal;
}

.worries-resolve::before {
content: '';
display: block;
border-style: solid;
border-width: 42px 70px 0;
border-color: #42210b transparent transparent;
position: absolute;
bottom: -42px;
left: 50%;
margin-left: -70px;
}

.main-service-section {
background: #FFFBEB;
padding: 40px 20px 80px;
}

.main-service-container {
max-width: 1000px;
margin: 0 auto;
}

.main-title {
text-align: center;
font-size: 36px;
font-weight: bold;
margin-bottom: 15px;
line-height: 1.6;
}

.main-title .highlight-line {
background: linear-gradient(transparent 60%, #FFE066 60%);
display: inline;
padding: 0 8px;
}

.main-title .primary-color {
color: #2C5F8D;
}

.main-subtitle {
text-align: center;
font-size: 32px;
font-weight: bold;
margin-bottom: 50px;
}

.content-wrapper {
display: flex;
align-items: center;
gap: 40px;
margin-bottom: 60px;
}

.description-text {
flex: 1;
font-size: 15px;
line-height: 2;
}

.description-text .bold-blue {
color: #2C5F8D;
font-weight: bold;
}

.staff-image {
flex: 0 0 280px;
}

.staff-image img {
width: 100%;
height: auto;
border-radius: 10px;
}

.examples-section {
text-align: center;
}

.examples-title {
color: #2C5F8D;
font-size: 24px;
font-weight: bold;
margin-bottom: 30px;
}

.examples-note {
font-size: 0.95rem;
color: #555;
line-height: 1.7;
margin-bottom: 24px;
text-align: left;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}

.examples-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
max-width: 800px;
margin: 0 auto;
}

.example-item img {
width: 100%;
height: auto;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* ========================================
   サービス一覧セクション（k-clean.jp p-fuyouhin2021-service風）
======================================== */
.service-types-section {
max-width: 1120px;
padding: 50px 20px 85px;
margin: 0 auto;
}

.service-types-section h2 {
font-size: 2.4rem;
font-weight: 900;
margin-bottom: 60px;
position: relative;
text-align: center;
color: #42210b;
}

.service-types-section h2::before {
content: '';
width: 30px;
height: 4px;
background: #e8350e;
position: absolute;
bottom: -20px;
left: calc(50% - 30px);
}

.service-types-section h2::after {
content: '';
width: 30px;
height: 4px;
background: #ff9191;
position: absolute;
bottom: -20px;
left: 50%;
}

.service-types-section h2 span {
color: #e8350e;
}

/* サービスカードリスト */
.service-cards-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

/* 上段カード（大きめ・3列） */
.service-cards-list .service-card-item:nth-child(-n+3) {
width: 31%;
margin-bottom: 60px;
}

.service-cards-list .service-card-item:nth-child(-n+3) .service-card-header {
font-size: 1.35rem;
padding: 20px 0 25px;
}

.service-cards-list .service-card-item:nth-child(-n+3) .service-card-description {
padding: 0 20px;
}

/* 下段カード（小さめ・3列） */
.service-cards-list .service-card-item:nth-child(n+4) {
width: 31%;
margin-bottom: 40px;
}

.service-cards-list .service-card-item:nth-child(n+4) .service-card-header {
font-size: 1.15rem;
padding: 18px 0 22px;
}

.service-cards-list .service-card-item:nth-child(n+4) .service-card-description {
padding: 0 10px;
}

/* 個別カード共通 */
.service-card-item {
text-align: center;
}

.service-card-image {
overflow: hidden;
border-radius: 8px;
}

.service-card-image img {
width: 100%;
height: auto;
display: block;
border-radius: 8px;
transition: transform 0.3s ease;
}

.service-card-item:hover .service-card-image img {
transform: scale(1.05);
}

/* カードタイトル */
.service-card-header {
font-weight: 700;
color: #e8350e;
text-align: center;
line-height: 1.4;
}

/* カード説明文 */
.service-card-description {
font-size: 0.95rem;
line-height: 1.9;
color: #333;
text-align: left;
}

.service-card-description + .service-card-description {
margin-top: 20px;
}

/* ========================================
   回収事例セクション（k-clean.jp cm-resultsblock風）
======================================== */
.results-section {
padding: 50px 20px 85px;
background: #fff5ea;
}

.results-section-inner {
max-width: 1080px;
margin: 0 auto;
position: relative;
}

/* セクションタイトル */
.results-title {
text-align: center;
margin-bottom: 60px;
position: relative;
}

.results-title h2 {
font-size: 2.4rem;
font-weight: 900;
color: #42210b;
position: relative;
display: inline-block;
}

.results-title h2::before {
content: '';
width: 30px;
height: 4px;
background: #e8350e;
position: absolute;
bottom: -20px;
left: calc(50% - 30px);
}

.results-title h2::after {
content: '';
width: 30px;
height: 4px;
background: #ff9191;
position: absolute;
bottom: -20px;
left: 50%;
}

.results-title-main {
display: flex;
justify-content: center;
align-items: center;
gap: 4px;
margin-bottom: 16px;
}

.results-title-main .txt {
display: block;
font-size: 3.2rem;
font-weight: 900;
line-height: 1;
letter-spacing: 0.04em;
color: #42210b;
}

.results-title-main .txt.is-accent {
background-color: #e8350e;
color: #fff;
padding: 7px 12px 11px;
}

.results-title-main .txt.is-accent .yellow {
color: #ff0;
}

.results-title-main .txt.is-small {
font-size: 2.4rem;
align-self: flex-end;
margin-bottom: 8px;
margin-left: 6px;
}

.results-title-sub {
font-size: 1.1rem;
font-weight: 500;
color: #42210b;
margin-top: 8px;
}

/* 事例ボーダーフレーム */
.results-body {
border: 4px solid #e8350e;
border-radius: 4px;
background: #fff;
position: relative;
}

/* スライダー（横スクロール） */
.results-slider {
overflow: hidden;
position: relative;
}

.results-slider-track {
display: flex;
transition: transform 0.4s ease;
}

/* 個別事例 */
.results-item {
min-width: 100%;
padding: 30px 30px 35px;
box-sizing: border-box;
}

/* サービスタイトル */
.results-item-service {
display: flex;
align-items: center;
font-size: 1.4rem;
font-weight: 700;
color: #42210b;
margin-bottom: 25px;
letter-spacing: 0.08em;
}

.results-item-service::before {
content: '';
display: block;
width: 10px;
height: 36px;
background-color: #e8350e;
margin-right: 12px;
flex-shrink: 0;
}

/* 事例ボディ（横並び） */
.results-item-body {
display: flex;
justify-content: space-between;
gap: 30px;
}

/* 左側：Before/After画像 + 料金 */
.results-item-left {
width: 55%;
}

.results-item-images {
display: flex;
align-items: center;
gap: 8px;
}

.results-item-before,
.results-item-after {
flex: 1;
overflow: hidden;
}

.results-item-before img,
.results-item-after img {
width: 100%;
height: 200px;
object-fit: cover;
display: block;
}

.results-item-after {
border: 4px solid #e8350e;
}

.results-item-after img {
height: 192px;
}

.results-item-arrow {
flex-shrink: 0;
width: 20px;
display: flex;
align-items: center;
justify-content: center;
}

.results-item-arrow svg {
fill: #e8350e;
}

/* 料金表示 */
.results-item-price {
display: flex;
align-items: center;
margin-top: 15px;
}

.results-item-price .price-label {
font-size: 1.1rem;
font-weight: 700;
line-height: 1.1;
color: #42210b;
flex-shrink: 0;
}

.results-item-price .price-num {
font-size: 2.8rem;
font-weight: 900;
color: #e8350e;
line-height: 1;
margin-left: 12px;
letter-spacing: 0.02em;
}

.results-item-price .price-yen {
font-size: 1.6rem;
font-weight: 700;
color: #42210b;
margin-left: 3px;
vertical-align: 3px;
}

/* 右側：詳細テーブル */
.results-item-right {
width: 45%;
}

.results-item-table {
width: 100%;
border-top: 1px solid #e8350e;
border-left: 1px solid #e8350e;
border-collapse: collapse;
font-size: 0.9rem;
}

.results-item-table dt,
.results-item-table dd {
border-bottom: 1px solid #e8350e;
border-right: 1px solid #e8350e;
padding: 8px 12px;
text-align: center;
margin: 0;
}

.results-item-table dl {
display: flex;
margin: 0;
}

.results-item-table dt {
flex-basis: 38%;
flex-shrink: 0;
background-color: #fff6ec;
font-weight: 700;
}

.results-item-table dd {
flex-grow: 1;
}

/* プラン内容 */
.results-item-plan {
margin-top: 25px;
display: flex;
align-items: flex-start;
}

.results-item-plan-title {
font-size: 1.3rem;
font-weight: 900;
flex-shrink: 0;
flex-basis: 150px;
line-height: 1;
color: #42210b;
}

.results-item-plan-title span {
color: #e8350e;
}

.results-item-plan-text {
font-size: 0.95rem;
line-height: 1.8;
color: #333;
}

/* スライダーナビ */
.results-nav {
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
margin-top: 30px;
}

.results-nav-btn {
width: 44px;
height: 44px;
border: 2px solid #e8350e;
border-radius: 50%;
background: #fff;
color: #e8350e;
font-size: 1.2rem;
font-weight: 700;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.3s, color 0.3s;
}

.results-nav-btn:hover {
background: #e8350e;
color: #fff;
}

.results-nav-dots {
display: flex;
gap: 10px;
}

.results-nav-dot {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #bebebe;
border: none;
cursor: pointer;
padding: 0;
transition: background 0.3s;
}

.results-nav-dot.is-active {
background-color: #e8350e;
}

/* 事例一覧ボタン */
.results-more-btn {
margin-top: 60px;
text-align: center;
}

.results-more-btn a {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 15px;
width: 470px;
max-width: 100%;
border: 2px solid #e8350e;
border-radius: 40px;
background-color: #fff;
color: #42210b;
font-size: 1.15rem;
font-weight: 700;
height: 77px;
padding: 0 25px;
letter-spacing: 0.06em;
text-decoration: none;
transition: background-color 0.3s, color 0.3s;
}

.results-more-btn a:hover {
background-color: #e8350e;
color: #fff;
}

.results-more-btn a .btn-icon {
flex-shrink: 0;
width: 25px;
height: 25px;
}

.results-more-btn a .btn-icon .circle {
fill: #e8350e;
transition: fill 0.3s;
}

.results-more-btn a .btn-icon .arrow {
fill: #fff;
}

.results-more-btn a:hover .btn-icon .circle {
fill: #fff;
}

.results-more-btn a:hover .btn-icon .arrow {
fill: #e8350e;
}

/* ========================================
   レスポンシブデザイン（全セクション統合）
   ブレークポイント順: 1024px → 768px → 640px → 480px → 375px
======================================== */

/* ----------------------------------------
   タブレット横向き (max-width: 1024px)
---------------------------------------- */
@media (max-width: 1024px) {
.customer-worries-container {
    padding: 50px 15px 40px;
}

.worries-title-top {
    font-size: 1.8rem;
}

.worries-title-body .txt {
    font-size: 2.4rem;
}

.worries-content-box {
    margin-top: 24px;
    padding: 24px 20px;
}

.worries-list-item {
    min-height: 60px;
    font-size: 0.95rem;
    padding: 0 16px;
    margin-bottom: 12px;
}

.worries-illust-item img {
    height: 160px;
}

.main-title {
    font-size: 32px;
}

.main-subtitle {
    font-size: 28px;
    margin-bottom: 40px;
}

.content-wrapper {
    gap: 30px;
}

.staff-image {
    flex: 0 0 240px;
}

.service-types-section h2 {
    font-size: 2rem;
}

.results-title-main .txt {
    font-size: 2.8rem;
}

.results-title-main .txt.is-small {
    font-size: 2rem;
}
}

/* ----------------------------------------
   タブレット縦向き (max-width: 768px)
---------------------------------------- */
@media (max-width: 768px) {
/* --- お悩みセクション --- */
.customer-worries-container {
    padding: 50px 15px 40px;
}

.worries-title-top {
    font-size: 1.5rem;
}

.worries-title-body .txt {
    font-size: 2.2rem;
}

.worries-title-body .icon img {
    width: 28px;
    height: 46px;
}

.worries-content-box {
    padding: 20px 15px;
}

.worries-list {
    flex-direction: column;
}

.worries-list-item {
    width: 100%;
    min-height: 60px;
    font-size: 0.95rem;
    padding: 12px 15px;
}

.worries-illust-item:first-child {
    margin-left: -20px;
}

.worries-illust-item:last-child {
    margin-right: -20px;
}

.worries-illust-item img {
    height: 130px;
}

.worries-resolve {
    font-size: 1.15rem;
    padding: 22px 15px;
}

.worries-resolve::before {
    border-width: 30px 50px 0;
    bottom: -30px;
    margin-left: -50px;
}

/* --- メインサービスセクション --- */
.main-service-section {
    padding: 30px 15px 60px;
}

.main-title {
    font-size: 26px;
}

.main-subtitle {
    font-size: 22px;
    margin-bottom: 35px;
}

.content-wrapper {
    flex-direction: column;
    gap: 25px;
}

.staff-image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 300px;
}

.examples-title {
    font-size: 20px;
}

.examples-grid {
    grid-template-columns: 1fr;
}

/* --- サービス一覧セクション --- */
.service-types-section {
    padding: 40px 15px 60px;
}

.service-types-section h2 {
    font-size: 1.8rem;
    margin-bottom: 45px;
}

.service-cards-list .service-card-item:nth-child(-n+3),
.service-cards-list .service-card-item:nth-child(n+4) {
    width: 48%;
}

.service-cards-list .service-card-item:nth-child(-n+3) .service-card-header,
.service-cards-list .service-card-item:nth-child(n+4) .service-card-header {
    font-size: 1.1rem;
    padding: 15px 0 18px;
}

/* --- 回収事例セクション --- */
.results-section {
    padding: 40px 15px 60px;
}

.results-title-main .txt {
    font-size: 2.2rem;
}

.results-title-main .txt.is-small {
    font-size: 1.6rem;
}

.results-item {
    padding: 20px 15px 25px;
}

.results-item-service {
    font-size: 1.15rem;
}

.results-item-body {
    flex-direction: column;
}

.results-item-left,
.results-item-right {
    width: 100%;
}

.results-item-before img,
.results-item-after img {
    height: auto;
    max-height: 180px;
}

.results-item-after img {
    height: auto;
    max-height: 172px;
}

.results-item-price .price-num {
    font-size: 2.2rem;
}

.results-item-plan {
    flex-direction: column;
    gap: 10px;
}

.results-item-plan-title {
    flex-basis: auto;
    font-size: 1.1rem;
}

.results-more-btn {
    margin-top: 40px;
}

.results-more-btn a {
    width: 100%;
    font-size: 1rem;
    height: 60px;
    padding: 0 20px;
    gap: 12px;
}

.results-more-btn a .btn-icon {
    width: 20px;
    height: 20px;
}
}

/* ----------------------------------------
   大型スマートフォン (max-width: 640px)
---------------------------------------- */
@media (max-width: 640px) {
/* --- お悩みセクション --- */
.customer-worries-container {
    padding: 40px 12px 35px;
}

.worries-title-top {
    font-size: 1.35rem;
}

.worries-title-body .txt {
    font-size: 2rem;
}

.worries-content-box {
    padding: 16px 12px;
}

.worries-list-item {
    font-size: 0.92rem;
    min-height: 58px;
    padding: 10px 12px;
}

.worries-illust-item img {
    height: 110px;
}

.worries-resolve {
    font-size: 1.05rem;
    padding: 20px 12px;
}

/* --- メインサービスセクション --- */
.main-title {
    font-size: 22px;
}

.main-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
}

.description-text {
    font-size: 14px;
}

.examples-title {
    font-size: 18px;
}

.examples-grid {
    gap: 20px;
}

/* --- サービス一覧セクション --- */
.service-types-section {
    padding: 35px 12px 50px;
}

.service-types-section h2 {
    font-size: 1.6rem;
    margin-bottom: 35px;
}

/* --- 回収事例セクション --- */
.results-section {
    padding: 35px 12px 50px;
}

.results-title-main .txt {
    font-size: 2rem;
}

.results-title-main .txt.is-small {
    font-size: 1.5rem;
}

.results-item {
    padding: 18px 12px 22px;
}

.results-item-service {
    font-size: 1.05rem;
    margin-bottom: 18px;
}

.results-item-service::before {
    height: 28px;
}

.results-item-price .price-num {
    font-size: 2rem;
}

.results-item-price .price-yen {
    font-size: 1.3rem;
}

.results-nav-btn {
    width: 38px;
    height: 38px;
    font-size: 1rem;
}
}

/* ----------------------------------------
   中型スマートフォン (max-width: 480px)
---------------------------------------- */
@media (max-width: 480px) {
/* --- お悩みセクション --- */
.worries-title-top {
    font-size: 1.3rem;
}

.worries-title-body .txt {
    font-size: 1.8rem;
}

.worries-list-item {
    font-size: 0.9rem;
    min-height: 55px;
}

.worries-illust-item img {
    height: 100px;
}

.worries-resolve {
    font-size: 1rem;
    padding: 18px 10px;
}

/* --- メインサービスセクション --- */
.main-service-section {
    padding: 25px 10px 50px;
}

.main-title {
    font-size: 20px;
}

.main-subtitle {
    font-size: 18px;
    margin-bottom: 25px;
}

.description-text {
    font-size: 13px;
    line-height: 1.85;
}

.examples-title {
    font-size: 16px;
    margin-bottom: 20px;
}

.examples-grid {
    gap: 15px;
}

.staff-image {
    max-width: 250px;
}

/* --- サービス一覧セクション --- */
.service-types-section h2 {
    font-size: 1.5rem;
    margin-bottom: 35px;
}

.service-cards-list .service-card-item:nth-child(-n+3),
.service-cards-list .service-card-item:nth-child(n+4) {
    width: 100%;
    margin-bottom: 40px;
}

.service-cards-list .service-card-item:nth-child(-n+3) .service-card-header,
.service-cards-list .service-card-item:nth-child(n+4) .service-card-header {
    font-size: 1.1rem;
}

.service-card-description {
    font-size: 0.85rem;
}

/* --- 回収事例セクション --- */
.results-title-main .txt {
    font-size: 1.8rem;
}

.results-title-main .txt.is-accent {
    padding: 5px 8px 8px;
}

.results-title-main .txt.is-small {
    font-size: 1.3rem;
}

.results-item-before img {
    height: auto;
    max-height: 140px;
}

.results-item-after img {
    height: auto;
    max-height: 132px;
}

.results-item-price .price-num {
    font-size: 1.8rem;
}

.results-item-table {
    font-size: 0.78rem;
}

.results-item-table dt,
.results-item-table dd {
    padding: 6px 8px;
}

.results-item-plan-title {
    font-size: 1rem;
}

.results-item-plan-text {
    font-size: 0.88rem;
}

.results-more-btn a {
    height: 54px;
    font-size: 0.92rem;
    padding: 0 18px;
    gap: 10px;
}

.results-nav {
    gap: 10px;
    margin-top: 20px;
}
}

/* ----------------------------------------
   小型スマートフォン (max-width: 375px)
---------------------------------------- */
@media (max-width: 375px) {
/* --- お悩みセクション --- */
.customer-worries-container {
    padding: 30px 10px 28px;
}

.worries-title-top {
    font-size: 1.15rem;
}

.worries-title-body .txt {
    font-size: 1.55rem;
}

.worries-title-body .icon img {
    width: 22px;
    height: 36px;
}

.worries-content-box {
    padding: 12px 10px;
    border-radius: 6px;
}

.worries-list-item {
    font-size: 0.82rem;
    min-height: 48px;
    padding: 8px 10px;
    border-left-width: 4px;
}

.worries-illust-item img {
    height: 80px;
}

.worries-illust-item:first-child {
    margin-left: -15px;
}

.worries-illust-item:last-child {
    margin-right: -15px;
}

.worries-resolve {
    font-size: 0.88rem;
    padding: 14px 8px;
    letter-spacing: 0.02em;
}

.worries-resolve::before {
    border-width: 22px 40px 0;
    bottom: -22px;
    margin-left: -40px;
}

/* --- メインサービスセクション --- */
.main-title {
    font-size: 18px;
}

.main-subtitle {
    font-size: 16px;
}

.main-service-section {
    padding: 20px 8px 40px;
}

.content-wrapper {
    gap: 20px;
}

.description-text {
    font-size: 12.5px;
}

.examples-grid {
    gap: 12px;
}

/* --- サービス一覧セクション --- */
.service-types-section {
    padding: 30px 10px 40px;
}

.service-types-section h2 {
    font-size: 1.3rem;
    margin-bottom: 28px;
}

.service-cards-list .service-card-item:nth-child(-n+3) .service-card-header,
.service-cards-list .service-card-item:nth-child(n+4) .service-card-header {
    font-size: 1rem;
    padding: 12px 0 15px;
}

.service-card-description {
    font-size: 0.82rem;
}

/* --- 回収事例セクション --- */
.results-section {
    padding: 28px 10px 40px;
}

.results-title-main .txt {
    font-size: 1.55rem;
}

.results-title-main .txt.is-accent {
    padding: 4px 6px 7px;
}

.results-title-main .txt.is-small {
    font-size: 1.15rem;
}

.results-title-sub {
    font-size: 0.9rem;
}

.results-title {
    margin-bottom: 40px;
}

.results-item {
    padding: 14px 10px 18px;
}

.results-item-service {
    font-size: 0.95rem;
    margin-bottom: 14px;
}

.results-item-service::before {
    width: 8px;
    height: 24px;
    margin-right: 8px;
}

.results-item-price .price-label {
    font-size: 0.95rem;
}

.results-item-price .price-num {
    font-size: 1.6rem;
}

.results-item-price .price-yen {
    font-size: 1.1rem;
}

.results-item-table {
    font-size: 0.75rem;
}

.results-item-table dt,
.results-item-table dd {
    padding: 5px 6px;
}

.results-item-plan-title {
    font-size: 0.9rem;
}

.results-item-plan-text {
    font-size: 0.82rem;
    line-height: 1.7;
}

.results-nav-btn {
    width: 34px;
    height: 34px;
    font-size: 0.9rem;
}

.results-nav-dots {
    gap: 8px;
}

.results-nav-dot {
    width: 8px;
    height: 8px;
}

.results-more-btn {
    margin-top: 28px;
}

.results-more-btn a {
    height: 48px;
    font-size: 0.85rem;
    border-radius: 30px;
    padding: 0 15px;
    gap: 8px;
}

.results-more-btn a .btn-icon {
    width: 18px;
    height: 18px;
}
}