/*         .other-services {
    background-color: #f9f9f9;
    padding: 80px 20px;
} */

        .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            margin-bottom: 50px;
        }

        .section-title h2 {
            font-size: 32px;
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
        }

        .section-title .subtitle {
            font-size: 14px;
            color: #7CB342;
            letter-spacing: 2px;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 40px;
        }

        .service-card {
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            text-decoration: none;
            color: #333;
            display: block;
        }

        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
        }

        .service-card-image {
            width: 100%;
            height: 220px;
            object-fit: cover;
            display: block;
        }

        .service-card-content {
            padding: 20px;
            text-align: center;
        }

        .service-card-title {
            font-size: 20px;
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
        }

        .service-card-description {
            font-size: 14px;
            color: #666;
            line-height: 1.8;
        }

        .cta-section {
            text-align: center;
            margin-top: 50px;
        }

        .cta-text {
            font-size: 16px;
            color: #666;
            margin-bottom: 30px;
            line-height: 1.8;
        }

        .cta-button {
            display: inline-block;
            background-color: #FF9800;
            color: #fff;
            padding: 18px 50px;
            border-radius: 50px;
            text-decoration: none;
            font-size: 16px;
            font-weight: bold;
            transition: background-color 0.3s ease, transform 0.2s ease;
            box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3);
        }

        .cta-button:hover {
            background-color: #F57C00;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 152, 0, 0.4);
        }

        .cta-button::after {
            content: '›';
            margin-left: 10px;
            font-size: 20px;
        }

        /* タブレット対応 (1024px以下) */
        @media screen and (max-width: 1024px) {
/*             .other-services {
    padding: 60px 20px;
} */

            .section-title h2 {
                font-size: 28px;
            }

            .services-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }

            .service-card-image {
                height: 200px;
            }

            .service-card-title {
                font-size: 18px;
            }

            .cta-button {
                padding: 16px 40px;
                font-size: 15px;
            }
        }

        /* スマートフォン対応 (599px以下) */
        @media screen and (max-width: 599px) {
/*             .other-services {
    padding: 40px 15px;
} */

            .section-title {
                margin-bottom: 30px;
            }

            .section-title h2 {
                font-size: 24px;
            }

            .section-title .subtitle {
                font-size: 12px;
            }

            .services-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .service-card-image {
                height: 180px;
            }

            .service-card-content {
                padding: 15px;
            }

            .service-card-title {
                font-size: 16px;
            }

            .service-card-description {
                font-size: 13px;
            }

            .cta-section {
                margin-top: 40px;
            }

            .cta-text {
                font-size: 14px;
                margin-bottom: 20px;
            }

            .cta-button {
                padding: 14px 35px;
                font-size: 14px;
                display: block;
                width: 100%;
                max-width: 300px;
                margin: 0 auto;
            }
        }
        
.top-review__flex.pcver.lowerlayerver{
  width: 80%;
  margin: 0px auto 50px;
}

.title02.ta-c{
  text-align: center;
}

.worriesbox{
  background: #fff;
  padding: 20px;
  width: 80%;
  margin: auto;  
}

/* .marker {
    background: linear-gradient(transparent 60%, #ff021345 60%);
} */

.symptomstest h3{
  padding-left: 0px;
}

.box .fw-bold{
  font-weight: bold;  
}

.box .pink-txt{
  color: #eb5e67;
}

.title03{
  border-left: 5px solid #ef7880;
}

@media screen and (max-width:599px) {
 .worriesbox{
  width: 100%;
}

.simptons h3{
  font-size: 20px;
}

.symptomstest h4{
  font-size: 18px;
}
}

.title-another{
  border-bottom: dashed 3px #eb5e67;
  margin-bottom: 30px;
  padding-left: 0px;
}

.simptons ul .link a{
  color: #eb5e67;
}
