body {
    background-color: rgb(238, 238, 238) !important;
}

header {
    z-index: 4;
    position: inherit;
}

.line {
    height: 2px;
    background-color: black;
}

.list-item {
    min-height: 200px;
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 10px;
}

.list-item-inner {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 4px gray;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.list-item-inner-hover {
    box-shadow: 0 0 5px #535353;
}

.item-title-tag-area {
    height: 100px;
    position: relative;
}

.list_title {
    color: #4c4c4c;
    font-weight: bold;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
    -2px 2px 0 #FFF, 2px -2px 0 #FFF,
    0 2px 0 #FFF,  0 -2px 0 #FFF,
    -2px 0 0 #FFF, 2px 0 0 #FFF;
    position: relative;
    z-index: 1;
}

.list_thumbnail {
    width: 100%;
    padding: 10px 20px 10px 10px;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0.5;
}

.item-title-tag {
    overflow: scroll;
    height: 95%;
    width: 95%;
    border: solid 2px #d7d7d7;
    background-color: rgba(0, 0, 0, 0.03);
    color: gray;
    z-index:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.item-title-tag-hover {
    background-color: rgba(0, 0, 0, 0.08);
    color: #404040;
}

.item-article-area {
    height: 100px;
    color: gray;
}

.item-article {
    height: 95%;
    width: 95%;
    overflow: scroll;
}

.list_item_title_area {
    margin-bottom: 10px;
    position: relative;
}

.list_item_title {
    border-bottom: solid 1px black;
}

.list_item_title h2 {
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;

}

.article_list_show_all {
    font-size: 15px;
    font-weight: normal;
}

.favoriter-area {
    overflow-x: auto;
}

.favorite-awesome {
    font-size: 120%;
}

.reader-awesome {
    font-size: 120%;
}

.favoriter-image {
    object-fit: cover;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin: 3px;
}

.favoriter-image:hover {
    transform:scale(1.2,1.2);
}

.article-preview-tag-color {
    background-color: rgb(183, 238, 255);
    border-radius: 3px;
    padding: 0 2px 0 2px;
    color: #212529;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.article-preview-tag-color-hover {
    background-color: rgb(126, 236, 255) !important;
}

.paginator_area {
    padding-top: 10px;
}

.show_all_link {
    text-align: right;
    margin: 0 5px 10px 0;
}

.list_created_at_text {
    text-align: right;
}

.article-user-area {
    z-index: -1;
    color: #4c4c4c;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
    -2px 2px 0 #FFF, 2px -2px 0 #FFF,
    0 2px 0 #FFF,  0 -2px 0 #FFF,
    -2px 0 0 #FFF, 2px 0 0 #FFF;
    position: relative;
}

.article_list_thumbnail_area {
    overflow: hidden;
    margin: 0 auto;

}

.article_list_thumbnail {
    transition: 1.0s;
    object-fit: contain;
    height: 300px;
    width: 300px;
    border-radius: 5px;
}

.article_list_thumbnail:hover {
    transform:scale(1.2,1.2);
    box-shadow: 0 3px 5px 0 rgba(135, 135, 135, 0.5);
}

.article_list_title {
    padding-top: 3px;
    border-bottom: 1px solid gray !important;
    color: gray;
}

.tag-area {
    -webkit-overflow-scrolling: touch;
}

.article_list_summary {
    color: #212529;
    overflow-y: scroll;
    background-color: #f6f6f6;
}

.edit-status {
    width: 50px;
    padding: 5px 2px 2px 2px;
}

.article_list_user_image {
    object-fit: cover;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

.article_list_user_image:hover {
    transform:scale(1.2,1.2);
}

.article_list_header_area {
    margin: 5px 0 0 10px;
}

.article_list_show_link {
    position: absolute;
    top: 10px;
    right: 10px;
    color: gray;
}

.article_list_show_link:hover {
    color: #686868;
}

.article_list_user_name {
    color: gray;
}

.article_list_card {
    display: block;
}

.article_list_released_at {
    font-size: 10px;
}

.article_list_updated_at {
    font-size: 10px;
}

.article_list_created_at {
    font-size: 10px;
}

.tooltip-main {
    /*width: 15px;*/
    /*height: 15px;*/
    border-radius: 50%;
    font-weight: 700;
    background: #f3f3f3;
    border: 1px solid #737373;
    color: #000000;
    /*margin: 4px 121px 0 5px;*/
    float: right;
    text-align: left !important;
}

.tooltip-qm {
    float: left;
    /*margin: -2px 0 3px 4px;*/
    font-size: 12px;
}

.tooltip-inner {
    max-width: 236px !important;
    /*height: 76px;*/
    font-size: 12px;
    /*padding: 10px 15px 10px 20px;*/
    background: #FFFFFF;
    color: rgba(0, 0, 0, 0.7);
    border: 1px solid #737373;
    text-align: left;
}

.tooltip.show {
    opacity: 1;
}

.article_list_banner_area img {
    max-width: 100%;
    height: auto;
}

.show_favorites_link {
    font-weight: bold;
    font-size: 26px;
}

.article_list_title_a {
    display: inline-block;
    transition: .2s;
    font-weight: bold;
    text-decoration: none !important;
    color: #212529 !important;
}
.article_list_title_a:hover {
    -webkit-transform: translateY(-3px) !important;
    transform: translateY(-3px);
    opacity: .8;
}

.article_list_details_area {
    word-break: break-all;
    /* padding-right: 0 !important; */
    margin-right: 15px !important;
    /* padding-left: 0 !important; */
    margin-left: 15px !important;
}

/* .article_list_date_area {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-right: 0 !important;
    margin-left: 15px !important;
    padding-left: 0px !important;
} */

.article_list_user_edit_area {
    padding-right: 0;
}

.article_list_user_edit_button_area {
    /* padding-right: 0; */
}

.nice-awesome {
    font-size: 120%;
}

label.required:after {
    content: "*";
    color: #DC0502;
    display: inline-block;
    padding-left: 3px;
}

input[type=text].form-control,input[type=date].form-control,input[type=email].form-control,input[type=password].form-control,input[type=tel].form-control,input[type=url].form-control {
    background-color: white;
}

textarea.form-control {
    background-color: white;
}

/* タブレット用 */
@media (max-width: 1020px) and (min-width: 768px) {
    .list_article {
        font-size: 20px;
    }

    .article_list_show_all {
        font-size: 20px;
    }

    .article_list_count_area {
        flex: initial;
        max-width: initial;
    }

}

/* スマホ用 */
@media (max-width: 767px) {
    .list_article {
        font-size: 20px;
    }

    .article_list_show_all {
        font-size: 20px;
    }

    .article_items_area {
        margin-bottom: 30px;
    }

    .article_list_count_area {
        flex: initial;
        max-width: initial;
    }
    .article_list_user_edit_area {
        margin-top: 5px;
    }

    .article_list_details_area {
        flex-basis: initial;
    }
}
