.navbar-brand {
    color: #ffc426!important;
    font-weight: bold;
}
.nav-link {
    color: #212529!important;
    padding-right:1rem !important;
    padding-left:1rem !important;
}
.nav-link img{
    max-width: 30px;
    display: block;
    margin: auto auto 0.2rem;
}
@media screen and (max-width: 767px){
    .nav-link img {
        width: 1.5rem;
        display: inline;
        margin: 0 1rem;
    }
    .nav-link span {
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.5rem;
        vertical-align: middle;
    }
}
.navbar {
    z-index: 2;
    position: fixed;
    width: 100%;
}
.card{
    border-radius: 0rem;
}
.calendar {
    color: #787979;
    font-weight: bold;
    font-family: 'arial black', メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btn-primary{
    background-color:#607d8b !important;
    border-color:#607d8b !important;
}
.btn-primary:hover{
    background-color:#607d8bed !important;
    border-color:#607d8bed !important;

}
.py-4 {
    padding-top: 5rem !important;
}
h3 {
    margin-bottom: 50px;
}
select {
    margin-top: 5px!important;
}
.editDropdown, .editDropdown:hover {
    color: inherit;
    text-decoration: none;
}
.course-list {
    border-top: solid #4d4d4d 2px;/*上のボーダー*/
    border-bottom: solid #4d4d4d 2px;/*下のボーダー*/
    padding: 0.5em 0 0.5em 1.5em;
    margin-bottom: 50px;
}
.course-list li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;
}
.course-list li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/img/chevron.png);
    background-size: contain;
    vertical-align: middle;
}
.course-list li a, .course-list li span {
    color: #4d4d4d;
    margin-left: 1rem;
    vertical-align: middle;
    font-size: 1.2rem;
}
.course-list li span {
    color: #9f9f9f;
}
.course-list li a.in-session {
    font-weight: bold;
    font-size: 1.1rem;
}
.none {
    display: none;
}
.news-box {
    /*border: solid 2px#6b6b6b;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 50px;*/
    padding: 1.5em 2em;
    margin: 2em 0;
    color: #4d4d4d;
    background: white;
    border: solid #4d4d4d;
    border-width: 5px 1px 1px 1px;
}
.qa-box {
    padding: 20px;
    background: #fff;
    color: #4d4d4d;
    border: solid 2px #4d4d4d;
    border-radius: 10px;
    margin-bottom: 30px;
}
.pager {
    font-size: 0;
    margin: auto;
    margin: 20px auto;
    text-align: center;
    padding-inline-start: 0px;
}
.pager li {
    display: inline-block;
    width: 40px;
    background: #fff;
    border: solid 1px #cfcfcf;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}
.pager li.select {
    background: #ffc426;
    border: solid 1px #ffc426;
}
.pager li a {
    text-align: center;
    text-decoration: none;
}
.pager li.select a {
    font-weight: bold;
    color: #fff;
}

#balloon_box {
    position: absolute;
    text-align: right;
    right: 0;
}
.leave_balloon {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 10px 20px;
    min-width: 320px;
    color: #fff;
    font-size: 16px;          
    background: #E06633;
    font-weight: bold;
    border-radius: 5px;
    text-align: left;
}

.leave_balloon:before {
    content: "";
    position: absolute;
    top: -30px;
    right: 50px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #E06633;
}

.leave_balloon p {
    margin: 0;
    padding: 0;
}

.leave_checkbox {
    display: block;
    text-align: center;
    transform: scale(1.5);
    font-weight: bold;
}
.leave_checkbox label {
    margin-bottom: 0;
}
.gray-bg {
    background-color:#9e9e9e38;
    border-color:#9e9e9e38; 
    color:#857b26;
}

/*カレンダー*/
span.tag {
    border-radius: 15px;
    background: #9e9e9ead;
    padding: 3px 8px;
}
/*本日日付のtr*/
tr.isToday{
    background:#f3dc5163 !important;
}
tr.isToday td{
    color:#eb890f !important;
}
.holiday{
    background-color:#ccc5c5 !important;
}
/*learningfit student 共通*/
.btn.white{
    border: 2px solid #212529 ;
    border-radius: 0;
    background: #fff;
    color:#212529 ;

}
.btn.black{
    border: 2px solid #212529;;
    border-radius: 0;
    background: #212529;
    color:#fff;

}
.btn.orange{
    border: 2px solid #e06633;
    color: #fff;
    border-radius: 0;
    background-color: #e06633;
}
.btn.gray{
    border: 2px solid #b3afaf;;
    color: #fff;
    border-radius: 0;
    background-color: #b3afaf ;
}
.btn.black:hover{
    background: #0b0d0e;
}
.btn.white:hover{
    color: #fff;
    background: #212529;;
}
.btn.orange:hover{
    color: #fff;
    background-color: #e06633;
    opacity: 0.7;
}
.btn.gray:hover{
    background-color: #fff;
    color:#212529;
}



div.tool-box {
    width: 100%;
    margin: 1rem auto;
}
div.tool-box div.tool-panel {
    display: inline-block;
    padding: 0 1rem;
    min-width: 100px;
    margin: .5rem;
    box-sizing: border-box;
}
div.tool-box div.tool-panel a {
    cursor: pointer;
    color: #212529;
}
div.tool-box div.tool-panel a:hover {
    color: #212529;
}
div.tool-box div.tool-panel span {
    cursor: pointer;
}
div.tool-box div.tool-panel span:hover {
    text-decoration: underline;
}
div.tool-box div.tool-panel img {
    width: 1rem;
    margin-right: .5rem;
}
div.tool-box div.tool-panel .checkLater {
    padding: 0 0 0 30px;
}
input + label {
    font-size: .9rem;
}
.checkLater {
    padding: 0 0 0 30px;
}
details.question {
    border: 2px solid #212529;
    padding: .5rem;
}
details.question summary {
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
      list-style: none;
    margin-bottom: 0;
}
details.question summary::marker {
    display: none;
}
details.question summary::-webkit-details-marker {
    display: none;
}
details.question .question-box {
    padding: .5rem;
}


.delete_icon {
    width: 1.3rem;
}
.delete_icon:hover{
    opacity:0.8;
    cursor:pointer;
}


@media screen and (min-width: 768px){
    .pager li {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }
    .pager li:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        z-index: 2;
    }
}