/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

  .table-bordered > thead > tr > th {
    border: 1px solid #dadada;
  }
  .table-bordered > thead > tr > td {
    border: 1px solid #dadada;
  }
  
 :root {
    /* メインの色（--bs-info）を落ち着いたネイビーに変更 */
    --bs-info: #0d3d56; 
    /* 透明度計算用にRGB値も定義する必要があります (重要！) */
    --bs-info-rgb: 13, 61, 86;
}

/* 念のため、text-infoクラス（文字色）を強制的に濃くする */
.text-info {
    color: #0d3d56 !important;
}

.text-item input.form-control {
    width: 800px;
    max-width: 100%;
}

/* 残りの数字は非表示（合計表示はそのまま） */
.ls-group-remaining { display:none;}

.question-help-container {font-size:90%}

.question-container-printanswers { margin-top: 0; margin-bottom: 0; }

/* 設問のラベルを左揃え */
@media (min-width: 769px) {
    .form-horizontal .control-label.col-12 {
        text-align: left;
    }
}
