@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap');
/*--京sys_base.css--*/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
    outline-offset: -2px;
}

html {
    font-size: 14px;
}

body {
    width: 100%;
    height: 100%;
    color: #222;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fafafa;
    /*line-height: 1.0;*/
    font-size: 1em;
}

body.s_detail{
    background: none;
}

button,
input[type="search"],
input[type="text"],
input[type="submit"]{
    font-family: 'Noto Sans JP', sans-serif;
}

img{
    vertical-align:bottom;
}

#container{
    width: 100%;
    position: relative;
}

/*----------header----------*/
header{
    width:100%;
    line-height: 1.0;
    background: #fff;
    /*position: fixed;*/
    top:0;
    left: 0;
    z-index: 3;
    transition: .3s all ease;
}

    header > .box_header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 1.5vw 1.25rem 1.5vw;
    }

        header > .box_header .sys_name{
            margin: 0;
        }

            header > .box_header .sys_name a{
                display: flex;
                align-items: center;
                text-decoration: none;
                transition: .3s all ease;
            }

            header > .box_header .sys_name a:hover{
                opacity: 0.8;
            }

                header > .box_header .sys_name a img{
                    max-width: 100%;
                    height: auto;
                }

                header > .box_header .sys_name a .logo{
                    width: 38px;
                    margin-right: 0.8rem;
                }

                header > .box_header .sys_name a .site_title{
                    width: 240px;
                    margin-right: 0.8rem;
                }

                header > .box_header .sys_name a .view_title{
                    background: #137967;
                    color: #fff;
                    font-size: 1rem;
                    font-weight: 500;
                    padding: 0.2em 0.75em;
                    margin-top: 1em;
                    border-radius: 0.7em;
                }

        header > .box_header .user_name_logout{
            display: flex;
            align-items: center;
        }

            header > .box_header .user_name_logout .user_name{
                margin-right: 1em;
            }

                header > .box_header .user_name_logout .user_name:before{
                    font-family: FontAwesome;
                    content:"\f007";
                    color: #555;
                    margin-right: 0.3em;
                }

            header > .box_header .user_name_logout .btn_logout{

            }

                header > .box_header .user_name_logout .btn_logout a{
                    display: block;
                    border: 1px solid #0072bb;
                    color: #0072bb;
                    text-decoration: none;
                    padding: 0.3em 0.5em;
                    font-weight: 500;
                    transition: .3s all ease;
                }

                    header > .box_header .user_name_logout .btn_logout a:before{
                        font-family: FontAwesome;
                        content:"\f08b";
                        font-weight: normal;
                        margin-right: 0.3em;
                    }

                header > .box_header .user_name_logout .btn_logout a:hover{
                    color: #fff;
                    background: #0072bb;
                }

    header > .box_inner{
        border-bottom: 2px solid #0072bb;
        position: relative;
    }

        header > .box_inner .global_nav{
            padding: 0 1.5vw 0 1vw;
        }

            header > .box_inner .global_nav ul{
                margin: 0;
                padding: 0;
                list-style: none;
                display: flex;
            }

                header > .box_inner .global_nav ul li{
                    margin-right: 2px;
                }

                header > .box_inner .global_nav ul li:last-child{
                    margin-right: 0;
                }

                header > .box_inner .global_nav ul li.gn_wg{
                    margin-left: 1em;
                }

                    header > .box_inner .global_nav ul li a{
                        display: flex;
                        padding: 0.6em 1em 0.5em;
                        background: #eee;
                        color: #444;
                        font-weight: bold;
                        text-decoration: none;
                    }

                    header > .box_inner .global_nav ul li a:hover{
                        background: rgba(0,114);
                    }

                    header > .box_inner .global_nav ul li.active a{
                        background: #0072bb;
                        color: #fff;
                    }

        .wg_nav{
            box-sizing: border-box;
            background: #0072bb;
            position: absolute;
            bottom: -2rem;
            z-index: 1;
            width: 100%;
            padding-left: 2vw;
        }

            .wg_nav ul{
                margin: 0;
                padding: 0;
                list-style: none;
                display: flex;
            }

                .wg_nav ul li{
                    margin-right: 1em;
                }

                .wg_nav ul li:last-child{
                    margin-right: 0;
                }

                    .wg_nav ul li a{
                        display: flex;
                        align-items: center;
                        line-height: 1.2;
                        font-weight: 500;
                        color: #fff;
                        padding: 0 0.5em;
                        height: 2rem;
                        text-decoration: none;
                    }

                    .wg_nav ul li.active a{
                        background: #00568c;
                    }

/*----------contents----------*/
.contents{
    position:relative;
    top:0;
    left:0;
    z-index:0;
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
}

.contents.for_wg{
    padding-top: 4rem;
}

    .content_title{
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
        height: 2rem;
    }

    .content_body .content_title{
        display: block;
        margin: 2em 0 1rem 0;
    }

    .content_body .content_title:first-child{
        margin: 0 0 1rem 0;
    }

    .content_body form .content_title:first-child{
        margin: 2em 0 1rem 0;
    }

        .content_title h1{
            margin: 0;
            font-size: 1.28rem;
            font-weight: 600;
        }

        .content_title h2{
            margin: 0;
            font-size: 1.15rem;
            font-weight: 600;
            border-bottom: 1px solid #0072bb;
            padding:0 0.2em 0.3em 0.2em;
        }

        .content_title .fns_box{
            margin-left: 1rem;
        }

            .content_title .fns_box ul{
                margin: 0;
                padding: 0;
                display: flex;
                list-style: none;
            }

                .content_title .fns_box ul li{
                    margin-right: 0.5em;
                }

                    .content_title .fns_box ul li input[type="button"],
                    .content_title .fns_box ul li a{
                        border-radius: 0.25rem;
                        background: #137967;
                        color: #fff;
                        padding: 0.1em 1em 0.18em;
                        border: 1px solid #137967;
                        text-decoration: none;
                        font-weight: 500;
                        font-size: 1.05rem;
                        box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
                        transition: .3s all ease;
                    }

                    .content_title .fns_box ul li input[type="button"]:hover,
                    .content_title .fns_box ul li a:hover{
                        background: #fff;
                        color: #137967;
                    }

    .content_body{
        background: #fff;
        padding: 1.5rem;
        box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.05);
    }

    .content_body label{
        font-weight: normal;
    }

        .content_body h3{
            margin: 0 0 0.5em 0;
            font-size: 1.1rem;
            font-weight: 600;
        }

        .content_body input[type="button"]#output_excel{
            border-radius: 0.25rem;
            background: #137967;
            color: #fff;
            padding: 0.2em 0.75em;
            text-decoration: none;
            transition: .3s all ease;
        }

        .content_body input[type="button"]#output_excel:hover{
            opacity: 0.8;
        }

/*
        .content_body .output_list ul{
            display: flex;
            justify-content: flex-start;
        }

        .content_body .output_list ul li{
            padding-left: 0;
            margin-right: 1em;
        }

        .content_body .output_list ul li:before{
            display: none;
        }

        .content_body .output_list ul li input[type="button"]{
            border-radius: 0.25rem;
            background: #137967;
            color: #fff;
            padding: 0.2em 0.75em;
            text-decoration: none;
            transition: .3s all ease;
        }

        .content_body .output_list ul li input[type="button"]:hover{
            opacity: 0.8;
        }
*/

        .content_body input[type="text"]{
            padding: 2px;
            border: 1px solid #aaa;
            width: 400px;
        }

        .content_body input[type="text"].hasDatepicker{
            width: 100px;
        }

        .content_body input[type="text"]:focus{
            outline: none;
            border: 1px solid #0072bb;
        }

        .content_body input[type="password"]{
            padding: 2px;
            border: 1px solid #aaa;
            width: 100px;
        }

        .content_body input[type="password"]:focus{
            outline: none;
            border: 1px solid #0072bb;
        }

        .content_body select{
            padding: 2px;
            border: 1px solid #aaa;
        }

        .content_body select:focus{
            outline: none;
            border: 1px solid #0072bb;
        }

        .content_body textarea{
            padding: 2px;
            border: 1px solid #aaa;
            width: 400px;
            height: 130px;
        }

        .content_body textarea:focus{
            outline: none;
            border: 1px solid #0072bb;
        }

        .content_body .menu_list{
            margin: 0 0.5em;
        }

            .content_body .menu_list .menu_title{
                font-size: 1.1rem;
                font-weight: 500;
            }

        .content_body ul{
            margin: 0.5em 0.5em 1em 0.5em;
            padding: 0;
            list-style: none;
        }

        .content_body ul li{
            margin: 0 0 0.7em 0;
            padding-left: 0.8em;
            position: relative;
        }

        .content_body ul.manual_list li{
            margin: 0 0 0.8em 0;
        }

        .content_body ul li:before{
            font-family: FontAwesome;
            content:"\f0da";
            color: #0072bb;
            position: absolute;
            top: 0;
            left: 0;
        }

        .content_body ul li a{
            text-decoration: underline;
        }

        .content_body ul li ul{
            margin: 0 0.3em 0.5em 0.3em;
            padding: 0;
            list-style: none;
        }

        .content_body ul li ul li{
            margin: 0 0 0.3em 0;
            padding-left: 1em;
            position: relative;
        }

        .content_body ul li ul li:before{
            content:"・";
            color: #222;
        }

        .content_body ul li dl{
            margin: 0.3em 0 0.5em 0;
        }

            .content_body ul li dl dt{
                font-size: 1rem;
                margin-bottom: 0.3em;
            }

            .content_body ul li dl dd{
                margin: 0 0.3em;
            }

        .content_body ul.narrow_down_nav{
            margin: 0 0.5em 0.5em 0.5em;
        }

        .content_body ul.narrow_down_nav li{
            padding-left: 0;
        }

        .content_body ul.narrow_down_nav li:before{
            display: none;
        }

        .content_body ul li label{
            margin-bottom: 0;
        }

        .content_body ul li label input[type="radio"],
        .content_body ul li label input[type="checkbox"]{
            margin: 0 4px 0 0;
        }

        .content_body dl{}

            .content_body dl dt{
                font-size: 1.1rem;
                margin-bottom: 0.5em;
            }

            .content_body dl dd{
                margin: 0 0.5em;
            }

                .content_body dl dd p{
                    margin-bottom: 0;
                }

                .content_body dl dd .goto_detail dl{
                    display: flex;
                    margin-top: 0.5em;
                }

                    .content_body dl dd .goto_detail dl dt{
                        font-size: 1rem;
                    }

                    .content_body dl dd .goto_detail dl dt:after{
                        content: "：";
                    }

                    .content_body dl dd .goto_detail dl dd{
                        margin: 0;
                    }

        .content_body dl.qa_list dt:before{
            content: "●";
            margin-right: 0.3em;
            color: #0072bb;
        }

        .content_body dl.qa_list dd{
            padding-left: 1em;
        }

        .content_body dl.qa_list dd dl dt:before{
            display: none;
        }

        .content_body dl.qa_list dd dl dd{
            padding-left: 0;
        }

        .content_body dl.qa_list dd dl dd a{
            text-decoration: underline;
        }

        .content_body .input_table dl{
            display: flex;
            justify-content: flex-start;
            margin-top: 0.5em;
            margin-bottom: 0;
        }

        .content_body .input_table dl:first-child{
            margin-top: 0;
        }

        .content_body .input_table dl dt{
            font-size: 1rem;
            margin-bottom: 0;
        }

        .content_body .input_table dl dt:after{
            content: "：";
        }

        .content_body .input_table dl dd{
            margin: 0;
        }

        .content_body .search_box{
            margin: 0 0 1em 0;
            padding: 0.5em 0.7em;
            background: #eaf0fb;
            border-radius: 0.5rem;
        }

            .content_body .search_box_inner{
                display: flex;
                align-items: center;
            }

        .content_body .search_sender_box .search_box{
            margin: 0;
        }

        .content_body .search_sender_box .search_box .select_section_2,
        .content_body .search_sender_box .search_box .select_section_3{
            margin-top: 0.5em;
        }

        .content_body .search_sender_box .search_box .select_section_3 .search_ss3{
            margin-bottom: 0.5em;
        }

        .content_body .search_box dl{
            display: flex;
            align-items: center;
            margin-bottom: 0;
        }

        .content_body .search_box dl dt{
            font-size: 0.94rem;
            margin-right: 0.5em;
            margin-bottom: 0;
            white-space: nowrap;
        }

        .content_body .search_box dl dd{
            margin: 0;
            margin-right: 1em;
            white-space: nowrap;
        }

        .content_body .search_box dl dd input[type="text"]{
            width: 200px;
        }

        .content_body .search_box dl dd input[type="text"].w400{
            width: 400px;
        }

        .content_body .search_box .search_input{}

        .content_body .search_box .search_input ul{
            display: flex;
            margin: 0;
        }

        .content_body .search_box .search_input ul li{
            padding-left: 0;
            margin-right: 0.7em;
            margin-bottom: 0;
        }

        .content_body .search_box .search_input ul li:before{
            display: none;
        }

        .content_body .search_box .search_submit{
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

        .content_body .search_box .search_submit ul{
            display: flex;
            justify-content: flex-start;
            margin: 0;
        }

        .content_body .search_box .search_submit ul li{
            padding: 0;
            margin: 0 0.7em 0 0;
        }

        .content_body .search_box .search_submit ul li:last-child{
            margin-right: 0;
        }

        .content_body .search_box .search_submit ul li:before{
            display: none;
        }

        .content_body .search_box .search_submit ul li input[type="submit"]{
            box-sizing: border-box;
            background: #0072bb;
            color: #fff;
            width: 5.5em;
            padding: 0.2em 0.5em 0.2em 1em;
            border-radius: 2px;
            cursor: pointer;
            border: 1px solid #0072bb;
            box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
            transition: .3s all ease;
            letter-spacing: 0.5em;
        }


        .content_body .search_box .search_submit ul li input[type="submit"]:hover{
            background: #1c5f89;
        }

        .content_body .search_box .search_submit ul li input[type="button"]{
            border: 1px solid #eee;
            background: #eee;
            color: #000;
            text-decoration: none;
            padding: 0.2em 0.5em;
            border-radius: 2px;
            cursor: pointer;
            box-shadow: 1px 1px 0 0 rgb(0 0 0 / 40%);
            transition: .3s all ease;
        }

        .content_body .search_box .search_submit ul li input[type="button"]:hover{
            opacity: 0.8;
        }

        .content_body .search_box .search_submit ul li input[type="button"].search_btn{
            display: flex;
            justify-content: center;
            background: #fff;
            color: #222;
            margin-left: 0;
            text-decoration: none;
            width: 6.5em;
            padding: 2px 0.5em;
            border-radius: 2px;
            cursor: pointer;
            border: 1px solid #0072bb;
            box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
            transition: .3s all ease;
        }


        .content_body .search_box .search_submit ul li input[type="button"].search_btn:hover{
            background: #0072bb;
            color: #fff;
        }

        .content_body .pager_btn{
            display: flex;
            align-items: center;
            margin-bottom: 0.5em;
        }

        .content_body .pager_btn button{
            padding: 0.1em 0.5em 0.2em;
            margin-right: 1em;
            background: none;
            border: none;
            color: #111;
            transition: .3s all ease;
        }

            .content_body .pager_btn button i.fa{
                color: #0072bb;
                margin: 0 0.2em;
            }

        .content_body .pager_btn button:disabled,
        .content_body .pager_btn button:disabled i.fa{
            color: #aaa;
        }

        .content_body .pager_btn button:hover{
            background: #0072bb;
            color: #fff;
        }

            .content_body .pager_btn button:hover i.fa{
                color: #fff;
            }

        .content_body .pager_btn button:disabled:hover{
            background: none;
            color: #aaa;
        }

            .content_body .pager_btn button:disabled:hover i.fa{
                color: #aaa;
            }

        .content_body .pager_btn .pager_text{
            margin-right: 1em;
            font-weight: bold;
        }

        .content_body table{
            border-collapse: collapse;
            border-spacing: 0;
            line-height: 1.3;
            margin-bottom: 10px;
        }

        .content_body table.reqDetail{
            width: 100%;
        }

            .content_body table tbody tr:nth-child(odd){
                background: #f8f8f8;
            }

            .content_body table thead tr th {
                font-weight: bold;
                padding: 0.3em 0.5em;
                border-bottom: 1px solid #aaa;
                white-space: nowrap;
            }

            .content_body table tbody tr td{
                padding: 0.3em 0.5em;
                /*border-bottom: 1px solid #ccc;*/
                /*vertical-align: top;*/
            }

            .content_body table tbody tr td .disp_comment p,
            .content_body .comments table tbody tr td p{
                margin: 0 0 5px 0;
            }

            .content_body table tbody tr td input[type="button"]{
                box-sizing: border-box;
                display: flex;
                align-items: center;
                background: #0072bb;
                color: #fff;
                height: 2em;
                text-decoration: none;
                font-size: 0.95em;
                padding: 0 0.5em;
                border-radius: 3px;
                box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
                cursor: pointer;
                transition: .3s all ease;
                white-space: nowrap;
            }

            .content_body table tbody tr td input[type="button"].delete_btn,
            .content_body table tbody tr td input[type="button"].remove_data{
                background: #aaa;
            }

            .content_body table tbody tr td input[type="button"]:hover{
                opacity: 0.8;
            }

            .content_body table tbody tr td textarea{
                width: 200px;
                height: 100px;
            }

            .content_body .schedule_list table tbody td .category_wrapper span{}

            .content_body .schedule_list table tbody td .category_wrapper span::after{
                content: ",";
            }

            .content_body .schedule_list table tbody td .category_wrapper span:last-child::after{
                content: none;
            }

            .content_body table.reqDetail tbody tr:nth-child(odd){
                background: none;
            }

            .content_body table.reqDetail tbody tr th {
                padding: 5px 0.5em;
                width: 11em;
                text-align: left;
                background: #e2eaff;
                border-bottom: 1px solid #fff;
                vertical-align: top;
            }

            .content_body table.reqDetail tbody tr td{
                min-width: 600px;
                padding: 5px;
                border-bottom: 1px solid #ddd;
                vertical-align: top;
            }

            .content_body table.reqDetail tbody tr td .box_inner{
                margin-top: 5px;
            }

            .content_body table.reqDetail tbody tr td table tr{
                background: #fff;
            }

            .content_body table.reqDetail tbody tr td p{
                margin: 0.3em 0 0 0;
            }

            .content_body table.reqDetail tbody tr td label{
                margin-right: 0.5em;
            }

            .content_body table.reqDetail tbody tr td textarea{
                width: 400px;
                height: 130px;
            }

            .content_body table.reqDetail tbody tr td .display_name_table{
                margin-top: 1em;
            }

            .content_body table.reqDetail tbody tr td .mail_list_table table th,
            .content_body table.reqDetail tbody tr td .select_section table th,
            .content_body table.reqDetail tbody tr td .display_name_table table th{
                min-width: auto;
                width: auto;
                padding: 5px;
            }

            .content_body table.reqDetail tbody tr td .mail_list_table table td,
            .content_body table.reqDetail tbody tr td .select_section table td,
            .content_body table.reqDetail tbody tr td .display_name_table table td{
                min-width: auto;
                width: auto;
            }

            .content_body table.reqDetail tbody tr td .mail_list_table table td label{
                margin-bottom: 0;
                margin-right: 0;
            }

            .content_body table.reqDetail tbody tr td .all_check_box{}

            .content_body table.reqDetail tbody tr td .question_type_wrapper{
                display: flex;
                justify-content: flex-start;
            }

            .content_body table.reqDetail tbody tr td .question_type_wrapper .d_btn{
                box-sizing: border-box;
                display: flex;
                align-items: center;
                background: #aaa;
                color: #fff;
                height: 2em;
                margin-left: 1em;
                text-decoration: none;
                font-size: 0.95em;
                padding: 0 0.5em;
                border-radius: 3px;
                box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
                cursor: pointer;
                transition: .3s all ease;
                white-space: nowrap;
            }

            .content_body table.reqDetail tbody tr td .question_type_wrapper .d_btn:hover{
                opacity: 0.8;
            }

            .content_body .comments table{
                display: flex;
                justify-content: flex-start;
            }

            .content_body .comments table thead tr th{
                border-bottom: none;
                line-height: 1.5;
            }

            .content_body .comments table tbody tr:nth-child(odd){
                background: #fff;
            }

            .content_body .comments table tbody tr td{
                border-left: 1px solid #aaa;
            }



    .content_body .mail_box{
        margin-bottom: 2em;
    }

    .content_body .mail_box .mail_honbun{
        padding: 1em;
        border: 1px solid #ccc;
        margin-bottom: 1em;
    }

    .content_body .mail_list_table{
        margin-bottom: 2em;
    }

    .content_body .kaitosha_edit{
        margin-bottom: 2em;
    }

    .content_body .kaitosha_edit .edit_box{
        margin-bottom: 0.5em;
    }

    .content_body .kaitosha_edit input[type="button"]{
        box-sizing: border-box;
        display: flex;
        align-items: center;
        background: #0072bb;
        color: #fff;
        height: 2em;
        text-decoration: none;
        font-size: 0.95em;
        padding: 0 0.5em;
        border-radius: 3px;
        box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
        cursor: pointer;
        transition: .3s all ease;
        white-space: nowrap;
    }

    .content_body .btn_add_question{
        margin-top: 0.5em;
    }

    .content_body .btn_add_question input[type="button"]{
        box-sizing: border-box;
        display: flex;
        align-items: center;
        background: #0072bb;
        color: #fff;
        height: 2em;
        text-decoration: none;
        font-size: 0.95em;
        padding: 0 0.5em;
        border-radius: 3px;
        box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
        cursor: pointer;
        transition: .3s all ease;
        white-space: nowrap;
    }

    .content_body .group_name{
        font-size: 1.1em;
        font-weight: bold;
        margin-bottom: 0.5em;
    }

    .content_body .pager{
        text-align: left;
        margin: 1em 0 0.5em 0;
    }

    .content_body .pager ul{
        margin: 0;
    }

    .content_body .pager ul li{
        padding-left: 0;
        margin: 0 0.5em 0 0;
    }

    .content_body .pager ul li:before{
        display: none;
    }

    .content_body .pager ul li button{
        border: 1px solid #0072bb;
        background: #fff;
        color: #222;
        cursor: pointer;
    }

    .content_body .pager ul li.active button{
        background: #0072bb;
        color: #fff;
    }

    .content_body .back_btn{
        margin-bottom: 1em;
    }

    .content_body .back_btn a:before{
        content: "≪";
        margin: 0 3px 0 0;
    }

    .content_body .back_btn a{
        color: #0072bb;
        text-decoration: none;
        padding: 2px 5px;
        border: 1px solid #0072bb;
        transition: .3s all ease;
    }

    .content_body .back_btn a:hover{
        background: #0072bb;
        color: #fff;
    }


.content_body .buttons,
.content_body .submit_btn{
    margin-top: 1.5em;
    display: flex;
    justify-content: flex-start;
}

.content_body .buttons input[type="button"],
.content_body .buttons button,
.content_body .submit_btn input[type="button"],
.content_body .submit_btn input[type="submit"]{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: #0072bb;
    border: none;
    color: #fff;
    height: 2em;
    text-decoration: none;
    font-size: 0.95em;
    padding: 0 0.5em;
    border-radius: 3px;
    box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
    cursor: pointer;
    transition: .3s all ease;
    white-space: nowrap;
    margin-right: 1em;
}

.content_body .buttons button#backButton,
.content_body .submit_btn input[type="button"].delete_btn,
.content_body .submit_btn input[type="submit"].delete_btn,
.content_body .submit_btn input[type="button"].back_btn{
    background: #aaa;
}

.content_body .buttons input[type="button"]:hover,
.content_body .buttons button:hover,
.content_body .submit_btn input[type="button"]:hover,
.content_body .submit_btn input[type="submit"]:hover {
    opacity: 0.8;
}

.content_body .submit_btn ul{
    margin: 0;
}

    .content_body .submit_btn ul li{
        margin: 0 0 1em 0;
        padding: 0;
    }

    .content_body .submit_btn ul li:last-child{
        margin-bottom: 0;
    }

    .content_body .submit_btn ul li:before{
        content: none;
    }

        .content_body .submit_btn ul li .btn_next{
            height: 2.25em;
            padding: 0 1em 0 1.3em;
            font-size: 1.1em;
            letter-spacing: 0.3em;
            font-weight: 500;
        }

        .content_body .submit_btn ul li .btn_back{
            background: #eee;
            color: #222;
            box-shadow: none
                ;
        }



.content_body input[type="text"].w50{
    width: 50px;
}
.content_body input[type="text"].w80{
    width: 80px;
}

/*イベント詳細*/
.s_detail_box{}

.s_detail_box .back_btn{
    margin-bottom: 0.8em;
}

.s_detail_box .back_btn:before{
    display: none;
}

.s_detail_box .back_btn a{
    display: inline-block;
    color: #8c425b;
    text-decoration: none;
    font-size: 0.9em;
    border: 1px solid #8c425b;
    padding: 0.1em 1em 0.2em;
    transition: .3s all ease;
}

.s_detail_box .back_btn a:hover{
    background: #8c425b;
    color: #fff;
    text-decoration: none;
}

.s_detail_box .s_detail_table table{
    width: 100%;
    margin: 0;
    line-height: 1.6;
    border-collapse: separate;
    border: 1px solid rgba(0,0,0,0.2);
}

.s_detail_box .s_detail_table table tr:nth-child(odd){
    background: none;
}

.s_detail_box .s_detail_table table tr th,
.s_detail_box .s_detail_table table tr td{
    padding: 0.5em;
    border-right: 1px solid rgba(0,0,0,0.15);
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.s_detail_box .s_detail_table table tr th{
    width: 7em;
    font-weight: 500;
    background: rgba(245,215,100,0.2);
    border-right-color: #fff;
    border-bottom-color: #fff;
    white-space: nowrap;
}

.s_detail_box .s_detail_table table tr td{
    background: #fff;
    word-break: break-all;
}

.s_detail_box .s_detail_table table tr td:last-child{
    border-right-color: rgba(255,255,255,0);
}

.s_detail_box .s_detail_table table tr:last-child td{
    border-bottom: none;
}

.s_detail_box .s_detail_table table tr td ul{
    margin: 0;
}

.s_detail_box .s_detail_table table tr td ul li{
    margin: 0 1em 0.3em 0;
    padding-left: 1em;
    position: relative;
}

.s_detail_box .s_detail_table table tr td ul li:before{
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    display: block;
    background: #666;
    position: absolute;
    top: 0.75em;
    left: 0;
}

.s_detail_box .s_detail_table table tr td ul li button{
    margin-left: 1em;
    font-size: 0.9em;
    padding: 0.1em 0.5em;
    text-decoration: none;
    border: none;
    color: #fff;
    background: #0072bb;
    border-radius: 0.3em;
    transition: .3s all ease;
}

.s_detail_box .s_detail_table table tr td ul li button:after{
    font-family: FontAwesome;
    content:"\f019";
    margin-left: 0.3em;
}

.s_detail_box .s_detail_table table tr td ul li button:hover{
    opacity: 0.8;
}

.s_detail_box .s_detail_table table tr td a{
    color: #2a5c78;
    text-decoration: underline;
}

.s_detail_box .s_detail_table table tr td a:hover{
    color: #2182b9;
}

    /*-----footer-----*/
footer {
    position: relative;
    z-index: 1;
    padding: 3rem 0 0 0;
}


/*-----nav_oc-----*/
.nav_oc{
    display: block;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transition: .3s all ease;
}

.nav_oc{
    display:none;
}

    .menu-trigger{
        width: 100%;
        height: 100%;
        padding: 0;
        border: none;
        background: none;
        cursor: pointer;
        outline: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: .3s all ease;
    }

    .menu-trigger:hover{
        background: rgba(255,255,255,0.1);
    }

        .menu-trigger .lines{
            position: relative;
            display: block;
            width: 1.25rem;
            height: 1.25rem;
            transition: .3s all ease;
        }

            .menu-trigger .lines span {
                display: inline-block;
                transition: all .4s;
                box-sizing: border-box;
                background-color: #666;
                position: absolute;
                width: 1.25rem;
                left: 0;
                height: 2px;
            }

            .menu-trigger .lines span:nth-of-type(1) {
                top: 0;
            }

            .menu-trigger .lines span:nth-of-type(2) {
                top: calc(50% - 1px);
            }
            .menu-trigger .lines span:nth-of-type(3) {
                bottom: 0;
            }

            .menu-trigger.active .lines span:nth-of-type(1) {
                transform: translateY(0.55rem) rotate(-315deg);
            }

            .menu-trigger.active .lines span:nth-of-type(2) {
                opacity: 0;
            }

            .menu-trigger.active .lines span:nth-of-type(3) {
                transform: translateY(-0.6rem) rotate(315deg);
            }


/*-----side_nav-----*/
.side_nav{
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: .3s all ease;
    background: rgba(255,255,255,0);
    flex-direction: column;
    align-items: center;
}

.side_nav.active{
    z-index: 9;
    opacity: 1;
    background: #fcf7f1;
}



.side_global_nav{
    display: flex;
    justify-content: center;
    margin-top: calc(80px + 1vw);
}

.side_global_nav > ul{
    width: 300px;
    margin-right: 80px;
}

.side_global_nav > ul:last-child{
    margin-right: 0;
}

.side_global_nav > ul > li{
    margin-bottom: 0.8rem;
}

.side_global_nav > ul > li > .no_link{
    display: block;
    color: #222;
    font-weight: 500;
    line-height: 1.4;
    font-size: 1.1rem;
    padding: 0.6em 0.6em 0.5em 0.6em;
    border-bottom: 1px solid #ddd;
}

.side_global_nav > ul > li > a{
    display: block;
    text-decoration: none;
    color: #222;
    font-weight: 500;
    line-height: 1.4;
    font-size: 1.1rem;
    padding: 0.7em;
    position: relative;
    background: #fff;
    transition: .4s all ease;
}

.side_global_nav > ul > li > a:hover{
    color: #00764b;
}

.side_global_nav > ul > li > a:before{
    font-family: FontAwesome;
    content:"\f101";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.3em;
    margin: auto;
    display: inline-block;
    transition: .3s all ease;
    color: #921d23;
    width: 1em;
    height: 1em;
    line-height: 1;
}

.side_global_nav > ul > li > a:after{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    border-bottom: 1px solid #0c8929;
    transition: .3s all ease;
    transform: scaleX(0);
    transform-origin: left bottom;
    opacity: 0;
}

.side_global_nav > ul > li > a:hover:after{
    transform: scaleX(1);
    opacity: 1;
}

.side_global_nav > ul > li > ul{
    font-size: 0.94rem;
    line-height: 1.4;
    padding: 0.8em 0.8em 0.5em 1em;
}

.side_global_nav > ul > li > ul > li{
    margin-bottom: 0.5em;
}

.side_global_nav > ul > li > ul > li:last-child{
    margin-bottom: 0;
}

.side_global_nav > ul > li > ul > li > a{
    color: #222;
    text-decoration: none;
    display: block;
    position: relative;
    padding-left: 0.8em;
    transition: .3s all ease;
}

.side_global_nav > ul > li > ul > li > a:hover{
    color: rgba(201,46,90,1);
}

.side_global_nav > ul > li > ul > li > a:before{
    font-family: FontAwesome;
    content:"\f105";
    position: absolute;
    top: 0;
    left: 0;
    color: #888;
    transition: .3s all ease;
}

.side_global_nav > ul > li > ul > li > a:hover:before{
    color: rgba(201,46,90,1);
}


/*ページトップ*/
.pagetop{
    width:94px;
    height:94px;
    position:fixed;
    bottom:90px;
    right:60px;
    z-index:10;
    transform:translateY(100px);
    transition:.3s all ease;
    opacity:0;
}

.pagetop.show{
    transform:translateY(0);
    opacity:1;
}

    .pagetop a{
        box-sizing: border-box;
        display:flex;
        justify-content: center;
        align-items: center;
        transition:.5s all ease;
        width:100%;
        height:100%;
        text-decoration:none;
        border-radius: 50%;
        background: #78aab9;
        padding-bottom: 0.2rem;
    }
    
    .pagetop a:hover{
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    }


    .pagetop a:before{
        font-family: FontAwesome;
        content:"\f106";
        color: #fff;
        font-size: 2.4rem;
    }


/*ヘッダ固定によるアンカーずれ対応*/
*[id^="anc_"]{
    padding-top: 150px;
    margin-top:-150px;
}


/*改行のPC,SPでの表示切替*/
br.pc,
img.pc,
span.pc{
    display:inline;
}

br.sp,
img.sp,
span.sp{
    display:none;
}

.ta_center{
    text-align:center;
}

.ta_left{
    text-align:left;
}

.ta_right{
    text-align:right;
}

/*WP汎用*/
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wp-caption,
[class*='wp-image'] {
  display: block;
  max-width: 100% !important;
  /*margin-top: 1.5em;*/
  text-align: center;
}
.wp-caption-text {
  margin-top: 0;
}

/*1200px以下*/
@media screen and (min-width:1px) and (max-width:1200px){}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
    html {
        /*font-size: 1.8vw;*/
    }
}

@media screen and (min-width:1px) and (max-width:479px) {
    html{
        /*font-size: 3.6vw;*/
        min-width: auto;
    }

    body.s_detail {
        min-width:initial;
        min-width:auto;
        overflow-y: scroll;
    }

    .s_detail #container{
        min-width:initial;
        min-width:auto;
    }

    .s_detail_box .s_detail_table table{
        border: none;
    }

    .s_detail_box .s_detail_table table tr th{
        display: block;
        width: auto;
        border: none !important;
        border-radius: 0.5em;
    }

    .s_detail_box .s_detail_table table tr td{
        display: block;
        width: auto;
        border: none !important;
        margin-bottom: 1em;
    }


}

/* ##########印刷用########## */
@media print{
    header{
        position:relative;
    }
    
    .pagetop{
        display: none;
    }
    
}