@charset "utf-8";
/*
------------------------------------------------
common css
------------------------------------------------
*/
body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

.pl-0 {padding-left: 0px;}
.pr-0 {padding-right: 0px;}
.pl-1 {padding-left: 1.5rem;}
.pr-1 {padding-right: 1.5rem;}

.ml-0 {margin-left: 0px;}
.mr-0 {margin-right: 0px;}
.ml-1 {margin-left: 1.5rem !important;}
.mr-1 {margin-right: 1.5rem !important;}

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.fb {font-weight: bold;}
.fr {color: firebrick;}

.boder1 {
    border: 1px solid #ccc;
}

@media (min-width: 576px){
    .container, .container-sm {
        max-width: 90%;
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0);
}

/* nav ----------------------------------*/
.navbar {
//    background-color: #0000e0 !important;
}
.navbar-brand {
    padding-top: 2px; 
    padding-bottom: 0; 
    margin-right: 1rem;
    font-size: 1.25rem;
    color: #fff !important;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.0
}
.border-bottom {
    border-bottom: 1px solid #4e4d4d!important;
}
.navbar-brand img {
    height: 36px;
    width: auto;
    padding: 0 0 3px;
    line-height: 1.0
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.9rem;
        padding-left: 0.9rem;
    }
}

@media only screen and (max-width: 450px) {
    .nav-link {
        display: block;
        padding: 20px 1rem;
        text-decoration: none;
    }
    .news_b {
        margin-top: -20px;
    }
}

.navbar-nav > .active {
    font-weight: bold;
}.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    /*color: rgba(0,0,0,.9);*/
    color: #f9df6e !important
}

.btn-secondary {
    color: #fff;
    background-color: #2b2b2b;
    border-color: #2b2b2b;
}
.btn-secondary:hover {
    color: #fff;
    font-weight: bold;
    background-color: #d9b4bb;
    border-color: #d9b4bb;
}
.dropdown-item:focus,.dropdown-item:hover {
    color: #2b2b2b;
    background-color: #edd4d9
}
.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd
}

.navbar-light .navbar-toggler {
    background-color: #d9b4bb;
    border-color: rgba(0,0,0,.1);
}
.navbar-light .collapsed {
    background-color: #9a9a9a;
    border-color: rgba(0,0,0,.1);
}

/*
------------------------------------------------
メイン画面
------------------------------------------------
*/
.management_menu .card {
    text-align: center
}
.management_menu .card .card-title {
    font-size: 1.5rem;
    font-weight: 500!important;
    line-height: 1.0;
    margin: 0
}
.management_menu h4,
.management_menu h5 {
    color: #595857;
}
.management_menu .card-body {
    flex: 0 1 0;
    padding: 15px 10px 10px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.management_menu .menu_r .card-body a {
    font-size: 1.05rem;
    width: 96%;
    margin: 0 auto;
    border-radius: 4px;
}
.management_menu .menu_r img {
    width: 40%;
    margin: 10px auto 0
}
.management_menu .menu_r .title img {
    width: 50%;
    margin: 10px auto 0
}
.management_menu .menu_r .card-body .btn-info {
    background-color: #fff;
    border-color: #263d58;
    border: solid 2px #263d58 ;
    color: #595857;
    box-sizing: border-box;
}
.management_menu .menu_r .card-body .btn-info:hover {
    background-color: #263d58;
    color: #fff
}
.management_menu button {
    margin-top: 0;
    text-align: left
}
.management_menu .btn-primary {
    color: #595857;
    background-color: #fff;
    border-color: #fff
}
.management_menu .btn-primary:hover {
    color: #fff
}
.management_menu .news .btn-primary:hover {
    background-color: #f08080;
    border-color: #f08080
}
.management_menu .docs .btn-primary:hover {
    background-color: #0080ff;
    border-color: #0080ff
}
.management_menu .coms .btn-primary:hover {
    background-color: #800000;
    border-color: #800000
}
.management_menu .master .btn-primary:hover {
    background-color: #3cb371;
    border-color: #3cb371
}
.management_menu .other .btn-primary:hover {
    background-color: #777777;
    border-color: #777777;
}
.management_menu .btn, .btn-lg {
    padding: 0.75rem 1rem;
    font-size: 1.25rem;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-img-top {
    width: 20%;
    margin: 0 auto
}

@media (min-width: 992px) {
    html,
    body,
    section.management_menu {
        height: 100%;
    }
    section.management_menu {
       /* min-height: 100%;*/
        background-color: #f3f3f3 !important;
    }
    body > section.management_menu {
        /*height: auto;*/
    }
    .management_menu .menu_r .incoming_mail{
/*        margin-top: 15px; */
    }
    .management_menu .menu_r .account{
        margin-top: 15px;
    }
}

@media screen and (min-width:768px) and ( max-width:991px) {
    .management_menu .menu_r {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
        margin: 40px 0;
    }
    .management_menu .menu_r .card {
        width: calc(90% / 2 - 30px);
        margin-bottom: 30px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .management_menu {
        background-color: #f3f3f3 !important;
    }
    .management_menu .menu_l .col-md-4:first-child {
        margin-top: 0
    }
    .management_menu .menu_r .card:last-child {
        margin-bottom: 60px
    }
    .card-img, .card-img-bottom, .card-img-top {
        width: 50%;
        margin: 10px auto 0
    }
    .management_menu .menu_r .card {
        margin-top: 40px
    }
}

@media (max-width: 540px) {
    .management_menu .menu_l .col-md-4,
    .management_menu .menu_r .card {
        margin-top: 40px
    }
}

/*
------------------------------------------------
アカウント管理
------------------------------------------------
*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v85/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

.mt-icon::before {
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 170%;
  font-style: normal;
  /*height: 1em;*/
  text-align: left;
  text-transform: none;
  vertical-align: text-bottom;
  width: 1em;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  text-rendering: optimizeLegibility;
}
.mt-icon.delete-icon::before {
  content: '\00E872';
}
.mt-icon.edit-icon::before {
  content: '\00E254';
}
.mt-icon.more-icon::before {
  content: '\00E619';
}

#r_table p.notes {
    text-align: right;
    font-size: 12px;
    margin: 0 0 3px;
}
#r_table p.notesl {
    font-size: 14px;
    margin: 0 0 3px;
    font-weight: 500;
}

#r_table p.notes_pc {
    text-align: right;
    margin: 0;
    color: #dc3545;
    display: hidden;
}
#r_table p.notes_pc span {
    font-size: 12px;
}
@media only screen and (max-width: 767px) {
    #r_table p.notes_pc {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    #r_table p.notes_sp {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    #r_table p.notes_sp {
        text-align: right;
        font-size: 12px;
        margin: 0;
        color: #dc3545;
        display: hidden;
    }
}

#account label.form-label {
    margin-bottom: 2px;
}
#account .labelsize {
    font-weight: 600;
    font-size: 18px;
}
#account .notes_red {
    text-align: right;
    font-size: 12px;
    color: #dc3545;
    margin-bottom: 0px;
}
#account .notes {
    text-align: right;
    font-size: 0.65625rem;
    color: #444;
    margin: 3px 0 20px;
}

@media only screen and (max-width: 767px) {
    #account .notes {
        margin: 3px 0 0;
        padding-right: 15px;
    }
}

/* Form Elements
----------------------------------------*/
form span.badge {
    font-size: 9px !important;
    padding: 0.23em 0.65em 0.35em !important;
    vertical-align: middle !important;
    margin-left: 5px;
}

#r_table input[type=text],
#r_table textarea,
#r_table button {
  border: 1px solid #c6cfdb;
  border-radius: 3px;
  margin-bottom: 1px;
  outline: none;
  transition: border-color .3s;
}

#r_table input {
  height: 34px;
  box-sizing: border-box;
  padding: 0 .5em;
}

#r_table textarea {
  box-sizing: border-box;
  line-height: 1.25;
  padding: 4px;
}

#r_table input:focus,
#r_table textarea:focus {
  border-color: #007aff;
}

#r_table input {
  box-sizing: border-box;
  height: 34px;
  padding: 0 .5em;
}

#r_table textarea {
  box-sizing: border-box;
  line-height: 1.25;
  padding: 4px;
}

#r_table input:focus,
#r_table textarea:focus {
  border-color: #007aff;
}

/*@media only screen and (max-width: 767px) {
    #r_table .card button {
        width: 100%;
        border: 1px solid #c6cfdb;
        border-radius: 3px;
        margin-bottom: 1px;
        padding: 10px 24px;
        outline: none;
        transition: border-color .3s;
    }
}*/

/* Radio & Checkbox
----------------------------------------*/

#r_table label {
  cursor: pointer;
  display: inline-block;
  margin-right: 16px;
}

@media only screen and (max-width: 767px) {
    #r_table td.radio_label label {
        cursor: pointer;
        display: inline-block;
        margin-right: 0px;
        font-size: 14px;
    }
    .row-head td.radio_label::before {
        content: attr(aria-label);
        display: inline-block;
        font-weight: bold;
        float: left;
        text-align: left;
        width: 20%;
        padding-right: 0 !important; 
        white-space: nowrap;
    }
}

/* Radio */
#r_table input[type='radio'] {
  display: none;
}
#r_table input[type='radio'] + label {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding-left: 24px;
  position: relative;
}
#r_table input[type='radio'] + label::before,
#r_table input[type='radio'] + label::after {
  border: 1px solid #c6cfdb;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}
#r_table input[type='radio'] + label::before {
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.215, 1.33) 0s;
}
#r_table input[type='radio']:checked + label::before {
  background: #007aff;
  border-color: #fff;
  border-width: 6px;
}

/* Check Box */
#r_table input[type='checkbox'] {
  display: none;
}

#r_table input[type='checkbox'] + label {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding-left: 24px;
  position: relative;
}
#r_table input[type='checkbox'] + label::before,
#r_table input[type='checkbox'] + label::after {
  border: 1px solid #c6cfdb;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}
#r_table input[type='checkbox'] + label::before {
  background: #fff;
  transition:  0.2s linear 0s, color 0.2s linear 0s;
}
#r_table input[type='checkbox'] + label::after {
  color: #fff;
  content: '\00E5CA';
  font-family: 'Material Icons';
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  vertical-align: text-top;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  text-rendering: optimizeLegibility;
}
#r_table input[type='checkbox']:checked + label::before {
  border-color: #007aff;
  border-width: 10px;
}

#r_table p.all {
    text-align: right;
    font-size: 14px;
}
#r_table tbody td fieldset .form-check {
    padding-left: 0 !important;
}

fieldset .radio_mr label {
    margin-right: 30px;
}

tbody a.display_order {
    font-weight: bold;
    text-decoration: none;
}

/*
------------------------------------------------
お知らせ管理
------------------------------------------------
*/
#edit p.notes {
    font-size: 12px;
    margin: 0 0 3px;
}
#edit p.notes span {
    color: #a94442;
    margin: 0 3px;
}

@media only screen and (max-width: 767px){
.row-head td.b_delete a {
    background: #dc3545 !important;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    flex: 1;
    height: 40px;
    margin: 0 2px;
    overflow: hidden;
    width: auto;
    text-decoration: none;
    }
}

/*
------------------------------------------------
カテゴリ管理
------------------------------------------------
*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: #fff;
    font-weight: bold;
    color: #333;
}
#sortableArea td a {
  color: #0a58ca;
}
#sortableArea td a:hover {
  color: #0a58ca;
}
#sortableArea td a.display_order {
    font-weight: bold !important;
    font-size: 18px;
}
#sortableArea i {
  color: #0a58ca;
}
.ui-sortable-helper {
    background-color: #eee;
    width: 100%;
}
#sortableArea td.bt-area a {
    color: #fff;
}