@charset "UTF-8";
/*============================================================
guide wrap
==============================================================*/

.l-content_category {
    width: 980px;
}

.l-category {
    padding: 50px 0 0;
}

.l-container_category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    max-width: 1240px;
    padding: 0 30px;
    margin: auto;
}

.l-category_head {
    text-align: center;
    padding-bottom: 5%;
}
.c-title_cate{
    font-size: 2.2rem;
}
.c-title_cate span {
    display: block;
    font-size: 6.4rem;
    line-height: 1;
}

.l-category_head .p-catehead_text {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
    margin-top: 25px;
}

.l-category_head .p-main_img {
    width: 100px;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.l-category_head .p-catehead_text::before, .l-category_head .p-catehead_text::after {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-height: 60px;
    background-image: url(../../assets/images/guide/bg.png);
    background-repeat: repeat-x;
    background-size: contain;
    vertical-align: middle;
    content: "";
}

.l-category_head .p-catehead_text::after {
    top: inherit;
    bottom: 0;
}

.l-category_head .p-main_title {
    color: #FF758B;
    margin-top: 20px;
    margin-bottom: 10px;
}

.l-detail-guide {
    padding: 40px 0;
}

.l-detail-guide .p-guide_title {
    font-size: 2rem;
    padding-bottom: 5px;
    border-bottom: 2px solid #000000;
    margin-bottom: 24px;
    font-weight: 700;
}

.l-detail-guide .l-detail-guide_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.l-detail-guide .l-detail-guide_list_item {
    display: flex;
    justify-content: space-between;
    width: 49%;
    margin-bottom: 2%;
    background: #fff;
    padding: 20px 16px;
}

.l-detail-guide .p-guide_list_img {
    width: 81px;
}

.l-detail-guide .p-guide_list_text {
    width: 270px;
}

.l-detail-guide .p-guide_list_title {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 6px;
}

.l-detail-guide .p-guide_list_sub {}

.l-detail-guide .p-guide_list_arrow {
    width: 16px;
    margin-top: 3px;
}

.l-detail-order {
    background: #FFE000;
}

.l-detail-production {
    background: #FF758B;
}

.l-detail-production .p-guide_title {
    color: #fff;
    border-color: #fff;
}

.l-detail-other {
    background: #EBEBEB;
}

/*============================================================
aside
==============================================================*/

.l-aside-category {
    width: 200px;
    position: relative;
    margin-bottom: 50px;
}

.p-aside_search {
    margin-bottom: 40px;
    border: 2px solid #808080;
    position: relative;
}

.p-aside_search_input {
    width: calc(100% - 44px);
    height: 34px;
    padding: 10px;
    border: medium none;
}

.p-aside_search_btn {
    width: 44px;
    vertical-align: bottom;
    height: 34px;
    background: #000 url(../images/common/header-search.png) no-repeat center / 26px;
    cursor: pointer;
}

.p-title_aside {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1.6rem;
}

.p-section_aside_cate {
    padding: 16px 0 16px;
}

.p-title_aside_section {
    font-weight: 700;
    font-size: 1.4rem;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    transition: .2s ease;
}

.p-title_aside_section:hover {
    opacity: .5;
}

.p-title_aside_section span {
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    display: block;
}

.p-title_aside_section span::before, .p-title_aside_section span::after {
    display: block;
    position: absolute;
    content: "";
    background: #000;
    border-radius: 2px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .2s ease;
}

.p-title_aside_section span::before {
    width: 100%;
    height: 4px;
}

.p-title_aside_section span::after {
    height: 0;
    width: 4px;
    transition: .2s ease;
}

.p-title_aside_section.is-active span::after {
    height: 100%;
}

.p-section_aside_cate ul.p-list_catecheck {
    margin-top: 5px;
}

.p-section_aside_cate ul.p-list_catecheck li {
    position: relative;
    margin-top: 15px;
}

.p-section_aside_cate ul.p-list_catecheck>li:hover .l-list_pop_menu {
    display: block;
}

.l-list_pop_menu {
    position: absolute;
    left: 200px;
    top: 0;
    z-index: 100;
    width: 200px;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
}

.p-section_aside_cate ul.p-list_catecheck li .l-list_pop_menu li {
    margin: 0;
    padding: 10px;
}

.p-section_aside_cate ul.p-list_catecheck li .l-list_pop_menu li:hover {
    background: #EBEBEB;
}

.p-section_aside_cate ul.p-list_catecheck li .l-list_pop_menu li span {
    display: none;
}

.p-section_aside_cate ul.p-list_catecheck li .l-list_pop_menu li .p-check_cate {
    padding: 0;
}

.p-check_cate {
    box-sizing: border-box;
    transition: .2s ease;
    position: relative;
    display: block;
    padding: 0 0 0 20px;
    vertical-align: middle;
    cursor: pointer;
    z-index: 1;
    font-size: 1.2rem;
}

.p-radio_cate {
    box-sizing: border-box;
    transition: .2s ease;
    position: relative;
    display: block;
    padding: 0 0 0 20px;
    vertical-align: middle;
    cursor: pointer;
    z-index: 1;
    font-size: 1.2rem;
}

.p-section_aside_cate ul li input[type=checkbox] {
    display: none;
}

.p-check_cate span {
    transition: .2s ease;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #c4c4c4;
    content: '';
}

.p-radio_cate span {
    transition: .2s ease;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #c4c4c4;
    content: '';
}

.p-check_cate span:before, .p-check_cate span:after {
    transition: .2s ease;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: '';
    opacity: 0;
    transform: rotate(45deg);
    background: #000;
}

.p-radio_cate span:before {
    transition: .2s ease;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: '';
    opacity: 0;
    transform: rotate(45deg);
    background: #000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.p-list-sort li input[type=radio]:checked+.p-radio_cate span:before {
    opacity: 1;
}

.p-check_cate span:before {
    width: 2px;
    height: 8px;
}

.p-check_cate span:after {
    width: 8px;
    height: 2px;
}

.p-section_aside_cate ul.p-list_catecheck li input[type=checkbox]:checked+.p-check_cate {
    background: #ebebeb;
    padding: 13px 10px 13px 30px;
}

.p-section_aside_cate ul.p-list_catecheck li input[type=checkbox]:checked+.p-check_cate span {
    border: none;
    border-radius: 50%;
    background: #fff;
    left: 4px;
    width: 18px;
    height: 18px;
}

.p-section_aside_cate ul.p-list_catecheck li input[type=checkbox]:checked+.p-check_cate span:before, .p-section_aside_cate ul.p-list_catecheck li input[type=checkbox]:checked+.p-check_cate span:after {
    opacity: 1;
}

.l-list_sub_cate .sub_cate {
    display: none;
}

.l-list_sub_cate input[type=checkbox]:checked+.sub_cate {
    display: block;
}

.p-section_aside_cate ul.p-list_catecolor {
    margin-top: 10px;
}

.p-list_catecolor_inner {
    display: flex;
    flex-wrap: wrap;
}

.p-section_aside_cate ul.p-list_catecolor li {
    width: 25%;
    text-align: center;
    font-size: 1rem;
}

.p-section_aside_cate ul.p-list_catecolor li span {
    transition: .2s ease;
    display: block;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 auto 5px;
    cursor: pointer;
}

.p-coloricon_01 {
    border: 1px solid #ddd;
}

.p-coloricon_02 {
    background: #000;
}

.p-coloricon_03 {
    background: #EBEBEB;
}

.p-coloricon_04 {
    background: #9A5B3F;
}

.p-coloricon_05 {
    background: #F4E8C8;
}

.p-coloricon_06 {
    background: #00B300;
}

.p-coloricon_07 {
    background: #008FFF;
}

.p-coloricon_08 {
    background: #9253D1;
}

.p-coloricon_09 {
    background: #FFDE00;
}

.p-coloricon_10 {
    background: #FF758B;
}

.p-coloricon_11 {
    background: #EF2E44;
}

.p-coloricon_12 {
    background: #FF8210;
}

.p-coloricon_13 {
    background: url(../images/category/bg_color_other.png);
}

.p-section_aside_cate ul.p-list_catecolor li input[type=checkbox]:checked+.p-check_cate_color span {
    border: 3px solid #888;
}

.p-list_catebland {
    margin-top: 12px;
}

.p-list_catebland_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-list_catebland_inner li {
    width: 48%;
    margin-top: 8px;
}

.p-list_catebland_inner li input[type=checkbox] {
    display: none;
}

.p-list_catebland_inner li .p-check_cate_bland {
    border: 1px solid #EBEBEB;
    transition: .2s ease;
    display: block;
    cursor: pointer;
}

.p-list_catebland_inner li input[type=checkbox]:checked+.p-check_cate_bland {
    border-color: #000;
}

.p-aside_btn_area {
    position: relative;
    height: 126px;
}

.p-inner_asidebtn {
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 200px;
    z-index: 10;
}

.p-inner_asidebtn.is-fit {
    position: relative;
}

.p-aside_btn_area a {
    transition: .2s ease;
}

.p-aside_btn_area a:hover {
    opacity: .5;
}

.p-submit_aside a {
    text-align: center;
    box-sizing: border-box;
    background: #FFDE00;
    border: 3px solid #000;
    display: block;
    font-size: 1rem;
    height: 56px;
    border-radius: 28px;
}

.p-submit_aside {
    margin-bottom: 10px;
}

.p-submit_aside a span.p-text_count {
    display: block;
    font-size: 2rem;
}

.p-submit_aside a span.p-text_count .p-text_count_s {
    font-size: 1.2rem;
}

.p-clear_aside a {
    text-align: center;
    box-sizing: border-box;
    border: 3px solid #000;
    background: #fff;
    display: block;
    font-size: 1rem;
    height: 40px;
    line-height: 34px;
    border-radius: 20px;
}

/*============================================================
CSS for staff
==============================================================*/

.l-sales-staff-list {
    width: calc(100% - 40px);
    max-width: 980px;
    margin: 0 auto;
}

/* .l-head-staff {
    padding: 25px 0 0 0;
} */

.l-category_head_sales {
    text-align: center;
    padding-bottom: 1%;
}

.l-f-container-staff {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 5rem;
}

.c-head-content-staff {
    padding: 4%;
    text-align: center;
}

.l-factory-staff-list {
    display: block;
}

.l-category_head_factory {
    text-align: center;
    padding-bottom: 1%;
}

.l-f-container-btn-staff {
    display: flex;
    padding: 10px;
    margin-bottom: 5%;
}

.l-sales-btn-staff {
    width: 47%;
    margin: 1%;
    padding: 2%;
    text-align: center;
    font-size: 4rem;
    background: #FFDE00;
    color: #FF758B;
}

.l-sales-btn-staff:hover {
    opacity: 0.5;
}

.l-factory-btn-staff {
    width: 47%;
    margin: 1%;
    padding: 2%;
    text-align: center;
    font-size: 4rem;
    background: #afafaf;
    color: #FFFFFF;
}

.l-factory-btn-staff:hover {
    opacity: 0.5;
}

.l-f-container-staff01-staff {
    display: flex;
    flex-basis: 24%;
    justify-content: center;
    flex-direction: column;
    margin-left: 7%;
    margin-right: 2%;
    margin-bottom: 5%;
}

.l-modal-staff01 {
    display: block;
    position: relative;
    padding: 0px;
}

.c-staff-img-staff {
    position: relative;
    max-width: 980px;
    width: 100%;
}

.c-staff-img-staff > img{
    width:100%;
}

.l-staff-messages-staff {
    font-size: 1.5vw;
}

.c-staff-img-staff .l-staff-messages-staff {
    opacity: 0;
    transition: 500ms;
}

.c-staff-img-staff:hover .l-staff-messages-staff {
    opacity: 1;
    transition: 500ms;
}

.l-modal-staff-detail {
    width: 100%;
    /* padding: 0 5% 0 5%; */
}

.l-modal-staff-detail>img {
    width: 100%
}

/*============================================================
CSS modal staff01 message for staff
==============================================================*/

.p-modal-staff01-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 14rem;
    left: 60%;
    padding: 0px 2px 0px 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff01-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 18rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff01-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff01-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff01-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff01-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff01-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff01-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
    font-size: 2.6rem;
}
.icon-mess{
    position: absolute;
    top: -70px;
    left: 20px;
}
.icon-mess img{
    width: 300px;
}
/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff02 message for staff
==============================================================*/

.p-modal-staff02-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 18rem;
     left: 60%;
    padding: 0px 2px 0px 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff02-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff02-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff02-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff02-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff02-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff02-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff02-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 8% 2rem;
    font-weight: 700;
    font-size: 2.6rem;
}

/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff03 message for staff
==============================================================*/

.p-modal-staff03-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 18rem;
     left: 60%;
    padding: 0px 2px 0px 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff03-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff03-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff03-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff03-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff03-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff03-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}


.p-modal-staff03-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
    font-size: 2.6rem;
}

/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff04 message for staff
==============================================================*/

.p-modal-staff04-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 18rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff04-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff04-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff04-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff04-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff04-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff04-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 31rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff04-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
    font-size: 2.6rem;
}
.icon-mess-rgt {
    left: auto;
    right: 20px;
}
/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff05 message for staff
==============================================================*/

.p-modal-staff05-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 18rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff05-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff05-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff05-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff05-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff05-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff05-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 31rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff05-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
    font-size: 2.6rem;
}

/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff06 message for staff
==============================================================*/

.p-modal-staff06-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 18rem;
     left: 60%;
    padding: 0px 2px 0px 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff06-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff06-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff06-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff06-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff06-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff06-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff06-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
    font-size: 2.6rem;
}

/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff07 message for staff
==============================================================*/


.p-modal-staff07-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 18rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff07-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff07-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff07-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff07-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff07-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff07-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 31rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff07-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
    font-size: 2.6rem;
}

/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff08 message for staff
==============================================================*/

.p-modal-staff08-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 18rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff08-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff08-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff08-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff08-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff08-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff08-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 31rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff08-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
    font-size: 2.6rem;
}

/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff09 message for staff
==============================================================*/

.p-modal-staff09-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 18rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff09-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff09-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff09-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff09-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff09-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff09-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 31rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff09-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
    font-size: 2.6rem;
}

/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff10 message for staff
==============================================================*/

.p-modal-staff10-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 18rem;
     left: 60%;
    padding: 0px 2px 0px 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff10-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff10-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff10-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff10-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff10-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff10-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff10-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
    font-size: 2.6rem;
    font-size: 2.1rem;
}

/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff11 message for staff
==============================================================*/

.p-modal-staff11-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 18rem;
     left: 60%;
    padding: 0px 2px 0px 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff11-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff11-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff11-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff11-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff11-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff11-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff11-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
}

/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff12 message for staff
==============================================================*/

.p-modal-staff12-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 7rem;
    right: 8%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2.1rem;
}

.p-modal-staff12-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 11rem;
    right: 8%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2.1rem;
}

.p-modal-staff12-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 15rem;
    right: 8%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2.1rem;
}

.p-modal-staff12-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 19rem;
    right: 8%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2.1rem;
}

.p-modal-staff12-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 23rem;
    right: 8%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2.1rem;
}

.p-modal-staff12-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 27rem;
    right: 8%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2.1rem;
}

.p-modal-staff12-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 31rem;
    right: 8%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 2.1rem;
}

.p-modal-staff12-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
    font-size: 2.6rem;
}

/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff13 message for staff
==============================================================*/

.p-modal-staff13-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 18rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff13-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff13-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff13-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff13-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff13-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff13-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 31rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff13-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
    font-size: 2.6rem;
}

/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff14 message for staff
==============================================================*/

.p-modal-staff14-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 18rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff14-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff14-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff14-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff14-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff14-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff14-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 42rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff14-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
    font-size: 2.6rem;
}

/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff15 message for staff
==============================================================*/

.p-modal-staff15-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 18rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff15-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff15-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff15-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff15-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff15-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff15-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 42rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff15-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
    font-size: 2.6rem;
}

/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff16 message for staff
==============================================================*/

.p-modal-staff16-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 18rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff16-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff16-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff16-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff16-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff16-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff16-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 42rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff16-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
    font-size: 2.6rem;
}

/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff17 message for staff
==============================================================*/

.p-modal-staff17-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 14rem;
    left: 60%;
    padding: 0px 2px 0px 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff17-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 18rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff17-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff17-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff17-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff17-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff17-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff17-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
    font-size: 2.6rem;
}

/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff18 message for staff
==============================================================*/
.p-modal-staff18-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 18rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff18-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff18-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff18-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff18-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff18-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff18-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 42rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff18-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
    font-size: 2.6rem;
}

/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff19 message for staff
==============================================================*/
.p-modal-staff19-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 18rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff19-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff19-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff19-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff19-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff19-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff19-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 42rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff19-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 5% 2rem ;
    font-weight: 700;
    font-size: 2.6rem;
}

/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff20 message for staff
==============================================================*/
.p-modal-staff20-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 15rem;
    left: 60%;
    padding: 0px 2px 0px 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff20-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff20-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff20-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff20-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff20-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff20-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 42rem;
     left: 60%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff20-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
    font-size: 2.6rem;
}

/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff21 message for staff
==============================================================*/

.p-modal-staff21-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 18rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff21-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff21-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff21-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 30rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff21-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff21-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff21-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 42rem;
    left: 10%;
    padding: 0 2px 0 2px;
    font-weight: 700;
   font-size: 2rem;
}

.p-modal-staff21-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
    font-size: 2.6rem;
}

/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

/*============================================================
CSS modal staff22 message for staff
==============================================================*/

.p-modal-staff22-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 14rem;
    left: 55%;
    padding: 0px 2px 0px 2px;
    font-weight: 700;
    font-size: 2rem;
}

.p-modal-staff22-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 18rem;
     left: 55%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff22-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 22rem;
     left: 55%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff22-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 26rem;
     left: 55%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff22-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 33rem;
     left: 55%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff22-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 34rem;
     left: 55%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff22-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 38rem;
     left: 55%;
    padding: 0 2px 0 2px;
    font-weight: 700;
     font-size: 2rem;
}

.p-modal-staff22-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
    font-size: 2.6rem;
}

/* - -- - - - - - - --- - - - - - - - -- - - - - - - */

.l-arrow-staff {
    background: #FFF url(../../assets/images/staff/under_arrow.svg) no-repeat center top 0px;
    padding: 36px 0 0 0;
    width: 100%;
    height: 100%;
    background-size: 46px;
}

.c-my-mission-staff {
    padding: 2rem 5rem 5rem 5rem;
    text-align: left;
    font-size: 1.6rem;
}

.c-name-staff {
    text-align: center;
    font-size: 6.4rem;
    line-height: 1.2;
}
.c-subname-staff{
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 25px;
}
.c-staff-desc-staff {
    text-align: center;
    padding-bottom: 10rem
}

.l-background01-staff {
    background: #FFF url(../../assets/images/staff/yellow_area_top.svg) no-repeat center top 1px;
    padding: 81px 0px 10rem 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.l-profile-background-staff {
    background-color: #FFDE00;
    padding-top: -4rem;
    margin: 5vw 0 0 0;
}

.c-title_cate_staff {
    font-size: 2.0rem;
    font-weight: 600;
    padding-bottom: 5rem;
    text-align: center;
}

.c-profile-image-staff {
    width: 50%;
    padding: 2rem;
}

.c-profile-title-staff {
    padding-bottom: 2rem;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.c-profile-desc-staff {
    padding: 0rem 2rem 2rem;
    text-align: left;
}

.l-background02-staff {
    background: #FFF url(../../assets/images/staff/yellow_area_bottom.svg) no-repeat left -334px;;
    padding: 0 0px calc(170px - 7vw) 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
}
#staff-change-button{
    width: 600px;
    margin: 0 auto;
}
.l-btn-f-container-staff {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
}

.l-btn-f-box1-staff {
    width: 25px;
    margin: 0 40px 0 30px;
}

.l-btn-f-box2-staff {
    width: 33%;
    position: relative;
    text-align: left;
    font-size: 1.4rem;
}

.l-btn-f-box3-staff {
    width: 33%;
    position: relative;
    text-align: center;
    font-size: 1.4rem;
}

.l-btn-f-box4-staff {
    width: 33%;
    position: relative;
    text-align: right;
    font-size: 1.4rem;
}

.l-btn-f-box5-staff {
    width: 25px;
    margin: 0 55px 0 20px;
}

.c-back-btn-staff {
    background: #EBEBEB;
    padding: 10px 20px;
    font-size: 1.4rem;
}

.c-back-btn-staff:hover {
    background: #dadada;
    padding: 10px 20px;
    font-size: 1.4rem;
}

.c-all-btn-staff {
    background: #EBEBEB;
    padding: 10px 20px;
    font-size: 1.4rem;
}

.c-all-btn-staff:hover {
    background: #dadada;
    padding: 10px 20px;
}

/*
.l-btn-f-box1-staff>a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/staff/pager_arrow_p.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 12px;
    left: calc(1vw - 20px);
}

.l-btn-f-box3-staff>a::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/staff/pager_arrow_n.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 12px;
    left: calc(15vw + 20px);
}
*/

.c-forward-btn-staff {
    background: #EBEBEB;
    padding: 10px 20px;
    font-size: 1.4rem;
}

.c-forward-btn-staff:hover {
    background: #dadada;
    padding: 10px 20px;
}

.l-f-container-staff-image-staff {
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: relative;
}

.c-image-tansform-staff {
    border-radius: 50%;
    max-width: 100%;
}

.c-circle-staff01-image-staff {
    margin-top: -10%;
    position: absolute;
    max-width: 200%;
    width: 125%;
}

.c-circle-staff02-image-staff {
    margin-top: 0%;
    position: absolute;
    max-width: 200%;
    width: 110%;
}

.c-circle-staff03-image-staff {
    margin-top: -5%;
    position: absolute;
    max-width: 200%;
    width: 115%;
}

.c-circle-staff04-image-staff {
    margin-top: -17%;
    position: absolute;
    max-width: 200%;
    width: 136%;
}

.c-circle-staff05-image-staff {
    margin-top: -13%;
    position: absolute;
    max-width: 200%;
    width: 130%;
}

.c-circle-staff06-image-staff {
    margin-top: -5%;
    position: absolute;
    max-width: 200%;
    width: 117%;
}

.c-circle-staff07-image-staff {
    margin-top: -16%;
    position: absolute;
    max-width: 200%;
    width: 133%;
}

.c-circle-staff08-image-staff {
    margin-top: 4%;
    position: absolute;
    max-width: 200%;
    width: 102%;
}

.c-circle-staff09-image-staff {
    margin-top: -5%;
    position: absolute;
    max-width: 200%;
    width: 116%;
}

.c-circle-staff10-image-staff {
    margin-top: 2%;
    position: absolute;
    max-width: 200%;
    width: 106%;
}

.c-circle-staff11-image-staff {
    margin-top: 5%;
    position: absolute;
    max-width: 200%;
    width: 101%;
}

.c-circle-staff12-image-staff {
    margin-top: -10%;
    position: absolute;
    max-width: 200%;
    width: 125%;
}

.c-circle-staff13-image-staff {
    margin-top: -10%;
    position: absolute;
    max-width: 200%;
    width: 125%;
}

.c-circle-staff14-image-staff {
    margin-top: -10%;
    position: absolute;
    max-width: 200%;
    width: 125%;
}

.c-circle-staff15-image-staff {
    margin-top: -10%;
    position: absolute;
    max-width: 200%;
    width: 125%;
}

.c-circle-staff16-image-staff {
    margin-top: -10%;
    position: absolute;
    max-width: 200%;
    width: 125%;
}

.c-circle-staff17-image-staff {
    margin-top: -10%;
    position: absolute;
    max-width: 200%;
    width: 125%;
}

.c-circle-staff18-image-staff {
    margin-top: -10%;
    position: absolute;
    max-width: 200%;
    width: 125%;
}

.c-circle-staff19-image-staff {
    margin-top: -10%;
    position: absolute;
    max-width: 200%;
    width: 125%;
}

.c-circle-staff22-image-staff {
    margin-top: -10%;
    position: absolute;
    max-width: 200%;
    width: 125%;
}

.c-staff01-catch-staff {
    height: 100%;
    width: 100%;
    background-color: #FFDE00;
    border-radius: 50%;
    position: absolute;
    opacity: 100%;
    display: none;
    place-items: center;
    z-index: 1;
}

.c-staff02-catch-staff {
    height: 100%;
    width: 100%;
    background-color: #FF758B;
    border-radius: 50%;
    position: absolute;
    opacity: 100%;
    display: none;
    place-items: center;
    z-index: 1;
}

.c-staff03-catch-staff {
    height: 100%;
    width: 100%;
    background-color: #00A726;
    border-radius: 50%;
    position: absolute;
    opacity: 100%;
    display: none;
    place-items: center;
    z-index: 1;
}

.c-staff-catch-staff-sp {
    display: none;
    text-align: center;
    margin-top: 15px;
}

/* -=----  catch messages ----- */

.c-staff01-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff02-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff03-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff04-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff05-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff06-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff07-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff08-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff09-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff10-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff11-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff12-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff13-catch-message-staff {
    font-size: 1.6rem;
    margin: 0;
    padding: 2rem;
    text-align: center;
}

.c-staff14-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff15-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff16-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff17-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff18-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff19-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff20-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff21-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff22-catch-message-staff {
    font-size: 2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.c-staff01-modal-link-staff {
    height: 100%;
    width: 100%;
    background-color: #FFDE00;
    border-radius: 50%;
    position: absolute;
    opacity: 0%;
    display: block;
    z-index: 11;
    left: 0;
    top: 0;
}

/*============================================================
CSS for slick on staff
==============================================================*/

/*============================================================
CSS for cs
==============================================================*/

.l-content_category_cs {
    width: 100%;
}

.l-container_cs {
    max-width: 980px;
}

.c-title_cate_cs {
    font-weight: 700;
    padding: 0vw 10vw 5vw 10vw;
    font-size: 2.2rem;
}

.l-flex-circle-box-cs {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 50px;
}

.p-circle-cs_pink {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: hsl(350, 100%, 73%);
    border: solid 5px black;
}

.p-circle-cs_yellow {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #FFDE00;
    border: solid 5px black;
}

.p-circle-cs_green {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #01B300;
    border: solid 5px black;
}

.p-circle-inner-cs {
    position: relative;
    display: inline-block;
    left: -0px;
    top: 35px;
    width: 220px;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 800;
}

.p-circle-inner-cs_green {
    position: relative;
    display: inline-block;
    left: -0px;
    top: 55px;
    width: 220px;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 800;
}

.c-margin-bottom-10 {
    margin-bottom: 50px;
}

.l-flex-images-3-cs {
    padding-bottom: 2vw;
    display: grid;
    grid-gap: 2vw;
    grid-template-columns: repeat(3, 1fr);
}

.l-flex-images-4-cs {
    display: grid;
    grid-gap: 2vw;
    grid-template-columns: repeat(4, 1fr);
}

.l-company-list-cs {
    margin: 50px 20px 50px 20px;
}

.l-intro-cont-cs {
    background-color: #FFDE00;
    width: 95%
}

.c-intro-cont-title-cs {
    padding: 5% 2vw 0 2vw;
    margin-bottom: 0;
    font-size: 2.2rem;
}

.c-detail-case-image-cs {
    padding: 2vw 0 1vw 0;
}

.l-detail-case_slider_content_cs {
    padding-bottom: 5%;
    width: 100%;
}

.p-detail-case_slider_title_cs {
    color: black;
    font-size: 2.2rem;
    text-align: center;
}

.p-detail-case_slider_txt_cs {
    font-size: 1.6rem;
}

.c-detail-case-button-cs {
    width: 40%;
    font-weight: 900;
}

.l-content-gallery_cs {
    padding: 193px 0 0;
    background: #FF758B url(../images/results/relate-bg.png) no-repeat center top -51px;
    margin: -19px 24px 0 26px;
}

.l-content-gallery-background2-cs {
    background: #FFF url(../images/results/history-bg.png) no-repeat center top -47px;
    margin: -26px 24px 0 26px;
    padding: 92px 0 0 0;
}

.l-content-result-list-title {
    font-size: 2.2rem;
    font-weight: 600;
    padding: 7vw 0 1vw 0;
    text-align: center;
}

.l-content-result-list-subtitle {
    font-size: 1.6rem;
    font-weight: 400;
    padding-bottom: 1vw;
    text-align: center;
}

/*============================================================
CSS for modal customization on staff page
==============================================================*/

/*============================================================
toggle
==============================================================*/

.l-detail-customer_list {
    margin-bottom: 20px;
}

.l-detail-customer_list .p-customer_title {
    border: 4px solid #EBEBEB;
    padding: 24px;
    margin-bottom: 0;
    font-size: 2rem;
    position: relative;
    cursor: pointer;
}

.l-detail-customer_list .p-customer_title:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../images/results/icon-plus.png) 0 0 no-repeat;
    top: 30px;
    right: 25px;
    background-size: contain;
}

.l-detail-customer_list .p-customer_title.is-active:before {
    background-image: url(../images/results/icon-minus.png);
    top: 40px;
}

.l-detail-customer_list_item {
    border: 4px solid #EBEBEB;
    padding: 24px 24px 40px;
    margin-bottom: 30px;
    border-top: none;
    display: none;
}

.l-customer-order_list_item01 .p-detail-customer_table {
    margin-bottom: 30px;
}

.l-custome-order_list_item01 .l-detail-customer_subtitle {
    margin-bottom: 15px;
}

.l-customer-order_list_item02 .p-detail-customer_table {
    margin-bottom: 30px;
}

.l-custome-order_list_item02 .l-detail-customer_subtitle {
    margin-bottom: 15px;
}

.l-customer-order_list_item03 .p-detail-customer_table {
    margin-bottom: 30px;
}

.l-custome-order_list_item03 .l-detail-customer_subtitle {
    margin-bottom: 15px;
}

.l-customer-order_list_item04 .p-detail-customer_table {
    margin-bottom: 30px;
}

.l-custome-order_list_item04 .l-detail-customer_subtitle {
    margin-bottom: 15px;
}

.c-close-btn {
    background: #EBEBEB;
    color: #000;
    margin-top: 30px;
    font-size: 1.6rem;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.p-close_btn {
    display: block;
    padding: 0 60px;
}

.p-btn-gallery-cs {
    max-width: 200px;
    margin: 20px auto 0;
    width: 82%;
    padding: 1vw 0 2vw;
}

.c-btn-gallery-font-cs {
    display: block;
    height: 48px;
    line-height: 42px;
    width: 100%;
    text-align: center;
    border: 3px solid #000;
    background: #FFDE00;
    border-radius: 24px;
    font-size: 1.4rem;
    font-weight: 700;
    transition: .2s ease;
    background: #000;
    color: #fff;
}

.l-btn-cs {
    text-align: center;
    padding-top: 0;
    padding-top: 5vw;
    margin: 2vw;
}

@media screen and  (max-width:768px) {
    .l-btn-cs {
        margin: -20px auto 30px auto;
    }

}

.c-page-btn_cs {
    font-size: 2rem;
    width: 70%;
}

/*============================================================
breakpoint 761px
==============================================================*/

@media screen and (min-width: 761px) {
    .sp {
        display: none!important;
    }
}

/*============================================================
breakpoint 1024px
==============================================================*/

@media screen and (max-width: 1024px) {}

/*============================================================
breakpoint 1100px
==============================================================*/

@media screen and (max-width: 1100px) {
    .l-aside-category {
        width: 100%;
        order: 2;
        padding: 0 30px;
    }
    .l-content_category {
        width: 100%;
        order: 1;
        margin-bottom: 60px;
    }
    .p-list_catebland_inner li .p-check_cate_bland {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .l-category {
        padding: 0;
    }
    .l-container_category {
        padding: 0;
    }
    .l-container_cs {
        max-width: 100vw;
    }
    .l-content-gallery_cs {
        padding: 160px 0 0;
        background: #FF758B url(../images/results/relate-bg.png) no-repeat center top -66px;
        margin: -5px 23px 0 23px;
    }
    .l-content-gallery-background2-cs {
        background: #FFF url(../images/results/history-bg.png) no-repeat center top -52px;
    }
    .l-content-result-list-title {
        font-size: 2.2rem;
        font-weight: 600;
        padding: 200px 0 1vw 0;
        text-align: center;
    }
}

/*============================================================
breakpoint 768px
==============================================================*/

@media screen and (max-width:768px) {
    .c-staff-desc-staff{
        padding-bottom: 8rem;
    }
    .c-subname-staff{
        font-size: 1.6rem;
    }
    .l-sales-staff-list {
        width: 99vw;
        max-width: 768px;
    }
    .l-head-staff {
        padding: 45px 0 0 0;
    }
    .icon-mess img {
        width: 150px;
    }
    .icon-mess{
        top: -50px;
        left: 10px;
    }
    .icon-mess-rgt{
        left: auto;
        right: 10px;
    }
    .l-category_head {
        text-align: center;
        padding-bottom: 5%;
    }
    .l-f-container-staff {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        padding-left: 0%;
        padding-right: 0%;
        padding-bottom: 5rem;
    }
    .c-head-content-staff {
        padding: 4%;
        text-align: center;
    }
    .l-factory-staff-list {
        display: block;
    }
    .l-category_head_factory {
        text-align: center;
        padding-bottom: 1%;
    }
    .l-f-container-btn-staff {
        display: flex;
        padding: 10px;
        margin-bottom: 5%;
    }
    .l-sales-btn-staff {
        width: 47%;
        margin: 1%;
        padding: 2%;
        text-align: center;
        font-size: 2.6rem;
        background: #FFDE00;
        color: #FF758B;
    }
    .l-factory-btn-staff {
        width: 47%;
        margin: 1%;
        padding: 2%;
        text-align: center;
        font-size: 2.6rem;
        background: #afafaf;
        color: #FFFFFF;
    }
    .c-title_cate{
        font-size: 1.6rem;
    }
    .c-title_cate span {
        display: block;
        font-size: 3.6rem;
        line-height: 1;
    }
    .l-f-container-staff01-staff {
        display: flex;
        flex-basis: 40%;
        justify-content: flex-start;;
        flex-direction: column;
        margin-left: 7%;
        margin-right: 2%;
        margin-bottom: 5%;
    }
    /* show sp */
    .c-staff-catch-staff-sp {
        display: block;
    }
    .c-staff01-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-title_cate_cs {
        font-weight: 700;
        padding: 0vw 10vw 7vw 10vw;
        font-size: 1.6rem;
    }
    .l-flex-circle-box-cs {
        display: flex;
        justify-content: space-evenly;
        padding-bottom: 8vw;
    }
    .p-circle-cs_pink {
        position: relative;
        display: inline-block;
        width: 28vw;
        height: 28vw;
        border-radius: 50%;
        background: #FF758B;
        border: solid 1vw black;
    }
    .p-circle-cs_yellow {
        position: relative;
        display: inline-block;
        width: 28vw;
        height: 28vw;
        border-radius: 50%;
        background: #FFDE00;
        border: solid 1vw black;
    }
    .p-circle-cs_green {
        position: relative;
        display: inline-block;
        width: 28vw;
        height: 28vw;
        border-radius: 50%;
        background: #01B300;
        border: solid 1vw black;
    }
    .p-circle-inner-cs {
        position: absolute;
        display: inline-block;
        left: -4%;
        top: 20%;
        width: 28vw;
        text-align: center;
        font-size: 3.5vw;
        font-weight: 800;
    }
    .p-circle-inner-cs_green {
        position: absolute;
        display: inline-block;
        left: -4%;
        top: 30%;
        width: 28vw;
        text-align: center;
        font-size: 3.5vw;
        font-weight: 800;
    }
    .c-margin-bottom-10 {
        margin-bottom: 10vw;
    }
    .l-company-image-list-cs {
        margin: 0 5vw 0;
    }
    .l-flex-images-3-cs {
        padding-bottom: 10vw;
        display: grid;
        grid-gap: 10vw;
        grid-template-columns: repeat(3, 1fr);
    }
    .l-flex-images-4-cs {
        display: grid;
        grid-gap: 15vw;
        grid-template-columns: repeat(4, 1fr);
    }
    .l-company-list-cs {
        margin: 10% 1vw 10% 1vw;
    }
    .l-intro-cont-cs {
        background-color: #FFDE00;
        width: 100%
    }
    .c-intro-cont-title-cs {
        padding: 5% 2vw 2% 2vw;
        font-size: 1.6rem;
    }
    .c-detail-case-image-cs {
        padding: 2vw 0 5vw 0;
    }
    .l-detail-case_slider_content_cs {
        padding-bottom: 10%;
    }
    .p-detail-case_slider_title_cs {
        color: black;
        font-size: 5vw;
    }
    .p-detail-case_slider_txt_cs {
        font-size: 5vw;
    }
    .c-detail-case-button-cs {
        width: 40%;
        font-weight: 900;
    }
    .l-content-gallery_cs {
        padding: 90px 0 0;
        background: #FF758B url(../images/results/relate-bg.png) no-repeat center top -83px;
        margin: -24px 0 0 0;
    }
    .l-content-gallery-background2-cs {
        padding: 17% 0 0 0;
        background: #FFF url(../images/results/history-bg.png) no-repeat center top -92px;
        margin: -20px 0 0 0;
    }
    .l-content-result-list-title {
        font-size: 10vw;
        font-weight: 600;
        padding: 5vw 0 3vw 0;
        text-align: center;
    }
    .l-content-result-list-subtitle {
        font-size: 5vw;
        font-weight: 400;
        padding-bottom: 5vw;
        text-align: center;
    }
    /* -=----  catch messages ----- */
    .c-staff01-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff02-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff03-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff04-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff05-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff06-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff07-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff08-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff09-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff10-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff11-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff12-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff13-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff14-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff15-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff16-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff17-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff18-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff19-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff20-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff21-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .c-staff22-catch-message-staff {
        font-size: 1.4rem;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    /*modal*/
    .l-modal-staff-detail {
        width: 100%;
        padding: 0px 0% 0 0%;
    }
    .l-modal-staff01 {
        display: block;
        position: relative;
        padding: -5px;
        margin: -10%;
        padding-top: 30px;
        z-index: -2;
    }
    .c-staff-img-staff .l-staff-messages-staff {
        animation: fadeIn 3s ease 0s 1 normal;
        -webkit-animation: fadeIn 3s ease 0s 1 normal;
        opacity: 1;
    }
    @keyframes fadeIn {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }
    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }
    .c-staff-img-staff:hover .l-staff-messages-staff {
        opacity: 1;
        transition: 500ms;
    }
    /*============================================================
CSS modal staff01 message for staff
==============================================================*/
    .p-modal-staff01-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 4rem;
        left: calc(100% - 45%);
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff01-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 6rem;
         left: calc(100% - 45%);
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff01-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 8rem;
         left: calc(100% - 45%);
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff01-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 10rem;
         left: calc(100% - 45%);
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff01-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 12rem;
         left: calc(100% - 45%);
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff01-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 14rem;
         left: calc(100% - 45%);
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff01-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 16rem;
         left: calc(100% - 45%);
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff01-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff02 message for staff
==============================================================*/
    .p-modal-staff02-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 6rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff02-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 8rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff02-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 10rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff02-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 12rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff02-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 14rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff02-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 16rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff02-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 18rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff02-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 6% 2rem ;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff03 message for staff
==============================================================*/
    .p-modal-staff03-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 6rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff03-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 8rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff03-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 10rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff03-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 12rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff03-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 14rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff03-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 16rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff03-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 18rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff03-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff04 message for staff
==============================================================*/
    .p-modal-staff04-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 4rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff04-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 6rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff04-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 8rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff04-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 10rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff04-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 12rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff04-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 14rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff04-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 18rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff04-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff05 message for staff
==============================================================*/
    .p-modal-staff05-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 4rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff05-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 6rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff05-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 8rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff05-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 10rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff05-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 12rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff05-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 14rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff05-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 16rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff05-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff06 message for staff
==============================================================*/
    .p-modal-staff06-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 4rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff06-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 6rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff06-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 8rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff06-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 10rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff06-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 12rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff06-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 14rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff06-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 18rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff06-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff07 message for staff
==============================================================*/
.p-modal-staff07-message01-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 4rem;
    left: 5%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 1rem;
}
.p-modal-staff07-message02-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 6rem;
    left: 5%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 1rem;
}
.p-modal-staff07-message03-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 8rem;
    left: 5%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 1rem;
}
.p-modal-staff07-message04-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 10rem;
    left: 5%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 1rem;
}
.p-modal-staff07-message05-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 12rem;
    left: 5%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 1rem;
}
.p-modal-staff07-message06-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 14rem;
    left: 5%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 1rem;
}
.p-modal-staff07-message07-staff {
    background-color: #FFDE00;
    position: absolute;
    top: 16rem;
    left: 5%;
    padding: 0 2px 0 2px;
    font-weight: 700;
    font-size: 1rem;
}
.p-modal-staff07-main-message-staff {
    background-color: #FFDE00;
    text-align: center;
    padding: 2rem 10% 2rem 10%;
    font-weight: 700;
    font-size: 1.6rem;
}
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff08 message for staff
==============================================================*/
    .p-modal-staff08-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 6rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff08-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 8rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff08-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 10rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff08-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 12rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff08-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 14rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff08-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 16rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff08-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 18rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff08-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff09 message for staff
==============================================================*/
    .p-modal-staff09-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 6rem;
        left: 3%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff09-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 8rem;
        left: 3%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff09-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 10rem;
        left: 3%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff09-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 12rem;
        left: 3%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff09-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 14rem;
        left: 3%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff09-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 16rem;
        left: 3%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff09-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 18rem;
        left: 3%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff09-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff10 message for staff
==============================================================*/
    .p-modal-staff10-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 4rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff10-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 6rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff10-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 8rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff10-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 10rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff10-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 12rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff10-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 14rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff10-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 18rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff10-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff11 message for staff
==============================================================*/
    .p-modal-staff11-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 6rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff11-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 8rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff11-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 10rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff11-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 12rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff11-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 14rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff11-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 16rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff11-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 18rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff11-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff12 message for staff
==============================================================*/
    .p-modal-staff12-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 6rem;
        right: 8%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff12-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 8rem;
        right: 8%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff12-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 10rem;
        right: 8%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff12-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 12rem;
        right: 8%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff12-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 14rem;
        right: 8%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff12-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 16rem;
        right: 8%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff12-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 18rem;
        right: 8%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff12-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff13 message for staff
==============================================================*/
    .p-modal-staff13-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 6rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff13-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 8rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff13-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 10rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff13-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 12rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff13-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 14rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff13-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 16rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff13-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 18rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff13-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff14 message for staff
==============================================================*/
    .p-modal-staff14-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 4rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff14-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 6rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff14-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 8rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff14-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 10rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff14-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 12rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff14-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 14rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff14-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 16rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff14-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff15 message for staff
==============================================================*/
    .p-modal-staff15-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 6rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff15-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 8rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff15-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 10rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff15-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 12rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff15-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 14rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff15-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 16rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff15-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 18rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff15-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff16 message for staff
==============================================================*/
    .p-modal-staff16-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 6rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff16-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 8rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff16-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 10rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff16-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 12rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff16-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 14rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff16-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 16rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff16-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 18rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff16-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff17 message for staff
==============================================================*/
    .p-modal-staff17-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 4rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff17-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 6rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff17-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 8rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff17-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 10rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff17-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 12rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff17-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 14rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff17-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 16rem;
        left: 52%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff17-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff18 message for staff
==============================================================*/
    .p-modal-staff18-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 4rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff18-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 6rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff18-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 8rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff18-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 10rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff18-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 12rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff18-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 14rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff18-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 16rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff18-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - 
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff19 message for staff
==============================================================*/
    .p-modal-staff19-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 6rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff19-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 8rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff19-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 10rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff19-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 12rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff19-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 14rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff19-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 16rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff19-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 18rem;
        left: 5%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff19-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - 
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff20 message for staff
==============================================================*/
    .p-modal-staff20-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 3rem;
        left: 55%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff20-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 6.5rem;
        left: 55%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff20-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 8.5rem;
        left: 55%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff20-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 10.5rem;
        left: 55%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff20-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 12.5rem;
        left: 55%;
        text-align: left;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff20-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 14.5rem;
        left: 55%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff20-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 18rem;
        left: 55%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff20-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff21 message for staff
==============================================================*/
    .p-modal-staff21-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 7rem;
        left: 10%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff21-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 9rem;
        left: 10%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff21-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 11rem;
        left: 10%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff21-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 13rem;
        left: 10%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff21-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 15rem;
        left: 10%;
        text-align: left;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff21-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 14rem;
        left: 10%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff21-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 16rem;
        left: 10%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff21-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    /*============================================================
CSS modal staff22 message for staff
==============================================================*/
    .p-modal-staff22-message01-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 6rem;
        left: 55%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff22-message02-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 8rem;
        left: 55%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff22-message03-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 10rem;
        left: 55%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff22-message04-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 12rem;
        left: 55%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }

.p-modal-staff22-message04-staff span{
    font-size:0.8rem;
}

    .p-modal-staff22-message05-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 15.5rem;
        left: 55%;
        text-align: left;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff22-message06-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 16rem;
        left: 55%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff22-message07-staff {
        background-color: #FFDE00;
        position: absolute;
        top: 18rem;
        left: 55%;
        padding: 0 2px 0 2px;
        font-weight: 700;
        font-size: 1rem;
    }
    .p-modal-staff22-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.6rem;
    }
    /* - -- - - - - - - --- - - - - - - - -- - - - - - - */
    .l-arrow-staff {
        background: #FFF url(../../assets/images/staff/under_arrow.svg) no-repeat center top 0px;
        padding: 36px 0 0 0;
        width: 100%;
        height: 100%;
        background-size: 46px;
    }
    .c-my-mission-staff {
        padding: 0rem 5rem 5rem 5rem;
        text-align: left;
        font-size: 1.2rem;
    }
    .p-modal-staff01-main-message-staff {
        background-color: #FFDE00;
        text-align: center;
        padding: 2rem 10% 2rem 10%;
        font-weight: 700;
        font-size: 1.4rem;
    }
    .c-name-staff {
        text-align: center;
        font-size: 3rem;
    }
    .l-background01-staff {
        background: #FFF url(../../assets/images/staff/yellow_area_top.svg) no-repeat center top 0px;
        padding: 39px 0px 4rem 0;
        width: 100%;
        height: 100%;
        background-size: 100%;
    }
    .l-profile-background-staff {
        background-color: #FFDE00;
        padding-top: -4rem;
        margin: 12vw 0 0 0;
    }
    .c-title_cate_staff {
        font-size: 2.0rem;
        font-weight: 600;
        padding-bottom: 0rem;
        padding-top: 2rem;
    }
    .c-profile-image-staff {
        width: 80%;
        padding: 2rem;
    }
    .l-background02-staff {
        background: #FFF url(../../assets/images/staff/yellow_area_bottom.svg) no-repeat center top -100px;
        padding: 81px 0px 22vw 0;
        width: 100%;
        height: 100%;
        background-size: 100%;
    }
    #staff-change-button{
        width: 100%;
    }
    .l-btn-f-container-staff {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        padding-left: 0%;
        padding-right: 0%;
        margin: 15px;
    }
    .l-btn-f-container-staff {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        padding-left: 0%;
        padding-right: 0%;
        margin: 15px;
    }
    .l-btn-f-box1-staff {
        width: 15px;
        margin: 0 10px 0 3px;
        font-size: 0.8rem;
    }
    .l-btn-f-box2-staff {
        width: 33%;
        position: relative;
        text-align: left;
        font-size: 1rem;
    }
    .l-btn-f-box3-staff {
        width: 33%;
        position: relative;
        text-align: center;
        font-size: 1rem;
    }
    .l-btn-f-box4-staff {
        width: 33%;
        position: relative;
        text-align: right;
        font-size: 1rem;
    }
    .l-btn-f-box5-staff {
        width: 15px;
        margin: 0 5px 0 6px;
        font-size: 1rem;
    }
    .c-back-btn-staff {
        background: #EBEBEB;
        padding: 10px 10px;
        font-size: 1rem;
    }
    .c-back-btn-staff:hover {
        background: #dadada;
        padding: 10px 10px;
    }
    .c-all-btn-staff {
        background: #EBEBEB;
        padding: 10px 2px;
        font-size: 1rem;
    }
    .c-all-btn-staff:hover {
        background: #dadada;
        padding: 10px 2px;
    }
    .c-forward-btn-staff {
        background: #EBEBEB;
        padding: 10px 10px;
        font-size: 1rem;
    }
    .c-forward-btn-staff:hover {
        background: #dadada;
        padding: 10px 10px;
    }
    /*
    .l-btn-f-box1-staff>a::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../images/staff/pager_arrow_p.png) no-repeat;
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        top: 12px;
        left: -2%;
    }
    .l-btn-f-box2-staff>a::after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../images/staff/pager_arrow_n.png) no-repeat;
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        top: 12px;
        left: 91%;
    }
    */
}