/*+各種マスタ：商品券登録CSS*/
.div_h1 img{
    margin-top: 0.5em;
}

/**新規登録*/
/*共通*/
.ticket .div_1 img,
.ticket .div_2 img,
.ticket .div_3 img{
    width: 75%;
    margin-bottom: 2em;
}

.ticket table{
    width: 94%;
    margin: 0 auto;
}

.ticket table th{
    text-align: left;
    padding-left: 1.5em;
}

/*//商品券 ticket div_1*/
/*※*/
.ticket .div_1 table tr:nth-of-type(n+3) th{
    position: relative;
}

.ticket .div_1 table tr:nth-of-type(n+3) th::after{
    content: "※";
    display: inline-block;
    font-size: 20px;
    color: red;
    position: absolute;
    right: 1.5em;
}

.ticket .div_1 table tr:last-of-type td{
    color: #767676;
}

.ticket .div_1 table tr:last-of-type td::before{
    content: "※";
    display: inline-block;
    font-size: 20px;
    color: red;
}

/*//チケット ticket div_2*/
/*//チケット値引 ticket div_3*/

/*+登録済商品券一覧 ticket_list*/
/*変更 削除*/
.ticket_list p span{
    display: inline-block;
    width: 4.3em;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background-color: #EFEFEF;
    border: 1px solid #767676;
    border-radius: 3px;
    margin: 0 0.3em;
}

/**登録内容の変更 ticket_list div_1*/
.ticket_list .div_1 .div_flex{
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.ticket_list .div_1 .div_flex p{
    width: 31%;
}

.ticket_list .div_1 .div_flex div{
    width: 66%;
}

.ticket_list .div_1 .div_flex div img{
    width: 100%;
    margin: 0;
}

/*上向き矢印*/
.ticket_list .div_1 .arrow{
    display: inline-block;
    width: 100%;
    height: 50px;
    display: inline-flex;
    justify-content: center;
}

.ticket_list .div_1 .arrow::before{
    content: "↑";
    display: inline-block;
    font-size: 30px;
    color: #4F4F4F;
    font-weight: bold;
}

/**商品券の削除 ticket_list div_2*/
.ticket_list .div_2 .div_flex{
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.ticket_list .div_2 .div_flex p{
    width: 31%;
}

.ticket_list .div_2 .div_flex div{
    width: 66%;
}

/*画像*/
img[data-original="../../7-other_master/7-2-012/img/ticket_list_3.png"]{
    width: 100%;
}

/*確認メッセージ*/
img[data-original="../../7-other_master/7-2-012/img/ticket_list_4.png"]{
    width: 65%;
    border: 5px solid #F4DED3;
    border-radius: 20px;
    margin-top: 1em;
}
