﻿body {
    height: 100%;
    margin: 0px;
    border-collapse: collapse;
    background-color: #232F3E;
}

.hedder_table {
    height: 60px;
    width: 800px;
}

.footer_table {
    height: 60px;
    width: 800px;
    color: #FFFFFF;
    font-size: 1.2em;
}

.menu_pc_display {
}

.menu_mobile_display {
    display: none;
}

/*テーブルの罫線設定============================================================================*/
#tbl-bdr table, #tbl-bdr td, #tbl-bdr th {
    border-collapse: collapse;
    border: 1px solid #333;
}


/*サインイン*/
.signin_Table {
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
}

.signin_image {
    width: 100px;
}

/*ページ*/
.page_hedder {
    font-size: 1.2em;
    font-weight: 800;
    height: 40px;
    text-align: left;
    padding-left: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.page_table_main {
    width: 100%;
    background-color: #FFFFFF;
}

.page_table_sub {
    width: 800px;
}

.page_dt {
    text-align: left;
    padding-left: 10%;
    height: 40px;
    line-height: 120%;
}

.page_dt2 {
    text-align: left;
    padding-left: 10%;
    height: 40px;
    line-height: 120%;
}

.page_dt3 {
    text-align: left;
}

/*ボタン*/
.button_01 {
    height: 60px;
    width: 400px;
    color: #FFFFFF;
    font-size: 1.1em;
    background-color: #29A4F3;
    border-radius: 14px; /* CSS3草案 */
    -webkit-border-radius: 14px; /* Safari,Google Chrome用 */
    -moz-border-radius: 14px; /* Firefox用 */
}

.button_02 {
    height: 60px;
    width: 80%;
    color: #FFFFFF;
    font-size: 1.1em;
    border-radius: 14px; /* CSS3草案 */
    -webkit-border-radius: 14px; /* Safari,Google Chrome用 */
    -moz-border-radius: 14px; /* Firefox用 */
}

/*テキストボックス*/
.TextBox_01 {
    border-color: #CCCCCC;
    border-style: Solid;
    border-width: 1px;
    font-size: 1.4em;
    height: 60px;
    width: 400px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px; /*CSS3草案 */
    -webkit-border-radius: 20px; /* Safari,Google Chrome用 */
    -moz-border-radius: 20px; /* Firefox用 */
}

.TextBox_02 {
    border-color: #FFFFFF;
    border-style: Solid;
    border-width: 1px;
    font-size: 1.1em;
    height: 60px;
    width: 100%;
    padding-left: 20px;
    border-radius: 20px; /*CSS3草案 */
    -webkit-border-radius: 20px; /* Safari,Google Chrome用 */
    -moz-border-radius: 20px; /* Firefox用 */
}

.TextBox_03 {
    border-color: #CCCCCC;
    border-style: Solid;
    border-width: 1px;
    font-size: 1.4em;
    height: 60px;
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px; /*CSS3草案 */
    -webkit-border-radius: 20px; /* Safari,Google Chrome用 */
    -moz-border-radius: 20px; /* Firefox用 */
}


/*イメージ*/

.image_20 {
    width: 20px;
}
.image_30 {
    width: 30px;
}

.image_40 {
    width: 40px;
}

.image_logo{
    width: 30%;
}

.image_matrix_line {
    width: 125px;
}

/*組織図*/
.line_4 {
    width: 12.5%;
    vertical-align: top;
    word-break: break-all;
}

.line_height {
    height: 10px;
}

div.scr {
    width: 800px;
    height: 650px;
    overflow: scroll;
    /*background-color: #99FF99;*/
}

.scr_font_size {
    font-size: 0.9em;
}



/*登録*/

.regist_table {
    width: 600px;
}

.regist_td_select {
    color: white;
    background-color: #16243E;
    text-align: center;
}

.regist_td {
    width: 25%;
    height: 60px;
    text-align: center;
}

.regist_td2 {
    color: #FF0000;
    line-height: 110%;
    text-align: left;
    padding-left: 20%;
}

.regist_td_title {
    height: 36px;
    text-align: left;
}

.regist_keisen_maru {
    border-radius: 10px;
    border: 1px solid #333333;
    vertical-align: top;
    padding: 10px;
}

.FontTitle01 {
    font-size: 1.2em;
    font-weight:800;
}



/*

input.input_box {
    width: 400px;
}

*/








.chkbox input[type=checkbox] {
    width: 24px;
    height: 24px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    font-size: 1em;
}

.radio input[type=radio] {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    font-size: 1em;
}



.nav_b ul {
    list-style-type: none; /* リストマークなし */
    padding: 0; /* リストマークの余白なし */
}

.menu_b {
    display: flex; /* 要素をFlexboxに定義 */
    justify-content: flex-start; /* 左寄せ配置 */
    text-align: left; /* テキストを中央寄せ */
}

.menu_b li {
    position: relative; /* ボックスの配置基準 */
    z-index: 1; /* 前面に描画 */
    min-width: 180px; /* 親メニューの最小横幅 */
}

.menu_b a {
    display: block; /* 要素をブロックに定義 */
    text-decoration: none; /* リンク下線なし */
    background-color: #232F3E; /* 背景色 */
    color: #FFFFFF; /* テキスト色 */
    padding: 10px; /*余白 */
}

.menu_b a:hover {
    /*background-color: #DEB887;  リンク選択時の背景色 */
    color: #E87911;
}

.menu_b li ul { /* 子メニュー */
    position: absolute; /* ボックスの配置基準 */
    top: 100%; /* 親メニュー上部からの表示位置 */
    left: 0; /* 親メニュー左端からの表示位置 */
    width: 100%; /* 親メニュー幅に合わせる */
}

.menu_b li ul li {
    visibility: hidden; /* 子メニューの非表示 */
    /* スライド表示させる場合は以下も */
    overflow: hidden; /* ボックスからはみ出た部分を非表示 */
    height: 0;
    transition-duration: 0.2s; /* 変化にかかる時間 */
}

.menu_b li:hover > ul > li {
    visibility: visible; /* 子メニューの表示 */
    /* スライド表示させる場合は以下も */
    overflow: visible; /* ボックスからはみ出た部分を表示 */
    height: 44px; /* 項目名が途切れて隠れないように注意 */
}

.input_box {
    color: #FFFFFF;
    width: 5px;
    border: 1px solid #FFFFFF;
}

div.src {
    width: 800px;
    height: 650px;
    overflow: scroll;
    /*overflow: scroll;*/
    /*background-color: #99FF99;*/
}


@media screen and (max-width: 1250px) {
    body {
        height: 100%;
        margin: 0px;
        border-collapse: collapse;
        background-color: #232F3E;
        font-size: 2em;
    }



    .hedder_table {
        height: 60px;
        width: 100%;
    }

    .footer_table {
        height: 60px;
        width: 100%;
        color: #FFFFFF;
        font-size: 1.2em;
    }

    .menu_pc_display {
        display: none;
    }

    .menu_mobile_display {
        display: block;
    }

    /*テーブルの罫線設定============================================================================*/
    #tbl-bdr table, #tbl-bdr td, #tbl-bdr th {
        border-collapse: collapse;
        border: 1px solid #333;
    }


    /*サインイン*/
    .signin_Table {
        background-color: #FFFFFF;
        color: #000000;
        text-align: center;
        width: 100%;
    }

    .signin_image {
        width: 200px;
    }

    /*ページ*/
    .page_hedder {
        font-size: 1.2em;
        font-weight: 800;
        height: 40px;
        text-align: left;
        padding-left: 20px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    .page_table_main {
        width: 100%;
        background-color: #FFFFFF;
    }

    .page_table_sub {
        width: 100%;
    }

    .page_dt {
        font-size: 0.9em;
        text-align: left;
        padding-left: 0%;
        height: 80px;
        line-height: 120%;
    }
    .page_dt2 {
        font-size: 0.9em;
        text-align: left;
        padding-left: 10%;
        height: 80px;
        line-height: 120%;
    }
    .page_dt3 {
        text-align: left;
        font-size: 0.9em;
    }

    /*ボタン*/
    .button_01 {
        height: 120px;
        width: 800px;
        color: #FFFFFF;
        font-size: 1.1em;
        background-color: #29A4F3;
        border-radius: 14px; /* CSS3草案 */
        -webkit-border-radius: 14px; /* Safari,Google Chrome用 */
        -moz-border-radius: 14px; /* Firefox用 */
    }

    .button_02 {
        height: 120px;
        width: 80%;
        color: #FFFFFF;
        font-size: 1.1em;
        border-radius: 14px; /* CSS3草案 */
        -webkit-border-radius: 14px; /* Safari,Google Chrome用 */
        -moz-border-radius: 14px; /* Firefox用 */
    }

    /*テキストボックス*/
    .TextBox_01 {
        border-color: #CCCCCC;
        border-style: Solid;
        border-width: 1px;
        font-size: 1.4em;
        height: 120px;
        width: 80%;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 20px; /*CSS3草案 */
        -webkit-border-radius: 20px; /* Safari,Google Chrome用 */
        -moz-border-radius: 20px; /* Firefox用 */
    }

    .TextBox_02 {
        border-color: #FFFFFF;
        border-style: Solid;
        border-width: 1px;
        font-size: 1.1em;
        height: 120px;
        width: 100%;
        padding-left: 20px;
        border-radius: 20px; /*CSS3草案 */
        -webkit-border-radius: 20px; /* Safari,Google Chrome用 */
        -moz-border-radius: 20px; /* Firefox用 */
    }

    .TextBox_03 {
        border-color: #CCCCCC;
        border-style: Solid;
        border-width: 1px;
        font-size: 1.4em;
        height: 120px;
        width: 90%;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 20px; /*CSS3草案 */
        -webkit-border-radius: 20px; /* Safari,Google Chrome用 */
        -moz-border-radius: 20px; /* Firefox用 */
    }


    /*イメージ*/

    .image_20 {
        width: 40px;
    }

    .image_30 {
        width: 60px;
    }

    .image_40 {
        width: 80px;
    }

    .image_matrix_line {
        width: 250px;
    }

    /*組織図*/
    .line_height {
        height: 20px;
    }

    div.scr {
        width: 100%;
        height: 1300px;
        overflow: scroll;
        /*background-color: #99FF99;*/
    }

    .scr_font_size {
        font-size: 0.9em;
    }

    /*登録*/

    .regist_table {
        width: 90%;
    }

    .regist_td_select {
        color: white;
        background-color: #16243E;
        text-align: center;
    }

    .regist_td {
        width: 25%;
        height: 60px;
        text-align: center;
    }

    .regist_td2 {
        color: #FF0000;
        line-height: 110%;
        text-align: left;
        padding-left: 0%;
    }

    .regist_td_title {
        height: 36px;
        text-align: left;
    }

    .regist_keisen_maru {
        border-radius: 10px;
        border: 1px solid #333333;
        vertical-align: top;
        padding: 10px;
    }

    .FontTitle01 {
        font-size: 1.2em;
        font-weight: 800;
    }




    /*
    input.input_box {
        width: 400px;
    }
*/


    .buttun_copy {
        width: 200px;
        height: 80px;
        font-size: 1.2em;
    }






    .chkbox input[type=checkbox] {
        width: 50px;
        height: 50px;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        font-size: 1em;
    }

    .radio input[type=radio] {
        width: 50px;
        height: 50px;
        vertical-align: middle;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        font-size: 1em;
    }



    .nav_b ul {
        list-style-type: none; /* リストマークなし */
        padding: 0; /* リストマークの余白なし */
    }

    .menu_b {
        display: flex; /* 要素をFlexboxに定義 */
        justify-content: flex-start; /* 左寄せ配置 */
        text-align: left; /* テキストを中央寄せ */
    }

        .menu_b li {
            position: relative; /* ボックスの配置基準 */
            z-index: 1; /* 前面に描画 */
            min-width: 300px; /* 親メニューの最小横幅 */
        }

        .menu_b a {
            display: block; /* 要素をブロックに定義 */
            text-decoration: none; /* リンク下線なし */
            background-color: #232F3E; /* 背景色 */
            color: #FFFFFF; /* テキスト色 */
            padding: 10px; /*余白 */
        }

            .menu_b a:hover {
                /*background-color: #DEB887;  リンク選択時の背景色 */
                color: #E87911;
            }

        .menu_b li ul { /* 子メニュー */
            position: absolute; /* ボックスの配置基準 */
            top: 100%; /* 親メニュー上部からの表示位置 */
            left: 0; /* 親メニュー左端からの表示位置 */
            width: 100%; /* 親メニュー幅に合わせる */
        }

            .menu_b li ul li {
                visibility: hidden; /* 子メニューの非表示 */
                /* スライド表示させる場合は以下も */
                overflow: hidden; /* ボックスからはみ出た部分を非表示 */
                height: 0;
                transition-duration: 0.2s; /* 変化にかかる時間 */
            }

        .menu_b li:hover > ul > li {
            visibility: visible; /* 子メニューの表示 */
            /* スライド表示させる場合は以下も */
            overflow: visible; /* ボックスからはみ出た部分を表示 */
            height: 64px; /* 項目名が途切れて隠れないように注意 */
        }

    .gnav {
        width: 100%;
        height: 80px;
        margin: 0;
        padding: 0;
        background: #232F3E;
    }

        .gnav .nav {
            width: 100%;
            height: 80px;
            margin: 0 auto;
            padding: 0;
            display: flex;
        }

            .gnav .nav li {
                position: relative;
                list-style: none;
                box-sizing: border-box;
                border-left: 1px solid #eee;
            }

                .gnav .nav li a {
                    display: block;
                    width: 330px;/*メニュー幅*/
                    height: 80px;
                    text-align: center;
                    color: #fff;
                    font-size: 28px;
                    line-height: 2.8;
                    background: #232F3E;
                    box-sizing: border-box;
                    text-decoration: none;
                }

                .gnav .nav li:first-child {
                    border-left: 1px solid #eee;
                }

                .gnav .nav li:last-child {
                    border-right: 1px solid #eee;
                }

            .gnav .nav > li:hover > a { /*layer-1*/
                color: orange;
                background: #afc6e2;
            }

            .gnav .nav > li li:hover > a { /*layer-2*/
                color: olive;
                background: #afc6e2;
            }

            .gnav .nav li ul {
                /*２階層階目の*/
                top: 80px;
                left: -40px;
                position: absolute;
            }

                .gnav .nav li ul li {
                    overflow: hidden;
                    height: 0;
                }

                    .gnav .nav li ul li a {
                        border-top: 1px solid #eee;
                    }

            .gnav .nav li:hover > ul > li {
                overflow: visible;
                height: 80px;
            }

            .gnav .nav li ul li ul {
                top: 0;
                left: 290px; /*３層目位置*/
            }

                .gnav .nav li ul li ul:before { /*layer-2▷*/
                    position: absolute;
                    content: "";
                    top: 30px;
                    left: 30px;
                    border: 10px solid transparent;
                    border-left: 10px solid #fff;
                }

                .gnav .nav li ul li ul li:hover > a { /*layer-3*/
                    color: pink;
                    background: #afc6e2;
                }

                .gnav .nav li ul li ul.left {
                    top: 0;
                    left: -220px;
                }

                    .gnav .nav li ul li ul.left:before, /*layer-2-left▷*/
                    .gnav .nav li ul li ul li ul.left:before { /*layer-3-left▷*/
                        position: absolute;
                        content: "";
                        top: 30px;
                        left: 220px;
                        border: 10px solid transparent;
                        border-right: 10px solid #fff;
                    }

                    .gnav .nav li ul li ul.left li:hover > a { /*layer-2-left*/
                        color: pink;
                        background: #afc6e2;
                    }

                .gnav .nav li ul li ul li ul.left li:hover > a { /*layer-3-left*/
                    color: purple;
                    background: #afc6e2;
                }

    .content {
        width: 755px;
        min-height: 200px;
        background: #eee;
        margin: 0 auto;
        padding: 10px;
        text-align: left;
        box-sizing: border-box;
    }

    div.scr {
        width: 98vw;
        height: 1200px;
        overflow: scroll;
        /*background-color: #99FF99;*/
    }
}

