.refurbished * { margin: 0; padding: 0; box-sizing: border-box; }
.refurbished body { background-color: #f5f5f5; color: #333; line-height: 1.2; }
.refurbished .refurbished-hero-section { padding: 50px 20px 20px; text-align: center; min-height: 500px; display: flex; justify-content: center; align-items: center; overflow: hidden; position: relative; }
.refurbished .refurbished-slideshow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.refurbished .refurbished-slide { position: absolute; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0; animation: fadeSlides 18s infinite; }
.refurbished .refurbished-slide:nth-child(1) { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/08/mv-2.webp'); animation-delay: 0s; }
.refurbished .refurbished-slide:nth-child(2) { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/08/mv-1.webp'); animation-delay: 6s; }
.refurbished .refurbished-slide:nth-child(3) { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/08/mv-3.webp'); animation-delay: 12s; }
@keyframes fadeSlides { 0% { opacity: 0; } 8% { opacity: 1; } 33% { opacity: 1; } 41% { opacity: 0; } 100% { opacity: 0; } }
.refurbished .refurbished-hero-content { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 30px; justify-content: center; }
.refurbished .refurbished-hero-title { font-size: 48px; font-weight: bold; color: #fff; }
.refurbished .refurbished-hero-text { color: #fff; }
.refurbished .refurbished-hero-button { background-color: #00579F; color: white; padding: 15px 40px; border-radius: 8px; font-size: 16px; font-weight: bold; text-decoration: none; box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3); transition: background-color 0.3s; }
.refurbished .refurbished-hero-button:hover { background-color: #00447e; }
.refurbished .refurbished-container { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }
.refurbished .refurbished-description { text-align: center; margin-bottom: 40px; padding: 30px; border-radius: 12px; }
.refurbished .refurbished-description p { font-size: 14px; line-height: 1.8; color: #666; }
.refurbished .refurbished-filter-section { display: flex; gap: 15px; margin-bottom: 40px; justify-content: center; }
.refurbished .refurbished-filter-btn { padding: 12px 24px; background-color: #9ca3af; color: white; border: none; border-radius: 25px; cursor: pointer; font-size: 14px; min-width: 120px; }
.refurbished .refurbished-filter-btn:hover { background-color: #6b7280; }
.refurbished .refurbished-filter-btn.refurbished-active { background-color: #333; }
.refurbished .refurbished-products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-bottom: 40px; }
.refurbished .refurbished-product-card { background: white; border-radius: 12px; overflow: hidden;  display: flex; flex-direction: column; }
.refurbished .refurbished-product-image { width: 100%; height: 100%; position: relative; background-color: #fff; display: flex; align-items: center; justify-content: center; padding: 10px; }
.refurbished .refurbished-product-image img { max-width: 100%; max-height: 100%; object-fit: cover; width: auto; height: auto; border-radius: 20px;}
.refurbished .refurbished-grade-badge { background-color: #fff; color: #00579F; border: 1px solid #00579F; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 15px; flex-shrink: 0; }
.refurbished .refurbished-discount-badge { position: absolute; top: 15px; right: 15px; background-color: #333; color: white; padding: 5px 10px; border-radius: 5px; font-size: 12px; font-weight: bold; z-index: 1; }
.refurbished .refurbished-product-info { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; }
.refurbished .refurbished-product-description { font-size: 14px; color: #666; margin-bottom: 8px; min-height: 3.6em; }
.refurbished .refurbished-price-container { display: flex; align-items: center; gap: 8px; margin-top: auto; margin-bottom: 20px; }
.refurbished .refurbished-product-price { font-size: 18px; font-weight: bold; color: #333; }
.refurbished .refurbished-product-actions { display: flex;  gap: 10px; }
.refurbished .refurbished-btn { padding: 5px 20px; border: none; border-radius: 100px; cursor: pointer; font-size: 14px; font-weight: 500; text-decoration: none; text-align: center; border: 2px solid transparent; }
.refurbished .refurbished-btn-primary { background-color: #fff; color: #333; border: 1px solid #333; }
.refurbished .refurbished-btn-secondary { background-color: #333; color: #f7e5bf; border: 1px solid #333; }
.refurbished .refurbished-btn-secondary:hover { background-color: #00579F; color: #fff; border: 1px solid #00579F; }
.refurbished .refurbished-btn-secondary::after { content: '→'; margin-left: 6px; display: inline-block; transition: transform 0.2s ease-in-out; }
.refurbished .refurbished-btn-secondary:hover::after { transform: translateX(4px); }
.refurbished .refurbished-product-note { font-size: 11px; color: #9ca3af; margin-top: 10px; }
.refurbished .refurbished-info-header { position: relative; text-align: center; margin-bottom: 40px; }
.refurbished .refurbished-info-header img { width: 100%; height: auto; display: block; max-height: 300px; object-fit: cover; }
.refurbished .refurbished-info-title { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; font-size: 36px; font-weight: bold; text-shadow: 0 2px 5px rgba(0,0,0,0.6); }
.refurbished .refurbished-info-section { background-color: #ffffff; padding: 60px 0; margin-top: 40px; }
.refurbished .refurbished-section-title { font-size: 24px; font-weight: bold; text-align: center; margin-bottom: 40px; color: #333; }
.refurbished .refurbished-process-list { list-style: none; counter-reset: process-counter; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.refurbished .refurbished-process-item { background-color: #f5f5f5; padding: 25px; border-radius: 8px; position: relative; }
.refurbished .refurbished-process-item::before { counter-increment: process-counter; content: counter(process-counter); position: absolute; top: -15px; left: -15px; width: 40px; height: 40px; background-color: #fff; color: #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 18px; border: 1px solid #333; }
.refurbished .refurbished-process-item h3 { font-size: 18px; margin-bottom: 10px; color: #333; }
.refurbished .refurbished-process-item p { font-size: 14px; color: #666; }
.refurbished .refurbished-process-item img { width: 100%; border-radius: 10px; margin: 10px 0;} 
.refurbished .refurbished-rank-section-wrapper { margin-top: 60px; }
.refurbished .refurbished-rank-section { display: flex; gap: 30px; align-items: flex-start; }
.refurbished .refurbished-rank-item { flex: 1; background-color: #f5f5f5; padding: 20px; border-radius: 8px; text-align: center; }
.refurbished .refurbished-rank-badge { display: inline-block; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; background-color: #00579F; color: white; font-size: 20px; font-weight: bold; margin-bottom: 15px; }
.refurbished .refurbished-rank-item h3 { font-size: 18px; margin-bottom: 10px; color: #333; }
.refurbished .refurbished-rank-item p { font-size: 13px; color: #666; text-align: left; }
.refurbished .refurbished-notes-section { margin-top: 60px; }
.refurbished .refurbished-notes-section h3 { font-size: 18px; border-left: 5px solid #00579F; padding-left: 15px; margin-bottom: 20px; margin-top: 40px; }
.refurbished .refurbished-notes-section h3:first-of-type { margin-top: 0; }
.refurbished .refurbished-notes-section ul { list-style-type: none; padding-left: 0; }
.refurbished .refurbished-notes-section li { font-size: 14px; color: #666; padding-left: 1.5em; text-indent: -1.5em; margin-bottom: 12px; line-height: 1.7; }
.refurbished .refurbished-notes-section li::before { content: '●'; color: #00579F; margin-right: 0.5em; font-weight: bold; }
.refurbished .refurbished-notes-section h4 { font-size: 15px; margin-top: 20px; margin-bottom: 10px; padding-left: 1.5em; }
.refurbished .refurbished-notes-section .refurbished-sub-list { padding-left: 1.5em; margin-top: 10px; }

/* ▼▼▼ お問い合わせセクションのCSS ▼▼▼ */
.refurbished .refurbished-contact-section { margin-top: 60px; background-color: #f5f5f5; padding: 40px; border-radius: 12px; }
.refurbished .refurbished-contact-content { display: flex; align-items: center; gap: 40px; }
.refurbished .refurbished-contact-left { flex-basis: 45%; text-align: center; }
.refurbished .refurbished-contact-right { flex-basis: 55%; }
.refurbished .refurbished-contact-tel { font-size: 42px; font-weight: 700; color: #333; display: flex; align-items: center; justify-content: center; gap: 15px; letter-spacing: 1px; }
.refurbished .refurbished-navidial-logo-img { height: 32px; /* 画像の高さを調整 */ width: auto; }
.refurbished .refurbished-contact-note { font-size: 12px; color: #666; margin-top: 8px; }
.refurbished .refurbished-contact-right p { font-size: 14px; color: #333; line-height: 1.8; margin-bottom: 15px; }
.refurbished .refurbished-contact-right p:last-child { margin-bottom: 0; }
.refurbished .refurbished-contact-sub-note { font-size: 12px; color: #666; line-height: 1.7; }
.refurbished .refurbished-contact-button { display: inline-block; border: 1px solid #333; padding: 12px 30px; text-decoration: none; color: #333; font-weight: bold; border-radius: 50px; margin-top: 20px; transition: all 0.3s ease; }
.refurbished .refurbished-contact-button:hover { background-color: #333; color: white; }
.refurbished .refurbished-contact-button::after { content: '〉'; margin-left: 8px; font-weight: bold; }
/* ▲▲▲ お問い合わせセクションのCSS ▲▲▲ */

@media (max-width: 992px) {
.refurbished .refurbished-products-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
.refurbished .refurbished-hero-section { padding: 60px 20px; }
.refurbished .refurbished-products-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
.refurbished .refurbished-filter-section { flex-direction: column; align-items: center; }
.refurbished .refurbished-rank-section { flex-direction: column; }
.refurbished .refurbished-product-actions { display: flex;  gap: 10px; flex-direction: column;}

/* ▼▼▼ お問い合わせセクションのCSS (レスポンシブ) ▼▼▼ */
.refurbished .refurbished-contact-content { flex-direction: column; text-align: center; gap: 30px; }
.refurbished .refurbished-contact-left, .refurbished .refurbished-contact-right { flex-basis: auto; width: 100%; }
.refurbished .refurbished-contact-tel { font-size: 32px; }
.refurbished .refurbished-navidial-logo-img { height: 28px; }
/* ▲▲▲ お問い合わせセクションのCSS (レスポンシブ) ▲▲▲ */
}
@media (max-width: 480px) {
.refurbished .refurbished-hero-title { font-size: 32px; }
.refurbished .refurbished-product-description { min-height: auto; }
}