html {
    font-size: 14px;
    height: 100%;
}

body {
    margin: 0px;
    width: 100%;
    height: 100%;
    /* Show scrollbars */
    overflow: auto;
    background-color: #ffffff;
    font-family: '游ゴシック', 'メイリオ', 'MS Pゴシック', 'MSゴシック', 'Verdana',
        'Times New Roman', 'Arial', sans-serif;
    font-weight: normal;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
a:visited {
    text-decoration: none;
}

a,
button {
    cursor: pointer;
}

a:disabled,
button:disabled {
    cursor: not-allowed;
}

.gridContainer {
    display: grid;
    grid-template-columns: 96px auto;
    grid-gap: 0px;
    top: 0px;
    left: 0px;
    height: calc(100% - 70px);
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.gridContainer90 {
    display: grid;
    grid-template-columns: 90px auto;
    grid-gap: 5px;
    height: 100%;
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.gridContainer150 {
    display: grid;
    grid-template-columns: 150px auto;
    grid-gap: 5px;
    height: 100%;
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.gridItemLeft {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    vertical-align: top;
    margin-top: 70px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-color: aliceblue;
}

.gridItemRight {
    height: calc(100% - 24px);
    border-radius: 0px;
    vertical-align: top;
    margin-top: 70px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
}

.footer {
    font-size: 11px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
}

.titleCard {
    background: aliceblue;
    height: 114px;
    box-sizing: border-box;
    padding: 28px;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
        0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 14px;
    margin-bottom: 28px;
    display: block;
}

.modalCard {
    background: aliceblue;
    width: 100%;
    height: 114px;
    box-sizing: border-box;
    padding: 28px;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
        0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 14px;
    margin-bottom: 28px;
    display: block;
    text-align: left;
}

.cardFont {
    margin-top: 15px;
    font-size: 31px;
    line-height: 5px;
}

.overflowContainer {
    width: 630px;
    height: 150px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1),
        0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.overflowContainerWFull {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    margin: 0 0 40px 0;
    background-color: #ffffff;
    overflow: auto;
    display: block;
}

.contentPaper {
    box-sizing: border-box;
    border: 1px solid aliceblue;
    background-color: transparent;
    padding: 15px;
    border-radius: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
    display: block;
}

.buttonNo {
    border: none;
    background-color: transparent;
}

.button50 {
    background-color: #4ba5e9;
    color: #ffffff;
    border: none;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 600;
    width: 50px;
    height: 35px;
    margin-top: 5px;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
}

.button70 {
    background-color: #4ba5e9;
    color: #ffffff;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 600;
    width: 70px;
    height: 35px;
    margin-top: 5px;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
}

.button70:hover {
    background-color: #1980cd;
    color: #ffffff;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 600;
    width: 70px;
    height: 35px;
    margin-top: 5px;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
}

.button70:disabled {
    background-color: #d1d1d1;
    color: #838383;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 600;
    width: 70px;
    height: 35px;
    margin-top: 5px;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
}

.button164 {
    background-color: #4ba5e9;
    color: #ffffff;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 600;
    width: 164px;
    height: 35px;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
}

.button164:hover {
    background-color: #1980cd;
    color: #ffffff;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 600;
    width: 164px;
    height: 35px;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
}

.button164:disabled {
    background-color: #d1d1d1;
    color: #838383;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 600;
    width: 164px;
    height: 35px;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
}

.button800 {
    background-color: #4ba5e9;
    color: #ffffff;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 600;
    width: 800px;
    height: 35px;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
}

.button800:hover {
    background-color: #1980cd;
    color: #ffffff;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 600;
    width: 800px;
    height: 35px;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
}

.buttonWFull {
    background-color: #4ba5e9;
    color: #ffffff;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 600;
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
}

.buttonWFull:hover {
    background-color: #1980cd;
    color: #ffffff;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 600;
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
}

.buttonFit {
    background-color: #4ba5e9;
    color: #ffffff;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
}

.buttonFit:hover {
    background-color: #1980cd;
    color: #ffffff;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
}

.buttonFit:disabled {
    background-color: #d1d1d1;
    color: #838383;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
}

.hoverableTable {
    width: 90%;
    border-collapse: collapse;
    margin-top: 10px;
    background-color: #ffffff;
    margin-bottom: 30px;
}

.hoverableTable table {
    width: 100%;
}

.hoverableTable th {
    text-align: left;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background-color: #e5e7eb;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
}

.hoverableTable tr {
    text-align: left;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
}

.hoverableTable tr:hover {
    background-color: #e5e7eb;
}

.hoverableTable td {
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    white-space: normal;
    word-wrap: break-word;
}

.hoverableTable th.check-center,
.hoverableTable td.check-center {
    padding: 0;
}

.hoverableTableWFull {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
}

.hoverableTableWFull table {
    width: 100%;
}

/* HOME画面のお知らせテーブル */
.hoverableTableWFull.tableLayoutAuto table {
    table-layout: auto;
    min-width: auto;
    width: auto;
}
/* 日付カラム */
.hoverableTableWFull .date {
    min-width: 160px;
}
/* 内容カラム */
.hoverableTableWFull .content {
    width: 100%;
}

.hoverableTableWFull th {
    text-align: left;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background-color: #e5e7eb;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
}

.hoverableTableWFull tr {
    text-align: left;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
}

.hoverableTableWFull tr:hover {
    background-color: #e5e7eb;
}

.hoverableTableWFull td {
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    white-space: normal;
    word-wrap: break-word;
}

.hoverableTableWFull th.check-center,
.hoverableTableWFull td.check-center {
    padding: 0;
}

.modalBackGround {
    top: 0px;
    left: 0px;
    width: 800px;
    height: calc(100% - 30px);
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
}

.modalButton {
    background-color: #4ba5e9;
    color: #ffffff;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 600;
    width: 200px;
    height: 35px;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
}

.modalButton:hover {
    background-color: #1980cd;
    color: #ffffff;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 600;
    width: 200px;
    height: 35px;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
}

.modalButtonAll {
    background-color: #c4e3e5;
    color: #145353;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 600;
    width: 200px;
    height: 35px;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
}

.modalButtonAll:hover {
    background-color: #1980cd;
    color: #ffffff;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 600;
    width: 200px;
    height: 35px;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
}

.modalButtonAll:disabled {
    background-color: #d1d1d1;
    color: #838383;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 600;
    width: 200px;
    height: 35px;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
}

.textCenter {
    text-align: center;
}

.textCenterW80per {
    text-align: center;
    width: 90%;
}

.textRight {
    text-align: right;
}

.textRightW80per {
    text-align: right;
    width: 90%;
}

.textLeft {
    text-align: left;
}

.textSize10 {
    font-size: 10px;
    line-height: 40px;
}

.textSize36 {
    font-size: 36px;
    line-height: 40px;
}

.icon18 {
    width: 18px;
    height: 18px;
    display: inline-block;
}

.icon20 {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.icon24 {
    width: 24px;
    height: 24px;
    display: block;
}

.mt4 {
    margin-top: 4px;
}

.mt10 {
    margin-top: 10px;
}
.mt24 {
    margin-top: 24px;
}

.mt30 {
    margin-top: 30px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mr5NotLastChild > *:not(:last-child) {
    margin-right: 5px;
}

.mr10NotLastChild > *:not(:last-child) {
    margin-right: 10px;
}

.mgTopBot5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.borderSpacing20 {
    width: 100%;
    border-spacing: 20px 20px;
}

.borderSpacingW80 {
    width: 90%;
    border-spacing: 20px 20px;
}

.textTitle16 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}

.textTitle20 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    display: inline-block;
}

.text14 {
    font-size: 14px;
    line-height: 28px;
    font-weight: 200;
    display: inline-block;
}

.input50 {
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 8px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 0px;
    margin-bottom: 5px;
    background-color: #ffffff;
    border: 1px solid;
    display: inline-block;
    width: 50px;
    height: 14px;
    border-radius: 6px;
    border-color: #cbd5e1;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.input50::placeholder {
    color: #94a3b8;
    font-size: 12px;
}

.input50:disabled {
    background-color: #f8fafc;
    color: #64748b;
    border-color: #e2e8f0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.input50:focus {
    border-color: #4ba5e9;
    outline: 2px solid #4ba5e9;
    outline-offset: 0px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000, 0 0 #0000;
}

.input50:invalid {
    border-color: #dc2626;
    color: #dc2626;
}

.input50:focus:invalid {
    border-color: #dc2626;
    color: #dc2626;
    outline: #dc2626;
}

.input60 {
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 8px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 0px;
    margin-bottom: 5px;
    background-color: #ffffff;
    border: 1px solid;
    display: inline-block;
    width: 60px;
    height: 14px;
    border-radius: 6px;
    border-color: #cbd5e1;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.input60::placeholder {
    color: #94a3b8;
    font-size: 12px;
}

.input60:disabled {
    background-color: #f8fafc;
    color: #64748b;
    border-color: #e2e8f0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.input60:focus {
    border-color: #4ba5e9;
    outline: 2px solid #4ba5e9;
    outline-offset: 0px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000, 0 0 #0000;
}

.input60:invalid {
    border-color: #dc2626;
    color: #dc2626;
}

.input60:focus:invalid {
    border-color: #dc2626;
    color: #dc2626;
    outline: #dc2626;
}

.input150 {
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 8px;
    background-color: #ffffff;
    border: 1px solid;
    display: inline-block;
    width: 150px;
    height: 14px;
    border-radius: 6px;
    border-color: #cbd5e1;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.input150::placeholder {
    color: #94a3b8;
    font-size: 12px;
}

.input150:disabled {
    background-color: #f8fafc;
    color: #64748b;
    border-color: #e2e8f0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.input150:focus {
    border-color: #4ba5e9;
    outline: 2px solid #4ba5e9;
    outline-offset: 0px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000, 0 0 #0000;
}

.input150:invalid {
    border-color: #dc2626;
    color: #dc2626;
}

.input150:focus:invalid {
    border-color: #dc2626;
    color: #dc2626;
    outline: #dc2626;
}

.input250 {
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 8px;
    background-color: #ffffff;
    border: 1px solid;
    display: inline-block;
    width: 250px;
    height: 14px;
    border-radius: 6px;
    border-color: #cbd5e1;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.input250::placeholder {
    color: #94a3b8;
    font-size: 12px;
}

.input250:disabled {
    background-color: #f8fafc;
    color: #64748b;
    border-color: #e2e8f0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.input250:focus {
    border-color: #4ba5e9;
    outline: 2px solid #4ba5e9;
    outline-offset: 0px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000, 0 0 #0000;
}

.input250:invalid {
    border-color: #dc2626;
    color: #dc2626;
}

.input250:focus:invalid {
    border-color: #dc2626;
    color: #dc2626;
    outline: #dc2626;
}

.inputWFull {
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 8px;
    background-color: #ffffff;
    border: 1px solid;
    display: inline-block;
    width: 95%;
    height: 14px;
    border-radius: 6px;
    border-color: #cbd5e1;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.inputWFull::placeholder {
    color: #94a3b8;
    font-size: 12px;
}

.inputWFull:disabled {
    background-color: #f8fafc;
    color: #64748b;
    border-color: #e2e8f0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.inputWFull:focus {
    border-color: #4ba5e9;
    outline: 2px solid #4ba5e9;
    outline-offset: 0px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000, 0 0 #0000;
}

.inputWFull:invalid {
    border-color: #dc2626;
    color: #dc2626;
}

.inputWFull:focus:invalid {
    border-color: #dc2626;
    color: #dc2626;
    outline: #dc2626;
}

.inputWNo {
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 8px;
    background-color: #ffffff;
    border: 1px solid;
    display: inline-block;
    height: 14px;
    border-radius: 6px;
    border-color: #cbd5e1;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.inputWNo::placeholder {
    color: #94a3b8;
    font-size: 12px;
}

.inputWNo:disabled {
    background-color: #f8fafc;
    color: #64748b;
    border-color: #e2e8f0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.inputWNo:focus {
    border-color: #4ba5e9;
    outline: 2px solid #4ba5e9;
    outline-offset: 0px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000, 0 0 #0000;
}

.inputWNo:invalid {
    border-color: #dc2626;
    color: #dc2626;
}

.inputWNo:focus:invalid {
    border-color: #dc2626;
    color: #dc2626;
    outline: #dc2626;
}

.inputBorNoWNo {
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 8px;
    background-color: #ffffff;
    border: 0px;
    display: inline-block;
    height: 14px;
    border-radius: 6px;
    border-color: #cbd5e1;
}

.inputBorNoWNo::placeholder {
    color: #94a3b8;
    font-size: 12px;
}

.inputBorNoWNo:disabled {
    background-color: #f8fafc;
    color: #64748b;
    border-color: #e2e8f0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.inputBorNoWNo:focus {
    border-color: #4ba5e9;
    outline: 2px solid #4ba5e9;
    outline-offset: 0px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000, 0 0 #0000;
}

.inputBorNoWNo:invalid {
    border-color: #dc2626;
    color: #dc2626;
}

.inputBorNoWNo:focus:invalid {
    border-color: #dc2626;
    color: #dc2626;
    outline: #dc2626;
}

.textareaH32 {
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 8px;
    background-color: #ffffff;
    border: 1px solid;
    display: inline-block;
    width: 100%;
    height: 32px;
    border-radius: 6px;
    border-color: #cbd5e1;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.textareaH32::placeholder {
    color: #94a3b8;
    font-size: 12px;
}

.textareaH32:disabled {
    background-color: #f8fafc;
    color: #64748b;
    border-color: #e2e8f0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.textareaH32:focus {
    border-color: #4ba5e9;
    outline: 2px solid #4ba5e9;
    outline-offset: 0px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000, 0 0 #0000;
}

.textareaH32:invalid {
    border-color: #dc2626;
    color: #dc2626;
}

.textareaH32:focus:invalid {
    border-color: #dc2626;
    color: #dc2626;
    outline: #dc2626;
}

.textareaH40 {
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 8px;
    background-color: #ffffff;
    border: 1px solid;
    display: inline-block;
    width: 95%;
    height: 40px;
    border-radius: 6px;
    border-color: #cbd5e1;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.textareaH40::placeholder {
    color: #94a3b8;
    font-size: 12px;
}

.textareaH40:disabled {
    background-color: #f8fafc;
    color: #64748b;
    border-color: #e2e8f0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.textareaH40:focus {
    border-color: #4ba5e9;
    outline: 2px solid #4ba5e9;
    outline-offset: 0px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000, 0 0 #0000;
}

.textareaH40:invalid {
    border-color: #dc2626;
    color: #dc2626;
}

.textareaH40:focus:invalid {
    border-color: #dc2626;
    color: #dc2626;
    outline: #dc2626;
}

.textareaH150 {
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 8px;
    background-color: #ffffff;
    border: 1px solid;
    display: inline-block;
    width: 95%;
    height: 150px;
    border-radius: 6px;
    border-color: #cbd5e1;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.textareaH150::placeholder {
    color: #94a3b8;
    font-size: 12px;
}

.textareaH150:disabled {
    background-color: #f8fafc;
    color: #64748b;
    border-color: #e2e8f0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.textareaH150:focus {
    border-color: #4ba5e9;
    outline: 2px solid #4ba5e9;
    outline-offset: 0px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000, 0 0 #0000;
}

.textareaH150:invalid {
    border-color: #dc2626;
    color: #dc2626;
}

.textareaH150:focus:invalid {
    border-color: #dc2626;
    color: #dc2626;
    outline: #dc2626;
}

.textareaH300 {
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 8px;
    background-color: #ffffff;
    border: 1px solid;
    display: inline-block;
    width: calc(100% - 26px);
    height: 300px;
    border-radius: 6px;
    border-color: #cbd5e1;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.textareaH300::placeholder {
    color: #94a3b8;
    font-size: 12px;
}

.textareaH300:disabled {
    background-color: #f8fafc;
    color: #64748b;
    border-color: #e2e8f0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.textareaH300:focus {
    border-color: #4ba5e9;
    outline: 2px solid #4ba5e9;
    outline-offset: 0px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000, 0 0 #0000;
}

.textareaH300:invalid {
    border-color: #dc2626;
    color: #dc2626;
}

.textareaH300:focus:invalid {
    border-color: #dc2626;
    color: #dc2626;
    outline: #dc2626;
}

.textareaPopupH50 {
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 8px;
    background-color: #ffffff;
    border: 1px solid;
    display: inline-block;
    height: 50px;
    border-radius: 6px;
    border-color: #cbd5e1;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.textareaPopupH50::placeholder {
    color: #94a3b8;
    font-size: 12px;
}

.textareaPopupH50:disabled {
    background-color: #f8fafc;
    color: #64748b;
    border-color: #e2e8f0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.textareaPopupH50:focus {
    border-color: #4ba5e9;
    outline: 2px solid #4ba5e9;
    outline-offset: 0px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000, 0 0 #0000;
}

.textareaPopupH50:invalid {
    border-color: #dc2626;
    color: #dc2626;
}

.textareaPopupH50:focus:invalid {
    border-color: #dc2626;
    color: #dc2626;
    outline: #dc2626;
}

.select176 {
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 8px;
    background-color: #ffffff;
    border: 1px solid;
    display: inline-block;
    width: 176px;
    height: 32px;
    border-radius: 6px;
    border-color: #cbd5e1;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.select176::placeholder {
    color: #94a3b8;
    font-size: 12px;
}

.select176:disabled {
    background-color: #f8fafc;
    color: #64748b;
    border-color: #e2e8f0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.select176:focus {
    border-color: #4ba5e9;
    outline: 2px solid #4ba5e9;
    outline-offset: 0px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000, 0 0 #0000;
}

.select176:invalid {
    border-color: #dc2626;
    color: #dc2626;
}

.select176:focus:invalid {
    border-color: #dc2626;
    color: #dc2626;
    outline: #dc2626;
}

.selectBorNo {
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 8px;
    background-color: #ffffff;
    border: 0px;
    display: inline-block;
    width: 176px;
    height: 32px;
    border-radius: 6px;
    border-color: #cbd5e1;
}

.selectBorNo::placeholder {
    color: #94a3b8;
    font-size: 12px;
}

.selectBorNo:disabled {
    background-color: #f8fafc;
    color: #64748b;
    border-color: #e2e8f0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.selectBorNo:focus {
    border-color: #4ba5e9;
    outline: 2px solid #4ba5e9;
    outline-offset: 0px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000, 0 0 #0000;
}

.selectBorNo:invalid {
    border-color: #dc2626;
    color: #dc2626;
}

.selectBorNo:focus:invalid {
    border-color: #dc2626;
    color: #dc2626;
    outline: #dc2626;
}

.menuLeft {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    position: fixed;
}

.menuLeft > div {
    margin: 10px 0;
}

.menuLeft > div > a,
.menuLeft > div > button {
    padding: 12px;
    display: inline-block;
}

.iconRequired {
    size: 11px;
    color: #ff0000;
}

.characterCounter {
    font-size: 10px;
    color: #94a3b8;
}

.navMenuSelected {
    font-weight: bold;
    line-height: 20px;
    background-color: #4ba5e9;
    border-radius: 20px;
}

.navMenuSelected a:visited {
    color: #ffffff;
    text-decoration: none;
}

.navMenuSelected:hover {
    background-color: #1980cd;
    border-radius: 20px;
    color: #ffffff;
}

.navMenuSelected a:hover {
    color: #ffffff;
    text-decoration: none;
}

.navMenuSelectedHover {
    font-weight: bold;
    line-height: 20px;
    background-color: #1980cd;
    border-radius: 20px;
}

.navMenuSelectedHover a:visited {
    color: #ffffff;
    text-decoration: none;
}

.paging-area {
    display: flex !important;
    justify-content: center !important;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-12 {
    width: 12%;
}

.w-15 {
    width: 15%;
}

.w-18 {
    width: 18%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-45 {
    width: 45%;
}

.w-70 {
    width: 70%;
}
.w-400px {
    width: 400px;
}

.h-60px {
    height: 60px;
}

.h-350px {
    height: 350px;
}
.h-400px {
    height: 400px;
}

.h-450px {
    height: 450px;
}

.h-max-450px {
    max-height: 450px;
}

.toggle_btn {
    position: absolute;
    left: 270px;
    transform: translateY(-100%);
    background: #4ba5e9;
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
}

.btn_left_230 {
    left: 230px;
}

.btn_left_290 {
    left: 290px;
}

.btn_left_330 {
    left: 330px;
}

.btn_left_390 {
    left: 390px;
}

.btn_left_450 {
    left: 450px;
}

.toggle_btn:before,
.toggle_btn:after {
    display: block;
    content: '';
    background-color: white;
    position: absolute;
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.toggle_btn:before {
    width: 2px;
    height: 10px;
}
.toggle_title.selected .toggle_btn:before {
    content: normal;
}

.hide {
    display: none;
}

.widthFull {
    width: 100%;
}

.margin-10 {
    margin: 10px;
}

.titleLogo {
    height: 70px;
    position: fixed;
    z-index: 10;
    background-color: aliceblue;
    width: 100%;
}

.mdc-checkbox__background {
    background-color: #4ba5e9;
}

.tooltip {
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.description {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    width: 100px;
}
.description:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -15px;
}
.tooltip:hover .description {
    display: inline-block;
    top: -70px;
    left: -30px;
}

.ellipsis-table td {
    white-space: nowrap;
    max-width: 0;
}

.overflowY {
    overflow-y: auto;
}
.overflowX-hidden {
    overflow-x: hidden;
}

.modal {
    /* lib/components/Modalのmodalに追加で設定 */
    z-index: 2;
}

.transform-scaleY {
    transform: scaleY(-1);
}

.termLinkArea {
    display: flex;
    flex-direction: column;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 0 115px;
    font-size: 1.1rem;
}

.termBox {
    width: 768px;
    background-color: #ffffff;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1),
        0 1px 2px -1px rgb(0 0 0 / 0.1);
    padding: 30px 115px;
    margin-left: auto;
    margin-right: auto;
}

.termContent > ol,
.termContent > ul {
    padding-inline-start: 0;
}

.termContent > ol > li,
.termContent > ul > li {
    margin-left: 1.5em;
}

.termContent ul li {
    list-style-type: disc;
}

.termContent > ol ol li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
}

.termContent > ol ol li:before {
    content: '(' counter(cnt) ') ';
    display: inline-block;
    text-align: right;
    position: absolute;
    margin-left: -3.2em;
    width: 3em;
}

.userTableHeight {
    height: calc(100% - 400px);
}

.modalConditionTableHeight {
    height: calc(100% - 300px);
}

.borderGray {
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.noiseCancelFooterBtn {
    display: flex;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
    align-items: flex-start;
}

.navMenuHover {
    font-weight: bold;
    line-height: 20px;
}

/* ソートボタン */
.cursorPointer {
    cursor: pointer;
}
/* セレクトボックスと各種フォーム */
select,
input[type='checkbox'],
input[type='radio'],
input[type='number'],
input[type='time'],
input[type='time']::-webkit-calendar-picker-indicator,
input[type='date'],
input[type='date']::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

/* 背景色をなくす */
.checkmarkBackgroundColorTransparent {
    background-color: transparent !important;
    border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54)) !important;
}
/* チェックマークの色を白にする */
.checkmarkColorWhite {
    color: var(--mdc-checkbox-ink-color, #fff);
}
/* チェックマークの色を透明にする */
.checkmarkColorTransparent {
    color: transparent;
}
/* ダッシュボード 調査条件確認 */
.home-research-condition-title {
    display: flex;
    align-items: center;
}
.home-research-condition-count {
    font-weight: normal;
    font-size: 1rem;
    margin-left: 0.5rem;
}
.toggle_btn.home-research-condition {
    left: 0;
    position: relative;
    transform: none;
    margin-left: 1.5rem;
}
