
.service-area h3 {
    color: #2c5173;
    font-size: 20px;
    margin: 30px 0 15px;
    padding: 10px 15px;
    background: #f5f9fc;
    border-left: 5px solid #4d8ac3;
}

.area-intro {
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.8;
}

.primary-area,
.secondary-area,
.area-notice {
    margin-bottom: 40px;
}

.primary-area ul,
.secondary-area ul,
.area-notice ul {
    padding: 0 20px;
}

.primary-area li,
.secondary-area li,
.area-notice li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.primary-area li:before,
.secondary-area li:before,
.area-notice li:before {
    content: "●";
    color: #4d8ac3;
    position: absolute;
    left: 0;
    font-size: 12px;
}

.area-map {
    margin: 40px 0;
}

.map-container {
    background: #f5f9fc;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.map-container p {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.area-contact {
    background: #f5f9fc;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    margin-top: 40px;
}

.contact-info {
    margin-top: 20px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .service-area h2 {
        font-size: 24px;
    }

    .service-area h3 {
        font-size: 18px;
    }

    .area-contact {
        padding: 20px;
    }

    .tel {
        font-size: 20px;
    }
}
