body {
    background: #e4e5e6;
    padding: 0;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 1.6;
}

.flex_wrap {
    display: flex;
}

a {
    display: inline-block;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

main {}

section {}

h2 {
    font-size: 15px;
    margin: 0;
    padding: 0;
    margin-bottom: .3em;
    line-height: 1.3;
    font-weight: normal;
}

.pad10 {
    padding: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb20 {
    margin-bottom: 20px;
}

.add_btn_area {}

button {
    font-size: 13px;
    padding: 7px 1em;
    line-height: 1;
}

span.st_icon {
    font-size: .9em;
    border-radius: 6px;
    white-space: nowrap;
    padding: 1px 5px;
    background: #35f;
    color: #fff;
}

span.st_icon.st_0 {
    background: rgb(250, 122, 17);
}

span.st_icon.st_3 {
    background: rgb(0, 185, 15);
}

span.st_icon.st_4 {
    background: rgb(255, 20, 90);
}

i.look_admin,
i.look_proxy,
i.look_shop {
    color: #ddd;
    font-size: 1.2em;
}

i.look_admin.active {
    color: #f6a;
}

i.look_proxy.active {
    color: #5af
}

i.look_shop.active {
    color: rgb(26, 212, 51)
}

.ip_worn {
    color: #f04;
}

.ip_notice {
    color: #f60;
}


/*layout*/

.side_area {
    width: 250px;
    min-height: calc(100vh - 60px);
    margin-left: 0;
    transition: margin .1s linear;
}

.menu_close .side_area {
    margin-left: -210px;
}

.main_area {
    width: calc(100% - 250px);
    margin-left: 0;
    transition: margin .1s linear;
}

.menu_close .main_area {
    width: calc(100% - 40px);
}


/*session_mess*/

.sess_mess {
    border-radius: 3px;
    background: #fff;
    margin-bottom: 20px;
    font-size: 13px;
    padding: 1em;
    line-height: 1.2;
    color: #111;
    border-left: 5px solid #3a0;
}

.sess_mess.mess_1 {
    border-left: 5px solid #f25;
}


/*header*/

header {
    background: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #ccc;
}

.head_logo {
    display: flex;
    align-items: center;
    padding-left: 1em;
}

.head_nav_wrap {
    display: flex;
    text-align: right;
    align-items: center;
    position: relative;
    padding-right: 10px;
}

.head_zandaka {
    font-size: 1.2em;
    margin-right: 15px;
    line-height: 1;
    vertical-align: middle;
}

.head_zandaka>span {
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    background: #fd0;
    margin-right: 10px;
}

.head_btn {
    cursor: pointer;
    font-size: .9em;
}

.head_nav_area {
    display: none;
}

.head_nav_area.active {
    display: block;
}

.head_nav {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 75%;
    right: 5px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 200px;
    text-align: left;
}

.head_nav li {
    border-bottom: 1px solid #ccc;
}

.head_nav li:last-of-type {
    border-bottom: 0;
}

.head_nav a {
    display: block;
    padding: 12px 12px;
    color: #111;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
}

.tbl_font_size_area {
    margin-right: 15px;
}

.tbl_font_size_ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tbl_font_size_ul li {
    padding: 0 3px;
}

.tbl_font_size_ul li a {
    width: 23px;
    height: 23px;
    border-radius: 3px;
    background: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
}

.tbl_font_size_ul li a.active {
    background: #fff;
    border: 1px solid #ddd;
    color: rgb(255, 153, 0);
}


/*side_menu*/

.side_area {
    background: #1f292e;
    color: #fff;
}

.side_head {
    font-size: 13px;
    padding: 7px;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    line-height: 1;
    background: rgba(0, 0, 0, .1);
}

.side_nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side_nav li {
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}

.side_nav li a {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #fff;
    padding: 1.2em;
    line-height: 1;
    background: #29363d;
}

.side_nav li a.active {
    background: #248;
}

.side_nav li a i {
    font-style: normal;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    background: #f37;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 1em;
}

.side_sinsei_area .side_head {
    background: rgb(138, 10, 69);
    border-bottom: 1px solid rgba(150, 0, 60, .4);
}

.side_sinsei_area .side_nav li a {
    background: rgb(194, 15, 99);
    font-size: 1.1em;
}

.side_mmenu_btn_area {
    text-align: right;
    line-height: 0;
    padding-right: 10px;
}

.side_mmenu_btn_area i {
    color: #999;
    font-size: 18px;
    cursor: pointer;
}

.side_mmenu_btn_area i::before {
    content: "\f100";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    line-height: 1;
}

.menu_close .side_mmenu_btn_area i::before {
    content: "\f101";
}


/*main_area*/

.main_head_area {
    display: flex;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #ccc;
    padding-left: 1em;
    background: #fff;
}

.main_content_area {
    padding: 1em;
}

.main_wrap {
    padding: 1em;
    border-radius: 3px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
}

div.sub_area {
    padding: 1em;
    border-radius: 3px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    font-size: 14px;
}


/*table*/

.table_wrap {
    width: 100%;
    height: auto;
    overflow-x: scroll;
}

.list_tbl {
    width: 100%;
    font-size: 12px;
}

.tbl_font_size_10 .list_tbl {
    font-size: 10px;
}

.tbl_font_size_15 .list_tbl {
    font-size: 15px;
}

.list_tbl.small {
    //font-size: 12px;
}

.list_tbl th {
    border: 1px solid #999;
    background: #fef7ac;
    font-weight: normal;
    text-align: center;
    padding: 3px;
    font-size: .9em;
    white-space: nowrap;
}

.list_tbl td {
    border: 1px solid #999;
    font-weight: normal;
    text-align: left;
    padding: .3em;
    word-break: break-all;
    line-height: 1.3;
}

.list_tbl td.is_black {
    background: #f5a!important;
}

.list_tbl td:first-of-type {
    position: relative;
}

.list_tbl tr.no_look td {
    background: #eeffea;
}

.list_tbl td.center {
    text-align: center;
}

.list_tbl td.right {
    text-align: right;
}

.list_tbl .th_order {
    padding: 0 3px;
    color: rgba(0, 0, 0, .3);
    cursor: pointer;
    font-size: 1.3em;
    vertical-align: middle;
    line-height: 1;
}

.list_tbl .th_order.active {
    color: #f24;
}


/*search*/

.search_area {
    padding: 1em 0;
}

.search_box {
    margin-bottom: 3px;
}

.search_box select {
    vertical-align: middle;
}

.add_search {
    text-align: left;
}

.btn-add_search {
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #777;
    background-image: linear-gradient(180deg, #fff, #eee);
    font-size: 14px;
    color: #111;
    cursor: pointer;
}

.btn-del_search {
    color: #f04;
    cursor: pointer;
}

.add_search i {
    color: #3a0;
}

.ex_search {}

.search_form input,
.search_form select {
    padding: 3px;
    font-size: 14px;
}

.search_form input[type=tel] {
    text-align: right;
}

.search_form label {
    font-size: 13px;
    display: inline-block;
    margin-right: 1em;
    width: 80px;
    text-align: center;
    border-radius: 4px;
    background: #369;
    color: #fff;
    line-height: 1.3;
    vertical-align: middle;
    padding: .3em;
}


/*pager*/

.pg_flex {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.pg_flex>small {
    margin-right: 10px;
    font-size: 13px;
}

.search_disp {
    margin-right: 20px;
    display: inline-block;
    font-size: 13px;
}

.search_pager {
    font-size: 12px;
    display: flex;
    align-items: center;
}

.search_pager a {
    width: 16px;
    height: 16px;
    margin: 0 1px;
    display: flex;
    align-items: center;
    color: #111;
    cursor: pointer;
}

.search_pager a.num {
    border-radius: 2px;
    background: #fff;
}

.search_pager a.active {
    background: #f76;
    color: #fff;
}

.search_pager a span {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 1;
}

.s_radio_area small {
    vertical-align: middle;
    margin-right: 10px;
}


/*modal*/

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 5;
}

.modal.loading,
.modal.active {
    display: flex;
}

.modal_loading {
    width: 20%;
    display: none;
}

.modal.loading .modal_loading {
    display: block;
}

.modal_loading>img {
    display: block;
    width: 100%;
    height: auto;
}

.modal_box {
    width: 500px;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .2);
    background: #fff;
    display: none;
}

.modal.active .modal_box {
    display: block;
}

.modal_box h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 3px 5px 3px 8px;
    background: #ddd;
    line-height: 1;
    margin: 0;
}

.modal_box h3 i {
    font-size: 1.5em;
    color: #f25;
    cursor: pointer;
}

.modal_in {
    padding: 1em;
    overflow-y: scroll;
    max-height: 94vh;
}

.modal_in label {
    font-size: 12px;
    display: block;
    line-height: 1.3;
}

.modal_form input,
.modal_form select {
    width: 100%;
    padding: 5px;
}

.modal_form input[type=file] {
    font-size: 14px;
}

.modal_form textarea {
    width: 100%;
    height: 100px;
    display: block;
}

.modal_form .h160 {
    height: 160px;
}

.modal_btn_area {
    padding-top: 1em;
    text-align: right;
}

.modal_flex {
    display: flex;
    justify-content: space-between;
}

.modal_in h4 {
    margin: 0;
    margin-bottom: 5px;
    padding: 2px;
    font-size: 14px;
    background: #eee;
}

.modal_flex>div {
    width: calc(50% - 10px);
}

.modal_flex.flex3>div {
    width: calc(33% - 10px);
}

.modal_flex .cert_flex {
    align-self: stretch;
}

.modal_flex .cert_div {
    height: auto;
}

.cert_file_area {
    width: 100%;
    height: 140px;
}

.cert_file_area a,
.cert_upload_area a {
    display: block;
    height: 100%;
}

.cert_img {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.set_done_button {
    text-align: center;
    margin: 20px;
}


/*seitch*/


/* === ボタンを表示するエリア ============================== */

.switchArea {
    line-height: 32px;
    /* 1行の高さ          */
    letter-spacing: 0;
    /* 文字間             */
    text-align: center;
    /* 文字位置は中央     */
    font-size: 15px;
    /* 文字サイズ         */
    position: relative;
    /* 親要素が基点       */
    margin: auto;
    /* 中央寄せ           */
    width: 100px;
    /* ボタンの横幅       */
    background: #fff;
    /* デフォルト背景色   */
    display: inline-block;
}


/* === チェックボックス ==================================== */

.switchArea input[type="checkbox"] {
    display: none;
    /* チェックボックス非表示 */
}


/* === チェックボックスのラベル（標準） ==================== */

.switchArea label {
    display: block;
    /* ボックス要素に変更 */
    box-sizing: border-box;
    /* 枠線を含んだサイズ */
    height: 32px;
    /* ボタンの高さ       */
    border: 2px solid #999999;
    /* 未選択タブのの枠線 */
    border-radius: 16px;
    /* 角丸               */
    font-weight: bold;
    cursor: pointer;
}


/* === チェックボックスのラベル（ONのとき） ================ */

.switchArea input[type="checkbox"]:checked+label {
    border-color: #2255dd;
    /* 選択タブの枠線     */
}


/* === 表示する文字（標準） ================================ */

.switchArea label span:after {
    content: "OFF";
    /* 表示する文字       */
    padding: 0 0 0 19px;
    /* 表示する位置       */
    color: #999999;
    /* 文字色             */
}


/* === 表示する文字（ONのとき） ============================ */

.switchArea input[type="checkbox"]:checked+label span:after {
    content: "ON";
    /* 表示する文字       */
    padding: 0 19px 0 0;
    /* 表示する位置       */
    color: #2255dd;
    /* 文字色             */
}


/* === 丸部分のSTYLE（標準） =============================== */

.switchArea #sound_swImg {
    position: absolute;
    /* 親要素からの相対位置*/
    width: 24px;
    /* 丸の横幅           */
    height: 24px;
    /* 丸の高さ           */
    background: #999999;
    /* カーソルタブの背景 */
    top: 4px;
    /* 親要素からの位置   */
    left: 4px;
    /* 親要素からの位置   */
    border-radius: 12px;
    /* 角丸               */
    transition: .2s;
    /* 滑らか変化         */
}


/* === 丸部分のSTYLE（ONのとき） =========================== */

.switchArea input[type="checkbox"]:checked~label #sound_swImg {
    transform: translateX(53px);
    /* 丸も右へ移動       */
    background: #2255dd;
    /* カーソルタブの背景 */
}

.switchArea {
    width: 100px;
}

.switchArea .sw_img {
    position: absolute;
    width: 24px;
    height: 24px;
    background: #999999;
    top: 4px;
    left: 4px;
    border-radius: 12px;
    transition: .2s;
}

.switchArea input[type="checkbox"]:checked+label {
    border-color: #17c;
    background: #17c;
}

.switchArea input[type="checkbox"]:checked~label .sw_img {
    transform: translateX(68px);
    background: #fff;
}

.switchArea input[type="checkbox"]:checked+label span:after {
    color: #fff;
}