.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

/* æ±Žç”¨ã‚¯ãƒ©ã‚¹ */
.section-padding {
    padding: 50px 0;
}

.section-title {
    font-size: 23px !important;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.section-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: #5fcb45; /* æ¿ƒã„ç·‘ */
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.bg-light-gray {
    background-color: #f8f8f8;
}

/* ãƒ’ãƒ¼ãƒ­ãƒ¼ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.hero {
    background: url('hero-crane.jpg') no-repeat center center/cover; /* ã‚¯ãƒ¬ãƒ¼ãƒ³ä½œæ¥­ã®ç”»åƒã‚’ä½¿ç”¨ */
    color: #fff;
    text-align: center;
    padding: 100px 0;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* æ–‡å­—ã‚’è¦‹ã‚„ã™ãã™ã‚‹ãŸã‚ã®ã‚ªãƒ¼ãƒãƒ¼ãƒ¬ã‚¤ */
}

.hero-content {
    position: relative;
    z-index: 10;
}

.hero h2 {
    font-size: 40px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.area-tag {
    font-size: 20px;
    font-weight: bold;
    color: #ffd700; /* ã‚´ãƒ¼ãƒ«ãƒ‰ */
    margin-bottom: 30px;
}

/* CTAãƒœã‚¿ãƒ³ */
.btn-cta {
    display: inline-block;
    background-color: #ff5722; /* ç›®ã‚’å¼•ãã‚ªãƒ¬ãƒ³ã‚¸ */
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    transition: background-color 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.btn-cta:hover {
    background-color: #e64a19;
}

.btn-large {
    padding: 20px 40px;
    font-size: 24px;
}

/* æ‚©ã¿ã¨è§£æ±ºã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.problem-list ul {
    list-style: none;
    padding: 0;
    max-width: 700px;
    margin: 0 auto 50px auto;
}

.problem-list li {
    background-color: #fff3e0; /* è–„ã„ã‚ªãƒ¬ãƒ³ã‚¸ */
    border-left: 5px solid #ff9800; /* ã‚ªãƒ¬ãƒ³ã‚¸ */
    padding: 15px;
    margin-bottom: 10px;
    font-size: 18px;
}

.icon-warning {
    color: #ff9800;
    font-size: 1.2em;
    margin-right: 10px;
}

.solution-title {
    margin-top: 60px;
}

.solution-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    text-align: center;
}

.solution-box {
    background-color: #e0f2f1; /* è–„ã„ãƒŸãƒ³ãƒˆã‚°ãƒªãƒ¼ãƒ³ */
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1;
    min-width: 320px;
}

.solution-box {
    text-align: center;
}

.solution-icon {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-icon-image {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.solution-box h3 {
    font-size: 20px !important;
    margin-top: 10px !important;
}

.highlight-yellow {
    background-color: #ffd700;
    padding: 3px 8px;
    width: 20px;
    border-radius: 4px;
    margin-right: 5px;
}

/* ãƒ¡ãƒªãƒƒãƒˆã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.main-merit-title {
    color: #004d40;
}

.merit-block {
    margin-bottom: 40px;
    padding: 20px;
    padding-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
}

.merit-h3 {
    font-size: 24px;
    color: #004d40;
    border-left: 4px solid #45cb88;
    padding-left: 10px;
    margin-top: 0;
}

.point-emphasis {
    background-color: #e9e9fb; /* è–„ã„é’ */
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    color: #086edb;
    margin-top: 10px;
}

/* æ–™é‡‘ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.price-box {
    text-align: center;
    border: 3px solid #ff5722;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    margin: 0 auto 30px auto;
    background-color: #fff;
}

.price-main-text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.price-figure {
    font-size: 36px;
    color: #ff5722;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.price-note {
    font-size: 14px;
    color: #666;
}

.price-emphasis {
    text-align: center;
    color: #d84315;
    font-size: 20px;
    margin: 20px 0 5px 0;
}

.price-emphasis-detail {
    text-align: center;
    font-size: 28px;
    color: #d84315;
    font-weight: bold;
    margin-bottom: 40px;
}

.optional-service-h3 {
    text-align: center;
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #fff;
}

th, td {
    border: 1px solid #ccc;
    padding: 12px;
    text-align: left;
}

th {
    background-color: #e0e0e0;
    font-weight: bold;
}

/* äº‹ä¾‹ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.example-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.example-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 450px;
    flex: 1;
}

.example-card img {
    width: 100%;
    height: auto;
    display: block;
}

.example-h3 {
    font-size: 20px;
    padding: 15px;
    margin: 0;
    color: #004d40;
}

.example-card p {
    padding: 0 15px 15px 15px;
    margin: 0;
}

.sub-text {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    color: #666;
}

/* ãƒ•ãƒ­ãƒ¼ãƒãƒ£ãƒ¼ãƒˆã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.flow-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.step-number {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #004d40;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    font-weight: bold;
}

.step-arrow {
    font-size: 30px;
    color: #ff5722;
    margin: 0 10px;
}

/* CTAãƒœãƒƒã‚¯ã‚¹ */
.cta-box {
    background-color: #f1f1f1; /* èµ¤ã¿ãŒã‹ã£ãŸã‚ªãƒ¬ãƒ³ã‚¸ */
    color: #fff;
    text-align: center;
    padding: 50px 0;
}

.cta-box h2 {
    font-size: 32px;
    margin-top: 0;
}

.cta-box p {
    /* font-size: 30px; */
    /* margin-bottom: 30px; */
}

/* ============================ */
/* ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ–å¯¾å¿œ (ãƒ¢ãƒã‚¤ãƒ«ãƒ•ã‚¡ãƒ¼ã‚¹ãƒˆ) */
/* ============================ */

/* ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆã‚µã‚¤ã‚º (768pxæœªæº€) */
@media (max-width: 768px) {
    .hero h2 {
        font-size: 32px;
    }
    .section-title {
        font-size: 24px;
    }
    .solution-grid {
        flex-direction: column;
        gap: 20px;
    }
    .solution-box {
        min-width: unset;
    }
    .example-grid {
        flex-direction: column;
    }
    .example-card {
        max-width: 100%;
    }
    .flow-steps {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .step-arrow {
        display: none; /* ã‚¹ãƒžãƒ›ã§ã¯çŸ¢å°ã‚’éžè¡¨ç¤ºã« */
    }
    .step {
        flex: 1 1 45%; /* 2åˆ—ã§è¡¨ç¤º */
        max-width: 100%;
        margin-bottom: 20px;
    }
    table, tbody, th, td, tr {
        display: block;
        width: 100%;
    }
    thead {
        display: none;
    }
    td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }
    td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: calc(50% - 20px);
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
        text-align: left;
    }
}

/* Google Fonts - Noto Sans JP (æ—¢å­˜ãŒã‚ã‚Œã°ä¸è¦) */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/* åŸºæœ¬è¨­å®š (æ—¢å­˜ã®body, h1, h2ãªã©ã¨è¡çªã—ãªã„ã‚ˆã†èª¿æ•´ã—ã¦ãã ã•ã„) */
body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.7;
    color: #333;
    background-color: #f0f8f0; /* å…¨ä½“ã®èƒŒæ™¯è‰²ã‚’ç”»åƒã«åˆã‚ã›ã‚‹ */
}

.container {
    max-width: 900px;
    margin: 0 auto;
    /* background-color: #e9f3eb; */
    padding: 0 15px;
}

/* å…«ãƒ¶å²³ã‚¨ãƒªã‚¢ä¼æŽ¡ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.yatsugatake-ä¼æŽ¡-section {
    padding: 80px 0;
    /* background-color: #f0f8f0; */ /* å…¨ä½“ã®bodyã«æŒ‡å®šã—ãŸã®ã§ã“ã“ã§ã¯ä¸è¦ */
}

.yatsugatake-content-wrapper {
    display: flex;
    gap: 40px; /* å·¦å³ã®ãƒ–ãƒ­ãƒƒã‚¯é–“ã®ã‚¹ãƒšãƒ¼ã‚¹ */
    align-items: flex-start; /* ä¸Šæƒãˆ */
    margin-top: 0;
}

/* å·¦å´ã®ãƒ†ã‚­ã‚¹ãƒˆãƒ–ãƒ­ãƒƒã‚¯ */
.yatsugatake-content-wrapper .text-block {
    flex: 1; /* æ®‹ã‚Šã®ã‚¹ãƒšãƒ¼ã‚¹ã‚’å…¨ã¦ä½¿ç”¨ */
    min-width: 50%; /* å°‘ãªãã¨ã‚‚åŠåˆ†ã¯ç¢ºä¿ */
}

.text-block .tag {
    display: inline-block;
    background-color: #e0f7fa; /* æ°´è‰² */
    color: #00796b; /* æ¿ƒã„æ°´è‰² */
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.text-block h2 {
    font-size: 30px;
    color: #34495e; /* æ¿ƒã„ã‚ã®ã‚°ãƒ¬ãƒ¼ */
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.3;
}

.text-block p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #555;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap; /* ãƒœã‚¿ãƒ³ãŒä¸¦ã³ãã‚‰ãªã„å ´åˆã€æŠ˜ã‚Šè¿”ã™ */
}

.btn-primary,
.btn-secondary {
    display: inline-flex; /* ãƒœã‚¿ãƒ³ã®ä¸­èº«ã‚’ä¸­å¤®æƒãˆã«ã™ã‚‹ãŸã‚ */
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #3fabcd; /* ç·‘ */
    color: #fff;
    /* border: 1px solid #2dcc70; */
}

.btn-primary:hover {
    background-color: #0372a9;
    /* border-color: #28a745; */
}

.btn-secondary {
    background-color: #fff;
    color: #1abd5f;
    border: 1px solid #1abd5f;
}

.btn-secondary:hover {
    background-color: #e6ffe6;
}

.text-block .note {
    font-size: 13px;
    color: #888;
    margin-top: 0;
}

/* å³å´ã®ãƒ“ã‚¸ãƒ¥ã‚¢ãƒ«ãƒ–ãƒ­ãƒƒã‚¯ */
.yatsugatake-content-wrapper .visual-block {
    flex: 1;
    background-color: #fff; /* ç™½ã„èƒŒæ™¯ */
    border-radius: 15px;
    padding: 30px;
    box-shadow: -1px 2px 9px rgb(0 0 0 / 12%); /* å½± */
    min-width: 400px; /* ã‚ã‚‹ç¨‹åº¦ã®å¹…ã‚’ç¢ºä¿ */
}

.crane-illustration {
    width: 100%;
    max-width: 350px; /* ã‚¤ãƒ©ã‚¹ãƒˆã®æœ€å¤§å¹… */
    height: auto;
    margin: 0 auto 30px auto;
    display: block;
}

.crane-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

.feature-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
    display: flex; /* ãƒã‚§ãƒƒã‚¯ãƒžãƒ¼ã‚¯ã¨ãƒ†ã‚­ã‚¹ãƒˆã‚’æ¨ªä¸¦ã³ã«ã™ã‚‹ */
    align-items: flex-start;
}

.feature-list li .icon-check {
    color: #54cd87; /* ç·‘è‰²ã®ãƒã‚§ãƒƒã‚¯ãƒžãƒ¼ã‚¯ */
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0; /* ãƒã‚§ãƒƒã‚¯ãƒžãƒ¼ã‚¯ãŒç¸®ã¾ãªã„ã‚ˆã†ã« */
}

/* ============================ */
/* ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ–å¯¾å¿œ */
/* ============================ */

@media (max-width: 992px) {
    .yatsugatake-content-wrapper {
        flex-direction: column; /* ã‚«ãƒ©ãƒ è¡¨ç¤ºã«å¤‰æ›´ */
        align-items: center; /* ä¸­å¤®æƒãˆ */
    }

    .yatsugatake-content-wrapper .text-block,
    .yatsugatake-content-wrapper .visual-block {
        min-width: unset; /* æœ€å°å¹…ã‚’ãƒªã‚»ãƒƒãƒˆ */
        width: 100%; /* å¹…ã‚’100%ã« */
        max-width: 600px; /* æœ€å¤§å¹…ã‚’è¨­å®šã—ã¦ä¸­å¤®å¯„ã›ã«ã™ã‚‹å ´åˆ */
    }

    .text-block h2 {
        font-size: 36px; /* ãƒ•ã‚©ãƒ³ãƒˆã‚µã‚¤ã‚ºèª¿æ•´ */
        text-align: center;
    }

    .text-block p {
        text-align: center;
    }

    .cta-buttons {
        justify-content: center; /* ãƒœã‚¿ãƒ³ã‚’ä¸­å¤®æƒãˆã« */
    }
}

@media (max-width: 576px) {
    .yatsugatake-ä¼æŽ¡-section {
        padding: 50px 0;
    }
    .text-block h2 {
        font-size: 28px;
    }
    .text-block p {
        font-size: 15px;
    }
    .btn-primary, .btn-secondary {
        font-size: 14px;
        padding: 12px 20px;
        flex: 1 1 100%; /* ãƒœã‚¿ãƒ³ã‚’ç¸¦ã«ä¸¦ã¹ã‚‹ */
    }
    .visual-block {
        padding: 20px;
    }
    .feature-list li {
        font-size: 15px;
    }
}

/* ============================ */
/* ãŠå•ã„åˆã‚ã›å°Žç·šï¼ˆåŸ‹ã‚è¾¼ã¿ç”¨ï¼‰ */
/* ============================ */

.logging-embedded-contact-wrapper {
    width: 100%;
    margin: 60px auto;
    padding: 0 15px;
}

.logging-contact-section {
    background: #efad45;
    border-radius: 10px;
    padding: 30px 30px;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); */
    box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px;
    text-align: center;
}

.logging-contact-header {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 30px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.logging-contact-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.logging-contact-info {
    background: rgba(255, 255, 255, 0.95);
    /* border-radius: 15px; */
    padding: 30px 40px;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
    width: 100%;
    max-width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.logging-contact-content {
    /* flex: 1; */
}

.logging-tel-link-container {
    text-decoration: none;
    display: block;
}

.logging-tel-number {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    /* margin: 0 0 10px 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: color 0.3s;
}

.logging-tel-link-container:hover .logging-tel-number {
    color: #667eea;
}

.logging-tel-number-icon {
    font-size: 28px;
    color: #4a9d3c;
}

.logging-tel-details {
    color: #666;
    font-size: 16px !important;
    margin: 0;
}

.logging-form-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #3fabcd;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    white-space: nowrap;
    flex-shrink: 0;
}

.logging-form-button:hover {
    background: #0372a9;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.logging-mail-icon {
    font-size: 20px;
}

/* ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ–å¯¾å¿œ */
@media (max-width: 768px) {
    .logging-embedded-contact-wrapper {
        margin: 40px auto;
    }

    .logging-contact-section {
        padding: 30px 20px;
    }

    .logging-contact-header {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .logging-contact-info {
        padding: 20px 25px;
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .logging-tel-number {
        font-size: 26px;
    }

    .logging-tel-number-icon {
        font-size: 24px;
    }

    .logging-form-button {
        font-size: 16px;
        padding: 15px 30px;
    }
}

@media (max-width: 480px) {
    .logging-contact-header {
        font-size: 18px;
    }

    .logging-tel-number {
        font-size: 22px;
        flex-direction: column;
        gap: 5px;
    }

    .logging-form-button {
        font-size: 15px;
        padding: 12px 25px;
    }
}

.yatsugatake-bassai-section {padding-top: 60px;margin-top: 160px;background-color: #e9f3eb;padding-bottom: 50px;margin-bottom: 40px;}

.problem-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 100px;
  }
  
  /* カードのスタイル */
  .problem-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(33.333% - 20px);
    box-sizing: border-box;
  }
  
  /* 吹き出しのスタイル */
  .problem-balloon {
    position: relative;
    background: #f7f7f7;
    border: 1px solid #efefef;
    border-radius: 7px;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .problem-balloon ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  
  .problem-balloon li {
    margin-bottom: 8px;
    margin-top: 20px;
    font-size: 1.0rem;
    line-height: 1.8;
  }
  
  /* 吹き出しの尻尾 */
  .problem-balloon:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #f9f9f9 transparent transparent;
  }
  
  .problem-balloon:before {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 11px 11px 0;
    border-style: solid;
    border-color: #e3e3e3 transparent transparent;
  }
  
  /* 人物のイラスト */
  .problem-person img {
    width: 65%;
    height: auto;
    margin-top: 10px;
  }
  
  /* メディアクエリ：スマホ対応 */
  @media (max-width: 768px) {
    .problem-container {
      flex-direction: column;
      align-items: center;
      gap: 0px;
      margin-top: 15px;
    }
    
    .problem-card {
      width: 90%;
      max-width: 400px;
    }
  }
  /* --- オプション詳細 --- */
.option-service-block {
    background-color: #fff;
}

.option-grid-detail {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
}

.option-card-detail {
    flex: 1;
    max-width: 500px;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff3e0; /* 薄いオレンジ系 */
    border-left: 5px solid #ff9800;
}

.option-card-detail h3 {
    font-size: 24px !important;
    margin-top: 0 !important;
    color: #e16a12;
    margin-top: 0;
}

/* メリットセクションの横並びレイアウト */
.merit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    /* margin-top: 40px; */
    /* width: 1000px; */
    /* max-width: 1000px; */
}

.merit-block {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* width: 100%; */
}

.merit-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.merit-image {
    margin-bottom: 20px;
    border-radius: 8px;
    /* overflow: hidden; */
}

.merit-image img {
    width: 100%;
    /* height: 200px; */
    object-fit: cover;
    transition: transform 0.3s ease;
}

.merit-image img:hover {
    transform: scale(1.05);
}

.merit-h3 {
    font-size: 19px !important;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left !important;
    margin-top: 10px !important;
}

.merit-block p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.point-emphasis {
    background-color: #f8f9fa;
    padding: 10px 15px;
    border-left: 4px solid #5fcb45;
    font-weight: bold;
    color: #2c3e50;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .example-grid-service, .option-grid-detail {
        flex-direction: column;
    }
    
    .merit-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .merit-block {
        padding: 20px;
    }
    
    .merit-image img {
        height: 150px;
    }
}

.feature-callout {
    /* font-style: italic; */
    font-weight: bold;
    color: #ff7a04 !important;
    margin-top: 20px;
    padding: 10px;
    border: 1px dashed #ff7a04;
    border-radius: 5px;
}

.feature-callout-01 {
        /* font-style: italic; */
        font-weight: bold;
        color: #233ab9 !important;
        margin-top: 20px;
        padding: 10px;
        border: 1px dashed #233ab9;
        border-radius: 5px;
}
.problem-person {
    width: 350px;
}