﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.card-header {
    background-color: white;
}

.container {
    max-width: 100%;
}

.table th {
    padding: .45rem;
}
/* Stepnav（利用者画面用）
-----------------------------------------*/

.Stepnav ol {
    margin-top: 40px;
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    padding-left: 0px;
}

.Stepnav ol li {
    position: relative;
    display: table-cell;
    box-sizing: border-box;
    padding-left: 25px;
    text-align: center;
    vertical-align: middle;
    color: #2196f3;
    font-size: 14px;
    background-color: #f9f9f9;
    font-weight: bold;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

.Stepnav ol li a{
    color: #2196f3;
    background-color: #f9f9f9;
    font-weight: bold;
    text-decoration:underline;
}


.Stepnav ol li:first-child {
    padding-left: 0;
}

@media screen and (max-width: 960px) {
    .Stepnav ol li {
        font-size: 12px;
    }
}

.Stepnav ol li.current {
    background-color: #2196f3;
    color: #FFF;
}

.Stepnav ol li.current a{
    background-color: #2196f3;
    color: #FFF;
}

@media screen and (max-width: 960px) {
    .Stepnav ol li span {
        display: none;
    }
}

.Stepnav ol li:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #cccccc;
    z-index: 99;
}

.Stepnav ol li:nth-child(5):before {
    display: none;
}

.Stepnav ol li:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -24px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #f9f9f9;
    z-index: 99;
}

.Stepnav ol li:last-child:after {
    display: none;
}

.Stepnav ol li.current {
    border-top: solid 1px #2196f3;
    border-bottom: solid 1px #2196f3;
}

    .Stepnav ol li.current:after {
        border-left: 24px solid #2196f3;
    }
/* Stepnav（利用者画面用）
-----------------------------------------*/

/* StepnavGeneral（一般ユーザー用）
-----------------------------------------*/

.StepnavGeneral ol {
    margin-top: 40px;
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    padding-left: 0px;
}

    .StepnavGeneral ol li {
        position: relative;
        display: table-cell;
        box-sizing: border-box;
        padding-left: 25px;
        text-align: center;
        vertical-align: middle;
        color: #2196f3;
        font-size: 14px;
        background-color: #f9f9f9;
        font-weight: bold;
        border-top: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
    }

        .StepnavGeneral ol li:first-child {
            padding-left: 0;
        }

@media screen and (max-width: 960px) {
    .StepnavGeneral ol li {
        font-size: 12px;
    }
}

.StepnavGeneral ol li.current {
    background-color: #2196f3;
    color: #FFF;
}

@media screen and (max-width: 960px) {
    .StepnavGeneral ol li span {
        display: none;
    }
}

.StepnavGeneral ol li a {
    text-decoration: underline;
}

.StepnavGeneral ol li:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #cccccc;
    z-index: 99;
}

.StepnavGeneral ol li:nth-child(3):before {
    display: none;
}

.StepnavGeneral ol li:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -24px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #f9f9f9;
    z-index: 99;
}

.StepnavGeneral ol li:last-child:after {
    display: none;
}

.StepnavGeneral ol li.current {
    border-top: solid 1px #2196f3;
    border-bottom: solid 1px #2196f3;
}

    .StepnavGeneral ol li.current:after {
        border-left: 24px solid #2196f3;
    }

.StepnavGeneral a {
    color: inherit;
}
/* StepnavGeneral（一般ユーザー用）
-----------------------------------------*/

/* StepnavGA 総務一覧用
-----------------------------------------*/

.StepnavGA ol {
    margin-top: 40px;
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    padding-left: 0px;
}

    .StepnavGA ol li {
        position: relative;
        display: table-cell;
        box-sizing: border-box;
        padding-left: 25px;
        text-align: center;
        vertical-align: middle;
        color: #2196f3;
        font-size: 14px;
        background-color: #f9f9f9;
        font-weight: bold;
        border-top: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
    }

        .StepnavGA ol li:first-child {
            padding-left: 0;
        }

@media screen and (max-width: 960px) {
    .StepnavGA ol li {
        font-size: 12px;
    }
}

.StepnavGA ol li.current {
    background-color: #2196f3;
    color: #FFF;
}

/* StepnavPT（身上異動申請画面用）
-----------------------------------------*/

.StepnavPT ol {
    margin-top: 40px;
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    height: 60px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    padding-left: 0px;
}

    .StepnavPT ol li {
        position: relative;
        display: table-cell;
        box-sizing: border-box;
        /*padding-left: 25px;*/
        text-align: center;
        vertical-align: middle;
        color: #2196f3;
        font-size: 14px;
        background-color: #f9f9f9;
        font-weight: bold;
        border-top: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
        border-right: solid 1px #cccccc;
        border-left: solid 1px #cccccc;
        font-size:20px;
    }

        .StepnavPT ol li:first-child {
            padding-left: 0;
        }

@media screen and (max-width: 960px) {
    .StepnavPT ol li {
        font-size: 12px;
    }
}

.StepnavPT ol li.current {
    background-color: #3da9fc;
    color: #FFF;
}

@media screen and (max-width: 960px) {
    .StepnavPT ol li span {
        display: none;
    }
}

.StepnavPT ol li:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #cccccc;
    z-index: 99;
}

.StepnavPT ol li:before {
    display: none;
}

.StepnavPT ol li:after {
    display: none;
}

.StepnavPT ol li:last-child:after {
    display: none;
}

.StepnavPT ol li.current {
    border: solid 1px #ffa75a;
}

    .StepnavPT ol li.current:after {
        border-left: 24px solid #ffa75a;
    }
/* StepnavPT（身上異動申請画面用）
-----------------------------------------*/

@media screen and (max-width: 960px) {
    .StepnavGA ol li span {
        display: none;
    }
}

.StepnavGA ol li a {
    text-decoration: underline;
}

.StepnavGA ol li:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #cccccc;
    z-index: 99;
}

.StepnavGA ol li:nth-child(7):before {
    display: none;
}

.StepnavGA ol li:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -24px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #f9f9f9;
    z-index: 99;
}

.StepnavGA ol li:last-child:after {
    display: none;
}

.StepnavGA ol li.current {
    border-top: solid 1px #2196f3;
    border-bottom: solid 1px #2196f3;
}

    .StepnavGA ol li.current:after {
        border-left: 24px solid #2196f3;
    }

.StepnavGA a {
    color: inherit;
}

/* StepnavGA 総務一覧用
-----------------------------------------*/

/* StepnavSG 金庫番一覧用
-----------------------------------------*/

.StepnavSG ol {
    margin-top: 40px;
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    padding-left: 0px;
}

    .StepnavSG ol li {
        position: relative;
        display: table-cell;
        box-sizing: border-box;
        padding-left: 25px;
        text-align: center;
        vertical-align: middle;
        color: #2196f3;
        font-size: 14px;
        background-color: #f9f9f9;
        font-weight: bold;
        border-top: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
    }

        .StepnavSG ol li:first-child {
            padding-left: 0;
        }

@media screen and (max-width: 960px) {
    .StepnavSG ol li {
        font-size: 12px;
    }
}

.StepnavSG ol li.current {
    background-color: #2196f3;
    color: #FFF;
}

@media screen and (max-width: 960px) {
    .StepnavSG ol li span {
        display: none;
    }
}

.StepnavSG ol li a {
    text-decoration: underline;
}

.StepnavSG ol li:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #cccccc;
    z-index: 99;
}

.StepnavSG ol li:nth-child(2):before {
    display: none;
}

.StepnavSG ol li:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -24px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #f9f9f9;
    z-index: 99;
}

.StepnavSG ol li:last-child:after {
    display: none;
}

.StepnavSG ol li.current {
    border-top: solid 1px #2196f3;
    border-bottom: solid 1px #2196f3;
}

    .StepnavSG ol li.current:after {
        border-left: 24px solid #2196f3;
    }

.StepnavSG a {
    color: inherit;
}

/* StepnavSG 金庫番一覧用
-----------------------------------------*/

/* StepnavAC 経理一覧用
-----------------------------------------*/

.StepnavAC ol {
    margin-top: 40px;
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    padding-left: 0px;
}

    .StepnavAC ol li {
        position: relative;
        display: table-cell;
        box-sizing: border-box;
        padding-left: 25px;
        text-align: center;
        vertical-align: middle;
        color: #2196f3;
        font-size: 14px;
        background-color: #f9f9f9;
        font-weight: bold;
        border-top: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
    }

        .StepnavAC ol li:first-child {
            padding-left: 0;
        }

@media screen and (max-width: 960px) {
    .StepnavAC ol li {
        font-size: 12px;
    }
}

.StepnavAC ol li.current {
    background-color: #2196f3;
    color: #FFF;
}

@media screen and (max-width: 960px) {
    .StepnavAC ol li span {
        display: none;
    }
}

.StepnavAC ol li a {
    text-decoration: underline;
}

.StepnavAC ol li:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #cccccc;
    z-index: 99;
}

.StepnavAC ol li:nth-child(2):before {
    display: none;
}

.StepnavAC ol li:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -24px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #f9f9f9;
    z-index: 99;
}

.StepnavAC ol li:last-child:after {
    display: none;
}

.StepnavAC ol li.current {
    border-top: solid 1px #2196f3;
    border-bottom: solid 1px #2196f3;
}

    .StepnavAC ol li.current:after {
        border-left: 24px solid #2196f3;
    }

.StepnavAC a {
    color: inherit;
}

/* StepnavAC 経理一覧用
-----------------------------------------*/

.yesno {
    height: 650px;
    position: relative;
    padding: 0;
    margin: 0;
}

    .yesno ul li {
        list-style: none;
        float: left;
        text-align: center;
        display: block;
        font-size: 120%;
        color: #333A40;
    }

.positionFit {
    position: absolute;
    left: 0px;
    top: 20px;
}

.col_0 li {
    width: 100%;
    padding: 5px;
}

.col_1 li {
    width: 99%;
    margin: 1%;
}

.col_2 li {
    width: 48%;
    margin: 1%;
}

.col_3 li {
    width: 31%;
    margin: 1%;
}

.col_4 li {
    width: 23%;
    margin: 1%;
}

.col_5 li {
    width: 18%;
    margin: 1%;
}

.col_6 li {
    width: 14%;
    margin: 1%;
}

.col_7 li {
    width: 12%;
    margin: 1%;
}

.yesno ul li a {
    color: #FFF;
    text-decoration: none;
    width: 100%;
    display: block;
    background-color: #90b4ce;
    padding: 15px 0;
}

.yesno div {
    clear: both;
    width: 100%;
}

.yesno ul li a:hover {
    background-color: #0065c1;
}

.yesno ul {
    padding: 5px;
}

.breadcrumb-item + .breadcrumb-item::before { /*区切り線の変更*/
    content: ">";
}


/*type=numberの矢印ボタン消去
-----------------------------------------*/
/*chrome safari*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*firefox ie*/
input[type="number"] {
    -moz-appearance: textfield;
}
/*type=numberの矢印ボタン消去
-----------------------------------------*/

/*テーブルにスクロール追加
-----------------------------------------*/
.scroll-table {
    display: block;
    overflow-x: scroll;
}
/*テーブルにスクロール追加
-----------------------------------------*/

.table input[type=checkbox] {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}

/*readonly disabled時の背景色
-----------------------------------------*/
.form-control [readonly] {
    background-color: lightyellow;
}

.table input[readonly] {
    background-color: lightyellow;
}

.table select[readonly] {
    background-color: lightyellow;
}

.table input[disabled] {
    background-color: lightyellow;
}

.table select[disabled] {
    background-color: lightyellow;
}

.form-control [disabled] {
    background-color: lightyellow;
}

.select-disabled [disabled] {
    background-color: lightyellow;
}

.form-control {
    background-color: inherit;
}

.table input {
    background-color: inherit;
}

.table select {
    background-color: inherit;
}

.select-disabled {
    background-color: inherit;
}
/*readonly disabled時の背景色
-----------------------------------------*/
#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
}

    #loading .loadingMsg {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding-top: 140px;
        background: url("/gif/loading.gif") center center no-repeat;
    }

/*ヘッダーの固定分datepickerの位置を下げる（表示位置調整）
-----------------------------------------*/
.datepicker-dropdown {
    margin-top: 100px;
}

.navbar {
    z-index: 9999;
}

.dropdown_multilayer_menu_sub {
    position: absolute;
    width: 170px;
    background: #BAD3FF;
    visibility: hidden;
}

.dropdown_multilayer_menu_sub_sub {
    position: absolute;
    width: 170px;
    background: #BAD3FF;
    visibility: hidden;
}

.dropdown_multilayer_menu_third_sub {
    position: absolute;
    top: 0;
    left: 170px;
    width: 100%;
    background: #D9E5FF;
    visibility: hidden;
}
.dropdown_multilayer_menu_third_sub_sub {
    position: absolute;
    top: 0;
    left: 170px;
    width: 100%;
    background: #C4CAD9;
    visibility: hidden;
}

.dropdown_multilayer_menu_third::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0da";
    position: absolute;
    top: 8px;
    right: 5px;
}

.multilayer_menu_sub::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0da";
    position: absolute;
    right: 5px;
}

.dropdown_multilayer_menu_third {
    position: relative;
}

    .dropdown_multilayer_menu_third:hover
    .dropdown_multilayer_menu_third_sub {
        visibility: visible;
    }
.dropdown_multilayer_menu_third_sub:hover
.dropdown_multilayer_menu_third_sub_sub {
    visibility: visible;
}
.dropdown_multilayer:hover
.dropdown_multilayer_menu_sub {
    visibility: visible;
}

.dropdown_multilayer_menu_sub:hover
dropdown_multilayer_menu_sub ul {
    visibility: visible;
}

.mailconfirm_label {
    width: 68px;
}

/*TOPへ戻るボタン
-----------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 80%;
    z-index: 100;
    display: none;
}

    #page-top a {
        display: block;
        background: #666;
        color: #fff;
        width: 90px;
        padding: 25px 0;
        text-align: center;
        text-decoration: none;
        border-radius: 10px;
    }

        #page-top a:hover {
            background: #999;
            text-decoration: none;
        }
/*TOPへ戻るボタン
-----------------------------------------*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*ヘッダーメニュー
------------------------------------------*/
.gnav {
    display: flex;
    height: 2rem;
    margin: 0px;
    width: 100%;
    font-size: 18px;
    background-color: #f8f9fa;
}

    .gnav > li { /*親階層のみ幅を25%にする*/
        width: 25%;
    }
    /*全てのリスト・リンク共通*/
    .gnav li {
        list-style: none;
        position: relative;
    }

        .gnav li a {
            background: #3da9fc;
            border-right: 1px solid #eee;
            color: #fff;
            display: block;
            height: 2rem;
            line-height: 2rem;
            text-align: center;
            text-decoration: none;
            width: 100%;
        }
        /*子階層以降共通*/
        .gnav li li {
            height: 0;
            overflow: hidden;
            /*transition: .5s;*/
            z-index:100;
        }

            .gnav li li a {
                border-top: 1px solid #eee;
            }

        .gnav li:hover > ul > li {
            height: 2rem;
            overflow: visible;
        }

        .gnav li ul li ul {
            left: 100%;
            position: absolute;
            top: 0;
            width: 100%;
        }
    /*一番右のメニュー*/
    .gnav > li:nth-child(6) ul li ul {
        left: -100%;
    }
    /*aの背景色を指定*/
    .gnav li:hover a { /*親階層*/
        background: #90b4ce;
    }

    .gnav li li a { /*子階層*/
        background: #90b4ce;
    }

    .gnav li li:hover a {
        background: #90b4ce;
    }

    .gnav li ul li ul li a { /*孫階層*/
        background: #90b4ce;
    }

    .gnav li ul li ul li:hover a {
        background: #0065c1;
    }

    .gnav li ul li ul li ul li a { /*ひ孫階層*/
        background: #0065c1;
    }

    .gnav li ul li ul li ul li:hover a {
        background: #1e7dd4;
    }
    /*リストに「▶︎」を付ける*/
    .gnav > li > ul:before { /*子階層*/
        border: 5px solid transparent;
        border-top: 5px solid #fff;
        content: "";
        right: 1rem;
        position: absolute;
        top: 1rem;
        transform: translateY(-40%);
    }

    .gnav li ul li ul:before { /*孫階層*/
        border: 5px solid transparent;
        border-left: 5px solid #fff;
        content: "";
        left: -20px;
        position: absolute;
        top: 1em;
        transform: translateY(-50%);
    }

    .gnav li:nth-child(5) ul li ul:before { /*一番右のメニューの孫階層*/
        border: 5px solid transparent;
        border-right: 5px solid #fff;
        left: auto;
        right: -20px;
    }
/*ヘッダーメニュー
------------------------------------------*/

/*身上異動ーメニュー
------------------------------------------*/
.ptnav {
    display: flex;
    height: 2rem;
    margin: 0px;
    width: 100%;
}

    .ptnav > li { /*親階層のみ幅を25%にする*/
        width: 25%;
    }
    /*全てのリスト・リンク共通*/
    .ptnav li {
        list-style: none;
        position: relative;
        z-index:100;
    }

        .ptnav li a {
            background: #1581e3;
            border-right: 1px solid #eee;
            color: #fff;
            display: block;
            height: 2rem;
            line-height: 2rem;
            text-align: center;
            text-decoration: none;
            width: 100%;
        }
        /*子階層以降共通*/
        .ptnav li li {
            height: 0;
            overflow: hidden;
            transition: .5s;
            z-index: 100;
        }

            .gnav li li a {
                border-top: 1px solid #eee;
            }

.ptnav li:hover > ul > li {
    height: 2rem;
    overflow: visible;
}

.ptnav li ul li ul {
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
    /*一番右のメニュー*/
.ptnav > li:nth-child(5) ul li ul {
    left: -100%;
}
    /*aの背景色を指定*/
.ptnav li:hover a { /*親階層*/
    background: #00305c;
}

.ptnav li li a { /*子階層*/
    background: #00305c;
}

.ptnav li li:hover a {
    background: #004789;
}

.ptnav li ul li ul li a { /*孫階層*/
    background: #004789;
    text-align: left;
}

.ptnav li ul li ul li:hover a {
    background: #0065c1;
}

.ptnav li ul li ul li ul li a { /*ひ孫階層*/
    background: #0065c1;
}

.ptnav li ul li ul li ul li:hover a {
    background: #1e7dd4;
}
    /*リストに「▶︎」を付ける*/
.ptnav > li > ul:before { /*子階層*/
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    right: 0.5rem;
    position: absolute;
    top: 1rem;
    transform: translateY(-40%);
}

.ptnav li ul li ul:before { /*孫階層*/
    border: 5px solid transparent;
    border-left: 5px solid #fff;
    content: "";
    left: -20px;
    position: absolute;
    top: 1em;
    transform: translateY(-50%);
}

.ptnav li:nth-child(5) ul li ul:before { /*一番右のメニューの孫階層*/
    border: 5px solid transparent;
    border-right: 5px solid #fff;
    left: auto;
    right: -20px;
}
/*身上異動メニュー
------------------------------------------*/

.personal-transfer-items li {
    width: 130px;
    padding: .50rem ;
}

    .personal-transfer-items li.current {
        background-color: #2196f3;
        color: white;
    }

.infoBtn {
    padding: 0px,0px,5px,5px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    border: solid 0.5px;
}

.preview img {
    width: 90%;
    margin: 10px;
    border: solid 1px silver;
}
