
/*misc*/

a {
    text-decoration: none;
}
.flex{
    display: flex;
}

.no-wrap{
    white-space: nowrap;
}

.education-step-button-area {
    margin: 4em auto 1em;
    text-align: center;

}

.education-step-button   {
    display: inline-block;
    font-weight:bold;
    padding: 0.3em 1em;
    letter-spacing: .1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: linear-gradient(45deg, #12cb1c 0%, #6bcf51 100%);
    border-bottom: solid 3px #5ab44f;
}
.education-step-button:hover {
    color: #ffffff;
    opacity: 0.9;
}
.education-step-button:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    margin-bottom: 3px;
    border-bottom: none;
}

.education-step-button.learned {
   background-image: none;
    background-color: #aaa;
    border-bottom: solid 3px #888;
}
.education-step-button.learned:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    margin-bottom: 3px;
    border-bottom: none;
}

.cat-box > .cat-box{
    padding-left:1em;
}

.cat-box .title-text a {
    color: #333;
    text-decoration: none;
}
.parent-title {
    font-weight: bold;
}

.unreadable-reason-area .parent-title{
    padding: 0.3em .5em;
    margin:1em 0 .5em;
    border: 2px solid #ddd;

}

.list .parent-title {
    padding: 1em;
    margin:2em 0 1em;
    background: #f3f3f3;
}

 .list .child-title {
    border-bottom: 2px solid #aaa;
    background: transparent;
    margin: 1.5em 0 1em;
    padding: 0;
    font-weight:bold;
}

.archive .child-title {
    background: transparent;
    padding: 0;
}



.archive  #list > div > .child-title{
    font-size: 18px;
    border-bottom: 2px solid;
}


.archive-title span {
    margin-right: 10px;
}

.entry-card-title ,.parent-title, .ostes-progress-bar-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.entry-card-title .title-text{
    width: 100%;
}


.title-check {
    display: block;
    color: #56d373;
}

.title-lock{
    display: block;
    color: #aaa;
}

.crown-box .title-check{
   color: #ffb900;
}



/*Progress Bar*/
.ostes-progress-bar-box{
    width: 150px;
    max-width: 100%;
    font-size: .8em;
    font-weight: bold;
    /*font-weight:normal;*/
}
.ostes-progress-bar {
    width: 200px;
    height: 5px;
    position: relative;
    background: #d2d2d2;
    border-radius: 100px;
    overflow: hidden;
    margin-right:.5em;
}
.ostes-progress-bar > div {
    display: block;
    height: 100%;
    background-color: #56d373;
    position: relative;
    overflow: hidden;
}
.category-content .ostes-progress-bar-box{
    width: 100%;
    font-size: 1em;
}


.category-content .ostes-progress-bar {
    height: 16px;
    width: calc(100% - 30px);
}


.animate > div:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

/*category-content*/
.category-content {
    margin-bottom:2em;
}

.category-content .left{
    width: 100%;
}

.category-content .right {
    max-width: 100%;
    width: 300px;
    margin-left: 1em;
}

.category-content .entry-content {
    margin: 0 0 1em;
}

/*membership profile*/

.membership-profile-area{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    /*margin-right: 10px;*/
}
.membership-profile-box{
    align-items: center;
    /*padding: 5px 10px 5px 5px;*/
    /*border-radius: 100px;*/
    /*background-color: #f3f3f3;*/
    text-decoration: none;
}

.membership-profile-box:hover {
    opacity: .9;
}

.membership-profile-box .avatar figure {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-size: cover;

}


.membership-profile-box .membership-meta{
    font-weight:bold;
    color: #555;
}
.membership-profile-box .learned-star span.fa-star{
    color: #ffb900;
}

.membership-profile-box .membership-nickname{
    margin-right: 10px;
}


/*single*/
.education-step .main-inner{
    border-top: 3px solid #56d37300 ;

}

.education-step.learned .main-inner{
    border-top: 3px solid #56d373 ;
}

.entry-title .title-check,
.pager-post-navi .title-check,
.entry-title .title-lock,
.pager-post-navi .title-lock

{
    margin-left: .5em;
}


@keyframes extend{
    0%{
        transform: scaleX(0);
    }
    100%{
        transform: scaleX(1);
    }
}


/*news-area*/


.news-box{
    display: flex;
}


.news-box h2{
    line-height: 1;
    margin-top:1em;
}

.news-box a{

}

.news-box .title{
    text-align: center;
}

.news-box .cat span{
    padding: 0;
}

.news-box li {
    line-height:1.4;
    display: block;
    margin-bottom:.2em;
}


.news-box ul{
    list-style: none;
    padding-left: 32px;
}

.news-box li{
    display: flex;
}

.news-box li span{
    margin-right: 1em;
    display: inline-block;
    /*border: 1px #777 solid;*/
    padding: .1em .4em;
    font-size: .8em;
}
.more-news-area{
    text-align: right;
}

.more-news-area a{
    display: inline-block;
}


.news-box .entry-list{
    width: 100%;
}




@media screen and (max-width: 1023px){

}


@media screen and (max-width: 834px){
    .news-box {
        padding:  1em 0;
        display: block;
    }


    .news-box h2{
        margin-top:0;
    }
    .news-box ul {
    padding-left: 0;
    font-size: .9em;
    }

    .header-container .membership-profile-area{
        display: none;
    }
}


@media screen and (max-width: 599px){

}


@media screen and (max-width: 480px){

}


@media screen and (max-width: 356px){

}

