/* home-sos-trust-elements */
/** * HOME-SOS Trust Elements CSS * AMP-compatible styling for trust-building design elements * Optimized for Core Web Vitals and mobile performance */ /* ============================================== TRUST ELEMENTS CONTAINER ============================================== */ .home-sos-trust-elements{margin: 40px 0;padding: 0;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;}/* THE THOR の .content div margin-top リセット */ .trust-elements-container .credential-item, .trust-elements-container .guarantee-item, .trust-elements-container .certification-item, .trust-elements-container .testimonial-item, .trust-elements-container .stat-item, .trust-elements-container .transparency-item{margin-top: 0 !important;}/* グリッド内のアイテムは統一したマージンを適用 */ .credentials-grid .credential-item, .guarantees-grid .guarantee-item, .certifications-grid .certification-item, .testimonials-grid .testimonial-item, .stats-grid .stat-item, .transparency-grid .transparency-item{margin-top: 0 !important;}/* Trust section titles */ .trust-section-title{font-size: 1.4rem;font-weight: 700;color: #333;margin-bottom: 20px;padding-bottom: 10px;border-bottom: 3px solid #8d5e5e;display: flex;align-items: center;gap: 10px;}/* ============================================== PROFESSIONAL CREDENTIALS ============================================== */ .trust-credentials{background: #f8f9fa;border-radius: 0;border: 1px solid #ddd;padding: 30px;margin-bottom: 30px;box-shadow: none;}.credentials-grid{display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 20px;margin-top: 20px;}.credential-item{background: white;border-radius: 0;border: 1px solid #e0e0e0;padding: 20px;display: flex;align-items: center;gap: 15px;box-shadow: none;transition: transform 0.2s ease, border-color 0.2s ease;min-height: 100px;/* カードサイズ統一 */}.credential-item:hover{transform: none;border-color: #8d5e5e;}.credential-icon{font-size: 2rem;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;background: #8d5e5e;border-radius: 0;color: white;}.credential-name{font-weight: 700;font-size: 1.1rem;color: #333;margin-bottom: 5px;}.credential-desc{font-size: 1.1rem;color: #6c757d;line-height: 1.4;}/* ============================================== INSURANCE & GUARANTEES ============================================== */ .trust-guarantees{background: white;border: 1px solid #ddd;border-radius: 0;padding: 30px;margin-bottom: 30px;}.guarantees-grid{display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 20px;margin-top: 20px;}.guarantee-item{padding: 20px;border-radius: 8px;display: flex;align-items: center;gap: 15px;position: relative;overflow: hidden;}.guarantee-item::before{content: '';position: absolute;top: 0;left: 0;right: 0;height: 4px;background: #8d5e5e;}.guarantee-item.blue{background: #f8f9fa;color: #333;}.guarantee-item.green{background: #f8f9fa;color: #333;}.guarantee-item.orange{background: #f8f9fa;color: #333;}.guarantee-item.red{background: #f8f9fa;color: #333;}.guarantee-icon{font-size: 2rem;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;background: white;border-radius: 50%;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);}.guarantee-title{font-weight: 700;font-size: 1.1rem;margin-bottom: 5px;}.guarantee-desc{font-size: 1.1rem;opacity: 0.8;line-height: 1.4;}/* ============================================== EMERGENCY RESPONSE ============================================== */ .emergency-response{margin-bottom: 30px;}.emergency-badge{background: #8d5e5e;color: white;border-radius: 0;padding: 25px;display: flex;align-items: center;gap: 20px;box-shadow: none;position: relative;border: 1px solid #6b4848;}.emergency-badge::before{content: '';position: absolute;top: -2px;left: -2px;right: -2px;bottom: -2px;background: linear-gradient(45deg, #ff6b6b, #ee5a24, #ff6b6b);border-radius: 14px;z-index: -1;animation: pulse 2s infinite;}@keyframes pulse{0%, 100%{opacity: 1;}50%{opacity: 0.7;}}.emergency-icon{font-size: 3rem;animation: blink 1.5s infinite;}@keyframes blink{0%, 100%{opacity: 1;}50%{opacity: 0.5;}}.emergency-title{font-size: 1.2rem;font-weight: 700;margin-bottom: 5px;}.emergency-time{font-size: 1.8rem;font-weight: 900;margin-bottom: 5px;}.emergency-desc{font-size: 1.1rem;opacity: 0.9;}/* ============================================== REGIONAL LICENSING ============================================== */ .regional-licensing{margin-bottom: 30px;}.license-badge{background: #333;color: white;border-radius: 0;padding: 20px;display: flex;align-items: center;gap: 15px;border: 1px solid #555;}.license-icon{font-size: 2rem;background: #555;padding: 10px;border-radius: 0;}.license-title{font-weight: 700;font-size: 1.1rem;margin-bottom: 5px;}.license-number{font-size: 1.1rem;opacity: 0.8;margin-bottom: 3px;}.license-authority{font-size: 1.1rem;opacity: 0.7;}/* ============================================== SAFETY CERTIFICATIONS ============================================== */ .safety-certifications{background: #f8f9fa;border-radius: 0;border: 1px solid #ddd;padding: 30px;margin-bottom: 30px;}.certifications-grid{display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 20px;margin-top: 20px;}.certification-item{background: white;border-radius: 0;padding: 20px;display: flex;align-items: center;gap: 15px;border-left: 5px solid #8d5e5e;border: 1px solid #e0e0e0;min-height: 90px;/* カードサイズ統一 */}.certification-item.association{border-left-color: #8d5e5e;}.certification-item.iso{border-left-color: #8d5e5e;}.certification-item.eco{border-left-color: #8d5e5e;}.certification-item.union{border-left-color: #8d5e5e;}.cert-badge{text-align: center;min-width: 60px;}.cert-icon{font-size: 2rem;margin-bottom: 5px;}.cert-type{font-size: 1.1rem;font-weight: 700;color: #6c757d;text-transform: uppercase;}.cert-name{font-weight: 700;font-size: 1rem;color: #2c3e50;margin-bottom: 5px;}.cert-desc{font-size: 1.1rem;color: #6c757d;line-height: 1.4;}/* ============================================== CUSTOMER TESTIMONIALS ============================================== */ .customer-testimonial{background: #fff;border: 1px solid #ddd;border-radius: 0;padding: 30px;margin-bottom: 30px;}.testimonial-card{background: #f8f9fa;border-radius: 0;padding: 25px;position: relative;margin-top: 20px;border: 1px solid #e0e0e0;}.testimonial-card::before{content: '"';position: absolute;top: -10px;left: 20px;font-size: 4rem;font-family: serif;color: #dc3545;background: #f8f9fa;padding: 0 10px;}.testimonial-rating{margin-bottom: 15px;}.star{font-size: 1.2rem;margin-right: 2px;}.testimonial-comment{font-size: 1.1rem;line-height: 1.6;color: #2c3e50;margin-bottom: 20px;font-style: italic;}.testimonial-name{font-weight: 700;color: #34495e;margin-bottom: 5px;}.testimonial-service{font-size: 1.1rem;color: #6c757d;}/* ============================================== CASE STUDIES ============================================== */ .case-studies{background: #e8f4fd;border-radius: 12px;padding: 30px;margin-bottom: 30px;}.case-study-notice{display: flex;align-items: center;gap: 20px;background: white;border-radius: 8px;padding: 25px;margin-top: 20px;}.notice-icon{font-size: 3rem;color: #3498db;}.notice-title{font-weight: 700;font-size: 1.2rem;color: #2c3e50;margin-bottom: 10px;}.notice-desc{color: #6c757d;line-height: 1.5;}/* ============================================== COMPANY TRANSPARENCY ============================================== */ .company-transparency{background: #333;color: white;border-radius: 0;padding: 30px;margin-bottom: 30px;border: 1px solid #555;}.company-transparency .trust-section-title{color: white;border-bottom-color: #8d5e5e;}.transparency-grid{display: grid;grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));gap: 20px;margin-top: 20px;}.transparency-item{background: #555;border-radius: 0;padding: 20px;text-align: center;transition: background-color 0.2s ease;border: 1px solid #777;min-height: 120px;/* カードサイズ統一 */}.transparency-item:hover{background: #8d5e5e;}.transparency-icon{font-size: 2.5rem;margin-bottom: 10px;}.transparency-label{font-size: 1.1rem;opacity: 0.8;margin-bottom: 5px;}.transparency-value{font-weight: 700;font-size: 1.1rem;}/* ============================================== MOBILE RESPONSIVE DESIGN ============================================== */ @media screen and (max-width: 768px){.home-sos-trust-elements{margin: 20px 0;}.trust-credentials, .trust-guarantees, .safety-certifications, .customer-testimonial, .case-studies, .company-transparency{padding: 20px;margin-bottom: 20px;}.trust-section-title{font-size: 1.2rem;}.credentials-grid, .guarantees-grid, .certifications-grid, .transparency-grid{grid-template-columns: 1fr;gap: 15px;}.credential-item, .guarantee-item, .certification-item{padding: 15px;}.emergency-badge{flex-direction: column;text-align: center;gap: 15px;padding: 20px;}.emergency-time{font-size: 1.5rem;}.testimonial-comment{font-size: 1rem;}.case-study-notice{flex-direction: column;text-align: center;gap: 15px;}}@media screen and (max-width: 480px){.trust-credentials, .trust-guarantees, .safety-certifications, .customer-testimonial, .case-studies, .company-transparency{padding: 15px;border-radius: 8px;}.trust-section-title{font-size: 1.1rem;flex-direction: column;text-align: center;gap: 5px;}.credential-item, .guarantee-item, .certification-item{flex-direction: column;text-align: center;gap: 10px;}.emergency-badge{padding: 15px;}.emergency-time{font-size: 1.3rem;}.license-badge{flex-direction: column;text-align: center;gap: 10px;}}/* ============================================== AMP COMPATIBILITY ============================================== */ /* Remove animations and transitions for AMP */ .amp .emergency-badge::before{animation: none;}.amp .emergency-icon{animation: none;}.amp .credential-item, .amp .transparency-item{transition: none;}.amp .credential-item:hover, .amp .transparency-item:hover{transform: none;}/* ============================================== PRINT STYLES ============================================== */ @media print{.home-sos-trust-elements{background: white !important;color: black !important;}.emergency-badge, .license-badge, .company-transparency{background: white !important;color: black !important;border: 1px solid #ccc !important;}.testimonial-card{border: 1px solid #ccc;}}
/* home-sos-pricing-transparency */
/** * HOME-SOS Pricing Transparency CSS * Transparent pricing display styling */ /* ============================================== PRICING TRANSPARENCY CONTAINER ============================================== */ .complete-pricing-transparency{margin: 40px 0;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;}/* THE THOR の .content div margin-top リセット */ .complete-pricing-transparency .pricing-row, .complete-pricing-transparency .guarantee-item, .complete-pricing-transparency .comparison-row, .complete-pricing-transparency .payment-method{margin-top: 0 !important;}.pricing-transparency-container{background: white;border: 1px solid #ddd;border-radius: 0;padding: 30px;margin-bottom: 30px;box-shadow: none;}.pricing-title{font-size: 1.5rem;font-weight: 700;color: #333;margin-bottom: 25px;text-align: center;display: flex;align-items: center;justify-content: center;gap: 10px;}/* ============================================== PRICING TABLE ============================================== */ .pricing-table{background: #f8f9fa;border-radius: 8px;overflow: hidden;margin-bottom: 25px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);}.pricing-header{background: #333;color: white;display: grid;grid-template-columns: 2fr 1fr 2fr;gap: 1px;font-weight: 700;font-size: 1.1rem;}.pricing-header > div{padding: 15px 20px;background: #333;}.pricing-row{display: grid;grid-template-columns: 2fr 1fr 2fr;gap: 1px;background: #dee2e6;}.pricing-row > div{padding: 15px 20px;background: white;display: flex;align-items: center;}.pricing-service{font-weight: 600;color: #333;}.pricing-cost{font-weight: 700;color: #8d5e5e;font-size: 1.1rem;justify-content: center;}.pricing-notes{font-size: 1.1rem;color: #6c757d;}/* ============================================== ADDITIONAL COSTS ============================================== */ .additional-costs{background: #fff3cd;border: 1px solid #ffeaa7;border-radius: 8px;padding: 20px;margin-bottom: 25px;}.additional-title{font-size: 1.2rem;font-weight: 700;color: #b7742a;margin-bottom: 15px;display: flex;align-items: center;gap: 8px;}.additional-title::before{content: "⚠️";font-size: 1.1rem;}.cost-list{display: grid;gap: 10px;}.cost-item{display: flex;gap: 10px;align-items: flex-start;}.cost-type{font-weight: 700;color: #8b5a2b;min-width: 80px;flex-shrink: 0;}.cost-desc{color: #6f4f1a;line-height: 1.4;}/* ============================================== PRICING GUARANTEES ============================================== */ .pricing-guarantees{background: #f8f9fa;border: 1px solid #ddd;border-radius: 0;padding: 20px;margin-bottom: 25px;}.guarantee-title{font-size: 1.2rem;font-weight: 700;color: #333;margin-bottom: 15px;}.guarantee-list{display: grid;gap: 15px;}.guarantee-item{display: flex;gap: 15px;align-items: flex-start;}.guarantee-check{width: 30px;height: 30px;background: #8d5e5e;color: white;border-radius: 0;display: flex;align-items: center;justify-content: center;font-weight: 700;font-size: 1.1rem;flex-shrink: 0;}.guarantee-name{font-weight: 700;color: #333;margin-bottom: 5px;}.guarantee-desc{color: #666;font-size: 1.1rem;line-height: 1.4;}/* ============================================== REGIONAL PRICING NOTE ============================================== */ .regional-pricing-note{background: #333;color: white;border-radius: 0;padding: 20px;display: flex;gap: 15px;align-items: center;border: 1px solid #555;}.note-icon{font-size: 2.5rem;flex-shrink: 0;}.note-title{font-weight: 700;font-size: 1.1rem;margin-bottom: 5px;}.note-desc{font-size: 1.1rem;opacity: 0.9;line-height: 1.4;}/* ============================================== PRICING COMPARISON ============================================== */ .pricing-comparison{background: #f8f9fa;border-radius: 12px;padding: 30px;margin-bottom: 30px;}.comparison-title{font-size: 1.3rem;font-weight: 700;color: #333;margin-bottom: 20px;text-align: center;}.comparison-table{display: grid;gap: 15px;}.comparison-row{background: white;border-radius: 8px;display: grid;grid-template-columns: 1fr 1.5fr 1.5fr;overflow: hidden;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);}.comparison-item{padding: 20px;font-weight: 700;color: #333;background: #f8f9fa;display: flex;align-items: center;border-right: 1px solid #ddd;}.comparison-home-sos{padding: 20px;background: #f8f9fa;border-right: 1px solid #ddd;position: relative;border-left: 5px solid #8d5e5e;}.comparison-home-sos.advantage{background: #f8f9fa;}.comparison-others{padding: 20px;background: #f1f1f1;}.comparison-label{display: block;font-size: 1.1rem;font-weight: 600;text-transform: uppercase;color: #6c757d;margin-bottom: 5px;}.comparison-value{display: block;font-weight: 700;font-size: 1.1rem;}.comparison-home-sos .comparison-value{color: #8d5e5e;}.comparison-others .comparison-value{color: #666;}.advantage-mark{position: absolute;top: 5px;right: 10px;background: #8d5e5e;color: white;width: 20px;height: 20px;border-radius: 0;display: flex;align-items: center;justify-content: center;font-size: 1.1rem;font-weight: 700;}/* ============================================== PAYMENT SECURITY ============================================== */ .payment-security{background: white;border: 1px solid #ddd;border-radius: 0;padding: 30px;}.payment-title{font-size: 1.3rem;font-weight: 700;color: #333;margin-bottom: 20px;text-align: center;}.payment-methods{display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 20px;}.payment-method{background: #f8f9fa;border-radius: 0;border: 1px solid #e0e0e0;padding: 20px;display: flex;gap: 15px;align-items: center;transition: border-color 0.2s ease;}.payment-method:hover{border-color: #8d5e5e;}.payment-icon{font-size: 2.5rem;width: 60px;height: 60px;background: white;border-radius: 0;border: 1px solid #ddd;display: flex;align-items: center;justify-content: center;flex-shrink: 0;}.payment-name{font-weight: 700;color: #333;margin-bottom: 5px;}.payment-desc{font-size: 1.1rem;color: #6c757d;margin-bottom: 3px;}.payment-security{font-size: 1.1rem;color: #8d5e5e;font-weight: 600;}/* ============================================== MOBILE RESPONSIVE ============================================== */ @media screen and (max-width: 768px){.pricing-transparency-container, .pricing-comparison, .payment-security{padding: 20px;margin-bottom: 20px;}.pricing-table{font-size: 1.1rem;}.pricing-header, .pricing-row{grid-template-columns: 1fr;gap: 0;}.pricing-header > div, .pricing-row > div{padding: 12px 15px;border-bottom: 1px solid #e9ecef;}.pricing-header > div{text-align: center;}.pricing-cost{justify-content: flex-start;font-size: 1rem;}.comparison-row{grid-template-columns: 1fr;}.comparison-item, .comparison-home-sos, .comparison-others{border-right: none;border-bottom: 1px solid #bdc3c7;}.comparison-others{border-bottom: none;}.payment-methods{grid-template-columns: 1fr;}.payment-method{flex-direction: column;text-align: center;}.regional-pricing-note{flex-direction: column;text-align: center;}.cost-item{flex-direction: column;gap: 5px;}.cost-type{min-width: auto;}}@media screen and (max-width: 480px){.pricing-title, .comparison-title, .payment-title{font-size: 1.2rem;flex-direction: column;gap: 5px;}.pricing-transparency-container, .pricing-comparison, .payment-security{padding: 15px;border-radius: 8px;}.additional-costs, .pricing-guarantees{padding: 15px;}.guarantee-item{flex-direction: column;text-align: center;gap: 10px;}.guarantee-check{align-self: center;}.regional-pricing-note{padding: 15px;}.note-icon{font-size: 2rem;}.payment-icon{width: 50px;height: 50px;font-size: 2rem;}}/* ============================================== AMP COMPATIBILITY ============================================== */ .amp .payment-method{transition: none;}.amp .payment-method:hover{transform: none;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);}/* ============================================== PRINT STYLES ============================================== */ @media print{.complete-pricing-transparency{background: white !important;color: black !important;}.pricing-transparency-container, .pricing-comparison, .payment-security{border: 1px solid #000 !important;background: white !important;color: black !important;box-shadow: none !important;}.pricing-header{background: #f0f0f0 !important;color: black !important;}.regional-pricing-note{background: #f0f0f0 !important;color: black !important;}.additional-costs, .pricing-guarantees{background: #f9f9f9 !important;color: black !important;}}
/* home-sos-customer-reviews */
/** * HOME-SOS 顧客レビュー表示スタイル * Review構造化データと連携した顧客の声表示 */ .customer-reviews-section{background: #f8f9fa;border-radius: 8px;padding: 30px;margin: 30px 0;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;}/* THE THOR の .content div margin-top リセット */ .customer-reviews-section .review-item{margin-top: 0 !important;}/* 集約評価セクション */ .aggregate-rating{text-align: center;margin-bottom: 30px;padding: 20px;background: white;border-radius: 8px;box-shadow: 0 2px 4px rgba(0,0,0,0.1);}.rating-summary{display: flex;align-items: center;justify-content: center;gap: 15px;flex-wrap: wrap;}.rating-value{font-size: 2.5rem;font-weight: bold;color: #8d5e5e;}.rating-stars{display: flex;gap: 2px;}.star{font-size: 1.5rem;color: #ddd;transition: color 0.2s;}.star.filled{color: #ffc107;}.review-count{font-size: 1.1rem;color: #666;background: #e9ecef;padding: 4px 12px;border-radius: 20px;}/* レビューリスト */ .reviews-list{display: grid;gap: 20px;}.review-item{background: white;border-radius: 8px;padding: 20px;border-left: 4px solid #8d5e5e;box-shadow: 0 2px 4px rgba(0,0,0,0.05);transition: transform 0.2s, box-shadow 0.2s;}.review-item:hover{transform: translateY(-2px);box-shadow: 0 4px 8px rgba(0,0,0,0.1);}.review-header{display: flex;align-items: center;gap: 15px;margin-bottom: 10px;flex-wrap: wrap;}.reviewer-name{font-weight: bold;color: #333;font-size: 1.1rem;}.review-rating .star{font-size: 1rem;}.review-date{font-size: 1.1rem;color: #888;margin-left: auto;}.review-service{font-size: 0.85rem;color: #8d5e5e;font-weight: 500;margin-bottom: 8px;background: #f0f0f0;display: inline-block;padding: 2px 8px;border-radius: 12px;}.review-text{color: #444;line-height: 1.6;font-size: 1.1rem;}/* レスポンシブ対応 */ @media (max-width: 768px){.customer-reviews-section{padding: 20px;margin: 20px 0;}.rating-summary{flex-direction: column;gap: 10px;}.rating-value{font-size: 2rem;}.review-header{flex-direction: column;align-items: flex-start;gap: 8px;}.review-date{margin-left: 0;}.review-item{padding: 15px;}}@media (max-width: 480px){.customer-reviews-section{padding: 15px;margin: 15px 0;}.rating-summary{gap: 8px;}.rating-value{font-size: 1.8rem;}.star{font-size: 1.2rem;}.review-rating .star{font-size: 1.1rem;}}/* 特別なバリエーション */ .customer-reviews-section.compact{padding: 20px;margin: 20px 0;}.customer-reviews-section.compact .aggregate-rating{margin-bottom: 20px;padding: 15px;}.customer-reviews-section.compact .review-item{padding: 15px;}.customer-reviews-section.compact .rating-value{font-size: 2rem;}/* アニメーション効果 */ .customer-reviews-section{opacity: 0;animation: fadeInUp 0.6s ease-out forwards;}@keyframes fadeInUp{from{opacity: 0;transform: translateY(20px);}to{opacity: 1;transform: translateY(0);}}.review-item{opacity: 0;animation: slideInLeft 0.5s ease-out forwards;}.review-item:nth-child(1){animation-delay: 0.1s;}.review-item:nth-child(2){animation-delay: 0.2s;}.review-item:nth-child(3){animation-delay: 0.3s;}.review-item:nth-child(4){animation-delay: 0.4s;}.review-item:nth-child(5){animation-delay: 0.5s;}@keyframes slideInLeft{from{opacity: 0;transform: translateX(-30px);}to{opacity: 1;transform: translateX(0);}}/* 印刷用スタイル */ @media print{.customer-reviews-section{box-shadow: none;border: 1px solid #ddd;background: white;page-break-inside: avoid;}.review-item{box-shadow: none;border: 1px solid #eee;page-break-inside: avoid;margin-bottom: 10px;}.star{color: #333 !important;}}
/* home-sos-regional-content */
/** * 地域特化コンテンツ用CSS * AMP対応・モバイルファースト設計 */ /* ページヘッダー */ .regional-pest-header{background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);color: white;padding: 2rem 1rem;text-align: center;margin-bottom: 2rem;}.regional-pest-header h1{font-size: 1.8rem;margin-bottom: 1rem;line-height: 1.3;}.header-badges{display: flex;justify-content: center;gap: 0.5rem;flex-wrap: wrap;}.badge{padding: 0.3rem 0.8rem;border-radius: 20px;font-size: 1.1rem;font-weight: 600;}.badge.emergency{background: #e74c3c;color: white;}.badge.licensed{background: #27ae60;color: white;}.badge.guarantee{background: #3498db;color: white;}/* 地域特性セクション */ .regional-characteristics{background: #f8f9fa;padding: 2rem 1rem;margin-bottom: 2rem;border-radius: 8px;}.climate-info h3{color: #2c3e50;margin-bottom: 1rem;font-size: 1.3rem;}.climate-info p{line-height: 1.7;color: #34495e;}/* サービス詳細セクション */ .service-details{margin-bottom: 2rem;}.service-details h2{color: #2c3e50;border-left: 4px solid #e74c3c;padding-left: 1rem;margin-bottom: 1.5rem;}.pest-control-process, .treatment-methods{background: white;border: 1px solid #dee2e6;padding: 1.5rem;margin-bottom: 1rem;border-radius: 8px;}.process-steps{list-style: none;counter-reset: step-counter;padding: 0;}.process-steps li{counter-increment: step-counter;margin-bottom: 1rem;padding-left: 2rem;position: relative;}.process-steps li::before{content: counter(step-counter);position: absolute;left: 0;top: 0;background: #e74c3c;color: white;width: 1.5rem;height: 1.5rem;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 1.1rem;font-weight: bold;}.treatment-methods ul{list-style: none;padding: 0;}.treatment-methods li{padding: 0.5rem 0;padding-left: 1.5rem;position: relative;}.treatment-methods li::before{content: "✓";position: absolute;left: 0;color: #27ae60;font-weight: bold;}/* 緊急対応セクション */ .emergency-response{background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);color: white;padding: 2rem 1rem;border-radius: 8px;margin-bottom: 2rem;}.emergency-response h2, .emergency-response h3{text-align: center;margin-bottom: 1.5rem;/* color: #ffffff !important;-- 削除: trust-elements.phpのインラインスタイルで黒色指定 */ /* text-shadow: 2px 2px 4px rgba(0,0,0,0.6);-- 削除: 黄色背景では不要 */ font-weight: bold;}.emergency-info{display: grid;grid-template-columns: 1fr 1fr;gap: 2rem;text-align: center;}.time-highlight{font-size: 2rem;font-weight: bold;margin: 0.5rem 0;}.phone-number{font-size: 1.5rem;font-weight: bold;margin: 0.5rem 0;}.phone-number a{color: white;text-decoration: none;}/* FAQ セクション */ .faq-section{margin-bottom: 2rem;}.faq-section h2{color: #2c3e50;border-left: 4px solid #f39c12;padding-left: 1rem;margin-bottom: 1.5rem;}.faq-item{background: white;border: 1px solid #dee2e6;border-radius: 8px;margin-bottom: 1rem;overflow: hidden;}.faq-question{background: #f8f9fa;padding: 1rem;margin: 0;font-size: 1.1rem;color: #2c3e50;border-bottom: 1px solid #dee2e6;}.faq-answer{padding: 1rem;line-height: 1.6;color: #34495e;}/* 顧客の声セクション */ .customer-reviews{margin-bottom: 2rem;}.customer-reviews h2{color: #2c3e50;border-left: 4px solid #9b59b6;padding-left: 1rem;margin-bottom: 1.5rem;}.review-item{background: white;border: 1px solid #dee2e6;border-radius: 8px;padding: 1.5rem;margin-bottom: 1rem;}.review-header{display: flex;justify-content: space-between;align-items: center;margin-bottom: 1rem;flex-wrap: wrap;}.customer-name{font-weight: bold;color: #2c3e50;}.service-type{background: #ecf0f1;color: #34495e;padding: 0.2rem 0.5rem;border-radius: 4px;font-size: 1.1rem;}.rating{font-size: 1.2rem;}.review-text{line-height: 1.6;color: #34495e;font-style: italic;}/* モバイル対応 */ @media (max-width: 768px){.regional-pest-header{padding: 1.5rem 1rem;}.regional-pest-header h1{font-size: 1.5rem;}.emergency-info{grid-template-columns: 1fr;gap: 1rem;}.time-highlight{font-size: 1.5rem;}.phone-number{font-size: 1.3rem;}.review-header{flex-direction: column;align-items: flex-start;gap: 0.5rem;}.header-badges{justify-content: center;}.badge{font-size: 1.1rem;padding: 0.2rem 0.6rem;}}/* AMP対応 */ @media (max-width: 768px) and (max-device-width: 768px){.regional-pest-header, .emergency-response{padding: 1rem;}.pest-control-process, .treatment-methods, .faq-item, .review-item{padding: 1rem;}.time-highlight{font-size: 1.3rem;}.phone-number{font-size: 1.2rem;}}/* 印刷用スタイル */ @media print{.regional-pest-header, .emergency-response{background: none !important;color: black !important;}.badge{border: 1px solid black;color: black !important;}}
/* home-sos-site-search */
/** * HOME-SOS サイト内検索機能専用スタイル * レスポンシブ対応・AMP互換 */ /* 検索フォーム基本スタイル */ .home-sos-search-widget, .home-sos-search-shortcode{background: #f8f9fa;padding: 1.5rem;border-radius: 8px;border: 1px solid #e0e0e0;}.enhanced-search-form{width: 100%;}.search-input-group{display: flex;margin-bottom: 1rem;border-radius: 6px;overflow: hidden;box-shadow: 0 2px 4px rgba(0,0,0,0.1);}.search-field{flex: 1;padding: 1rem;border: none;font-size: 1rem;outline: none;background: white;color: #333;}.search-field:focus{box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);}.search-submit{background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);color: white;border: none;padding: 1rem 1.5rem;font-size: 1rem;font-weight: bold;cursor: pointer;transition: all 0.3s ease;}.search-submit:hover{background: linear-gradient(135deg, #2980b9 0%, #1e6091 100%);transform: translateY(-1px);}/* クイック検索タグ */ .quick-search-tags{display: flex;flex-wrap: wrap;align-items: center;gap: 0.5rem;}.quick-tag-label{font-size: 1.1rem;color: #666;font-weight: bold;margin-right: 0.5rem;}.quick-tag{display: inline-block;background: white;color: #555;padding: 0.4rem 0.8rem;border-radius: 15px;text-decoration: none;font-size: 1.1rem;border: 1px solid #ddd;transition: all 0.3s ease;}.quick-tag:hover{background: #3498db;color: white;border-color: #3498db;text-decoration: none;transform: translateY(-1px);}/* 検索結果関連サービス */ .search-related-services{background: #e8f6fd;border: 2px solid #3498db;border-radius: 8px;padding: 2rem;margin: 2rem 0;}.search-related-services h3{color: #2980b9;margin: 0 0 1.5rem 0;font-size: 1.3rem;text-align: center;}.related-services-grid{display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 1.5rem;}.related-service-card{background: white;padding: 1.5rem;border-radius: 8px;box-shadow: 0 4px 6px rgba(0,0,0,0.1);text-align: center;transition: transform 0.3s ease;}.related-service-card:hover{transform: translateY(-3px);box-shadow: 0 8px 12px rgba(0,0,0,0.15);}.related-service-card h4{color: #2c3e50;margin: 0 0 1rem 0;font-size: 1.1rem;}.service-pricing{font-size: 1.2rem;font-weight: bold;color: #e74c3c;margin: 0.5rem 0;}.service-contact{margin-top: 1rem;}.service-phone{display: inline-block;background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);color: white;padding: 0.8rem 1.5rem;border-radius: 20px;text-decoration: none;font-weight: bold;font-size: 1.1rem;transition: all 0.3s ease;}.service-phone:hover{background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);color: white;text-decoration: none;transform: scale(1.05);}/* 検索結果ページ */ .search-results .search-form{background: #f8f9fa;padding: 2rem;margin: 2rem 0;border-radius: 8px;border: 1px solid #e0e0e0;}.search-results .search-query{font-size: 1.1rem;color: #2c3e50;margin-bottom: 1rem;}.search-results .search-count{color: #666;font-size: 1.1rem;margin-bottom: 2rem;}.search-results .search-entry{border-bottom: 1px solid #eee;padding: 1.5rem 0;}.search-results .search-entry:last-child{border-bottom: none;}.search-results .entry-title{margin-bottom: 0.5rem;}.search-results .entry-title a{color: #3498db;text-decoration: none;}.search-results .entry-title a:hover{text-decoration: underline;}.search-results .entry-summary{color: #666;line-height: 1.6;margin-bottom: 0.5rem;}.search-results .entry-meta{font-size: 1.1rem;color: #888;}/* ウィジェット専用スタイル */ .widget .home-sos-search-widget{background: transparent;padding: 0;border: none;}.widget .enhanced-search-form{margin-bottom: 0;}.widget .search-input-group{margin-bottom: 1rem;}.widget .search-field{padding: 0.8rem;font-size: 1.1rem;}.widget .search-submit{padding: 0.8rem 1rem;font-size: 1.1rem;}.widget .quick-search-tags{margin-top: 1rem;}.widget .quick-tag{font-size: 0.75rem;padding: 0.3rem 0.6rem;}/* レスポンシブ対応 */ @media (max-width: 768px){.search-input-group{flex-direction: column;}.search-field{border-radius: 6px 6px 0 0;}.search-submit{border-radius: 0 0 6px 6px;padding: 1rem;}.quick-search-tags{justify-content: center;text-align: center;}.quick-tag-label{width: 100%;margin-bottom: 0.5rem;}.related-services-grid{grid-template-columns: 1fr;gap: 1rem;}.related-service-card{padding: 1rem;}.search-related-services{padding: 1.5rem;margin: 1rem 0;}}@media (max-width: 480px){.home-sos-search-widget, .home-sos-search-shortcode{padding: 1rem;}.search-field{padding: 0.8rem;font-size: 1.1rem;}.search-submit{padding: 0.8rem 1rem;font-size: 1.1rem;}.quick-tag{font-size: 0.75rem;padding: 0.3rem 0.6rem;}}
/* home-sos-enhanced-contact-form */
/** * HOME-SOS 強化版問い合わせフォーム専用スタイル * レスポンシブ対応・アクセシビリティ対応 */ /* フォーム全体コンテナ */ .home-sos-enhanced-contact-form{max-width: 800px;margin: 2rem auto;padding: 0 1rem;}/* 緊急連絡エリア */ .emergency-notice{background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);color: white;padding: 2rem;border-radius: 8px;text-align: center;margin-bottom: 2rem;animation: pulse-border 2s infinite;}@keyframes pulse-border{0%{box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.7);}70%{box-shadow: 0 0 0 10px rgba(231, 76, 60, 0);}100%{box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);}}.emergency-notice h3{color: white;margin: 0 0 1rem 0;font-size: 1.3rem;}.emergency-phone{display: inline-block;background: white;color: #e74c3c;padding: 1.2rem 2rem;border-radius: 25px;text-decoration: none;font-weight: bold;font-size: 1.2rem;transition: all 0.3s ease;}.emergency-phone:hover{background: #f8f9fa;color: #c0392b;text-decoration: none;transform: scale(1.05);}.emergency-sub{font-size: 1.1rem;font-weight: normal;}/* フォームコンテナ */ .contact-form-container{background: white;border: 1px solid #e0e0e0;border-radius: 8px;padding: 2rem;box-shadow: 0 4px 8px rgba(0,0,0,0.1);}.contact-form-container h3{color: #2c3e50;margin: 0 0 2rem 0;font-size: 1.5rem;text-align: center;border-bottom: 2px solid #3498db;padding-bottom: 1rem;}/* フォーム要素 */ .enhanced-contact-form{max-width: 100%;}.form-group{margin-bottom: 1.5rem;}.form-row{display: flex;gap: 1rem;margin-bottom: 1.5rem;}.form-group.half{flex: 1;margin-bottom: 0;}.form-group label{display: block;font-weight: bold;color: #2c3e50;margin-bottom: 0.5rem;font-size: 1.1rem;}.required{color: #e74c3c;font-weight: bold;}/* フォーム入力要素 */ .form-input, .form-select, .form-textarea{width: 100%;padding: 1rem;border: 2px solid #e0e0e0;border-radius: 6px;font-size: 1rem;transition: all 0.3s ease;background: white;box-sizing: border-box;}.form-input:focus, .form-select:focus, .form-textarea:focus{outline: none;border-color: #3498db;box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);}.form-textarea{resize: vertical;min-height: 120px;}.form-help{display: block;color: #666;font-size: 0.85rem;margin-top: 0.3rem;line-height: 1.4;}/* チェックボックス・ラジオボタン */ .form-checkboxes{display: flex;gap: 1rem;flex-wrap: wrap;}.checkbox-label{display: flex;align-items: center;font-weight: normal;cursor: pointer;padding: 0.5rem 0;}.checkbox-label input[type="checkbox"]{margin-right: 0.5rem;width: auto;transform: scale(1.2);}.privacy-group{background: #f8f9fa;padding: 1rem;border-radius: 6px;border: 1px solid #e0e0e0;}.privacy-label{font-size: 1.1rem;line-height: 1.5;}.privacy-label a{color: #3498db;text-decoration: none;}.privacy-label a:hover{text-decoration: underline;}/* 送信ボタンエリア */ .form-submit-group{text-align: center;padding: 2rem 0;border-top: 1px solid #e0e0e0;margin-top: 2rem;}.form-submit-button{background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);color: white;border: none;padding: 1.2rem 3rem;border-radius: 25px;font-size: 1.1rem;font-weight: bold;cursor: pointer;transition: all 0.3s ease;box-shadow: 0 4px 8px rgba(0,0,0,0.2);margin-bottom: 1rem;}.form-submit-button:hover{background: linear-gradient(135deg, #229954 0%, #27ae60 100%);transform: translateY(-2px);box-shadow: 0 6px 12px rgba(0,0,0,0.3);}.submit-note{color: #666;font-size: 0.85rem;line-height: 1.5;}/* サービス情報表示 */ .service-info{margin-top: 0.5rem;color: #27ae60;font-weight: bold;background: #e8f8f0;padding: 0.5rem;border-radius: 4px;font-size: 1.1rem;}/* バリデーションエラー */ .form-input:invalid, .form-select:invalid, .form-textarea:invalid{border-color: #e74c3c;}.form-input:invalid:focus, .form-select:invalid:focus, .form-textarea:invalid:focus{box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.2);}/* 成功・エラーメッセージ */ .contact-success, .contact-error{padding: 1rem;border-radius: 6px;margin-bottom: 2rem;font-weight: bold;}.contact-success{background: #d4edda;color: #155724;border: 1px solid #c3e6cb;}.contact-error{background: #f8d7da;color: #721c24;border: 1px solid #f5c6cb;}/* レスポンシブ対応 */ @media (max-width: 768px){.home-sos-enhanced-contact-form{margin: 1rem auto;padding: 0 0.5rem;}.contact-form-container{padding: 1.5rem;}.contact-form-container h3{font-size: 1.3rem;}.form-row{flex-direction: column;gap: 0;}.form-group.half{margin-bottom: 1.5rem;}.form-checkboxes{flex-direction: column;gap: 0.5rem;}.form-submit-button{padding: 1rem 2rem;font-size: 1rem;width: 100%;max-width: 300px;}.emergency-notice{padding: 1.5rem;margin-bottom: 1.5rem;}.emergency-phone{padding: 1rem 1.5rem;font-size: 1.1rem;}}@media (max-width: 480px){.contact-form-container{padding: 1rem;}.form-input, .form-select, .form-textarea{padding: 0.8rem;font-size: 1.1rem;}.form-group label{font-size: 1.1rem;}.form-submit-button{padding: 0.9rem 1.5rem;font-size: 1.1rem;}.emergency-notice{padding: 1rem;}.emergency-notice h3{font-size: 1.1rem;}.emergency-phone{padding: 0.8rem 1.2rem;font-size: 1rem;}}/* アクセシビリティ向上 */ @media (prefers-reduced-motion: reduce){*{animation-duration: 0.01ms !important;animation-iteration-count: 1 !important;transition-duration: 0.01ms !important;}.emergency-notice{animation: none;}}/* フォーカス可視化改善 */ .form-input:focus, .form-select:focus, .form-textarea:focus, .form-submit-button:focus, .checkbox-label input:focus{outline: 2px solid #3498db;outline-offset: 2px;}/* 印刷用スタイル */ @media print{.emergency-notice, .form-submit-group{display: none;}.contact-form-container{box-shadow: none;border: 1px solid #000;}}
/* home-sos-user-style */
/* HOME-SOS 文字サイズ改善 */ /* 読みやすさ向上のため、小さすぎる文字サイズを調整 */ /* 基本の文字サイズ調整 */ body{font-size: 16px;/* デフォルトから少し大きく */ line-height: 1.7;/* 行間も改善 */}/* 小さい文字のサイズ調整 */ small, .small, .text-small{font-size: 1.1rem !important;/* 0.8rem以下だった箇所を0.9remに */}/* キャプション、補足テキスト */ .caption, .note, .supplement{font-size: 1.1rem !important;}/* フッターの小さい文字 */ .bottomFooter__producer, .bottomFooter__copyright{font-size: 1.1rem !important;/* 0.8rem以下だった場合の調整 */}/* 投稿メタ情報 */ .archive__meta time, .post__meta time, .entry-meta{font-size: 1.1rem !important;}/* ボタンの小さいテキスト */ .btn small, button small, .cta-button small{font-size: 1.1rem !important;}/* フォームラベル、入力フィールドのヘルプテキスト */ .form-help, .input-help, label.small{font-size: 1.1rem !important;}/* 価格表示の補足 */ .price-note, .pricing-desc, .cost-desc{font-size: 1.1rem !important;}/* 信頼性要素の小文字 */ .footer-trust-list li{font-size: 1.1rem !important;/* 0.9remからさらに少し大きく */}/* 統計・実績の説明文 */ .achievement-desc, .stat-desc{font-size: 1.1rem !important;}/* サービス説明の注釈 */ .service-note, .feature-note{font-size: 1.1rem !important;}/* モバイル環境での調整 */ @media (max-width: 768px){body{font-size: 15px;/* モバイルでも読みやすく */}small, .small, .text-small, .caption, .note, .supplement{font-size: 1.1rem !important;/* モバイルでは少し小さめでもOK */}.footer-trust-list li{font-size: 1.1rem !important;}}/* 超小サイズ（0.7rem以下）を使用している箇所の強制調整 */ [style*="font-size: 0.7"], [style*="font-size: 0.6"], [style*="font-size: 0.5"]{font-size: 1.1rem !important;}/* THE THOR テーマ固有の小さい文字の調整 */ .phrase-caption, .phrase-small{font-size: 1.1rem !important;}/* リストの小さい説明文 */ ul li small, ol li small, .list-item-desc{font-size: 1.1rem !important;}/* テーブルの小さい文字 */ table small, .table-note, td small, th small{font-size: 1.1rem !important;}/* アコーディオン、タブの補足テキスト */ .accordion small, .tab-content small, .collapse small{font-size: 1.1rem !important;}/* 検索結果ページの文字サイズ調整 */ .archive__meta time{font-size: 1.1rem !important;}.archive__excerpt{font-size: 1rem !important;/* 検索結果の説明文は読みやすく */ line-height: 1.6 !important;}.post-type{font-size: 1.1rem !important;/* バッジは少し小さめでOK */}.readMore__link{font-size: 1.1rem !important;}/* 信頼性パーツの文字サイズ調整 */ .trust-elements-container .trust-section-title{font-size: 1.3rem !important;/* タイトルは大きめに */}.trust-elements-container .credential-item, .trust-elements-container .permit-item, .trust-elements-container .stat-item{font-size: 1.1rem !important;}.trust-elements-container .credential-desc, .trust-elements-container .permit-desc, .trust-elements-container .response-time{font-size: 1.1rem !important;}/* 顧客の声セクション */ .testimonial-item .customer-location{font-size: 1.1rem !important;}.testimonial-item .testimonial-text{font-size: 1rem !important;line-height: 1.6 !important;}/* 統計・実績セクション */ .trust-stats .stat-label{font-size: 1.1rem !important;}.trust-stats .stat-value{font-size: 1.8rem !important;/* 数値は大きく */}/* 料金透明性セクション */ .pricing-transparency-container .pricing-service, .pricing-transparency-container .pricing-cost, .pricing-transparency-container .pricing-notes{font-size: 1.1rem !important;}.cost-desc, .guarantee-desc, .payment-desc{font-size: 1.1rem !important;}/* 緊急連絡先 */ .emergency-contact p{font-size: 1.1rem !important;}/* 具体的な最小文字サイズ修正 */ /* 検索ボックスのプレースホルダー・説明文 */ .search-form input::placeholder, .search-description, .search-help-text{font-size: 1.1rem !important;}/* 電話CTAの説明文 */ .phone-cta-description, .cta-sub-text, .emergency-info{font-size: 1.1rem !important;}/* 専門資格・認定の詳細説明 */ .credential-desc, .certification-details, .qualification-info{font-size: 1.1rem !important;}/* お客様の声のお客様情報 */ .customer-info, .testimonial-author, .review-author{font-size: 1.1rem !important;}/* HOME-SOS実績カード内の下段文字 */ .stat-description, .achievement-subtitle, .metric-label{font-size: 1.1rem !important;}/* コンタクト情報の詳細 */ .contact-details, .service-area-info, .operating-hours{font-size: 1.1rem !important;}/* 料金表の注釈・補足 */ .pricing-note, .service-note, .terms-text{font-size: 1.1rem !important;}/* フォーム要素のヘルプテキスト */ input + small, textarea + small, .form-text, .help-text{font-size: 1.1rem !important;}/* アドレス・住所表示 */ .address, .location-info, .contact-address{font-size: 1.1rem !important;}/* サービス地域の詳細 */ .service-area, .coverage-info, .region-details{font-size: 1.1rem !important;}/* 全サイト共通 - 小さい文字サイズの一括調整 */ /* すべての small タグとその類似要素 */ small, .small, sub, sup, caption, figcaption{font-size: 1.1rem !important;}/* 特定のサイズ指定を強制上書き */ *[style*="font-size:0.6"], *[style*="font-size:0.7"], *[style*="font-size:0.8"], *[style*="font-size:0.9"], *[style*="font-size: 0.6"], *[style*="font-size: 0.7"], *[style*="font-size: 0.8"], *[style*="font-size: 0.9"]{font-size: 1.1rem !important;}/* より具体的なインラインスタイル上書き */ .credential-description, .credential-desc, .permit-description, .permit-desc, .response-description, .response-desc, .testimonial-description, .testimonial-desc, .stat-description, .stat-desc{font-size: 1.1rem !important;}/* インラインで0.9remが設定されている可能性がある要素を強制上書き */ *[style*="0.9rem"]{font-size: 1.1rem !important;}/* より強力なインラインスタイル上書き - 複数パターン */ *[style*="font-size:0.9rem"], *[style*="font-size: 0.9rem"], *[style*="font-size:0.9"], *[style*="font-size: 0.9"], *[style*="font-size:0.95rem"], *[style*="font-size: 0.95rem"], *[style*="font-size:0.85rem"], *[style*="font-size: 0.85rem"]{font-size: 1.1rem !important;}/* 信頼性要素の具体的なクラス名で上書き */ .trust-elements-container *, .pricing-transparency-container *, .mobile-cta-bar *, .footer-trust-section *{font-size: 1.1rem !important;}/* さらに具体的な要素指定 */ div[style*="0.9rem"], span[style*="0.9rem"], p[style*="0.9rem"], li[style*="0.9rem"]{font-size: 1.1rem !important;}/* CSS クラスによる小サイズ指定の上書き */ .text-xs, .text-small, .small-text, .tiny, .mini, .micro{font-size: 1.1rem !important;}/* WordPress/THE THOR 固有の小文字クラス */ .wp-block-latest-posts__post-date, .wp-block-latest-comments__comment-date, .entry-meta, .post-meta, .comment-meta, .widget small, .widget .textwidget small, .phrase-caption, .phrase-small, .note, .caption{font-size: 1.1rem !important;}/* フォームとUI要素の小文字 */ .form-control small, .input-group small, label small, legend small, fieldset small, .checkbox small, .radio small, input::placeholder, textarea::placeholder{font-size: 1.1rem !important;}/* ナビゲーションとメニューの小文字 */ .nav small, .menu small, .breadcrumb, .pagination small, .page-numbers small{font-size: 1.1rem !important;}/* カードとウィジェットの小文字 */ .card small, .widget-title small, .sidebar small, .footer small, .header small{font-size: 1.1rem !important;}/* テーブル内の小文字 */ table small, th small, td small, .table-responsive small{font-size: 1.1rem !important;}/* ボタンとリンクの小文字 */ .btn small, .button small, a small, .link small{font-size: 1.1rem !important;}/* 特殊なレイアウト要素 */ .overlay small, .tooltip small, .popover small, .modal small, .dropdown small{font-size: 1.1rem !important;}/* THE THOR 特有のクラス */ .archiveHead__searchItem, .bottomFooter__producer, .bottomFooter__copyright, .controllerFooter small, .snsFooter small, .widgetFooter small{font-size: 1.1rem !important;}
