body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    font-size: 16px;
    background: #fff;
    color: #1d2124;
    font-weight: 300;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    margin:0px;
    padding:0px;

    min-height: 100vh;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: gray;
}
.nav-link {
    color: #000;
}
.nav-link a:hover {
    color: #5ecd19;
    font-weight: 600;
}
footer a:hover {
    color: gray;
    text-decoration: underline;
}
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.navbar-light .navbar-toggler{
    border:none;
}
.logo {
    max-height: 40px;
    margin-left:10px;
}
.edit_btn {
    font-size:1.2rem;
}
.sidebar {
    background-color: rgba(94, 205, 25, 0.2);
    background-image: url("../img/bg-dot.png");
}
#sidebarMenu .list-group-item{
    font-family: 'Noto Sans JP', sans-serif;
    border-bottom:1px solid gray;
    font-weight: 300;
}
/*h1, h2, h3, h4, h5 {*/
/*    font-family: 'Hina Mincho', serif;*/
/*    !*background-color: #FFF;*!*/
/*    !*border-left:3px solid gray;*!*/
/*    !*border-bottom:1px solid gray;*!*/
/*    padding-top: 5px;*/
/*    box-shadow: #f6f5e1;*/
/*}*/
h3 {
    font-size:1rem;
}
.bg-orange {
    background-color: #5ecd19;
}
body {

}
.brand{
    margin:5px 15px;
}
.brand h1{
    font-size:1.4rem;
    letter-spacing: 5px;
    font-weight: 600;
    margin:0px;
}
.brand .suffix {
    font-size:0.7rem;
    letter-spacing: 4px;
    font-weight: bold;
}
.brand:hover {
    color: #5ecd19;
}
.card-title {
    /*font-family: 'Hina Mincho', serif;*/
    font-weight: bold;
    font-size:1.2rem;
    /*color: #gray;*/
    border-bottom: 1px solid #000;
    padding:5px;
}
div .list-title {
    display: inline-block;
    border-bottom: 2px solid #5ecd19;
    font-weight: 600;
    padding:2px;
}
#my_product  h2,
#help  h2{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    /*border-bottom:2px solid #e9b92c;*/
}
#my_product .accordion-button:not(.collapsed),
#help .accordion-button:not(.collapsed){
    color: gray;
    background-color: rgb(215, 243, 198);
}
#help .accordion-item{
    /*background-color: rgba(109, 87, 22, 0.1);*/
}
.dropdown-item:hover {
    background-color: #f6f5e1;
    color: #000;
}
.dropdown-item:active {
    background-color: rgb(215, 243, 198);
}
.pagination{
    margin:0px;
    padding:0px;
}
.page-item.active .page-link{
    background-color: #5ecd19;
    border-color: #5ecd19;
}
.page-link{
    color: #000;
}
.page-link:hover{
    font-weight: bold;
    color: #000;
    background-color:rgba(109, 87, 22, 0.1);

}
.required{
    background-color: rgba(250, 222, 210, 0.5);
}
table a.btn-link {
    color: #000;
}
table a.btn-link:hover{
    color: #5ecd19;
}
#admin-card li a:hover {
    text-decoration: underline;
}
#admin-title {
    font-size:0.9rem;
    margin-top:25px;
    margin-left:10px;
    margin-bottom:10px;
}
.btn-success{
    background-color: #5ecd19;
}
#admin-tabs .card-header {
    background-color: #FFF;
}
#admin-tabs .nav-link {
}
#admin-tabs a:hover {
    color: #5ecd19;
}
#admin-tabs .active {
    color: #000;
    background-color: rgba(94, 205, 25, 0.3);
    font-weight: bold;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: rgba(252, 233, 122, 0.1);
}
.table-striped>tbody>tr.bg-light-orange{
    background-color: rgba(250, 184, 72, 0.5);
}

#admin-tabs .card-footer {
    background-color: #ffffff;
    border:0px;
}
#admin-tabs .form-control {
}
#admin-tabs label {
    font-weight: bold;
    color: #666;
}
img.ui-datepicker-trigger{
    cursor: pointer;
    margin-left: 7px!important;
    vertical-align: middle;
}
.form-check-input:checked{
    background-color:#5ecd19;
    border-color:#5ecd19;
    width:20px;
    height:20px;
    margin-top:2px;
}
.form-check-label {
    position:relative;
    top:-2px;
}
#admin-cms {
    margin-top:60px;
    margin-bottom:20px;
    margin-left:10px;
    margin-right:10px;
}
/*.list-group-item.active{*/
/*    background-color: #5ecd19;*/
/*}*/
/*
 * Sidebar
 */
.sidebar {
  position: fixed;
  top: 0;
  /*
  rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 50px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.btn-dark:hover{
    opacity: 50%;
}
@media (max-width: 767.98px) {
  .sidebar {
    padding-top:40px;
  }

    #sidebarMenu {
        width:100%;
    }

}
.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
.sidebar .list-group {
    border-radius: 0px;
    margin-top:10px;
}
/*.sidebar .nav-link.active {*/
/*  color: #e09500;*/
/*}*/
.list-group-item.active{
    background-color: #000;
}
#member h2 {
    border-left:5px solid #5ecd19;
    font-size:1.5rem;
    font-weight: 600;
    padding:5px 10px;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  /*top: .25rem;*/
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
.navbar-light .navbar-nav .nav-link{
    font-weight: bold;
    margin-right:5px;
    color: #000;

}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
    font-weight: bold;
    color: #e30b0b;
}
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: rgba(149, 146, 144, 0.5);
    border-radius: 50%;
}



#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none; }

#page_top a::before {
    font-weight: 900;
    content: '▲';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
#page_search {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    margin:0px auto;
    right:20px;
    bottom:80px;
    /*text-align: center;*/
}

#page_search a {
    position: absolute;
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    width: 50px;
    height: 50px;
    padding:0px;
    text-align: center;
    background-color: #000000;
    border-radius: 25px;
    /*opacity: 0.5;*/

}
#page_reg {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    margin:0px auto;
    right:20px;
    bottom:140px;
    /*text-align: center;*/
}

#page_reg a {
    position: absolute;
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    width: 50px;
    height: 50px;
    padding:0px;
    text-align: center;
    background-color: #000;
    border-radius: 25px;
    /*opacity: 0.5;*/

}
.img-text {
    background-color:rgba(236, 225, 190, 0.5);
    width:100%;
    height:100%;
    line-height:10rem;
    text-align:center;
    /*font-weight:600;*/
    letter-spacing: 2px;
    /*color: #FFF;*/
}
