@charset "UTF-8";
html {
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-seri;
  font-size: 62.5%;
  color: #202020;
  min-height: 100vh;
}

/*------------------------------------------------------
common
--------------------------------------------------------*/
body {
  width: 100%;
  background: #14272C;
  height: 100vh;
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  display: inline;
}

b, strong {
  font-weight: 600;
}

dl {
  margin: 0;
}

dd {
  margin-left: 0;
}

ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

h1, h2 {
  margin: 0;
  color: #fff;
}

h1 {
  width: 100%;
  font-size: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

h1::after {
  content: '';
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-top: -2.5rem;
}

h3 {
  margin: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

input, button {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  resize: vertical;
}

input[type='radio'] {
  display: none;
}

input[type='submit'], input[type='button'] {
  cursor: pointer;
}

label, button {
  cursor: pointer;
}

select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input {
  border: 1px solid #d2d2d2;
  background: #fff;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*------------------------------------------------------
header
--------------------------------------------------------*/
header {
  width: 100%;
  height: 5.5vh;
  background: #fff;
  padding: 0.9vh 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  position: fixed;
  z-index: 10;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hdlogo {
  width: 120px;
}

.hdpplpls {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hdppl {
  width: 130px;
  background: #88EC57;
  height: 3.7vh;
  margin: 0.27vh 0;
  border-radius: 1.85vh;
}

.hdppl ul {
  width: 100%;
  text-align: center;
}

.hdppl li {
  height: 3.7vh;
  font-weight: bold;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hdppl li::before {
  content: '';
  background: url(../images/people_icon_bk.svg);
  display: inline-block;
  width: 24px;
  height: 26px;
  margin-right: 3%;
}

.hdplys {
  margin-left: 32px;
}

.hdplys dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.37vh 0;
}

.hdplys dt {
  font-size: 2.2rem;
  color: #3A5F6A;
  line-height: 2.9vh;
}

.hdplys dd {
  width: 160px;
  margin-left: 2.2rem;
}

.hdplys dd select {
  width: 100%;
  background: #f2f2f2;
  border: 0;
  height: 2.9vh;
  line-height: 2.9vh;
  font-size: 2.2rem;
  padding: 0 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------------------
ログイン
--------------------------------------------------------*/
.loginbigarea {
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.loginbx {
  width: 45.5vh;
  margin: auto;
  background: rgba(255, 255, 255, 0.95);
  padding: 6.6vh 4.6vh 6.2vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.loginlogo {
  width: 14.5vh;
  margin: auto;
}

.logininput {
  width: 100%;
  font-size: 1.8rem;
  margin: 2.2vh 0 3.7vh;
}

.logininput dl {
  width: 100%;
  margin-bottom: 2.2vh;
}

.logininput dt {
  font-size: 1.8rem;
  margin-bottom: 0.3vh;
}

.logininput dd {
  width: 100%;
}

.logininput dd input {
  width: 100%;
  line-height: 4.2vh;
  padding: 0 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
}

.loginbtn {
  width: 85%;
  margin: auto;
}

.loginbtn dl {
  width: 100%;
}

.loginbtn input {
  width: 100%;
  height: 4.8vh;
  line-height: 4.2vh;
  background: #2FA2B9;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  display: block;
  border-radius: 5px;
  margin-bottom: 1.7vh;
  cursor: pointer;
}

.loginbtn p {
  text-align: center;
  font-size: 1.4rem;
}

.loginbtn p .btn {
  color: #000000;
}

.loginbtn p .btn::after {
  content: '';
  display: inline-block;
  background: url(../images/right_alw_bk.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  margin-left: 2rem;
}

/*------------------------------------------------------
システム設定
---------------------------------------------------------*/
.kanshitakubigbx {
  width: 100%;
    height: 100vh;
    overflow: scroll;
  padding: 7vh 0.8% 0 0.8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

/* システム設定のサイドメニュー(左ペーン) */
/* 領域の位置定義 */
.sidemenu04 {
  width: 17%;
  padding: 0.5vh 0 0 1.9%;
  position: fixed;
}
/* 表示領域の定義 */
.sidemenu04 ul {
  width: 100%;
}
/* メニュータブの定義 */
.sidemenu04 li {
  width: 80%;
  background: #14272C;
  height: 5.2vh;
  line-height: 5.2vh;
  padding: 0 1.6rem;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-size: 2.6rem;
  margin-top: 1.7vh;
  color: #fff;
}
/* メニュータブの選択中状態 */
li.nowbtn {
  width: 100%;
  border-radius: 5px 0 0 5px;
  background: #52A528;
  font-weight: bold;
  border: 0;
}

/* システム設定画面に対する設定ページ本体の位置 */
.rightbixbx02 {
  width: 83%;
  margin-left: 19.3%;
}

.sidecomp ul li:last-child{
    width: 9vw;
}

/* 操作卓の下側のボタン配置領域 */
.rightbx {
  width: 100%;
  /* width: 25.7vw */
  height: 116px;
  /* background: #13323B; */
  padding: 0.5vh 0.5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 12px;
}

.rightbx02 {
  width: 26vw;
  background: #13323B;
  padding: 1.4vh 1.25vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 82.5vh;
}

 /* rightbixbx02内における設定エリアのプロパティ */
.rightbx03 {
  width: 100%;
  background: #13323B;
  padding: 1.4vh 0.8vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rightbx03 h1::after {
  margin-left: 17rem;
}

/* 「役割一覧」タブ画面 */
.rightbx04 {
  width: 100%;
  background: #13323B;
  padding: 1.4vh 0.8vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 90vh;
}

/* 「役割一覧」タブ画面のタイトル行下 */
.rightbx04 h1::after {
  margin-left: 12rem;
}

.flowsps {
  min-height: 75vh;
}


 /* (汎用) セクションのサイズ定義 */
.conbx01 {
  width: 100%;
}

/* 画面の第１セクション */
.conbx01tp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 画面の第２セクション */
.conbx01mdl {
  margin-top: 2.6vh;
}

/* 画面の第３セクション */
.conbx01btm {
  clear: both;
  margin-top: 8.4vh;
}


/* 「拠点」の実使用エリア */
.conkyoten {
  width: 100%;
  margin-top: 2.2vh;
}

 /* タイトルバー「拠点、監視卓、車両・ラベル、4車両映像設定」「検索条件、検索結果」 */
h2 {
  font-size: 3rem;
  height: 4.5vh;
  line-height: 3.2vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(50%, #f2f2f2), color-stop(50%, #d5d5d5), to(#d5d5d5));
  background: linear-gradient(180deg, #f2f2f2 0%, #f2f2f2 50%, #d5d5d5 50%, #d5d5d5 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2.2vh;
  color: #1A363E;
}

/* 【役割一覧】 */
 /* 「役割一覧」タブ画面　検索条件の表示エリア */
.flltitlebg {
  width: 100%;
  margin-top: 2.2vh;
}

 /* 検索条件、検索結果、役割登録の項目エリア */
.rolesearch {
  width: 100%;
}

 /* 役割一覧」タブ画面　検索パラメータ各行エリア */
 .rolesearch dl {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vh;
}

 /* 「役割一覧」タブ画面　役割検索項目内の文字「役割名」プロパティ */
 .rolesearch dt {
  font-size: 2.6rem;
  margin-right: 1rem;
  line-height: 4.2vh;
  font-weight: bold;
  color: #fff;
  width: 9vw;
}

 /* 「役割一覧」タブ画面　役割検索項目内の選択Boxプロパティ */
.kyotenslct dd, .rolesearch dd {
  width: 75%;
  height: 4.2vh;
  line-height: 4.2vh;
  font-size: 2.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 2rem;
}

/* 役割検索の選択内容表示欄 */
.rolesearch dd select {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 0.8rem;
  border: 1px solid #d2d2d2;
  font-size: 2.6rem;
}

 /* 「役割一覧」タブ画面　検索条件：「役割名」入力欄エリア */
 .rolesearch dd input {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
  padding: 0 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

 /* [検索]ボタンの行 */
.searchbtn {
  width: 10%;
  margin: 0 0 0 auto;
}

/* 「役割一覧」タブ画面の[検索]ボタンのプロパティ */
.searchbtn .btn {
  width: 100%;
  display: block;
  font-size: 2.6rem;
  height: 5vh;
  line-height: 5vh;
  text-align: center;
  border-radius: 5px;
}

/* 「役割一覧」タブ画面の[検索]ボタン色 */
.srchbtn {
  background: #2FA2B9;
  color: #fff;
}

/* 「役割一覧」タブ画面の[新規登録]ボタン */
.rolenewbtn .btn {
  width: 9vw;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  height: 4.5vh;
  line-height: 3.7vh;
}

/* 「役割一覧」タブ画面の検索結果表 */
.rolesearch table {
  border: 1px solid #fff;
  border-spacing: 0;
  color: #fff;
  font-size: 2.5rem;
  margin-top: 2vh;
  border-collapse: collapse;
}

/* 「役割一覧」タブ画面の検索結果表の行 */
.rolesearch table tr {
  line-height: 5vh;
  border-bottom: 1px solid #fff;
}

/* 「役割一覧」タブ画面の検索結果表の見出し行 */
.rolesearch table tr:first-child {
  border-bottom: 2px solid #ffffff;
}

/* 「役割一覧」タブ画面の検索結果表の各セル */
.rolesearch table td {
  padding: 0 2.0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 5vh;
  border-right: 1px solid #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

/* 「役割一覧」タブ画面の検索結果表の列設定 */
.rolesearch table td:first-child {
  width: 10%;
}
.rolesearch table td:nth-child(2), .rolesearch table td:nth-child(3) {
  width: 30%;
}
.rolesearch table td:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rolesearch table td:nth-child(5) {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5vh;
}





.rolesearch td .btn {
  width: 6vw;
  height: 3.7vh;
  line-height: 3.7vh;
  border-radius: 5px;
}


/* 【役割一覧】 */
/* 拠点選択の編集行 */
.kyotenslct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kyotenslct .form-checkbox-input {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 9px;
  bottom: 0;
  left: -6px;
}

 /* 「拠点」選択行エリア */
.kyotenslct dl {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
}

 /* 「役割一覧」タブ画面　文字「拠点選択」プロパティ */
.kyotenslct dt {
  font-size: 2.6rem;
  margin-right: 1rem;
  line-height: 4.2vh;
  font-weight: bold;
  color: #fff;
  width: 9vw;
}

 /* 「拠点」選択表示エリア */
.kyotenslct dd select {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 2.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d2d2d2;
  font-size: 2.6rem;
}


.kyotenslct ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kyotenslct li .btn {
  width: 6vw;
  height: 3.7vh;
  line-height: 3.7vh;
  margin-left: 0.4vw;
  margin-right: 0.4vw;
  border-radius: 5px;
  text-align: center;
  font-size: 2.6rem;
}

/*  */
.kyotenslct .dsplybtn {
  width: 100%;
  display: block;
  background: #2374BB;
  border-radius: 5px;
  color: #fff;
}

.kyotenslct .editbtn {
  height: 3.7vh;
  border-radius: 5px;
  line-height: 3.7vh;
}

/*  */
.alerttxt {
  width: 100%;
}

.alerttxt ul {
  width: 100%;
  margin: 1.6rem 0;
}

.alerttxt li {
  font-size: 2.6rem;
  line-height: 2.3rem;
}

.alerttxt li.alterror {
  color: #F97F88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}

.alerttxt li.alterror::before {
  content: '';
  width: 17px;
  height: 17px;
  background: url(../images/error_icon.svg) no-repeat;
  margin-right: 0.8rem;
}

.alerttxt li.altsuccess {
  color: #ffffff;
}

/* 拠点「戻る」ボタン（行の右寄せ） */
.registCancel {
  margin-left: 60vw;
  font-size: 2.6rem;
}

/* 拠点「新規登録」ボタン */
.kyotennew {
  width: 13%;
  font-size: 2.6rem;
}

.kyotennew .btn {
  width: 9vw;
  height: 3.7vh;
  margin: 0 0 0 auto;
  line-height: 3.7vh;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kyotenw {
  background: #2FA2B9;
  color: #fff;
}

.kyotenw::before {
  content: '';
  display: inline-block;
  background: url(../images/plus_icon_wh.svg);
  width: 20px;
  height: 20px;
  margin-right: 0.4rem;
}




/* 「新規拠点追加画面」の[戻る]ボタン */
.btn-base_back {
  width: 6vw;
  height: 3.7vh;
  line-height: 4.1vh;
  margin-right: 0.8vw;
  border-radius: 5px;
  text-align: center;
  font-size: 2.6rem;
  margin: 0 0 0 auto;
}
.btn-base_back .backbtn {
  width: 100%;
  display: block;
  background: #999;
  border-radius: 5px;
  color: #fff;
}

/* 「役割登録・編集画面」の[戻る]ボタン */
.btn-role_back {
  width: 6vw;
  height: 3.7vh;
  line-height: 4.1vh;
  margin-right: 0.8vw;
  border-radius: 5px;
  text-align: center;
  font-size: 2.6rem;
  margin: 0 -255px 0 auto;
}
.btn-role_back .backbtn {
  width: 100%;
  display: block;
  background: #999;
  border-radius: 5px;
  color: #fff;
}

.kanshicon {
  width: 100%;
}

.kanshicon h3 {
  background: #fff;
  height: 3.4vh;
  line-height: 3.4vh;
  padding: 0 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.6rem;
  font-weight: bold;
}

.syaryo4 h3 {
  background: #fff;
  height: 3.4vh;
  line-height: 3.4vh;
  padding: 0 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.6rem;
  font-weight: bold;
}

.kanshitbl, .syaryolbltbl {
  width: 100%;
  color: #fff;
  border: 1px solid #fff;
}

.kanshitbl table, .syaryolbltbl table {
  border-collapse: collapse;
}

.kanshitbl table tr, .syaryolbltbl table tr {
  border-bottom: 1px solid #fff;
  line-height: 5vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kanshitbl table thead tr, .syaryolbltbl table thead tr {
  border-bottom: 2px solid #fff;
}

.syaryolbltbl table {
    table-layout: fixed;
}

.kanshitbl table tbody tr:first-child, .syaryolbltbl table tbody tr:first-child {
  border-bottom: 2px solid #fff;
}

.kanshitbl table tbody tr:last-child, .syaryolbltbl table tbody tr:last-child {
  border-bottom: 0;
}

.kanshitbl td, .syaryolbltbl td {
  font-size: 2.6rem;
  padding-left: 2.6rem;
}

.kanshitbl td:first-child {
  width: 78%;
}

td.rightyose {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

td.cocenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.5vw;
  margin: 0;
}

.rightyose .btn {
  width: 6vw;
  height: 3.7vh;
  border-radius: 5px;
}

input.editbtn, button.editbtn {
  margin-right: 0.8rem;
}

.kanshitbl td input {
  width: 80%;
  line-height: 4vh;
  padding: 0 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.8vh 0;
}

.syaryolbltbl td {
  border-right: 1px solid #fff;
}

.syaryolbltbl td input {
  width: 95%;
  line-height: 4vh;
  padding: 0 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.8vh 0;
}

.syaryolbltbl td select {
  width: 95%;
  height: 4vh;
  padding: 0 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.8vh 0;
  font-size: 2.6rem;
}

.syaryolbltbl td:last-child {
  border-right: 0;
}

.kanshitbl dl {
  margin: 0 0 0 auto;
  padding-right: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kanshitbl dt, .kanshitbl dd {
  width: 5vw;
  margin-top: 0.8vh;
}

.kanshitbl dt {
  margin-right: 1.6rem;
}

.syaryolbltbl td .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.7vh;
  line-height: 3.7vh;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  border: none;
  font-size: 1.8vw;
}

.kanshinewtbl {
  width: 100%;
  height: 6.2vh;
  background: #fff;
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8vw;
}

.kanshinewtbl dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kanshinewtbl dt {
  width: 80%;
  margin-left: 1.6rem;
}

.kanshinewtbl dt input {
  width: 100%;
  height: 4.2vh;
  line-height: 4.2vh;
  padding: 0 1.6rem;
}

.kanshinewtbl dd {
  margin: 0 0 0 auto;
  margin-right: 2.4rem;
  width: 5vw;
  height: 3.7vh;
}

.torokubtn {
  width: 10vw;
  background: #2FA2B9;
  color: #fff;
  font-size: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.7vh;
  line-height: 3.7vh;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}

.torokubtn::before {
  content: '';
  display: inline-block;
  background: url(../images/plus_icon_wh.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 0.4rem;
}

.kanshinewbtn {
  float: right;
  margin-top: 1.4vh;
}

.kanshinewbtn dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.kanshinewbtn dt {
  font-size: 2.6rem;
  line-height: 3.7vh;
  color: #fff;
}

.kanshinewbtn dd {
  width: 9vw;
  height: 3.7vh;
  display: block;
  margin-left: 2.4rem;
}

.kanshinewbtn .btn {
  width: 9vw;
  height: 3.7vh;
  font-size: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newreg {
  background: #2FA2B9;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newreg::before {
  content: '';
  display: inline-block;
  background: url(../images/plus_icon_wh.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 0.4rem;
}


/* 「役割一覧」タブ画面　第2セクションのプロパティ */
/* 監視卓テーブル、車両・ラベルテーブル */
.syaryolbl {
  clear: both;
  margin-top: 10.4vh;
}

.syaryolbl:first-child {
  margin-top: 3.7vh;
}

.syaryolblcon {
  width: 100%;
}

.syaryolbltbl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  font-size: 2.6rem;
  height: 6.2vh;
  line-height: 6.2vh;
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.syaryolbltbl ul.srlbltblti {
  background: #d2d2d2;
  height: 3.4vh;
  line-height: 3.4vh;
  font-size: 2.6rem;
  font-weight: bold;
}

.syaryolbltbl ul li {
  border-right: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.6rem;
}

.syaryolbltbl ul.srlbltblti li {
  border-right: 1px solid #fff;
}

.syaryolbltbl ul li:last-child {
  border-right: 0;
}

li.srlbl01 {
  width: 17%;
}

li.srlbl02, li.srlbl03 {
  width: 32%;
}

li.srlbl04 {
  width: 19%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8vh;
}

li.srlbl04 span {
  margin: 0 0 0 auto;
}

li.srlbl04 span:last-child {
  margin-right: 0.8rem;
  margin-left: 1.6rem;
}

li.srlbl04 span .btn {
  width: 5vw;
  height: 3.7vh;
  border-radius: 5px;
}

.srlblnew {
  width: 100%;
  background: #fff;
  height: 6.2vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  padding: 0 2.4rem 0 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.srlblnew ul {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.srlblnew ul li {
  margin-right: 1.6rem;
}

li.srlblnw01 {
  width: 16%;
}

li.srlblnw02 {
  width: 35%;
}

li.srlblnw03 {
  width: 44%;
}

.srlblnew ul li input {
  width: 100%;
  height: 4.2vh;
  line-height: 4.2vh;
  padding: 0 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.srlblnew p {
  width: 5vw;
  height: 3.7vh;
  margin: -0.8vh 0 0 auto;
}


.syaryo4con {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.syaryo4 {
  width: 49%;
  margin-bottom: 2vh;
}

.syaryo4:nth-child(odd) {
  margin-right: 2%;
}

.syaryo4flx {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 7.8vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.6rem;
}

.syaryo4flx ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.syaryo4flx li {
  background: #fff;
  margin-right: 1.5rem;
  line-height: 3.0vh;
  padding: 0 1.6rem;
  font-size: 2.6rem;
  color: #1A363E;
  text-align: center;
}

.syaryo4flx p {
  margin: 0 0 0 auto;
}

.syaryo4flx p .btn {
  border-radius: 5px;
  height: 3.7vh;
  line-height: 3.7vh;
}

dd.slctkyoten {
  background: #fff;
  padding: 0 1.6rem;
}

.kanshinewbtn dt.deletbtn {
  margin-right: 0;
}

.kanshinewbtn dt.deletbtn a {
  width: 5vw;
  border-radius: 5px;
  height: 3.7vh;
  line-height: 3.7vh;
}

.rightbx .kanshinewbtn dd {
  margin-left: 1.6rem;
}

.tpspsno {
  margin-top: 0;
  margin-left: 1.6rem;
}

.itemflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kyotenslct dd span {
  width: 7vw;
  height: 4.2vh;
  line-height: 4.2vh;
  border-radius: 1.85vh;
  text-align: center;
  font-size: 1.4rem;
  display: block;
  font-weight: bold;
}

.kyotenslct dd span.takutab01 {
  background: #88EC57;
  margin-right: 1.6rem;
}

.kyotenslct dd span.takutab02 {
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.syaryoimgarea {
  margin: 0.7vh auto 0;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.syaryoimgbx {
  width: 40%;
  height: 20vh;
  margin: 1.4vh 1%;
  background: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.syaryoimgbx dl {
  width: 24%;
}

.syaryoimgbx dt {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 1.4vh;
}

.syaryoimgbx dt img {
  width: 37%;
  margin: auto;
  display: block;
}

.syaryoimgbx dd select {
  width: 100%;
  border: 1px solid #ccc;
  height: 2.8vh;
  line-height: 2.8vh;
  font-size: 1.7rem;
  color: #1A363E;
  padding: 0 0.8rem;
}

.bgwhite {
  background: #fff;
}

dt.noimgsltn img {
  width: 100%;
}

.buttonbx {
  margin: 0 1% 0.3vh auto;
}

.buttonbx dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.buttonbx dt .btn {
  width: 10vw;
  height: 5vh;
  text-align: center;
  line-height: 5vh;
  font-size: 1.6rem;
  font-weight: bold;
}

.prevbtn {
  width: 100%;
  display: block;
  background: #ccc;
  border-radius: 5px;
  color: #000000;
  position: relative;
}

.prevbtn::before {
  content: '';
  background: url(../images/left_alw_bk.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 8px;
  height: 100%;
  position: absolute;
  left: 1.6rem;
  top: 35%;
}

.buttonbx dd .btn {
  width: 10vw;
  height: 5vh;
  text-align: center;
  line-height: 5vh;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 2.4rem;
}

.registerbtn {
  width: 100%;
  display: block;
  background: #2FA2B9;
  border-radius: 5px;
  color: #fff;
  position: relative;
}

/*------------------------------------------------------
車両選択・確認サイドメニュー
--------------------------------------------------------*/
.sidemenu03 {
  width: 14.7vw;
  position: fixed;
  background: #13323B;
  padding: 1.4vh 0.8vw;
    height: 88.3vh;
}

.sidemenu03 h1::after {
  margin-left: 12rem;
}

.syaryoslct {
  width: 100%;
  /* min-height: 80vh; */
  height: 5.9vh;
  position: relative;
  display: flex;
  flex-direction: row;
}

.sideslctbtn {
  width: 88%;
  margin: 0vh 16px 0px 0;
  height: 5.5vh;
  font-size: 2.1rem;
  font-weight: bold;
}

.sideslctbtn dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.9vh;
  line-height: 5.9vh;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.6rem;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* .sideslctbtn { */
  /*選択済み*/
  /*選択できる*/
  /*他の監視卓で選択済み*/
  /*車両なし*/
  /*数字選択済み*/
  /*数字デフォルト*/
  /*数字選択できない*/
/* } */

.sideslctbtn label {
  width: 50px;
  height: 50px;
  background: #fc0;
  display: block;
  width: 100%;
  height: 68px;
  margin-bottom: 16px;
  background: #13323B;
  border: 1px solid #fff;
  color: #fff;
}

.sideslctbtn .btn-checked {
  background: #81DDF5;
  border: none;
  border-radius: 5px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sideslctbtn .btn-able {
  background: #13323B;
  border-radius: 5px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sideslctbtn .btn-able :checked + label {
  background: #ccc;
}

.sideslctbtn .btn-disable {
  background: #656565;
  border: none;
  border-radius: 5px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sideslctbtn .btn-nocar {
  background: #13323B;
  border-radius: 5px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sideslctbtn .number-checked {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
 color: #13323B;
  text-align: center;
  border-radius: 5px;
  line-height: 32px;
  margin-right: 16px;
    font-size: 1.6rem;
}

.sideslctbtn .number-dflt {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #13323B;
  text-align: center;
  border-radius: 5px;
  line-height: 30px;
  margin-right: 16px;
}

.sideslctbtn .number-disable {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #656565;
  text-align: center;
  border-radius: 5px;
  line-height: 30px;
  margin-right: 16px;
    font-size: 1.6rem;
}

.nowslctsidebtn {
  width: 200px;
}

.nowslctsidebtn dl {
  background: #52A528;
  border: 1px solid #52A528;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  padding-right: 1rem;
}

.sideslctbtn dt {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-right: 1rem;
}

.nowslctsidebtn dt {
  background: #fff;
  line-height: 30px;
  color: #52A528;
}

.nowslctsidebtn span {
  width: 35%;
  text-align: center;
  height: 2.5vh;
  line-height: 2.5vh;
  border-radius: 3px;
  font-size: 1.4rem;
  margin: 0 0 0 auto;
}

.nomalsidebtn dl {
  background: #13323B;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
  color: #fff;
}

.nomalsidebtn dt {
  background: #fff;
  line-height: 30px;
  color: #202020;
}

.nomalsidebtn dd {
  font-weight: normal;
}

.nonesidebtn {
  background: #656565;
  border-radius: 5px;
  margin-bottom: 1.4vh;
}

.nonesidebtn dt {
  background: #fff;
  line-height: 30px;
  color: #ccc;
}

.nonesidebtn dd {
  color: #fff;
}

.nonesidebtn dt {
  color: #656565;
}

.nonesidebtn dd {
  color: #9E9E9E;
}

.sideliftbtn {
  width: 100%;
  margin: auto;
  height: 5.1vh;
  line-height: 5.1vh;
  background: #30616B;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  bottom: 9.5rem;
  cursor: pointer;
}

.log_save {
  width: 100%;
  margin: auto;
  height: 5.1vh;
  line-height: 5.1vh;
  background: #30616B;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  bottom: 2.5rem;
  cursor: pointer;
}


.groupCallOn {
  width: 100%;
  margin: auto;
  height: 5.1vh;
  line-height: 5.1vh;
  background: #30616B;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  bottom: 23.5rem;
  cursor: pointer;
}

.groupCallOff {
  width: 100%;
  margin: auto;
  height: 5.1vh;
  line-height: 5.3vh;
  background: #30616B;
  color: #fff;	
  text-align: center;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  bottom: 16.5rem;
  cursor: pointer;
}


.sideslctbtn label{
    display: inline-block;
  width: 200px;
  height: 5.5vh;
  background:  #13323B;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 5px;
  line-height: 5.1vh;
  margin-right: 16px;
    padding: 0 16px;
    align-items: center;
    box-sizing: border-box;
}

.sideslctbtn :checked + label{
    background: #81DDF5;
/*    background: #52A528; */
    color: #13323B;
}


.sideslctbtn :checked + label .number-checked{
    color: #13323B;
/*    color: #52A528; */
}


/*------------------------------------------------------
車両選択・確認
--------------------------------------------------------*/
.requestbx {
  width: 44%;
}

.requestbx h1::after {
  margin-left: 12rem;
}

.controltab h1::after {
  margin-left: 12rem;
}

.requsetall {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.2vh;
  margin-bottom: 5.5vh;
}

/* .requestbx {
  width: 86%;
  margin-right: 4%;
  font-weight: bold;
} */

.rqstti {
  width: 100%;
  background: #fff;
  height: 4.7vh;
  line-height: 4.7vh;
  color: #13323B;
  font-size: 2.4rem;
  text-align: center;
}

.rqstcon {
  width: 100%;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  padding: 2.2vh 0.5vw;
}

.rqstcon ul {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rqstcon li.rqsttime {
  font-size: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rqstcon li.rqsttime::before {
  content: '';
  display: inline-block;
  background: url(../images/exclamatio_red.svg);
  background-repeat: no-repeat;
  width: 5.1rem;
  height: 5.1rem;
  margin-right: 1.3rem;
}

.rqstcon li.rqststts {
  font-size: 2.2rem;
  margin-right: 1vw;
}

.rqstcon li.rqstsyaryo {
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.rqstcon li.rqstsyaryo span {
  font-size: 3rem;
  width: 57px;
  height: 57px;
  line-height: 57px;
  background: #fff;
  border-radius: 5px;
  color: #1D414B;
  text-align: center;
  margin-left: 2.2rem;
}

.rqstkknbx {
  width: 110px;
  margin-left: 40px;
  margin-right: 5px;
}

.rqstkknbx ul {
  width: 100%;
}

.rqstkknbx li .btn {
  width: 100%;
  height: 6.6vh;
  text-align: center;
  display: block;
  border-radius: 5px;
  line-height: 6.6vh;
  font-size: 2.4rem;
}

.rqstkknbx .btn {
  width: 100%;
  height: 55px;
  margin-top: 1px;
  font-size: 1.5rem;
}

.rqstkkbtn {
  color: #fff;
  background: #2FA2B9;
}

.rqstkkbtn:first-child {
  margin-bottom: 0.3vh;
}

.controltab {
  width: 24%;
    margin-left: auto;
}

.controlbtn {
  margin-top: 2.2vh;
}
.controlbtn #ctrl01, .controlbtn #ctrl02{
    display: none;
}

.controlbtn{
width: 100%;
}

.controlbtn label {
   width: 100%;
  height: 6.6vh;
    display: block;
  font-size: 2.4rem;
  text-align: center;
  background: #787878;
  border-radius: 5px;
  line-height: 6.6vh;
  color: #414141;
    font-weight: bold;
}

.controlbtn label:last-child{
    margin-top: 2.3vh;
}
.controlbtn :checked + label{
    background: #A83535;
    color: #ffffff;
}

.videoswchbx {
  width: 99%;
  margin-bottom: 7.6vh;
}

.videoswchbx h1::after {
  margin-left: 25rem;
}

.videoswch {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5vh;
    justify-content: space-between;
}

.videoswch input {
  display: none;
}

.videoswch p {
  width: 22%;
  height: 5vh;
}

.videoswch p label {
  width: 100%;
  display: block;
  height: 10vh;
  background-color: #13323B;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.videoswch p label.swchbg01 {
  background-image: url(../images/videoswch_a01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 80%;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.videoswch p :checked + label.swchbg01 {
  background: #5DC22B;
  background-image: url(../images/videoswch_a01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 80%;
  background-position: center center;
}

.videoswch p label.swchbg02 {
  background-image: url(../images/videoswch_b01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 80%;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.videoswch p :checked + label.swchbg02 {
  background: #5DC22B;
  background-image: url(../images/videoswch_b01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 80%;
  background-position: center center;
}

.videoswch p label.swchbg03 {
  background-image: url(../images/videoswch_c01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 80%;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.videoswch p :checked + label.swchbg03 {
  background: #5DC22B;
  background-image: url(../images/videoswch_c01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 80%;
  background-position: center center;
}

.videoswch p label.swchbg04 {
  background-image: url(../images/videoswch_d01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 80%;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.videoswch p :checked + label.swchbg04 {
  background: #5DC22B;
  background-image: url(../images/videoswch_d01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 80%;
  background-position: center center;
}

.videoswch label:last-child {
  margin-right: 0;
}

.right2clml {
  width: 99%;
  margin-right: 1.7%;
}

.right2clml h1::after {
  margin-left: 12rem;
}

.r2clml {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.4vh;
  justify-content: flex-start;
}

.r2clml #voice01, .r2clml #voice02, .r2clml #voice03 {
  display: none;
}

.r2clml label {
  width: 22%;
  height: 8.5vh;
  background: #1D414B;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-right: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.r2clml label:last-child {
  margin-right: 0;
}

.r2clml :checked + label {
  background: #52A528;
}

.right2clmr {
  width: 100%;
}

.right2clmr h1::after {
  margin-left: 15rem;
}

.r2clmr {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.2vh;
}

.r2clmr dl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.r2clmr dt .btn, .r2clmr dd .btn {
  width: 10%;
  height: 8.5vh;
  border-radius: 5px;
  line-height: 6.1vh;
}

.r2clmr dt .btn {
  margin-bottom: 0.4vh;
  margin-right: 4vh;
}

.r2clmr dt select {
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: top;
  height: 8.5vh;
  background: #ffffff;
  line-height: 3.3vh;
}

.opguidebtn {
  background: #13323B;
  border: 1px solid #fff;
  color: #ffffff;
}

.r2clmr ul {
  width: 100%;
  height: 5.1vh;
  line-height: 5.1vh;
  margin-top: 3.7vh;
}

.r2clmr li .btn {
  width: 100%;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
}

.opliftbtn {
  background: #30616B;
  font-size: 1.8rem;
  color: #fff;
}

.opliftbtn2 {
  width: 100%;
  background: #30616B;
  font-size: 2.2rem;
  color: #fff;
  letter-spacing:2px;
}

.opliftbtnYMC {
  width: 100%;
  background: #4c70d3;
  font-size: 2.2rem;
  color: #fff;
  letter-spacing:2px;
}

.opliftbtnYMC_stopAll {
  width: 100%;
  background: #a83535;
  font-size: 2.2rem;
  color: #fff;
  letter-spacing:2px;
}

.r2clmr input {
  display: none;
}

.rightkvc {
  width: 99%;
  margin-bottom: 1.8vh;
}

.rightkvc h1::after {
  margin-left: 12rem;
}

.rightkvc dl {
  margin-top: 0.5rem;
  margin-left: 15px;
  display: flex;

}

.rightkvc dt {
  width: 68%;
  margin-bottom: 1vh;
  margin-left:1vh;
  margin-right: 0.5vh;
}

.rightkvc dt select {
  width: 100%;
  height: 3.3vh;
  background: #ffffff;
  line-height: 3.3vh;
}


.rightkvc dd {
  margin-left: 0.5rem;
  width: 24%;
}

.rightkvc dd .btn {
  width: 100%;
  height: 3.4vh;
  line-height: 0.0vh;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  margin-right: 1.4vh;
}

.onvctbn {
  color: #fff;
  background: #2FA2B9;
}
.onvcstoptbn {
    background: #A83535;
    color: #ffffff;
    margin-top: 1.9vh;
}

.rightvcswch {
  width: 45%;
}

.rightvcswch h1::after {
  margin-left: 18rem;
}

.vcswch {
  width: 100%;
  background: #777777;
  border-radius: 5px;
}

/*------------------------------------------------------
監視卓
--------------------------------------------------------*/
.rightbixbx {
  width: 100%;
  height: 42vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 91.5vh;
  flex-wrap: wrap;
}

headerObserve {
  margin: 17px 0 0 15px;
  color: #fff;
  width: 40%;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

headerObserve ::after {
  content: '';
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-top: -2.5rem;
}

.rightrequest {
  margin: 1px 0 0 5px;
}

.rightrequest input{
  width: 95%;
  height: 3.3vh;
  background: #13323B;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #fff;
  line-height: 3.3vh;
  font-size: 2.1rem;
  font-weight: bold;
}

.centerbx01_1 {
  width: 45.5vw;
  height: 19.5vw;
  margin: 0 10px 20px 10px;
  background: #13323B;
  padding: 1.2vh 0.8vw 0;
  display: flex;
  border: 1px solid #ffffff;
}

.centerbx01_2 {
  width: 50vw;
  height: 23vw; 
  margin: 0 1% 0 48.5vw;
  background: #13323B;
  padding: 1.4vh 0.8vw 0;
  display: flex;
}

.centerbx01_3 {
  width: 50vw;
  height: 23vw; 
  margin: 23.5vw 1% 0 0.5vw;
  background: #13323B;
  padding: 1.4vh 0.8vw 0;
  display: flex;
}

.centerbx01_4 {
  width: 50vw;
  height: 23vw; 
  margin: 23.5vw 1% 0 48.5vw;
  background: #13323B;
  padding: 1.4vh 0.8vw 0;
  display: flex;
}

 /* (操作卓_遠隔監視制御用) セクションのサイズ定義 */
.observeSection01 {
  width: 99%;
  margin-top: -8px;
}

.observeSectionRemote {
  width: 55%;
}


/* 車両管制制御 */
.CarControl {
  margin: 5px 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.CarControl input {
  display: none;
}

.CarControl label {
  display: block;
  float: left;
  cursor: pointer;
  width: 88px;
  height: 56px;
  margin: 0;
  padding: 10px;
  background: #bdc3c7;
  color: #869198;
  font-size: 24px;
  text-align: center;
  line-height: 56px;
  -webkit-transition: .2s;
  transition: .2s;
}

.CarControl label:first-of-type {
  border-radius: 3px 0 0 3px;
}

.CarControl label:last-of-type {
  border-radius: 0 3px 3px 0;
}

.CarControl input[type="radio"]:checked + .switch-on, .CarControl input[type="radio"]:checked + .switch-off {
  background-color: #52A528;
  color: #fff;
}

/* 車両管制制御　ステータス */
 .CarControlStatus {
	width: 100%;
	height: 80px;
	border: 1px solid #787878;
	margin-bottom: 12px;
}

.CarControl ul.statusDispArea {
  margin: 0;
  list-style-position: inside;
  padding: 0;
}

.CarControl li.statusDisp {
  color: #787878;
  font-size: 1.8rem;
}

.CarControl funcGroup {
  margin: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  /* float: left; */
}

.CarControl dl {
  padding-left: 23px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  float: left;
  width: 95px;
  margin-right: 9px;
}

.CarControl dt .btn, .CarControl dd .btn {
  width: 100%;
  height: 8.5vh;
  border-radius: 5px;
  line-height: 5.1vh;
  margin-bottom: 2.8vh;
  margin-right: 1vh;
}

.CarCtrlBtn {
  background: #13323B;
  border: 3px solid #ffffff;
  color: #ffffff;
}

.route_select:disabled {
  opacity: 1;
  font-size: large;
  font-weight: bold;
}

.funcGroup {
  width: 99%;
  display: -webkit-box;
  display: -ms-flexbox;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  float: left;
}

.funcGroup .btn {
  width: 95px;
  height: 7.8vh;
  border-radius: 5px;
  line-height: 5.1vh;
  margin-right: 8px;
  margin-left: 19px;
}

.funcGroup_Border {
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  float: left;
  margin-bottom: 8px;
}

.funcGroup_Border .btn,
.funcGroup_Border select {
  width: 95px;
  height: 8.5vh;
  border-radius: 5px;
  line-height: 5.1vh;
  margin-top: 0.5vh;
  margin-bottom: 0vh;
  margin-right: 12px;
  margin-left: 14px;
  display: flex;
  justify-content: center;
  align-items: center; 
}

.funcGroup_Border select {
  height: 4.5vh;
  margin-top: 2.5vh;
  border-radius: 0px;
}

.custom_dialog_CarStart {
  width: 250px;
  margin: auto;
  margin-top: 40vh;
  padding: 30px 20px;
  display: none;
  text-align: center;
  border: 1px solid #aaa;
  box-shadow: 2px 2px 4px #888;  
}

/*------------------------------------------------------
ロビー
--------------------------------------------------------*/

/* ロビー画面表示エリア（ヘッダ＋項目表示） */
.lobbyMainArea {
  width: 100%;
    height: 100vh;
    overflow: scroll;
  padding: 7vh 0.8% 0 0.8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap
}

.centerbx02 {
  width: 47vw;
  background: #13323B;
  padding: 1.4vh 0.8vw 0;
  max-height: 81vh;
}

/* サイドメニュー */
.sidemenu02 {
  width: 22vw;
  max-height: 81vh;
}

/* 確認要求、確認開始　なぜか共通化されていて個別で調整できない */
.sidemenu02 .box-task {
  background: #13323B;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.4vh 16px;
  box-sizing: border-box;
  margin-bottom: 36px;
  position: relative;
}

/* 確認要求と確認中の間にある矢印、確認中と確認完了の間にある矢印 */
.sidemenu02 .box-task::after {
  content: "";
  border: 6px solid transparent;
  border-top: 7px solid #ccc;
  position: absolute;
  bottom: -30px;
  left: 50%;
}

/* 確認完了 */
.sidemenu02 .box-task-last {
  background: #13323B;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.3vh 16px;
  box-sizing: border-box;
  position: relative;
}

/* 確認要求共通の文字の後のアンダーバー */
.sidemenu02 h1::after {
  margin-left: 12rem;
}

/* 確認要求・確認中の共通の表示枠 */
.lobyside {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.5vh 0;
  box-sizing: border-box;
}

/* 確認完了の表示枠（行間狭め） */
.lobyside_done {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5vh 0;
  box-sizing: border-box;
}

.lobysidenext {
  width: 3.9vw;
  margin: 2.2vh auto;
}

/* 確認要求・確認中のリスト表示行 */
.sidecomp {
  width: 100%;
  color: #fff;
  font-size: 1.7rem;
  padding-bottom: 0.7vh;
  margin-bottom: 0.7vh;
  height: 13vh;
  overflow-y: auto;
}

.sidecomp dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.8vw;
}

.sidecomp dt {
  margin-right: 1.25vw;
}

.sidecomp ul {
  width: 100%;
  border-bottom: 1px dotted #747E81;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}

.sidecomp ul li {
  padding: 4px 0;
}

/* 確認完了のリスト表示行 */
.sidecomp_done {
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  padding-bottom: 0.7vh;
  margin-bottom: 0.7vh;
  height: 4vh;
  overflow-y: auto;
}
.sidecomp_done ul {
  width: 100%;
  border-bottom: 1px dotted #747E81;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}
.sidecomp_done ul li {
  padding: 4px 0;
}
.sidecomp .done {
  border: 1px solid #fff;
  text-align: center;
  padding: 2px 16px;
  border-radius: 2px;
}

.sidecomp .alrt-ye {
  color: #FFEC3A;
}

.sidecomp .alrt-ye .done {
  color: #202020;
  background: #FFEC3A;
  border: 1px solid #FFEC3A;
  font-weight: bold;
}

.sidecomp .alrt-gr {
  color: #5AFF33;
}

.sidecomp .alrt-gr .done {
  color: #202020;
  background: #5AFF33;
  border: 1px solid #5AFF33;
  font-weight: bold;
}

.sidecomp .alrt-rd {
  color: #FF4D47;
}

.sidecomp .alrt-rd .done {
  color: #202020;
  background: #FF4D47;
  border: 1px solid #FF4D47;
  font-weight: bold;
}

/* 車両状況 */
.lobystatus {
  width: 100%;
}

/* 車両状況の文字の後のアンダーバー */
.lobystatus h1::after {
  margin-left: 12rem;
}

/* マップ全体の表示サイズ */
.lobymap {
  width: 100%;
  height: 80vh;
}

/* マップの文字の後のアンダーバー */
.lobymap h1::after {
  margin-left: 9rem;
}

/* マップ内の表示サイズ */
.lobymaparea {
  width: 100%;
  margin-top: 2.2vh;
  position: relative;
}

/* 未使用 */
.lobymaparea iframe {
  width: 100%;
  height: 78vh;
}

/* 車両状況 */
.lbystsbigbx {
  margin-top: 2.2vh;
  overflow-y: visible;
  max-height: 74vh;
}

/* 車両状況 */
.lbystsnml {
  width: 100%;
  position: relative;
}

/* 車両状況 */
.lbyststab {
  width: 98%;
  height: 17.1vh;
  margin-left: 2%;
  background: #fff;
  border: 1px solid #ababab;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  justify-content: space-beween;
}

/* width: 100%;で残りスペースを埋める */
.lbyststabspacer {
  width: 100%;
}

/* 車両状況：数字と電波アイコン */
.lbysyaryono {
  width: 3.9%;
  height: 5.8vh;
  position: absolute;
  left: 0;
  border-radius: 5px;
}

/* 車両状況：数字と電波アイコン */
.lbysyaryono dl {
  width: 100%;
  padding: 0.4vh 0;
}

/* 車両状況：数字と電波アイコン：数字 */
.lbysyaryono dt {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

/* 車両状況：数字と電波アイコン：電波アイコン */
.lbysyaryono dd {
  width: 1.4vw;
  margin: 5px 0px 0px 2px;
}

/* 車両状況：数字と電波アイコン：色 */
.syaryonogrybg {
  background: #ababab;      /* 背景色 */
  border: 3px solid #fff;   /* 縁 */
  color: #fff;              /* 数字の色 */
}

/* 用途不明。全ての情報を表示して再確認。以下もコメントなしは同様 */
.lbystsk1 .lbysyaryono {
  background: #88EC57;
  border: 3px solid #fff;
  color: #202020;
}

.lbystsk2 .lbysyaryono {
  background: #FFEC3A;
  border: 3px solid #fff;
  color: #202020;
}

.lbystsk1 .lbyststab {
  border: 1px solid #88EC57;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #eeffe6;
}

.lbystsk2 .lbyststab {
  border: 1px solid #FFEC3A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fdfbe3;
}

.lbystsk3 .lbyststab {
  border: 1px solid #FF4D47;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFE3DE;
}

.lbystsk3 .lbysyaryono {
  background: #FF4D47;
  border: 3px solid #ffffff;
  color: #fff;
}

/* 車両名 */
.lbysyaryoname {
  width: 120px;
  text-align: right;
  margin-left: 0.5vw;
}

/* 車両名 */
.lbysyaryoname dt {
  font-size: 3.2rem;
  line-height: 3.2rem;
}

/* 未使用？全ての情報を表示して再確認 */
.lbysyaryoname dd {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

/* ドライブモードのアイコン */
.lbysyaryokon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ドライブモードのアイコン：サイズ（svgで作成しているためサイズ変更可能） */
.lbysyaryokon ul {
  width: 56px;
  margin: 0 0.7rem 0 0.7rem;
}

/* ドライブモードのアイコン：サイズ（svgで作成しているためサイズ変更可能） */
.lbysyaryokon li {
  width: 100%;
}

/* ドライブモードのアイコン */
.lbysyaryokon dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* シフトポジションのアイコン：画像ではなくCSSでデザイン */
.lbysyaryokon dt {
  width: 45px;
  height: 45px;
  border-radius: 3px;
  font-size: 3rem;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  margin-right: 0.8rem;
}

/* 現在速度の数値 */
.lbysyaryokon dd {
  width: 150px;
  font-size: 4rem;
  text-align: right;
  font-weight: bold;
}

/* 現在速度のkm/h */
.lbysyaryokon dd span {
  font-size: 2.2rem;
  margin-left: 0.8rem;
}

/* ハンドルからバッテリーまでのアイコン。1つ1つ定義されていない、、 */
.lbysttsiconbx {
  margin: 10px 1px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ハンドルからバッテリーまでのアイコン */
.lbysttsiconbx dl {
  width: 2.6vw;
  margin-left: 0.5vw;
}

/* ハンドルからバッテリーまでのアイコン：下にある文字 */
.lbysttsiconbx dd {
  width: 100%;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 0.3rem;
}

/* L1からL3全体 */
.lbymodem {
  margin: 10px 1px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* L1からL3単体 */
.lbymodem dl {
  width: 3.6vw;
  margin-left: 0.15vw;
}

/* L1からL3単体：上にある文字 */
.lbymodem dt {
  width: 100%;
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
}
/* L1からL3単体：下にある画像領域 */
.lbymodem dd {
  width: 100%;
  text-align: center;
  margin-top: 0.3rem;
}

/* L1からL3単体：画像本体 */
.image_modem {
  width: auto;
  height: 20px;
}

/* dly情報 */
.image_dly {
  width: 60%;
  height: 22px;
}

/* dly情報 */
.monitordly {
  margin-left: 15px;
}

/* 死活音声監視 */
.lbyaud {
  margin-left: 0.2vw;
}

/* 未使用 */
.txtclroff01 {
  color: #e9e9e9;
}

.lbyststabcon {
  width: 100%;
  font-weight: bold;
  border-top: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  padding: 2.2vh 1.7vw;
  display: flex;
}

.lbyststabcon dl {
  width: 83%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lbyststabcon dt {
  height: 33px;
  font-size: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 運用外 */
.notmonitor {
  background: #13323B;
  border: 1px solid #fff;
  color: #ffffff;
  text-align: center;
  width: 13%;
  font-size: 1.8rem;
  padding: 4px 30px;
  margin-left: 5px;
}

/* 運用中 */
.monitoring {
  text-align: center;
  width: 13%;
  font-size: 1.8rem;
  padding: 5px 31px;
  margin-left: 5px;
}

/* 未使用 */
.txtclroff02 {
  color: #fff;
}

.lbystsk2 .lbysyaryoname dt, .lbystsk1 dt, .lbystsk3 .lbysyaryoname dt {
  font-weight: bold;
}

.lbystsnml {
  margin-bottom: 0.9vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lbysts01 .lbystsnml .lbyststab, .lbysts02 .lbystsnml .lbyststab, .lbysts04 {
  border: 0;
}

.lbystsknsbg {
  width: 99.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 優先度・低の車両 */
.lbysts01 {
  width: 100%;
  border-radius: 4px;
  padding: 0.8vh 0 0.1vh;
  margin-bottom: 0.9vh;
  background: #88EC57;
}

/* 優先度・中の車両 */
.lbysts02 {
  width: 100%;
  border-radius: 4px;
  padding: 0.8vh 0 0.1vh;
  margin-bottom: 0.9vh;
  background: #FFEC3A;
}

/* 優先度・高の車両 */
.lbysts03 {
  width: 100%;
  border-radius: 4px;
  padding: 0.8vh 0 0.1vh;
  margin-bottom: 0.9vh;
  background: #FF4D47;
}

/* 確認要求なしの車両 */
.lbysts04 {
  width: 99.8%;
  border-radius: 4px;
  padding: 0.8vh 0 0.1vh;
  margin-bottom: 0.9vh;
  background: #81DDF5;
}
/* 確認要求なしの監視卓1選択中の監視卓IDの四角 */
.lbysts04 .lbykanshi dt{
  border: 1px solid #ccc;
  background: #ffffff;  /* 背景色 */
  color: #000000;       /* 文字色 */
}
.lbysts01 .lbystsnml {
  width: 100%;
}

.lbykanshi {
  width: 10%;
  margin: auto;
}
.lbykanshi dl {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}
.lbykanshi dt {
  margin: 0px 10px 5px auto;
  background: #fff;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  font-size: xx-large;
  text-align: center;
  line-height: 56px;
}

.lbynokanshi {
  width: 80.48px;
}


/* 監視卓2の車両 */
/* .lbysts05 {
  width: 100%;
  border-radius: 4px;
  padding: 1.1vh 0 0.2vh;
  margin-bottom: 0.9vh;
  background: #be73f0;
} */
.lbysts04 .lbykanshi2 dt{
  border: 1px solid #ccc;
  background: #000000;  /* 背景色 */
  color: #ffffff;       /* 文字色 */
}
.lbykanshi2 {
  width: 10%;
  margin: auto;
}
.lbykanshi2 dl {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}
.lbykanshi2 dt {
  margin: 0px 10px 5px auto;
  background: #fff;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  font-size: xx-large;
  text-align: center;
  line-height: 56px;
}

.mappin {
  width: 100px;
  height: 46px;
  position: absolute;
}

.mappin ul {
    position: relative;
}

.mappin li{
    font-weight: bold;
    font-size: 2rem;
    color: #ffffff;
}

.mappin ul.ks_style{
  height: 46px;
}

.mappin ul.ks_style li{
  color: #ffffff;
  text-align: center;
  padding-left: 15px;
  box-sizing: border-box;
  line-height: 32px;
}

.mappin ul.noks_style{
  height: 46px;
}

.mappin ul.noks_style li{
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  padding-left: 10px;
}

/* 変数用 */
:root{
  --mapArrow1: 0deg;
  --mapArrow2: 0deg;
}

/* マップ　矢印 */
.arrow {
  position: absolute;
  top:-15px;  /* ul.arrow1の座標は左上指定のため、座標の真ん中に来るように調整。次の行のleftも同様 */
  left:-12px;
}
/* 車1 */
.arrow ul.arrow1{
  background: url(../images/allow1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 30px;
  transform-origin: center;
  transform:rotate(var(--mapArrow1));
  /* transform:rotate(45deg); */
}
/* 車2 */
.arrow ul.arrow2{
  background: url(../images/allow1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 30px;
  transform-origin: center;
  transform:rotate(var(--mapArrow2));
  /* transform:rotate(45deg); */
}

/* 優先度：低の車両選択中アイコン */
.mappin ul.ks_green{
    background: url(../images/map_pin_ks_green.svg) no-repeat;
    background-size: cover;
}

/* 優先度：中の車両選択中アイコン */
.mappin ul.ks_yellow{
    background: url(../images/map_pin_ks_yellow.svg) no-repeat;
    background-size: cover;
}
.mappin ul.ks_yellow li{
    color: #3B606B;
}

/* 優先度：高の車両選択中アイコン */
.mappin ul.ks_red{
    background: url(../images/map_pin_ks_red.svg) no-repeat;
   background-size: cover;
}

/* 確認要求なしの車両選択中アイコン。ファイル名はwhiteだが実際は水色 */
.mappin ul.ks_white{
     background: url(../images/map_pin_ks_white.svg) no-repeat;
   background-size: cover;
}
/* 確認要求なしの車両選択中の文字 */
.mappin ul.ks_white li{
    color: #000000;
}

/* 確認要求なしの監視卓2の車両選択中アイコン */
/* .mappin ul.ks_tid2{
  background: url(../images/map_pin_ks_tid2.svg) no-repeat;
background-size: cover;
}
.mappin ul.ks_tid2 li{
 color: #ffffff;
} */

/* 優先度：低の車両選択なしアイコン */
.mappin ul.noks_green{
    background: url(../images/map_pin_noks_green.svg) no-repeat;
    background-size:  cover;
}

/* 優先度：低の車両選択なしアイコン */
.mappin ul.noks_yellow{
    background: url(../images/map_pin_noks_yellow.svg) no-repeat;
    background-size:  cover;
}
.mappin ul.noks_yellow li{
    color: #3B606B;
}

/* 優先度：高の車両選択なしアイコン */
.mappin ul.noks_red{
  background: url(../images/map_pin_noks_red.svg) no-repeat;
  background-size: cover;
}

/* 確認要求なしの車両選択なしアイコン。ファイル名はgryだが実際は水色 */
.mappin ul.noks_gry{
  background: url(../images/map_pin_noks_gry.svg) no-repeat;
  background-size: cover;
}
.mappin ul.noks_gry li{
    color: #FFFFFF;
}

.mapin1 {
  top: 350px;
  left: 80px;
}

.mapin2 {
  top: 180px;
  left: 50px;
}

.mapin3 {
  top: 240px;
  left: 60px;
}

.mapin4 {
  top: 250px;
  left: 150px;
}

.mapin5 {
  top: 450px;
  left: 80px;
}

.mapin6 {
  top: 320px;
  left: 200px;
}

.mapin7 {
  top: 320px;
  left: 120px;
}

.mapin8 {
  top: 300px;
  left: 40px;
}

.map-icon {
  width: 100%;
}

.lbysttsiconbx dl dt {
  padding-bottom: 8px;
}

.status_handle {
  position: relative;
}

.status_handle_bar {
  position: absolute;
  bottom: 2.2rem;
  height: 6px;
  z-index: 1;
  left: 0;
  width: 100%;
  background-color: #3CBF8A;
  overflow: hidden;
}

.status_handle_bar span {
  position: absolute;
  z-index: 3;
  display: block;
  margin: 0;
  top: 0;
  left: 50%;
  background-color: #297A59;
  width: 0;
  max-width: 50%;
  height: 6px;
  transition: all .3s;
}

/* ロビー画面下部の選択車両名の表示エリア */
.selectCarLabelOnlobby {
  width: 98.2vw;
  background: #13323B;
  max-height: 7vh;
}

/* (ロビー下部) 選択車両名の表示ブロック */
.lobbyLabel {
  position: relative;
}

/* (ロビー下部) 選択車両名の表示タグ */
.lobbyLabel dl {
  /* font-size: 5.5rem; */
  display: flex;
  justify-content: center;
  /* color: #fff;   */
}

/* (ロビー下部) 選択車両名の表示タグ */
.lobbyLabel dt {
  font-size: 5.5rem;
  /* display: flex; */
  /* justify-content: center; */
  color: #fff;  
}



/*------------------------------------------------------
1車両画面
--------------------------------------------------------*/
/* 画面全体　親要素 */
.fullvideo {
  width: 100%;
  position: relative;   /* 要素の配置方法を指定:親要素にrelative、子要素にabsoluteにすると子要素は親要素が起点となる */
  overflow: hidden;     /* 要素のオーバーフロー時（画面に入りきらない）：hidden：非表示 */
}

.flvdo01 {
  width: 100%;
  height: 100vh;        /* vh：ビューポート（表示領域）の高さに対する割合。この条件で%でなくvhを使う意味はある？ */
  text-align: center;
}

.flvdo01 video {
  width: 100%;
  height: 100%;
}

.flvdo02 {
  width: 100%;         /* 幅指定：全画面は100、アルタミラが全画面にできないときは96 */
  position: absolute;
  top: 0;
  left: 0px;           /* 左からの位置指定：全画面は0、アルタミラが全画面にできないときは38 */
}

/* ウインカー 親要素 */
.winker{
  width: 20%;           /* 幅指定 */
  position: absolute;   /* 要素の配置方法を指定:absolute：ページ全体の左上を起点 */
  top: 50%;             /* 上からの位置指定 */
  left: 40%;            /* 左からの位置指定 */
}

/* ウインカー リスト全体 */
.winker dl{
  width: 100%;
  display: flex;        /* フレックスボックス：直下の要素が並列になる。LとRの要素あり */
  position: relative;   /* 要素の配置方法を指定:relative：親要素（.winker）を起点 */
}

/* ウインカーL */
.winker dt{
  position: absolute;
  left: -100px;         /* 左からの位置指定 */
}

/* ウインカーD ddタグだがdtの説明はしていない */
.winker dd{
  position: absolute;
  right: -100px;        /* 右からの位置指定 */
}

/* 現在速度 数値 */
.flspeed{
    width: 15%;
    position: absolute;
    top: 50%;
    left: 42.5%;
    color: #3FFF14;   /* 全体の色 */
    font-size: 60px;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    /* 縁の色（テキストに影を追加）。1色のみでこんなに細かく指定する必要はある？ */
    text-shadow: 1px 1px 0 #0021B5, -1px -1px 0 #0021B5, -2px 2px 0 #0021B5, 2px -2px 0 #0021B5,  0px 2px 0 #0021B5,  0-2px 0 #0021B5, -2px 0 0 #0021B5, 2px 0 0 #0021B5;
}

/* 現在速度 km/h */
.flspeed span{
    font-size: 20px;
}

/* シフト */
.shift{
  width: 20%;
  position: absolute;
  top: 50%;
  left: 37.5%;
}

/* シフト */
.shift dl{
  width: 100%;
  display: flex;        /* フレックスボックスだが要素は1つしかない */
  position: relative;
}

/* シフト */
.shift dt{
  position: absolute;
  left: 15px;
}

/* 未使用 */
.shift dd{
  position: absolute;
  right: 0;
}

/* ブレーキ指示 */
.brake{
  width: 20%;
  position: absolute;
  top: 50%;
  left: 47.5%;
}

/* ブレーキ指示 */
.brake dl{
  width: 100%;
  display: flex;        /* フレックスボックスだが要素は1つしかない */
  position: relative;
}

/* ブレーキ指示 */
.brake dt{
  position: absolute;
  top: 12.5px;
  left: 120px;
}

/* 未使用 */
.brake dd{
  position: absolute;
  right: 0;
}

/* 誘導線検知バー */
.wiredet{
  width: 4%;
  position: absolute;
  top: 49%;
  left: 48%;
}
.wiredet dl{
  width: 100%;
  display: flex;        /* フレックスボックスだが要素は1つしかない */
  position: relative;
}
.wiredet dt{
  position: absolute;
  left: 5px;
}

/* 1車両画面の車両名表示 */
.vehicleLabel{
  position: absolute;
  right: 0;
  font-family: 'メイリオ', 'Meiryo';
  font-size: 48px;
  color: #000000;
  text-shadow: 1px 1px 1px #FFFFFF, 1px 1px 1px #FFFFFF, 1px 1px 1px #FFFFFF, 1px 1px 1px #FFFFFF,  1px 1px 1px #FFFFFF,  0-1px 1px #FFFFFF, 1px 1px 1px #FFFFFF, 1px 1px 1px #FFFFFF;
}


/* canvasの表示 */
.canvas-parent {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

/*------------------------------------------------------
4車両画面
--------------------------------------------------------*/
.screen4flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*padding: 1.2vw 1.2vw 0;*/
  padding: .5vw .5vw 0;
  justify-content: space-between;
  margin: 0 auto;
}

.screen4video {
  width: 47.4vw;
  min-height: 49.2vh;
  margin: 0.4vh 0.4vw;
  position: relative;
}

/* 画面横長 */
@media screen and (orientation: landscape) {
  .scrnnolbl{
    height:2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .screen4flex {
    justify-content: center;
    width: 100%;
  }
  .screen4video {
    width: 864px;
    height: 486px;
    min-height: inherit;
    margin:18px 33px 24px 33px;
  }
}
@media screen and (max-width:988px) and (orientation: landscape){
  .screen4flex {
    width: calc( calc(77.556vh + 1.6vh) * 2);
  }
  .screen4video {
    width: 75.556vh;
    height: 43.4vh;
  }
}
@media screen and (max-width:940px) and (orientation: landscape){
  .screen4flex {
    width: calc( calc(64vh + 1.6vh) * 2);
  }
  .screen4video {
    width: 64vh;
    height: 36vh;
  }
}

/* 縦長横長 */
@media screen and (orientation: portrait) {
  .scrnnolbl{
    height:1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .screen4flex {
    justify-content: center;
  }
  .screen4video {
    width: 48vw;
    height: 27vw;
    min-height: inherit;
    margin: 3px 3px calc(1.5rem + 3px);
  }
}

.flvdo01_4 {
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  position: relative;
}

.flvdo01_4::before{
  content: "";
  display: block;
  padding-top: 56.25%;
}

.flvdo01_4 video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
}

.flvdo02_4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.flvdo02_4 img {
  width: 100%;
  height: 100%;
}

.scrnnolbl {
  width: 6vw;
  font-size: 2.5rem;
  background: #ffffff;
  text-align: center;
  line-height: 1.8vh;
}

.editbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: 3.7vh;
  line-height: 3.7vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background: #2FB985;
  color: #ffffff;
  font-size: 2.6rem;
  padding: 0 0.8rem;
}

.editbtn::before {
  content: '';
  display: inline-block;
  background: url(../images/edit_icon_wh.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 0.2rem;
}

.deletbtn {
  background: #DB683D;
  color: #fff;
  font-size: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.8rem;
}

.deletbtn::before {
  content: '';
  display: inline-block;
  background: url(../images/delete_icon_wh.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 0.2rem;
}

/*受信出来ないアラートテキスト*/
.txt-alrt {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  height: 100%;
  padding-top: 25%;
}

/*------------------------------------------------------
役割登録modal
--------------------------------------------------------*/
.rolemodal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.rolemodalcon {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
}

.mdlrlsearch dt {
  color: #202020;
}

/* 役割の新規登録画面 [登録]ボタン */
.rolemdlbtn {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 0 auto;
}

.rolemdlbtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.rolemdlbtn li .btn {
  height: 4vh;
  line-height: 4vh;
  display: block;
  padding: 0 2.2vw;
  font-size: 2.4rem;
  border-radius: 5px;
  margin-right: 0.8rem;
}

.rolemdlbtn li:first-child {
  margin-right: 0;
}

.rolemdlbtn li.rlmdlbtn01 .btn {
  background: #cccccc;
  color: #707070;
}

.rolemdlbtn li.rlmdlbtn02 .btn {
  background: #2FA2B9;
  color: #ffffff;
}

.rolemdlbtn li.rlmdlbtn03 .btn {
  background: #DB683D;
  color: #ffffff;
}

.rolenavbx{
    width: 100%;
    margin-top: 30px;
}

.rolenavbx ul{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 30px;
}

.rolenavbx li{
    font-size: 2.6rem;
    margin: 0 10px;
    color: #ffffff;
}

.rolenavbx li a{
    color: #ffffff;
}

.rolenavbx li.active{
    background: #ffffff;
    color: #13323B;
    width: 30px;
    height: 30px;
}


/*------------------------------------------------------
disable
--------------------------------------------------------*/
button.disablebtn {
  background: #787878;
  color: #414141 /*!important*/;
  border: 0;
  pointer-events: none;
}

.disablebtn::before {
  opacity: 0.6;
}

.disablebtn dt, .disablebtn dd button {
  background: #787878;
  color: #414141;
  border: 0;
}

.disablebtn p label, .disablebtn label, .disablebtn button, .syaryoslct .disablebtn {
  background: #787878;
  color: #414141;
  border: 0;
  pointer-events: none;
  bottom: 9.5rem;
  /*margin-right: 19px;*/
}

.disablebtn select {
  background: #cccccc !important;
  pointer-events: none;
}

.disablebtn input[type="radio"]:checked + .switch-on, .disablebtn input[type="radio"]:checked + .switch-off {
  pointer-events: none;
  background: #787878;
  color: #414141;
}

.disablebtn .rqstti {
  background: #787878;
  color: #414141;
}

.disablebtn .rqstcon {
  border: 1px solid #787878;
}

.disablebtn li.disabletxt {
  color: #787878;
  font-size: 2.2rem;
}

li.disablebtn {
  background: #787878;
  color: #414141;
}
p.nomsg{
  font-size: 1.8rem;
  color: #707070;
  padding-left: 8px;
  line-height: 8.3vh;
}
/*# sourceMappingURL=main.css.map */

/* h2#swal2-title {
  background-color: #FFFFFF !important;
} */
.car_change{
  margin-right: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: top;
  height: 5.5vh;
  background: #ffffff;
  line-height: 3.3vh;
  pointer-events: auto !important;
  text-align: center;
  width: 140px;
}

/*------------------------------------------------------
操作卓画面ダイアログ
--------------------------------------------------------*/
.swal2-popup {
  font-size: 170%!important;
  background-color: #FFFFFF;
}
#swal2-title {
  background-image:none;
}
button.swal2-confirm {
  font-family: none;
  padding-left: 2.4em;
  padding-right: 2.4em;
  margin-right: 4.0em;
}
button.swal2-cancel {
  padding-left: 2.0em;
  padding-right: 2.0em;
}

/* 「車種画面」のボタン */
.classbtn {
  text-align: right;  
}
.classbtn .fixbtn {
  display: inline-block;
  width: 6vw;
  height: 3.7vh;
  background: #2FA2B9;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  margin: 5px;
}
 .classbtn .backbtn {
  display: inline-block;
  width: 6vw;
  height: 3.7vh;
  background: #999;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  margin: 5px;
}

 .btn-class_back {
  display: inline-block;
  font-size: 2.6rem;
  margin: 0 0 0 auto;
}
.btn-class_back .backbtn {
  width: 100%;
  background: #999;
  border-radius: 5px;
  color: #fff;
}

.monitorVehicles {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 7.8vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.6rem;
}

.monitorVehicles ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.monitorVehicles li {
  background: #fff;
  margin-right: 1.5rem;
  line-height: 3.0vh;
  padding: 0 1.6rem;
  font-size: 2.6rem;
  color: #1A363E;
  text-align: center;
}