/*+商品分析：科目別事績簿CSS*/
table,ul li{
    color: black;
    padding: 0;
    margin: 0;
}

ul{
    padding: 0;
    margin: 0;
}

table{
    height: fit-content;
}

table .div_flex{
    width: 100%;
}

/*+表示条件 period*/
/**期間 period*/
.period > p:first-of-type{
    width: 95%;
    margin: 0 auto;
    margin-bottom: 0.5em;
}

.period .div_flex > div{
    flex: 1;
}

.period table{
    width: 96.5%;
}

.period table th{
    width: 18%;
}

.period table td .div_1{
    margin-bottom: 1em;
}

/*basic.cssリセット*/
.period .div_1 > p:first-of-type{
    padding: 0;
}

.period table td .div_1 p{
    flex: 0.95;
}

.period table td .div_1 img{
    max-width: 211px;
    width: 100%;
}

.period .div_2 p{
    padding-left: 0;
    margin-bottom: 0.5em;
}

.period .div_2 .div_flex{
    width: 90%;
    justify-content: space-around;
    margin: 0 auto;
    margin-bottom: 0.5em;
}

/*basic.cssリセット*/
.period .div_2 .div_flex img{
    box-shadow: none;
}

.period .div_2 .div_flex img{
    min-width: 0;
    max-width: 226px;
    width: 100%;
}

/*右向き矢印*/
.period .div_2 .div_flex .arrow{
    display: flex;
    flex: 0.5;
    justify-content: center;
    align-items: center;
}

.period .div_2 .div_flex .arrow::before{
    content: "→";
    display: inline-block;
    font-size: 50px;
    font-weight: 900;
    color: #4F4F4F;
}

/*再検索 ３本バーアイコン*/
.period table th .icon{
    display: inline-block;
    font-size: 50px;
    color: #585A67;
    line-height: 1;
}

/*img表示条件：期間指定*/
#img_filter_1{
    max-width: 351px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/**部門（大部門・中部門・部門）department */
.department > p:first-of-type{
    width: 95%;
    margin: 0 auto;
    margin-bottom: 0.5em;
}

/*()と＋の位置*/
.department p > span:first-of-type{
    display: inline-flex;
    justify-content: space-between;
    width: 4.3em;
    text-align: center;
    align-items: start;
}

/*()*/
.department p > span:first-of-type::before{
    content: "（";
    font-size: 1.2em;
    color: #585A67;
}

.department p > span:first-of-type::after{
    content: "）";
    font-size: 1.2em;
    color: #585A67;
}

/*＋*/
.department .fa-plus{
    font-size: 1.8em;
    color: #585A67;
    line-height: 1;
    margin-right: 0.2em;
}

.department .div_flex div{
    flex: 1;
}

.department .div_flex div table{
    width: 96.5%;
}

.department table th{
    width: 18%;
}

/*再検索 歯車アイコン*/
.department .icon{
    display: inline-block;
    font-size: 50px;
    color: #585A67;
    line-height: 1;
}

.department table td ul{
    width: 90%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.department table td ul li{
    width: 6em;
    text-align: center;
}

/*ALL*/
.department table tr:last-of-type th{
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.3em;
}

/*img部門（大部門・中部門・部門）指定*/
#img_department{
    min-width: 0;
    max-width: 351px;
    width: 100%;
}

/***店舗・グループ選択 .filter .div_2*/

/*+科目別事績簿*/
/*img科目別事績簿（出力画面）*/
#img_subject_ledger_1{
    max-width: 1490px;
    width: 100%;
}

/*//出力ボタン上表示項目 display_item_on_button*/
.display_item_on_button th{
    width: 15%;
}

/*年 月*/
.display_item_on_button th .spa_1{
    display: inline-block;
    width: 3em;
    text-align: center;
    color: #585A67;
    border: 3px solid #CCCCCC;
    border-radius: 5px;
    background-color: #F5F5F5;
}