/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 8, 2022, 11:36:47 PM
    Author     : Lizma
*/
html{
    scroll-behavior: smooth;
}
html pre{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Noto Sans CJK JP", Osaka, Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", YuGothic, "Yu Gothic", "Hiragino Sans GB", "Helvetica Neue", HelveticaNeue, Helvetica, "Noto Sans", Roboto, Arial, "Arial Unicode MS", sans-serif;
    word-break: break-word;
    white-space: break-spaces;
    margin: 0;
    font-size: 14px;
    color: #1b1b1b;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
}
.ui-datatable.ui-widget.pc.ui-datatable-reflow{
    visibility: visible !important;
}
.tutor-display-pc{
    display: block;
}
.tutor-display-sp{
    display: none;
}
.page-article-detail iframe{
    width: 70%;
    margin: 1em auto;
    display: block;
}
#article-index .small-top-ttl a:hover{
    color: #f25e2a;
    background-color: transparent;
}
#article-detail .small-top-ttl a:hover{
    color: #f25e2a;
    background-color: transparent;
}
/*#article-index .small-top-ttl{
    font-size: 12px;
}*/
.wrap-create-article3{
    margin-bottom: 5em;
}
.genre-article .option-article-genre .ui-selectonemenu{
    width: fit-content;
    min-width: 100px !important;
}
.name-author-instructor h4{
    word-break: break-all;
}
.list-article-comment{
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    font-size: 15px;
    margin-bottom: 1em;
    margin-top: 1em;
}
.list-article-comment tr{
    border: 1px solid #e7e7e7;
    display: flex;
    align-items: flex-start;
}
.list-article-comment th{
    border-bottom: .5px solid #e4e4e4;
    padding: 0.5em .5em .5em 1.214em;
    text-align: left;
}
.list-article-comment td{
    padding: 0.5em .5em .5em 1.214em;
    min-height: 51px;
    align-items: center;
    display: flex;
}
.wrap-sender-comm{
    display: flex;
    align-items: center;
}
.wrap-sender-comm img{
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border-radius: 50%;
}
.wrap-sender-comm p{
    word-break: break-all;
}
.wrap-sender-comm a:hover{
    color: #F25E2A;
}
.margin-left-btn-edit.ui-button{
    margin-left: 10px;
}
.list-article-comment .btn-delete-comment.ui-button .ui-icon.i-red-trash{
    content: url('../../resources/handmate/img/red-trash.png');
    position: relative;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: 0;
}
.list-article-comment .btn-delete-comment.ui-button{
    background: transparent;
    border: none;
    position: relative;
    height: fit-content;
    width: fit-content;
    margin: auto;
    display: block;
}
.list-article-comment .btn-delete-comment.ui-button.ui-button-icon-only .ui-button-text{
    display: none;
}
.list-article-comment th.sender{
    width: 20%;  
}
.list-article-comment th.sender.article-thumbn{
    width: 10%;  
}
.list-article-comment th.date{
    width: 18%;  
}
.list-article-comment th.width-del-comm-article{
    width: 10%;
}
.list-article-comment td.table-name-commentator{
    width: 20%;  
}
.list-article-comment td.table-name-commentator.article-thumbn{
    width: 10%;  
}
.list-article-comment td.date-comm{
    width: 18%;  
}
.list-article-comment td.btn-del-comment{
    width: 10%;
    justify-content: end;
}
.list-article-comment td.btn-del-comment.article-comment-list-btn{
    justify-content: space-between;
}
.list-article-comment th.comm{
    width: 52%;
}
.list-article-comment td.comm-text{
    width: 52%;
    /*    margin-top: 6px;*/
}
.filter-article .ui-paginator .ui-paginator-pages .ui-paginator-page{
    background-color: white;
    color: rgba(242, 94, 42, 1);;
    font-weight: bold;
    font-size: 15px;
}
.filter-article .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-active{
    background-color: rgba(242, 94, 42, 1);
    color: white;
    font-weight: bold;
    font-size: 15px;
}
.filter-article .ui-paginator .ui-paginator-next{
    position: relative;
}
.filter-article .ui-paginator .ui-paginator-next:before{
    background-image: url("../../resources/handmate/img/button_next.png");
    content: "";
    width: 33px;
    height: 33px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
}
.filter-article .ui-paginator .ui-paginator-last{
    position: relative;
}
.filter-article .ui-paginator .ui-paginator-last:before{
    background-image: url("../../resources/handmate/img/go-last-button.png");
    content: "";
    width: 33px;
    height: 33px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
}
.filter-article .ui-paginator .ui-paginator-prev{
    position: relative;
}
.filter-article .ui-paginator .ui-paginator-prev:before{
    background-image: url("../../resources/handmate/img/button_next.png");
    content: "";
    width: 33px;
    height: 33px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: -3px;
}
.filter-article .ui-paginator .ui-paginator-first{
    position: relative;
}
.filter-article .ui-paginator .ui-paginator-first:before{
    background-image: url("../../resources/handmate/img/go-first-button.png");
    content: "";
    width: 33px;
    height: 33px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: -3.5px;
}
.filter-article .ui-state-disabled{
    opacity: 1;
}
.filter-article .ui-datagrid .ui-datagrid-content{
    border: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    line-height: inherit;
}
.filter-article .ui-datagrid .ui-paginator.ui-paginator-bottom{
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3em;
}
.filter-article .ui-datagrid .ui-datagrid-column{
    padding: 0;
}
.filter-article{
    width: calc(100% + 24px);
    margin-left: -12px;
}
.list-embed-content .ui-datatable .ui-paginator.ui-paginator-bottom{
    margin-top: 1em;
    margin-bottom: 2em;
}
.selection-box{
    width: 10%;
    text-align: center !important;
}
.id-content{
    width: 25%;
    min-width: fit-content;
    text-align: left !important;
}
.list-embed-content .ui-datatable thead th.type-list-content.nodisplay-sm{
    display: revert;
}
.list-embed-content .ui-datatable thead th.type-list-content{
    text-align: left;
    width: 15%;
}
.type-list-content .list_thumb{
    width: 65%;
    padding: 0;
    margin: 0.5em 0;
}
.list-embed-content .ui-datatable .ui-datatable-data > tr > td{
    border: none;
    padding: 8px;
    word-break: break-all;
}
.list-embed-content .ui-datatable thead th{
    border: none;
    color: #1b1b1b;
    font-weight: 300;
    background-color: white;
    text-align: left;
    padding: 8px;
}
.wrap-box-embed{
    padding-right: 1em;
    padding-left: 0;
}
.wrap-list-embed-content{
    padding-left: 1em;
    padding-right: 0;
}
.list-embed-content .ui-datatable table thead{
    border: 1px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;
}
.edit-list-embed .ui-row-editor{
    position: relative;
    height: 24px;
}
.edit-list-embed .ui-row-editor .ui-icon.ui-icon-pencil:before{
    content: "" !important;
    background-image: url("../../resources/handmate/img/i-edit.png");
    width: 25px;
    height: 25px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    left: 0;
}
.delete-list-embed .ui-button.ui-button-icon-only .ui-icon.i-trash{
    width: 25px;
    height: 25px;
    top: 38%;
    left: 33%;
}
.list-embed-content .ui-datatable thead th.content-text{
    text-align: left;
}
.list-embed-content .ui-datatable thead th.setting-edit-delete{
    width: 50px;
}
.list-embed-content .ui-datatable tr td.setting-edit-delete .wrap{
    /*    display: flex;*/
    width: 25px;
    height: 25px;
    /*    align-items: center;
        justify-content: space-between;*/
}
.delete-list-embed{
    width: 25px;
    height: 25px;
}
.delete-list-embed .ui-button{
    height: auto;
    width: auto;
    background: transparent;
    border: none;
}
.delete-list-embed .ui-button.ui-button-icon-only{
    width: 25px;
    height: 25px;
}
.list-embed-content .ui-datatable .ui-datatable-data > tr.ui-state-hover{
    background-color: white;
}
.list-embed-content .ui-datatable .ui-datatable-data > tr.ui-state-highlight{
    background-color: white;
}
.delete-list-embed .ui-button.ui-state-hover{
    border: none;
}
.tab-edit-article{
    margin-bottom: 1em;
    margin-top: 12px;
}
.tab-edit-article .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem a .ui-icon.i-detail{
    content: url('../../resources/handmate/img/member/i-detail.png');
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.tab-edit-article .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem a .ui-icon.i-image{
    content: url('../../resources/handmate/img/member/i-image.png');
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.tab-edit-article .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem a .ui-icon.i-pen{
    content: url('../../resources/handmate/img/member/i-pen.png');
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.tab-edit-article .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem a .ui-icon.i-comment{
    content: url('../../resources/handmate/img/member/i-comment.png');
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.required-symb:after{
    content: "*";
    color: red;
}
.nodisplay-pc .sm-create-article{
    font-size: 12px;
    color: #E8472A;
    background-color: #ffffff;
    border-color: #E8472A;
    border-radius: 4px;
    border: 1px solid #E8472A;
    height: auto;
}
.list-article-table{
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    font-size: 15px;
    margin-bottom: 0em;
}
.list-article-table tr{
    border: 1px solid #e7e7e7;
}
.list-article-table th{
    border-bottom: 2px solid #e4e4e4;
    padding: 0.5em 1.214em;
    text-align: left;
}
.list-article-table td{
    padding: 0.5em 1.214em;
}
.table-edit-list-article{
    display: flex; align-items: center; float: right;
}
.width-btn-set-article{
    width: 18%;
}
.width-title-article{
    width: 60%;
}
.step-create-article-wrap{
    width: fit-content;
}
.add-button.ui-button{
    width: 62px;
    height: 34px;
}
.button-name{
    padding: 0 0 .5em 0;
}
.link-button-article{
    padding: 0.5em 0 0 0;
}
.box-img-embed-btn{
    border: 1px solid #e4e4e4;
    padding: 8px;
    margin-bottom: 3em;
}
.option-img-embed-btn{
    margin-bottom: 1em;
}
/* TEXT EDITOR */
.text-editor-article{
    margin-top: 1em;
    margin-bottom: 3em;
}
.text-editor-article .ql-font.ql-picker,
.text-editor-article .ql-size.ql-picker,
.text-editor-article .ql-blockquote,
.text-editor-article .ql-indent,
.text-editor-article button.ql-direction,
.text-editor-article span.ql-align.ql-picker.ql-icon-picker,
.text-editor-article .ql-image,
.text-editor-article .ql-video{
    display: none !important;
}
.text-editor-article .ql-formats:first-child{
    display: none;
}
.text-editor-article .ql-formats:nth-child(7){
    display: none;
}
.text-editor-article .ql-formats:nth-child(8){
    margin-right: 0;
}
.text-editor-article .ql-toolbar.ql-snow+.ql-container.ql-snow{
    background-color: #FFFBFB;
    border: none;
    border-bottom: 1px solid #BBBBBB;
    border-width: 0 0 1px;
}
.text-editor-article .ql-toolbar.ql-snow{
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #BBBBBB;
}
/* END TEXT EDITOR */
.form-content-article{
    margin-top: 1.7em;
}
.pink-box{
    padding: 1.5em;
    background-color: #FFF4EF;
    display: block;
    align-items: center;
}
.pink-box ul{
    line-height: 2; padding-inline-start: 16px; margin-left: auto;
}
.ui-button .ui-icon.red-edit{
    content: url(../../resources/handmate/img/member/red-edit.png);
}
.ui-button .ui-icon.i-save{
    content: url(../../resources/handmate/img/member/i-save.png);
}
.btn-edit-capt-article .ui-icon.red-edit{
    width: 22px;
    height: 22px;
}
.btn-edit-capt-article{
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-article-img .input-field-caption{
    margin-top: 10px;
}
.item-article-img-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 8px;
    margin-bottom: 1em;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 1em;
}
.item-article-img{
    margin-bottom: 0.5em;
    padding: 0.5em 1em;
}
.text-show-caption{
    margin-top: 8px;
}
.input-field-caption{
    display: none;
    margin-top: 8px;
}
.image-article-list-div{
    color: white;
    border: 0px solid transparent;
    width: 100%;
    height: 0;
    padding-bottom: 83%;
    position: relative;
}
.image-article-list{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.input-caption-img-article{
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    margin-left: 1em;
}
.wrap-input-img-article{
    display: flex;
    align-items: center;
}
.wrapper-btns-feature a p{
    width: 20%;
    margin: 37px auto;
    background-color: rgba(242, 94, 42, 1);
    border: 2px solid rgba(242, 94, 42, 1);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    height: 47px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    word-break: keep-all;
    min-width: fit-content;
    padding: 0 8px;
}
.wrapper-btns-feature a p:hover{
    background-color: #fff;
    border: 2px solid rgba(242, 94, 42, 1);
    color: rgba(242, 94, 42, 1);
}
.regist-img-article.ui-button{
    width: 62px;
    height: 31px;
}
.new .calendarFormArticle .hasDatepicker{
    background-color: #FFFBFB;
    border: none;
    border-bottom: 1px solid #BBBBBB;
    border-width: 0 0 1px;
}
.new .calendarFormArticle .hasDatepicker.ui-state-hover:not(.ui-state-error) {
    border-width: 0 0 1px!important;
    border-color: #FF0000!important;
}
.new .calendarFormArticle .hasDatepicker.ui-state-focus:not(.ui-state-error) {
    border-width: 0 0 1px!important;
    border-color: #FF0000!important;
    background: #FFFFFF!important;
    box-shadow: none!important;
}
.release-option, .wrap-label-ttl-article, .release-date, .genre-article, .upload-main-img, .form-tag-article{
    /*    margin-bottom: .5em;*/
    padding-left: 0;
    display: flex;
    align-items: center;
}
.form-tag-article{
    padding-left: 0;
    display: flex;
    align-items: flex-start;
}
.wrap-2img-cover .main-caption-img{
    /*    display: flex;
        justify-content: center;*/
    text-align: center;
    margin-top: 5px;
    font-size: 13px;
    color: #727272;
}
.wrap-2img-cover .main-caption-img{
    /*    display: flex;
        justify-content: center;*/
    text-align: center;
    margin-top: 5px;
    font-size: 13px;
    color: #727272;
}
.wrap-label-link-article{
    margin-bottom: .5em;
    padding-left: 0;
    display: flex;
    align-items: center;
}
.link-utube-article{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
}
.link-article-form{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
}
.btn-add-image-list.ui-button{
    width: 62px;
}
.link-article-form .name-link{
    width: 38%;
}
.link-utube-article .name-utube-link{
    width: 38%;
}
.wrap-url-link{
    display: flex;
    align-items: center;
    width: 62%;
    padding-left: 14px;
}
.wrap-link-utube-article{
    margin-bottom: .5em;
    padding-left: 0;
    display: flex;
    align-items: center;
}
.link-utube-article{
    display: flex;
    align-items: center;
}
.wrap-img-list-article{
    margin-bottom: .5em;
    padding-left: 0;
    display: flex;
    align-items: flex-start;
}
.img-list-article{
    display: flex;
    align-items: flex-start;
}
.page-article-detail .mapouter{
    margin: 1em auto;
    height: auto;
    width: 80%;
}
.page-article-detail .mapouter .gmap_canvas{
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    position: relative;
}
.page-article-detail .mapouter .gmap_canvas iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: contain;
    margin: 0;
}
body .ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item.ui-state-highlight{
    background-color: rgba(242, 94, 42, 1);
    color: white;
}
.button-back-next{
    padding: 0 1em;
}
.upload-main-img .form-upload-photo .main-image-form{
    width: 40%;
    margin-bottom: 1em;
}
.two-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4em;
    margin-bottom: 6em;
}
.wrap-item-list-img-article{
    width: 70%;
    background-color: #FFFBFB;
    border: none;
    border-bottom: 1px solid #BBBBBB;
    border-width: 0 0 1px;
    overflow: auto;
    height: fit-content;
    min-height: fit-content;
    max-height: 366px;
    padding: 1.5em;
    margin-right: 2em;
}
.wrap-item-list-img-article::-webkit-scrollbar-thumb{
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8); 
    background-color: rgba(255,0,0,0.8); 
    /*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}
.number-image-list{
    margin: 0px 29px 0 1em;
}
.img-thumbnail{
    color: white;
    border: 0px solid transparent;
    width: 60px;
    min-width: 60px;
    height: 0;
    padding-bottom: 60px;
    position: relative;
    margin-right: 29px;
}
.img-thumbnail img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-list-image-option{
    display: flex;
    align-items: flex-start;
    margin-bottom: 23px;
}
.item-list-image-option:last-child{
    margin-bottom: 0;
}
.option-img-wrap{
    display: flex;
    align-items: flex-start;
}
.two-btn .ui-button{
    width: 140px;
    height: 37px;
}
.article-step{
    margin-bottom: 3em;
    margin-top: 10px;
}
.article-step.init-content{
    margin-bottom: 1em;
}
body .step-create-article-wrap .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-number{
    line-height: 39px;
    border-radius: 50%;
    color: #F8CDC3;
    border-color: #F8CDC3;
    padding: 3px 9px;
    font-size: 24px;
    align-items: center;
    width: 2em;
    height: 2em;
    font-weight: bold;
}
body .step-create-article-wrap .ui-steps .ui-steps-item .ui-menuitem-link{
    align-items: center;
    display: inline-grid;
    flex-flow: column;
    align-items: center;
    justify-content: start;
    justify-items: center;
}
body .step-create-article-wrap .ui-steps .ui-steps-item .ui-menuitem-link{
    width: 150px;
    padding: 0;
}
.step-create-article-wrap .ui-steps .ui-steps-item .ui-menuitem-link.step1 .ui-steps-number{
    border-radius: 50%;
    color: white;
    background-color: orangered;
    border-color: orangered;
    padding: 3px 9px;
    font-size: 24px;
    align-items: center;
    width: 2em;
    height: 2em;
    font-weight: bold
}
body .step-create-article-wrap .ui-steps .ui-steps-item .ui-menuitem-link.step1 .ui-steps-title{
    color: #666666;
    font-weight: 700;
}
body .step-create-article-wrap .ui-steps .ui-steps-item .ui-menuitem-link.step1.past .ui-steps-number:after{
    border-top: 2px solid orangered;
}
.step-create-article-wrap .ui-steps .ui-steps-item .ui-menuitem-link.step2.past .ui-steps-number{
    border-radius: 50%;
    color: white;
    background-color: orangered;
    border-color: orangered;
    padding: 3px 9px;
    font-size: 24px;
    align-items: center;
    width: 2em;
    height: 2em;
    font-weight: bold
}
body .step-create-article-wrap .ui-steps .ui-steps-item .ui-menuitem-link.step2.past .ui-steps-title{
    color: #666666;
    font-weight: 700;
}
body .step-create-article-wrap .ui-steps .ui-steps-item .ui-menuitem-link.step2.past .ui-steps-number:after{
    border-top: 2px solid orangered;
}
.step-create-article-wrap .ui-steps .ui-steps-item.ui-state-highlight .ui-menuitem-link .ui-steps-number{
    border-radius: 50%;
    color: white;
    background-color: orangered;
    border-color: orangered;
    padding: 3px 9px;
    font-size: 24px;
    align-items: center;
    width: 2em;
    height: 2em;
    font-weight: bold;
}
body .step-create-article-wrap .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-number:after{
    content: '';
    border-top: 2px solid #F8CDC3;
    display: block;
    top: 50%;
    min-width: 189px;
    left: 100%;
    position: absolute;
    z-index: 0;
}
body .step-create-article-wrap .ui-steps .ui-steps-item:last-child .ui-menuitem-link .ui-steps-number:after{
    display: none;
}
.title-section.article-top{
    margin-bottom: 40px;
}
.wrap-item-genre-article{
    display: grid;
}
.item-genre-article{
    padding: 18px 0;
    border-bottom: 1px solid #E1E1E1;
    font-size: 14px;
}
.item-genre-article:hover{
    background: inherit;
    color: #f25e2a;
    cursor: pointer;
}
.item-genre-article:last-child{
    border-bottom: none;
}
.title-sidebar-genre{
    margin-bottom: 13px;
}
.sidebar-article-top{
    width: 20%;
    padding-right: 18.5px;
}
.article-genre{
    margin-bottom: 70px;
}
.title-sidebar-time{
    margin-bottom: 1em;
}
.time-tll{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.time-tll:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(315deg);
    margin-right: 10px;
    transition: 500ms ease 0s;
}
.item-article-year{
    padding: .5em 0 .5em 1.2em;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 500ms ease 0s;
    font-size: 14px;
}
.item-article-year:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #E8472A;
    border-bottom: 2px solid #E8472A;
    transform: rotate(315deg);
    margin-right: 10px;
    transition: 0.5s ease-out;
}
.wrap-item-article-time{
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease-out;
}
.wrap-item-article-time .list-month{
    margin-left: 3em;
}
.item-article-month{
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 2;
}
.item-article-month:hover{
    color: #E8472A;
}
.item-article-month.on-month{
    color: #F25E2A;
}
.on-genre{
    color: #F25E2A;
}
.list-month{
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease-out;
}
.list-year{
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease-out;
}
.other-user-comment-wrap{
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease-out;
}
.active-show-list.item-article-year:before{
    transform: rotate(405deg);
    transition: 0.5s ease-out;
    margin-bottom: 8px;
}
.active-show-list.time-tll:before{
    transform: rotate(405deg);
    transition: 0.5s ease-out;
    margin-bottom: 8px;
}
.page-article{
    width: 80%;
    padding-left: 18.5px;
}
.article-index{
    display: flex;
    align-items: flex-start;
}
.title-popular-article{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.title-popular-article p{
    margin-left: 1em;
    color: #E8472A;
}
.image-article-wrap{
    color: white;
    border: 1px solid transparent;
    width: 100%;
    height: 0;
    padding-bottom: 58%;
    position: relative;
}
.image-article{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
}
.ttl-article{
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ttl-article:hover{
    color: #E8472A;
    cursor: pointer;
    background-color: transparent;
}
.caption-article-wrap{
    display: grid;
}
.author{
    display: flex;
    /*    flex-wrap: wrap;*/
    align-items: flex-start;
    margin-top: 5px;
    color: #A5A5A5;
    word-break: break-all;
}
.twitter-tweet{
    margin: auto;
    width: 70% !important;
}
.instagram-media{
    margin: auto !important;
    width: 70% !important;
}
.wrap-snip-author{
    display: flex; align-items: flex-start;
}
.img-snip-author{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 7px;
}
.author-name{
    margin-right: 12px;
    color: #727272;
    word-break: break-all;
    width: 80%;
    max-width: 80%;
}
.time-post-article{
    color: #727272;
    word-break: keep-all;
}
.wrap-item-article{
    margin-bottom: 5px;
    padding: 12.2px;
}
.item-list-article{
    padding: 1em;
}
.article-list{
    width: calc(100% + 26px);
    margin-left: -13px;
    margin-bottom: calc(4em - 17px);
    flex-wrap: wrap;
    display: flex;
     align-items: flex-start;
}
.line-divider-article{
    border: none;
    border-top: 1px solid #BBBBBB;
    margin: 0 auto;
}
.top-line-article-detail{
    border: none;
    border-top: 1px solid #DFDFDF;
    margin: 13px 0 21px;
}
.title-new-article{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    /*margin-top: 4em;*/
}
.title-new-article p{
    margin-left: 1em;
    color: #E8472A;
}

/* CSS ARTICLE DETAIL */
.top-img-article-wrap{
    color: white;
    border: 0px solid transparent;
    width: 100%;
    height: 0;
    padding-bottom: 58%;
    position: relative;
}
.top-image-artcile{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
}
.page-article-detail{
    width: 70%;
    padding-right: 40px;
}
.title-article{
    margin: 24px 0 15px;
}
.date-post-article{
    color: #8B8B8B;
}
.red-bg-text{
    padding: 19px 24px;
    background-color: #FFF4F2;
}
.video-utube-wrap{
    text-align: center;
    margin: 0 auto 8px;
    /*    color: white;
        border: 1px solid transparent;*/
    width: 75%;
    height: 0;
    padding-bottom: 45%;
    position: relative;
}
.page-article-detail .video-utube-wrap iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    margin: auto;
}
.video-utube{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.utube-section{
    margin-top: 26px;
    margin-bottom: 26px;
}
.wrap-2img-cover{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 26px;
    margin-bottom: 26px;
}
.wrap-2img-cover .img-1, .wrap-2img-cover .img-2{
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    position: relative;
    /*    margin: 10px auto 0;*/
}
.wrap-2img-cover > div{
    width: 49%;
}
.wrap-2img-cover .img-1 img, .wrap-2img-cover .img-2 img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
}
.wrap-bigger-img{
    color: white;
    width: 75%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
    margin: 26px auto 0;
}
.wrap-bigger-img img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
}
.caption-bigger-img{
    text-align: center;
    margin: 8px auto 26px;
    font-size: 13px;
    color: #727272;
    width: 74%;
}
.title-utube-caption{
    font-size: 13px;
    color: #727272;
}
.ttl-heading2-article{
    margin-top: 26px;
    margin-bottom: 8px;
}
.linted-text{
    color: #E8472A;
}
.linted-text:hover{
    color: orangered;
    background-color: transparent;
}
.page-article-detail .content-text-article .ui-button{
    width: 23%;
    min-width: fit-content;
    margin: 26px auto;
    display: block;
    color: #E8472A;
    background-color: white;
    border-color: #E8472A;
    height: 36px;
}
.page-article-detail .content-text-article .ui-button:hover{
    color: white;
    background-color: #FB745C;
}
.page-article-detail .content-text-article .ui-button:hover .ui-button-text:after{
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}
.side-author-wrap .ui-button:hover{
    color: white;
    background-color: #FB745C;
}
.page-article-detail .content-text-article .ui-button .ui-button-text{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-article-detail .content-text-article .ui-button .ui-button-text:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #E8472A;
    border-bottom: 2px solid #E8472A;
    transform: rotate(315deg);
    margin-left: 12px;
}
.divider-article-detail{
    border: none;
    border-top: 1px solid #DFDFDF;
    margin-top: 48px;
    margin-bottom: 48px;
}
.user-photo-comment{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 25px;
}
.result-comment{
    width: -webkit-fill-available;
}
.other-user-photo-comment{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 25px;
}
.ttl-comment{
    margin-bottom: 19px;
}
.comment-input.ui-inputfield{
    border: none;
    border-bottom: 2px solid #D9D6D6;
    width: -webkit-fill-available;
    margin-bottom: 1em;
}
.comment-input.ui-inputfield.ui-state-focus:not(.ui-state-error){
    border-bottom: 1px solid #FF0000 !important;
}
.comment-input.ui-inputfield.ui-state-hover:not(.ui-state-error){
    border-bottom: 1px solid #FF0000 !important;
}
.input-comment-wrap{
    width: 100%;
}
.btn-comment-wrap{
    display: flex;
    align-items: center;
    float: right;
    /*    margin-top: 15px;*/
}
#loginComment .login-to-comment{
    width: 20%;
    min-width: fit-content;
    height: 37px;
    margin: 1em 0 0 0;
}
#loginComment, #sortingForm{
    margin-bottom: 0;
}
.user-comment{
    display: flex;
    align-items: flex-start;
}
.adding-reply-comment{
    display: flex;
    align-items: flex-start;
    margin-top: 1em;
}
.adding-reply-comment .input-comment-wrap .btn-comment-wrap{
    margin-top: 5px;
}
.btn-comment-wrap .btn-cancel-comment{
    background-color: transparent;
    border: none;
    color: #808080;
    width: fit-content;
    margin-right: 10px;
}
.btn-comment-wrap .btn-cancel-comment:hover{
    border: none;
    color: #FB745C;
}
.btn-comment-wrap .btn-comment{
    background-color: transparent;
    border: 1px solid #FB745C;
    color: #E8472A;
    width: auto;
    padding: 0px 16px;
    border-radius: 20px;
    height: 32px;
}
.btn-comment-wrap .btn-comment:hover{
    color: white;
    background-color:#FB745C; 
}
.sortir-comment{
    display: flex;
    align-items: center;
    margin-top: 21px;
    margin-bottom: 25px;
    font-size: 15px;
}
.sortir-selection{
    margin-left: 11px;
}
.sortir-selection.ui-selectonemenu{
    border: none;
}
.sortir-selection.ui-selectonemenu .ui-selectonemenu-label{
    font-size: 15px;
}
.sortir-selection.ui-selectonemenu .ui-selectonemenu-trigger{
    background-color: transparent;
}
.result-comment-wrap{
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #D9D6D6;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.result-comment-wrap:last-child{
    border-bottom: 0px;
}
.commentator{
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}
.commentator .name{
    margin-right: 13px;
    font-weight: bold;
}
.commentator .date{
    font-size: 10px;
    color: #808080;
    margin-left: 5px;
}
.wrap-replies-comment .reply-comment-btn{
    color: #FB745C;
    cursor: pointer;
    background: none;
    border: none;
    width: fit-content;
    height: auto;
    margin-right: 2em;
}
.wrap-replies-comment .view-replies{
    color: #FB745C;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: none;
    border: none;
    width: fit-content;
    height: auto;
    /*    margin-left: 2em;*/
}
.wrap-replies-comment .view-replies:hover, .wrap-replies-comment .reply-comment-btn:hover{
    border: none;
}
.wrap-replies-comment .active-show-list.view-replies:after{
    transform: rotate(-135deg);
    transition: 0.5s ease-out;
    margin-bottom: -8px;
}
.view-replies:after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    transform: rotate(45deg);
    margin-left: 7px;
    margin-bottom: 2px;
    transition: 0.5s ease-out;
}
.wrap-replies-comment{
    width: 100%;
    display: flex;
    align-items: center;
    /*    justify-content: space-between;*/
    margin-top: 8px;
}
.wrap-edit-del-comment{
    display: flex;
    align-items: center;
    /*    margin-top: 8px;*/
    margin-left: auto;
    position: relative;
}
.ui-dialog{
    top: 50%!important;
    transform: translateY(-50%);
    min-width: 310px !important;
}
body .ui-dialog .ui-dialog-titlebar{
    color: #1b1b1b;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon.ui-state-hover{
    color: #FB745C;
}
body .ui-dialog .ui-dialog-footer button{
    background-color: #FB745C;
    color: white;
    border-color: #FB745C;
}
body .ui-dialog.ui-confirm-dialog .ui-dialog-content{
    color: #1b1b1b;
}
body .ui-dialog .ui-dialog-footer button.ui-state-hover{
    background-color: white;
    color: #FB745C;
    border-color: #FB745C;
}
/*.wrap-edit-del-comment img{
    width: 20px;
    margin-left: 8px;
}*/
.reply-edit-del-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.replied-comments-wrap{
    margin-top: 1em;
}
.replied-comments-wrap .item-other-comment{
    margin-bottom: 10px;
}
.other-user-comment-wrap{
    margin-top: 15px;
}
.other-comment{
    display: block;
    width: -webkit-fill-available;
}
.flex-inside-comment{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.my-comment-text{
    text-align: justify;
    width: 100%;
}
.other-comment-text{
    text-align: justify;
}
.item-other-comment{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    width: 100%;
}
.item-other-comment:last-child{
    margin-bottom: 0;
}
.edited-comment-label{
    margin-left: auto;
    color: #808080;
    font-size: 12px;
}
.wrap-edit-del-comment .ui-button .ui-icon.i-blue-edit{
    content: url('../../resources/handmate/img/blue-edit.png');
    position: relative;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 0;
}
.btn-del-comment .ui-button .ui-icon.i-red-trash{
    content: url('../../resources/handmate/img/red-trash.png');
}
.wrap-edit-del-comment .ui-button .ui-icon.i-red-trash{
    content: url('../../resources/handmate/img/red-trash.png');
    position: relative;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 0;
}
.wrap-edit-del-comment .button-edit-com{
    background: none;
    border: none;
    width: 20px !important;
    height: 20px;
    margin-right: 1em;
}
.wrap-edit-del-comment .button-delete-com{
    background: none;
    border: none;
    width: 20px !important;
    height: 20px;
}
.wrap-edit-del-comment .button-edit-com:hover{
    background: none;
    border: none;
    width: 20px !important;
    height: 20px;
}
.wrap-edit-del-comment .button-delete-com:hover{
    background: none;
    border: none;
    width: 20px !important;
    height: 20px;
}
.wrap-edit-del-comment form{
    margin-block-end: 0em;
}
.admin-label{
    font-size: 10px;
    color: #FB745C;
    border-radius: 10px;
    border: 1px solid #FFB6A9;
    padding: 0 5px;
    margin-right: 13px;
}
#article-detail .see-more-article{
    width: 20%;
    margin: 37px auto;
    display: block;
}
#article-index .see-more-article{
    width: 20%;
    margin: 37px auto;
    display: block;
}
.date-n-socmed{
    display: flex;
    align-items: flex-start;
    width: 50%;
}
.tag-socmed-article{
    margin-top: 1px;
    margin-left: auto;
}
.tag-socmed-article iframe{
    margin: 0;
}
.tag-article{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 7px;
}
.link-tag-article{
    display: flex;
    align-items: center;
    margin-right: 13px;
    margin-bottom: 8px;
    color: #FB745C;
}
.link-tag-article:hover{
    color: #FB745C;
    background: transparent;
}
.link-tag-article img{
    width: 16px;
    margin-right: 5px;
}
.sidebar-article-detail{
    width: 30%;
    padding-left: 16.5px;
}
.article-detail-wrap{
    display: flex;
}
.title-side-author{
    border-bottom: 2px solid #E8735F;
    padding-bottom: 1em;
    margin-bottom: 22px;
}
.tag-socmed-article #twitter-widget-0:hover{
    cursor: pointer !important;
}
.name-author-instructor h4:hover{
    color: #FB745C;
}
.side-profile-author{
    display: flex;
    align-items: center;
}
.side-profile-author img{
    width: 33%;
    margin-right: 18px;
    border-radius: 50%;
}
.side-text-profile-author{
    text-align: justify;
    margin-top: 20px;
}
.side-author-wrap{
    margin-bottom: 50px;
}
.side-author-wrap .ui-button .ui-icon.i-profile{
    content: url('../../resources/handmate/img/i-profile.png');
    width: 18px;
    height: 18px;
}
.side-author-wrap .ui-button:hover .ui-icon.i-profile{
    content: url('../../resources/handmate/img/i-profile-hov.png');
}
.side-author-wrap .ui-button{
    display: flex;
    align-items: center;
    margin-top: 30px;
    width: 55%;
    height: inherit;
}
.side-author-wrap .ui-button.ui-button-text-icon-left .ui-button-text{
    width: -webkit-fill-available;
    min-width: fit-content;
}
.wrap-new-article-sidebar{
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}
.wrap-new-article-sidebar:hover{
    color: #FB745C;
    background: none;
    cursor: pointer;
}
.new-article-sidebar{
    display: grid;
    width: 80%;
}
.new-article-sidebar .title{
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.new-article-sidebar .date{
    color: #A5A5A5;
    font-size: 11px;
}
.image-new-article-sidebar{
    color: white;
    border: 1px solid transparent;
    width: 20%;
    max-width: 113px;
    height: 0;
    padding-bottom: 19.405%;
    position: relative;
    margin-right: 16px;
}
.image-new-article-sidebar img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
}
.ttl-side-new-article{
    margin-bottom: 22px;
}
.sidebar-new-article{
    margin-bottom: 50px;
}
.side-link-tag-article{
    display: flex;
    align-items: center;
    margin-right: 13px;
    margin-bottom: 8px;
}
.side-link-tag-article:hover{
    background: transparent;
    color: #FB745C;
}
.side-link-tag-article img{
    width: 16px;
    margin-right: 5px;
}
.title-side-tag{
    margin-bottom: 22px;
}
.side-tag-wrap{
    margin-bottom: 50px;
}
.side-archive-wrap .wrap-item-article-time.sidebar-detail{
    max-height: unset;
}
.side-archive-wrap .wrap-item-article-time.sidebar-detail .item-article-year{
    padding: .5em 0 .5em 0.2em ;
}
.side-archive-wrap .wrap-item-article-time .list-month{
    display: grid;
}
.title-archive-tag{
    margin-bottom: 22px;
}
.side-archive-wrap{
    margin-bottom: 50px;
}
.sidebar-author-course{
    margin-bottom: 50px;
}
.ttl-side-author-course{
    margin-bottom: 18px;
}
.wrap-author-course-sidebar{
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}
.wrap-author-course-sidebar:hover{
    color: #FB745C;
    background: none;
    cursor: pointer;
}
.image-author-course-sidebar{
    color: white;
    border: 1px solid transparent;
    width: 20%;
    max-width: 113px;
    height: 0;
    padding-bottom: 19.405%;
    position: relative;
    margin-right: 16px;
}
.image-author-course-sidebar img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
}
.author-course-sidebar{
    display: grid;
    width: 80%;
}
.author-course-sidebar .title{
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.author-course-sidebar .author{
    color: #424242;
    font-size: 12px;
}
.icon-sort{
    width: 3%;
}
.margin-right-breadcrumb{
    margin-right: 0;
    width: 24px;
    height: 24px;
}
.home-new{
    width: auto;
}
/*.other-user-comment-wrap{
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease-out;
}*/
@media(max-width: 1024px){
    .ui-dialog{
        transform: translateY(100%);
    }
    .side-author-wrap .ui-button{
        width: 65%;
    }
    .date-n-socmed{
        width: 60%;
    }
    .item-article-img-wrap{
        margin-bottom: 2em;
    }
    .two-btn.button-back-next{
        margin-bottom: 4em;
        margin-top: 3em;
    }
    /*    .wrap-replies-comment{
            width: 40%;
        }*/
}

@media(max-width: 768px){
    .list-embed-content .ui-datatable thead th.setting-edit-delete{
        width: 55px;
    }
    .video-tutorial{
        margin-top: 1em;
        margin-bottom: 2.5em;
    }
    .tutor-display-pc{
        display: none;
    }
    .tutor-display-sp{
        display: block;
        margin-top: -3em;
        margin-bottom: 3em;
    }
    .wrap-box-embed{
        width: 100%;
        padding-right: 0em;
    }
    .wrap-list-embed-content{
        width: 100%;
        padding-left: 0em;
    }
    .box-img-embed-btn{
        margin-bottom: 1em;
    }
    .author{
        display: block;
    }
    .page-article-detail iframe{
        height: 535;
    }
    .list-embed-content .ui-datatable thead th.type-list-content{
        width: 12%;
    }
    .ui-dialog{
        transform: translateY(65%);
    }
    .list-article-comment th.sender{
        width: 25%;
    }
    .list-article-comment th.sender.article-thumbn{
        width: 17%;
    }
    .list-article-comment td.table-name-commentator{
        width: 25%;
    }
    .list-article-comment td.table-name-commentator.article-thumbn{
        width: 17%;
    }
    .list-article-comment td.date-comm{
        width: 23%;
    }
    .list-article-comment th.date{
        width: 23%;
    }
    .list-article-comment th.width-del-comm-article{
        width: 12%;
    }
    .list-article-comment td.btn-del-comment{
        width: 12%;
    }
    .list-article-comment th.comm{
        width: 40%;
    }
    .list-article-comment td.comm-text{
        width: 40%;
    }
    /*    .list-embed-content .ui-datatable thead th.setting-edit-delete{
            width: 14%;
        }*/
    .two-btn.button-back-next{
        width: 45%;
    }
    .wrap-input-img-article{
        min-width: 72%;
    }
    .item-article-img-wrap{
        margin-bottom: 3em;
    }
    .two-btn{
        margin-top: 3em;
    }
    .first-coll{
        width: 18%;
    }
    .sec-coll{
        width: -webkit-fill-available;
    }
    .width45{
        width: 45%;
    }
    .date-n-socmed{
        width: 83%;
    }
    .side-profile-author{
        display: block;
    }
    .side-profile-author img{
        margin-bottom: 8px;
    }
    .side-author-wrap .ui-button{
        width: 90%;
    }
    .page-article-detail .content-text-article .ui-button{
        width: 35%;
    }
    /*    .wrap-replies-comment{
            width: 45%;
        }*/
    #article-detail .see-more-article{
        width: 25%;
        height: 38px;
    }
    #article-index .see-more-article{
        width: 25%;
        height: 38px;
    }
    .sidebar-article-top{
        width: 25%;
    }
    .page-article{
        width: 75%;
    }
    /*    .wrap-item-article{
            width: 33.333%;
        }*/
    .title-new-article{
        /*margin-top: 3em;*/
    }
    .article-list{
        margin-bottom: calc(3em - 15px);
    }
    .author-name{
        margin-right: 0px;
    }
    .time-post-article{
        margin-top: 5px;
    }
}

@media(max-width: 40.063em){
    .list-embed-content .ui-datatable table thead{
        font-size: 14px;
    }
    .id-content{
        min-width: auto;
    }
    .ui-datatable.ui-widget.pc.ui-datatable-reflow{
        visibility: visible !important;
    }
    .wrap-create-article3{
        margin-bottom: 0em;
    }
    .list-embed-content .ui-datatable .ui-datatable-data > tr > td.edit-list-embed{
        width: 32px;
        padding: 0 0.5em;
    }
    .list-embed-content .ui-datatable .ui-datatable-data > tr > td.setting-edit-delete{
/*        width: fit-content;*/
        padding: 0 0.5em;
    }
    .edit-list-embed .ui-row-editor{
        width: 25px;
        height: 25px;
        margin: auto;
    }
    .edit-list-embed .ui-row-editor > a{
        width: 25px;
        height: 25px;
    }
    .edit-list-embed .ui-row-editor .ui-icon.ui-icon-pencil{
        width: 25px;
        height: 25px;
    }
    .list-embed-content .ui-datatable tr td.setting-edit-delete .wrap{
        width: 25px;
        height: 25px;
    }
    .list-embed-content .ui-datatable tr td.setting-edit-delete .wrap .ui-button.ui-button-icon-only .ui-icon.i-trash{
        left: 5px;
        top: 8px;
    }
    .delete-list-embed .ui-button.ui-button-icon-only{
        width: 25px;
        height: 25px;
    }
    .list-embed-content .ui-datatable th.id-content{
        width: 12%;
    }
    .list-embed-content .ui-datatable thead th.setting-edit-delete{
        display: none;
    }
    .list-embed-content .ui-datatable thead th.edit-list-embed{
        display: none;
    }
    .page-article-detail iframe{
        width: 100%;
        height: 535;
    }
    .twitter-tweet{
        width: 100% !important;
    }
    .wrap-bigger-img{
        width: 100%;
        padding-bottom: 70%;
    }
    .caption-bigger-img{
        width: 98%;
    }
    .list-article-table{
        margin-bottom: -3em;
    }
    .margin-left-btn-edit.ui-button{
        margin-left: 0px;
    }
    .list-article-comment td{
        padding: .5em 1em;
    }
    .list-article-comment td.btn-del-comment.article-comment-list-btn{
        justify-content: space-evenly;
        margin-top: 10px;
    }
    .mapouter{
        width: auto !important;
        margin: 1em auto;
    }
    .gmap_canvas{
        width: auto !important;
    }
    .mapouter .gmap_canvas iframe{
        width: 100%;
    }
    .ui-dialog{
        transform: translateY(-150%);
        left: 20% !important;
    }
    .list-article-comment tr:first-child{
        display: none;
    }
    .list-article-comment th{
        display: none;
    }
    .list-article-comment td.table-name-commentator{
        width: -webkit-fill-available;
    }
    .list-article-comment td.table-name-commentator:before{
        content: "送信者";
        font-weight: bold;
        min-width: 40%;
    }
    .list-article-comment td.table-name-commentator.article-thumbn:before{
        content: "画像";
        font-weight: bold;
        min-width: 40%;
    }
    .list-article-comment td.date-comm{
        width: -webkit-fill-available;
    }
    .list-article-comment td.date-comm:before{
        content: "日付";
        font-weight: bold;
        min-width: 40%;
    }
    .list-article-comment td.btn-del-comment{
        width: -webkit-fill-available;
        justify-content: space-evenly;
        border-top: 1px solid #e7e7e7;
        margin: 0 1.25em;
    }
    .list-article-comment td.comm-text{
        width: -webkit-fill-available;
        align-items: flex-start;
    }
    .list-article-comment td.comm-text:before{
        content: "コメント";
        font-weight: bold;
        min-width: 40%;
    }
    .list-article-comment tr{
        display: block;
        margin-bottom: 1em;
        padding: 1em 0 0;
    }
    .list-article-comment .btn-delete-comment.ui-button{
        border-top: 1px solid #cacaca;
        width: 100%;
        padding-top: 1em;
        padding-bottom: 0.5em;
    }
    .filter-article{
        width: calc(100% + 17px);
        margin-left: -12px;
    }
    .list-embed-content .ui-datatable tr{
        display: -webkit-box;
    }
    .list-embed-content .ui-datatable thead th{
        display: block;
        padding: 8px;
        margin: 0;
    }
    .list-embed-content .ui-datatable .ui-datatable-data > tr > td{
        display: block;
        padding: 8px;
        margin: 0;
    }
    .list-embed-content .ui-datatable .ui-datatable-data > tr{
        display: flex;
        align-items: center;
        border: 1px solid #e7e7e7;
        border-bottom: 0;
    }
    .list-embed-content .ui-datatable .ui-datatable-data > tr:last-child{
        border-bottom: 1px solid #e7e7e7;;
    }
    .type-list-content .list_thumb{
        width: 100%;
    }
    .list-embed-content .ui-datatable td.setting-edit-delete{
        width: auto;
    }
    .list-embed-content .ui-datatable td.selection-box{
        width: 40px !important;
    }
    .list-embed-content .ui-datatable td.id-content{
        width: 80px !important;
    }
    .list-embed-content .ui-datatable td.type-list-content{
        width: 60px !important;
    }
    .list-embed-content .ui-datatable td.type-list-content.nodisplay-sm{
        display: none !important;
    }
    .list-embed-content .ui-datatable td.content-text{
        width: 95px !important;
    }
    .list-embed-content .ui-datatable td.setting-edit-delete{
        width: 32px !important;
    }
    .list-embed-content .ui-datatable thead th.setting-edit-delete{
        width: 21%;
    }
    .list-embed-content .ui-datatable thead th.content-text{
        width: 95px;
    }
    .list-embed-content .ui-datatable thead th.type-list-content{
        width: 60px;
        word-break: keep-all;
    }
    .list-embed-content .ui-datatable thead th.selection-box{
        width: 40px;
    }
    .list-embed-content .ui-datatable thead th.id-content{
        width: 80px;
        text-align: left !important;
    }
    .list-embed-content .ui-datatable .ui-selection-column .ui-chkbox-all{
        width: fit-content;
    }
    .list-embed-content .ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title{
        display: none;
    }
    .reverse-sp-layout{
        display: flex;
        flex-flow: row-reverse
    }
    .list-embed-content .ui-datatable thead th.type-list-content.nodisplay-sm{
        display: none;
    }
    .link-button-article{
        padding: .5em 0 0 0;
    }
    .button-name{
        padding: 0 0 .5em 0;
    }
    .box-img-embed-btn{
        padding: 1.5em 1em;
    }
    .option-img-embed-btn{
        margin-bottom: 0;
    }
    .option-img-embed-btn tr{
        display: inline-grid;
        gap: 1em;
    }
    body .tabmenu-teacher.tab-edit-article.menu-sm-col .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem{
        width: 33% !important;
        margin-bottom: 1em;
    }
    .item-article-img-wrap{
        margin-bottom: 1em;
    }
    .two-btn.button-back-next{
        margin: 2em auto 4em;
        width: 88%;
    }
    .first-coll{
        width: 100%;
    }
    .sec-coll{
        width: -webkit-fill-available;
    }
    .width45{
        width: 100%;
        justify-content: space-evenly;
    }
    .link-article-form{
        display: block;
    }
    .link-article-form .name-link{
        width: 100%;
    }
    .wrap-url-link{
        padding-left: 0;
        width: 100%;
        margin-top: 15px;
    }
    .link-utube-article{
        display: block;
    }
    .link-utube-article .name-utube-link{
        width: 100%;
    }
    .admin-label{
        margin-bottom: 5px;
        margin-right: 0;
    }
    .pink-box{
        display: block;
    }
    .wrap-img-list-article{
        display: block;
    }
    .img-list-article{
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .wrap-item-list-img-article{
        margin-right: 0;
        width: 100%;
        margin-bottom: 2em;
        padding: 1.5em 1em;
    }
    .wrap-label-link-article, .wrap-link-utube-article{
        display: block;
    }
    .link-article-form, .link-utube-article{
        padding-left: 0;
    }
    .text-editor-article .ql-toolbar.ql-snow .ql-formats{
        margin-bottom: 8px;
    }
    .list-article-table tr:first-child{
        display: none;
    }
    .list-article-table tr{
        display: flex;
        flex-flow: column;
        padding: 1em 0.8em 0;
        margin-bottom: 19px;
    }
    .list-article-table td{
        display: flex;
    }
    .list-article-table .table-title-article:before{
        content: "タイトル	";
        font-weight: bold;
        width: 40%;
    }
    .list-article-table .table-release-date:before{
        content: "公開日";
        font-weight: bold;
        width: 40%;
    }
    .list-article-table td.table-edit-list-article{
        justify-content: space-around;
        border-top: 1px solid #E7E7E7;
        margin-top: 1em;
    }
    .release-option, .wrap-label-ttl-article, .release-date, .genre-article, .upload-main-img, .form-tag-article{
        display: block;
    }
    .wrap-input-img-article{
        display: block;
    }
    .input-caption-img-article{
        margin-left: 0;
        margin-top: 1em;
    }
    body .step-create-article-wrap .ui-steps .ui-steps-item:last-child .ui-menuitem-link{
        width: fit-content;
    }
    body .step-create-article-wrap .ui-steps .ui-steps-item .ui-menuitem-link{
        width: 121px;
    }
    .page-article-detail{
        width: 100%;
        padding-right: 0;
    }
    .sidebar-article-detail{
        width: 100%;
        padding-left: 0;
    }
    .article-detail-wrap{
        display: block;
    }
    .date-n-socmed{
        display: block;
    }
    .tag-socmed-article{
        margin-top: 8px;
        margin-left: 0.5em;
    }
    .title-article{
        margin: 16px 0 8px;
    }
    .content-text-article{
        text-align: justify;
    }
    .content-text-article h1 {
        margin-top: 32px;
        margin-bottom: 22px;
        padding: 18px;
        border-left: 4px solid #E8472A;
        font-size: 1.5em;
    }
    .ttl-heading-article{
        padding: 6px 16px;
    }
    .video-utube-wrap{
        width: 100%;
        padding-bottom: 55%;
    }
    .red-bg-text{
        padding: 10px;
    }
    .page-article-detail .content-text-article .ui-button{
        width: 50%;
    }
    .user-photo-comment{
        margin-right: 10px;
    }
    /*    .wrap-replies-comment{
            width: 60%;
        }*/
    .icon-sort{
        width: 6%;
        margin-right: 5px;
    }
    .date-and-edited-wrap{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: -webkit-fill-available;
    }
    .other-user-photo-comment{
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }
    .commentator{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .commentator .name{
        width: 75%;
        word-break: break-all;
    }
    .side-profile-author{
        display: flex;
    }
    .side-author-wrap .ui-button{
        width: 55%;
        margin: 10px auto 30px;
    }
    .wrap-item-article:nth-child(odd){
        padding-right: 5px;
    }
    .wrap-item-article:nth-child(even){
        padding-left: 5px;
    }
    .item-genre-article:last-child{
        border-bottom: 1px solid #E1E1E1;
    }
    .article-index{
        flex-flow: wrap-reverse;
    }
    .sidebar-article-top{
        width: 100%;
        padding-right: 0;
    }
    .wrap-item-genre-article{
        display: grid;
        grid-auto-flow: row;
        grid-gap: 0px 1.5em;
        grid-template-columns: repeat(2, auto);
    }
    .article-genre{
        margin-bottom: 35px;
    }
    .page-article{
        width: 100%;
        padding-left: 0;
    }
    .wrap-item-article{
        width: 50%;
    }
    .wrap-item-article-time{
        min-height: 145px;
        max-height: unset;
    }
    .active-show-list.time-tll:before{
        transform: rotate(315deg);
        margin-bottom: 0;
    }
}

@media(max-width: 320px){
    .page-article-detail iframe{
        width: 100% !important;
        height: 535;
        min-width: unset !important;
        margin: auto !important;
    }
    .list-embed-content .ui-datatable thead th{
        padding: 5px;
    }
    .list-embed-content .ui-datatable thead th.selection-box{
        width: 35px;
    }
    .list-embed-content .ui-datatable td.selection-box{
        width: 35px;
    }
    .list-embed-content .ui-datatable thead th.type-list-content{
        width: 55px;
    }
    .list-embed-content .ui-datatable td.type-list-content{
        width: 55px;
    }
    .list-embed-content .ui-datatable thead th.id-content{
        width: 65px;
    }
    .list-embed-content .ui-datatable td.id-content{
        width: 65px;
    }
    .list-embed-content .ui-datatable thead th.content-text{
        width: 70px;
        max-width: 70px;
        display: inherit;
    }
    .list-embed-content .ui-datatable td.content-text{
        width: 70px;
        max-width: 70px;
        display: inherit !important;
    }
    .list-embed-content .ui-datatable .ui-datatable-data > tr > td.edit-list-embed{
        padding: 5px;
    }
    .list-embed-content .ui-datatable td.setting-edit-delete{
        width: 40px !important;
    }
}

