/*+各種マスタ：メーカー登録（メーカーマスタ）CSS*/

/*+表示条件 filter_maker*/
/**メーカーコード .filter_maker .div_1*/
.filter_maker .div_1 .div_flex{
    width: 95%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.filter_maker .div_1 .div_flex div{
    width: 50%;
}

.filter_maker .div_1 .div_flex div p{
    text-align: center;
    margin-bottom: 0.5em;
}

/*左画像*/
.filter_maker .div_1 .div_flex div img{
    width: 40%;
}

/*右画像*/
.filter_maker .div_1 .div_flex:last-of-type img{
    width: 35%;
    height: fit-content;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/**キーワード .filter_maker .div_2*/
.filter_maker .div_2 > p:first-of-type{
    width: 50%;
    margin-left: 1em;
    margin-bottom: 1em;
}

.filter_maker .div_2 .div_flex{
    width: 95%;
    display: flex;
    margin: 0 auto;
}

/*画像と並べるためのdiv*/
.filter_maker .div_2 .div_flex > div:first-of-type{
    width: 50%;
}

/*//全角・半角を区別する*/
.filter_maker .div_2 .div_flex div .div_2_1{
    width: 100%;
}

.filter_maker .div_2 .div_flex div .div_2_1 h4{
    font-size: medium;
    font-weight: normal;
    color: black;
    margin-bottom: 0;
}

.filter_maker .div_2 .div_flex .div_2_1 p:first-of-type{
    margin-left: 1em;
}

.filter_maker .div_2 .div_flex .div_2_1 p:last-of-type{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

/*table*/
.filter_maker .div_2 .div_flex .div_2_1 table{
    width: 95%;
    margin: 0 auto;
}

.filter_maker .div_2 .div_flex .div_2_1 table th{
    width: 28%;
}

/*区別する*/
.filter_maker .div_2 .div_flex .div_2_1 table tr:first-of-type th{
    padding-right: 3%;/*区別しない と縦列揃える*/
}

.filter_maker .div_2 .div_flex .div_2_1 table tr:first-of-type th::before{
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../common_img/check_on.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.4em;
}

/*区別しない*/
.filter_maker .div_2 .div_flex .div_2_1 table tr:last-of-type th::before{
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../common_img/check_off.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.4em;
}

.filter_maker .div_2 .div_flex .div_2_1 table td ul{
    padding: 0;
    margin: 0;
}

.filter_maker .div_2 .div_flex .div_2_1 table td ul li{
    width: 100%;
    display: flex;
}

.filter_maker .div_2 .div_flex .div_2_1 table td ul li span{
    display: inline-block;
    width: 55%;
    color: #FF0000;
    font-weight: bold;
    margin: 0 0 0 auto;
}

/*不同*/
.filter_maker .div_2 .div_flex .div_2_1 table tr:first-of-type td ul li:last-child span{
    color: #0084FF;
}

/*//キーワードの一致条件 .filter_maker .div_2 .div_2_2*/
.filter_maker .div_2 .div_2_2{
    width: 100%;
}

.filter_maker .div_2 .div_2_2 > p:first-of-type{
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin: 0.3em 0;
}

.filter_maker .div_2 .div_2_2 h4{
    font-size: medium;
    font-weight: normal;
    color: black;
    margin-bottom: 0;
}

/*table*/
.filter_maker .div_2 .div_flex .div_2_2 table{
    width: 95%;
    margin: 0 auto;
}

.filter_maker .div_2 .div_flex .div_2_2 table th{
    width: 28%;
}

.filter_maker .div_2 .div_flex .div_2_2 table td ul{
    padding: 0;
    margin: 0;
}

.filter_maker .div_2 .div_flex .div_2_2 table td ul li{
    width: 100%;
    display: flex;
    padding-left: 0;
}

/*部分p*/
.filter_maker .div_2 .div_flex .div_2_2 table .tr_3 p{
    width: 100%;
    display: flex;
    align-items: center;
}

/*完全一致の下li*/
.filter_maker .div_2 .div_flex .div_2_2 table .tr_4 ul li:last-of-type{
    width: 100%;
}

/*ul span*/
.filter_maker .div_2 .div_flex .div_2_2 table span{
    display: inline-block;
    margin: 0 0 0 auto;
}

/*前方 後方 完全一致spanサイズ*/
.filter_maker .div_2 .div_flex .div_2_2 table .tr_1 td span,
.filter_maker .div_2 .div_flex .div_2_2 table .tr_2 td span,
.filter_maker .div_2 .div_flex .div_2_2 table .tr_4 td span:first-of-type{
    width: 81%;
}

/*部分の下 完全一致の下 spanサイズ*/
.filter_maker .div_2 .div_flex .div_2_2 table .tr_3 .spa_1,
.filter_maker .div_2 .div_flex .div_2_2 table .tr_4 ul li:last-of-type .spa_1{
    width: 55%;
}

/*◯*/
.filter_maker .div_2 .div_flex .div_2_2 table .maru{
    position: relative;
}

.filter_maker .div_2 .div_flex .div_2_2 table .maru::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #FF0000;
    border-radius: 50%;
    position: absolute;
    bottom: 15%;
}

/*部分◯*/
.filter_maker .div_2 .div_flex .div_2_2 table .tr_3 p .spa_1{
    position: relative;
}

.filter_maker .div_2 .div_flex .div_2_2 table .tr_3 p .spa_1::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #FF0000;
    border-radius: 50%;
    position: absolute;
    bottom: 15%;
    left: 2.25em;
}

/*前方 後方✕*/
.filter_maker .div_2 .div_flex .div_2_2 table .bastu::before{
    content: "×";
    display: inline-block;
    width: 0;
    height: 0;
    color: #0084FF;
    font-size: 30px;
    font-weight: bold;
    margin-top: -3.5%;
    margin-left: -1%;
}

/*完全一致✕*/
.filter_maker .div_2 .div_flex .div_2_2 table .tr_4 .spa_1{
    position: relative;
}

.filter_maker .div_2 .div_flex .div_2_2 table .tr_4 .spa_1::before{
    content: "×";
    display: inline-block;
    width: 0;
    height: 0;
    color: #0084FF;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: -43%;
    left: 1em;
}

/*右画像*/
.filter_maker .div_2 .div_flex img{
    width: 35%;
    height: fit-content;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/*+メーカーマスタ maker*/
/*//CSV maker table*/
.maker table{
    width: 95%;
    margin: 0 auto;
}

.maker table th{
    width: 17.75%;
    padding: 0.2em 0;
}

/**一覧の表示・更新と新規登録 maker div_1*/
.maker .div_1{
    width: 100%;
}

.maker .div_1 .div_flex{
    width: 95%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    position: relative;/*.maker .div_1 .div_flex > p:last-of-typeの親*/
}

.maker .div_1 .div_flex div{
    width: 45%;
}

.maker .div_1 .div_flex div p{
    width: fit-content;
    height: 35px;
    line-height: 35px;
    color: #585A67;
    letter-spacing: 0.05em;
    text-decoration: underline;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    padding: 0 0.5em;
    margin-bottom: 1em;
}

.maker .div_1 .div_flex div img{
    width: 100%;
    height: fit-content;
}

.maker .div_1 .div_flex > p:last-of-type{
    width: 40%;
    position: absolute;
    left: 7%;
    bottom: 13%;
}

.maker .div_1 table{
    margin-top: 1.5em;
}

.maker .div_1 table th{
    padding-top: 0;
    padding-bottom: 0;
}

/*//項目説明*/
.maker .div_1 table .tr_1{
    border-bottom: 5px solid #D8DCDE;
}
.maker .div_1 table tr td{
    width: 100%;
    padding: 0;
}

.maker .div_1 table .tr_1 td span{
    display: inline-block;
    width: 50%;
    text-align: center;
}

/*新規*/
.maker .div_1 table .tr_1 td .new{
    background-color: #DDEEFF;
}

/*更新*/
.maker .div_1 table .tr_1 td .edit{
    background-color: #E9F7EF;
    border-left: 1px solid #D8DCDE;
}

/*必須項目*/
.maker .div_1 table .spa_2{
    display: inline-block;
    width: 5em;
    color: red;
    margin-left: 1.5em;
}

.maker .div_1 table ul{
    padding-left: 0;
    margin: 0;
}

.maker .div_1 table ul li{
    height: 33px;
    line-height: 33px;
    padding-left: 1em;
}

.maker .div_1 table ul li:first-child{
    background-color: #DDEEFF;
}

.maker .div_1 table ul li:last-child{
    background-color: #E9F7EF;
    border-top: 1px solid #D8DCDE;
}

/*//新規登録・更新・削除 maker div_2*/
.maker .div_2 div{
    width: 95%;
    margin: 0 auto;
}

.maker .div_2 div:not(.maker .div_2 div:last-of-type){
    margin-bottom: 2em;
}

.maker .div_2 div:first-of-type{
    margin-bottom: 2em;
}

.maker .div_2 h4{
    font-weight: normal;
    color: black;
    margin-bottom: 0;
}

/*h4左丸*/
.maker .div_2 h4::before{
    content: "●";
    display: inline-block;
    font-size: 20px;
}

.maker .div_2 div p{
    padding-left: 1em;
}

/*新規登録ボタン*/
.maker .div_2 .spa_1{
    display: inline-flex;
    align-items: center;
    margin: 0 0.2em;
}

.maker .div_2 .spa_1::before{
    content: "";
    display: inline-block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    background-image: url(img/button_new.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/*更新ボタン*/
.maker .div_2 .spa_2{
    display: inline-flex;
    align-items: center;
    margin: 0 0.2em;
}

.maker .div_2 .spa_2::before{
    content: "";
    display: inline-block;
    width: 83px;
    height: 35px;
    line-height: 35px;
    background-image: url(img/button_registration.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/*削除ボタン*/
.maker .div_2 .spa_3{
    display: inline-flex;
    align-items: center;
    margin: 0 0.2em;
}

.maker .div_2 .spa_3::before{
    content: "";
    display: inline-block;
    width: 83px;
    height: 35px;
    line-height: 35px;
    background-image: url(img/button_delete.png);
    background-repeat: no-repeat;
    background-size: contain;
}
