body {
    background-color: #f0f0f0;
    color: #555555;
}

.topbar {
    color: #fff;
    background-color: #00bcd4;
    font-size: 18px;
    padding: 20px;
    margin-top: 0px;
}

h1 {
    color: #fff;
    background-color: #00bcd4;
    font-size: 18px;
    padding: 20px;
    margin-top: 30px;
}



.jost-700 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.ao {
    background-color: #00bcd4 !important;
    color: #fff !important;
}

table .kanri tbody tr {
    padding: 20px !important;
}

.mb-10 {
    margin-bottom: 10px!important;
}

.mb-20 {
    margin-bottom: 20px!important;
}

.mb-30 {
    margin-bottom: 30px!important;
}

.mb-40 {
    margin-bottom: 40px!important;
}

.mt-10 {
    margin-top: 10px!important;
}

.mt-20 {
    margin-top: 20px!important;
}

.mt-40 {
    margin-top: 40px!important;
}

.mt-60 {
    margin-top: 60px!important;
}

.mt-80 {
    margin-top: 80px!important;
}

.mt-100 {
    margin-top: 100px!important;
}

.mt-0 {
    margin-top: 0px !important;
}

.p-10 {
    padding: 10px!important;
}

.p-16 {
    padding: 16px!important;
}

.p-20 {
    padding: 20px!important;
}

.pt-30 {
    padding-top: 30px!important;
}

.pt-40 {
    padding-top: 40px!important;
}

.px-50 {
    padding-left: 50px!important;
    padding-right: 50px!important;
}

.px-60 {
    padding-left: 61px!important;
    padding-right: 61px!important;
}

.px-70 {
    padding-left: 70px!important;
    padding-right: 70px!important;
}

.btn-primary-login {
    background-color: #54b9d1!important;
    color: #fff!important;
    border: none;
}

.btn-primary {
    background-color: #00e195!important;
    color: #fff!important;
    border: none;
}

.btn-mini {
    background-color: #00e195!important;
    color: #fff!important;
    border: none;
    padding: 10px 30px;
}

.btn-mini-closed {
    background-color: #ededed!important;
    color: #555555!important;
    border: none;
    padding: 10px 30px;
}

.main-inr {
    margin-top: 20px;
}

.pink {
    color: #ff7678;
}

.bg-pink {
    background-color: #ff7678;
}

.gray-closed {
    color: #ededed;
}

.bg-gray-closed {
    background-color: #ededed;
}

.modal-body table tbody tr {
    margin-bottom: 20px;
}

.modal-footer {
    border-top: none !important;
    align-items: self-end;
    justify-content: center;
}

.modal-header {
    border-bottom: none !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: none;
}

.hisu {
    color: #fff;
    background-color: #ff7678;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 10px;
}

.modal-body table tbody tr {
    display: block !important;
}

.modal-content {
    padding: 20px 40px;
    font-size: 15px;
    color: #555555;
}

.modal-content th {
    font-weight: normal;
}

th,
td,
tr {
    font-weight: normal !important;
    color: #555555 !important;
}

.fz-24 {
    font-size: 24px;
}

.fz-14 {
    font-size: 14px;
}

.f-color-shiro {
    color: #fff;
    text-decoration: none;
}

.form-control-lg {
    font-size: 1rem;
}

.nav-link.active {
    color: #fff !important;
    background-color: #00bcd4 !important;
    border-color: #00bcd4 #00bcd4 #00bcd4 !important;
    padding: 10px 30px !important;
}

.nav-tabs .nav-link {
    color: #555555;
    margin-bottom: -1px;
    background-color: #d3d3cf;
    border: 1px solid #d3d3cf;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 10px 30px !important;
}

.nav-tabs {
    border-bottom: none;
}

.table.tbl-no td {
    border: none !important;
    font-weight: normal !important;
}

.table.tbl-no th {
    border: none !important;
    font-weight: normal !important;
}

.table a {
    color: #555555;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal;
}

@media (min-width: 768px) {
    .w-md-100 {
        width: 100%;
    }
}

.w-72 {
    width: 72%;
}

.m-m-time {margin-top: -36px;}

/* ラジオボタンカスタム */



.container ul{
  list-style: none;
  margin: 0;
  padding: 0;
  /*overflow: auto;*/
}

ul li{
  /* color: #fff;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 100px; */

}

ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.6em;
  padding: 25px 25px 25px 80px;
  
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 144px;
  left: 90spx;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

ul li:nth-child(2) .check {
    Top: 203px;
}

ul li:hover .check {
  border: 5px solid #000000;
}

ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  /* top: 5px;*/
 /*  left: 5px;*/
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 5px solid #0DFF92;
}

input[type=radio]:checked ~ .check::before{
  background: #0DFF92;
}

input[type=radio]:checked ~ label{
  color: #0DFF92;
}

.signature {
  margin: 10px auto;
  padding: 10px 0;
  width: 100%;
}

.alert {
  box-sizing: border-box;
  background-color: #BDFFE1;
  width: 100%;
  position: relative; 
  top: 0;
  left: 0;
  z-index: 300;
  padding: 20px 40px;
  color: #333;
}

.alert h2 {
  font-size: 22px;
  color: #232323;
  margin-top: 0;
}

.alert p {
  line-height: 1.6em;
  font-size:18px;
}

.alert a {
  color: #232323;
  font-weight: bold;
}
td.holiday {background-color:#f8eaed!important;}
table {
    width: auto;
    table-layout: fixed;
}

.gyoji-memo {
    width: 80px;
    font-size: 13px;
}

.textbox {
   color: #555555;
    writing-mode: vertical-rl;
/*    text-orientation: upright; */
    height: 180px;

}
.textbox p {
margin: 0;
padding: 0;
font-size: 13px;
text-align: center;
 }
 .dakoku-suji {font-size: 14px; text-align: center;vertical-align: center!important;padding-top: 6px;}
  
 .content-wrapper {background-color:#f0f0f0 !important;}

 li {list-style-type: none;}
