body {
    padding: 0px;
    font-size: 16px;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: "Avenir","Helvetica Neue","Helvetica","Arial","Hiragino Sans","ヒラギノ角ゴシック",YuGothic,"Yu Gothic","ＭＳ Ｐゴシック","MS PGothic";
    color: #383838;
}

.main {
    padding: 24px 16px 40px;
    flex: 1 0 auto;
}

.pageTitle {
    padding: 0 0 0 6px;
    margin: 32px 0 20px 0;
    border-left: 5px solid #26a69b;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 43px;
}

.scrollNav {
    position: fixed;
    bottom: 88px;
    right: 24px;
}

.footerFixed {
    position: sticky;
    padding: 0;
    bottom: 0;
    margin-bottom: 0px;
    width: 100%;
    z-index: 1;
}

.footerActionArea {
    padding: 0 5%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footerActionArea a {
    margin: 4px 0;
}

.footerActionArea a:hover {
    opacity: 0.7;
}

a {
    color: #0A0A2A;
    font-weight: bold;
}

.alertToast {
    border: 1px solid #e57373;
    border-radius: 4px;
    background-color: #e57373;
    color: white;
    font-size: 14px;
    font-weight: bold;
}
.infoToast {
    border: 1px solid #64b5f6;
    border-radius: 4px;
    background-color: #64b5f6;
    color: white;
    font-size: 14px;
    font-weight: bold;
}
.toastCloseLink {
    color: white;
    font-size: 12px;
    font-weight: normal;
}
.logoutToast {
    background-color: #64b5f6;
    color: white;
    font-size: 15px;
    font-weight: bold;
}

/* 全画面で利用するClass */
.window_margin {
    margin-top: 20px;
}

.alert_msg {
    font-size: 18px;
    font-weight: bold;
}

.check_msg {
    font-size: 18px;
    font-weight: bold;
    color: red;
    background-color: yellow;
}

.modal_msg {
    font-size: 18px;
}

.validate_msg {
    color: #FF0000;
}

.br-label {
    white-space: pre-line;
    color: #242424;
    font-size: 14px;
}

.account_label {
    color: #242424;
    font-size: 14px;
}

.sort_arrow {
    font-size: 18px;
    font-weight: bold;
    color: #212121;
    margin: 0 5px 0 10px;
}

/* ログイン画面 */
.login_system_name {
    color: #FFFFFF;
    margin-left: 20px;
}
/* パスワード表示・非表示*/
.icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.2em;
    color: #555;
  }

/* カレンダー */
#calendar {
    margin: 0 auto;
    font-size: 12px;
}

.fc-content {
    font-size: 12px;
}

/* エラー画面 */
.error_for_login_button {
    float: right;
}

.error-contents{
    margin-bottom: 0px;
}

.card-panel{
    padding-bottom: 5px;
}

/* 一覧中のチェックボックス用 */
.checkbox-wrapper-center {
    margin: 0 auto;
    width: 20px;
}