@charset "UTF-8";

.header-navbar .navbar-header .navbar-brand .brand-logo_s {
    display: none;
}
body.vertical-layout.vertical-menu.menu-collapsed .brand-logo {
    display: none;
}
body.vertical-layout.vertical-menu.menu-collapsed .brand-logo_s {
    display: block;
    width: 36px;
    padding-top: 18px;
}

@media (max-width: 768px){
.app-content .wizard > .steps > ul {
    display: flex;
    justify-content: center;
}
.app-content .wizard > .steps > ul > li {
    width: 20%;
    font-size: 12px;
}
.app-content .wizard > .steps > ul > li:first-child:before {
    content: unset;
}
.app-content .wizard > .steps > ul > li:last-child:after {
    content: unset;
}
}

@media (max-width: 480px){
.app-content .wizard > .steps > ul > li {
    width: 20%;
    font-size: 9px;
}
.text-nowrap {
    white-space: unset !important;
}
}

@media (max-width: 768px){
table#biography {width: 100%;}
table#biography thead, table#biography .text-info {
display:none;
}
table#biography tr {
width:100%;
display: flex;
flex-wrap: wrap;
border-bottom: 1px solid #E3EBF3;
}

table#biography td{
border-bottom: unset;
}
table#biography td:nth-child(6){
width:100%;
}
table#biography td:before {
}
}

@media (max-width: 435px){
table#biography .table.table-shrink th, table#biography .table.table-shrink td{
padding: 0.75rem 0.2rem;
}
table#biography .form-control {
padding: 0.75rem 0.75rem;
}
table#biography .custom-select {
padding: 0.75rem 1.75rem 0.75rem 0.75rem;
}
table#biography td:nth-child(1),table#biography td:nth-child(4){
padding-right: 0;
}
table#biography td:nth-child(3){
width:40%;
}
table#biography td:nth-child(4){
padding-left: 0.5rem !important;
}
}
@media (max-width: 335px){
table#biography td:nth-child(3){
width:30%;
}
}


.header-navbar .navbar-container ul.nav li a.dropdown-user-link .avatar {
display:none;
}

@media (max-width: 768px){

#use-staff-area table {width: 100%;}
#use-staff-area table thead {display:none;}
#use-staff-area tr {
width:100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
border-bottom: 1px solid #E3EBF3;
}
#use-staff-area td{border-bottom: unset;}
#use-staff-area td:nth-child(1){width: 8%;padding-top: 35px;}
#use-staff-area td:nth-child(2){width: 7%;padding-top: 35px;}
#use-staff-area td:nth-child(3){width: 48%;padding-bottom:5px;}
#use-staff-area td:nth-child(3):before {
content: attr(data-label);
float:left;
font-size:12px;
margin-left:4px
}
#use-staff-area td:nth-child(4){width: 10%;padding-top:35px;padding-bottom:5px;}
#use-staff-area td:nth-child(5){width: 25%;padding-bottom:5px;padding-left: 10px !important;}
#use-staff-area td:nth-child(5):before {
content: attr(data-label);
float:left;
font-size:12px;
margin-left:4px
}
#use-staff-area td:nth-child(6){width: 63%;padding-top:0;}
#use-staff-area td:nth-child(6):before {content: attr(data-label);float:left;font-size:12px;margin-left: 4px;}
#use-staff-area td:nth-child(7){width:20%;padding-top:16px;text-align: right;}
}

@media (max-width: 500px){
#use-staff-area td:nth-child(3){width:65%;padding-bottom:5px;}
#use-staff-area td:nth-child(4){order:5;display:none;padding-top: 25px;}
#use-staff-area td:nth-child(5){order:6;padding-top: 0;}
#use-staff-area td:nth-child(6){order:7;width:56%;}
#use-staff-area td:nth-child(7){order:4;padding-top:28px;}
#use-staff-area td:nth-child(7) button{padding: 0.60rem 0.75rem;}
}

@media (max-width: 420px){
#use-staff-area tr {justify-content: flex-start;}
#use-staff-area td:nth-child(1){width: 5%;}
#use-staff-area td:nth-child(2){width: 5%;}
#use-staff-area td:nth-child(3){width: 59%;}
#use-staff-area td:nth-child(6){order:7;width: 50%;}
#use-staff-area td:nth-child(7) button{padding: 0.60rem 0.75rem;}
}

#enquete-5 .text-nowrap {display:flex}


table.judge_preview thead tr {
    background-color: #fff !important;
}
table.judge_preview tr:nth-child(odd) {
    background-color: rgba(245, 247, 250, 0.5);
}
.table.judge_preview td.btn_pvdl {
    padding-left:30px;
}

@media (max-width: 768px){
table.judge_preview {
    width:100%;
}
table.judge_preview th {
    width: 25%;
    white-space: unset;
    font-size: 0.75rem;
}
table.judge_preview th:nth-child(5) {
    display: none;
}
table.judge_preview tr {
    display:flex;
    flex-wrap:wrap;
}
table.judge_preview td:nth-child(1),
table.judge_preview td:nth-child(2),
table.judge_preview td:nth-child(3),
table.judge_preview td:nth-child(4) {
    width:25%;
}
table.judge_preview td:nth-child(5) {
    width:100%;
}
}

@media (max-width: 768px){
.table.judge_preview td.btn_pvdl {
    padding-left:0.75rem;
    position:relative;
}
.btn_pv::before {
    content:'プレビュー';
    position:absolute;
    top: 5px;
    left:-80px;
    font-weight:600;
    font-size: 0.75rem;
}
.btn_dl::before {
    content:'ダウンロード';
    position:absolute;
    top: 5px;
    left:-80px;
    font-weight:600;
}
.btn_pv, .btn_dl {
    position:relative;
    display:block;
    margin-left:80px;
    font-size: 0.75rem;
}
}

section#status button[data-current="true"]::before {
    content:"\e975";
    font-family: 'feather' !important;
    margin: 0 3px 0 -3px;
}

#post-user table#table {
    min-width: unset !important;
}
#post-user table#table th {
    white-space: wrap;
}


#post-personal .actions > ul > li.disabled > a {
    display: none;
}

/*右上ユーザー名*/
span.user-name_1 {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 240px;
    margin: 0 18px 5px;
}
span.user-name_1::after {
    content:'様';
    position: absolute;
    right: 0;
    top: 0;
}


@media (max-width: 768px){
footer.footer {
    font-size: 0.8rem;
}
}
@media (max-width: 580px){
footer.footer {
    font-size: 0.8rem;
    line-height: 1.2;
    padding: 0.3rem;
}
}

@media (max-width: 768px){
.custom-file {

}
.custom-file label {
height: -webkit-calc(1.5em + 1.5rem + 2px);
height: -moz-calc(1.5em + 1.5rem + 2px);
height: calc(1.5em + 1.5rem + 2px);
}
.custom-file-label::after {
height: -webkit-calc(1.5em + 1.5rem);
height: -moz-calc(1.5em + 1.5rem);
height: calc(1.5em + 1.5rem);
}
.custom-file label input {

}
.custom-file-input {
height: -webkit-calc(1.5em + 1.5rem + 2px);
height: -moz-calc(1.5em + 1.5rem + 2px);
height: calc(1.5em + 1.5rem + 2px);
}



}


.icheck-wrap, label {
  cursor:pointer;
}

input[type='radio'], input[type='checkbox']{
  width:22px;
  height:22px;
}