@charset "utf-8";

/*
源ノゴシック
font-family: source-han-sans-cjk-ja, sans-serif;
源ノ明朝
font-family: source-han-serif-japanese, serif;
*/

.grecaptcha-badge { visibility: hidden; }

html {
		/*font-family: source-han-sans-cjk-ja, sans-serif;*/
		font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
		font-size: 16px;
    line-height: 1.6;
}
/*
html {visibility: hidden;}
html.wf-active {visibility: visible;}
*/
body {
		background: #fff;
    color: #1e1e1e;
    padding-top: 3em;
    caret-color: transparent;
}
.inner {max-width: 1180px;width: 100%;margin: 0 auto;box-sizing: border-box;}
.inner_s {max-width: 1080px;width: 100%;margin: 0 auto;box-sizing: border-box;}
.marker {background: linear-gradient(transparent 60%, rgba(249, 240, 78, 0.8) 60%);}
.bg_gray {background:#ccc;}
.bg_color1 {background:#ffcfcf!important;}
.bg_color2 {background:#e1ffcf!important;}
.bg_color3 {background:#cfefff!important;}
.bg_color4 {background:#eacfff!important;}
.bg_color5 {background:#cfd0ff!important;}


.mt-1 {margin-top:1em;}



/* **************************************************************** */
/* ヘッダー
*/
header {
    background-color: #fff;
    color: #1f2d3d;
    width: 100%;
    height: 3em;
    padding: 0 1em 0 14em;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #dee2e6;
    z-index: 10;
}
header.flex {
		align-items: center;
    justify-content: space-between;
}
header h1 {
    font-size: 14px;
    line-height: 1em;
}
.header_util {

}
.header_util ul {
    align-items: center;
    justify-content: space-between;
}
.header_util ul li {
    font-size: 14px;
}
.header_util ul li + li {
    margin-left: 1em;
}
.header_util ul li.login_user {

}
.header_util ul li.login_user i {
    font-size: 1.2em;
    margin-right: 0.2em;
}

.header_util ul li.btn_logout {
    font-size: 1.2em;
    line-height: 1;
    cursor: pointer;
}
.header_util ul li.btn_logout:hover {
		color: #f00;
}

header a {
		color: #1f2d3d;
		text-decoration: none;
}
/* **************************************************************** */
/* フッター
*/
footer {
		background: #fff;
    padding: 0;
}
footer .copy {
    display: block;
    background: #ff9900;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 1em 0 1em;
}

/* **************************************************************** */
/* 個別CSS
*/
#loginPage {
    padding: 0;
}
#loginPage main {
    padding: 0;
    height: 100vh;
    display: grid;
    justify-items: center;
    align-items: center;
}

.login_form_bloc {
    background: #2a3644;
    padding: 1.5em;
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: 0 3px 3px #9d9d9d;
}
.login_form_bloc .fmctr {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    margin-bottom: 1em;
    border: solid 1px rgb(19 32 47);
    border-radius: 6px;
    font-size: 14px;
}
.login_form_bloc .btn {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 1em;
    width: 100%;
    max-width: 270px;
    border-radius: 6px;
    background: #f26964;
    color: #f4f4f4;
    box-shadow: 0px 3px 0px #ab4b47;
    border: none;
    cursor: pointer;
    font-size: 14px;
}
.login_form_bloc .btn:hover {
    background: rgb(242 105 100 / 90%);
    box-shadow: 0px 3px 0px rgb(171 75 71 / 90%);
}







.wrapper {

}
.sidebar {
    background-color: rgb(19, 32, 47);
    color: #c2c7d0;
    position: fixed;
    top: 0;
    left: 0;
    width: 13em;
    height: 100vh;
    z-index: 12;
}
.sidebar a {
    color: rgba(255,255,255,.8);
}

.sidebar .system_name {
		background-color: rgb(19, 32, 47);
    color: #fff;
    height: 3em;
    display: grid;
    justify-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0.5em;
		border-bottom: 1px solid #4b545c;
}
.sidebar .system_name p {
    font-size: 12px;
}
.menu_content {
    padding: 0.5em;
    text-align: left;
}
.menu_content ul {

}
.menu_content ul + ul {
    border-top: 1px solid #4b545c;
    margin-top: 0.5em;
    padding-top: 0.5em;
}
.menu_content ul li {

}
.menu_content ul li.child {
		padding-left: 0.5em;
}
.menu_content ul li + li {
    margin-top: 0.2em;
}
.menu_content ul li a {
    display: block;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    text-decoration: none;
    font-size: 12px;
}
.menu_content ul li a:hover {
		background-color: rgba(255,255,255,.1);
		color: #fff;
}
.menu_content ul li a.active {
    background-color: rgba(255,255,255,.9);
    color: #343a40;
}
.menu_content ul li a i {
    margin-right: 0.2em;
}
main {
    background-color: #f4f6f9;
    width: 100%;
    min-height: calc(100vh - 3em);
    padding: 1em 1em 0.5em 14em;
    box-sizing: border-box;
}

.row {
		display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

div[class^="col"] {
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    box-sizing: border-box;
}

.col-2 {
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
		-webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
		-webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}



.card {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    background-color: #fff;
    margin-bottom: 0.5rem;
    border-radius: 4px;
}
.card.error {
		background-color: #ff8787;
}
.card.error ul {

}
.card.error ul li {

}
.card.error ul li + li {

}
.card.error ul li + li:before {
		content:",";
}

.card_header {
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 0.5em 1em;
}
.card_header H3 {
    text-align: left;
    font-size: 14px;
}
.card_body {
    min-height: 1px;
    padding: 0.5rem;
    font-size: 14px;
    text-align: left;
}

.nocard {
    margin-bottom: 1rem;
		min-height:1px;
}

.form_dl {

}
.form_dl + .form_dl {
    margin-top: 0.5em;
}
.form_dl dt {
    font-size: 12px;
}
.form_dl dt .mini {
    margin-left: 0.5em;
    margin-right: auto;
}
.form_dl dd {

}
.form_dl dd.flex {
    align-items: center;
    justify-content: flex-start;
}
.form_dl dd.flex > * + * {
    margin-left: 0.5em;
}


.form_display.flex {
    align-items: center;
    justify-content: flex-start;
}
.form_display.flex dt {
		width: 14em;
    font-size: 12px;
}
.form_display.flex dd {
    flex: 1 0 0%;
    font-size: 13px;
}
.form_display.flex dd.flex {
    align-items: center;
    justify-content: flex-start;
}
.form_display.flex dd.flex > * + * {
    margin-left: 0.5em;
}

.form_display + .form_display {
    border-top: solid 1px #ccc;
    padding-top: 0.5em;
    margin-top: 0.5em;
}

.job_image_figure {
    margin-top: 0.5em;
}


.tables {
    width: 100%;
}
.tables th {
    border: 1px solid #dee2e6;
		padding: 0.5rem;
}
.tables td {
    border: 1px solid #dee2e6;
    padding: 0.5rem;
    font-size: 13px;
    line-height: 1.4em;
}

.tables thead th {
    background-color: rgb(19, 32, 47);
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}


.tables tbody tr:hover {
    background: rgb(255 153 0 / 20%);
}

.bg_option {
    background: #bdc4db;
}

.err_fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.err_fix p {
    display: inline-block;
    background: #ff8585;
    padding: 0.5em 1em;
    font-size: 14px;
    line-height: 1;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}





.search_bloc {
    align-items: flex-end;
    justify-content: flex-start;
}
.search_bloc > * + * {
		margin-left:1em;
}
.search_bloc .form_dl + .form_dl {
    margin-top: 0;
}
.search_bloc .form_dl dt {
    font-size: 12px;
}
.search_bloc .btn_bloc {
    margin-bottom: 3px;
}
.search_bloc .btn_bloc button {
    max-width: none;
    letter-spacing: 0;
    padding: 0.8em 1.5em;
    font-size: 14px;
}

.cnt {
		text-align: center;
}
.cnt span {
    font-size: 2em;
    line-height: 1.2em;
    font-weight: bold;
    font-family: monospace;
}


.pager {
		align-items: center;
    justify-content: space-between;
}
.pager p {

}
.pager ul {

}
.pager ul li  {

}
.pager ul li + li  {
    margin-left: 0.5em;
}
.pager ul li a {
		font-size: 16px;
    line-height: 1em;
    display: block;
    /*width: 1em;*/
    text-align: center;
    background: #0e4985;
    color: #fff;
    padding: 0.4em;
    text-decoration: none;
    border-radius: 2px;
    border: solid 1px #0e4985;
}
.pager ul li a.active {
    background: #fff;
    color: #0e4985;
    pointer-events: none;
}

.td_hr {
    border: none;
    border-top: solid 1px #ccc;
    margin: 0.5em 0;
}

.check_dummy {
    background: #bbbbbb;
}

.radio_wrap {
    gap: 0.5em;
}
.radio_wrap.flex .radio_item + .radio_item {
    margin-left: 0;
}
.radio_item.flex {

}
.check_text {
    font-size: 0.8em;
}



.entry_cell_form {

}
.entry_cell_form select {
    cursor: pointer;
}
.entry_cell_form .btn_bloc {
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: solid 1px #ccc;
    text-align: right;
}

trix-editor {
    caret-color: #000;
    min-height: 30em!important;
}

.blank_lint {
    display: inline-block;
    background: #4663f5;
    color: #fff;
    text-decoration: none;
    border-radius: 0.2em;
    padding: 0.3em 0.5em 0.2em;
    font-size: 0.9em;
    line-height: 1.2em;
    margin-bottom: 0.2em;
}
.edit_lint {
    display: inline-block;
    background: #f57246;
    color: #fff;
    text-decoration: none;
    border-radius: 0.2em;
    padding: 0.3em 0.5em 0.2em;
    font-size: 0.9em;
    line-height: 1.2em;
    margin-bottom: 0.2em;
}


.work_bloc {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1em;
}
.work_bloc figure {

}
.work_cell {

}

.work_cell dl {

}
.work_cell dl + dl {

}
.work_cell dl dt {
    font-size: 12px;
}
.work_cell dl dd {
    font-size: 12px;
}

.work_cell p {
    font-size: 12px;
}
.work_cell p + p {
    border-top: solid 1px #ccc;
    padding-top: 0.5em;
    margin-top: 0.5em;
}

.f12 {
		font-size:12px;
}

.entry_list_change {
		width: auto;
}

.add_member_bloc {
    align-items: center;
    justify-content: space-between;
    gap: 1em;
}
.add_member_bloc .add_member {
    width: 10em;
}
.add_member_bloc .add_member_name {
    margin-right: auto;
}
.add_member_bloc #add_submit_button {
    text-align: center;
    letter-spacing: 0;
    padding: 0.7em 1em 0.5em;
    line-height: 1.4em;
}
.add_member_bloc #add_submit_button:disabled {
    background: #ccc;
    box-shadow: 0 3px 0 #aaa;
}


.entry_adoption_0 {
    display: inline-block;
    background: #ffff00;
    font-size: 1em;
    padding: 0.2em 0.2em 0.05em;
    border-radius: 0.2em;
}
.entry_adoption_1 {
    display: inline-block;
    background: #00ffff;
    font-size: 1em;
    padding: 0.2em 0.2em 0.05em;
    border-radius: 0.2em;
}
.entry_adoption_2 {
    display: inline-block;
    background: #808080;
    color: #fff;
    font-size: 1em;
    padding: 0.2em 0.2em 0.05em;
    border-radius: 0.2em;
}
.entry_adoption_3 {
    display: inline-block;
    background: #ff0000;
    color: #fff;
    font-size: 1em;
    padding: 0.2em 0.2em 0.05em;
    border-radius: 0.2em;
}
.entry_adoption_99 {
    display: inline-block;
    background: #1d2088;
    color: #fff;
    font-size: 1em;
    padding: 0.2em 0.2em 0.05em;
    border-radius: 0.2em;
}

.old_job {
    background: #aaa;
}
.old_job:hover {
		background: #aaa!important;
}

.entry_get_list {

}
.entry_get_list li {

}
.entry_get_list li + li {
    margin-top: 0.2em;
}

.decision_check {
		display: inline-block;
    background: #003eff;
    color: #fff;
    font-size: 1em;
    padding: 0.2em 0.2em 0.05em;
    border-radius: 0.2em;
}

.count_m {
    font-size: 1.3em;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.count_l {
    font-size: 1.5em;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.cnt_contact_check {
    background: #ffff00;
    color: #000;
    font-weight: bold;
    display: inline-block;
    padding: 3px 5px 1px 4px;
    border: solid 1px #ccc;
    border-radius: 0.2em;
    text-align: center;
    font-size: 0.9em;
    line-height: 1;
    vertical-align: middle;
}

.election_mail {
    border: solid 1px #7fff00;
    background: #7fff00;
    color: #fff;
    padding: 0.425rem 0.75rem 0.375rem;
    font-size: 0.9em;
    line-height: 1.5;
    cursor: pointer;
    border-radius: 0.2em;
}
.defeat_mail {
    border: solid 1px #bbb;
    background: #bbb;
    color: #fff;
    padding: 0.425rem 0.75rem 0.375rem;
    font-size: 0.9em;
    line-height: 1.5;
    cursor: pointer;
		border-radius: 0.2em;
}


.mail_process_bloc {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 1em;
    gap: 1em;
}
.add_mail_bloc {

}
.change_mail_bloc {

}

.add_mail {
    border: solid 1px #ff9900;
    background: #ff9900;
    color: #fff;
    padding: 0.425rem 0.75rem 0.375rem;
    font-size: 0.9em;
    line-height: 1.5;
    cursor: pointer;
    border-radius: 0.2em;
}

.change_mail {
    border: solid 1px #8a2be2;
    background: #8a2be2;
    color: #fff;
    padding: 0.425rem 0.75rem 0.375rem;
    font-size: 0.9em;
    line-height: 1.5;
    cursor: pointer;
    border-radius: 0.2em;
}


.tr_1 {

}
.tr_2 {
    background: #aaa!important;
}
.tr_3 {

}

.cancel_tr {
    background: #ccc!important;
}

.entry_cancel {
    display: inline-block;
    background: #222;
    color: #fff;
    font-size: 1em;
    padding: 0.2em 0.2em 0.05em;
    border-radius: 0.2em;
}


.cancel_1 {
    text-decoration: line-through;
}

.display_hidden {
    background: rgb(70 99 245 / 30%)!important;
}
.display_hidden:hover {
    background: rgb(70 99 245 / 50%)!important;
}
.display_hidden.old_job {
    background: #aaa!important;
}

.icon_bl {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 1em;
    padding: 0.2em 0.2em 0.05em;
    border-radius: 0.2em;
}

.alert-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #d32535;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}
.alert-danger p {
    font-size: 14px;
    font-weight: bold;

}

.btn_delete {
    display: block;
    background: #dc3545;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 1em;
    /* font-weight: bold; */
    padding: 0.8em 0.5em;
    text-align: center;
    border-radius: 0.2em;
}









