.internal_medicine_page {
    font-size: 1rem;
}

.medical_page {
    font-size: 1rem;
}

.hepatology_hero_title_break {
    display: none;
}

.hepatology_virus_title_break,
.hepatology_fib4_title_break {
    display: none;
}

.medical_intro,
.medical_symptoms,
.medical_message {
    padding: 0 0 clamp(4rem, 8vw, 7rem);
}

.medical_intro > .wrap > p {
    margin-top: clamp(1.5rem, 3vw, 2.5rem);
    color: #231815;
    font-size: 1rem;
    line-height: 1.8;
}

.medical_section_title {
    display: flex;
    align-items: center;
    gap: clamp(1.5rem, 3vw, 3rem);
    color: #231815;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
}

.medical_section_title::after {
    flex: 1;
    height: 1px;
    background: #6f675d;
    content: '';
}

.medical_tag_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: clamp(1.25rem, 2.5vw, 2rem);
}

.medical_tag_list span {
    display: inline-flex;
    min-height: 2.25rem;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 1.5rem;
    border: 1px solid currentColor;
    border-radius: 6.25rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

.medical_tag_list--blue { color: #036; }
.medical_tag_list--blue span { background: #c6f1ff; }
.medical_tag_list--coral { color: #bf4c36; }
.medical_tag_list--coral span { background: #f2e1d8; }
.medical_tag_list--green { color: #1e8100; }
.medical_tag_list--green span { background: #d7ef73; }

.medical_message .wrap {
    padding: clamp(1.5rem, 3vw, 2.5rem);
    background: #faf5eb;
    text-align: center;
}

.medical_message p {
    color: #231815;
    font-size: 1rem;
    line-height: 1.8;
}

.placenta_intro {
    padding: 0 0 clamp(4rem, 8vw, 7rem);
}

.placenta_intro_content {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.65fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
    margin-top: clamp(2rem, 4vw, 3.5rem);
}

.placenta_intro_content p {
    color: #231815;
    font-size: 1rem;
    line-height: 1.65;
}

.placenta_intro_content p + p {
    margin-top: 1.25rem;
}

.placenta_intro_content img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.placenta_symptoms {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #faf5eb;
}

.placenta_symptoms .medical_section_title {
    color: #0996e2;
}

.placenta_symptoms_title_break {
    display: none;
}

.placenta_pricing {
    padding: clamp(4rem, 8vw, 7rem) 0;
}

.placenta_pricing_notes {
    margin-top: clamp(2rem, 4vw, 3.5rem);
    color: #231815;
    font-size: 1rem;
    line-height: 1.65;
}

.placenta_pricing h3 {
    margin-top: clamp(2.5rem, 5vw, 4rem);
    color: #231815;
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 700;
    line-height: 1.5;
}

.placenta_fee_table_wrap {
    width: min(100%, 41.75rem);
    margin-top: 1rem;
}

.placenta_fee_table {
    width: 100%;
    border-collapse: collapse;
    color: #231815;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

.placenta_fee_table th,
.placenta_fee_table td {
    padding: 0.65rem 1.25rem;
    border: 1px solid #000;
    text-align: left;
    vertical-align: middle;
}

.placenta_fee_table thead th {
    background: #c6f1ff;
    color: #036;
    font-weight: 500;
    text-align: center;
}

.placenta_fee_table tbody th {
    font-weight: 400;
}

.placenta_fee_table td {
    font-weight: 700;
}

.gastro_intro,
.gastro_gastritis,
.gastro_endoscopy {
    padding: 0 0 clamp(4rem, 8vw, 7rem);
}

.gastro_intro_title_break {
    display: none;
}

.gastro_intro_content,
.gastro_gastritis_content,
.gastro_endoscopy_intro,
.gastro_endoscopy_equipment {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.65fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
    margin-top: clamp(2rem, 4vw, 3.5rem);
}

.gastro_intro_content p,
.gastro_gastritis_content p,
.gastro_gastritis > .wrap > p,
.gastro_endoscopy p {
    color: #231815;
    font-size: 1rem;
    line-height: 1.65;
}

.gastro_intro_content p + p,
.gastro_gastritis_content p + p,
.gastro_endoscopy p + p {
    margin-top: 1.25rem;
}

.gastro_intro_content img,
.gastro_gastritis_content img,
.gastro_endoscopy_intro img,
.gastro_endoscopy_equipment img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.gastro_intro_content img {
    border: 1px solid #231815;
}

.gastro_diseases {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #faf5eb;
}

.gastro_diseases .medical_section_title {
    color: #0996e2;
}

.medical_tag_list .medical_tag_other {
    padding-right: 0;
    padding-left: 0;
    border: 0;
    background: transparent;
    color: #231815;
}

.gastro_cancer {
    padding: clamp(4rem, 8vw, 7rem) 0;
}

.gastro_cancer h2 {
    color: #231815;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 500;
    text-align: center;
}

.gastro_cancer_title_break {
    display: none;
}

.gastro_cancer_groups {
    display: grid;
    grid-template-columns: repeat(2, auto);
    width: fit-content;
    gap: clamp(2rem, 4vw, 4rem);
    max-width: calc(100% - 2rem);
    margin: clamp(2rem, 4vw, 3rem) auto 0;
}

.gastro_cancer_group {
    display: grid;
    grid-template-columns: 6rem minmax(0, 1fr);
    gap: 1.25rem;
    align-items: center;
}

.gastro_cancer_group h3 {
    display: flex;
    width: 6rem;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: #0996e2;
    font-size: 1.125rem;
    font-weight: 500;
}

.gastro_cancer_group h3 img {
    width: 100%;
    height: auto;
}

.gastro_cancer_group--female h3 {
    color: #9d0000;
}

.gastro_cancer_group ol { counter-reset: ranking; }
.gastro_cancer_group li { position: relative; display: grid; grid-template-columns: 3.5rem 10rem max-content; gap: 0.75rem; align-items: center; min-height: 2.5rem; color: #231815; font-size: 1.5625rem; font-weight: 500; }
.gastro_cancer_group li::before { display: inline-grid; width: 3.5rem; min-width: 3.5rem; min-height: 2rem; place-items: center; background: #1674ab; color: #fff; content: counter(ranking) '位'; counter-increment: ranking; font-size: 1rem; white-space: nowrap; }
.gastro_cancer_group--female li::before { background: #a70000; }
.gastro_cancer_group li.is-gastro::after { position: absolute; right: 0; bottom: 0.25rem; left: 4.25rem; z-index: 0; height: 1rem; background: rgba(255, 244, 101, 0.50); content: ''; }
.gastro_cancer_group li > span,
.gastro_cancer_group li strong,
.gastro_cancer_group li em { position: relative; z-index: 1; white-space: nowrap; }
.gastro_cancer_count { display: flex; gap: 0.75rem; align-items: center; }
.gastro_cancer_group strong { margin-left: 0; font-weight: 500; text-align: right; }
.gastro_cancer_group em { color: #9d0000; font-size: 0.75rem; font-style: normal; font-weight: 700; }
.gastro_cancer_source { margin-top: 1.5rem; color: #231815; font-size: 0.75rem; text-align: center; }
.gastro_cancer_note { margin-top: 1.5rem; padding: clamp(1.5rem, 3vw, 2.5rem); background: #faf5eb; color: #231815; text-align: center; }
.gastro_cancer_note strong { color: #9d0000; font-size: 1rem; }
.gastro_cancer_note p { margin-top: 1rem; font-size: 1rem; line-height: 1.65; }

.gastro_gastritis_content { grid-template-columns: minmax(16rem, 0.7fr) minmax(0, 1fr); }
.gastro_gastritis_lead { margin: clamp(1.5rem, 3vw, 2.5rem) 0; color: #0996e2 !important; font-size: clamp(1.125rem, 2vw, 1.5rem) !important; font-weight: 500; text-align: center; }
.gastro_gastritis h3, .gastro_endoscopy h3 { margin-top: clamp(2rem, 4vw, 3.5rem); color: #231815; font-size: clamp(1.25rem, 2.5vw, 1.5625rem); font-weight: 500; line-height: 1.5; }
.gastro_gastritis h3 + p { margin-top: 1.25rem; }
.gastro_pylori_content { margin-top: 1.25rem; }
.gastro_pylori_content p { color: #231815; font-size: 1rem; line-height: 1.65; }
.gastro_pylori_content p + p { margin-top: 1.25rem; }

.gastro_endoscopy_intro { grid-template-columns: minmax(16rem, 0.65fr) minmax(0, 1fr); }
.gastro_endoscopy_equipment { grid-template-columns: minmax(16rem, 0.65fr) minmax(0, 1fr); }
.gastro_endoscopy_equipment img { border: 1px solid #6f675d; }
.gastro_endoscopy_equipment > div { display: flex; flex-direction: column; }
.gastro_endoscopy_notice { padding: 1rem; background: #faf5eb; color: #9d0000 !important; font-weight: 700; }
.gastro_endoscopy_button { margin: 1.5rem 0 0 auto; }

.hepatology_intro {
    padding: 0 0 clamp(4rem, 8vw, 7rem);
}

.hepatology_intro_content {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.65fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
    margin-top: clamp(2rem, 4vw, 3.5rem);
}

.hepatology_intro_content p {
    color: #231815;
    font-size: 1rem;
    line-height: 1.65;
}

.hepatology_intro_content p + p {
    margin-top: 1.25rem;
}

.hepatology_intro_content img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hepatology_diseases {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #faf5eb;
}

.hepatology_diseases .medical_section_title {
    color: #0996e2;
}

.hepatology_checks {
    padding: clamp(4rem, 8vw, 7rem) 0;
}

.hepatology_checks > .wrap > h2 {
    color: #231815;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 500;
    text-align: center;
}

.hepatology_checks_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: clamp(2rem, 4vw, 3.5rem);
}

.hepatology_checks_list > article {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 clamp(1.5rem, 4vw, 4rem);
}

.hepatology_checks_list > article + article {
    border-left: 1px solid #6f675d;
}

.hepatology_checks_list > article > img {
    width: clamp(5rem, 10vw, 7.5rem);
    height: auto;
}

.hepatology_checks_list h3 {
    margin-top: 1rem;
    color: #0996e2;
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: 500;
}

.hepatology_check_content {
    width: 100%;
    margin-top: 1rem;
    padding: clamp(1.25rem, 2.5vw, 2rem);
    background: #faf5eb;
}

.hepatology_check_content p {
    color: #231815;
    font-size: 1rem;
    line-height: 1.65;
}

.hepatology_check_content h4 {
    color: #231815;
    font-size: 1rem;
    font-weight: 700;
}

.hepatology_check_content h4 + p {
    margin-top: 0.5rem;
}

.hepatology_check_content .btn {
    display: flex;
    width: fit-content;
    margin: 1.25rem auto;
}

.hepatology_reference {
    width: 100%;
    margin-top: 1rem;
    color: #231815;
    font-size: 0.75rem;
    line-height: 1.55;
}

.hepatology_virus_test {
    padding: 0 0 clamp(4rem, 8vw, 7rem);
}

.hepatology_virus_test_content {
    display: grid;
    grid-template-columns: minmax(12rem, 0.45fr) minmax(0, 1fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: start;
    margin-top: clamp(2rem, 4vw, 3.5rem);
}

.hepatology_virus_test_content img {
    width: 100%;
    max-width: 18rem;
    height: auto;
}

.hepatology_virus_test_content p {
    color: #231815;
    font-size: 1rem;
    line-height: 1.65;
}

.hepatology_virus_test_content p + p {
    margin-top: 1.5rem;
}

.hepatology_about {
    padding: 0 0 clamp(4rem, 8vw, 7rem);
}

.hepatology_about > .wrap > p,
.hepatology_role p,
.hepatology_distribution p {
    color: #231815;
    font-size: 1rem;
    line-height: 1.65;
}

.hepatology_about_lead {
    margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.hepatology_about_weight {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.5rem;
    margin-top: 1.5rem;
    padding: 1rem;
    background: #faf5eb;
}

.hepatology_about_weight span {
    color: #0996e2;
    font-size: 1.125rem;
    font-weight: 500;
}

.hepatology_about_weight strong {
    margin-left: 0.25rem;
    color: #231815;
    font-size: 1.125rem;
}

.hepatology_about_images {
    display: flex;
    justify-content: center;
    gap: clamp(1.5rem, 4vw, 3rem);
    margin: clamp(2rem, 4vw, 3.5rem) 0 1.5rem;
}

.hepatology_about_images img {
    width: min(100%, 23.5rem);
    height: auto;
    object-fit: cover;
    border: 1px solid var(--border-color, #231815);
}

.hepatology_role_images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
    margin-top: clamp(2.5rem, 5vw, 4rem);
}

.hepatology_role_images img {
    width: 100%;
    height: auto;
}

.hepatology_role,
.hepatology_distribution {
    margin-top: clamp(2.5rem, 5vw, 4rem);
}

.hepatology_role h3,
.hepatology_distribution h3 {
    margin-top: 1.5rem;
    color: #231815;
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    font-weight: 700;
}

.hepatology_role h3 + p,
.hepatology_distribution h3 + p,
.hepatology_role p + h3,
.hepatology_distribution p + p {
    margin-top: 1rem;
}

.hepatology_role p + p {
    margin-top: 1.5rem;
}

.health_checkup_screening {
    padding: 0 0 clamp(4rem, 8vw, 7rem);
}

.health_checkup_screening_content {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.65fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
    margin-top: clamp(2rem, 4vw, 3.5rem);
}

.health_checkup_screening_content > div > p {
    color: #231815;
    font-size: 1rem;
    line-height: 1.65;
}

.health_checkup_screening_content > img {
    width: min(100%, 23.5rem);
    aspect-ratio: 23.5 / 18.8125;
    height: auto;
    object-fit: cover;
}

.health_checkup_links {
    margin-top: 1.5rem;
    padding: clamp(1.25rem, 3vw, 2.5rem);
    background: #faf5eb;
}

.health_checkup_link_item + .health_checkup_link_item {
    margin-top: 1.25rem;
}

.health_checkup_link_item p {
    color: #231815;
    font-size: 1rem;
    line-height: 1.65;
}

.health_checkup_screening .health_checkup_link_item:first-child p {
    font-weight: 700;
}

.health_checkup_links a {
    display: inline-block;
    margin: 0.25rem 0 0 0.75rem;
    color: #0996e2;
    font-size: 1rem;
    line-height: 1.65;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.15em;
    overflow-wrap: anywhere;
}

.health_checkup_exam {
    padding: 0 0 clamp(4rem, 8vw, 7rem);
}

.health_checkup_exam_intro {
    margin-top: clamp(2rem, 4vw, 3.5rem);
    color: #231815;
    font-size: 1rem;
    line-height: 1.65;
}

.health_checkup_exam_links {
    width: min(100%, 43.5rem);
}

.health_checkup_fee_title {
    margin-top: clamp(2.5rem, 5vw, 4rem);
    color: #231815;
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}

.health_checkup_fee_table_wrap {
    margin-top: 1rem;
    overflow-x: auto;
}

.health_checkup_fee_table {
    width: 100%;
    border-collapse: collapse;
    color: #231815;
    font-size: 1rem;
    line-height: 1.5;
}

.health_checkup_fee_table th,
.health_checkup_fee_table td {
    padding: 0.65rem 1.25rem;
    border: 1px solid #000;
    text-align: left;
    vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
}

.health_checkup_fee_table th {
    width: 50%;
    font-weight: 400;
}

.health_checkup_fee_table td {
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    .gastro_intro_content,
    .gastro_gastritis_content,
    .gastro_endoscopy_intro,
    .gastro_endoscopy_equipment,
    .hepatology_intro_content {
        gap: clamp(1.5rem, 4vw, 2.5rem);
    }

    .gastro_cancer_groups {
        gap: clamp(1.5rem, 3vw, 2.5rem);
    }

    .gastro_cancer_group li {
        grid-template-columns: 3rem 8rem max-content;
        gap: 0.5rem;
        font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    }

    .gastro_cancer_group li::before {
        width: 3rem;
        min-width: 3rem;
    }

    .gastro_cancer_group li.is-gastro::after {
        left: 3.5rem;
    }
}

@media screen and (max-width: 768px) {
    .gastro_intro_content,
    .gastro_gastritis_content,
    .gastro_endoscopy_intro,
    .gastro_endoscopy_equipment,
    .gastro_cancer_groups,
    .hepatology_intro_content,
    .health_checkup_screening_content,
    .placenta_intro_content {
        grid-template-columns: 1fr;
    }

    .hepatology_virus_test_content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .hepatology_virus_test_content img {
        margin: 0 auto;
    }

    .hepatology_checks_list {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .hepatology_checks_list > article + article {
        padding-top: 3rem;
        border-top: 1px solid #6f675d;
        border-left: 0;
    }

    .gastro_cancer_groups {
        width: 100%;
    }

    .gastro_cancer_group {
        width: min(100%, 34rem);
        margin: 0 auto;
    }

    .gastro_intro_content img,
    .gastro_gastritis_content img,
    .gastro_endoscopy_intro img,
    .gastro_endoscopy_equipment img,
    .hepatology_intro_content img,
    .health_checkup_screening_content > img,
    .placenta_intro_content img {
        max-width: 32rem;
        margin: 0 auto;
    }
}

@media screen and (max-width: 640px) {
    .hepatology_hero_title_break {
        display: inline;
    }

    .hepatology_virus_title_break {
        display: block;
        flex-basis: 100%;
        height: 0;
    }

    .hepatology_fib4_title_break {
        display: inline;
    }

    .gastro_intro,
    .gastro_gastritis,
    .gastro_endoscopy {
        padding-bottom: 4rem;
    }

    .gastro_intro_content,
    .gastro_gastritis_content,
    .gastro_endoscopy_intro,
    .gastro_endoscopy_equipment,
    .hepatology_intro_content,
    .placenta_intro_content {
        gap: 1.5rem;
        margin-top: 1.5rem;
    }

    .gastro_intro_content p,
    .gastro_gastritis_content p,
    .gastro_pylori_content p,
    .gastro_endoscopy p {
        line-height: 1.75;
    }

    .placenta_intro {
        padding-bottom: 4rem;
    }

    .placenta_intro_content p {
        line-height: 1.75;
    }

    .placenta_symptoms_title_break {
        display: inline;
    }

    .placenta_pricing_notes {
        line-height: 1.75;
    }

    .placenta_fee_table th,
    .placenta_fee_table td {
        padding: 0.65rem 0.75rem;
        font-size: 0.875rem;
    }

    .gastro_diseases {
        padding: 2.5rem 0;
    }

    .medical_tag_list {
        gap: 0.5rem;
    }

    .medical_tag_list span {
        min-height: 2rem;
        padding: 0.25rem 0.875rem;
        font-size: 0.875rem;
    }

    .hepatology_about_images {
        flex-direction: column;
        align-items: center;
    }

    .hepatology_role_images {
        grid-template-columns: 1fr;
    }

    .gastro_intro_title_break {
        display: block;
        flex-basis: 100%;
        height: 0;
    }

    .gastro_cancer h2 {
        line-height: 1.4;
    }

    .gastro_cancer_title_break {
        display: inline;
    }

    .gastro_cancer_group { grid-template-columns: 1fr; }
    .gastro_cancer_group h3 { width: 5rem; margin: 0 auto; }
    .gastro_cancer_groups { gap: 1.5rem; }

    .gastro_cancer_group li {
        grid-template-columns: 2.5rem minmax(5rem, 6rem) minmax(0, 1fr);
        grid-template-rows: auto;
        gap: 0.5rem;
        min-height: 2.5rem;
        font-size: clamp(1rem, 5vw, 1.25rem);
    }

    .gastro_cancer_group li::before {
        grid-row: auto;
        width: 2.5rem;
        min-width: 2.5rem;
        min-height: 1.8rem;
        font-size: 0.875rem;
    }

    .gastro_cancer_count {
        grid-column: 3;
        grid-row: auto;
        gap: 0.35rem;
        min-width: 0;
        flex-wrap: nowrap;
    }

    .gastro_cancer_group em { font-size: 0.625rem; }

    .gastro_cancer_group li.is-gastro::after {
        top: auto;
        right: 0;
        bottom: 0.2rem;
        left: 3rem;
        height: 0.85rem;
    }

    .gastro_cancer_note {
        padding: 1.5rem 1rem;
    }

    .health_checkup_exam_intro {
        margin-top: 1.5rem;
        line-height: 1.75;
    }

    .health_checkup_exam_links {
        width: 100%;
    }

    .health_checkup_fee_table {
        font-size: 0.875rem;
    }

    .health_checkup_fee_table th,
    .health_checkup_fee_table td {
        padding: 0.65rem 0.75rem;
        text-align: end;
    }

    .health_checkup_screening_content > img {
        width: 100%;
    }

    .health_checkup_fee_table_wrap {
        overflow: visible;
    }


}

@media screen and (max-width: 375px) {
    .gastro_cancer_group li {
        grid-template-columns: 2.25rem 4.75rem minmax(0, 1fr);
        gap: 0.35rem;
        font-size: 1rem;
    }

    .gastro_cancer_group li::before {
        width: 2.25rem;
        min-width: 2.25rem;
        font-size: 0.75rem;
    }

    .gastro_cancer_group em {
        font-size: 0.5625rem;
    }

    .gastro_cancer_group li.is-gastro::after {
        left: 2.6rem;
    }
}

@media screen and (max-width: 640px) {
    .hepatology_intro,
    .hepatology_virus_test,
    .hepatology_about {
        padding-bottom: 4rem;
    }

    .hepatology_intro_content,
    .hepatology_virus_test_content {
        gap: 1.5rem;
        margin-top: 1.5rem;
    }

    .hepatology_intro_content p,
    .hepatology_virus_test_content p,
    .hepatology_about > .wrap > p,
    .hepatology_role p,
    .hepatology_distribution p {
        line-height: 1.75;
    }

    .hepatology_checks {
        padding: 4rem 0;
    }

    .hepatology_checks_list {
        gap: 2.5rem;
        margin-top: 1.5rem;
    }

    .hepatology_checks_list > article,
    .hepatology_checks_list > article + article {
        padding-right: 0;
        padding-left: 0;
    }

    .hepatology_checks_list > article + article {
        padding-top: 2.5rem;
    }

    .hepatology_check_content .btn {
        width: 100%;
    }

    .hepatology_about_weight {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
        padding: 1rem;
    }

    .hepatology_about_weight span {
        font-size: clamp(0.875rem, 4vw, 1.125rem);
        text-align: left;
    }

    .hepatology_about_weight strong {
        display: block;
        margin: 0.25rem 0 0;
        font-size: clamp(0.875rem, 4vw, 1.125rem);
    }

    .hepatology_about_images,
    .hepatology_role_images {
        gap: 1.5rem;
        margin-top: 2rem;
    }

    .hepatology_about_images img {
        width: 100%;
    }

    .hepatology_reference {
        font-size: 0.6875rem;
        overflow-wrap: anywhere;
    }
}

.internal_medicine_intro,
.internal_medicine_general,
.internal_medicine_lifestyle {
    padding: 0 0 clamp(4rem, 8vw, 7rem);
}

.internal_medicine_general {
    margin-top: clamp(4rem, 4vw, 6rem);
}

.internal_medicine_section_title {
    display: flex;
    align-items: center;
    gap: clamp(1.5rem, 3vw, 3rem);
    color: #231815;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
}

.internal_medicine_section_title::after {
    flex: 1;
    height: 1px;
    background: #6f675d;
    content: '';
}

.internal_medicine_intro_content,
.internal_medicine_lifestyle_content {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: start;
    margin-top: clamp(2rem, 5vw, 4rem);
}

.internal_medicine_intro_content h3,
.internal_medicine_lifestyle_content h3,
.internal_medicine_general_list h3 {
    color: #0996e2;
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: 500;
    line-height: 1.5;
}

.internal_medicine_intro_content p,
.internal_medicine_general_list p,
.internal_medicine_lifestyle_content p {
    margin-top: 1.5rem;
    color: #231815;
    font-size: 1rem;
    line-height: 1.65;
}

.internal_medicine_intro_content p + p,
.internal_medicine_general_list p + p,
.internal_medicine_lifestyle_content p + p {
    margin-top: 1.25rem;
}

.internal_medicine_lifestyle_content .internal_medicine_lifestyle_emphasis {
    font-weight: 700;
}

.internal_medicine_intro_content img,
.internal_medicine_lifestyle_content > img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.internal_medicine_diseases {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #faf5eb;
}

.internal_medicine_diseases .internal_medicine_section_title {
    color: #0996e2;
}

.internal_medicine_symptom_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: clamp(1.25rem, 2.5vw, 2rem);
}

.internal_medicine_symptom_list span {
    display: inline-flex;
    min-height: 2.25rem;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 1.5rem;
    border: 1px solid #036;
    border-radius: 6.25rem;
    background: #c6f1ff;
    color: #036;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

.internal_medicine_symptom_list .internal_medicine_symptom_other {
    min-height: auto;
    padding: 0.3rem 0;
    border: 0;
    background: transparent;
    color: #231815;
}

.internal_medicine_general_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2rem, 6vw, 8rem);
    margin-top: clamp(2rem, 5vw, 4rem);
}

.internal_medicine_general_list img {
    width: 100%;
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
}

.internal_medicine_general_list h3 {
    margin-top: clamp(1.25rem, 2vw, 2rem);
    text-align: center;
}

.internal_medicine_lifestyle_content {
    grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1fr);
}

.internal_medicine_lifestyle_content p:first-of-type {
    margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
    .internal_medicine_intro_content,
    .internal_medicine_lifestyle_content,
    .internal_medicine_general_list {
        grid-template-columns: 1fr;
    }

    .internal_medicine_intro_content,
    .internal_medicine_lifestyle_content {
        gap: 1.5rem;
    }

    .internal_medicine_intro_content img {
        max-width: 32rem;
        margin: 0 auto;
    }

    .internal_medicine_lifestyle_content > img {
        max-width: 28rem;
        margin: 0 auto;
    }
}

@media screen and (max-width: 640px) {
    .internal_medicine_section_title {
        gap: 1rem;
        font-size: 1.375rem;
    }

    .internal_medicine_symptom_list {
        gap: 0.625rem;
    }

    .internal_medicine_symptom_list span {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

/*---▼掲示事項ページ▼---*/

.notice_intro {
    padding: 0 0 clamp(4rem, 8vw, 7rem);
}

.notice_content > * + * {
    margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.notice_content h3 {
    margin-top: 1.5em;
    color: #0996e2;
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 500;
    line-height: 1.5;
}

.notice_content h3 + h4 {
    margin-top: 1.25rem;
}

.notice_content h4 {
    margin-top: clamp(1.5rem, 3vw, 2rem);
    color: #231815;
    font-size: clamp(1.0625rem, 2vw, 1.125rem);
    font-weight: 500;
    line-height: 1.5;
}

.notice_content h4 + p {
    margin-top: 0.75rem;
}

.notice_content p {
    color: #231815;
    font-size: 1rem;
    line-height: 1.8;
}
