.question-table{font-family: 'noto';width: 100%; }
.color__red{color:#ff0000;}

#bbswrite .question-table__td{padding-top: 10px;}
.question-table__td span{color:#a1a1a1;font-size: 13px;}

#question_tooltip{background: #f3f9ff;color:#2263aa;font-family: 'noto';padding:25px 0;text-align: center;width: 100%;font-weight: bold;}

.view-strictmanagement__box{margin-bottom: 20px;width: 100%;}
.view-strictmanagement__box img{width: 100%;}

.list-wrap{display: grid;align-items: center;grid-template-columns: 5% 95%;width: 100%;font-family: 'noto';}
.list-wrap__box{background: #ffc257;padding: 0 10px;border-radius: 2px;overflow: hidden;height: 40px;box-sizing: border-box;}
.list-wrap__icon{transition: 1.5s all;animation: opacity__effect 1s infinite alternate;margin-right: 10px;}
.list-wrap__icon img{width: 100%;}
.list-wrap__box li{color: #111;font-weight: bold;line-height: 20px;padding: 10px;white-space: nowrap;}
.list-wrap__box__icon{background: #fff;color: #777;width: 20px;height: 20px;text-align: center;margin-right: 3px;font-size: 15px;cursor: pointer;}


.view-strictmanagement__box__notice{background: url('https://upload.gohackers.com/srv/editor/images/view_strictmanagement/notice_text_box.png')0 0 no-repeat;text-align: center;padding: 20px 0;border-radius: 10px;overflow: hidden;}
.view-strictmanagement__box__notice p{color: #fff;font-family: 'noto';font-size: 18px;font-weight: bold;line-height: 30px;}

@keyframes opacity__effect {
  0%{opacity: 0;}
  100%{opacity: 1;}
}