/*+基本設定：自動発注CSS*/
table,ul{
    margin-bottom: 0;
}

ul{
    color: black;
}

img{
    height: fit-content;
}

h4,h5{
    font-weight: normal;
    color: black;
    margin-bottom: 0;
}


/**基本設定にて設定を変更する auto_order div_1*/
.auto_order .div_1 p{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 1em;
}

/**自動発注商品の選択 auto_order div_2*/
.auto_order .div_2 .div_flex{
    width: 97%;
    justify-content: space-between;
}

.auto_order .div_2 .d_2{
    margin-top: 2em;
}

.auto_order .div_2 .d_2 p{
    width: 35.9%;
}

/*注意点*/
.auto_order .div_2 .d_3{
    width: 95%;
    border: 1px solid #0000FF;
    background-color: #EEFAFF;
    padding: 0.5em;
    margin: 0 auto;
    margin-top: 1.5em;
}

.auto_order .div_2 .d_3 h4{
    font-weight: bold;
}

/**発注点登録 auto_order div_3*/
/*全店舗*/
.auto_order .div_3 .p_2{
    text-decoration: underline;
    text-decoration-color: red;
}

.auto_order .div_3 .div_flex table{
    width: 98%;
    font-size: 15px;
    margin-top: 1em;
}

.auto_order .div_3 .div_flex table th{
    width: 16%;
}

/*img発注点登録画面*/
img[data-original="../../../8-settings/8-1-001/8-1-001-6/img/entry_screen_1.png"]{
    width: 55%;
}

.auto_order .div_3 .d_2{
    width: 100%;
}

.auto_order .div_3 .d_2 div{
    width: 45%;
}

.auto_order .div_3 .d_2 div p{
    width: 100%;
    padding-left: 1em;
}

.auto_order .div_3 .d_2 div a{
    display:inline-block;
    margin-top: 1em;
    margin-left: 1em;
}

/*発注点マスタ*/
.auto_order .div_3 .d_2 span{
    display: inline-block;
    width: 27%;
    height: 45px;
    line-height: 45px;
    font-family: FontAwesome;
    color: #585A67;
    border-bottom: 4px solid #627295;
    border-radius: 5px;
    background: linear-gradient(
        to bottom,
        #D9D4A7 0%,
        #D9D4A7 5%,
        #F4EFBC 100%);    
    padding-left: 2.4em;
    margin: 0 0.2em;
    position: relative;
}

.auto_order .div_3 .d_2 span::before{
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(img/import.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4%;
}

.auto_order .div_3 .d_2  img{
    width: 45%;
}

.auto_order .div_3 > p:last-of-type{
    width: 100%;
    padding-left: 1em;
    margin-top: 2em;
}

.auto_order .div_3 > p:last-of-type span{
    font-weight: bold;
}

/*//登録済発注点の変更・削除 auto_order div_4*/
/*+仮*/
.auto_order .div_4 p{
    width: 95%;
    margin: 0 auto;
}

.auto_order .div_4 img{
    width: 70%;
    margin-top: 1em;
}

/*+自動発注依頼の確認方法 auto_order_executed */
/**発注済リストの表示 auto_order_executed div_1*/
.auto_order_executed .div_1 .div_flex{
    justify-content: space-between;
}

.auto_order_executed .div_1 .div_flex p{
    width: 32%;
}

.auto_order_executed .div_1 > p:last-of-type{
    width: 100%;
    padding-left: 2.5em;
    margin-top: 2em;
    margin-bottom: 1em;
}

/*img 発注依頼済の商品一覧*/
img[data-original="../../../8-settings/8-1-001/8-1-001-6/img/auto_order_executed_2.png"]{
    width: 80%;
}

/**発注済依頼内容の詳細確認 auto_order_executed div_2*/
.auto_order_executed .div_2 .d_1 p{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 1em;
}

/*編集*/
.auto_order_executed .div_2 .d_1 span{
    display: inline-block;
    width: 4em;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    color: white;
    background-color: #564E9E;
    border-radius: 5px;
    margin: 0 0.2em;
}

.auto_order_executed .div_2 .d_1 img{
    width: 70%;
}

.auto_order_executed .div_2 .d_2 p{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 0.5em;
}

.auto_order_executed .div_2 .d_2 img{
    width: 80%;
}

.auto_order_executed .div_2 .d_3 .div_flex div{
    width: 44%;
}

.auto_order_executed .div_2 .d_3 .div_flex img{
    width: 45%;
}

/**未発注依頼内容の確認 auto_order_executed div_3*/
.auto_order_executed .div_3 .div_flex{
    justify-content: space-between;
    margin-bottom: 2em;
}

.auto_order_executed .div_3 .div_flex p{
    width: 45%;
}

/*実行*/
.auto_order_executed .div_3 .div_flex p span{
    display: inline-block;
    width: 7em;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: white;
    background-color: #564E9E;
    border-radius: 5px;
    margin-left: 0.3em;
}

.auto_order_executed .div_3 .d_1{
    width: 95%;
    margin: 0 auto;
}

.auto_order_executed .div_3 .d_1 p{
    width: 100%;
    margin-bottom: 1em;
}

/*発注処理*/
.auto_order_executed .div_3 .d_1 p span{
    display: inline-block;
    width: 7em;
    height: 35px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.3em;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    color: white;
    background-color: #564E9E;
    border-radius: 5px;
    margin-right: 0.3em;
}

.auto_order_executed .div_3 .d_1 img{
    width: 70%;
}

/*+発注依頼された商品を本部一括発注 bulk_order*/
/**発注書を出力 bulk_order div_1*/
.bulk_order .div_1 .d_1 p{
    width: 50%;
}

/*発注データ作成*/
.bulk_order .div_1 .d_1 .spa_1{
    display: inline-block;
    width: 12em;
    height: 35px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.2em;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    color: white;
    background-color: #564E9E;
    border-radius: 5px;
    margin: 0 0.2em;
}

/*発注データ作成を受付けました。*/
.bulk_order .div_1 .d_1 .spa_2{
    display: inline-block;
    width: fit-content;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    font-size: 21px;
    letter-spacing: -0.05em;
    color: #0000FF;
}

/*印刷画面*/
.bulk_order .div_1 .d_1 .spa_3{
    display: inline-block;
    width: fit-content;
    font-weight: bold;
    color: #585A67;
    text-decoration: underline;
    margin: 0 0.2em;
}

.bulk_order .div_1 .d_1 img{
    width: 30%;
}

.bulk_order .div_1 .d_2{
    justify-content: space-between;
    margin-bottom: 2em;
}

.bulk_order .div_1 .d_2 div{
    width: 49%;
}

.bulk_order .div_1 .d_2 div p{
    width: 100%;
    margin-bottom: 1em;
}

/*PDF出力*/
.bulk_order .div_1 .d_2 div p .spa_1{
    display: inline-block;
    width: 6.5em;
    height: 35px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.2em;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    color: white;
    background-color: #564E9E;
    border-radius: 3px;
    margin: 0 0.2em;
}

.bulk_order .div_1 .d_2 div table{
    font-size: 14.5px;
}

.bulk_order .div_1 .d_2 div .table_1{
    width: 100%;
    margin-bottom: 1em;
}

.bulk_order .div_1 .d_2 div .table_1 th{
    width: 11em;
}

/*thの下線*/
.bulk_order .div_1 .d_2 div .table_1 th span{
    display: inline-block;
    width: fit-content;
    text-decoration: underline;
    text-decoration-thickness: 3px;
}

.bulk_order .div_1 .d_2 div .table_1 .tr_1 span,
.bulk_order .div_1 .d_2 div .table_1 .tr_2 span{
    text-decoration-color: #FF0000;

}

.bulk_order .div_1 .d_2 div .table_1 .tr_3 span{   
    text-decoration-color: #0084FF;
}

.bulk_order .div_1 .d_2 div .table_1 .tr_4 span{
    text-decoration-color: #6FD63F;
}

.bulk_order .div_1 .d_2 div .table_1 .tr_5 span{
    text-decoration-color: #ff6d01;
}

.bulk_order .div_1 .d_2 img{
    width: 49%;
    margin: 0;
}

.bulk_order .div_1 .d_2 div .table_2 th{
    width: 11em;
}

/*備考・納期登録*/
.bulk_order .div_1 .d_2 div p .spa_2{
    display: inline-block;
    width: 9em;
    height: 35px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.2em;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    color: white;
    background-color: #564E9E;
    border-radius: 3px;
    margin: 0 0.2em;
}

.bulk_order .div_1 .d_2 div > p:last-of-type{
    width: 100%;
    margin-top: 1em;
}

.bulk_order .div_1 .d_3{
    width: 95%;
    margin: 0 auto;
}

/*印刷画面*/
.bulk_order .div_1 .d_3 .spa_1{
    display: inline-block;
    width: 6em;
    height: 35px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.17em;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    color: white;
    background-color: #564E9E;
    border-radius: 3px;
    margin: 0 0.2em;
}
