@charset "UTF-8";
html {
  font-size: 62.5%;
}
html body {
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-seri;
  background-color: #f9f9f9;
  margin: 0;
  color: #444444;
  /*header*/
}
html body a {
  text-decoration: none;
}
html body p {
  margin: 0;
  display: inline;
}
html body b,
html body strong {
  font-weight: bold;
}
html body dl {
  margin: 0;
}
html body dd {
  margin-left: 0;
}
html body ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
html body h1,
html body h2,
html body h3 {
  margin: 0;
}
html body img {
  width: 100%;
  vertical-align: bottom;
}
html body input,
html body button {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
html body input {
  width: 100%;
}
html body textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  resize: vertical;
}
html body input[type=submit],
html body input[type=button] {
  cursor: pointer;
}
html body label,
html body button {
  cursor: pointer;
}
html body select {
  cursor: pointer;
}
html body select::-ms-expand {
  display: none;
}
html body .txtwhite {
  color: #ffffff;
}
html body .txt_m {
  font-size: 1.6rem;
}
html body .txt_s {
  font-size: 1.4rem;
}
html body .txt_clr01 {
  color: #F8AC5A;
}
html body .txt_clr02 {
  color: #50E1E1;
}
html body .txt_clr03 {
  color: #89FF7D;
}
html body .mgtp_64 {
  margin-top: 6.4rem;
}
html body .bgwhbtn {
  height: 30px;
  padding: 0 2.4rem;
  font-size: 1.4rem;
  background: #ffffff;
  color: #33A5BC;
  border: 1px solid #33A5BC;
  box-sizing: border-box;
  transition: 0.5s;
}
html body .bgwhbtn:hover {
  background: #E4F6F9;
}
html body .bgblubtn {
  height: 30px;
  padding: 0 2.4rem;
  font-size: 1.4rem;
  background: #33A5BC;
  color: #ffffff;
  border: 1px solid #33A5BC;
  box-sizing: border-box;
  transition: 0.5s;
}
html body .bgblubtn:hover {
  background: #E4F6F9;
  color: #33A5BC;
}
html body .statusbtn {
  width: auto;
  background: #202020;
  color: #ffffff;
  border: 1px solid #202020;
  box-sizing: border-box;
  font-size: 1.4rem;
  padding: 0 2.4rem;
  transition: 0.5s;
}
html body .statusbtn:hover {
  background: #ffffff;
  border: 1px solid #202020;
  box-sizing: border-box;
  color: #202020;
}
html body header {
  display: flex;
  width: 100%;
  padding: 16px 32px;
  box-sizing: border-box;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  z-index: 100;
}
html body header .logobx a {
  display: flex;
}
html body header .logobx a img {
  width: 108px;
  height: 2.8rem;
}
html body header .logobx a span {
  color: #CC0033;
  font-size: 1.8rem;
  margin-left: 1.6rem;
  font-family: "Montserrat";
  font-weight: bold;
  margin-top: 0.5rem;
}
html body header .hdmenu {
  display: flex;
  margin: 0 0 0 auto;
  font-size: 1.5rem;
}
html body header .hdmenu a {
  color: #202020;
  margin-left: 4rem;
}
html body main section {
  /*設定*/
  /*ログイン*/
  /*モーダル本体の指定 + モーダル外側の背景の指定*/
  /*モーダル本体の擬似要素の指定*/
  /*モーダル本体に「active」クラス付与した時のスタイル*/
  /*モーダル枠の指定*/
  /*モーダル内のコンテンツの指定*/
}
html body main section .cameraimgbx {
  display: flex;
  gap: 40px;
  padding-bottom: 8px;
  padding-top: 55px;
  justify-content: center;
}
html body main section .cameraimgbx .camerabx {
  width: 54%;
  max-width: 820px;
}
html body main section .cameraimgbx .camerabx .cmrtitle {
  display: flex;
}
html body main section .cameraimgbx .camerabx .cmrtitle .cmrname {
  background-color: #202020;
  padding: 8px 32px;
  text-align: center;
  font-size: 1.8rem;
}
html body main section .cameraimgbx .camerabx .cmrtitle .prioritybtn {
  display: flex;
  align-items: center;
}
html body main section .cameraimgbx .camerabx .cmrtitle .prioritybtn input[type=radio] {
  display: none;
}
html body main section .cameraimgbx .camerabx .cmrtitle .prioritybtn .prtybtn {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-left: 16px;
  padding: 4px 24px;
  border-radius: 5px;
  background-color: #cccccc;
  color: #ffffff;
}
html body main section .cameraimgbx .camerabx .cmrtitle .prioritybtn input[type=radio]:checked + label {
  background-color: #EEF51D;
  color: #202020;
  font-weight: bold;
}
html body main section .cameraimgbx .camerabx .cmrtitle .cmrdelay {
  margin: 0 0 0 auto;
  display: flex;
  font-size: 1.3rem;
  align-items: flex-end;
  height: 43px;
}
html body main section .cameraimgbx .camerabx .cmrtitle .cmrdelay ul {
  margin-right: 0.8rem;
  line-height: 20px;
}
html body main section .cameraimgbx .camerabx .cmrtitle .cmrdelay dl {
  margin-right: 1.6rem;
  display: flex;
  line-height: 20px;
}
html body main section .cameraimgbx .camerabx .cmrtitle .cmrdelay dl dt {
  margin-right: 0.8rem;
}
html body main section .cameraimgbx .camerabx .cmrimg {
  background-color: #cccccc;
}
html body main section .cameraimgbx .camerabx .cmrimg .alldisplay_content_img_wrap .display_mov {
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  margin: auto auto;
}
html body main section .cameraimgbx .camerabx .cmrimg .alldisplay_content_img_wrap .display_mov #canvas01 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
html body main section .cameraimgbx .camerabx .cmrimg .alldisplay_content_img_wrap .display_mov video {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  left: 0;
}
html body main section .cameraimgbx .camerabx .cmrimg .alldisplay_content_img_wrap02 .display_mov02 {
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  margin: auto auto;
}
html body main section .cameraimgbx .camerabx .cmrimg .alldisplay_content_img_wrap02 .display_mov02 #canvas02 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
html body main section .cameraimgbx .camerabx .cmrimg .alldisplay_content_img_wrap02 .display_mov02 video {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  left: 0;
}
html body main section .virtualbx {
  background: #202020;
  display: flex;
  justify-content: center;
}
html body main section .virtualbx .virtualbxin {
  display: flex;
  width: 100%;
  max-width: 1680px;
}
html body main section .virtualbx .virtualbxin .vrtlctbx {
  width: 450px;
  height: 40vh;
  overflow-y: scroll;
}
html body main section .virtualbx .virtualbxin .vrtlctbx a .vetlct {
  width: 100%;
  padding: 16px 4%;
  box-sizing: border-box;
  display: flex;
  position: relative;
  border-bottom: 1px solid #818181;
  transition: 0.5s;
  cursor: pointer;
}
html body main section .virtualbx .virtualbxin .vrtlctbx a .vetlct.isActive {
  background-color: #083344;
}
html body main section .virtualbx .virtualbxin .vrtlctbx a .vetlct:hover {
  background-color: #114E6D;
}
html body main section .virtualbx .virtualbxin .vrtlctbx a .vetlct .videoicon {
  min-width: 3.2rem;
  margin-right: 1.9rem;
  display: flex;
  align-items: center;
}
html body main section .virtualbx .virtualbxin .vrtlctbx a .vetlct .vetlno {
  display: flex;
}
html body main section .virtualbx .virtualbxin .vrtlctbx a .vetlct .vetlno p {
  margin-right: 8px;
}
html body main section .virtualbx .virtualbxin .vrtlctbx a .vetlct .vetlno ul {
  width: 50px;
  margin-right: 16px;
}
html body main section .virtualbx .virtualbxin .vrtlctbx a .vetlct .vetlno ul li {
  margin-bottom: 6px;
}
html body main section .virtualbx .virtualbxin .vrtlctbx a .vetlct .vetlxy ul {
  display: flex;
  margin-bottom: 6px;
}
html body main section .virtualbx .virtualbxin .vrtlctbx a .vetlct .vetlxy ul li {
  margin-right: 5%;
  letter-spacing: 0.2em;
}
html body main section .virtualbx .virtualbxin .vrtlctbx a .vetlct .vetlxy ul li span {
  letter-spacing: normal;
}
html body main section .virtualbx .virtualbxin .vrtlctbx a .vetlct .vetlxy .vetlola {
  display: block;
}
html body main section .virtualbx .virtualbxin .vrtlctbx a .vetlct .vetlxy .vetlola li {
  width: 100%;
}
html body main section .virtualimg01 {
  width: 870px;
  padding: 24px 0 24px 29px;
}
html body main section .virtualimg01 .vetlroadin {
  height: 36vh;
  background-color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body main section .virtualimg01 .vetlroadin .vetltopimg {
  min-width: 607px;
  position: relative;
}
html body main section .virtualimg01 .vetlroadin .vetltopimg .vetlimgin {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
html body main section .virtualimg01 .vetlroadin .vetltopimg .vetlimgin #canvas03 {
  position: absolute;
  width: 100%;
  height: 100%;
}
html body main section .virtualimg02 {
  width: 360px;
  padding: 24px 32px 24px 14px;
  box-sizing: border-box;
}
html body main section .virtualimg02 .vetllivein {
  background-color: #ffffff;
  height: 36vh;
  position: relative;
  overflow: hidden;
}
html body main section .virtualimg02 .vetllivein #canvas04 {
  position: absolute;
  width: 100%;
  height: 100%;
}
html body main section .virtualimg02 .vetllivein > div {
  width: 100%;
  height: 36vh;
  overflow: hidden;
}
html body main section .virtualimg02 .vetllivein > div img {
  position: absolute;
  bottom: 0;
}
html body main section .settingclm {
  width: 100%;
  display: flex;
  /*ユーザーリスト*/
}
html body main section .settingclm .sidemenu {
  width: 320px;
  background-color: #6C6C6C;
  padding: 44px 0;
  box-sizing: border-box;
  height: 100vh;
  position: fixed;
  top: 55px;
  left: 0;
}
html body main section .settingclm .sidemenu a {
  padding: 20px 0;
  display: block;
  color: #ffffff;
  font-size: 1.7rem;
  margin-left: 16%;
  font-weight: bold;
}
html body main section .settingclm .sidemenu a:hover {
  color: #48FFEC;
}
html body main section .settingclm .sidemenu .menucurrent {
  color: #48FFEC;
}
html body main section .settingclm .settingmain {
  padding: 103px 3% 48px 380px;
  width: 680px;
}
html body main section .settingclm .settingmain h1 {
  background-color: #cccccc;
  padding: 6px 16px;
  box-sizing: border-box;
  font-size: 1.7rem;
  margin-bottom: 24px;
}
html body main section .settingclm .settingmain h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 24px;
}
html body main section .settingclm .edit_form_box {
  margin-bottom: 32px;
}
html body main section .settingclm .edit_form_box p {
  font-size: 1.4rem;
  font-weight: bold;
}
html body main section .settingclm .edit_form_box label {
  font-size: 1.4rem;
  margin-bottom: 8px;
  display: block;
}
html body main section .settingclm .edit_form_box input {
  width: 280px;
  background-color: #ffffff;
  padding: 10px 8px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  font-size: 1.4rem;
}
html body main section .settingclm .edit_form_box .select_wrap_large {
  width: 100%;
  position: relative;
}
html body main section .settingclm .edit_form_box .select_wrap_large::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #202020;
  top: 14px;
  left: 260px;
}
html body main section .settingclm .edit_form_box .select_wrap_large select {
  width: 280px;
  background-color: #ffffff;
  padding: 10px 8px;
  border: 1px solid #cccccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html body main section .settingclm .edit_form_box textarea {
  width: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
html body main section .settingclm .historybx {
  font-size: 1.4rem;
  margin-top: 6.4rem;
}
html body main section .settingclm .historybx dl {
  margin-bottom: 32px;
}
html body main section .settingclm .historybx dl dt {
  margin-bottom: 16px;
}
html body main section .settingclm .historybx dl dd {
  font-weight: bold;
}
html body main section .settingclm .settingbtn {
  font-size: 1.4rem;
  position: relative;
}
html body main section .settingclm .settingbtn label {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 8px;
}
html body main section .settingclm .settingbtn input {
  font-size: 1.4rem;
  line-height: 30px;
  margin-bottom: 8px;
  margin-right: 16px;
}
html body main section .settingclm .settingbtn .prevbtn {
  width: 132px;
  height: 3rem;
  line-height: 3rem;
  background-color: #cccccc;
  color: #ffffff;
  transition: 0.5s;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
html body main section .settingclm .settingbtn .prevbtn:hover {
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #707070;
}
html body main section .settingclm .settingbtn .setbtn {
  width: 132px;
  height: 3rem;
  line-height: 3rem;
  background-color: #33A5BC;
  color: #ffffff;
  border: 1px solid #33A5BC;
  box-sizing: border-box;
  transition: 0.5s;
}
html body main section .settingclm .settingbtn .setbtn:hover {
  background-color: #E4F6F9;
  border: 1px solid #33A5BC;
  box-sizing: border-box;
  color: #33A5BC;
}
html body main section .settingclm .settingbtn .lockserial {
  position: relative;
}
html body main section .settingclm .settingbtn .lockserial select {
  width: 28rem;
  padding: 1rem 0.8rem;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  margin-top: 0.8rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
html body main section .settingclm .settingbtn .lockserial select::after {
  content: "●";
  position: absolute;
  width: 20px;
  height: 20px;
  color: #cccccc;
}
html body main section .settingclm .settingbtn .lockserial button {
  margin-left: 1.6rem;
  height: 3.7rem;
}
html body main section .settingclm .serial_detail {
  margin-top: 1.6rem;
  background: #ffffff;
  padding: 2.4rem;
  box-sizing: border-box;
}
html body main section .settingclm .serial_detail dl {
  width: 24.7rem;
  margin-bottom: 3.2rem;
}
html body main section .settingclm .serial_detail dl dt {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
html body main section .settingclm .serial_detail dl dd {
  background: #f2f2f2;
  width: 100%;
  height: 3.7rem;
  padding: 1rem 1.6rem;
  box-sizing: border-box;
  font-size: 1.4rem;
}
html body main section .settingclm .btntype01 {
  margin-top: 0.8rem;
}
html body main section .settingclm .btntype02 {
  display: flex;
}
html body main section .settingclm .btntype02 button {
  min-width: 131px;
  margin-right: 1.6rem;
}
html body main section .settingclm .calcparmbx span {
  font-size: 1.4rem;
}
html body main section .settingclm .usernewbtn {
  width: 100%;
}
html body main section .settingclm .usernewbtn a {
  display: block;
  width: 170px;
  line-height: 30px;
  margin: -54px 0 0 auto;
  background-color: #FBD726;
  border: 1px solid #FBD726;
  box-sizing: border-box;
  color: #202020;
  text-align: center;
  font-size: 1.5rem;
  transition: 0.5s;
}
html body main section .settingclm .usernewbtn a:hover {
  background: #FFF6CB;
  border: 1px solid #FBD726;
  box-sizing: border-box;
  color: #202020;
}
html body main section .settingclm .userlistbx {
  margin-top: 16px;
  font-size: 1.4rem;
  text-align: left;
}
html body main section .settingclm .userlistbx table tr {
  display: flex;
  align-items: center;
}
html body main section .settingclm .userlistbx table tr:nth-child(even) {
  background-color: #ffffff;
}
html body main section .settingclm .userlistbx table tr th {
  font-weight: normal;
}
html body main section .settingclm .userlistbx table tr .username {
  width: 592px;
  padding: 10px 8px;
  box-sizing: border-box;
}
html body main section .settingclm .userlistbx table tr .usericon {
  width: 88px;
  display: flex;
  gap: 16px;
  padding: 0 16px;
  box-sizing: border-box;
}
html body main section .settingclm .userlistbx table tr .usericon a {
  transition: 0.5s;
}
html body main section .settingclm .userlistbx table tr .usericon a:hover {
  opacity: 0.7;
}
html body main section .settingclm .oploglistbx {
  margin-top: 16px;
  font-size: 1.4rem;
  text-align: left;
}
html body main section .settingclm .oploglistbx table tr {
  display: flex;
  align-items: center;
}
html body main section .settingclm .oploglistbx table tr:nth-child(even) {
  background-color: #ffffff;
}
html body main section .settingclm .oploglistbx table tr th {
  font-weight: normal;
}
html body main section .settingclm .oploglistbx table tr .operated {
  width: 150px;
  padding: 10px 8px;
  box-sizing: border-box;
}
html body main section .settingclm .oploglistbx table tr .username {
  width: 120px;
  padding: 10px 8px;
  box-sizing: border-box;
}
html body main section .settingclm .oploglistbx table tr .action {
  width: 410px;
  padding: 10px 8px;
  box-sizing: border-box;
}
html body main section .settingclm .pagination {
  margin: 40px 0 0;
}
html body main section .settingclm .pagination ul {
  display: flex;
  width: 500px;
  justify-content: center;
  margin: 0 auto;
}
html body main section .settingclm .pagination li {
  color: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
html body main section .settingclm .pagination li.current {
  background-color: #ccc;
}
html body main section .settingclm .pagination li.prev a {
  position: relative;
}
html body main section .settingclm .pagination li.prev a:hover {
  background-color: #f9f9f9;
}
html body main section .settingclm .pagination li.prev a::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 5px);
  left: calc(50% - 3px);
  width: 8px;
  height: 8px;
  border-top: 2px solid #444;
  border-right: 2px solid #444;
  transform: rotate(-135deg);
}
html body main section .settingclm .pagination li.next a {
  position: relative;
}
html body main section .settingclm .pagination li.next a:hover {
  background-color: #f9f9f9;
}
html body main section .settingclm .pagination li.next a::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 5px);
  right: calc(50% - 3px);
  width: 8px;
  height: 8px;
  border-top: 2px solid #444;
  border-right: 2px solid #444;
  transform: rotate(45deg);
}
html body main section .settingclm .pagination a {
  color: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s all;
  width: 40px;
  height: 40px;
}
html body main section .settingclm .pagination a:hover {
  background-color: #8B98B8;
  color: #fff;
  transition: 0.4s all;
}
html body main section .loginbx {
  width: 430px;
  margin: 162px auto 0;
}
html body main section .loginbx h1 {
  width: 108px;
  margin: 0 auto 8px;
}
html body main section .loginbx h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 24px;
  color: #CC0033;
  font-family: "Montserrat";
  font-weight: bold;
}
html body main section .loginbx .loginwhbg {
  background-color: #ffffff;
  padding: 64px 40px;
  box-sizing: border-box;
}
html body main section .loginbx .loginwhbg h3 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 30px;
}
html body main section .loginbx .loginwhbg .logininpt {
  width: 100%;
  margin-bottom: 24px;
}
html body main section .loginbx .loginwhbg .logininpt label {
  font-size: 1.5rem;
  margin-bottom: 4px;
  display: block;
}
html body main section .loginbx .loginwhbg .logininpt input {
  background-color: #f2f2f2;
  line-height: 40px;
  padding: 0 8px;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.6rem;
}
html body main section .loginbx .loginwhbg button {
  width: 190px;
  margin: 40px auto 0;
  background-color: #CC0033;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 16px 0;
  border: 1px solid #CC0033;
  box-sizing: border-box;
  transition: 0.5s;
  display: block;
}
html body main section .loginbx .loginwhbg button:hover {
  background-color: #ffffff;
  color: #CC0033;
  border: 1px solid #CC0033;
  box-sizing: border-box;
}
html body main section .modal-open {
  cursor: pointer;
}
html body main section .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}
html body main section .modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
html body main section .modal-container.active {
  opacity: 1;
  visibility: visible;
}
html body main section .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
html body main section .modal-content {
  width: 50.3rem;
  height: 30.8rem;
  background: #fff;
  text-align: center;
  padding: 72px 0;
  box-sizing: border-box;
  border-radius: 20px;
}
html body main section .modal-content p {
  font-size: 1.6rem;
  margin-bottom: 6.4rem;
}
html body main section .modal-content .modal_btn {
  width: 29.4rem;
  display: flex;
  margin: 6.4rem auto 0;
}
html body main section .modal-content .modal_btn .mdlbtncan {
  width: 13.1rem;
  height: 5.6rem;
  line-height: 5.6rem;
  background: #cccccc;
  color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.4rem;
  margin: 0 0.8rem;
  transition: 0.5s;
}
html body main section .modal-content .modal_btn .mdlbtncan:hover {
  background: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #707070;
}
html body main section .modal-content .modal_btn .mdlbtnup {
  width: 13.1rem;
  height: 5.6rem;
  line-height: 5.6rem;
  background: #33A5BC;
  border: 1px solid #33A5BC;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  margin: 0 0.8rem;
  transition: 0.5s;
}
html body main section .modal-content .modal_btn .mdlbtnup:hover {
  background: #E4F6F9;
  border: 1px solid #33A5BC;
  box-sizing: border-box;
  color: #33A5BC;
}/*# sourceMappingURL=main.css.map */