@charset "utf-8";
/*--京pages.css--*/
/* ##########PC########## */
/*topicpath_content_title*/
.topicpath_content_title{
    box-sizing: border-box;
    /*height: 35rem;*/
    height: 30rem;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

/*パンくず*/
.topicpath{
    position: relative;
    z-index: 1;
    display: none;/*一旦非表示*/
}

.topicpath ul{
    box-sizing: border-box;
    width: 1100px;
    margin: 0 auto;
    font-size: 0.86rem;
    line-height: 1.1;
}

    .topicpath ul li{
        display: inline;
        margin-right: 0.6em;
        color: #222;
        position: relative;
    }

    .topicpath ul li:after{
        font-family: FontAwesome;
        content: "\f105";
        margin-left: 1em;
    }

    .topicpath ul li:last-child{
        padding: 0;
        margin-right: 0;
    }

    .topicpath ul li:last-child:after{
        display: none;
    }

    .topicpath ul li a{
        color: #222;
        text-decoration: none;
    }

    .topicpath ul li:first-child a{
        color: #222;
    }

    .topicpath ul li a:hover{
        text-decoration: underline;
    }

.content_title_wrapper{
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    background-image: url(../shared/content_title_bg/custom_publishing.jpg);
    border-radius: 0 0 3rem 0;
    display: flex;
    justify-content: flex-end;
    /*padding: 7rem 14rem 0 0;*/
    padding: 5.5rem 14rem 0 0;
    position: relative;
}

    .content_title{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

        .content_title .content_title_en{
            font-family: var(--font_family2);
            font-weight: 700;
            color: #fff;
            font-size: 4.5rem;
            margin-bottom: 1.5rem;
        }

        .content_title h1{
            font-size: 2rem;
            font-weight: 700;
            padding: 0.1em 0.2em 0;
            background: #fff;
            margin-bottom: 3rem;
        }

        .content_title p{
            font-size: 1.5rem;
            color: #fff;
            line-height: 2;
            font-weight: 700;
        }

.content_title_img{
    width: 42.5rem;
    position: relative;
    z-index: 1;
    margin-left: -7.5rem;
    border-radius: 1rem;
    overflow: hidden;
}

    .content_title_img img{
        max-width: 100%;
        height: auto;
    }

.content_body{
    position: relative;
    z-index: 0;
    padding-top: 6.25rem;
}

/*column_wrapper*/
.column_wrapper{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 1080px;
    position: relative;
    z-index: 2;
}

    .column_wrapper .column_main{
        box-sizing: border-box;
        width: 100%;
    }

/*page_nav*/
.page_nav{
    margin-bottom: 4rem;
}

    .page_nav ul{
        display: flex;
        justify-content: center;
        gap: 0 2em;
    }

        .page_nav ul li{
            position: relative;
        }

            .page_nav ul li a{
                color: var(--base_color1);
                text-decoration: none;
                font-size: 1.18em;
                display: block;
                font-weight: 500;
                padding: 0.5em 0.5em 0.25em 0.5em;
                border-bottom: 0.125rem solid rgba(255,255,255,0);
                position: relative;
                transition: .3s all ease;
                
            }

            .page_nav ul li a::after{
                content: "";
                width: 1rem;
                height: 0.5rem;
                position: absolute;
                left: calc(50% - 0.5rem);
                bottom: -1rem;
                background: #ccc;
                clip-path: polygon(100% 0, 0 0, 50% 100%);
                opacity: 0;
            }

            .page_nav ul li.current_page_item a{
                color: #fff;
                border-radius: 0.25rem;
            }

            .page_nav ul li.current_page_item a:hover{
                color: #fff;
            }

            .page_nav ul li.current_page_item a::after{
                opacity: 1;
            }

/*page_title*/
.page_title{
    border-bottom: 1px solid var(--base_color1);
    padding: 0 0 0.5em 0;
    margin-bottom: 2em;
}

    .page_title h2{
        font-weight: 700;
        font-size: 2em;
    }


/*page_body*/
.page_body{
    min-height: 400px;
    line-height: 2;
}

.page_body h2.hdg_je{
    line-height: 1;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 1em;
}

    .page_body h2.hdg_je .lbl_ja{
        background: var(--base_color1);
        color: #fff;
        font-size: 2em;
        font-weight: 700;
        padding: 0.1em 0.2em 0;
    }

    .page_body h2.hdg_je .lbl_en{
        font-family: var(--font_family2);
        font-weight: 700;
        font-size: 2.75em;
    }

/*
.page_body h2{
    color: #1a4465;
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.3;
    margin: 2em 0 1em;
}

.page_body h2:first-of-type{
    margin-top: 0;
}
*/


    .page_body h3{
        color: #333;
        font-size: 1.7em;
        font-weight: 700;
        margin: 1.7em 0 0.6em 0;
        line-height: 1.4;
        position: relative;
    }

    .page_body h3.mt_none{
        margin-top: 0;
    }


    .page_body h4{
        font-size: 1.15em;
        font-weight: 700;
        margin: 1.5em 0 0.7em 0;
        line-height: 1.4;
        position: relative;
    }

    .page_body h5{
        font-size: 1.05em;
        font-weight: 500;
        margin: 1.5em 0 0.5em 0;
        line-height: 1.4;
        position: relative;
    }


    .page_body p {
        margin: 0 0 1em 0;
    }

    .page_body p.catch_text{
        margin: 0 0 1em 0;
    }

    .page_body ol{
        list-style: decimal;
        margin: 1em 1.8em;
    }

        .page_body ol li{
            margin: 0 0 0.3em 1.3em;
        }

    .page_body ul{
        margin: 1em 1.8em;
    }

        .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;
    }

    /*電話番号リンクをPCでは無効化*/
    .page_body a[href^="tel"]{
        pointer-events: none;
        color: inherit;
        text-decoration: none;
    }

    .page_body table{
        margin: 1em 1.5em;
        line-height: 1.6;
    }
        .page_body table th,
        .page_body table td{
            border: 1px solid #e5e5e5;
        }

        .page_body table th{}

        .page_body table thead th{
            text-align: center;
            font-weight: 600;
            padding: 0.25em 0.5em;
            background: #fafafa;
        }


        .page_body table tbody th,
        .page_body table tbody td{
            padding: 0.5em;
        }

        .page_body table tbody th{
            font-weight: 600;
            background: #fff;
        }

        .page_body table tbody td{
            background: #fff;
        }

        .page_body strong{
            font-weight: 700;
        }

        .page_body em{
            font-style: italic;
        }

        .page_body .page_back{
            margin-top: 3em;
            display: flex;
            justify-content: center;
            clear: both;
        }

            .page_body .page_back a{
                display: block;
                color: #222;
                text-decoration: none;
                border-bottom: 1px solid #222;
                font-size: 0.9em;
                font-weight: 500;
                padding: 0.1em 0.5em 0;
                transition: .3s all ease;
            }

            .page_body .page_back a:hover{
                background: rgba(25, 91, 175,0.1);
            }

/*汎用お問い合わせボックス調整*/
.common_contact_info_box{
    padding-left: 0;
    padding-right: 0;
}

    .common_contact_info_box > .box_header p{
        margin-bottom: 0;
    }




@media screen and (min-width:1px) and (max-width:1440px) {
    .topicpath_content_title{
        height: 36vw;
    }

        .content_title_wrapper {
            width: 70%;
            display: flex;
            justify-content: flex-start;
            padding: 3rem 0 0 5vw;
        }

        .content_title .content_title_en{
            font-size: 3.5rem;
        }

        .content_title p{
            font-size: 1.4rem;
            line-height: 1.8;
        }


    .content_title_img{
        position: absolute;
        right: 2vw;
        margin-left: 0;
        width: 45%;
    }
}

@media screen and (min-width:1px) and (max-width:1280px) {

}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){

    .column_wrapper{
        width: auto;
        padding: 0 4vw;
    }

}
/* ##########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{
        height: auto;
        overflow: hidden;
    }


    .content_title_wrapper{
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }

    .content_title .content_title_en{
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .content_title h1{
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .content_title p{
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .content_title_img{
        width: 55%;
        right: -8vw;
    }




    .content_body{
        padding-top: 2rem;
    }


    .page_title{
    }

        .page_title h2{
            font-size: 1.4em;
        }

    .page_nav{
        margin-bottom: 2.5rem;
    }

        .page_nav ul{
            gap: 1em;
        }

        .page_nav ul li a{
            font-size: 1em;
        }

    .page_body{
        order: 2;
        line-height: 1.6;
    }

    .page_body h2.hdg_je .lbl_ja{
        font-size: 1.6rem;
    }

    .page_body h2.hdg_je .lbl_en{
        font-size: 1.8rem;
    }


    .page_body .sub_catch{
        font-size: 1.6em;
    }

    .page_body h3{
        font-size: 1.3em;
        margin: 1.5em 0 0.5em 0;
    }

    .page_body h4{
        margin: 1em 0 0.5em 0;
    }

    .page_body h5{
        margin: 1em 0 0.4em 0;
    }

    .page_body ul,
    .page_body ol{
        margin: 0.5em 1.1em;
    }

    .page_body table{
        margin: 1em;
    }

}


/* ##########印刷用########## */
@media print{
    .column_wrapper{
        width: calc(100% - 4vw);
    }
}