/*+各種マスタ：カテゴリ登録CSS*/

/*+カテゴリ名称 category*/
.category .div_flex{
    width: 95%;
    display: flex;
    margin: 0 auto;
}

.category p{
    width: 45%;
}

/*カテゴリ名称（１ー６）の登録*/
.category .spa_1{
    display: inline-block;
    width: 45%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    color: white;
    letter-spacing: 0.15em;
    background-color: #564E9E;
    border-radius: 3px;
    margin-right: 00.3em;
}

/*詳細検索（クリックで詳細検索を表示）*/
.category .spa_2{
    display: inline-block;
    width: 65%;
    height: 38px;
    line-height: 38px;
    font-size: 17px;
    font-weight: bold;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    color: #15428B;
    text-align: center;
    border: 2px solid #9AC1C9;
    margin-right: 0.3em;
}

.category img{
    width: 53%;
    height: fit-content;
}

/*+カテゴリリスト category_list*/
/*//リスト画面へ移動 category_list div_1*/
.category_list .div_1{
    width: 95%;
    display: flex;
    margin: 0 auto;
}

.category_list .div_1 div{
    width: 45%;
}
.category_list .div_1  div p:last-of-type{
    width: 98%;
    margin-top: 3em;
}


/*リストを編集*/
.category_list .div_1 span{
    display: inline-block;
    width: 45%;
    height: 35px;
    line-height: 35px;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-align: center;
    background-color: #EFEFEF;
    border: 1px solid #767676;
    border-radius: 3px;
    margin-right: 0.3em;
}

.category_list .div_1 img{
    width: 53%;
}

/*カテゴリのリスト登録・編集画面の外枠 category_list_2*/
.category_list_2{
    width: 98%;
    margin: 0 auto;
}

.category_list_2 h3{
    font-size: 18px;
}

/*//画面上部 category_list div_2*/
.category_list .div_2 .div_flex{
    width: 95%;
    display: flex;
    margin: 0 auto;
}

.category_list .div_2 table{
    width: 33%;
    font-size: 15px;
    margin-bottom: 1em;
}

.category_list .div_2 table th{
    width: 9em;
}

.category_list .div_2 table td{
    padding: 0.3em 0.4em;
}

.category_list .div_2 img{
    width: 65%;
    height: fit-content;
    margin-right: 0;
}

/*どのカテゴリリストを開いているか*/
.category_list .div_2 div:last-of-type{
    width: 38%;
    font-size: 15px;
    margin-left: 2em;
    margin-bottom: 2em;
}

.category_list .div_2 div:last-of-type img{
    width: 80%;
    margin: 0 auto;
}

/*//リスト編集 category_list div_3*/
/*h4左丸*/
.category_list .div_3 h4{
    width: 100%;
    font-weight: normal;
    color: black;
    padding-left: 1em;
    margin: 0;
    margin-bottom: 0.5em;
}

.category_list .div_3 h4::before{
    content: "●";
    display: inline-block;
    font-size: 20px;
}

.category_list .div_3 .div_flex{
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

/*グレーのボタンみたいな装飾*/
.category_list .div_3 .div_flex .spa_1{
    display: inline-block;
    width: 4em;
    height: 30px;
    line-height: 30px;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.08em;
    text-align: center;
    background-color: #EFEFEF;
    border: 1px solid #767676;
    border-radius: 3px;
    margin: 0 0.3em;
}

.category_list .div_3 .div_flex p{
    width: 37%;
}

/*カテゴリリスト新規登録*/
/*登録必須下線*/
.category_list .div_3 .div_flex:first-of-type p .spa_2{
    text-decoration: underline 2px;
    text-decoration-color: red;
}

.category_list .div_3 .div_flex div{
    width: 60%;
    height: fit-content;
}

.category_list .div_3 .div_flex div img{
    width: 100%;
}
/*下向き矢印*/
.category_list .div_3 .div_flex .arrow{
    width: auto;
    display: flex;
    justify-content: center;
}

.category_list .div_3 .div_flex .arrow::before{
    content: "↓";
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: black;
}

/*登録済リストの登録*/
img[data-original="../../7-other_master/7-2-005/img/category_list_6.png"]{
    width: 60%;
    height: fit-content;
    margin-right: 0;
}

/*登録済リストの削除*/
img[data-original="../../7-other_master/7-2-005/img/category_list_9.png"]{
    display: inline-block;
    width: 45%;
    height: fit-content;
    border: 5px solid #F4DED3;
    border-radius: 20px;
}

/*//詳細検索（カテゴリ） category_list div_4*/
.category_list .div_4{
    width: 95%;
    display: flex;
    margin: 0 auto;
}

.category_list .div_4 p{
    width: 45%;
}

.category_list .div_4 .spa_1{
    display: inline-block;
    width: 65%;
    height: 38px;
    line-height: 38px;
    font-size: 17px;
    font-weight: bold;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    color: #15428B;
    text-align: center;
    border: 2px solid #9AC1C9;
    margin-right: 0.3em;
}

.category_list .div_4 img{
    width: 53%;
    height: fit-content;
}
