/*+各種マスタ：クレジット登録CSS*/

.div_h1{
    width: 100%;
    border: 1px solid #000080;
    padding-bottom: 1em;
    margin-top: -0.5em;
    margin-bottom: 3em;
}

.div_h1 p{
    width: 95%;
    margin: 1em auto;
}

/**クレジット会社一覧*/
/*//新規登録 credit div_1*/
.credit .div_1 .div_flex{
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.credit .div_1 table{
    width: 40%;
    margin: 0 auto;
}

.credit .div_1 table th{
    width: 29%;
}

.credit .div_1 table th span{
    color: red;
}

/*改行*/
.credit .div_1 table span{
    display: block;
}

img[data-original="../../7-other_master/7-2-011/img/credit_1.png"]{
    width: 56%;
    height: fit-content;
}

/*//クレジット会社名の変更 credit div_2*/
.credit .div_2 .div_flex{
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.credit .div_2 p{
    width: 40%;
}

/*変更 登録*/
.credit .div_2 p span{
    display: inline-block;
    width: 5.5em;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #EFEFEF;
    border: 1px solid #767676;
    border-radius: 3px;
    margin: 0 0.3em;
}

.credit .div_2 div{
    width: 57%;
}

.credit .div_2 div img{
    width: 100%;
}

/*上向き矢印*/
.credit .div_2 .arrow{
    display: inline-block;
    width: auto;
    height: 3em;
    display: flex;
    justify-content: center;
}

.credit .div_2 .arrow::before{
    content: "↑";
    display: inline-block;
    font-size: 30px;
    color: #4F4F4F;
}

/*//登録内容の削除 credit div_3*/
.credit .div_3 .div_flex{
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.credit .div_3 p{
    width: 40%;
}

/*削除*/
.credit .div_3 p span{
    display: inline-block;
    width: 5.5em;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #EFEFEF;
    border: 1px solid #767676;
    border-radius: 3px;
    margin: 0 0.3em;
}

.credit .div_3 div{
    width: 57%;
}

img[data-original="../../7-other_master/7-2-011/img/credit_4.png"]{
    width: 100%;
}

/*確認メッセージ*/
img[data-original="../../7-other_master/7-2-011/img/credit_5.png"]{
    width: 65%;
    border: 5px solid #F4DED3;
    border-radius: 20px;
    margin-top: 1em;
}