@charset "utf-8";
/*--京pages.css--*/
/* ##########PC########## */
.topicpath_content_title{
    box-sizing: border-box;
    background-image: url('../shared/bg_content_title.png');
    background-size: auto 100%;
    height: 13.75rem;
    padding-top: 1rem;
    padding-bottom: 5rem;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

    .topicpath_content_title::before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url('../shared/fig_content_title_left.png');
        background-size: contain;
        background-position: left center;
        background-repeat: no-repeat;
    }

    .topicpath_content_title::after{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url('../shared/fig_content_title_right.png');
        background-size: contain;
        background-position: right center;
        background-repeat: no-repeat;
    }

    .topicpath{
        padding: 0 3vw;
        position: relative;
        z-index: 1;
    }

        .topicpath ul{
            font-size: 0.84rem;
            color: #2b405a;
        }

            .topicpath ul li{
                display: inline;
            }

                .topicpath ul li::after{
                    content: "";
                    display: inline-block;
                    width: 0.6875rem;
                    height: 0.9375rem;
                    background-image: url('../shared/icon_topicpath.png');
                    background-size: contain;
                    background-repeat: no-repeat;
                    margin: 0 0.5em 0 1em;
                    transform: translateY(0.2em);
                }

                .topicpath ul li:last-child::after{
                    content: none;
                }

                .topicpath ul li a{
                    color: #2b405a;
                    text-decoration: none;
                }

                .topicpath ul li a:hover{
                    text-decoration: underline;
                }

    .content_title{
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 1;
    }

        .content_title h1{
            display: flex;
            flex-direction: column-reverse;
            align-items: center;
            color: #2b405a;
            position: relative;
            margin-bottom: 1rem;
        }

            .content_title h1 .lbl_ja{
                font-size: 2rem;
                font-weight: 700;
            }

            .content_title h1 .lbl_en{
                text-transform: uppercase;
                font-family: "Montserrat", system-ui;
                font-weight: 600;
                font-size: 1.1em;
                margin-bottom: 0.8em;
            }

        .content_title::after{
            content: "";
            display: block;
            width: 5.75rem;
            height: 0.625rem;
            background-image: url('../shared/fig_line_content_title.png');
            background-size: contain;
            background-repeat: no-repeat;
        }

.content_body{
    overflow-x: hidden;
    max-width: 1100px;
    margin: 0 auto;
}

/*page_body*/
.page_body{
    min-height: 400px;
    line-height: 1.8;
    font-size: 1.1em;
}
    
    .page_body h2{
        font-size: 1.4em;
        font-weight: 700;
        margin: 3em 2rem 1.5em;
        line-height: 1.2;
        color: #2b405a;
        position: relative;
        padding-left: 2.75rem;
    }

    .page_body h2.mt0{
        margin-top: 0;
    }

        .page_body h2::before{
            content: "";
            display: inline-block;
            width: 1.875rem;
            height: 2.375rem;
            background-image: url('../shared/icon_h2.png');
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            top: 0;
            left: 0;
        }

    .page_body h3{
        color: #333;
        font-size: 1.5em;
        font-weight: 700;
        margin-bottom: 0.7em;
        margin-top: 1.8em;
        margin: 1.8em 0 0.7em 0;
        line-height: 1.4;
        position: relative;
        padding-left: 0.7em;
    }

    .page_body h3.mt0{
        margin-top: 0;
    }

        .page_body h3:before{
            content: "";
            display: block;
            width: 0;
            height: 1em;
            border-left: 0.375rem solid #3a388c;
            position: absolute;
            top: 0.25em;
            left: 0;
        }

    .page_body h4{
        font-size: 1.15em;
        font-weight: 500;
        margin: 1.8em 0 0.5em 0;
        line-height: 1.4;
        position: relative;
    }

    .page_body p {
        margin: 0 4.75rem 1em;
    }

    .page_body p.uc {
        text-align: center;
    }

    .page_body ol{
        list-style: decimal;
        margin: 1.2em;
    }

        .page_body ol li{
            margin: 0 0 0.3em 1.3em;
        }

    .page_body ul{
        margin: 1.2em;
    }

        .page_body ul li{
            margin: 0 0 0.3em 0;
            padding-left: 0.85em;
            position: relative;
        }

            .page_body ul li:before{
                content: "";
                width: 0.25rem;
                height: 0.25rem;
                display: block;
                background: #888;
                position: absolute;
                top: 0.78em;
                left: 0;
            }

    .page_body img{
        max-width:100%;
        height: auto;
    }

    .page_body a{
        color: #003d84;
    }

    .page_body a:hover{
        color: #2182b9;
    }

    .page_body table{
        margin: 1em 0;
        line-height: 1.6;
    }
        .page_body table th,
        .page_body table td{
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
        }

        .page_body table th{
            color: #2b405a;
        }

        .page_body table thead th{
            text-align: center;
            font-weight: 500;
            padding: 0.25em 0.5em;
        }


        .page_body table tbody th,
        .page_body table tbody td{
            padding: 0.5em;
        }

        .page_body table tbody th{
            font-weight: 500;
            background: #d8edf8;
        }

        .page_body table tbody td{
            background: #fff;
        }

        .page_body strong{
            font-weight: 700;
        }

        .page_body em{
            font-style: italic;
        }

        .page_body hr{
            border: none;
            border-top: 3px dotted #2b4055;
            margin: 2em 0;
        }

    /*電話番号用*/
    .page_body a[href^="tel"] {
        pointer-events: none;
        color: inherit;
        text-decoration: none;
    }


@media screen and (min-width:1px) and (max-width:1400px) {
}

@media screen and (min-width:1px) and (max-width:1200px) {

}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
    .topicpath_content_title{
        height: 9.5rem;
        margin-bottom: 2rem;
    }

    .content_body{
        padding: 0 5vw;
    }

    .page_body h2{
        margin-right: 1rem;
        margin-left: 1rem;
    }

}
/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
    .topicpath_content_title{
        padding-top: 0.6rem;
        padding-bottom: 2.5rem;
        margin-bottom: 1rem;
    }

        .topicpath_content_title::before{
            background-size: 38% auto;
            background-position: left bottom;
        }

        .topicpath_content_title::after{
            background-size: 38% auto;
            background-position: right bottom;
        }

        .topicpath ul{
            font-size: 0.7rem;
        }

            .topicpath ul li::after{
                width: 0.5rem;
                height: auto;
                aspect-ratio: 22 / 30;
                margin: 0 0.3em 0 0.7em;
                transform: translateY(0.1em);
            }

        .content_title::after{
            width: 4.5rem;
            height: auto;
            aspect-ratio: 184 / 20;
        }

        .content_title h1 .lbl_en{
            font-size: 0.9em;
            margin-bottom: 0.5em;
        }

        .content_title h1 .lbl_ja{
            font-size: 1.6rem;
        }

    .content_body{
        padding-top: 1rem;
    }

    .page_body{
        font-size: 1em;
        line-height: 1.6;
    }

        .page_body h2{
            margin-left: 0;
            margin-right: 0;
            padding-left: 2.25rem;
        }

            .page_body h2::before{
                top: -0.1em;
            }

        .page_body p{
            margin-left: 1rem;
            margin-right: 1rem;
        }


    /*電話番号用*/
    .page_body a[href^="tel"] {
        pointer-events: auto;
        color: #003d84;
        text-decoration: underline;
    }



    
}


/* ##########印刷用########## */
@media print{

}