#lodingOverlay {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.75);
}
#lodingBox {
    top: 50%;
    position: fixed;
    transform: translate(-50%, -60%);
    left: 50%;
    border-radius: 4px;
    padding: 6px;
    text-align: center;
}
.lodingMessage {
    position: fixed;
    color: white;
    z-index: 1000;
    font-size: 2rem;
    width: 260px;
    left: -50%;
    top: 130px;
}
@media screen and (min-width: 1024px) {
#lodingBox {
        width: 132px;
        transform: translate(-50%, -90%);
}
#lodingOverlay {
        left: 85px;
}
}

.confirm-box-for-app { /* Safari用 */
    position: sticky; /* 要素をスクロールに応じて固定 */
    background-color: #fff;
    width: 90%;
    max-width: 600px;
    padding: 30px 50px;
}
/* for Microsoft Edge */
@supports (-ms-ime-align: auto) {
.confirm-box-for-app {
        position: fixed;
}
}
/* for Firefox */
@-moz-document url-prefix() {
.confirm-box-for-app {
        position: fixed !important;
}
}
.confirm-box-for-app__copy {
    font-size: 2rem;
    font-weight: bold;
}
.confirm-box-for-app__desc {
    font-size: 1.2rem;
    margin-top: 10px;
}
.confirm-box-for-app__btnwrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
.confirm-box-for-app button {
    font-size: 1.3rem;
    width: 150px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
}
.confirm-box-for-app button.confirm-btn {
    background-color: #a8a8a8;
}
.confirm-box-for-app button.confirm-btn:hover {
    opacity: 0.7;
}
.confirm-box-for-app-modal-overlay {
    position: fixed;
    z-index: 10000;
    top: 0%;
    left: 0;
    width: 100%;
    height: 300%;
    background: rgba(0, 0, 0, 0.5);
}

*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}

@charset "utf-8";

/* ======== ベース ======== */
html {
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
        "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka",
        sans-serif;
    font-size: 10px;
}
body {
    background: #e2e2e2;
    word-break: break-all;
}
@media screen and (min-width: 1024px) {
body {
        background: url(data:image/gif;base64,R0lGODlhaQABAHAAACwAAAAAaQABAIH19fUAAAAAAAAAAAACCISPqcvtD6MsADs=), #e2e2e2;
        background-size: 85px;
        background-position: left 0;
        background-repeat: repeat-y;
}
}
a,
a:hover,
a:visited,
a:active {
    text-decoration: none;
}

/* ====== TOPへ戻るボタン ====== */
#page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/top_page.svg);
}
#page_top:hover {
    opacity: 0.8;
}

/* ====== ナビゲーションバー関連 ====== */
.blur {
    -webkit-animation: blurPanel 0.3s forwards;
    animation: blurPanel 0.3s forwards;
}
@-webkit-keyframes blurPanel {
0% {
        filter: blur(0px);
}
100% {
        filter: blur(6px);
}
}
@media screen and (min-width: 1024px) {
.blur {
        -webkit-animation: unBlurPanel 0.1s forwards;
        animation: unBlurPanel 0.1s forwards;
}
@-webkit-keyframes unBlurPanel {
0% {
            filter: blur(6px);
}
100% {
            filter: blur(0px);
}
}
}
#blackPanel {
    top: 0%;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: none;
    transition: 0.3s ease;
}
#blackPanel.active {
    display: block;
}

/* ====== サブヘッダ(現場名、操作メニューの帯) ====== */
#subHeader {
    background-color: #f4f4f4;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 1rem;
}
#subHeader h2 {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.8rem;
    color: #5c5c5c;
    line-height: 1.4;
    overflow: hidden;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0 1rem 1rem;
    cursor: default;
}
#subHeader div.controller {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
#subHeader div.controller select {
    height: 36px;
    border: 1px solid #5c5c5c;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    color: #5c5c5c;
    font-size: 1.4rem;
    padding: 0 1.2rem;
}
#subHeader div.controller option {
    color: #000;
    font-size: 1.4rem;
}
#subHeader div.controller select.size {
    display: none;
}
#subHeader div.controller > div {
    margin: 10px auto;
}
#subHeader div.controller > div:last-child {
    margin: 0 0 1rem 0;
}
#subHeader div.controller select.device {
    width: 160px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#subHeader div.controller select.type {
    width: 160px;
}
#subHeader div.controller select.size,
#subHeader div.controller select.type {
    height: 36px;
    font-size: 1.4rem;
}
#subHeader
    div.controller
    select.size
    option
    #subHeader
    div.controller
    select.type
    option {
    font-size: 1.4rem;
}
#subHeader div.controller div.view_apply {
    width: 100%;
}
#subHeader div.controller input[type="submit"],
.photo_list_sp input[type="submit"] {
    width: 70%;
    height: 36px;
    border: 0 none;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 5px;
    border-radius: 5px;
    text-indent: 5px;
    background: linear-gradient(135deg, #288df7 0%, #30f1f0 100%);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-appearance: none;
}
#subHeader div.controller > div:last-child {
    margin: 0 0 1rem 0;
}

/* ====== カメラ関連 ====== */
#cameraList {
    margin-bottom: 70px;
    padding-top: 2rem;
}
#cameraList > ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    flex-wrap: wrap;
}
#cameraList > ul > li {
    margin-bottom: 2rem;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.1);
    background-color: #f4f4f4;
    border-radius: 10px 10px 0 0;
}
#cameraList ul li div.list_header {
    background-color: #164c94;
    border-radius: 10px 10px 0 0;
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#cameraList ul li div.list_header h3,
div.modal-window p.modal-window-title {
    color: #fff;
    padding: 1rem;
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.3;
    display: block;
    align-items: center;
}
#cameraList ul li div.list_header h3 span,
div.modal-window p.modal-window-title span {
    display: block;
    text-indent: 0rem;
    font-size: 1.2rem;
}
#cameraList ul li div.list_header h3 span.live,
div.modal-window p.modal-window-title span.live,
#cameraList ul li div.list_header h3 span.stop_live,
#cameraList ul li div.list_header h3 span.rec,
div.modal-window p.modal-window-title span.rec,
#cameraList ul li div.list_header h3 span.snap {
    padding: 3px 4px;
    border-radius: 3px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
    display: inline-block;
    text-indent: 0;
    margin: 0 1rem 0 0;
    font-size: 1.2rem;
    letter-spacing: 1px;
}
#cameraList ul li div.list_header h3 span.live span,
div.modal-window p.modal-window-title span.live span,
#cameraList ul li div.list_header h3 span.stop_live span,
#cameraList ul li div.list_header h3 span.rec span,
div.modal-window p.modal-window-title span.rec span,
#cameraList ul li div.list_header h3 span.snap span {
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 1px;
    display: none;
}
#cameraList ul li div.list_header h3 span.live,
div.modal-window p.modal-window-title span.live {
    color: #fff;
    background-color: #00b577;
    border: 1px solid #00ff90;
    letter-spacing: 0px;
}
#cameraList ul li div.list_header h3 span.stop_live,
div.modal-window p.modal-window-title span.stop_live,
#cameraList ul li div.list_header h3 span.rec,
div.modal-window p.modal-window-title span.rec {
    color: #fff;
    background-color: #dd0000;
    border: 1px solid #ff0099;
    letter-spacing: 0px;
}
#cameraList ul li div.list_header h3 span.snap {
    border: 1px solid #3c81ff;
    color: #3c81ff;
    letter-spacing: 0px;
}
#cameraList ul li div.list_body div.photo {
    width: 100%;
    position: relative;
}
#cameraList ul li div.list_body div.photo img {
    width: 100%;
}

/* ====== タブレット横以上 ======*/
@media screen and (min-width: 1024px) {
.blur {
        -webkit-animation: unBlurPanel 0.1s forwards;
        animation: unBlurPanel 0.1s forwards;
}
@-webkit-keyframes unBlurPanel {
0% {
            filter: blur(6px);
}
100% {
            filter: blur(0px);
}
}
#Wrapper {
        width: 100%;
        height: 100%;
}
#blackPanel {
        display: none;
}
#blackPanel.active {
        display: none;
}
.main_container {
        width: 100%;
        display: flex;
        height: calc(100% - 60px);
}
#mainBlock {
        width: 100%;
        filter: blur(0px) !important;
}
#subHeader {
        justify-content: space-between;
        position: relative;
        flex-wrap: wrap;
}
#subHeader div.controller {
        width: auto;
        vertical-align: bottom;
        margin: 0 0 0 1.5rem;
}
#subHeader h2 {
        min-height: 56px;
        display: flex;
        align-items: center;
        width: auto;
        text-align: left;
        margin-right: 3rem;
        box-shadow: none;
        padding: 0 0 0.7rem 1.5rem;
        border-bottom: inherit;
}
#subHeader div.controller {
        width: auto;
        vertical-align: bottom;
        margin: 0 0 0 1.5rem;
}
#subHeader div.controller > div {
        margin: 0 1.5rem 1rem 0;
}
#subHeader div.controller .datepicker {
        width: 160px;
}
#subHeader div.controller .datepicker input {
        width: 160px;
        height: 36px;
        font-size: 1.4rem;
        text-indent: 1rem;
        letter-spacing: 1px;
}
#subHeader div.controller .datepicker input::-moz-placeholder {
        font-size: 1.4rem;
        letter-spacing: 1px;
}
#subHeader div.controller .datepicker input:-ms-input-placeholder {
        font-size: 1.4rem;
        letter-spacing: 1px;
}
#subHeader div.controller .datepicker input::placeholder {
        font-size: 1.4rem;
        letter-spacing: 1px;
}
#subHeader div.controller label.size,
    #subHeader div.controller select.size {
        display: inline;
}
#subHeader div.controller select.size,
    #subHeader div.controller select.device {
        height: 36px;
        font-size: 1.4rem;
}
#subHeader
        div.controller
        select.size
        option
        #subHeader
        div.controller
        select.device
        option {
        font-size: 1.4rem;
}
#subHeader div.controller div.view_apply {
        width: auto;
}
#subHeader div.controller div.view_apply input[type="submit"] {
        height: 36px;
        width: 120px;
}
#cameraList {
        margin: 30px 0 35px 0;
        padding-top: 0;
}
#cameraList > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
}
#cameraList > ul > li {
        margin-bottom: 3rem;
        margin-left: 3rem;
        margin-right: 3rem;
        height: 100%;
        width: 100%;
}
#cameraList > ul > li.small {
        width: 400px;
}
#cameraList > ul > li.medium {
        width: 800px;
}
#cameraList ul li div.list_header h3,
    div.modal-window p.modal-window-title {
        padding-left: 1.2rem;
        font-size: 1.6rem;
        display: block;
        letter-spacing: 1px;
}
#cameraList ul li div.list_header h3 span,
    div.modal-window p.modal-window-title span {
        font-size: 1.5rem;
}
#cameraList ul li div.list_header h3 span.live span,
    div.modal-window p.modal-window-title span.live span,
    #cameraList ul li div.list_header h3 span.stop_live span,
    #cameraList ul li div.list_header h3 span.rec span,
    div.modal-window p.modal-window-title span.rec span,
    #cameraList ul li div.list_header h3 span.snap span {
        display: inline;
        padding-left: 2px;
}
#cameraList ul li div.list_body {
        display: flex;
        flex-wrap: nowrap;
}
#cameraList ul li div.list_body div.photo {
        display: flex;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.6);
}
}

/* ====== スマホ画面縦用 ====== */
@media screen and (max-width: 480px) {
#subHeader div.controller {
        display: block;
}
#subHeader div.controller input[type="submit"] {
        width: 160px;
}
}

/* ====== タブレット横画面から ====== */
@media screen and (min-width: 1024px) {
#subHeader div.controller > div {
        -webkit-margin-before: 0 !important;
        -webkit-margin-after: 1rem !important;
        -webkit-margin-start: 0 !important;
        -webkit-margin-end: 1.5rem !important;
}
}
@-moz-document url-prefix() {
@media screen and (min-width: 1024px) {
#subHeader div.controller > div:last-child {
            margin-right: 1.5rem;
}
}
}

/* ====== タブレット縦画面まで ====== */
@media screen and (max-width: 1023px) {
    /* ヘッダー固定用 */
#subHeader {
        padding-top: 60px;
}
}

/* ======== メニューボックス（外） ======== */
header div.logout {
    display: none;
}
header div.logout .logout-icon {
    display: none;
}

/* ======== メニューボックス（中） ======== */
#header-menu-box {
    display: none;
    color: white;
}
.header-menu {
    color: white;
    display: grid;
    border-bottom: 1px dotted #fff;
    width: 150px;
    height: 40px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    list-style: none;
    text-indent: 4rem;
    text-decoration: none;
    padding-top: 5%;
}
.header-menu#help-button {
    background-image: url(../img/help.svg);
    background-repeat: no-repeat;
    background-position: 7px center;
    background-size: 25px;
}
.header-menu#logout-button {
    border-bottom: 0 none;
    background-image: url(../img/logout.svg);
    background-repeat: no-repeat;
    background-position: 8px;
    background-size: 25px;
}
.header-menu:hover {
    color: white;
    background-color: #2c75c4;
}

/* ======== ヘッダー ======== */
#Header {
    background-color: #fff;
    display: flex;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 13000;
    height: 50px;
}
#Header .container {
    width: 125px;
    min-width: 125px;
    display: flex;
}
#Header .drawer {
    width: 40px;
    height: 100%;
    background: #164c97;
    background: linear-gradient(45deg, #164c97 0%, #217bfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164c97', endColorstr='#217bfb',GradientType=1 );
    display: flex;
    align-items: center;
}
#Header .menu-trigger {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
#Header .menu-trigger div {
    width: 22px;
    height: 22px;
    position: relative;
    margin: 0 auto;
}
#Header .menu-trigger:hover {
    cursor: pointer;
}
#Header .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}
#Header .menu-trigger span:nth-of-type(1) {
    top: 0px;
    -webkit-animation: menu-bar01 0.5s forwards;
    animation: menu-bar01 0.5s forwards;
}
#Header .menu-trigger span:nth-of-type(2) {
    top: 10px;
    transition: all 0.25s 0.25s;
    opacity: 1;
}
#Header .menu-trigger span:nth-of-type(3) {
    bottom: 0px;
    -webkit-animation: menu-bar02 0.5s forwards;
    animation: menu-bar02 0.5s forwards;
}
#Header .menu-trigger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 0.5s forwards;
    animation: active-menu-bar01 0.5s forwards;
}
#Header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
#Header .menu-trigger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 0.5s forwards;
    animation: active-menu-bar03 0.5s forwards;
}
#Header h1 {
    display: block;
    height: 100%;
    width: 75px;
    background-size: 75px;
    background-image: url(../img/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    text-indent: 110%;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 0.5rem;
}
#Header h1:hover {
    opacity: 0.7;
}
#Header h2 {
    min-height: 50px;
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: normal;
    padding-left: 1rem;
    color: #5c5c5c;
    line-height: 1.2;
    overflow: hidden;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    text-indent: 1rem;
}

/* ======== アニメーション ======== */
@-webkit-keyframes menu-bar01 {
0% {
        -webkit-transform: translateY(10px) rotate(45deg);
}
50% {
        -webkit-transform: translateY(10px) rotate(0);
}
100% {
        -webkit-transform: translateY(0) rotate(0);
}
}
@keyframes menu-bar01 {
0% {
        transform: translateY(10px) rotate(45deg);
}
50% {
        transform: translateY(10px) rotate(0);
}
100% {
        transform: translateY(0) rotate(0);
}
}
@-webkit-keyframes menu-bar02 {
0% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
}
50% {
        -webkit-transform: translateY(-10px) rotate(0);
}
100% {
        -webkit-transform: translateY(0) rotate(0);
}
}
@keyframes menu-bar02 {
0% {
        transform: translateY(-10px) rotate(-45deg);
}
50% {
        transform: translateY(-10px) rotate(0);
}
100% {
        transform: translateY(0) rotate(0);
}
}
@-webkit-keyframes active-menu-bar01 {
0% {
        -webkit-transform: translateY(0) rotate(0);
}
50% {
        -webkit-transform: translateY(10px) rotate(0);
}
100% {
        -webkit-transform: translateY(10px) rotate(45deg);
}
}
@keyframes active-menu-bar01 {
0% {
        transform: translateY(0) rotate(0);
}
50% {
        transform: translateY(10px) rotate(0);
}
100% {
        transform: translateY(10px) rotate(45deg);
}
}
@-webkit-keyframes active-menu-bar03 {
0% {
        -webkit-transform: translateY(0) rotate(0);
}
50% {
        -webkit-transform: translateY(-10px) rotate(0);
}
100% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
}
}
@keyframes active-menu-bar03 {
0% {
        transform: translateY(0) rotate(0);
}
50% {
        transform: translateY(-10px) rotate(0);
}
100% {
        transform: translateY(-10px) rotate(-45deg);
}
}

/* ======== 【タブレット横以上】 ======== */
@media screen and (min-width: 1024px) {
    /* ======== ヘッダー ======== */
#Header {
        width: 100%;
        height: 50px;
}
#Header .container {
        width: 85px;
        min-width: 85px;
        display: flex;
}
#Header h1 {
        width: 75px;
        background-size: 75px;
        margin: 0 auto;
}
#Header h2 {
        padding-left: 0rem;
        min-height: 50px;
        font-size: 2rem;
}
#Header .drawer {
        display: none;
}

    /* ======== メニューボックス（外） ======== */
header div.logout {
        display: flex;
        align-items: center;
        margin: 0 0 0 auto;
}
header div.logout .logout-icon {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 150px;
        height: 29px;
        padding-right: 10px;
        color: #164c94;
        font-size: large;
        cursor: pointer;
        transition: 0.3s ease;
        background-image: url(../img/user_b.svg);
        background-repeat: no-repeat;
        background-position: 70%;
}

    /* ======== メニューボックス（中） ======== */
#header-menu-box {
        background-color: #164c94;
        display: block;
        position: absolute;
        margin-bottom: 0;
        width: 150px;
        height: 80px;
        right: 0%;
        /* ローディング中のヘルプ・ログアウト操作を可能にする */
        z-index: 10001;
        text-align: left;
        cursor: pointer;
}
}

/* ========【タブレット横まで】======== */
@media screen and (max-width: 1023px) {
    /* ヘッダー固定用 */
#Header {
        width: 100%;
        position: fixed;
        z-index: 14000;
}
}

/* ======== ナビゲーションバー ======== */
#Navigation {
    width: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    /* z-index: 1300; */
    height: 100%;
}
#Navigation .container {
    display: none;
}
#Navigation ul {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
#Navigation ul li {
    width: calc(100% / 3);
    border-bottom: 1px solid #dde0e7;
    border-right: 1px solid #dde0e7;
    background-color: #fff;
}
#Navigation ul li a {
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    background-position: center 11px;
    background-repeat: no-repeat;
    background-size: 28px;
    color: #164c94;
    text-decoration: none;
    line-height: 7.6;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 1.2rem;
    cursor: pointer;
}
#Navigation ul li:hover,
#Navigation ul li.active,
#Navigation ul li:visited {
    background-color: rgba(200, 200, 200, 1);
}
#Navigation ul li a:hover,
#Navigation ul li a:active,
#Navigation ul li a:visited {
    text-decoration: none;
}
#Navigation ul li:nth-of-type(3n) {
    border-right: 0 none;
}
#Navigation ul li.home a {
    background-image: url(../img/home_b.svg);
}
#Navigation ul li.live a {
    background-image: url(../img/live_b.svg);
}
#Navigation ul li.clip a {
    background-image: url(../img/clip_b.svg);
}
#Navigation ul li.history a {
    background-image: url(../img/history_b.svg);
}
#Navigation ul li.settings a {
    background-image: url(../img/gear_b.svg);
}
#Navigation ul li.user a {
    background-image: url(../img/user_b.svg);
}
#Navigation ul li.help a {
    cursor: pointer;
    background-image: url(../img/help_b.svg);
}
#Navigation ul li.logout a {
    cursor: pointer;
    background-image: url(../img/logout_b.svg);
}

/*【タブレット横以上】*/
@media screen and (min-width: 1024px) {
#Navigation {
        width: 85px;
        min-width: 85px;
        flex-basis: 85px;
        position: relative;
        background-color: #f5f5f5;
}
#Navigation .container {
        display: block !important;
}
#Navigation ul {
        display: block;
        position: relative;
        box-shadow: none;
}
#Navigation ul li {
        width: 100%;
        border-bottom: 1px solid #dde0e7;
        border-right: 0 none;
}
#Navigation ul li a {
        display: block;
        height: 85px;
        background-position: center 21px;
        line-height: 8.5;
        font-size: 1.4rem;
        color: #164c97;
}
#Navigation ul li.active a,
    #Navigation ul li:hover a {
        color: #fff;
}
#Navigation ul li:hover,
    #Navigation ul li.active {
        background: #164c97;
        background: linear-gradient(45deg, #164c97 0%, #217bfb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164c97', endColorstr='#217bfb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#Navigation ul li.home.active a,
    #Navigation ul li.home:hover a {
        background-image: url(../img/home.svg);
}
#Navigation ul li.live.active a,
    #Navigation ul li.live:hover a {
        background-image: url(../img/live.svg);
}
#Navigation ul li.clip.active a,
    #Navigation ul li.clip:hover a {
        background-image: url(../img/clip.svg);
}
#Navigation ul li.history.active a,
    #Navigation ul li.history:hover a {
        background-image: url(../img/history.svg);
}
#Navigation ul li.settings.active a,
    #Navigation ul li.settings:hover a {
        background-image: url(../img/gear.svg);
}
#Navigation li.help {
        display: none;
}
#Navigation li.logout {
        display: none;
}
}

/* ======== 【タブレット縦まで】 ======== */
@media screen and (max-width: 1023px) {
#Navigation {
        /* ローディング中のメニュー操作を可能にする */
        z-index: 13000;
}
    /* ヘッダー固定用 メニューも固定 */
#Navigation ul {
        padding-top: 50px;
        position: fixed;
}
}

.confirm-box { /* Safari用 */
    position: sticky; /* 要素をスクロールに応じて固定 */
    background-color: #fff;
    width: 90%;
    max-width: 600px;
    padding: 30px 50px;
}
/* for Microsoft Edge */
@supports (-ms-ime-align: auto) {
.confirm-box {
        position: fixed;
}
}
/* for Firefox */
@-moz-document url-prefix() {
.confirm-box {
        position: fixed !important;
}
@media screen and (min-width: 1024px) {
.confirm-box {
            position: sticky !important;
}
}
}
.confirm-box__copy {
    font-size: 2rem;
    font-weight: bold;
}
.confirm-box__desc {
    font-size: 1.2rem;
    margin-top: 10px;
}
.confirm-box__btnwrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
.confirm-box button {
    font-size: 1.3rem;
    width: 150px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
.confirm-box button:hover {
    opacity: 0.7;
}
.confirm-box button.forward-btn {
    background: linear-gradient(135deg, #288df7 0%, #30f1f0 100%);
}
.confirm-box button.exit-btn {
    background-color: #a8a8a8;
}
.confirm-box-modal-overlay {
    position: fixed;
    z-index: 10000;
    top: 0%;
    left: 0;
    width: 100%;
    height: 300%;
    background: rgba(0, 0, 0, 0.5);
}
/* for Firefox */
@-moz-document url-prefix() {
    /* PC表示の認証エラーモーダル用*/
@media screen and (min-width: 1024px) {
.confirm-box-modal-overlay {
            position: absolute;
}
}
}

.delete-box {
    /* Safari用 */
    /* 要素をスクロールに応じて固定 */
    position: sticky;
    background-color: #fff;
    width: 90%;
    max-width: 600px;
    padding: 30px 50px;
}
/* for Microsoft Edge */
@supports (-ms-ime-align: auto) {
.delete-box {
        position: fixed;
}
}
/* for Firefox */
@-moz-document url-prefix() {
@media screen and (max-width: 1024px) {
.delete-box {
            position: fixed;
}
}
}
.delete-box__copy {
    font-size: 2rem;
    font-weight: bold;
}
.delete-box__desc {
    font-size: 1.2rem;
    margin-top: 10px;
}
.delete-box__btnwrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
.delete-box button {
    font-size: 1.3rem;
    width: 150px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #cbcbcb;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}
.delete-box button.cancel-btn:hover {
    background-color: #cfdae7;
}
.delete-box button.delete-btn {
    background: linear-gradient(135deg, #288df7 0%, #30f1f0 100%);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-left: 10px;
}
.delete-box button.delete-btn:hover {
    opacity: 0.7;
}
.delete-box-modal-overlay {
    position: fixed;
    z-index: 1000;
    top: 0%;
    left: 0;
    width: 100%;
    height: 300%;
    background: rgba(0, 0, 0, 0.5);
}

/* ======== safariのみ ======== */
#cameraList
    ul
    li.clearfix
    div.list_body
    div.photo_list
    ul.live_time_list:not(html) {
    -webkit-transform: translate3d(0, 0, 0);
}

/* ====== サムネイル関連 ====== */
.photo_list_sp {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 0rem 1rem 0.5rem;
    padding-top: 0.5rem;
}
.photo_list_sp select {
    width: 160px;
    height: 36px;
    border: 0 none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #5c5c5c;
    color: #5c5c5c;
    font-size: 1.4rem;
    padding: 0 1.2rem;
    margin: 0.5rem 0;
}
.photo_list_sp select option {
    font-size: 1.4rem;
    color: #000;
}
.photo_list_sp label {
    font-size: 1.3rem;
    color: #5c5c5c;
    margin: 0 1rem 0 0;
    text-align: right;
    white-space: nowrap;
}
.photo_list_sp input[type="submit"] {
    width: 75px;
    margin-left: 1rem;
    font-size: 1.5rem;
}
#cameraList ul li div.list_header h3.home_thumbnail_head_name {
    padding-right: 50px;
}
/* カメラ直当たりアイコン */
#cameraList ul li div.list_header .setting {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
}
#cameraList ul li div.list_header .setting a {
    display: flex;
    background: linear-gradient(135deg, #2b2b2b 0%, #000 100%);
    height: 100%;
    width: 40px;
    line-height: 3.5;
    text-align: center;
    border-radius: 0 10px 0 0;
}
#cameraList ul li div.list_header .setting img {
    width: 20px;
    margin: 0 auto;
}
#cameraList ul li div.list_body div.photo_list ul {
    display: none;
}

/* ======== 検索欄と選択欄 ======== */
.search {
    width: 210px;
    height: 36px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #5c5c5c;
    color: #5c5c5c;
    font-size: 1.4rem;
    text-indent: 0.5rem;
    letter-spacing: 1px;
}
.search::-moz-placeholder {
    color: #cccccc;
}
.search:-ms-input-placeholder {
    color: #cccccc;
}
.search::placeholder {
    color: #cccccc;
}

/* ======== 選択欄 ======== */
#subHeader div.controller select.search {
    font-size: 1.4rem;
    letter-spacing: 1px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.option-desc {
    display: none;
}

/* ======== 日時取得リスト内のローディング ======== */
.loadBox {
    display: none;
}
.loadImg {
    display: none;
}
.loadBodyBox {
    z-index: 101;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}
.loadBodyImg {
    display: block;
    margin: auto auto;
}
.loadingCircle {
    width: 100px;
    height: auto;
}
.loadDiv {
    height: 46px;
}

/* ======== タブレット横以上 ======== */
@media screen and (min-width: 1024px) {
#subHeader div.controller input[type="text"].search {
        width: 270px;
        height: 36px;
        font-size: 1.4rem;
        background-repeat: no-repeat;
        background-position: 1rem center;
        text-indent: 4rem;
        background-image: url(../img/renz.svg);
        letter-spacing: 1px;
}
#subHeader div.controller input[type="text"].search::-moz-placeholder {
        font-size: 1.4rem;
        text-indent: 4rem;
        letter-spacing: 1px;
        color: #cccccc;
}
#subHeader div.controller input[type="text"].search:-ms-input-placeholder {
        font-size: 1.4rem;
        text-indent: 4rem;
        letter-spacing: 1px;
        color: #cccccc;
}
#subHeader div.controller input[type="text"].search::placeholder {
        font-size: 1.4rem;
        text-indent: 4rem;
        letter-spacing: 1px;
        color: #cccccc;
}
#subHeader div.controller select.search {
        width: 270px;
        height: 36px;
        font-size: 1.4rem;
        letter-spacing: 1px;
        text-align: left;
}
.photo_list_sp {
        display: none;
}
    /* ローディングアイコン */
.loadBox {
        z-index: 101;
        width: 100%;
        height: 100%;
        display: flex;
        background-color: rgba(0, 0, 0, 0.5);
}
.loadImg {
        display: block;
        margin: auto auto;
}
.loadBodyBox {
        display: none;
}
.loadBodyImg {
        display: none;
}
#cameraList ul li div.list_header h3.home_thumbnail_head_name {
        padding-right: 60px;
}
    /* カメラ直当たりアイコン */
#cameraList ul li div.list_header .setting {
        display: block;
        height: 100%;
}
#cameraList ul li div.list_header .setting a {
        height: 100%;
        width: 50px;
        display: flex;
        align-items: center;
        text-align: center;
}
#cameraList ul li div.list_header .setting a img {
        width: 25px;
        margin: 0 auto;
}
#cameraList ul li div.list_body div.photo_list {
        width: 180px;
        min-width: 180px;
        flex-basis: 180px;
        background-color: rgba(255, 255, 255, 0.1);
}
#cameraList ul li div.list_body div.photo_list ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: block;
        overflow-y: scroll;
}
#cameraList ul li div.list_body div.photo_list ul li {
        width: 100%;
}
#cameraList ul li div.list_body div.photo_list ul li a {
        display: inline-block;
        font-size: 1.5rem;
        text-indent: 3.4rem;
        text-decoration: none;
        color: #154c94;
        position: relative;
        padding: 0.5rem 0;
        width: 100%;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#cameraList ul li div.list_body div.photo_list ul li a:before {
        display: inline-block;
        width: 17px;
        height: 15px;
        background-size: 15px;
        top: 10px;
        left: 9px;
        content: "";
        background-image: url(../img/camera.bc1bd327.svg);
        background-repeat: no-repeat;
        position: absolute;
}
#cameraList ul li div.list_body div.photo_list ul li a.active {
        background: linear-gradient(135deg, #288df7 0%, #30f1f0 100%);
        color: #fff;
}
#cameraList ul li div.list_body div.photo_list ul li a.active:before {
        background-image: url(../img/camera.svg);
}
}

/* ======== スマホ縦まで ======== */
@media screen and (max-width: 480px) {
.photo_list_sp {
        display: block;
}
.list_body {
        text-align: center;
}
.photo_list_sp input[type="submit"] {
        margin: 0;
        width: 160px;
        margin-bottom: 5px;
}
}

/* ======== スマホ横からタブレット縦まで ======== */
@media screen and (min-width: 480px) and (max-width: 1024px) {
#subHeader div.controller .search {
        margin: 0 5px;
}
}
.photo_list_sp input[type="submit"]:hover:not([disabled]) {
    opacity: 0.7;
}
/* safariのみ */
_::-webkit-full-page-media,
_:future,
:root .photo_list_sp input[type="submit"]:hover:not([disabled]) {
    opacity: 1;
}

/* ======== サムネイルの動画再生アイコン ======== */
.overlay-movie-icon {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/play_large.svg);
    background-size: 20%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
}

/* ====== スマートフォン縦 ====== */
@media screen and (max-width: 480px) {
.sp-modal {
        position: fixed;
        top: 0;
        right: 0;
}
.video-cancel-button {
        display: inline-block;
        position: relative;
        margin: 3px 15px 0 0;
        padding: 0;
        width: 4px;
        height: 30px;
        background: #fff;
        transform: rotate(45deg);
}
.video-cancel-button::before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: -13px;
        width: 30px;
        height: 4px;
        margin-top: -2px;
        background: #fff;
}
.sp-videojs-content {
        width: 100%;
}
.sp-modal-window {
        width: 100%;
}
.sp-modal-content {
        padding: 100% 0px !important;
        background: #202020;
}
.videojs-content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0%;
        left: 0%;
        z-index: 100;
}
.modal-window {
        width: 90vw;
        height: 80vh;
        min-width: 128px;
        min-height: 96px;
}
.modal-overlay {
        align-items: center;
        justify-content: center;
}
}

/* ====== スマートフォン縦以上 ====== */
@media screen and (min-width: 481px) {
.sp-modal {
        position: fixed;
        top: 0;
        right: 0;
}
.video-cancel-button {
        display: inline-block;
        position: relative;
        margin: 3px 15px 0 0;
        padding: 0;
        width: 4px;
        height: 30px;
        background: #fff;
        transform: rotate(45deg);
}
.video-cancel-button::before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: -13px;
        width: 30px;
        height: 4px;
        margin-top: -2px;
        background: #fff;
}
.sp-videojs-content {
        position: absolute;
        width: 80%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
}
.sp-modal-window {
        width: 100%;
}
.sp-modal-content {
        padding: 100% 0px !important;
        background: #202020;
}
.videojs-content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0%;
        left: 0%;
        z-index: 100;
}
.modal-window {
        width: 90vw;
        height: 80vh;
        min-width: 128px;
        min-height: 96px;
}
.modal-overlay {
        align-items: center;
        justify-content: center;
}
}
/* ======  タブレット横以上 ====== */
@media screen and (min-width: 1024px) {
.videojs-content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0%;
        left: 0%;
        z-index: 100;
}
.modal-window {
        width: 85vw;
        height: 85vh;
        min-width: 512px;
        min-height: 288px;
}
.modal-overlay {
        align-items: initial;
        justify-content: initial;
}
}
.modal.modal-overlay {
    display: flex;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: rgba(0, 0, 0, 0.7);
}
.modal-window-title {
    position: absolute;
    z-index: 10000;
    top: -70px;
    font-size: 25px;
    color: #fff;
    width: 85%;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
}
.modal-window-subtitle {
    position: absolute;
    z-index: 10000;
    top: -27px;
    font-size: 1.6rem;
    color: #fff;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    border-top: solid 2px rgba(0, 0, 0, 0.1);
}
.modal-window {
    background-color: black;
    border-width: 70px 0.3rem 0.3rem 0.3rem;
    position: sticky;
    border-style: solid;
    border-color: #164c94;
    border-radius: 10px 10px 0 0;
}
.modal-content {
    padding: 10px 20p;
    width: 100%;
    height: 100%;
}
.modal-footer {
    background: #ccc;
    padding: 10px;
    text-align: right;
}

/* ======for Microsoft Edge====== */
@supports (-ms-ime-align: auto) {
.modal-window {
        position: fixed;
}
}
.modal-enter-active,
.modal-leave-active {
    transition: opacity 0.4s;
}
/* オーバーレイに包含されているモーダルウィンドウのトランジション */
.modal-enter-active .modal-window {
    transition: opacity 0.4s, transform 0.3s;
}
.modal-leave-active .modal-window {
    transition: opacity 0.2s, transform 0.1s;
}
/* ディレイを付けるとモーダルウィンドウが消えた後にオーバーレイが消える */
/* .modal-leave-active {
    transition: opacity 0.6s ease 0.4s;
} */
.modal-enter,
.modal-leave-to {
    opacity: 0;
}
.modal-enter .modal-window,
.modal-leave-to .modal-window {
    opacity: 0;
    transform: translateY(-20px);
}
#closeButton {
    position: absolute;
    color: #fff;
    top: -67px;
    right: 10px !important;
    z-index: 1000;
    width: 30px !important;
    height: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 3rem;
}
#sp-closeButton {
    display: flex;
    position: absolute;
    color: #fff;
    top: 0%;
    right: 0%;
    z-index: 1000;
    width: 45px;
    height: 45px;
    font-size: 3rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.8;
}
#loadMovieMessage {
    position: absolute;
    color: #fff;
    z-index: 1000;
    font-size: 30px;
    font-family: "marlett";
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.back-button,
.next-button {
    position: absolute;
    color: #ffffff;
    z-index: 10000;
    font-size: 80px;
    margin: 0 15px;
    cursor: pointer;
    animation-name: fade-out;
    animation-duration: 0.5s;
    -webkit-animation-name: fade-out;
    -webkit-animation-duration: 0.5s;
}
.back-button {
    left: 0;
    top: -27.5px;
    font-size: 2rem;
}
.next-button {
    right: 0;
    top: -27.5px;
    font-size: 2rem;
}
.back-button-parts {
    display: inline-block;
    transform: rotate(-90deg);
}
.next-button-parts {
    display: inline-block;
    transform: rotate(90deg);
}
.back-button-parts2 {
    left: 50%;
    display: inline-block;
    transform: rotate(90deg);
}
.next-button-parts2 {
    right: 50%;
    display: inline-block;
    transform: rotate(-90deg);
}
.back-button-parts2,
.next-button-parts2 {
    position: absolute;
    top: -20%;
}
@media screen and (max-width: 768px) {
#loadMovieMessage {
        position: absolute;
        z-index: 1000;
        font-size: 14px;
        font-family: "marlett";
        display: flex;
        align-items: center;
        justify-content: center;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
}
}
@media screen and (max-width: 1024px) {
.modal.modal-overlay {
        height: 100%;
}
}
@media screen and (min-width: 1024px) {
.modal.modal-overlay {
        top: -50px;
        left: -85px;
        width: calc(100% + 85px);
}
    /* ======for iOS Safari====== */
_::-webkit-full-page-media,
    _:future,
    :root .modal.modal-overlay {
        top: 0;
}
}

/* ======for iOS Safari====== */
_::-webkit-full-page-media,
_:future,
:root .sp-modal-content #loadMovieMessage {
    top: 65%;
}
#videojs:focus {
    outline: none;
}

/* ======== 動画操作系の各種ボタン ======== */
.archive-btn {
    display: none;
}
.archive-btn button.-delete:disabled {
    background: #e9dcdc;
}
.archive-btn button.-play:disabled,
.archive-btn button.-oneday-download:disabled {
    background: #b9c9df;
}

/* ====== 各種ボタンをホバー時に透過 ====== */
@media (hover: hover), (-ms-high-contrast: none) {
.archive-btn div button:hover:not([disabled]) {
        opacity: 0.7;
}
}

/* ======== サムネイル関連 ======== */
/* チェック前のボックスを作成（beforeで要素追加） */
input.multiSelectCheckBox[type="checkbox"] + label::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background-color: white;
    top: 0;
    right: 0;
    z-index: 10;
    border: 2px solid grey;
}
/* チェック時に色の変更 */
input.multiSelectCheckBox[type="checkbox"]:checked + label::before {
    background-color: #5fbdb5;
}
/* チェック時に画像に背景色を付ける */
input.multiSelectCheckBox[type="checkbox"]:checked ~ .play {
    background-color: #24446a;
}
/* チェック時にチェックマークを表示 */
input.multiSelectCheckBox[type="checkbox"]:checked + label::after {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    box-sizing: border-box;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    position: absolute;
    top: 0.8em;
    right: 0.2em;
    z-index: 11;
    transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 480px) {
input.multiSelectCheckBox[type="checkbox"] + label::before {
        width: 18px;
        height: 18px;
}
input.multiSelectCheckBox[type="checkbox"]:checked + label::after {
        width: 10px;
        height: 6px;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        top: 0.6em;
        right: 0.2em;
}
}

/* ======== サムネイル動画再生部分 ======== */
.play {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/play_large.svg);
    background-size: 20%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
}

/* ======== 動画操作系のボタン関連 ======== */
.multiSelectCheckBox {
    display: none;
    -webkit-appearance: checkbox;
}
.img_for_modal:hover {
    cursor: pointer;
}
.movie-download-button {
    border-radius: 25% 0 0;
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    width: 11%;
    height: 23%;
    background: rgb(22, 76, 151);
    background: linear-gradient(
        45deg,
        rgba(22, 76, 151, 1) 2%,
        rgba(27, 137, 181, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164c97', endColorstr='#1b89b5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
@media (hover: hover), (-ms-high-contrast: none) {
.movie-download-button:hover:not([disabled]) {
        opacity: 0.7;
}
}
.download-icon {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/download_icon.svg);
    background-size: 40%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}
.question-icon {
    display: none;
}

/* ======== 【タブレット縦以上】 ======== */
@media screen and (min-width: 1024px) {
    /* ヘルプアイコン */
.question-icon {
        cursor: pointer;
        background-image: url(../img/help_b.svg);
        background-position: center;
        background-size: 50%;
        background-repeat: no-repeat;
        width: 36px;
        display: block;
}
    /* ヘルプアイコン押下時の吹き出し */
.noticeMessage {
        display: none;
        position: absolute;
        margin-top: -42px;
        margin-left: -130px;
}
    /* ======for iOS Safari====== */
_::-webkit-full-page-media,
    _:future,
    :root .noticeMessage {
        margin-left: -135px;
}
.noticeMessage p {
        background-color: #fff;
        width: 340px;
        padding: 3px;
        font-size: 11px;
        text-align: center;
        color: #000000;
}
    /* 三角アイコン */
.noticeMessage:after {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        right: 0;
        margin-right: 6%;
        bottom: 2px;
        border-top: 8px solid #fff;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
}
    /* 吹き出しの表示 */
.question-icon:hover + .noticeMessage {
        display: block;
}
.archive-btn {
        display: flex;
        width: 96%;
        margin: 0 auto;
        justify-content: space-between;
}
.archive-btn > div {
        display: flex;
        margin: 10px 0;
}
.archive-btn div button {
        cursor: pointer;
        margin: 0;
        background: none;
        border: none;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 5px 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        border-radius: 4px;
        font-size: 1.4rem;
        position: relative;
        letter-spacing: 1px;
        margin-right: 10px;
}
.archive-btn button.-play,
    .archive-btn button.-oneday-download {
        background: rgb(22, 76, 151); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(
            135deg,
            rgba(22, 76, 151, 1) 2%,
            rgba(27, 137, 181, 1) 100%
        ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164c97', endColorstr='#1b89b5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
        color: #fff;
}
.archive-btn button.-play {
        width: 110px;
        padding: inherit;
        font-size: 12px;
}
.archive-btn button.-play:before {
        display: block;
        content: "";
        width: 24px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../img/play_large.svg);
        background-size: 20px;
        margin-right: 5px;
}
.archive-btn button.-oneday-download {
        padding: 0 10px;
        font-size: 12px;
}
.archive-btn button.-oneday-download:before {
        display: block;
        content: "";
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../img/download_icon.svg);
        background-size: 15px;
        margin-right: 5px;
}
.archive-btn button.-select {
        width: 110px;
        padding: inherit;
        font-size: 12px;
        background-color: #cbcbcb;
        border: 1px solid #ccc;
}
.archive-btn button.-select:before {
        display: block;
        content: "";
        width: 24px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../img/done.svg);
        background-size: 24px;
        margin-right: 5px;
}
.archive-btn button.-allSelect {
        width: 110px;
        padding: inherit;
        font-size: 12px;
}
.archive-btn button.-allSelect:before {
        display: block;
        content: "";
        width: 24px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../img/done_all.svg);
        background-size: 24px;
        margin-right: 5px;
}
.archive-btn button.-cancel {
        width: 110px;
        padding: inherit;
        font-size: 12px;
}
.archive-btn button.-cancel:before {
        display: block;
        content: "";
        width: 24px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../img/clear.svg);
        background-size: 24px;
        margin-right: 5px;
}
.archive-btn button.-delete {
        width: 110px;
        padding: inherit;
        font-size: 12px;
        background: linear-gradient(135deg, #aa0000 0%, #ff0000 100%);
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
        color: #fff;
}
.archive-btn button.-delete:before {
        display: block;
        content: "";
        width: 24px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../img/delete-white.svg);
        background-size: 26px;
        margin-right: 5px;
}
}

/* ======== datepicker ======== */
.datepicker {
    width: 160px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    position: relative;
    text-align: left;
}
.datepicker Datepicker::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.3rem;
    text-indent: 0.5rem;
    letter-spacing: 0;
}
.datepicker Datepicker:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.3rem;
    text-indent: 0.5rem;
    letter-spacing: 0;
}
.datepicker Datepicker::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.3rem;
    text-indent: 0.5rem;
    letter-spacing: 0;
}
.datepicker input {
    width: 160px;
    height: 36px;
    color: #5c5c5c;
    font-size: 1.6rem;
    text-indent: 1rem;
    letter-spacing: 1px;
    /* background-color: transparent; */
    cursor: default;
    border: 1px solid white;
    border-radius: 5px;
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 1.0);
    background-image: url(../img/cal.svg);
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 15% 55%;
}
.datepicker input::-moz-placeholder {
    color: #cbcbcb;
    font-size: 1.6rem;
    letter-spacing: 1px;
}
.datepicker input:-ms-input-placeholder {
    color: #cbcbcb;
    font-size: 1.6rem;
    letter-spacing: 1px;
}
.datepicker input::placeholder {
    color: #cbcbcb;
    font-size: 1.6rem;
    letter-spacing: 1px;
}
.datepicker-active input::-moz-placeholder {
    color: #5c5c5c;
}
.datepicker-active input:-ms-input-placeholder {
    color: #5c5c5c;
}
.datepicker-active input::placeholder {
    color: #5c5c5c;
}
.datepicker_dp {
    color: black;
}
.vdp-datepicker .vdp-datepicker__calendar {
    position: fixed;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.6);
    width: 450px;
    min-width: 450px;
    padding: 10px 10px;
    border-radius: 2%;
    z-index: 100000;
}
.vdp-datepicker .vdp-datepicker__calendar header span {
    font-size: 200% !important;
    font-weight: bold !important;
}
.vdp-datepicker .vdp-datepicker__calendar header .day__month_btn {
    width: 82%;
    margin-bottom: 3%;
}
.vdp-datepicker .vdp-datepicker__calendar header .prev {
    width: 9%;
}
.vdp-datepicker .vdp-datepicker__calendar header .prev:after {
    width: 20px;
    height: 20px;
    border: 5px solid;
    border-color: transparent transparent #565656 #565656;
    transform: rotate(45deg);
    top: 30%;
}
.vdp-datepicker .vdp-datepicker__calendar header .prev:hover {
    background: white;
}
.vdp-datepicker .vdp-datepicker__calendar header .next {
    width: 9%;
}
.vdp-datepicker .vdp-datepicker__calendar header .next:after {
    width: 20px;
    height: 20px;
    border: 5px solid;
    border-color: #565656 #565656 transparent transparent;
    transform: rotate(45deg);
    top: 30%;
    left: 5%;
}
.vdp-datepicker .vdp-datepicker__calendar header .next:hover {
    background: white;
}
.vdp-datepicker .vdp-datepicker__calendar .cell {
    font-size: 200% !important;
    border: solid 0.5px #e8e8e8; /*線*/
    height: 35px;
    line-height: inherit;
}
.vdp-datepicker .vdp-datepicker__calendar .day-header {
    background: #e8e8e8 !important;
}
/* ヘッダーの日曜日に適用 */
.vdp-datepicker .vdp-datepicker__calendar .day-header:first-child {
    color: red !important;
}
/* ヘッダーの土曜日に適用 */
.vdp-datepicker .vdp-datepicker__calendar .day-header:nth-child(7) {
    color: blue !important;
}
.vdp-datepicker .vdp-datepicker__calendar .disabled {
    color: black !important;
    background: #e8e8e8 !important;
}
.vdp-datepicker .vdp-datepicker__calendar .sat {
    color: blue !important;
}
.vdp-datepicker .vdp-datepicker__calendar .sun {
    color: red !important;
}
.vdp-datepicker .vdp-datepicker__calendar .disabled {
    color: #cccccc !important;
}
@media screen and (max-width: 480px) {
    /*【スマートフォンやタブレットが使用されているときに使用するCSS】*/
.vdp-datepicker .vdp-datepicker__calendar {
        width: 320px;
        min-width: 320px;
}
}

/* ====== 動画（子コンポーネント）に適用するスタイル ====== */
#cameraList div.history_list h4 {
    color: rgba(26, 71, 175, 1);
    text-indent: 0.5rem;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0.5rem 0;
    width: 96%;
    margin: 0 auto 0.6rem;
    letter-spacing: 2px;
}
#cameraList div.history_list h4::after {
    content: "";
    display: block;
    height: 2px;
    background: rgb(22, 76, 151);
    background: linear-gradient(
        135deg,
        rgba(22, 76, 151, 1) 1%,
        rgba(33, 123, 251, 1) 98%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164c97', endColorstr='#217bfb',GradientType=1 );
}
#cameraList div.history_list ul {
    list-style-type: none;
    margin: 10px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
    justify-content: space-between;
}
#cameraList div.history_list ul li {
    width: 49%;
    position: relative;
    margin-bottom: 0.6rem;
}
#cameraList div.history_list ul li .img_for_modal {
    display: block;
    width: 100%;
    height: 100%;
}
#cameraList div.history_list ul li .img_for_modal img {
    width: 100%;
}
#cameraList div.history_list ul li .img_for_modal span {
    z-index: 1;
    color: #fff;
    position: absolute;
    font-size: 3.5vw;
    letter-spacing: 1px;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding-left: 4px;
    text-align: left;
}
#cameraList div.history_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
#cameraList div.history_list ul li a img {
    width: 100%;
}
#cameraList div.history_list ul li a span {
    color: #fff;
    position: absolute;
    bottom: 1px;
    right: 3px;
    font-size: 4vw;
    letter-spacing: 1px;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding-right: 4px;
    text-align: right;
}

/* ======== 【タブレット縦以上】 ======== */
@media screen and (min-width: 1024px) {
.clearfix_pc:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}
.clearfix_pc {
        display: inline-block;
        min-height: 1%;
}
    /* Hides from IE-mac \*/
* html .clearfix_pc {
        height: 1%;
}
.clearfix_pc {
        display: block;
}
    /* 動画（子コンポーネント）に適用するスタイル */
.history-menu {
        position: sticky;
        top: 0;
        z-index: 100;
}
#cameraList ul.list_movie li.clearfix div.archive-btn {
        background: #f4f4f4;
}
#cameraList div.history_list ul {
        margin-bottom: 2rem;
        display: block;
}
#cameraList div.history_list ul li {
        width: 16%;
        margin-right: 0.8%;
        float: left;
}
#cameraList div.history_list ul li a span {
        font-size: 1.2vw;
}
#cameraList div.history_list ul li .img_for_modal span {
        font-size: 1.2vw;
}
#cameraList div.history_list ul li:nth-of-type(6n) {
        margin-right: 0;
}
.vdp-datepicker .vdp-datepicker__calendar {
        left: -15.5rem;
        position: absolute;
}
}
/* ======== ipad用 サブヘッダー ======== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
#subHeader div.controller > div {
        margin: 10px auto;
}
}
/* ======== スマホ用 サブヘッダー ======== */
@media screen and (max-width: 530px) {
#subHeader div.controller {
        display: block;
}
}

/* ====== 各種ボタンをホバー時に透過 ====== */
@media (hover: hover), (-ms-high-contrast: none) {
#subHeader .controller div.view_apply input:hover:not([disabled]) {
        opacity: 0.7;
}
}

/* ======== 設定リスト ======== */
.setting-ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: inherit;
    top: 0;
    left: 0;
    list-style: none;
    padding: 0 30px;
}
.setting-li {
    display: flex;
    justify-content: center;
    height: 50%;
    margin: 8vh 1.5vw;
}
.settingRouter {
    width: 100%;
    background: white;
    border-radius: 6px;
}
.setting-name {
    width: 100%;
    padding: 1rem;
    border-radius: 6px 6px 0 0;
    background-color: #164c94;
    font-size: 16px;
    color: white;
}
.setting-detail {
    width: 100%;
    padding: 3rem;
    font-size: 14px;
    color: black;
}
@media (min-width: 650px) {
.setting-ul {
        display: flex;
        flex-wrap: wrap;
}
.settingRouter {
        width: 260px;
        min-width: 260px;
}
.setting-ul::after {
        display: block;
        content: "";
        width: 220px;
        min-width: 220px;
}
}

/* ======== クリアボタン ======== */
.simple-table table tbody tr td.no-border-right {
    border-width: 1px 0 1px 1px;
}
.simple-table table tbody tr td.no-border-left {
    border-width: 1px 1px 1px 0;
    width: 100px;
}
.resetButton {
    margin-left: 10px;
    font-size: 1.3rem;
    width: 70px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #cbcbcb;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
.resetButton {
        display: none;
}
td.no-border-left {
        display: none;
}
.simple-table table tbody tr td.no-border-right {
        border-width: thin;
}
}
@media (hover: hover), (-ms-high-contrast: none) {
.resetButton:hover:not([disabled]) {
        opacity: 0.7;
}
}

/* ======== テーブル ======== */
.simple-table.-col02 {
    width: 100%;
    margin: 8px 0 30px;
}
.simple-table.-col02 td {
    text-align: left;
}
.simple-table.-col02 td p {
    display: flex;
    justify-content: flex-start;
    min-height: 60px;
}
.simple-table.-col02 td p span {
    display: block;
    font-size: 1.3rem;
    margin-top: 4px;
    cursor: default;
}
.simple-table.-col02 td p.-required {
    justify-content: space-between;
}
.simple-table.-col02 td p.-required::after {
    display: flex;
    content: "必須";
    width: 40px;
    height: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background-color: #c23030;
}
.simple-table.-col02 td.no-border-right p {
    padding: 10px 30px 10px;
}
.simple-table.-col02 td p.input-wrap {
    padding: 10px 30px 10px;
}
.simple-table.-col02 td p.input-wrap.-column {
    flex-direction: column;
}
.simple-table.-col02 td:first-child {
    padding: 0;
    width: 220px;
    min-width: 220px;
}
.simple-table.-col02 .select-wrap {
    display: flex;
    padding: 10px 30px 10px;
    align-items: center;
}
.simple-table.-col02 .select-wrap .selectbox {
    flex: 0 1 auto;
    width: 100%;
    max-width: 1000px;
    position: relative;
}
.simple-table.-col02 .select-wrap.-column {
    align-items: flex-start;
    flex-direction: column;
}
.simple-table.-col02 input[type="text"],
input[type="password"],
select {
    width: 100%;
    height: 40px;
    max-width: 1000px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
}
/* セレクトの横幅 */
.simple-table.-col02 input[type="text"].-mini,
input[type="password"].-mini,
select.-mini {
    max-width: 100px;
}
.simple-table.-col02 input[type="text"].-middle,
input[type="password"].-middle,
select.-middle {
    max-width: 400px;
}
/* テーブル内のテーブル */
.simple-table.-col02.-mini {
    max-width: 600px;
    margin-bottom: 0;
}
.simple-table.-col02.-mini td p {
    min-height: 40px;
    padding: 10px;
}
.simple-table.-col02.-mini td input {
    height: 28px;
}
.simple-table.-col02.-mini td:first-child {
    width: 160px;
    padding: 0;
}

/* カメラ機種名 Vivotek Teleportパッケージ利用の表示 */
.select-teleport {
    margin: 10px 6px 10px 0;
}
.select-teleport + .teleport-desc {
    padding-bottom: 10px;
}
.config-app-form {
    margin: 10px 10px 10px 0;
}
.selectbox .teleport-desc {
    font-size: 1.3rem;
}
.simple-table.-col02.-mini.teleport-setting-desc {
    max-width: 720px;
}
.simple-table.teleport-setting-desc .content-copy-btn {
    width: 2rem;
    margin-left: 4px;
}
.simple-table.teleport-setting-desc .content-copy-btn:hover {
    cursor: pointer;
}
.simple-table.teleport-setting-desc .content-copy-btn:active {
    opacity: 0.3;
}
.simple-table.teleport-setting-desc .content-copy {
    padding: 10px;
}

/* タブレット縦 */
@media screen and (max-width: 750px) {
.simple-table.-col02 {
        border: solid 1px #ccc;
}
.simple-table.-col02 td {
        text-align: left;
        width: 100%;
        display: block;
        border: none;
}
.simple-table.-col02 td p {
        min-height: 50px;
}
.simple-table.-col02 td.no-border-right p {
        padding: 10px 10px 10px;
}
.simple-table.-col02 td p.input-wrap {
        padding: 10px;
}
.simple-table.-col02 td:first-child,
    .simple-table.-col02.-mini td:first-child {
        width: 100%;
        display: block;
}
.simple-table.-col02 .select-wrap {
        padding: 10px;
}
    /* カメラURL */
td div p.cameraUrl.urlProtocol {
        padding: 10px;
}
td div p.input-wrap.cameraUrl.urlDomain {
        padding: 10px;
}
    /* クリアボタンのtd */
.simple-table.-col02 td.no-border-left {
        display: none;
}
}

/* ======== 「変更を保存」ボタン ======== */
button.change-btn {
    margin-bottom: 0px;
}
@media (hover: hover), (-ms-high-contrast: none) {
.change-btn:hover:not([disabled]) {
        opacity: 0.7;
}
}

/* ======== 見出し ======== */
.simple-ttl {
    margin-bottom: 2rem;
}

/* ======== カメラURL ======== */
.simple-table.-col02 .cameraUrl {
    display: inline-block;
}
.simple-table.-col02 p.cameraUrl.urlProtocol {
    padding: 10px 10px 0 30px;
}
div p.input-wrap.cameraUrl.urlDomain {
    padding: 10px 0 0 10px;
    min-width: 320px;
}
@media screen and (max-width: 480px) {
.simple-table.-col02 .cameraUrl {
        display: block;
}
div p.input-wrap.cameraUrl.urlDomain {
        min-width: 0;
}
}
@media screen and (max-width: 750px) {
.simple-table.-col02 p.cameraUrl.urlProtocol {
        padding: 10px 10px 0 10px;
}
}

/* ======== urlドメインの崩れを修正 ======== */
@media screen and (min-width: 750px) and (max-width: 790px) {
div p.input-wrap.cameraUrl.urlDomain {
        padding-left: 30px;
}
}

/* スマホ横画面のみ対応 */
@media screen and (max-width: 420px) {
.simple-table table {
        table-layout: fixed;
}
}

/* ======== l-main ======== */
.l-main {
    padding: 2rem 2rem 2rem 2rem;
    background-color: white;
    margin-bottom: 70px;
}

/* ======== テーブル ======== */
div.tr {
    display: flex;
    flex-wrap: wrap;
}
div.tr div.td {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
}
div.tr div.td a.passive {
    opacity: 0.4;
}
div.tr div.td a.passive:hover {
    cursor: default;
}
div.tr.thead {
    display: none;
}
div.tr.tbody {
    border-bottom: 2px solid #91a6ba;
    font-size: 1.2rem;
}
div.tr.tbody div.td.status {
    display: flex;
    align-items: center;
}
div.tr.tbody div.td.btn_status {
    align-items: center;
}
div.tr div.td.name {
    width: 100%;
    background-color: #f3f3f3;
}
div.tr.tbody div.td.name {
    margin-top: 2rem;
}
div.tr div.td.order,
div.tr div.td.termid,
div.tr div.td.status,
div.tr div.td.btn_status {
    border-bottom: 2px solid #dedede;
}
div.tr div.td span {
    display: block;
}
div.tr div.td span:first-child {
    min-width: 45%;
}
div.tr div.td .camera-no-setting {
    font-size: 1.1rem;
}
div.camera-table {
    width: 100%;
    font-size: 1.4rem;
}

/* ======== ボタン ======== */
div.tr div.td.btn_detailsettings a,
div.tr div.td.btn_cameraui a,
div.tr div.td.btn_status a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    height: 30px;
    width: 100%;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(135deg, #288df7 0%, #30f1f0 100%);
}
div.tr div.td.btn_status a {
    background: none;
    min-width: 8rem;
    max-width: 16rem;
}
div.tr div.td.btn_status a.-stop {
    background-color: #525252;
}
div.tr div.td.btn_status a.-stop:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background-color: #636363;
    margin-right: 8px;
    border: solid 4px #fff;
    position: relative;
    top: 1px;
}
div.tr div.td.btn_status a.-play {
    background-color: #c23030;
}
div.tr div.td.btn_status a.-play:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #c23030;
    margin-right: 8px;
    border: solid 4px #fff;
    position: relative;
    top: 1px;
}
div.tr div.td.btn_detailsettings a:hover,
div.tr div.td.btn_cameraui a:hover,
div.tr div.td.btn_status a:hover {
    opacity: 0.7;
    transition: 0.3s ease;
}
div.tr div.td.btn_detailsettings a.passive:hover,
div.tr div.td.btn_cameraui a.passive:hover,
div.tr div.td.btn_status a.passive:hover {
    opacity: 0.4;
}
/* safariのみ */
_::-webkit-full-page-media,
_:future,
:root div.tr div.td.btn_detailsettings a:hover,
div.tr div.td.btn_cameraui a:hover,
div.tr div.td.btn_status a:hover {
    opacity: 1;
    -webkit-transition: unset;
    transition: unset;
}

/* ======== 録画中・停止中文言 ======== */
.recording {
    color: #c23030;
}
.recording:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 4px;
    border: solid 4px #fff;
    position: relative;
    top: 3px;
    border: solid 4px #c23030;
}
.suspending:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    margin-right: 4px;
    border: solid 4px #fff;
    position: relative;
    top: 3px;
    border: solid 4px #636363;
}

/* ======== カメラ一覧テーブル ======== */
.simple-table table {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.35;
    border: none;
    overflow: hidden;
    border: none;
    background-color: #fff;
}
.simple-table th,
.simple-table td {
    border: solid 1px #ccc;
}
.simple-table th p,
.simple-table td p {
    display: grid;
    justify-content: center;
    padding: 20px 10px;
    margin-bottom: inherit;
    align-items: center;
}
.simple-table th,
.simple-table td:first-child {
    background-color: #164c94;
    color: #fff;
    font-weight: normal;
}
.simple-table td a {
    display: flex;
    width: 60px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, #288df7 0%, #30f1f0 100%);
}
.simple-table td a:hover {
    opacity: 0.7;
    color: white;
    transition: 0.3s ease;
}
.simple-table {
    width: 100%;
}
.simple-table::-webkit-scrollbar {
    width: 8px;
}
.simple-table::-webkit-scrollbar-track {
    background: #fff;
}
.simple-table::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #fff;
}
.simple-table.-col02 td p.input-wrap.-column {
    align-items: normal;
}
@media screen and (min-width: 880px) {
.simple-table .term-id,
    .simple-table .term-name {
        padding: 0 0 5px 10px;
        justify-content: left;
}
.simple-table td.term-name p {
        padding: 0 0 0 10px;
        justify-content: left;
}
}
@media screen and (min-width: 1024px) {
.simple-table .term-name {
        padding: 0;
}
}

/* ======== 設定のタイトル、説明 ======== */
.desc-wrapper {
    padding-bottom: 0px;
}
.simple-desc {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
}

/* ======== パンくず ======== */
.breadcrumb {
    margin: 0;
    box-shadow: 8px 8px 8px 2px rgb(0 0 0 / 15%);
}
ul.breadcrumbs-one {
    display: none;
}
ul.breadcrumbs-one-mb {
    display: flex;
    background-color: #fff;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    height: 4rem;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #ccc;
}
.breadcrumbs-one-mb a {
    font-size: 1.6rem;
    height: 4rem;
    text-decoration: none;
    color: #000;
}
.breadcrumbs-one-mb a::before {
    content: "";
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/arrow-left.svg);
    background-size: 18px;
    position: absolute;
    left: 0px;
    margin-top: 0.2rem;
}
ul.breadcrumbs-one {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumbs-one {
    border-color: #f5f5f5 #e5e5e5 #ccc;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    width: 100%;
}
.breadcrumbs-one li {
    float: left;
}
.breadcrumbs-one a {
    text-decoration: underline !important;
    font-size: 1.6rem;
    height: 4rem;
    padding: 0.5em 1em 0.7em 2.5em;
    float: left;
    text-decoration: none;
    color: #fff;
    position: relative;
    background-color: #636363;
}
.breadcrumbs-one li:first-child a {
    padding-left: 1.2em;
}
/* .breadcrumbs-one a:hover {
    opacity: 0.7;
    transition: 0.3s ease;
} */
/* ======== after：塗りつぶし before：枠線のみ ======== */
.breadcrumbs-one a::after,
.breadcrumbs-one a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2.2em;
    border-top: 2.2em solid transparent;
    border-bottom: 2.2em solid transparent;
    border-left: 1.8em solid;
    right: -1.5em;
}
.breadcrumbs-one a::after {
    z-index: 2;
    border-left-color: #636363;
}
.breadcrumbs-one a::before {
    border-left-color: #fff;
    right: -1.7em;
    z-index: 1;
}
/* .breadcrumbs-one a:hover::after,
.breadcrumbs-one a:hover::before {
    opacity: 0.7;
    transition: 0.3s ease;
} */
.breadcrumbs-one .current {
    font-weight: bold;
    background-color: unset;
    color: black;
    text-decoration: none !important;
}
.breadcrumbs-one .current::after,
.breadcrumbs-one .current::before {
    content: normal;
}
.setting-message {
    white-space: nowrap;
}

/* ======== カメラ詳細設定と電圧監視設定のための変更・操作ボタン ======== */
.change-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 60px;
    border-radius: 4px;
    margin: 0 auto;
    color: #fff;
    background: linear-gradient(135deg, #288df7 0%, #30f1f0 100%);
    font-size: 1.8rem;
    cursor: pointer;
    border: 0;
    margin-bottom: 20px;
}
.change-btn:hover {
    transition: 0.3s ease;
}
/* ======== タブレット横画面から ======== */
@media screen and (min-width: 1024px) {
    /* .l-main */
.l-main {
        flex: 0 1 auto;
        overflow: hidden;
        position: relative;
        margin: 0 3rem 3rem 3rem;
        padding: 2rem 3rem 3rem 3rem;
        background-color: white;
        box-shadow: 8px 8px 8px 2px rgb(0 0 0 / 15%);
}
    /* テーブル */
div.tr {
        margin-bottom: 0;
}
div.tr.tbody {
        border-bottom: none;
        font-size: 1.4rem;
}
div.tr.tbody:nth-of-type(odd) {
        background-color: #f1f2f6;
}
div.tr.tbody div.td {
        display: flex;
        justify-content: center;
        align-items: center;
}
div.tr.thead {
        display: flex;
}
div.tr.thead div.td {
        border: none;
        border-bottom: 2px solid #91a6ba;
}
div.tr div.td {
        border: none;
}
div.tr div.td {
        border: none;
}
div.tr div.td.btn_status,
    div.tr div.td.btn_detailsettings {
        padding: 10px 5px;
}
div.tr div.td.btn_cameraui {
        padding: 10px 10px 10px 5px;
}
div.tr div.td span.suspending {
        text-align: center;
}
div.tr div.td span:first-child {
        display: none;
}
div.tr div.td.order {
        order: 1;
        width: 8%;
        max-width: 80px;
}
div.tr div.td.termid {
        order: 2;
        width: 10%;
        max-width: 100px;
}
div.tr div.td.status {
        order: 3;
        width: 14%;
        max-width: 140px;
}
div.tr div.td.name {
        order: 4;
        min-width: 30%;
        max-width: calc(100% - 730px);
        justify-content: left;
        background-color: unset;
}
    /* semiposeruser使用時のみ利用 */
    /* div.tr div.td.name.pc {
        width: 56%;
    } */
div.tr div.td.btn_status {
        order: 5;
        width: 12%;
        max-width: 120px;
}
div.tr div.td.btn_detailsettings {
        order: 6;
        width: 12%;
        max-width: 120px;
}
div.tr div.td.btn_cameraui {
        order: 7;
        width: 14%;
        max-width: 170px;
}
div.tr div.td.btn_detailsettings a,
    div.tr div.td.btn_cameraui a,
    div.tr div.td.btn_status a {
        height: 40px;
}
div.tr div.td.btn_status a {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
}
div.tr.tbody div.td.order,
    div.tr.tbody div.td.termid,
    div.tr.tbody div.td.status,
    div.tr.tbody div.td.btn_status {
        border-bottom: unset;
}
div.tr.tbody div.td.name {
        margin-top: 0px;
}
div.tr div.td.btn_status a.-stop:before {
        width: 14px;
        height: 14px;
}
div.tr div.td.btn_status a.-play:before {
        width: 14px;
        height: 14px;
}
.recording:before {
        width: 16px;
        height: 16px;
}
.suspending:before {
        width: 16px;
        height: 16px;
}
div.tr div.td .camera-no-setting {
        font-size: 1.2rem;
}
    /* ぱんくず */
.breadcrumb {
        margin: 3rem 3rem 0 3rem;
        background-color: #fff;
}
ul.breadcrumbs-one {
        display: block;
        position: -webkit-sticky;
}
ul.breadcrumbs-one-mb {
        display: none;
}

    /* 変更ボタン */
.change-btn:hover {
        opacity: 0.7;
}
    /* 説明文 */
.desc-wrapper {
        display: flex;
        justify-content: space-between;
        padding-bottom: 16px;
        align-items: center;
}
.simple-desc {
        line-height: 2;
        letter-spacing: 0;
}
.breadcrumb-camera-name {
        width: calc(100% - 204px);
}
.camera-name {
        max-width: 40em;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
}
}

.helpPageTop.l-main {
    margin: inherit;
    padding: 6rem 3rem 3rem 3rem;
    background-color: #e2e2e2;
    box-shadow: none;
}
.helpPage.l-main {
    margin: inherit;
    padding: 6rem 3rem 3rem 3rem;
}
.helpPage * {
    font-size: 13px;
}
.helpPage .article {
    margin-bottom: 100px;
}
.helpPage table {
    width: 100%;
    margin-bottom: 60px;
}
.helpPage table th {
    text-align: left;
    width: 30%;
}
.helpPage table,
td,
th {
    border: 1px solid #666;
    border-collapse: collapse;
    padding: 4px;
}
.helpPage th {
    background-color: #ebebeb;
}
.helpPage h1 {
    font-size: 16px;
    margin-bottom: 50px;
}
.helpPage h2 {
    font-size: 16px;
    margin-bottom: 40px;
    border-bottom: 2px solid #aaa;
}
.helpPage h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    border-bottom: 1px dashed #aaa;
}
.helpPage .smalltitle {
    font-weight: bold;
    margin-bottom: 0.5em;
}
.helpPage ul {
    margin-left: 24px;
}
.helpPage p {
    margin-bottom: 24px;
}
.helpPage p img {
    border: 2px solid #888;
    max-width: 100%;
}
.helpPage a {
    text-decoration: none;
    color: black;
}
.helpPage a:hover {
    color: #3aa4b1;
}
/* ====== タブレット横以上 ======*/
@media screen and (min-width: 1024px) {
.helpPage * {
        font-size: 14px;
}
.helpPage h1 {
        font-size: 24px;
}
.helpPage h2 {
        font-size: 18px;
}
.helpPage h3 {
        font-size: 18px;
}
.helpPage.l-main {
        margin: 3rem 3rem 3rem 3rem;
        padding: 3rem 3rem 3rem 3rem;
}
.helpPage table th {
        width: 25%;
}
}

