@charset "utf-8";

/*-------------------------------*/
/* テーマ設定管理機能(共通)           */
/*-------------------------------*/
.img_aim_flag {
    width: 30px; 
    height: 25px;
}

/*-------------------------------*/
/* 新しいテーマ設定部分               */
/*-------------------------------*/
.add_new_aim_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 9999;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0.99;
}
h2.section_title_newaim {
    color: #6D7393;
    margin: 10px auto;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.add_new_aim_card {
    margin: 10px;
}
.add_new_aim_card .position_row {
    margin-bottom: 10px;
}
.add_new_aim_card .calendar label {
    margin-right: 10px;
}
.add_new_aim_card .calendar input {
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    padding: 8px 12px;
    width: 100%;
    height: 40px;
}
.aim_entry_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.addaim_input_area {
    margin-left: 10px; 
    margin-bottom: 20px;
}
.add_new_aim_textarea {
    margin-left: 5px;
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 14px;
    letter-spacing: 0px;
    height: 70px;
    /*line-height: 20px;*/
    line-height: 160%;
    max-height: 500px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAF0;
    border-radius: 8px;
    padding: 8px 12px;
    width: 100%;
    opacity: 1;
}
.add_new_aim_textarea::placeholder {
    font-weight: 300;
    font-size: 14px;
    color: #888B97;
}
.add_new_aim_textarea_error {
    color: #FF0000;
    font-size: 12px;
    padding-left: 5px;
}
.add_new_aim_quant_error {
    color: #FF0000;
    font-size: 12px;
    padding-left: 5px;
}
.add_new_kikan_error_div {
    text-align: right;
    padding-right: 20px;
    position: relative;
}
.add_new_kikan_error {
    color: #FF0000;
    font-size: 12px;
    padding-left: 5px;
    position: absolute;
    left: 10px;
}
.aim_input_memo_length {
    width: 100%;
    text-align: right;
}
.aim_input_memo_length>span {
    font-size: 12px;
    color: #6D7393;
}
.add_aim_store_list {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: left;
}
.add_aim_select_store_title {
    /*font: normal normal normal 14px/20px Hiragino Kaku Gothic ProN;*/
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #393D51;
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: flex-start;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: flex-start;
    margin-bottom: 5px;
}
/* テーマ追加ボタン */
.aim_add_new_button_div {
    display: flex; 
    justify-content: center;
    margin-bottom: 20px;
}
.aim_add_new_button {
    display: flex;
    justify-content: space-between;
    width: 80%;
    height: 40px;
    align-items: center;
    background: #6D7393 0% 0% no-repeat padding-box;
    /*border-radius: 20px;*/
    text-align: center;
    font: normal normal normal 14px/20px Hiragino Kaku Gothic ProN;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 10px;
    opacity: 1;
}
.aim_add_new_button span {
    text-align: center;
    font: normal normal normal 14px/20px Hiragino Kaku Gothic ProN;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.aim_add_new_button div{
    text-align: right;
    width: 50px;
}
.aim_add_new_button i {
    color: #FFFFFF;
    margin-right: 15px;
}
.aim_add_text_div {
    margin-left: 10px;
}
.aim_add_text_div a {
    width: 27px;
    height: 27px;
    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px;
    margin-left: auto;
    text-align: center;
    background-color: #CCC;
    color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.aim_add_text_div a i{
    color: #FFF;
}
.aim_input_header_div {
    margin-left: 5px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.aim_input_header_div span {
    color: #6D7393;
    text-align: left;
    font: W6 14px/20px Hiragino Kaku Gothic ProN;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    opacity: 1;
}
.aim_store_quant_word_div {
    margin-left: 5px;
}
.aim_store_quant_div {
    margin-left: 5px;
    /*margin-top: 15px;*/
    /*margin-bottom: 10px;*/
    /*display: flex;*/
    justify-content: flex-end;
}
.aim_store_quant_word {
    height: 40px;
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 5px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAF0;
    border-radius: 8px;
    width: 100%;
    opacity: 1;
}
.aim_store_quant_word::placeholder {
    font-weight: 300;
    font-size: 14px;
    color: #888B97;
}
.add_store_quant_word_txtarea {
    /*margin-left: 5px;*/
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 14px;
    letter-spacing: 0px;
    height: 40px;
    line-height: 160%;
    max-height: 200px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAF0;
    border-radius: 8px;
    padding: 8px 12px;
    width: 100%;
    opacity: 1;
}
.add_store_quant_word_txtarea::placeholder {
    font-weight: 300;
    font-size: 14px;
    color: #888B97;
}
.add_store_quant_word_length {
    width: 100%;
    text-align: right;
}
.add_store_quant_word_length>span {
    font-size: 12px;
    color: #6D7393;
    /*margin-right: 10px;*/
}
.aim_store_quant_word_error {
    color: #FF0000;
    font-size: 12px;
    padding-left: 5px;
}
.aim_store_quant_value {
    width: 88px;
    height: 40px;
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 12px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAF0;
    border-radius: 8px;
    /*width: 100%;*/
    margin-right: 5px;
    opacity: 1;
}
.aim_store_quant_value::placeholder {
    font-weight: 300;
    font-size: 14px;
    color: #888B97;
}
.aim_store_quant_value_unit {
    width: 88px;
    height: 40px;
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 12px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAF0;
    border-radius: 8px;
    /*width: 100%;*/
    opacity: 1;
}
.aim_store_quant_value_unit::placeholder {
    font-weight: 300;
    font-size: 14px;
    color: #888B97;
}
.aim_store_quant_input_div {
    width: 100%;
    padding-top: 15px;
}
.aim_store_quant_input_div span {
    color: #6D7393;
    text-align: left;
    font: W6 12px/20px Hiragino Kaku Gothic ProN;
    font-size: 12px;
    /*font-weight: 600;*/
    opacity: 1;
}
.aim_store_quant_yohaku {
    width: 22px;
    min-width: 22px;
    height: 55px;
}
.aim_store_quant_yohaku2 {
    width: 100px;
    min-width: 100px;
    height: 55px;
}
.aim_store_quant_keisen {
    width: 20px;
    min-width: 20px;
    height: 55px;
    border-left: 1px solid #EAEAF0;
    border-bottom: 1px solid #EAEAF0;
}
.aim_store_radio_text {
    font-size: 12px; 
    color: #777777;
}
.aim_store_radio_div {
    width: 100%; 
    margin-bottom: 5px; 
    position: relative;
}
.aim_store_quant_item_text {
    width: calc(100% - 25px);
    height: 40px;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 12px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAF0;
    border-radius: 8px;
    margin-bottom: 10px;
    opacity: 1;
}
.aim_store_quant_item_text::placeholder {
    font-weight: 300;
    font-size: 14px;
    color: #888B97;
}
.aim_store_goal_checkbox_div {
    margin-bottom: 5px;
}
.aim_store_goal_checkbox_text {
    font-size: 12px;
    color: #777777;
}
.aim_store_goal_input_div {
    display: flex;
    align-items: center;
}
.aim_store_goal_comb_select {
    width: 120px; 
    height: 40px; 
    font-size: 14px;
    margin-right: 5px; 
    color: #777777;
}
.aim_store_goal_value {
    width: 75px;
    height: 40px;
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 12px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAF0;
    border-radius: 8px;
    margin-right: 5px;
    opacity: 1;
}
.aim_store_goal_value::placeholder {
    font-weight: 300;
    font-size: 14px;
    color: #888B97;
}
/*個人テーマの振り返りFBの公開範囲指定エリア*/
.aim_kojin_open_member_div {
    display: flex;
    padding: 12px;
    justify-content: center;
    border: 1px solid #EAEAF0;
    border-radius: 8px;
}
.aim_kojin_open_member_div span {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 160%;
    word-break: break-all;
}
.aim_kojin_open_member_div img {
    width: 20px;
    margin-left: 15px;
    cursor: pointer;
}
.aim_kojin_open_member_wrap {
    font-size: 13px;
    line-height: 160%; 
    padding-right: 8px;
}
.aim_kojin_open_member_staff_name {
    font-weight: 600;
    min-width: 110px;
    max-width: 150px;
    word-wrap: break-word;
}
/*-------------------------------*/
/* 振り返り入力部分                */
/*-------------------------------*/
.aim_lookback_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 9999;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0.99;
}
h2.section_title_aimlookback {
    color: #6D7393;
    margin: 10px auto;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.aim_lookback_card {
    margin: 10px;
}
.aim_lookback_card .position_row {
    margin-bottom: 10px;
}
.aim_lookback_card .calendar label {
    margin-right: 10px;
}
.aim_lookback_card .calendar input {
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    padding: 5px;
    width: 100%;
    height: 40px;
}
.aim_lookback_text_area {
    margin-left: 10px; 
    margin-bottom: 10px;
    margin-right: 10px;
}
.lookback_memo {
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 16px;
    letter-spacing: 0px;
    height: 80px;
    line-height: 20px;
    max-height: 500px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #EAEAF0;
    border-radius: 8px;
    width: 100%;
    opacity: 1;
}
.aim_lookback_input_memo {
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: left;
}
.aim_lookback_input_memo_title {
    font: normal normal normal 14px/20px Hiragino Kaku Gothic ProN;
    font-weight: 600;
    letter-spacing: 0px;
    color: #6D7393;
    opacity: 1;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: flex-start;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: flex-start;
}
.aim_lookback_input_memo_length {
    width: 100%;
    text-align: right;
}
.aim_lookback_input_memo_length>span {
    font-size: 12px;
    color: #6D7393;
    /*margin-right: 10px;*/
}

/*-------------------------------*/
/* 詳細検索部分                    */
/*-------------------------------*/
.aim_list_detail_search_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #EAEAF0;
    border-radius: 8px;
    opacity: 1;
}
.aim_list_detail_search_span_left {
    color: var(--unnamed-color-6d7393);
    text-align: left;
    margin-left: 10px;
    font: W6 12px/20px Hiragino Kaku Gothic ProN;
    letter-spacing: 0px;
    color: #6D7393;
    opacity: 1;
    font-size: 16px;
}
.aim_list_detail_search_span_right {
    display: flex;
    margin-right: 10px;
}
.aim_list_detail_search_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 9999;
    background: #F1F1F5;
    opacity: 1;
    text-align: -webkit-center;
}
.aim_list_detail_search_form {
    margin: 0px 15px 40px 15px;
    padding: 15px 15px 15px 15px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    text-align: left;
    max-width: 480px;
}
.aim_list_detail_search_form .position_row {
    margin-bottom: 10px;
}
.aim_list_detail_search_form .calendar label {
    margin-right: 10px;
}
.aim_list_detail_search_form .calendar input {
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    padding: 8px 12px;
    width: 100%;
    height: 46px;
}
.print_store_my_search_btn {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    margin-top: 6px;
    margin-right: 6px;
    text-decoration: underline; 
    cursor: pointer; 
}

/*-------------------------------*/
/* 店舗選択部分                    */
/*-------------------------------*/
/* 店舗選択一覧 */
.aim_select_store_card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    /*margin-bottom: 10px;*/
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /*border-radius: 8px;*/
    border-radius: 8px 8px 0px 0px;
    opacity: 1;
}
.aim_select_store_maru {
    width: 15px;
    height: 15px;
    text-align: center;
    margin-left: 10px;
    opacity: 1;
    position: relative;
}
.aim_select_store_maru > i {
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
}
.aim_select_store_message {
    color: #393D51;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    opacity: 1;
    margin-left: 7px;
}
.aim_select_store_message > span {
    color: #FF0000;
    border-bottom: solid 1px #FF0000;
}
.aim_select_store_icon {
    display: flex;
    margin-right: 10px;
    margin-left:  15px;
    align-items: center;
}
.aim_select_detail_div {
    display: flex;
    cursor: pointer;
}
.aim_select_detail_div > span {
    font-size: 13px;
    font-weight: 300;
    color: #4F537A;
    white-space: nowrap;
}
.aim_select_detail_div i {
    color: #6F6B99;
}
.aim_select_partition_div {
    width: 100%;
    height: 1px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}
.aim_select_partition {
    border-top: 1px solid #EEEEEE;
    margin-left: 7px;
    margin-right: 7px;
}
.aim_nothing_card {
    /*display: flex;*/
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 40px;
    /*margin-top: 10px;*/
    margin-bottom: 25px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /*border-radius: 8px;*/
    border-radius: 0px 0px 8px 8px;
    opacity: 1;
}
.aim_nothing_partition {
    border-top: 1px solid #EEEEEE;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 10px;
}
.aim_nothing_message {
    color: #393D51;
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    width: 100%;
    opacity: 1;
    margin-left: 7px;
}
.aim_select_store_back_div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    /*width: 100%;*/
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    /*background: #FFFFFF 0% 0% no-repeat padding-box;*/
    border-radius: 8px;
    opacity: 1;
    cursor: pointer;
}
.aim_select_store_back_icon {
    display: flex;
    margin-right: 5px;
    margin-left:  5px;
}
.aim_select_store_back_icon > i {
    color: #6D7393;
}
.aim_select_store_back_message {
    color: #6D7393;
    text-align: left;
    font: W6 14px/20px Hiragino Kaku Gothic ProN;
    font-size: 14px;
    font-weight: 600;
    width: 50px;
    opacity: 1;
    margin-left: 7px;
}
.aim_select_kojin_top_back_div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    /*width: 100%;*/
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    /*background: #FFFFFF 0% 0% no-repeat padding-box;*/
    border-radius: 8px;
    opacity: 1;
    cursor: pointer;
}
.aim_select_kojin_back_div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    /*width: 100%;*/
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    /*background: #FFFFFF 0% 0% no-repeat padding-box;*/
    border-radius: 8px;
    opacity: 1;
    cursor: pointer;
}
.aim_select_kojin_back_icon {
    display: flex;
    margin-right: 5px;
    margin-left:  5px;
}
.aim_select_kojin_back_icon > i {
    color: #6D7393;
}
.aim_select_kojin_back_message {
    color: #6D7393;
    text-align: left;
    font: W6 14px/20px Hiragino Kaku Gothic ProN;
    font-size: 14px;
    font-weight: 600;
    width: 50px;
    opacity: 1;
    margin-left: 7px;
}

/*-------------------------------*/
/* ユーザ選択部分                  */
/*-------------------------------*/
/* 店舗グループ選択一覧 */
.aim_select_store_group_card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 15px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
}
.aim_select_store_group_card i {
    color: #6D7393;
}
.aim_select_store_group_maru {
    width: 15px;
    height: 15px;
    text-align: center;
    margin-left: 10px;
    opacity: 1;
    position: relative;
}
.aim_select_store_group_maru > i {
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
}
.aim_select_store_group_message {
    color: #393D51;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    opacity: 1;
    margin-left: 7px;
}
.aim_select_store_group_message > span {
    color: #FF0000;
    border-bottom: solid 1px #FF0000;
}
.aim_select_store_group_icon {
    display: flex;
    margin-right: 10px;
    margin-left:  15px;
}
/* ユーザ選択一覧 */
.aim_select_user_card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 40px;
    margin-top: 3px;
    /*margin-bottom: 3px;*/
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /*border-radius: 8px;*/
    border-radius: 8px 8px 0px 0px;
    opacity: 1;
}
.aim_select_user_card i {
    color: #6D7393;
}
.aim_select_user_maru {
    width: 15px;
    height: 15px;
    text-align: center;
    margin-left: 10px;
    opacity: 1;
    position: relative;
}
.aim_select_user_maru > i {
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
}
.aim_select_user_message {
    color: #393D51;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    opacity: 1;
    margin-left: 7px;
}
.aim_select_user_message > span {
    color: #FF0000;
    border-bottom: solid 1px #FF0000;
}
.aim_select_user_icon {
    display: flex;
    margin-right: 10px;
    margin-left:  15px;
}
.aim_select_user_table_list_div {
    width: 100%;
}
.aim_select_user_list_table {
    margin: 0px 0px 36px 0px; 
    width: 100%; 
    border: 0px;
    border-collapse: collapse; 
}
.aim_select_user_list_table tr {
    height: 35px;
}
.aim_select_user_list_table td {
    padding: 4px;
    border-bottom: 1px solid #ccc;
}
.aim_select_user_col_title_div {
    padding: 4px 4px;
    text-align: left;
    display: flex;
}
.aim_select_user_col_title_div div {
    min-width: 10px;
    max-width: 10px;
}
.aim_select_user_col_title_div span {
    font-size: 12px; 
    color: #656D93;
    font-weight: 600;
    width: 100%;
}
.aim_select_user_col_data_div {
    text-align: left;
}
.aim_select_user_col_data_div span {
    font-size: 11px; 
    color: #656D93;
    word-break: break-all;
}


/*-------------------------------*/
/* テーマカード部分                  */
/*-------------------------------*/
.aim_wrap {
    margin-bottom: 30px;
}
.aim_wrap:last-child {
    margin-bottom: 0;
}
.aim_card_div {
    border: 1px solid #EAEAF0; 
    padding: 10px; 
    margin-bottom: 15px;
}
.aim_title_card1 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0px;
    border-radius: 10px;
    padding: 15px 15px 15px 15px;
    opacity: 1;
    margin-bottom: 30px;
    position: relative;
}
.aim_title_card1.card_noselect {
    border: 2px solid #FFFFFF;
}
.aim_title_card1.card_selected {
    border: 2px solid #6F6B99;
}
.aim_title_card2 {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin: 5px 0px 5px 0px;
}
.aim_title_card3 {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.aim_date {
    /* margin-top: 50px; */
    color: #333;
}
h3 .aim_title,
h3.aim_title{
    color: #6D7393;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    margin-right: 10px;
}
h3.aim_title .aim_ymd,
h3.aim_title .aim_shimei{
    color: #6D7393;
}
.aim_total_point {
    color: #6D7393; 
    font-size: 14px; 
    margin-right: 20px;
    width: 40px;
}
.aim_card {
    padding: 8px;
    border: 0px;
    /*border-left: 3px solid #CCCCCC;*/
    margin-bottom: 4px;
}
.aim_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 150%;
}
.aim_card:last-child {
    margin-bottom: 0;
}
.aim_card[card-type="aim"] {
    /*background-color: #F0F5FD;*/
    background-color: #F1F1F5;
    border-radius: 8px;
}
.aim_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.aim_icon i {
    font-size: 30px;
}
.aim_card[card-type="aim"] .aim_icon img {
    width: 26px;
    margin-right: -4px;
}
.aim_card[card-type="aim"] .aim_icon i {
    color: #DB5F98;
}
.aim_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #393D51;
    font-size: 14px;
    font-weight: 600;
    word-break: break-all;
}
.aim_text_kikan_span {
    color: #4F537A;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 4px;
    display: block;
}
/*.aim_text span {*/
.aim_text_sub_span {
    color: #656D93;
    font-size: 12px;
    font-weight: 300;
    margin-top: 12px;
    margin-bottom: 4px;
    display: block;
    background-color: #FFFFFF;
    border: 0.5px solid #656D93;
    border-radius: 4px;
    width: 85px;
    text-align: center;
    line-height: 180%;
}
.aim_text_sub_span_main {
    color: #393D51;
    font-size: 13px;
    font-weight: 300;
    display: block;
}
/*振り返りコメント表示エリア*/
.aim_lookback_wrap_div {
    /*background-color: #FAFAFA;*/
    /*background-color: #F1F1F5;*/
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 8px;
}
.aim_lookback_head_div{
    display: flex;
    justify-content: space-between;
}
.aim_lookback_head_title {
    width: 100%;
    font-size: 14px;
    color: #6F6B99;
    align-self: center;
    font-weight: 600;
}
.aim_lookback_accordion {
    min-width: 20px;
    text-align: right;
}
.aim_lookback_head_div i {
    color: #6D7393;
    font-size: 20px;
}
.aim_lookback_head_div[data-open_flg="1"] {
    margin-bottom: 0px;
}
.aim_lookback_head_div[data-open_flg="0"] {
    margin-bottom: 0px;
}
.aim_lookback_zero_div {
    display: none;
    padding-bottom: 10px;
    margin-top: 20px;
}
.aim_lookback_zero_message {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0px;
    color: #6D7393;
    opacity: 1;
}

.aim_card_lookback_self_div {
    position: relative;
    padding: 0px 8px 0px 0px;
    margin-top: 16px;
    /*margin-bottom: 12px;*/
}
.aim_card_lookback_main_wrap {
    background-color: #F1F1F5;
    border-radius: 8px; 
    padding: 8px; 
    display: flex;
}
.aim_card_lookback_icon_div {
    position: relative;
    width: 32px; 
    height: 32px; 
    min-width: 32px; 
    min-height: 32px; 
    border-radius: 8px;
    border: 1px solid #F1F1F5;
    margin-right: 4px;
    overflow: hidden;
}
.aim_card_lookback_icon_div > img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 8px;
    z-index: 1;
}
.aim_card_lookback_icon_div.icon_tate > img {
    width: 100%;
    height: auto;
}
.aim_card_lookback_area {
    width: 100%; 
    margin-right: 12px;
}
.aim_card_lookback_usertime {
    display: flex;
    padding-top: 4px;
}
.aim_card_lookback_user {
    font-size: 13px; 
    font-weight: 600; 
    line-height: 160%; 
    margin-right: 4px;
    max-width: 200px;
}
.aim_card_lookback_time {
    font-size: 12px; 
    font-weight: 300; 
    line-height: 160%; 
    color: #656D93;
}
.aim_card_lookback_kidoku_mark {
    font-size: 12px;
    font-weight: 300;
    line-height: 160%;
    letter-spacing: 0px;
    color: #4F537A;
    opacity: 1;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 10px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 0px 4px;
}
.aim_card_lookback_self {
    position: relative;
    /*background-color: #ECF7FD;*/
    /*padding: 10px 20px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    border-radius: 8px;
    width: calc(100% - 45px);
    left: 5px;
    line-height: 150%;
}
.aim_card_lookback_self:before {
    content: "";
    position: absolute;
    top: calc(100% - 15px);
    left: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 15px solid #ECF7FD;
}
.aim_card_lookback_self i {
    font-size: 23px;
    color: #5FDBBA;
}
.lookback_hyoka_span {
    display: inline-block;
    color: #656D93;
    font-size: 12px;
    font-weight: 300;
    margin: 4px 0px;
    padding: 0px 5px;
    background-color: #FFFFFF;
    border: 0.5px solid #656D93;
    border-radius: 4px;
    text-align: center;
    line-height: 180%;
}
.lookback_self {
    display: inline-block; 
    margin-left: 0px;
}
.aim_card_lookback_self_openuser_icon_div {
    position: relative;
    font-size: 12px;
    color: #6D7393;
}
.aim_card_lookback_self_openuser_icon_div i {
    color: #6D7393;
    font-size: 16px;
}
.aim_card_lookback_self_openuser_icon {
    position: absolute; 
    top: 8px; 
    right: 10px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.aim_card_lookback_other_div {
    position: relative;
    padding: 0px 8px 0px 0px;
    margin-top: 20px;
    margin-bottom: 4px;
}
.aim_card_lookback_other {
    position: relative;
    /*background-color: #ECF7FD;*/
    /*padding: 10px 20px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    border-radius: 8px;
    width: calc(100% - 45px);
    left: 15px;
    line-height: 150%;
}
.aim_card_lookback_other:before {
    content: "";
    position: absolute;
    top: calc(100% - 15px);
    left: -20px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-right: 15px solid #ECF7FD;
}
.aim_card_lookback_other i {
    font-size: 23px;
    color: #5FDBBA;
}
.lookback_other {
    display: inline-block; 
    margin-left: 0px;
}
.aim_card_lookback_other_openuser_icon_div {
    position: relative;
    font-size: 12px;
    color: #6D7393;
}
.aim_card_lookback_other_openuser_icon_div i {
    color: #6D7393;
    font-size: 16px;
}
.aim_card_lookback_other_openuser_icon {
    position: absolute; 
    top: 8px; 
    right: 10px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.aim_inputperson_lookback_area {
    display: flex;
    justify-content:space-between;
    padding-bottom: 10px;
    padding-left: 5px;
}
.aim_inputperson_lookback {
    text-align: right;
    font: W6 14px/24px Hiragino Kaku Gothic ProN;
    font-size: 11px;
    letter-spacing: 0px;
    color: #6D7393;
    opacity: 1;
}
.aim_lookback_temp {
    display: none;
    margin-top: 20px;
    margin-bottom: 15px;
}
.aim_inputperson_area {
    display: flex;
    justify-content: flex-end;
    margin-top: 2px;
}
.aim_inputperson_area i {
    width: 20px;
    height: 20px;
    color: #C5C4D6;
    margin-right: 5px;
    padding-top: 1px;
}
.aim_inputperson_name {
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #656D93;
    opacity: 1;
    /*max-width: 120px;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.aim_inputymd_name {
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #656D93;
    opacity: 1;
    margin-right: 3px;
}
.aim_inputymd_name.modify_label {
    font-size: 10px; 
    line-height: 180%; 
    color: #9E9E9E; 
    white-space: nowrap;
    margin-left: 8px;
}

/* 振り返り入力用のボタン */
.aim_lookback_add_button_div {
    display: flex; 
    justify-content: center;
    margin-bottom: 20px;
}
.aim_lookback_add_new_button {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 40px;
    align-items: center;
    background: #6D7393 0% 0% no-repeat padding-box;
    border-radius: 8px;
    text-align: center;
    font: normal normal normal 14px/20px Hiragino Kaku Gothic ProN;
    letter-spacing: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    opacity: 1;
    cursor: pointer;
}
.aim_lookback_add_new_button span {
    text-align: center;
    font: normal normal normal 14px/20px Hiragino Kaku Gothic ProN;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.aim_lookback_add_new_button div{
    text-align: center;
    position: absolute;
    top: 10px;
    left: 16px;
}
.aim_lookback_add_new_button i {
    color: #FFFFFF;
}
.aim_card_feedback_self_div {
    position: relative;
    padding: 0px 8px 0px 0px;
    margin-top: 20px;
    margin-bottom: 4px;
}
.aim_card_feedback_main_wrap {
    background-color: #E6F2EF;
    border-radius: 8px; 
    padding: 8px; 
    display: flex;
}
.aim_card_feedback_icon_div {
    position: relative;
    width: 32px; 
    height: 32px; 
    min-width: 32px; 
    min-height: 32px; 
    border-radius: 8px;
    border: 1px solid #F1F1F5;
    margin-right: 4px;
    overflow: hidden;
}
.aim_card_feedback_icon_div > img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 8px;
    z-index: 1;
}
.aim_card_feedback_icon_div.icon_tate > img {
    width: 100%;
    height: auto;
}
.aim_card_feedback_area {
    width: 100%; 
    margin-right: 12px;
}
.aim_card_feedback_usertime {
    display: flex;
    padding-top: 4px;
}
.aim_card_feedback_user {
    font-size: 13px; 
    font-weight: 600; 
    line-height: 160%; 
    margin-right: 4px;
    max-width: 200px;
}
.aim_card_feedback_time {
    font-size: 12px; 
    font-weight: 300; 
    line-height: 160%; 
    color: #656D93;
}
.aim_card_feedback_kidoku_mark {
    font-size: 12px;
    font-weight: 300;
    line-height: 160%;
    letter-spacing: 0px;
    color: #4F537A;
    opacity: 1;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 10px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 0px 4px;
}
.aim_card_feedback_self_openuser_icon_div {
    position: relative;
    font-size: 12px;
    color: #6D7393;
}
.aim_card_feedback_self_openuser_icon_div i {
    color: #6D7393;
    font-size: 16px;
}
.aim_card_feedback_self_openuser_icon {
    position: absolute; 
    top: 8px; 
    right: 10px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.aim_card_feedback_other_div {
    position: relative;
    padding: 0px 8px 0px 0px;
    margin-top: 20px;
    margin-bottom: 4px;
}
.aim_card_feedback_other_openuser_icon_div {
    position: relative;
    font-size: 12px;
    color: #6D7393;
}
.aim_card_feedback_other_openuser_icon_div i {
    color: #6D7393;
    font-size: 16px;
}
.aim_card_feedback_other_openuser_icon {
    position: absolute; 
    top: 8px; 
    right: 10px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.Confirmation_menu_aim_uriage {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.Confirmation_box_aim_uriage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: #F1F1F5;
}
.aim_display_uriage_slide_box {
    width: calc(100% - 20px);
    height: calc(100% - 130px);
    margin-top: 5px;
    margin-left: 10px;
    /* border: 1px solid #EAEAF0; */
}
.aim_display_uriage_slide_header {
    display: flex; 
    justify-content: center; 
    /*background-color: #ffffff; */
    /*background-color: #EFEFEF;*/
    padding: 5px; 
    align-items: center; 
    margin-bottom: 20px;
}
.aim_uriage_detail_list_table_area {
    padding: 8px;
    background-color: #FFFFFF;
    border-radius: 8px;
}
.aim_uriage_detail_list_table {
    margin: 0px 0px 24px 0px; 
    width: 100%; 
    border: 0px;
    border-collapse: collapse; 
    /*background-color: #FAFAFA;*/
}
.aim_uriage_detail_list_table tr {
    height: 35px;
}
.aim_uriage_detail_list_table td {
    padding: 2px;
    border-bottom: 1px solid #ccc;
}

.aim_card_uriage_result_div {
    background: #F1F1F5; 
    border-radius: 8px; 
    padding: 8px;
}
.aim_card_uriage_result_sub_div {
    background-color: #FFFFFF; 
    border-radius: 8px;
    margin: 10px 0px;
}
.aim_card_uriage_sub_message {
    padding-top: 4px;
    font-size: 10px;
    text-align: center;
    color: #656d93;
}
.aim_card_uriage_kanri_div {
    display: flex;
    justify-content: space-between; 
    padding-top: 8px;
    padding-left: 8px;
}
.aim_card_uriage_kanri_name {
    background: #009999;
    border: 1px solid #009999;
    border-radius: 4px;
    padding: 0px 8px;
    min-width: 80px;
    height: 22px;
    text-align: center;
    position: relative;
}
.aim_card_uriage_kanri_name span {
    font-size: 12px;
    font-weight: 600;
    line-height: 160%;
    color: #FFFFFF;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.aim_card_uriage_result_table {
    /*margin: 0px 0px 10px 0px; */
    width: 100%; 
    border: 0px;
    border-collapse: collapse; 
    /*background-color: #FAFAFA;*/
}
.aim_card_uriage_result_table tr {
    height: 35px;
}
.aim_card_uriage_result_table td {
    padding: 4px;
    border-bottom: 1px solid #EAEAF0;
}
.aim_card_uriage_result_col_title_div {
    padding: 4px 4px;
    text-align: left;
}
.aim_card_uriage_result_col_title_div span {
    font-size: 14px; 
    font-weight: 600;
    color: #393D51;
}
.aim_card_uriage_result_data_div {
    padding: 4px 4px; 
    text-align: left;
    font-size: 14px; 
    font-weight: 600;
    color: #393D51;
    word-break: break-all;
}
.aim_card_uriage_result_data_div span {
    font-size: 12px; 
    font-weight: 300;
    color: #656D93;
    word-break: break-all;
}
.aim_card_uriage_result_data_div .result_sabun {
    font-size: 10px;
    color: #099;
    font-weight: 600;
    line-height: 140%;
}
.aim_card_uriage_result_data_div .result_sabun_plus {
    font-size: 10px;
    color: #099;
    font-weight: 600;
    line-height: 140%;
}
.aim_card_uriage_result_data_div .result_sabun_minus {
    font-size: 10px;
    color: #E52F2F;
    font-weight: 600;
    line-height: 140%;
}
.aim_card_uriage_result_data_div .result_plan_modified {
    font-size: 10px;
    color: #9E9E9E;
    font-weight: 600;
    line-height: 140%;
}
.aim_card_uriage_result_data_div i {
    font-size: 1.2em;
    white-space: nowrap;
    color: #656D93;
    margin-left: 5px;
    vertical-align: text-top;
}
.aim_card_uriage_result_col_data_div {
    text-align: left;
}
.aim_card_uriage_result_col_data_div span {
    font-size: 11px; 
    color: #656D93;
    word-break: break-all;
}
.aim_card_uriage_result_col_plus_div {
    text-align: left;
    font-size: 10px;
    color: #099;
    padding-left: 8px;
}
.aim_card_uriage_result_col_minus_div {
    text-align: left;
    font-size: 10px;
    color: #E52F2F;
    padding-left: 8px;
}

/* 日別詳細をみる */
.aim_card_uriage_daily_div {
    width: 100%;
    margin-top: 16px; 
    text-align: -webkit-center;
}
.button_group.aim_card_uriage_daily_view {
    max-width: 200px; 
    margin-bottom: 16px;
}

/* 詳細アイコン */
.aim_uriage_detail_icon_wrap {
    min-width: 25px;
}
.aim_uriage_detail_icon_wrap #detail_icon {
    color: #6F6B99;
    font-size: 23px;
    cursor: pointer;
}



/* フィードバック入力用のボタン */
.aim_feedback_add_button_div {
    display: flex; 
    justify-content: center;
    margin-bottom: 20px;
}
.aim_feedback_add_new_button {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 40px;
    align-items: center;
    background: #6D7393 0% 0% no-repeat padding-box;
    border-radius: 8px;
    text-align: center;
    font: normal normal normal 14px/20px Hiragino Kaku Gothic ProN;
    letter-spacing: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    opacity: 1;
    cursor: pointer;
}
.aim_feedback_add_new_button span {
    text-align: center;
    font: normal normal normal 14px/20px Hiragino Kaku Gothic ProN;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.aim_feedback_add_new_button div{
    text-align: center;
    position: absolute;
    top: 10px;
    left: 16px;
}
.aim_feedback_add_new_button i {
    color: #FFFFFF;
}

/*コメント返信用テキスト*/
.aim_lookback_text {
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 14px;
    letter-spacing: 0px;
    height: 80px;
    line-height: 20px;
    max-height: 500px;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    border: 1px solid var(--unnamed-color-cccccc);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAF0;
    border-radius: 8px;
    width: 100%;
    opacity: 1;
}
.aim_lookback_text_length_msg {
    width: 100%;
    text-align: right;
}
.aim_lookback_text_length_msg>span {
    font-size: 12px;
    margin-right: 10px;
    color: #6D7393;
    vertical-align: top;
}
.aim_lookback_open_title {
    margin-bottom: 5px; 
}
.aim_lookback_open_set {
    text-decoration: underline;
    font-size: 13px;
    color: #6F6B99; 
    cursor: pointer; 
}
.aim_lookback_open_user_list {
    display: flex; 
    padding: 6px; 
    border: 1px solid #EAEAF0; 
    border-radius: 8px;
}
.aim_lookback_open_user_select {
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    width: calc(100% - 5px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.response_hyoka_setting_div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 5px;
}
.response_hyoka_item_select_div {
    display: flex; 
    justify-content: flex-end; 
    width: 100%;
}
.response_hyoka_item_select_div span {
    color: #6D7393;
    font-size: 13px;
    text-align: left;
    line-height: 300%;
    margin-right: 12px;
}
select.response_hyoka_kbn {
    width: 120px;
    height: 40px;
    font-size: 14px;
    margin-right: 5px;
    color: #777777;
}
input.response_hyoka_score {
    width: 88px;
    height: 40px;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 12px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAF0;
    border-radius: 8px;
}
select.response_hyoka_item {
    min-width: 100px;
    max-width: 150px;
    height: 40px;
    font-size: 13px;
    color: #777777;
}
.aim_lookback_text_button_div {
    width: 100%;
    text-align: right;
    /*margin-bottom: 15px;*/
    margin-top: 10px;
}
/* 振り返り送信ボタン */
.submit_button_lookback {
    background-color: #009999;
    margin-left: 0 0 0 auto;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    width: 88px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 100%;
    text-decoration: none;
}
.aim_mod_lookback {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.aim_card_edit_lookback {
    text-align: right;
    font: W6 14px/24px Hiragino Kaku Gothic ProN;
    font-size: 12px;
    letter-spacing: 0px;
    color: #6D7393;
    opacity: 1;
    display: flex;
    justify-content: flex-end;
    /*padding-bottom: 10px;*/
    margin-right: 15px;
}
.aim_card_edit_lookback i {
    color: #6D7393;
}
.aim_card_edit_lookback span {
    color: #6D7393;
}
.aim_card_edit_lookback_button {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.aim_card_delete_lookback {
    text-align: right;
    font: W6 14px/24px Hiragino Kaku Gothic ProN;
    font-size: 12px;
    letter-spacing: 0px;
    color: #6D7393;
    opacity: 1;
    display: flex;
    justify-content: flex-end;
    /*padding-bottom: 10px;*/
    margin-right: 15px;
}
.aim_card_delete_lookback i {
    color: #6D7393;
}
.aim_card_delete_lookback span {
    color: #6D7393;
}
.aim_card_delete_lookback_button {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.aim_comment_wrap_div {
    background: #FAFAFA;
    padding: 10px;
    margin-bottom: 15px;
}
.aim_comment_head_div{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.aim_comment_head_title {
    width: 100%;
    font-size: 14px;
    color: #6D7393;
    align-self: center;
}
.aim_comment_accordion {
    min-width: 20px;
    text-align: right;
}
.aim_comment_head_div i {
    color: #6D7393;
    font-size: 20px;
}
.aim_comment_head_div[data-open_flg="1"] {
    margin-bottom: 0px;
}
.aim_comment_head_div[data-open_flg="0"] {
    margin-bottom: 0px;
}
.aim_comment_zero_div {
    display: none;
    padding-bottom: 10px;
    margin-top: 20px;
}
.aim_comment_zero_message {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0px;
    color: #6D7393;
    opacity: 1;
}
.aim_mod_comments{
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.aim_card_edit_comments {
    text-align: right;
    font: W6 14px/24px Hiragino Kaku Gothic ProN;
    font-size: 12px;
    letter-spacing: 0px;
    color: #6D7393;
    opacity: 1;
    display: flex;
    justify-content: flex-end;
    /*padding-bottom: 10px;*/
    margin-right: 15px;
}
.aim_card_edit_comments i {
    color: #6D7393;
}
.aim_card_edit_comments span {
    color: #6D7393;
}
.aim_card_edit_comments_button {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.aim_card_delete_comments {
    text-align: right;
    font: W6 14px/24px Hiragino Kaku Gothic ProN;
    font-size: 12px;
    letter-spacing: 0px;
    color: #6D7393;
    opacity: 1;
    display: flex;
    justify-content: flex-end;
    /*padding-bottom: 10px;*/
    margin-right: 15px;
}
.aim_card_delete_comments i {
    color: #6D7393;
}
.aim_card_delete_comments span {
    color: #6D7393;
}
.aim_card_delete_comments_button {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
/*振り返りコメントの既読エリア*/
.aim_inputperson_lookback_kidoku {
    text-align: right;
    font: W6 14px/24px Hiragino Kaku Gothic ProN;
    font-size: 11px;
    letter-spacing: 0px;
    color: #6D7393;
    opacity: 1;
    position: relative;
    width: 25px;
    display: flex;
    align-items: flex-end;
    bottom: 5px;
}
.aim_inputperson_lookback_kidoku_other {
    text-align: right;
    font: W6 14px/24px Hiragino Kaku Gothic ProN;
    font-size: 11px;
    letter-spacing: 0px;
    color: #6D7393;
    opacity: 1;
    display: flex;
    position: relative;
    left: 20px;
    align-items: flex-end;
    bottom: 5px;
}

/*返信コメント表示エリア*/
.aim_comments_temp {
    display: none;
}
.aim_card_comment_me_div {
    position: relative;
    display: flex;
    /*margin-top: 15px;*/
    margin-top: 20px;
}
.aim_card_comment_me {
    position: relative;
    background-color: #E6F2EF;
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*border: 1px solid #EAEAF0;*/
    margin-bottom: 5px;
    border-radius: 8px;
    width: calc(100% - 45px);
    left: 5px;
    line-height: 150%;
}
.aim_card_comment_me:before {
    content: "";
    position: absolute;
    top: calc(100% - 15px);
    left: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 15px solid #E6F2EF;
}
.aim_card_comment_me i {
    font-size: 23px;
    color: #5FDBBA;
}
.comment_me {
    display: inline-block;
}
.aim_card_comment_other_div {
    position: relative;
    display: flex;
    /*margin-top: 15px;*/
    margin-top: 20px;
}
.aim_card_comment_other {
    position: relative;
    background-color: #E6F2EF;
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*border: 1px solid #EAEAF0;*/
    margin-bottom: 5px;
    border-radius: 8px;
    width: calc(100% - 45px);
    left: 15px;
    line-height: 150%;
}
.aim_card_comment_other:before {
    content: "";
    position: absolute;
    top: calc(100% - 15px);
    left: -20px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-right: 15px solid #E6F2EF;
}
.aim_card_comment_other i {
    font-size: 23px;
    color: #5FDBBA;
}
.comment_other {
    display: inline-block;
}
/*返信コメントの既読マーク*/
.aim_inputperson_comments_kidoku {
    text-align: right;
    font: W6 14px/24px Hiragino Kaku Gothic ProN;
    font-size: 11px;
    letter-spacing: 0px;
    color: #6D7393;
    opacity: 1;
    position: relative;
    width: 25px;
    display: flex;
    align-items: flex-end;
    bottom: 5px;
}
.aim_inputperson_comments_kidoku_other {
    text-align: right;
    font: W6 14px/24px Hiragino Kaku Gothic ProN;
    font-size: 11px;
    letter-spacing: 0px;
    color: #6D7393;
    opacity: 1;
    display: flex;
    position: relative;
    left: 20px;
    align-items: flex-end;
    bottom: 5px;
}
/*スタンプ表示エリア*/
.aim_card_stamp_me_div {
    position: relative;
    display: flex;
    height: 5px;
    justify-content: flex-start;
}
.aim_card_stamp_me_div_1 {
    position: relative;
    display: none;
    width: 27px;
    height: 27px;
    top: -15px;
    left: 35px;
    background-color: #E6F2EF;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
.aim_card_stamp_me_div_1 img {
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.aim_card_stamp_me_div_2 {
    position: relative;
    display: none;
    width: 27px;
    height: 27px;
    top: -15px;
    left: 35px;
    background-color: #E6F2EF;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
.aim_card_stamp_me_div_2 img {
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.aim_card_stamp_me_div_3 {
    position: relative;
    display: none;
    width: 27px;
    height: 27px;
    top: -15px;
    left: 35px;
    background-color: #E6F2EF;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
.aim_card_stamp_me_div_3 img {
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.aim_card_stamp_other_div {
    position: relative;
    display: flex;
    height: 5px;
    justify-content: flex-end;
}
.aim_card_stamp_other_div_plus {
    position: relative;
    display: none;
    width: 27px;
    height: 27px;
    top: -15px;
    right: 45px;
    background-color: #eae5e5;
    border-radius: 50%;
    border: 2px solid #ffffff;

}
.aim_card_stamp_other_div_plus img {
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.aim_card_stamp_other_div_1 {
    position: relative;
    display: none;
    width: 27px;
    height: 27px;
    top: -15px;
    right: 35px;
    background-color: #E6F2EF;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
.aim_card_stamp_other_div_1 img {
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.aim_card_stamp_other_div_2 {
    position: relative;
    display: none;
    width: 27px;
    height: 27px;
    top: -15px;
    right: 35px;
    background-color: #E6F2EF;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
.aim_card_stamp_other_div_2 img {
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.aim_card_stamp_other_div_3 {
    position: relative;
    display: none;
    width: 27px;
    height: 27px;
    top: -15px;
    right: 35px;
    background-color: #E6F2EF;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
.aim_card_stamp_other_div_3 img {
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*振り返りボタン*/
.aim_hyoka_button_reply {
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
}
/*コメント入力エリア*/
.aim_reply_comment_temp {
    display: none;
    margin-top: 20px;
    margin-bottom: 15px;
}
/* コメント返信ボタン */
.submit_hyoka_button_reply {
    background-color: #6D7393;
    margin-left: 0 0 0 auto;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    width: 120px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 100%;
    text-decoration: none;
}
/*コメント返信用テキスト*/
.aim_reply_comments {
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 14px;
    letter-spacing: 0px;
    height: 80px;
    line-height: 20px;
    max-height: 500px;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    border: 1px solid var(--unnamed-color-cccccc);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAF0;
    border-radius: 8px;
    width: 100%;
    opacity: 1;
}
.aim_reply_comments_length_msg {
    width: 100%;
    text-align: right;
}
.aim_reply_comments_length_msg>span {
    font-size: 12px;
    margin-right: 10px;
    color: #6D7393;
    vertical-align: top;
}
.aim_feedback_open_title {
    margin-bottom: 5px; 
}
.aim_feedback_open_set {
    text-decoration: underline;
    font-size: 13px;
    color: #6F6B99; 
    cursor: pointer; 
}
.aim_feedback_open_user_list {
    display: flex; 
    padding: 6px; 
    border: 1px solid #EAEAF0; 
    border-radius: 8px;
}
.aim_feedback_open_user_select {
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    width: calc(100% - 5px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aim_reply_comments_button_div {
    width: 100%;
    text-align: right;
    /*margin-bottom: 15px;*/
    margin-top: 10px;
}
/*返信コメント者表示*/
.aim_inputperson_comments_area {
    display: flex;
    justify-content:space-between;
    padding-bottom: 10px;
}
.aim_inputperson_comments {
    text-align: right;
    font: W6 14px/24px Hiragino Kaku Gothic ProN;
    font-size: 11px;
    letter-spacing: 0px;
    color: #6D7393;
    opacity: 1;
}
/*編集・削除ボタン*/
.aim_card_mod_area_div{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.aim_card_edit_aims {
    text-align: right;
    font: W6 14px/24px Hiragino Kaku Gothic ProN;
    font-size: 12px;
    letter-spacing: 0px;
    color: #6D7393;
    opacity: 1;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
    margin-right: 15px;
}
.aim_card_edit_aims i {
    color: #6D7393;
}
.aim_card_edit_aims span {
    color: #6D7393;
}
.aim_card_edit_aims_button {
    display: flex;
    justify-content: flex-end;
}
.aim_card_delete_aims {
    text-align: right;
    font: W6 14px/24px Hiragino Kaku Gothic ProN;
    font-size: 12px;
    letter-spacing: 0px;
    color: #6D7393;
    opacity: 1;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
    margin-right: 15px;
}
.aim_card_delete_aims i {
    color: #6D7393;
}
.aim_card_delete_aims span {
    color: #6D7393;
}
.aim_card_delete_aims_button {
    display: flex;
    justify-content: flex-end;
}
/* カードアイコン */
.aim_card_icon_div {
    display: flex; 
    justify-content: flex-end;
    position: absolute;
    min-width: 70px;
    height: 25px;
    top: 0px;
    right: 0px;
}
/* 操作アクションアイコン */
.aim_action_icon_wrap {
    min-width: 25px;
    margin-left: 8px;
}
.aim_action_icon_wrap #aciton_icon {
    color: #C5C4D6;
    font-size: 18px;
    cursor: pointer;
}
/* チャートグラフアイコン */
.chart_icon_wrap {
    min-width: 25px;
}
.chart_icon_wrap #chart_icon {
    color: #6F6B99;
    font-size: 23px;
    cursor: pointer;
}
/*アコーディオンアイコン*/
.aim_accordion_icon_wrap {
    min-width: 16px;
    margin-left: 12px;
}
.aim_accordion_icon_wrap #accordion_icon {
    color: #ED8B58;
    font-size: 18px;
    cursor: pointer;
}
.aim_accordion_icon_msg {
    font-size: 12px; 
    margin-right: 6px; 
    color: #656D93; 
    line-height: 160%; 
    text-align: center;
}
.chart_icon_wrap #aim_chart_icon {
    color: #6F6B99;
    font-size: 23px;
    cursor: pointer;
}

.aim_store_kako_div {
    cursor: pointer;
}

/*カード内の設定値エリア*/
.aim_card_quant_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 0px solid #CCCCCC;
    margin-bottom: 5px;
}
.aim_card_quant_area .label {
    font-size: 12px;
    font-weight: 300;
    color: #4F537A;
    line-height: 1;
    margin-right: auto;
}
.quant_value_div {
    display: block;
    margin-top: 4px;
    margin-bottom: 8px;
}
.aim_card_quant_area .quant_value {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #393D51;
}
.quant_value span {
    font-size: 11px;
    color: #4F537A;
    margin-left: 7px;
    font-weight: 300;
}
.aim_card_quant_area .quant_unit {
    font-size: 11px;
    line-height: 1;
    /*font-weight: 600;*/
    display: block;
    position: absolute;
    right: calc(50% - 38px);
    bottom: 5px;
    color: #6D7393;
}
.aim_quant_value {
    /*border-right: 8px solid #FFFFFF;*/
}
.aim_quant_value, .aim_quant_result {
    /*background-color: #F0F5FD;*/
    background-color: #F1F1F5;
    padding: 4px;
    width: 50%;
    text-align: center;
    border-radius: 8px;
}
/*過去の店舗テーマタイトル*/
.aim_kako_close_detail_div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 220px;
    height: 40px;
    margin-top: 60px;
    margin-bottom: 50px;
    margin-left: calc(50% - 110px);
    background: #6D7393 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    /*border: 2px solid #EAEAF0;*/
    border-radius: 8px;
    opacity: 1;
}
.aim_kako_close_detail_message {
    color: #FFFFFF;
    text-align: center;
    font: W6 14px/20px Hiragino Kaku Gothic ProN;
    font-size: 14px;
    width: 100%;
    opacity: 1;
    margin-left: 7px;
}
.aim_kako_close_detail_icon {
    display: flex;
    margin-right: 10px;
    margin-left:  15px;
    color: #FFF;
}

/*-------------------------------*/
/* 期間指定タブ                    */
/*-------------------------------*/
.aim_radio_button_card {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
/* ボタン2つ */
.aim_radio_button_kikan_input2_1 {
    display: none;
}
.aim_radio_button_kikan_input2_2 {
    display: none;
}
.aim_button2_kikan_1 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #CCCCCC;
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 8px 0px 0px 8px;
    font-size: 14px;
    border-left: 1px solid #EAEAF0;
    border-top: 1px solid #EAEAF0;
    border-bottom: 1px solid #EAEAF0;
}
.aim_button2_kikan_2 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #CCCCCC;
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 0px 8px 8px 0px;
    font-size: 14px;
    border-left: 1px solid #EAEAF0;
    border-right: 1px solid #EAEAF0;
    border-top: 1px solid #EAEAF0;
    border-bottom: 1px solid #EAEAF0;
}
.aim_radio_button_kikan_input2_1:checked + .aim_button2_kikan_1 {
    background: #6D7393;
    color: #ffffff;
    font-size: 14px;
}
.aim_radio_button_kikan_input2_2:checked + .aim_button2_kikan_2 {
    background: #6D7393;
    color: #ffffff;
    font-size: 14px;
}
/* ボタン3つ */
.aim_radio_button_kikan_input3_1 {
    display: none;
}
.aim_radio_button_kikan_input3_2 {
    display: none;
}
.aim_radio_button_kikan_input3_3 {
    display: none;
}
.aim_button3_kikan_1 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #CCCCCC;
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 8px 0px 0px 8px;
    font-size: 14px;
    border-left: 1px solid #EAEAF0;
    border-top: 1px solid #EAEAF0;
    border-bottom: 1px solid #EAEAF0;
}
.aim_button3_kikan_2 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #CCCCCC;
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 0px 0px 0px 0px;
    font-size: 14px;
    border-left: 1px solid #EAEAF0;
    border-top: 1px solid #EAEAF0;
    border-bottom: 1px solid #EAEAF0;
}
.aim_button3_kikan_3 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #CCCCCC;
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 0px 8px 8px 0px;
    font-size: 14px;
    border-left: 1px solid #EAEAF0;
    border-right: 1px solid #EAEAF0;
    border-top: 1px solid #EAEAF0;
    border-bottom: 1px solid #EAEAF0;
}
.aim_radio_button_kikan_input3_1:checked + .aim_button3_kikan_1 {
    background: #6D7393;
    color: #ffffff;
    font-size: 14px;
}
.aim_radio_button_kikan_input3_2:checked + .aim_button3_kikan_2 {
    background: #6D7393;
    color: #ffffff;
    font-size: 14px;
}
.aim_radio_button_kikan_input3_3:checked + .aim_button3_kikan_3 {
    background: #6D7393;
    color: #ffffff;
    font-size: 14px;
}
/*期間指定のボタン版*/
.aim_kikan_button_card {
    display: flex;
    justify-content: flex-start;
    align-content: center;
}
.aim_kikanset_button {
    width: 75px;
    margin-left: 5px;
    /*background: #6D7393 0% 0% no-repeat padding-box;*/
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 30px;
    text-align: center;
    font: normal normal normal 13px/23px Hiragino Kaku Gothic ProN;
    letter-spacing: 0px;
    /*color: #FFFFFF;*/
    color: #6D7393;
    border: 1px solid #EAEAF0;
    opacity: 1;
    cursor: pointer;
}
/* 自担当未完了マーク */
.aim_no_lookback_div {
    position: relative;
}
.aim_no_lookback_icon {
    width: 15px;
    opacity: 1;
    text-align: center;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 2;
    font-size: 10px;
}
.aim_no_lookback_icon > i {
    color: #FF0000;
}
.aim_no_lookback_icon_sub {
    width: 15px;
    opacity: 1;
    text-align: center;
    position: absolute;
    top: -25px;
    right: -5px;
    z-index: 2;
    font-size: 10px;
}
.aim_no_lookback_icon_sub > i {
    color: #FF0000;
}

/*月間目安エリア*/
.aimuriage_setting_simulation_area {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: left;
}
/*定休日のエリア*/
.aimuriage_setting_closedays_area {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: left;
}
/*売上設定用*/
.aimuriage_setting_base_area {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: left;
}
.aimuriage_setting_base_title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #393D51;
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: flex-start;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: flex-start;
    margin-bottom: 5px;
}
.aimuriage_base_table {
    margin: 0px 0px 0px 0px; 
    width: 100%; 
    border: 0px;
    border-collapse: collapse; 
    /*background-color: #FAFAFA;*/
}
.aimuriage_base_table tr {
    height: 35px;
}
.aimuriage_base_table td {
    padding: 4px;
}
.aimuriage_base_title_div {
    padding: 4px 4px;
    text-align: left;
    display: flex;
}
.aimuriage_base_title_div div {
    min-width: 10px;
    max-width: 10px;
}
.aimuriage_base_title_div span {
    font-size: 12px; 
    /*color: #656D93;*/
    /*font-weight: 600;*/
    width: 100%;
}
.aim_store_uriage_base_value {
    width: 85px;
    height: 30px;
    font-size: 13px;
    font-weight: 300;
    padding: 6px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAF0;
    border-radius: 8px;
    text-align: right;
    opacity: 1;
}
.aim_store_uriage_base_value::placeholder {
    font-weight: 300;
    font-size: 13px;
    color: #888B97;
    /*color: #CCCCCC;*/
}
.aim_store_uriage_base_kyakusu_value {
    padding: 4px 4px;
    text-align: left;
    display: flex;
}
.aim_store_uriage_base_kyakusu_value div {
    min-width: 10px;
    max-width: 10px;
}
.aim_store_uriage_base_kyakusu_value span {
    font-size: 12px; 
    width: 100%;
}

.aimuriage_daily_table {
    margin: 0px 0px 24px 0px; 
    width: 100%; 
    border: 0px;
    border-collapse: collapse; 
    /*background-color: #FAFAFA;*/
}
.aimuriage_daily_table tr {
    height: 35px;
}
.aimuriage_daily_table td {
    padding: 4px;
}
.aimuriage_daily_title_div {
    padding: 4px 4px;
    text-align: left;
    display: flex;
}
.aimuriage_daily_title_div div {
    min-width: 10px;
    max-width: 10px;
}
.aimuriage_daily_title_div span {
    font-size: 11px; 
    width: 100%;
}
.aim_store_uriage_daily_value {
    width: 85px;
    height: 30px;
    font-size: 13px;
    font-weight: 300;
    padding: 6px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAF0;
    border-radius: 8px;
    text-align: right;
    opacity: 1;
}
.aim_store_uriage_daily_value::placeholder {
    font-weight: 300;
    font-size: 13px;
    color: #888B97;
    /*color: #CCCCCC;*/
}
.aim_store_uriage_daily_kyakusu_value {
    padding: 4px 4px;
    text-align: left;
    display: flex;
}
.aim_store_uriage_daily_kyakusu_value div {
    min-width: 10px;
    max-width: 10px;
}
.aim_store_uriage_daily_kyakusu_value span {
    font-size: 12px; 
    width: 100%;
}
.add_new_uriage_base_error {
    color: #FF0000;
    font-size: 11px;
    padding-left: 5px;
    /*position: absolute;*/
    /*right: 30px;*/
    align-self: center;
    margin-top: 4px;
}
.aim_new_uriage_close_detail_icon {
    display: flex;
    cursor: pointer;
}
.aim_new_uriage_close_detail_message {
    text-align: left;
    font-size: 14px;
    opacity: 1;
    font-weight: 600;
    width: 70px;
    cursor: pointer;
}
.aim_new_uriage_reset_label {
    font-size: 10px; 
    font-weight: 300; 
    text-decoration: underline; 
    cursor: pointer;
    text-align: center;
}
.aimuriage_sum_table {
    margin: 0px 0px 24px 0px; 
    width: 100%; 
    border: 0px;
    border-collapse: collapse; 
    /*background-color: #FAFAFA;*/
}
.aimuriage_sum_table tr {
    height: 35px;
}
.aimuriage_sum_table td {
    padding: 4px;
}
.aimuriage_sum_title_div {
    padding: 4px 4px;
    text-align: left;
    display: flex;
}
.aimuriage_sum_title_div div {
    min-width: 10px;
    max-width: 10px;
}
.aimuriage_sum_title_div span {
    font-size: 12px; 
    /*color: #656D93;*/
    /*font-weight: 600;*/
    width: 100%;
}
.aimuriage_sum_title_div {
    padding: 4px 4px;
    text-align: left;
    display: flex;
}
.aimuriage_sum_title_div div {
    min-width: 10px;
    max-width: 10px;
}
.aimuriage_sum_title_div span {
    font-size: 12px; 
    width: 100%;
}
.aim_store_uriage_sum_value {
    width: 85px;
    height: 30px;
    font-size: 12px;
    font-weight: 300;
    padding: 3px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAF0;
    border-radius: 8px;
    text-align: right;
    opacity: 1;
}
.aim_store_uriage_sum_value::placeholder {
    font-weight: 300;
    font-size: 13px;
    color: #888B97;
    /*color: #CCCCCC;*/
}
.aim_store_uriage_sum_kyakusu_value {
    padding: 4px 4px;
    text-align: left;
    display: flex;
}
.aim_store_uriage_sum_kyakusu_value div {
    min-width: 10px;
    max-width: 10px;
}
.aim_store_uriage_sum_kyakusu_value span {
    font-size: 12px; 
    width: 100%;
}
.aim_store_kikan_select {
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*appearance: none;*/
    width: 100%;
    font-size: 14px;
    height: 46px;
    line-height: 160%;
}
.aim_store_close_days_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 95px; 
    max-width: 95px; 
    font-size: 12px;
    height: 30px;
    padding: 2px 12px;
}
/*selctの三角を消す(IE用)*/
::-ms-expand {
    display: none;
}
.aimstore_kikan_custom_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 9999;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /*opacity: 0.97;*/
    opacity: 1;
}
.aimstore_kikan_custom_form {
    margin-bottom: 40px;
    padding: 15px 15px 15px 15px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
}
.aimstore_kikan_custom_form .position_row {
    margin-bottom: 10px;
}
.aimstore_kikan_custom_form .calendar label {
    margin-right: 10px;
}
.aimstore_kikan_custom_form .calendar input {
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    padding: 5px;
    width: 100%;
    height: 40px;
}
.aimstore_kikan_custom_error_div {
    display: none;
    position: relative;
    height: 30px;
}
.aimstore_kikan_custom_error {
    color: #FF0000;
    font-size: 12px;
    padding-left: 5px;
    position: absolute;
    top: -5px;
    right: 0px;
}
.aimstore_kikan_custom_button_card {
    display: flex;
    justify-content: flex-start;
    align-content: center;
}
.aimstore_custom_kikanset_button {
    width: 80px;
    margin-left: 5px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 30px;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #6D7393;
    border: 1px solid #EAEAF0;
    opacity: 1;
    cursor: pointer;
}
.aimstore_target_kikan_msg_label {
    color: #6D7393;
    padding-left: 5px;
    display: block; 
    font-size: 10px;
    font-weight: 300; 
    margin-top: 6px;
    margin-left: 4px; 
    margin-right: 8px;
}
.aimstore_target_kikan_change_label {
    font-size: 10px; 
    font-weight: 300; 
    margin-top: 6px; 
    text-decoration: underline; 
    cursor: pointer;
}


/*定性の実績*/
.aim_quest_result_div {
    margin-top: 26px;
}
.aim_item_div {
    display: flex;
    align-items: center;
    margin: 6px 0px;
    padding: 2px 6px;
    background: #FFFFFF;
    border-radius: 6px;
    justify-content: space-between;
}
.aim_item_label_icon {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.aim_item_text {
    font-size: 11px;
    font-weight: 300;
    width: 240px;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    line-height: 200%;
}
.aim_item_value{
    font-size: 11px;
    font-weight: 300;
    /*min-width: 60px;*/
    min-width: 82px;
    text-align: right;
    line-height: 200%;
}
/*-------------------------------*/
/* 公開範囲一覧画面                */
/*-------------------------------*/
.display_aim_open_users_wrap {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 9998;
    background: rgba(57, 61, 81, 0.9);
}
h2.display_aim_open_users_title {
    color: #656D93;
    margin: 5px auto;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.display_aim_open_users_box {
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 20px 20px 20px 20px;
    text-align: center;
    background: #F1F1F5;
    backdrop-filter: none;
    border: 1px solid #707070;
    border-radius: 8px;
    opacity: 1;
    overflow-y: scroll;
}
.display_aim_open_users_card {
    background: #FFFFFF;
    padding: 10px;
    margin: 10px;
    border-radius: 8px;
    height: calc(100% - 110px);
}
.display_aim_open_users_list_wrap {
    height: 100%;
    overflow-y: auto;
}
.display_aim_open_user_info {
    display: none;
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #393D51;
    padding: 4px 8px;
    opacity: 1;
}
/*-------------------------------*/
/* 店舗テーマ印刷検索画面          */
/*-------------------------------*/
.aim_store_print_search_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 9999;
    background: #F1F1F5;
    opacity: 1;
    text-align: -webkit-center;
}
/*CSV出力ボタン*/
.aim_csv_btn_div {
    display: flex; 
    justify-content: flex-end; 
    padding: 0px 12px; 
    margin-bottom: 16px;
}

/*個人テーマ評価項目マスタ設定画面*/
.kojin_item_add_div {
    display: flex; 
    justify-content: flex-end; 
    padding: 0px 12px; 
    margin-bottom: 16px;
}
.kojin_aim_item_card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 48px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
}
.kojin_aim_item_card_text {
    color: #393D51;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 160%;
    width: 100%;
    padding: 12px;
    opacity: 1;
}
.kojin_aim_item_card_text > span {
    color: #FF0000;
    border-bottom: solid 1px #FF0000;
}
.kojin_aim_item_card_icon {
    display: flex;
    margin-right: 10px;
    margin-left:  15px;
}
.kojin_aim_item_card_icon i {
    color: #6F6B99;
}
.kojin_aim_item_card_icon i.fa-trash {
    color: #B8311D;
}
.kojin_item_nothing_title {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}
.kojoin_item_add_max_comment {
    font-size: 11px;
    text-align: right;
    margin-right: 18px;
    margin-top: 6px;
}
@media screen and (max-width: 420px) {
    /*店舗テーマ売上設定*/
    .aim_card_uriage_result_col_title_div span {
        font-size: 12px; 
        font-weight: 300;
    }
    .aim_card_uriage_result_data_div {
        padding: 4px 4px;
        text-align: left;
        font-size: 12px;
        font-weight: 300;
    }
    .aim_card_uriage_result_data_div span {
        font-size: 11px; 
        font-weight: 300;
    }
}
