@charset "utf-8";
/*--京pages.css--*/
/* ##########PC########## */
/*----------header----------*/

/*----------contents----------*/
.contents{}

    .topicpath_content_title{
        margin-top: 1rem;
        margin-bottom: 3rem;
    }

    .topicpath{
        font-size: 0.8em;
        width: 960px;
        margin: 0 auto 4em;
    }

        .topicpath ul{
            text-align: right;
        }

            .topicpath ul li{
                display: inline;
                position: relative;
            }

                .topicpath ul li:after{
                    font-family: FontAwesome;
                    content:"\f105";
                    margin: 0 0.6em;
                }

                .topicpath ul li:last-child:after{
                    content: none;
                }

                .topicpath ul li a{
                    color: #333;
                    text-decoration: none;
                }

                    .topicpath ul li a:hover{
                        text-decoration: underline;
                    }

    .content_title{
        display: flex;
        justify-content: center;
    }

        .content_title h2{
            font-weight: 900;
            font-size: 1.7rem;
        }


    .content_body{
        box-sizing: border-box;
        line-height: 1.8;
        font-size: 0.97em;
        margin: 0 auto;
        position: relative;
        z-index: 3;
        width: 940px;
        padding: 0 2em;
        min-height: 500px;
    }

        /*.content_body内汎用指定*/
        .content_body a{
            color:#00416b;
        }

        .content_body a:hover{
            color:#0b6b54;
        }

        /*#####段落#####*/
        .content_body p{
            margin: 0 2em 1em 2em;
        }

        /*汎用指定解除*/
        .content_body p.ns{
            margin: 0;
        }

        /*#####番号リスト#####*/
        .content_body ol{
            margin: 1em 2em;
            list-style: decimal;
            line-height: 1.6;
        }

            .content_body ol li{
                margin-bottom: 0.6em;
                margin-left: 2em;
            }

        /*汎用指定解除*/
        .content_body ol.ns{
            margin: 0;
            list-style: none;
            line-height: inherit;
        }

            .content_body ol.ns li{
                margin: 0;
            }

        .content_body img{
            max-width: 100%;
            height: auto;
        }


        /*#####H4#####*/
        /*
        .content_body h4{
            border-top: 1px solid #333;
            padding: 0.7em 0 0 42px;
            position: relative;
            margin: 3em 0 1.5em;
            color: #212121;
            font-size: 1.45em;
            transition: .5s all ease;
            font-weight: bold;
        }

        .content_body h4.mt0{
            margin-top: 0;
        }

            .content_body h4:before{
                content: "";
                display: block;
                width: 26px;
                height: 26px;
                background-image: url("../shared/icon_h4.png");
                background-repeat: no-repeat;
                background-size: contain;
                position: absolute;
                top: 0.9em;
                left: 0;
            }
        */

        /*汎用指定解除*/
        /*
        .content_body h4.ns{
            border-top: none;
            background: none;
            font-size: 1em;
            font-weight: normal;
            color: #000;
            margin: 0;
            padding: 0;
        }

            .content_body h4.ns:before{
                content: none;
            }
        */

        /*#####H5#####*/
        .content_body h5{
            color:#194B7D;
            font-size: 1.2em;
            font-weight: bold;
            margin: 2em 0 1em 0;
        }

        /*汎用指定解除*/
        .content_body h5.ns{
            font-size: 1em;
            font-weight: normal;
            color: #000;
            margin: 0;
            padding: 0;
        }


        /*#####table#####*/
        .content_body table{
            margin: 1em 0;
            line-height: 1.6;
        }

            .content_body table th,
            .content_body table td{
                border: 1px solid #f2871c;
                padding: 0.5em 0.7em;
            }

            .content_body table thead th{
                text-align: center;
                background: #f7bb7f;
                padding: 0.2em 0.7em;
            }

        /*汎用指定解除*/
        .content_body table.ns{
            margin: 0;
        }

            .content_body table.ns th,
            .content_body table.ns td{
                border: none;
                padding: 0;
            }

            .content_body table.ns th{
                background: none;
            }

        .content_body strong{
            font-weight: bold;
        }

        .content_body em{
            font-style: italic;
        }

        /*.content_body内汎用指定ここまで*/


@media screen and (min-width:1px) and (max-width:1024px) {
}

@media screen and (min-width:1px) and (max-width:768px) {
}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
    .contents{
        padding: 16vw 0 3em 0;
    }

    .topicpath_content_title {
        margin-bottom: 1.5em;
    }

        .topicpath{
            font-size: 2.8vw;
            width: auto;
            margin: 0 4vw 2rem;
        }

        .content_title h2{
            font-size: 1.4rem;
        }

    .content_body{
        line-height: 1.6;
        font-size: 0.84em;
        width: 100%;
        padding: 0 4vw;
        min-height: 50vh;
    }

        /*#####段落#####*/
        .content_body p{
            margin: 0 1em 1em 1em;
        }

        /*汎用指定解除*/
        .content_body p.ns{
            margin: 0;
        }

        /*#####番号リスト#####*/
        .content_body ol{
            margin: 1em;
            list-style: decimal;
            line-height: 1.4;
        }

            .content_body ol li{
                margin-bottom: 0.6em;
                margin-left: 2em;
            }

        /*汎用指定解除*/
        .content_body ol.ns{
            margin: 0;
            list-style: none;
            line-height: inherit;
        }

            .content_body ol.ns li{
                margin: 0;
            }

        /*#####H4#####*/
        /*
        .content_body h4{
            border-top: 1px solid #333;
            padding: 0.7em 0 0 42px;
            position: relative;
            margin: 3em 0 1.5em;
            color: #212121;
            font-size: 1.45em;
            transition: .5s all ease;
            font-weight: bold;
        }

        .content_body h4.mt0{
            margin-top: 0;
        }

            .content_body h4:before{
                content: "";
                display: block;
                width: 26px;
                height: 26px;
                background-image: url("../shared/icon_h4.png");
                background-repeat: no-repeat;
                background-size: contain;
                position: absolute;
                top: 0.9em;
                left: 0;
            }
        */

        /*汎用指定解除*/
        /*
        .content_body h4.ns{
            border-top: none;
            background: none;
            font-size: 1em;
            font-weight: normal;
            color: #000;
            margin: 0;
            padding: 0;
        }

            .content_body h4.ns:before{
                content: none;
            }
        */

        /*#####H5#####*/
        .content_body h5{
            color:#194B7D;
            font-size: 1.2em;
            font-weight: bold;
            margin: 2em 0 1em 0;
        }

        /*汎用指定解除*/
        .content_body h5.ns{
            font-size: 1em;
            font-weight: normal;
            color: #000;
            margin: 0;
            padding: 0;
        }


        /*#####table#####*/
        .content_body table{
            margin: 1em 0;
            line-height: 1.4;
        }

            .content_body table th,
            .content_body table td{
                border: 1px solid #f2871c;
                padding: 0.5em 0.7em;
            }

            .content_body table thead th{
                text-align: center;
                background: #f7bb7f;
                padding: 0.2em 0.7em;
            }

        /*汎用指定解除*/
        .content_body table.ns{
            margin: 0;
        }

            .content_body table.ns th,
            .content_body table.ns td{
                border: none;
                padding: 0;
            }

            .content_body table.ns th{
                background: none;
            }

        /*.content_body内汎用指定ここまで*/

}

/* ##########印刷用########## */
@media print{

}