.only_pc_show {
    display: block;
}
@media screen and (max-width: 640px) {
    .only_pc_show {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .common_bottom_fixed_btnarea {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 10px;
        width: 100vw;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 5;
        display: flex;
        align-items: center;
    }
    .common_bottom_fixed_btnarea button{
        width: calc(95% / 2);
    }
    .common_bottom_fixed_btnarea a{
        width: calc(95% / 2);
    }
}
/* .common_bottom_fixed_btnarea {
    display: none;
    width: 100%;
    bottom: 0;
    right: 0;
    justify-content: space-around;
    position: fixed;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
} */

.common_bottom_fixed_btnarea .white_button, .common_bottom_fixed_btnarea .blue_button{
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    padding: 13px 15px;
    font-size: 13px;
    width: 100%;
    font-weight: bold;
    border-radius: 10px;
    border: none;
    white-space: nowrap;
    justify-content: center;
    font-size: 14px;
    height: 40px;
}

.common_bottom_fixed_btnarea .make_arrow{
    width: 20px;
    margin-right: 10px;
}
.common_bottom_fixed_btnarea a{
    /* width: calc(95% / 2); */
}

@media screen and (max-width: 640px) {
    .common_bottom_fixed_btnarea {
        /* display: flex; */
    }
  }

.common_attention_area {
    background: rgba(68,177,203,0.1);
    border: 1px solid rgba(68,177,203,1);
    width: 90%;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 8%;
    cursor: pointer;
}

.common_attention_hover {
    position: absolute;
    right: 0;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 8px #eee;
    width: 250px;
    opacity: 1!important;
}

.attention_title_flex {
    display: flex;
    align-items: center;
}

.attention_icon_wrap {
    width: 20px;
    margin-right: 10px;
    flex: 0 0 20px;
}

.attention_icon_wrap img{
    height: initial;
    margin: initial;
    background: initial;
    border: initial;
}

.attention_title {
    color: rgba(68,177,203,1);
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
}

.attention_detail {
    font-size: 12px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    color: rgba(68,177,203,1);
    margin-top: 5%;
}

.help_icon {
    width: 20px;
    transform: translate(7px, 4px);
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.bottom_submit_area {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #FFF;
    box-shadow: 0 -1px 8px rgb(0 0 0 / 20%);
}

/* ここからシフトのcss */

.fix_submit_btn {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.make_filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.make_filter img {
    width: 30px;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.shift_time_square {
    cursor: pointer;
}

.shift_create_area {
    position: absolute;
    z-index: 1000;
    background: #FFFFFF;
    box-shadow: 0 0 8px #c7c7c7;
    width: 300px;
    padding: 10px;
    left: 40px;
    top: 30%;
    overflow-y: scroll;
    max-height: 55vh;
}

.shift_table_header__left {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: baseline;
}

.select_visibility_itmes_box {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.select_visibility_itmes_box label {
    margin: 5px 8px 5px 0;
}

.select_visibility_itmes_box .common_checkbox_input {
    vertical-align: middle;
    /* display: block!important; */
}

/* .common_checkbox_input::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    background: #fff;
}

.common_checkbox_input::after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 5px;
    width: 7px;
    height: 14px;
    border-bottom: 3px solid #44B1CB;
    border-right: 3px solid #44B1CB;
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
} */

.select_visibility_itmes_box__parts {
    font-size: 12px;
    color: #636363;
}

.shift_visibility_itme_input {
    outline: none;
    border: transparent;
    display: block;
    width: 95%;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    font-size: 12px;
    padding: 0 0 0 20px;
    color: #636363;
    background: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* ここからfaqページ用のスタイル */

.base_index_area___under {
    margin-top: 30px;
}

.faq__content-wrap {
    width: calc(100% / 3 - 10px);
    margin-bottom: 20px;
    max-height: 155px;
}

.faq__sub-content-wrap, .faq__sub-content {
    max-height: 130px;
    display: flex;
    align-items: center;
}

.flex-center-margin {
    margin-right: 10px;
    margin-left: 10px;
}

.faq__content {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 1rem;
}

.faq__content:hover {
    background: rgba(221,221,221,0.5);
}

.faq__content .faq__content-img {
    width: 15%;
    margin: 0 auto 5%;
}

.faq__sub-content > .faq__content-img {
    margin: 0 auto;
}

.faq__content .faq__content-text__wrap {
    width: 100%;
    text-align: center;
}

.faq__content .faq__content-text__wrap .faq__content-text__title {
    font-size: 20px;
    color: #505050;
    letter-spacing: 0.1em;
    margin-bottom: 3%;
}

.faq__content .faq__content-text__wrap .faq__content-text__desc {
    font-size: 14px;
    color: #999;
    letter-spacing: 0.1em;
    font-weight: 200;
    line-height: 1.2em;
}

@media only screen and (max-width: 900px) {
    .base_index_flex {
        display: block!important;
    }

    .faq_content__top-margin {
        margin-top: 20px;
    }

    .faq__sub-content, .faq__sub-content-wrap {
        width: 100%!important;
    }

    .flex-center-margin {
        margin-left: initial;
        margin-right: initial;
    }
}

.faq_nav__wrap {
    position: fixed;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px;
}

.faq_nav__wrap:hover {
    background: rgba(0, 0, 0, 0.5);
}

.faq_nav__text {
    color: #FFF;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
}

/* ここからシフト画面でのスケジュール設定 */
.schedule-template__label {
    background: #FFF;
    color: #44B1CB;
    border-bottom: 1px solid#44B1CB;
    line-height: 2.5em;
    padding: 3px;
    font-size: 12px;
    letter-spacing: initial;
    cursor: pointer;
}

.schedule-template__label:hover {
    font-size: 10px;
    color: #636363;
    border-color: #636363!important;
}

.common_popup_display {
    width: 100%;
    height: 90vh;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
    /* transform: translateY(100%); */
    transition: top .3s ease!important;
}

.common_popup_display__show {
    visibility: visible!important;
    transform: translateY(0)!important;
}

.common_popup_display .common_popup_display__header {
    background: #44B1CB;
    width: 100%;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
}

.common_popup_display__header__title{
    width: auto;
    margin: 0 auto;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.common_popup_display__close {
    display: block;
    width: 25px;
    height: 25px;
    background: none;
    border: none;
    outline: none;
    padding: 0;
}

.common_popup_display__place_form_wrap {
    background: #fff;
    padding: 20px;
    padding: 5% 10%;
    height: calc(90vh - 100px);
    overflow-y: scroll;
}

.common_popup_display__common_form_block {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 0 15px;
}

.common_popup_display__common_form_title {
    width: 170px;
    font-size: 14px;
    color: #282828;
    letter-spacing: 1.5px;
    line-height: 1.5;
    padding: 9px 0 0;
}

.common_popup_display__common_form_main {
    width: calc( 100% - 170px );
}

.common_popup_display__common_form_input {
    outline: none;
    border: 1px #cdcdcd solid;
    display: block;
    width: 90%;
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
    color: #636363;
    background: #fff;
    border-radius: 5px;
}

.task_item_wrap {
    /* border: 2px solid #44B1CB; */
    background: rgba(68, 177, 203);
    border-radius: 5px;
    color: #FFFFFF;
    margin-right: 10px;
    padding: 10px 10px;
    margin-bottom: 15px;
}

.task_item {
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    color: #FFFFFF;
    word-break: keep-all;
}

.task_item span{
    font-size: 16px;
    padding-top: 10px;
}

/* .active {
    color: #CB4444!important;
}

.item_active {
    border: 1px solid #CB4444!important;
    background: transparent!important;
} */

.task_flex{
    display: flex;
    flex-wrap: wrap;
}
.task_content_wrap {
    width: calc( 100% - 170px );
    background-color: #F9F9F9;
    box-shadow: 0 0 8px #eee;
    color: #282828;
    padding: 20px 30px;
    cursor: move;
}

.task_sidebar {
    background-color: #44B1CB;
    width: 15px;
    height: 55px;
}

.task_content_tx{
    font-size: 14px;
}

.task_time_required{
    font-size: 12px;
}

.task_inner{
    display: flex;
    align-items: center;
}

.ui-state-highlight {
    height: 55px;
    border: dotted 2px #0000ff;
    width: calc( 100% - 150px );
}

.common_popup_display__submit-btn-area {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -1px 8px rgb(0 0 0 / 20%);
    background-color: hsla(0,0%,100%,.9);
    height: 80px;
    display: flex;
    justify-content: center;
    padding: 0 5%;
    display: flex;
}

.common_popup_display__submit-btn-area .common_popup_display__common_form_submit {
    border: 1px solid #44B1CB;
    background: #44B1CB;
    color: #fff;
    width: 175px;
    border-radius: 5px;
    letter-spacing: 0.1em;
    margin-left: auto;
    height: 50px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.common_popup_display__submit-btn-area__add-task {
    background: #FFF;
    border: 1px solid #44B1CB;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-right: auto;
    color: #44B1CB;
    height: 50px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.common_popup_display__submit-btn-area__add-task .make_arrow {
    width: 20%;
    margin: 0 auto;
}

.common_popup_display__submit-btn-area__add-task .blue_button_tx{
    letter-spacing: 0.1em;
}

/* ここから汎用的な追加パーツ */

.common_event_start_text {
    color: #44B1CB;
    font-size: 14px;
    letter-spacing: 0.1em;
    cursor: pointer;
}

.common_event_start_text__left {
    border-bottom: 1px solid #44B1CB;
    display: inline-block;
}

.sub_action_button {
    border: 1px solid #44B1CB;
    background: #FFF;
    color: #44B1CB;
    padding: 5px 10px;
    width: 175px;
    border-radius: 5px;
}

.bottom20 {
    margin-bottom: 20px;
}

.white_button {
    border: 1px solid #44B1CB;
    color: #44B1CB;
    background: #ffffff;
    padding: 8%;
    width: 150px;
    border-radius: 5px;
    letter-spacing: 0.1em;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

/* .common_popup_start_end_input {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
} */

/* ここからタスクのチェックリストのスタイル */

.checklist {
    width: 55%;
    margin-top: 25px;
}

.checklist__title {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 10px;
}

.checklist__title__icon {
    width: 20px;
    margin-left: 2px;
}

.checklist__title__text {
    color: #282828;
    font-size: 14px;
    margin-left: 28px;
}

.checklist__item__label {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.checklist__item__label  input{
    transform: scale(1.4);
}

.checklist__item_wrap {
    margin-bottom: 3px;
    cursor: pointer;
}

.checklist__item_wrap:hover {
    background: rgba(221,221,221,0.5);
}

.op_btn_area {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 15%;
    margin-left: auto;
    opacity: 0;
}

.op_btn_area__icon_wrap {
    width: 25px;
    border-radius: 50px;
    height: 100%;
}

.op_btn_area__icon_wrap:hover {
    background: #F9F9F9;
}

.op_btn_area__icon_wrap img{
    width: 80%;
    margin: 0 auto;
    padding-top: 5px;
}

.checklist_form_input {
    border: 1px #cdcdcd solid;
    border-radius: 5px;
    margin-left: 30px;
    font-size: 10px;
    color: #636363;
    height: 20px;
}

.common_form_main_img_reset {
    border: transparent!important;
    background-color: transparent!important;
    background-size: intial!important;
    background-repeat: intial!important;
    background-position: intial!important;
    display: intial!important;
    max-width: intial!important;
    width: intial!important;
    height: auto!important;
    margin: intial!important;
    margin-top: 0!important;
}

.show_task_check_lists {
    color: #44B1CB;
    border-bottom: 1px solid #44B1CB;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 14px;
}

.task_checklist_area {
    max-height: 150px;
    overflow-y: scroll;
}

.task_checklist_item {
    /* text-align: center;
    display: inline-block; */
    margin-bottom: 10px;
}

/* ここから勤怠ページのパーツ */

.fix_request_alert {
    padding: 3px 5px;
    cursor: pointer;
    word-break: keep-all;
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    background: #CB4444;
}

.fix_request_alert:hover {
    opacity: 0.7;
}

.fix_request_alert__text {
    color: #FFF;
    font-size: 11px;
    margin: 0 auto;
}

.fix_request_alert__icon {
    width: 20px;
    margin: 0 auto;
}

/* ここからadminの希望シフトの修正のポップアップ */

.extend_area_wrap {
    max-height: 400px;
    overflow-y: scroll;
}

.extend_area_inner {

}

.extend_content_wrap {
    background: #eee;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.extend_content__inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}


.extend_content_left {
    margin: 0 auto;
}

.extend_content_left__shift_tag {
    color: #FFF;
    font-size: 12px;
    padding: 5px 3px;
    text-align: center;
    margin-bottom: 10px;
}

.extend_content_left__staff_name {
    color: #636363;
}

.extend_content_middle {
    margin: 0 auto;
}

.extend_content_middle__time {
    color: #636363;
    text-align: center;
}

.extend_content__right {
    margin: 0 auto;
}

.extend_approval_btn {
    border: 1px solid #44B1CB;
    color: #44B1CB;
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    letter-spacing: 0.1em;
    font-size: 12px;
}

.extend_reject_btn {
    border: 1px solid #CB4444;
    color: #CB4444;
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    letter-spacing: 0.1em;
    font-size: 12px;
}

.extend_content__note {
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.extend_content__note_textarea {
    border-radius: 5px;
    border: transparent;
    width: 100%;
    padding: 3px;
    font-size: 12px;
    color: #636363;
}

/* ここからシフト一覧の設定系 */

.shift_settings_wrap {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-end;
}

.shift_settings_right {
    margin-left: auto;
}
