@charset "utf-8";
/* CSS Document */

/*
Theme Name: 静岡市静岡医師会
URI: https://www.shizuoka.shizuoka.med.or.jp
Author: 静岡市静岡医師会
Description: 静岡市静岡医師会
Version:2016.03 vol.01
Template Name: e2net
.
*/

/* CSS Document */
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    line-height: 1.8;
    color: #333;
    background-color: #f8f9fa;
}
div:after {
    content: none!important;
}

/* コンテナ */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.sub {
    background: none!important;
}
.sub article {
    float: none!important;
    width: 100%!important;
}

/* ========================================
   クイックチェックバナー
   ======================================== */
.quick-check-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3rem 1rem;
    margin: -1rem -1rem 2rem -1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.quick-check-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}
.quick-check-title {
    color: white;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    text-align: center;
}
.quick-check-subtitle {
    text-align: center;
    opacity: 0.95;
    margin-bottom: 2rem;
}
.criteria-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.criteria-item {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    border: 2px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
}
.criteria-item:hover {
    background: rgba(255,255,255,0.25);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.criteria-icon {
    font-size: 2.5rem;
    margin-right: 1rem;
    flex-shrink: 0;
}
.criteria-content h4 {
    color: white;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}
.criteria-value {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}
.criteria-value strong {
    color: #ffd700;
    font-size: 1.1em;
}
.quick-action-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}
.btn {
    display: inline-block;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
}
.btn-cta {
    background: #ffd700;
    color: #333;
    font-weight: 700;
    padding: 1rem 2rem;
    font-size: 1.1rem;
}
.btn-cta:hover {
    background: #ffed4e;
    color: #333!important;
    text-decoration: none!important;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255,215,0,0.4);
}
.btn-secondary-cta {
    background: white;
    color: #667eea;
    font-weight: 700;
    padding: 1rem 2rem;
    font-size: 1.1rem;
}
.btn-secondary-cta:hover {
    background: #f0f0f0;
    color: #667eea!important;
    text-decoration: none!important;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255,255,255,0.4);
}
.btn-outline {
    background: transparent;
    color: white;
    border: 2px solid white;
    font-weight: 600;
    padding: 1rem 2rem;
    font-size: 1.1rem;
}
.btn-outline:hover {
    background: white;
    color: #667eea;
}
.btn-large {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
}
.calculator-note {
    text-align: center;
    padding: 1rem;
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    font-size: 0.9rem;
}
.calculator-note p {
    margin: 0;
}

/* ========================================
   ヘッダー
   ======================================== */
.site-header {
    background: #0056b3;
    border: 1px solid #0056b3;
    color: #fff;
    font-weight: 700;
    padding: .5em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: auto;
    max-width: 1200px;
    width: 95%;
}
.logo-section .title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.sidenav {
    border: 1px solid #0056b3;
    float: none;
    font-family: auto;
    font-weight: bold;
    line-height: 1.2em;
    margin: auto;
    max-width: 1200px;
    width: 95%;
}
.sidenav ul {
    display: grid;
    font-size: .9em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.sidenav li a {
    /*background: url(img/coop/arrow01.png) no-repeat 10px center #fff;*/
    background: #fff!important;
    border-bottom: none!important;
    color: #0056b3;
    height: 100%;
    padding: 1em .5em;
    display: block;
    text-align: center;
}
.sidenav li a:hover {
    text-decoration: underline;
}

/* パンくずリスト */
.breadcrumbs {
    background-color: #e9ecef;
    padding: 12px 0;
    font-size: 0.9rem;
    border-bottom: 1px solid #dee2e6;
}
.breadcrumbs a, .breadcrumbs a span {
    color: #2c5f7f;
    text-decoration: none;
    transition: color 0.3s;
}
.breadcrumbs a:hover {
    color: #1a4d6b;
    text-decoration: underline;
}
.breadcrumbs span {
    color: #6c757d;
}

/* -----------------------------------------------------------
メインコンテンツ
----------------------------------------------------------- */
.main-content {
    padding: 40px 0 60px;
}

/* ページタイトルセクション */
.page-title-section {
    text-align: center;
    padding: 40px 0;
    background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
    border-radius: 8px;
    margin-bottom: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.page-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a4d6b;
    margin-bottom: 10px;
}
.launch-date {
    font-size: 1rem;
    color: #d32f2f;
    font-weight: 600;
    background-color: #fff3cd;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 20px;
    border: 2px solid #ffc107;
}

/* 導入文 */
.intro-section {
    margin-bottom: 40px;
}
.lead-text {
    font-size: 1.1rem;
    line-height: 2;
    color: #495057;
    padding: 25px;
    background-color: #fff;
    border-left: 5px solid #2c5f7f;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* コンテンツセクション */
.content-section {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a4d6b;
    padding-bottom: 15px;
    border-bottom: 3px solid #2c5f7f;
    margin-bottom: 30px;
}
.subsection {
    margin-bottom: 30px;
}
.subsection p {
    margin-bottom: 15px;
    line-height: 1.9;
}
.subsection-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c5f7f;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 4px solid #2c5f7f;
}

/* 課題ボックス */
.issue-box {
    background-color: #f8f9fa;
    padding: 20px 25px;
    margin-bottom: 20px;
    border-radius: 6px;
    border-left: 4px solid #17a2b8;
}
.issue-box h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #17a2b8;
    margin-bottom: 12px;
}
.issue-box p {
    font-size: 0.95rem;
    line-height: 1.8;
    margin: 0;
}

/* ハイライトボックス */
.highlight-box {
    background: linear-gradient(135deg, #fff3cd 0%, #ffe69c 100%);
    padding: 25px;
    border-radius: 8px;
    border: 2px solid #ffc107;
    box-shadow: 0 3px 10px rgba(255, 193, 7, 0.2);
}
.highlight-box p {
    margin: 0;
    font-size: 1rem;
}

/* 図表セクション */
.diagram-section {
    margin: 40px 0;
}
.diagram-section h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c5f7f;
    margin-bottom: 20px;
    text-align: center;
}
.diagram-container {
    text-align: center;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 2px dashed #dee2e6;
}
.system-diagram {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.diagram-caption {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #6c757d;
    font-style: italic;
}

/* 紹介基準ボックス */
.criteria-box {
    background-color: #e7f3ff;
    padding: 25px;
    border-radius: 8px;
    border: 2px solid #2c5f7f;
    margin-top: 20px;
}
.criteria-list {
    list-style: none;
    padding-left: 0;
}
.criteria-list > li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
.criteria-list > li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2c5f7f;
    font-weight: bold;
    font-size: 1.2rem;
}
.criteria-list ul {
    margin-top: 10px;
    padding-left: 20px;
}
.criteria-list ul li {
    margin-bottom: 8px;
    list-style-type: disc;
    color: #495057;
}

/* フローステップ */
.flow-steps {
    margin-top: 30px;
}
.flow-step {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    padding: 25px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border-left: 5px solid #28a745;
    transition: transform 0.3s, box-shadow 0.3s;
}
.flow-step:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.step-number {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #28a745 0%, #20853a 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 3px 8px rgba(40, 167, 69, 0.3);
}
.step-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #28a745;
    margin-bottom: 12px;
}
.step-content p {
    margin: 0;
    line-height: 1.8;
}

/* ダウンロードセクション */
.download-section {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid #e9ecef;
}
.download-category-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a4d6b;
    margin: 2rem 0 1.5rem;
    padding-left: 15px;
    border-left: 4px solid #667eea;
}
.download-box {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    border: 2px solid #2196f3;
}
.download-note {
    font-size: 1rem;
    color: #d32f2f;
    font-weight: 600;
    margin-bottom: 20px;
}
.btn-download {
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1rem;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
}
.btn-download:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(33, 150, 243, 0.4);
}
.btn-icon {
    margin-right: 8px;
    font-size: 1.2rem;
}
.icon {
    margin-right: 0.5rem;
}

/* 連携パスカード */
.pass-download-section {
    display: grid;
    gap: 2rem;
    margin: 2rem 0;
}
.pass-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.pass-card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}
.pass-card-header {
    padding: 1.5rem;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.pass-card-header.primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.pass-card-header.secondary {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}
.pass-card-header.tertiary {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}
.pass-card-header h4 {
    margin: 0;
    color: white;
    font-size: 1.3rem;
}
.badge {
    background: rgba(255,255,255,0.3);
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}
.pass-card-body {
    padding: 1.5rem;
    background: white;
}
.pass-card-body p {
    margin-bottom: 0.8rem;
}
.pass-card-body ul {
    margin: 0.5rem 0 1rem 1.5rem;
}
.pass-card-body li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}
.button-group {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}
.btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}
.btn-primary:hover {
    background: linear-gradient(135deg, #5568d3 0%, #63358a 100%);
    color: white!important;
    text-decoration: none!important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}
.btn-secondary {
    background: #f8f9fa;
    color: #667eea;
    border: 2px solid #667eea;
    padding: .6em 1em;
}
.btn-secondary:hover {
    background: #667eea;
    color: white;
    text-decoration: none!important;
    transform: translateY(-2px);
}

/* インフォボックス */
.info-box {
    padding: 1.5rem;
    border-radius: 8px;
    margin: 1.5rem 0;
}
.info-box.warning {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
}
.info-box.info {
    background: #e7f3ff;
    border-left: 4px solid #2196f3;
}
.info-box h4 {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}
.info-box ul {
    margin: 0.5rem 0 0 1.5rem;
}
.info-box li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

/* コンタクトボックス */
.contact-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    margin: 2rem 0;
}
.contact-box h4 {
    color: white;
    margin-bottom: 1rem;
}
.contact-box p {
    margin: 0;
    line-height: 1.8;
}

/* 医療機関リスト */
.facilities-section {
    margin-top: 20px;
}
.facilities-list ul {
    list-style: none;
    padding-left: 0;
}
.facilities-list li {
    padding: 12px 15px;
    margin-bottom: 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
    border-left: 4px solid #2c5f7f;
    transition: background-color 0.3s;
}
.facilities-list li:hover {
    background-color: #e9ecef;
}
.facilities-list a {
    color: #2c5f7f;
    text-decoration: none;
    font-weight: 500;
}
.facilities-list a:hover {
    text-decoration: underline;
}

/* 参考リンク */
.reference-links {
    margin-top: 20px;
}
.link-list {
    list-style: none;
    padding-left: 0;
}
.link-list li {
    margin-bottom: 15px;
    padding-left: 30px!important;
    position: relative;
}
.link-list li::before {
    content: "🔗";
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}
.link-list a {
    color: #2c5f7f;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}
.link-list a:hover {
    color: #1a4d6b;
    text-decoration: underline;
}

/* 関連システムリンク */
.related-systems {
    background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
}
.related-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 30px;
}
.related-link-card {
    display: block;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    color: #2c5f7f;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.related-link-card:hover {
    background-color: #2c5f7f;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(44, 95, 127, 0.3);
}

/* お問い合わせセクション */
.contact-section {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
}
.contact-box {
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    border: 2px solid #4caf50;
}
.contact-info {
    margin-top: 20px;
    padding: 20px;
    background-color: #f1f8f4;
    border-radius: 6px;
    border-left: 4px solid #4caf50;
}
.contact-info p {
    margin-bottom: 8px;
}

/* -----------------------------------------------------------
フッター
----------------------------------------------------------- */
.site-footer {
    background-color: #2c5f7f;
    color: #fff;
    padding: 40px 0 20px;
    text-align: center;
}
.site-footer p {
    margin-bottom: 10px;
}
.footer-note {
    font-size: 0.9rem;
    opacity: 0.9;
}
.print-button {
    background-color: rgb(44, 95, 127);
    border: none;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
    color: white;
    cursor: pointer;
    font-weight: 600;
    padding: 12px 20px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 1;
    transition: 0.3s;
    z-index: 1000;
}

/* -----------------------------------------------------------
レスポンシブデザイン
----------------------------------------------------------- */
@media (max-width: 768px) {
    /* ヘッダー */
    .sidenav ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .main-content {
        padding: 20px 0 60px;
    }
    /* クイックチェックバナー */
    .quick-check-banner {
        padding: 2rem 0;
        margin: -1rem -1rem 2rem -1rem;
    }
    .quick-check-container {
        padding: 0 1rem;
    }
    .quick-check-title {
        font-size: 1.5rem;
    }
    .criteria-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .criteria-item {
        padding: 1rem;
    }
    .criteria-icon {
        font-size: 2rem;
    }
    .quick-action-buttons {
        flex-direction: column;
    }
    .btn-large {
        width: 100%;
    }

    /* ページタイトル */
    .page-title {
        font-size: 1.6rem;
    }
    .launch-date {
        font-size: 0.9rem;
        padding: 6px 15px;
    }

    /* セクション */
    .content-section {
        padding: 25px 20px;
    }
    .section-title {
        font-size: 1.5rem;
    }
    .subsection-title {
        font-size: 1.2rem;
    }
    .download-category-title {
        font-size: 1.1rem;
    }

    /* パスカード */
    .pass-card-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.2rem;
    }
    .pass-card-header h4 {
        font-size: 1.1rem;
    }
    .badge {
        font-size: 0.8rem;
    }
    .pass-card-body {
        padding: 1.2rem;
    }
    .button-group {
        flex-direction: column;
    }
    .button-group .btn {
        width: 100%;
    }

    /* フローステップ */
    .flow-step {
        flex-direction: column;
        gap: 15px;
    }
    .step-number {
        width: 60px;
        height: 60px;
        font-size: 0.8rem;
    }

    /* 関連リンクグリッド */
    .related-links-grid {
        grid-template-columns: 1fr;
    }

    /* ダウンロードボタン */
    .btn-download {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 14px;
    }
    .sidenav li a {
        padding: .5em;
    }
    .page-title {
        font-size: 1.4rem;
    }
    .container {
        padding: 0 15px;
    }
    .content-section {
        padding: 20px 15px;
    }
    .sidenav {
        margin: 0 auto 1.8em auto;
    }
    .sidenav ul {
        font-size: .8em;
    }
}

/* -----------------------------------------------------------
印刷スタイル
----------------------------------------------------------- */
@media print {
    .site-header,
    .breadcrumbs,
    .site-footer,
    .related-systems,
    .quick-action-buttons {
        display: none;
    }
    .quick-check-banner {
        background: white;
        color: black;
        padding: 1rem 0;
        margin: 0 0 2rem 0;
        box-shadow: none;
        border: 2px solid #333;
    }
    .quick-check-container {
        padding: 1rem;
    }
    .quick-check-title,
    .criteria-content h4 {
        color: black !important;
    }
    .criteria-item {
        background: white;
        border: 1px solid #333;
    }
    .calculator-note {
        background: white;
        border: 1px solid #333;
    }
    .main-content {
        padding: 0;
    }
    .content-section {
        box-shadow: none;
        page-break-inside: avoid;
    }
    .pass-card {
        page-break-inside: avoid;
        border: 1px solid #333;
    }
    .pass-card-header {
        background: #f0f0f0 !important;
        color: black !important;
    }
    .pass-card-header h4 {
        color: black !important;
    }
    .contact-box {
        background: #f0f0f0 !important;
        color: black !important;
        border: 1px solid #333;
    }
    .contact-box h4 {
        color: black !important;
    }
    a {
        color: #000;
        text-decoration: none;
    }
    a[href]:after {
        content: " (" attr(href) ")";
        font-size: 0.8rem;
        color: #666;
    }
}