@charset "UTF-8";

body {
  margin: 0;
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  background-color: var(--background_color);
}

#fullbody:fullscreen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.navi {
  width: 120px;
  background-color: var(--primary_color);
  height: 100%;
  padding: 1.6rem 0.8rem;
  box-sizing: border-box;
  font-size: 17px;
  color: var(--primary_text);
  display: flex;
  flex-direction: column;
  z-index: 999;
}

@media (max-width: 559px) {
  .navi {
    padding: 1rem;
    width: 100%;
    height: 100px;
  }
}

.navi > div {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 6px;
  margin-right: 3px;
}

@media (max-width: 559px) {
  .navi > div {
    flex-direction: row;
    justify-content: space-around;
  }
}

.navi > div:first-child {
  flex: 1;
}

.navi > div:first-child > label {
  display: block;
  margin-bottom: 10px;
}

.navi > div .bi {
  font-size: 65px;
  color: var(--primary_text);
}

.navi > div .bi:hover {
  cursor: pointer;
}

.navi > div .bi.bi-arrow-left-circle {
  font-size: 60px;
}

.navi > div .bi.bi-floppy {
  font-size: 55px;
}

.navi > div .bi.bi-search {
  font-size: 55px;
}

.navi > div .bi.bi-plus-circle {
  font-size: 60px;
}

.navi > div .bi.bi-info-circle {
  font-size: 60px;
}

.navi > div .bi.bi-chat-dots {
  font-size: 55px;
}

.navi > div .bi.bi-file-earmark {
  font-size: 55px;
}

.navi > div span {
  font-weight: bold;
  color: var(--primary_text);
}

.navi > div input {
  margin: 0 auto;
  width: 70%;
  height: auto;
  display: block;
}

@media (orientation: portrait) and (max-width: 559px) {
  .navi > div input {
    height: calc(100px - 4rem);
    width: auto;
  }
}

@media (orientation: landscape) and (max-width: 559px) {
  .navi > div input {
    height: calc(100% - 2rem);
    width: auto;
  }
}

.navi > div img {
  margin: 0 auto;
  width: 80%;
  height: auto;
  display: block;
}

@media (max-width: 559px) {
  .navi > div img {
    height: calc(100% - 2rem);
    width: auto;
    display: none;
  }
}

.navi ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  padding-top: 10px;
}

.navi li {
  display: table;
}

.navi p {
  width: 120px;
  height: 105px;
  /* layout-grid-line: 120px;  */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.navi input {
  width: 70px;
  margin-bottom: 2px;
}

.navi img {
  width: 70px;
}

.navi button {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.navi label {
  color: #04AEDA;
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 17px;
  /*
  //font-weight: bold;
  */
}

.navi__logo {
  padding: 24px;
  position: absolute;
  bottom: 0px;
}

.navi__logo img {
  max-width: 100%;
  height: auto;
}

.cont {
  padding: 20px 20px;
  padding-left: clamp(20px, 10vw, 140px);
  padding-bottom: 0px;
  z-index: 1;
}

.table td,
.table th {
  color: var(--background_text);
}

.header_title {
  position: relative;
}

.header_title_left {
  height: 0;
  width: 300px;
  border-bottom: 36px solid var(--primary_color);
  border-right: 32px solid transparent;
}

.header_title_left label {
  color: var(--primary_text);
  font-family: "Kosugi Maru", メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  /*
  //font-weight: bold;
  */
  float: left;
  padding-top: 8px;
  padding-left: 10px;
  margin-bottom: 0px;
}

.header_title_right {
  /*
  //height: 0;    
  */
  float: right;
}

.header_title_right label {
  color: var(--background_text);
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 26px;
  /*
  //font-weight: bold;
  */
  float: right;
  padding-top: 0px;
  /*
  //padding-left: 4px;
  */
  margin-top: 3px;
  margin-bottom: -10px;
}

.header_title hr {
  margin-top: 0px;
  margin-bottom: 20px;
  height: 5px;
  background-color: var(--primary_color);
  border: none;
}

.search {
  border-style: solid;
  border-width: 4px;
  border-color: var(--primary_color);
  /* height: 60px;  */
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
}

.search > div:first-child {
  flex: 1;
  padding: 1rem;
}

.search_button {
  /* width: 10%;  */
  width: 100px;
  height: 60px;
  color: #FFFFFF;
  background-color: var(--primary_color);
  border-width: 2px;
  border-color: var(--primary_color);
  border-style: solid;
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 28px;
  /*
  //font-weight: bold;
  */
  border-radius: 3px;
  /* position: absolute; 
  right: 45; */
}

.ann_cont {
  padding: 20px 20px;
  /* padding-left: 140px; */
  padding-bottom: 0px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.ann_cont > div:last-child {
  flex: 1;
  /* overflow-x:scroll;
  overflow-y:scroll; */
  border: 3px var(--primary_color) solid;
}

.section_title {
  width: 100%;
  height: 36px;
  padding-top: 6px;
  margin-bottom: 10px;
  /*
  //上→下のグラデーション
  //background: -moz-linear-gradient(top, $primaryColor, #CEF9DC);
  //background: -webkit-gradient(linear, center top, center bottom, from($primaryColor), to(#CEF9DC)); 
  //background: -o-linear-gradient(top, $primaryColor, #CEF9DC);
  //background: linear-gradient(top, $primaryColor, #CEF9DC);
  //左→右のグラデーション
  */
  background-color: var(--primary_color);
}

.section_title label {
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin: 4px;
  color: var(--primary_text);
}

.subsection_title {
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 23px;
  font-weight: normal;
  color: var(--background_text);
  border-style: none;
}

.detail {
  width: 100%;
}

.detail_caption {
  height: 40px;
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-align: right;
  vertical-align: middle;
  color: var(--background_text);
  padding-right: 4px;
}

.detail_caption_left {
  height: 40px;
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  color: var(--background_text);
  padding-right: 4px;
}

.detail_caption_textbox {
  border: solid;
  border-width: 2px;
  border-color: var(--primary_color);
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #FFFFFF;
  /*
  //color: $primaryColor;
  */
  color: #848484;
}

.detail_caption_button {
  border: solid;
  border-width: 2px;
  border-color: color-mix(in hsl, var(--primary_color) 90%, black 10%);
  border-radius: 3px 3px 3px 3px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 3px;
  margin-right: 3px;
  background-color: var(--primary_color);
  color: #FFFFFF;
}

.detail_label {
  height: 40px;
  border-color: var(--primary_color);
  border-style: solid;
  border-width: 3px;
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding: 6px;
}

input[type=time] {
  position: relative;
}

input[type=time]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input[type=time]::after {
  content: "";
  font-family: bootstrap-icons;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 500;
  color: var(--background_text);
  /* 好きな色に変更 */
  pointer-events: none;
  /* カスタムアイコンのクリックを無効化 */
}

.detail_text {
  height: 40px;
  border-color: var(--primary_color);
  background-color: var(--background_color);
  color: var(--background_text);
  border-style: solid;
  border-width: 3px;
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding: 6px;
  border-radius: 1px;
}

.detail_text:disabled {
  color: #848484;
  text-shadow: 1px 1px 0px #eaeaea;
  background: #dcdcdc;
  border-color: #cccccc;
}

.detail_memo {
  border-color: var(--primary_color);
  border-style: solid;
  border-width: 3px;
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding: 6px;
  border-radius: 1px;
}

.detail_dropdown {
  height: 40px;
  border-color: var(--primary_color);
  background-color: var(--background_color);
  border-style: solid;
  border-width: 3px;
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding: 2px;
  border-radius: 1px;
}

.detail_dropdown:not([disabled]) {
  color: var(--background_text);
}

.detail_colorpicker {
  height: 40px;
  border-color: var(--primary_color);
  border-style: solid;
  border-width: 3px;
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 1px;
}

.detail_preset {
  font-size: 15px;
  height: 35px;
  color: var(--primary_text);
  background-color: var(--primary_color);
  border-width: 3px;
  border-color: color-mix(in hsl, var(--primary_color) 90%, black 10%);
  border-style: solid;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

.list_detail .detail_text,
.list_detail .detail_dropdown {
  height: 30px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  vertical-align: middle;
  border: 0px;
  border-bottom: 2px color-mix(in hsl, var(--primary_color) 90%, black 10%) solid;
}

.list_detail .detail_text:last-of-type,
.list_detail .detail_dropdown:last-of-type {
  border-bottom: 0px;
}

.list_detail .detail_text:last-of-type {
  border-right: 2px color-mix(in hsl, var(--primary_color) 90%, black 10%) solid;
}

.detail_button {
  color: var(--primary_text);
  background-color: var(--primary_color);
  border-width: 3px;
  border-color: color-mix(in hsl, var(--primary_color) 90%, black 10%);
  border-style: solid;
  border-radius: 3px;
  padding: 1px 6px;
  margin: 0;
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

.detail_button:active {
  color: #FFFFFF;
  background: color-mix(in hsl, var(--primary_color) 90%, black 10%);
  border-color: color-mix(in hsl, var(--primary_color) 90%, black 10%);
}

.detail_button:disabled {
  color: #848484;
  text-shadow: 1px 1px 0px #eaeaea;
  background: #dcdcdc;
  border-color: #cccccc;
}

.detail_button label {
  display: block;
}

.ann_button {
  font-size: 17px;
  color: #FFFFFF;
  background-color: var(--primary_color);
  border-width: 1px;
  border-color: color-mix(in hsl, var(--primary_color) 90%, black 10%);
  border-style: solid;
  border-radius: 4px;
  padding: 1rem 6px;
  margin: 0 2px 0 0;
  margin-left: 2px;
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

.ann_button:active {
  color: #FFFFFF;
  background: color-mix(in hsl, var(--primary_color) 90%, black 10%);
  border-color: color-mix(in hsl, var(--primary_color) 90%, black 10%);
}

.ann_button:disabled {
  color: #848484;
  text-shadow: 1px 1px 0px #eaeaea;
  background: #dcdcdc;
  border-color: #cccccc;
}

.ann_button label {
  display: block;
}

.list {
  width: 100%;
  font-weight: normal;
  table-layout: fixed;
  border-spacing: 0;
  border-left: 2px color-mix(in hsl, var(--primary_color) 90%, black 10%) solid;
  border-top: 2px color-mix(in hsl, var(--primary_color) 90%, black 10%) solid;
}

.list_header {
  line-height: 30px;
  background-color: var(--primary_color);
  color: var(--primary_text);
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
}

.list_header th {
  font-weight: normal;
  border-bottom: 2px color-mix(in hsl, var(--primary_color) 90%, black 10%) solid;
  border-right: 2px color-mix(in hsl, var(--primary_color) 90%, black 10%) solid;
}

.list_header.moni th {
  font-weight: normal;
  border-bottom: 2px color-mix(in hsl, var(--primary_color) 90%, black 10%) solid;
  border-right: none;
}

.list_header.moni th:not(:last-child) {
  border-right: 2px color-mix(in hsl, var(--primary_color) 90%, black 10%) solid;
}

.list_detail {
  line-height: 30px;
  color: var(--background_text);
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-weight: normal;
}

.list_detail td {
  border-right: 2px color-mix(in hsl, var(--primary_color) 90%, black 10%) solid;
  border-bottom: 2px color-mix(in hsl, var(--primary_color) 90%, black 10%) solid;
  padding: 0px;
}

.list_detail.moni td {
  font-weight: normal;
  border-bottom: 2px color-mix(in hsl, var(--primary_color) 90%, black 10%) solid;
  border-right: none;
}

.list_detail.moni td:not(:last-child) {
  border-right: 2px color-mix(in hsl, var(--primary_color) 90%, black 10%) solid;
}

.list tbody:not(#lstBody) tr:hover {
  background-color: color-mix(in hsl, var(--background_color) 90%, black 10%);
  /* 行の背景色 */
}

.list_moni_text:hover {
  background-color: color-mix(in hsl, var(--background_color) 90%, black 10%);
}

/* マウスオーバー時の背景色を変えるようにしたいので、以下はコメントアウト */

/* 1行おきに背景色を変える
.list_detail tr:nth-child(odd) td{
    background-color: #FFFFFF;
}
.list_detail tr:nth-child(even) td{
    background-color: #F5F5F5;
}
*/

.list_moni_label {
  height: 100px;
  color: #FFFFFF;
  background-color: var(--primary_color);
  border-color: var(--primary_color);
  border-style: solid;
  border-width: 3px;
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 50px;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 0px;
  white-space: nowrap;
}

.list_moni_text {
  height: 80px;
  color: var(--background_text);
  background-color: var(--background_color);
  border-color: var(--primary_color);
  border-style: solid;
  border-width: 10px;
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 70px;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
  white-space: nowrap;
}

.keyboard {
  background-color: #cccccc;
  border-style: solid;
  border-width: 5px;
  border-color: #666666;
  border-radius: 5px;
  /*
  //height: auto; 
  */
  margin: 5px;
  position: fixed !important;
  /*
  //position: absolute; 
  */
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-left: 3px;
  padding-bottom: 3px;
  z-index: 3;
}

.keyboard_button {
  color: #FFFFFF;
  background-color: #666666;
  border-width: 1px;
  border-color: #555555;
  border-style: solid;
  border-radius: 2px;
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  font-weight: normal;
  width: 56px;
  /*
  //height: 38px;
  */
  height: 50px;
  margin-top: 3px;
  margin-left: 0px;
  vertical-align: text-bottom;
}

.keyboard_button:disabled {
  color: #848484;
  /*
  //text-shadow: 1px 1px 0px #eaeaea;
  */
  background: #dcdcdc;
  border-color: #888888;
}

.menu ul {
  list-style: none;
  margin: 0px;
  padding: 0;
  font-size: 0px;
  width: 980px;
}

.menu li {
  display: inline-block;
  /*
  //display: table-cell;
  */
  margin: 0px;
  padding: 0;
  line-height: 60px;
  width: 156.5px;
  margin-left: 0%;
  margin-right: 0%;
  background-color: var(--primary_color);
  color: white;
  font-size: 20px;
  white-space: nowrap;
  /*
  //border-left: 1px solid #00EE99;
  */
}

.menu li:hover {
  background: color-mix(in hsl, var(--primary_color) 90%, black 10%);
}

.menu li a {
  text-decoration: none;
  color: #FFFFFF;
}

.menu ul.menuchild {
  display: none;
  position: absolute;
  /*
  //margin-left: -1px;
  */
  padding: 0;
  width: 156px;
}

.menu ul.menuchild li a {
  display: block;
  color: #ffffff;
}

.menu ul.menuchild a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.menu li a:hover {
  background: color-mix(in hsl, var(--primary_color) 90%, black 10%);
}

.subheader_title {
  position: relative;
}

.subheader_title_left {
  height: 0;
  width: 38px;
  border-bottom: 38px solid var(--primary_color);
  /*
  //border-right: 43px solid transparent;
  */
  display: inline-block;
  _display: inline;
}

.subheader_title label {
  color: #000000;
  /*
  //font-family: メイリオ, HiraKakuProN-W3, Helvetica, Tahoma, Arial, sans-serif;
  */
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 28px;
  /*
  //font-weight: bold;
  //float: left;
  */
  margin-bottom: 0px;
  vertical-align: top;
}

.subheader_title hr {
  margin-top: -5px;
  margin-bottom: 0px;
  height: 5px;
  background-color: var(--primary_color);
  border: none;
  /*
  //width: 980px;
  */
}

.note {
  font-size: 14px;
}

.flow_no {
  border-top-right-radius: 10px;
  /* 右上 */
  border-bottom-left-radius: 10px;
  /* 左下 */
  border: 2px color-mix(in hsl, var(--primary_color) 90%, black 10%) solid;
  /* 枠線の装飾 */
  background-color: var(--primary_color);
  /* 背景色 */
  color: #FFFFFF;
  font-size: 28px;
  width: 32px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
}

.flow_title {
  color: var(--primary_color);
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.contact_body {
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */
  overflow: auto;
  margin: 0;
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

.fixedhead_div {
  overflow: auto;
}

.monicall_footer {
  position: fixed;
  bottom: 5vh;
  left: 0;
  width: 100%;
  height: clamp(36px, 5vh, 50px);
  font-size: clamp(1rem, 2.5vw, 36px);
  background-color: var(--background_color);
  text-align: center;
  color: var(--background_text);
  box-sizing: border-box;
  padding: 0 8px;
  z-index: 1;
}

.monicall-col-call {
  border-right: 3px solid var(--primary_color);
  padding-right: 0;
}

.monicall-col-wait {
  border-left: 3px solid var(--primary_color);
  padding-left: 30px;
}

@media (max-width: 767px) {
  .cont {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #cont .row {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .header_title_left {
    width: 160px !important;
    border-bottom-width: 28px !important;
    border-right-width: 22px !important;
  }

  .monicall-col-call {
    border-right: none !important;
    border-bottom: 3px solid var(--primary_color) !important;
    padding-right: 10px !important;
    padding-bottom: 12px !important;
  }

  .monicall-col-wait {
    border-left: none !important;
    padding-left: 10px !important;
    padding-top: 12px !important;
  }

  #calltable {
    margin-left: 0 !important;
    border-spacing: 4px 8px !important;
    width: 100% !important;
  }

  .monicall_footer {
    height: auto !important;
    min-height: 32px !important;
    font-size: clamp(0.7rem, 3vw, 1rem) !important;
    padding: 4px 8px !important;
    line-height: 1.4;
  }
}

.ann_para {
  color: var(--background_text);
  opacity: 0.5;
  font-size: 1.8rem;
  margin: 1rem 0 0 0;
}

.ann_phr {
  color: var(--background_text);
  opacity: 0.5;
  font-size: 1.8rem;
  text-indent: 0em;
  margin: 0px;
}

div.apprise .apprise-inner {
  background-color: var(--background_color) !important;
}

#cancelNotifyArea {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

#cancelNotifyArea:empty {
  display: none;
}

.cancel-notify {
  display: flex;
  align-items: center;
  border: 2px solid var(--primary_text);
  outline: 10px solid var(--primary_color);
  padding: 6px 12px;
  background: var(--primary_color);
  color: var(--primary_text);
  font-family: メイリオ, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 26px;
}

.cancel-notify__close {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 3.8rem;
  padding: 0 0 0 12px;
  color: var(--primary_text);
}


