@charset "utf-8";

@font-face {
    font-family: "Harenosora";
    src: url("../font/Harenosora.eot"); /* IE9以上用 */
    src: url("../font/Harenosora.eot?#iefix") format("embedded-opentype"), /* IE8以前用 */
         url("../font/Harenosora.woff") format("woff"),
         url("../font/Harenosora.otf") format("opentype");
}

@font-face {
    font-family: "RiiPopkkR";
    src: url("../font/RiiPopkkR.eot"); /* IE9以上用 */
    src: url("../font/RiiPopkkR.eot?#iefix") format("embedded-opentype"), /* IE8以前用 */
         url("../font/RiiPopkkR.woff") format("woff"),
         url("../font/RiiPopkkR.otf") format("opentype");
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    zoom: 1;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

body {
    text-align: center;
    margin: 0;
    padding: 0px;
    overflow-wrap: break-word;
    word-break: normal;
    color: #333333;
    background-repeat: repeat-x;
    font-family: sans-serif;
}

/* フォントサイズ ============================================== */

.fontStyle10 {
    font-size: 10px;
    line-height: 16px;
}

.fontStyle12 {
    font-size: 12px;
    line-height: 18px;
}

.fontStyle14 {
    font-size: 14px;
    line-height: 20px;
}

.fontStyle16 {
    font-size: 16px;
    line-height: 22px;
}

.fontStyle18 {
    font-size: 18px;
    line-height: 24px;
}

.fontStyle20 {
    font-size: 20px;
    line-height: 26px;
}

.fontStyle24 {
    font-size: 24px;
    line-height: 30px;
}

.fontStyle32 {
    font-size: 32px;
    line-height: 38px;
}

.fontStyle36 {
    font-size: 36px;
    line-height: 42px;
}

.fontStyle64 {
    font-size: 64px;
    line-height: 70px;
}

/* リンク ====================================================== */

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: middle;
    background: transparent;
    text-decoration: none;
}

/* 入力ボックス ================================================ */

input[type="text"],
input[type="date"],
input[type="time"],
input[type="file"],
input[type="radio"],
input[type="number"],
input[type="checkbox"],
input[type="password"],
input[type="datetime-local"],
input[type="tel"],
select {
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-radius: 3px;
    margin: 5px;
    padding: 10px;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="number"]:focus,
input[type="checkbox"]:focus,
input[type="password"]:focus,
input[type="datetime-local"]:focus,
input[type="tel"]:focus,
select:focus {
    border-color: #878787;
}

input[type="text"]:disabled,
input[type="date"]:disabled,
input[type="time"]:disabled,
input[type="file"]:disabled,
input[type="radio"]:disabled,
input[type="number"]:disabled,
input[type="checkbox"]:disabled,
input[type="password"]:disabled,
input[type="datetime-local"]:disabled,
input[type="tel"]:disabled,
select:disabled {
    background: #dcdcdc;
    cursor: not-allowed;
}

input[type=checkbox] {
	transform: scale(2);
	margin: 0 6px 0 0;
}

input::placeholder {
    font-size: 12px;
    color: #c0c0c0;
}

input[type="button"]:hover {
    cursor: pointer;
}

/* エラーメッセージ ============================================ */

li.error {
    margin: 20px;
    padding: 0px;
    color: deeppink;
}

/* table テンプレート設定 ====================================== */

table th {
    font-weight: normal;
}

table.fixedTableTemplate1 {
    border-collapse: collapse;
    table-layout: fixed;
    border-collapse: collapse;
    /* width: calc(100% - 200px); */
    width: 100%;
    /* max-width: 1200px; */
}
  
table.fixedTableTemplate1 th,
table.fixedTableTemplate1 td {
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #eeeeee;
}

table.fixedTableTemplate1 th {
    position: -webkit-sticky;
    position: sticky;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    height: 40px;
    top: 0px;
    border: none;
}

table.fixedTableTemplate2 {
    border-collapse: collapse;
    table-layout: fixed;
    border-collapse: collapse;
    /* width: calc(100% - 200px); */
    width: 100%;
    /* max-width: 1200px; */
}
  
table.fixedTableTemplate2 th,
table.fixedTableTemplate2 td {
    text-align: left;
    padding: 5px;
}

/* ローディング画像制御CSS ===================================== */
#loading_container {
    display: none;
}

#loading_pennding {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
}

/* ボタン用のCSS =============================================== */

.buttonStyle1 {
    width: 220px;
    height: 40px;
    font-size: 16px;
    background-color: #323e50;
    color: white;
    border: none;
    border-radius: 3px;
    margin: 20px 10px;
}

.buttonStyle1:hover {
    cursor: pointer;
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
    opacity: 0.6;
}

.buttonStyle2 {
    text-align: center;
    font-family: "RiiPopkkR";
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    padding: 1px 14px;
    text-decoration: none;
    color: #ffffff;
    background: #323e50;
    background: -moz-linear-gradient(top left, #323e50 0%, #338ba8 50%, #323e50 80%, #323e50 80%);
    background: -webkit-gradient(linear, left top, from(#323e50), color-stop(50%, #338ba8), color-stop(80%, #323e50), to(#323e50));
    background: -webkit-linear-gradient(top left, #323e50 0%, #338ba8 50%, #323e50 80%, #323e50 80%);
    background: -o-linear-gradient(top left, #323e50 0%, #338ba8 50%, #323e50 80%, #323e50 80%);
    background: -ms-linear-gradient(top left, #323e50 0%, #338ba8 50%, #323e50 80%, #323e50 80%);
    background: linear-gradient(top left, #323e50 0%, #338ba8 50%, #323e50 80%, #323e50 80%);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.26);
    border-radius: 2px;
    /* border: 1px solid; */
    /* border-color: #808080; */
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.buttonStyle2:hover {
    cursor: pointer;
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
    opacity: 0.6;
}

#logoutButton:hover {
    cursor: pointer;
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
    opacity: 0.6;
}

#menuDisplayControlButton:hover {
    cursor: pointer;
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
    opacity: 0.6;
}

#dataExportControlButton:hover {
    cursor: pointer;
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
    opacity: 0.6;
}

#dataSyncControlButton:hover {
    cursor: pointer;
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
    opacity: 0.6;
}

/* トグルスイッチ用のCSS ======================================= */

/* ボタンを表示するエリア */
.switchArea {
    position: relative; /* 親要素が基点 */
    width: 55px; /* ボタンの横幅 */
    background: transparent; /* デフォルト背景色 */
}

/* チェックボックス */
.switchArea input[type="checkbox"] {
    display: none; /* デフォルトの表示を無効化 */
}

/* チェックボックスのラベル（標準） */
.switchArea label {
    display: block; /* ボックス要素に変更 */
    box-sizing: border-box; /* 枠線を含んだサイズ */
    height: 30px; /* ボタンの高さ */
    border: 0.5px solid #999999; /* 未選択タブの枠線 */
    border-radius: 17px; /* 角丸 */
    margin: 0px;
}

/* チェックボックスのラベル（ONのとき） */
.switchArea input[type="checkbox"]:checked + label {

    background: #323e50; /* 選択タブの背景 */
    background: -moz-linear-gradient(top left, #323e50 0%, #338ba8 50%, #323e50 80%, #323e50 80%);
    background: -webkit-gradient(linear, left top, from(#323e50), color-stop(50%, #338ba8), color-stop(80%, #323e50), to(#323e50));
    background: -webkit-linear-gradient(top left, #323e50 0%, #338ba8 50%, #323e50 80%, #323e50 80%);
    background: -o-linear-gradient(top left, #323e50 0%, #338ba8 50%, #323e50 80%, #323e50 80%);
    background: -ms-linear-gradient(top left, #323e50 0%, #338ba8 50%, #323e50 80%, #323e50 80%);
    background: linear-gradient(top left, #323e50 0%, #338ba8 50%, #323e50 80%, #323e50 80%);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.26);
}

/* 丸部分のSTYLE（標準） */
.switchArea .swImg {
    position: absolute; /* 親要素からの相対位置 */
    width: 26px; /* 丸の横幅 */
    height: 26px; /* 丸の高さ */
    background: #999999; /* カーソルタブの背景 */
    top: 2px; /* 親要素からの位置 */
    left: 3px; /* 親要素からの位置 */
    border-radius: 20px; /* 角丸 */
    transition: 0.2s; /* 滑らか変化 */
}

/* 丸部分の中の文字 */
.switchArea .swImg::after {
    position: absolute;
    top: 3px;
    left: 6px;
    color: #c0c0c0;
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}

/* 丸部分のSTYLE（ONのとき） */
.switchArea input[type="checkbox"]:checked ~ .swImg {
    transform: translateX(25px); /* 丸も右へ移動 */
    background: rgba(255, 255, 255, 1); /* カーソルタブの背景 */
}

/* 丸部分の中の文字 */
.switchArea input[type="checkbox"]:checked ~ .swImg::after {
    position: absolute;
    top: 3px;
    right: 6px;
    color: #c0c0c0;
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}

/* スイッチ状態enableのときの表示エフェクト */
.switchArea input[type="checkbox"] ~ label {
    cursor: pointer;
}
.switchArea input[type="checkbox"] ~ .swImg {
    cursor: pointer;
}
.switchArea input[type="checkbox"] ~ .swImg::before {
    cursor: pointer;
}

/* スイッチ状態disableのときの表示エフェクト */
.switchArea input[type="checkbox"]:disabled ~ label {
    cursor: not-allowed;
    opacity: 0.3;
}
.switchArea input[type="checkbox"]:disabled ~ .swImg {
    cursor: not-allowed;
    opacity: 0.3;
}
.switchArea input[type="checkbox"]:disabled ~ .swImg::before {
    cursor: not-allowed;
    opacity: 0.3;
}

/* メニューアイコン用のCSS ===================================== */

.menuButton {
    width: 200px;
    position: relative;
}

.menuButtonImgOFF {
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #999;
    padding-top: 10px;
    text-align: center;
    letter-spacing: -1px;
    text-decoration: none;
    color: #323e50;
    opacity: 0.7;
    position: fixed;
    right: 30px;
    z-index: 100;
    transition: all 0.5s;
}

.menuButtonImgOFF:hover{
    cursor: pointer;
    opacity: 1;
    width: 200px;
    text-align: left;
    padding-left: 10px;
    background: transparent;
}

.menuButtonImgON {
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: rgb(50, 62, 80, 0.5);
    border: 1px solid #999;
    padding-top: 10px;
    text-align: center;
    letter-spacing: -1px;
    text-decoration: none;
    color: #FFF;
    opacity: 0.7;
    position: fixed;
    right: 30px;
    z-index: 100;
    transition: all 0.5s;
}

.menuButtonImgON:hover{
    cursor: pointer;
    opacity: 1;
    width: 200px;
    text-align: left;
    padding-left: 10px;
    background: transparent;
    color: #323e50;
}

.menuText {
    display: none;
    width: 200px;
    position: absolute;
    right: 40px;
    padding: 11px;
    color: #323e50;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    z-index:  99;
    transition: all 1s;
}

.menuButton:hover + .menuText {
    display: block;
}

/* 必須入力マークのCSS ========================================= */

.RequiredMark {
    color: deeppink;
    padding: 5px;
    font-size: 12px;
}

/* 点滅のCSS =================================================== */
.blinking {
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink {
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink {
    0% {opacity:0;}
    100% {opacity:1;}
}