/*+各種マスタ：入出金メモ登録CSS*/

/**メモ種別 memo_typ*/
.memo_type .div_flex_1,
.memo_type .div_flex_2{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.memo_type .div_flex_1{
    width: 95%;
}

.memo_type .div_flex_1 p{
    width: 30%;
}

.memo_type .div_flex_1 img{
    width: 45%;
    margin-left: 0;
}

.memo_type .div_flex_2{
    width: 90%;
    margin-top: 2em;
}

.memo_type .div_flex_2 div{
    width: 47%;
    text-align: center;
}

.memo_type .div_flex_2 div p{
    width: 2em;
    margin: 0 auto;
    margin-bottom: 0.5em;
}

.memo_type .div_flex_2 div img{
    width: 100%;
}

/**入出金メモの登録・一覧 cash_flow*/
.cash_flow .com_h2{
    display: flex;
}

.spa_h2{
    display: inline-block;
    width: 25%;
    font-size: 15px;
    font-weight: normal;
    color: black;
    text-align: center;
    margin-left: 3em;
}

/*//新規登録 cash_flow div_1*/
.cash_flow .div_1 .div_flex{
    width: 95%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    margin: 0 auto;
}

.cash_flow .div_1 .div_flex table{
    width: 45%;
    margin-bottom: 0;
}

.cash_flow .div_1 .div_flex table th{
    width: 30%;
}

.cash_flow .div_1 .div_flex table th span{
    display: block;
    color: red;
}

.cash_flow .div_1 .div_flex img{
    width: 50%;
    height: fit-content;
    margin: 0;
}

/*//登録内容の変更 cash_flow div_2*/
.cash_flow .div_2 .div_flex{
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.cash_flow .div_2 .div_flex p{
    width: 45%;
}

/*変更 登録*/
.cash_flow .div_2 .div_flex p span{
    display: inline-block;
    width: 6em;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #EFEFEF;
    border: 1px solid #767676;
    border-radius: 3px;
    margin: 0 0.3em;
}

.cash_flow .div_2 .div_flex div{
    width: 50%;
}

.cash_flow .div_2 .div_flex div img{
    width: 100%;
}

/*上向き矢印*/
.cash_flow .div_2 .arrow{
    display: inline-block;
    width: 100%;
    height: 50px;
    display: inline-flex;
    justify-content: center;
}

.cash_flow .div_2 .arrow::before{
    content: "↑";
    display: inline-block;
    font-size: 30px;
    color: #4F4F4F;
    font-weight: bold;
}

/*//登録内容の削除 cash_flow div_3*/
.cash_flow .div_3 .div_flex{
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.cash_flow .div_3 .div_flex p{
    width: 45%;
}

/*削除*/
.cash_flow .div_3 .div_flex p span{
    display: inline-block;
    width: 6em;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #EFEFEF;
    border: 1px solid #767676;
    border-radius: 3px;
    margin: 0 0.3em;
}

.cash_flow .div_3 .div_flex div{
    width: 50%;
}

img[data-original="../../7-other_master/7-2-014/img/cash_flow_4.png"]{
    width: 100%;
}

/*削除確認メッセージ*/
img[data-original="../../7-other_master/7-2-014/img/cash_flow_5.png"]{
    width: 75%;
    border: 5px solid #F4DED3;
    border-radius: 20px;
    margin-top: 1em;
}

/*//ダウンロードデータ作成 cash_flow div_4*/
