@charset "UTF-8";

/* フォント指定 */
html {
  font-family: 'Noto Sans JP', sans-serif;
}

button, input, optgroup, select, textarea {
  font-family: 'Noto Sans JP', sans-serif;
}

input.icon-placeholder::-webkit-input-placeholder {
  font-family: 'Material Icons'
}

input.icon-placeholder::-moz-placeholder  {
  font-family: 'Material Icons';
}

input.icon-placeholder:-ms-input-placeholder {
  font-family: 'Material Icons';
}

input.icon-placeholder:-moz-placeholder {
  font-family: 'Material Icons';
}

/* 変数 */

:root {
/*
  --base-color: #0d47a1;
  --base-color-rgb: 13,71,161;
*/
  --base-color: #ff5858;
  --base-color-rgb: 255,88,88;
  --base-color-gray: #9e9e9e;
  --base-color-gray-rgb: 158, 158, 158;
  --base-color-blue: #0000ff;
  --base-color-blue-rgb: 0, 0, 255;
}

.red-gradient-bg {
  background-color: #ffa358;
  background-image: linear-gradient(135deg, #ff8858 0%, #ff5858 80%, #ff5858 100%);
}

/* 基本カラー */

.bg-base-color {
  background-color: rgba(var(--base-color-rgb), 1) !important;
}

.bg-base-color.lighten-1 {
  background-color: rgba(var(--base-color-rgb), .83) !important;
}

.bg-base-color.lighten-2 {
  background-color: rgba(var(--base-color-rgb), .67) !important;
}

.bg-base-color.lighten-3 {
  background-color: rgba(var(--base-color-rgb), .50) !important;
}

.bg-base-color.lighten-4 {
  background-color: rgba(var(--base-color-rgb), .33) !important;
}

.bg-base-color.lighten-5 {
  background-color: rgba(var(--base-color-rgb), .17) !important;
}

.text-base-color {
  color: var(--base-color) !important;
}

.bg-body-color {
  /* background-color: #f8f8f8; */
  background-color: #ffffff;
}

/* 基本カラー灰色 */

.bg-base-color-gray {
  background-color: rgba(var(--base-color-gray-rgb), 1) !important;
}

.bg-base-color-gray.lighten-1 {
  background-color: rgba(var(--base-color-gray-rgb), .83) !important;
}

.bg-base-color-gray.lighten-2 {
  background-color: rgba(var(--base-color-gray-rgb), .67) !important;
}

.bg-base-color-gray.lighten-3 {
  background-color: rgba(var(--base-color-gray-rgb), .50) !important;
}

.bg-base-color-gray.lighten-4 {
  background-color: rgba(var(--base-color-gray-rgb), .33) !important;
}

.bg-base-color-gray.lighten-5 {
  background-color: rgba(var(--base-color-gray-rgb), .17) !important;
}

.text-base-color-gray {
  color: var(--base-color-gray) !important;
}

/* ライブラリ上書き */
a {
  /* color: #000; */
  color: #13ceaa;
  cursor: pointer;
  }
  
.link-color {
  color: #13ceaa;
}

td, th {
  border-radius: 0;
}

.hiddendiv {
  position: fixed; /* テキストエリアのバグ対応 */
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

.card {
  border: 2px solid var(--base-color-gray);
}

 /* input */
/* .input-field input[type=text],
.input-field input[type=password],
.input-field input[type=search],
.input-field input[type=email], */
.input-field textarea {
  background: rgb(180, 180, 230, 0.1);
}
 .input-field input[type=text],
 .input-field input[type=password],
 .input-field input[type=search],
 .input-field input[type=email] {
  background-color: inherit;
  border-bottom: 2px solid var(--base-color-gray);
 }
.input-field.col label {
 font-size: 1rem;
}

.input-field .select-wrapper .caret {
  z-index: 2;
}

.input-field.base-color input[type=text]:focus + label,
.input-field.base-color input[type=password]:focus + label,
.input-field.base-color input[type=search]:focus + label,
.input-field.base-color input[type=email]:focus + label,
.input-field.base-color textarea:focus + label {
  color: var(--base-color);
}

.input-field.base-color input[type=text]:focus + label .required,
.input-field.base-color input[type=password]:focus + label .required,
.input-field.base-color input[type=search]:focus + label .required,
.input-field.base-color input[type=email]:focus + label .required,
.input-field.base-color textarea:focus + label .required {
  color: red;
}

.input-field.base-color select:focus + label {
  color: var(--base-color);
}

.dropdown-content li>a,
.dropdown-content li>span {
  color: var(--base-color);  
}

.input-field.base-color input[type=text]:focus,
.input-field.base-color input[type=password]:focus,
.input-field.base-color input[type=search]:focus,
.input-field.base-color input[type=email]:focus,
.input-field.base-color textarea:focus {
  border-bottom: 2px solid var(--base-color);
  box-shadow: 0 1px 0 0 var(--base-color);
}

[type=radio]:checked + span:after, 
[type=radio].with-gap:checked + span:after {
  background-color: var(--base-color);
}

[type=radio]:checked + span:after, 
[type=radio].with-gap:checked + span:before, 
[type=radio].with-gap:checked + span:after {
  border: 2px solid var(--base-color);
}

[type=checkbox]:checked + span:not(.lever):before {
  border-right: 2px solid var(--base-color);
  border-bottom: 2px solid var(--base-color);
}

[type=checkbox].filled-in:checked + span:not(.lever):after {
  border: 2px solid var(--base-color);
  background-color:  var(--base-color);
}

/* tabs */
.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 60px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

.tabs .tab a{
  color: #aaa;
} /*Black color to the text*/

.tabs .tab a:hover {
  background-color: rgba(var(--base-color-rgb), .1);
  color: var(--base-color);
} /*Text color on hover*/

.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: rgba(var(--base-color-rgb), .1);
  color: var(--base-color);
}

.tabs .tab a.active {
  background-color: rgba(var(--base-color-rgb), .1);
  color: var(--base-color);
} /*Background and text color when a tab is active*/

.tabs .indicator {
  background-color: var(--base-color);
} /*Color of underline*/

/* pagination */
.pagination li.active {
  background-color: var(--base-color);
}

/* メインコンテナ */
.app-container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1440px;
}

/* 汎用パディング */
.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 8px !important;
}

.p-2 {
  padding: 16px !important;
}

.p-3 {
  padding: 24px !important;
}

.p-4 {
  padding: 32px !important;
}

.p-5 {
  padding: 40px !important;
}

.p-6 {
  padding: 48px !important;
}

.p-7 {
  padding: 56px !important;
}

.p-8 {
  padding: 64px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 8px !important;
}

.pt-2 {
  padding-top: 16px !important;
}

.pt-3 {
  padding-top: 24px !important;
}

.pt-4 {
  padding-top: 32px !important;
}

.pt-5 {
  padding-top: 40px !important;
}

.pt-6 {
  padding-top: 48px !important;
}

.pt-7 {
  padding-top: 56px !important;
}

.pt-8 {
  padding-top: 64px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 8px !important;
}

.pb-2 {
  padding-bottom: 16px !important;
}

.pb-3 {
  padding-bottom: 24px !important;
}

.pb-4 {
  padding-bottom: 32px !important;
}

.pb-5 {
  padding-bottom: 40px !important;
}

.pb-6 {
  padding-bottom: 48px !important;
}

.pb-7 {
  padding-bottom: 56px !important;
}

.pb-8 {
  padding-bottom: 64px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 8px !important;
}

.pl-2 {
  padding-left: 16px !important;
}

.pl-3 {
  padding-left: 24px !important;
}

.pl-4 {
  padding-left: 32px !important;
}

.pl-5 {
  padding-left: 40px !important;
}

.pl-6 {
  padding-left: 48px !important;
}

.pl-7 {
  padding-left: 56px !important;
}

.pl-8 {
  padding-left: 64px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 8px !important;
}

.pr-2 {
  padding-right: 16px !important;
}

.pr-3 {
  padding-right: 24px !important;
}

.pr-4 {
  padding-right: 32px !important;
}

.pr-5 {
  padding-right: 40px !important;
}

.pr-6 {
  padding-right: 48px !important;
}

.pr-7 {
  padding-right: 56px !important;
}

.pr-8 {
  padding-right: 64px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-7 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.py-8 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.px-2 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-3 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-4 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.px-5 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-6 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.px-7 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.px-8 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

/* 汎用マージン */
.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 8px !important;
}

.m-2 {
  margin: 16px !important;
}

.m-3 {
  margin: 24px !important;
}

.m-4 {
  margin: 32px !important;
}

.m-5 {
  margin: 40px !important;
}

.m-6 {
  margin: 48px !important;
}

.m-7 {
  margin: 56px !important;
}

.m-8 {
  margin: 64px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 8px !important;
}

.mt-2 {
  margin-top: 16px !important;
}

.mt-3 {
  margin-top: 24px !important;
}

.mt-4 {
  margin-top: 32px !important;
}

.mt-5 {
  margin-top: 40px !important;
}

.mt-6 {
  margin-top: 48px !important;
}

.mt-7 {
  margin-top: 56px !important;
}

.mt-8 {
  margin-top: 64px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 8px !important;
}

.mb-2 {
  margin-bottom: 16px !important;
}

.mb-3 {
  margin-bottom: 24px !important;
}

.mb-4 {
  margin-bottom: 32px !important;
}

.mb-5 {
  margin-bottom: 40px !important;
}

.mb-6 {
  margin-bottom: 48px !important;
}

.mb-7 {
  margin-bottom: 56px !important;
}

.mb-8 {
  margin-bottom: 64px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 8px !important;
}

.ml-2 {
  margin-left: 16px !important;
}

.ml-3 {
  margin-left: 24px !important;
}

.ml-4 {
  margin-left: 32px !important;
}

.ml-5 {
  margin-left: 40px !important;
}

.ml-6 {
  margin-left: 48px !important;
}

.ml-7 {
  margin-left: 56px !important;
}

.ml-8 {
  margin-left: 64px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 8px !important;
}

.mr-2 {
  margin-right: 16px !important;
}

.mr-3 {
  margin-right: 24px !important;
}

.mr-4 {
  margin-right: 32px !important;
}

.mr-5 {
  margin-right: 40px !important;
}

.mr-6 {
  margin-right: 48px !important;
}

.mr-7 {
  margin-right: 56px !important;
}

.mr-8 {
  margin-right: 64px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-7 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.my-8 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mx-2 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mx-3 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mx-4 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.mx-5 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx-6 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.mx-7 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.mx-8 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

/* 汎用幅 */
.w-1 {
  width: 8px;
}

.w-2 {
  width: 16px;
}

.w-3 {
  width: 24px;
}

.w-4 {
  width: 32px;
}

.w-5 {
  width: 40px;
}

.w-6 {
  width: 48px;
}

.w-7 {
  width: 54px;
}

.w-8 {
  width: 64px;
}

.w-9 {
  width: 72px;
}

.w-10 {
  width: 80px;
}

.w-11 {
  width: 88px;
}

.w-12 {
  width: 96px;
}

.w-13 {
  width: 104px;
}

.w-14 {
  width: 112px;
}

.w-15 {
  width: 120px;
}

.w-16 {
  width: 128px;
}

.w-17 {
  width: 136px;
}

.w-18 {
  width: 144px;
}

.w-19 {
  width: 152px;
}

.w-20 {
  width: 160px;
}

.w-30 {
  width: 240px;
}

.w-40 {
  width: 320px;
}

.w-50 {
  width: 400px;
}

.w-60 {
  width: 480px;
}

.w-70 {
  width: 560px;
}

.w-80 {
  width: 640px;
}

.w-full {
  width: 100%;
}

.row .col.root-col {
  padding: 0;
}

.nav-wrapper .app-logo {
  padding-top: 12px;
}

.nav-wrapper .app-logo img {
  height: 32px;
}

.nav-wrapper .app-title {
  font-size: 1.2rem;
}

.main-header {
  width: 100vw;
}

/* ラジオボタン、チェックボックスを横並びにする場合に使用 */
.inline-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 32px !important;
}

.inline-item-no-mg {
  vertical-align: middle;
  display: inline-block;
}

/* 横線 */
.divider {
  border-bottom: 1px solid rgba(96,96,96,.1);
}

/* 必須項目 */
.required:before {
  content: '*';
}

/* 郵便番号 */
.zip-code {
  display: flex;
  align-items: center;
}

.zip-code .zip-code-item {
  width: 100px;
}

.zip-code .zip-code-item-separate:before {
  content: '‐';
}
.zip-code .zip-code-item-separate {
  padding: 0 8px;
}

.zip-code .zip-code-btn {
  padding: 0 0 8px 8px;
}

/* 電話番号 */
.tel-no {
  display: flex;
  align-items: center;
}

.tel-no .tel-no-item {
  width: 100px;
}

.tel-no .tel-no-item-separate:before {
  content: '‐';
}
.tel-no .tel-no-item-separate {
  padding: 0 8px;
}

/* 開始終了日付 */
.from-to-date {
  display: flex;
  align-items: center;
}

.from-to-date .from-to-date-item {
  flex: 1;
}

.from-to-date .from-to-date-item-separate:before {
  content: '～';
}

.from-to-date .from-to-date-item-separate {
  padding: 0 8px;
}

/* 接頭辞ラベル付きテキスト */
.prefix-label {
  display: flex;
  align-items: center;
}

.prefix-label .prefix-label-item {
  flex: 1;
}

.prefix-label .prefix-label-label {
  padding-right: 8px;
}

/* 接尾辞ラベル付きテキスト */
.suffix-label {
  display: flex;
  align-items: center;
}

.suffix-label .suffix-label-item {
  flex: 1;
}

.suffix-label .suffix-label-label {
  padding-left: 8px;
}

/* フレックスコンテナ */
.flex-container {
  display: flex;
  align-items: center;
}

.flex-container .flex-item {
  flex: 1;
}

/* 丸形テキストボックス */
.circle-input {
  border: none;
  border-radius: 16px;
  padding: 4px 16px;
  background: rgba(155, 155, 155, .2);
}


/* フレーム */
.frame {
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 24px;
  width: 100%;
}

/* 情報フレーム */
.info-frame {
  border: 1px solid #dadada;
  border-left: 5px solid var(--base-color);
  border-radius: 5px;
  background: rgba(230, 230, 230, .1);
  padding: 24px;
  width: 100%;
}

/* ボタン */
.btn-flat {
  font-size: 15px;
}

.btn-flat.base-color {
  color: var(--base-color);
}

.btn-flat.outline {
  border: 1px solid var(--base-color);
}

/* 非活性時の枠 */
.disable-outline {
	border: 1px solid #ddd;
}

.btn-center {
  text-align: center;
}

.btn-center * {
  display: inline-block;
  vertical-align: top;
}

/* スクロール */
.scrollable {
  overflow: auto;
}

.scrollable table th {
  position: sticky;
  top: 0;
}

/* 標準テーブル */
table.tbl th {
  white-space: nowrap;
  background: var(--base-color-gray);
  color: #FFF;
  text-align: center;
  font-weight: 100;
}

/* ボーダーありテーブル */
table.bordered {
  border-collapse:separate;
}

table.bordered tr:first-child td {
  border-top: 1px solid var(--base-color-gray);
}

table.bordered td {
  border-right: 1px solid var(--base-color-gray);
}

table.bordered td {
  border-bottom: 1px solid var(--base-color-gray);
}

/* table.bordered td:first-child {
  border-left: 1px solid var(--base-color-gray);
} */

/* table.bordered th {
  border-right: 1px solid #E6E6E6;
}

table.bordered th {
  border-bottom: 1px solid #E6E6E6;
}

table.bordered tr:first-child th {
  border-top: 1px solid #E6E6E6;
}

table.bordered th:first-child {
  border-left: 1px solid #E6E6E6;
} */
/* tr.striped-odd {
  background-color: rgba(242,242,242,.5);
} */
table.bordered thead tr:first-child th:first-child {
  border-radius: 12px 0 0 0;
}
table.bordered thead tr:last-child th:last-child {
  border-radius: 0 12px 0 0;
}
table.bordered tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
table.bordered tbody tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}

.table-header-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.triangle-decoration {
  margin-right: 5px;
  margin-top: 2px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8px solid #FFF;
}

/* 3点リーダ（1行） */
.text-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* 3点リーダ（親要素に指定） */
.text-ellipsis-wrap {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 0;
}

/* クリアボタン*/
.input-field .clear-btn {
  background: rgba(155, 155, 155, 0.5);
  border-radius: 50%;
  color: white;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 10px;
  right: 4px;
  transition: opacity 0.2s linear;
  padding: 0px 5px 2px 5px;
}

.input-field .clear-btn i {
  font-size: 1.0em;
  vertical-align: middle;
}

.top-action-area {
  display: flex; 
  justify-content: space-between;
}

.top-action-area .nest-content {
  display: flex; 
  justify-content: space-between;
}

.y-top {
  align-items: start;
}

.y-center {
  align-items: center;
}

.bg-base-color.btn-flat.btn-flat[disabled] {
  background-color: rgba(96, 96, 96, .1) !important;
}

.rounded-1 {
  border-radius: 8px;
}

.rounded-2 {
  border-radius: 16px;
}

.rounded-3 {
  border-radius: 24px;
}

.rounded-4 {
  border-radius: 32px;
}

.rounded-5 {
  border-radius: 40px;
}

.rounded-circle {
  border-radius: 50%;
}

.border {
  border: solid 1px rgba(96, 96, 96, .1);
}

/* フラットボタン大 */
.btn-flat-large {
  height: 54px;
  line-height: 54px;
  font-size: 12px;
  padding: 0 28px;
  letter-spacing: 0.12em;
}

.btn-flat-large i {
  font-size: 1.6rem;
}

/* 下部操作ボタンエリア */
.bottom-action-area {
  z-index: 100;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 16px 0;
  background-color: rgba(96, 96, 96, 0.3);
}

.no-text-tranform {
  text-transform: none;
}

.no-wrap {
  white-space: nowrap;
}

.full-screen-modal {
  overflow: hidden;
  min-height: calc(100vh);
  height: calc(100vh);
  width: calc(100vw);
}

.full-screen-modal iframe {
  width: 100%;
  height: 100%;
}

.half-screen-modal {
  overflow: hidden;
  min-height: calc(100vh);
  height: calc(100vh);
  width: calc(70vw);
}

.half-screen-modal iframe {
  width: 100%;
  height: 100%;
}

.dialog {
  overflow: hidden;
  max-width: 460px;
  border-radius: 16px;
}

.dialog .dialog-main-area {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 16px;
}

.dialog-main-area .dialog-icon {
  margin-right: 16px;
}

.dialog-main-area .dialog-message {
  flex: 1;
}

.dialog .dialog-action-area {
  display: flex; 
  justify-content: center;
}

.dialog-yes-btn {
  width: 96px;
  text-align: center;
  margin: 0 4px;
  border-radius: 7px;
}

.dialog-no-btn {
  width: 96px;
  text-align: center;
  margin: 0 4px;
  border-radius: 7px;
}

.dialog-close-btn {
  width: 96px;
  text-align: center;
  margin: 0 4px;
  border-radius: 7px;
}

table.striped  tbody tr:nth-child(even){
  background-color: rgba(242, 242, 242, 0.5);
  
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: #fff
  
}

/****************************************************************

	入力チェック

****************************************************************/

.validation-error {
  background: pink !important;
}

/****************************************************************

	リンク

****************************************************************/
.link {
    color: #007BCC;
    text-decoration: underline;
    cursor: pointer;
}


.suggest-container {
	display: inline-flex !important;
	flex-wrap: nowrap !important;
	flex-direction: row !important;
	align-items: baseline !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	padding-right: 25px !important;
}

.suggest-container input.suggest {
	flex: 1 !important;
	margin-right: -25px !important;
	padding-right: 30px !important;
}

.suggest-container span.suggest-clear {
	flex: 0 !important;
	width: 0 !important;
	color: red !important;
	padding: 0px !important;
	cursor:pointer !important;
  	font-weight:bold !important;
  	font-size: 20px !important;
}

@media print{

	.print-none{
		display:none;
	}
}






/****************************************************************

	新デザイン追加

****************************************************************/
nav .nav-wrapper {
    padding: 0px 26px;
}

/* 戻る */
.return-btn {
  padding-left: 12px;
  height: 40px;
  width: 80px;
  display: flex;
  align-items: center;
  position: absolute;
  left: -5px;
}

.return-text {
  padding-top: 5px;
  color: var(--base-color-gray);
}

.return-decoration,
.return-decoration::before,
.return-decoration::after{
  width: 10px;
  height: 10px;
  background: var(--base-color);
}

.return-decoration::before,
.return-decoration::after {
  content: "";
  position: absolute;
}

.return-decoration {
  margin-right: 15px;
  position: relative;
  border-top-left-radius: 60%;
  transform: rotate(60deg) skewY(30deg) scaleX(.86666);
}

.return-decoration::before {
  border-top-right-radius: 60%;
  transform: skewX(-45deg) translateX(50%);
}

.return-decoration::after {
  border-bottom-left-radius: 60%;
  transform: skewY(-45deg) translateY(50%);
}

/* タイトル */
.title {
  /* height: 50px; */
  border-bottom: 1px solid var(--base-color);
  /* display: flex; */
  /* align-items: center; */
  /* padding: 8px; */
  /* padding-left: 30px; */
}

.title-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 41px;
  border-bottom: 1px solid var(--base-color);
  padding-left: 15px;
  padding-bottom: 10px;
}
.title-decoration {
  height: 13px;
  width: 13px;
  margin-right: 12px;
  background-color: var(--base-color);
}
.title-text {
  width: 100%;
  font-size: 1.2rem;
  color:#000000;
}

/* ボタン */
.serach-clear-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  width: 155px;
  font-size: 11px;
  font-weight: 500;
  color: #000;
}

.search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  width: 120px;
  font-size: 11px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.12em;
}

.create-btn {
  width: 150px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.12em;
}

.csv-output-btn {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 14px; */
  /* font-weight: 500; */
  /* color: #000; */
  letter-spacing: 0.12em;
}

.message-btn {
  width: 175px;
  /* font-size: 14px; */
  /* font-weight: 500; */
  /* color: #000; */
  letter-spacing: 0.12em;
}

.message-send-icon {
  width: 15px;
  height: 15px;
}

.logout-btn {
  padding: 0 5px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.logout-dot{
  width: 2px;
  height: 2px;
  border-radius: 50%;
  border: 2px solid #fff;
}

/* card */
.card-header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 45px;
  background: var(--base-color-gray);
  border-radius: 10px 10px 0 0;
}
.list-header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 80px;
  background: var(--base-color-gray);
  border-radius: 10px 10px 0 0;
}


/* スクロールバー */
::-webkit-scrollbar {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  border: 1px solid var(--base-color-gray);
}
::-webkit-scrollbar-thumb {
  background-color: var(--base-color-gray);
  border-radius: 20px;
  border: 3px solid transparent;
  background-clip: content-box;
}


/* dropdown 上書き */
.select-field.base-color input[type=text]:focus {
  border-bottom: none;
  box-shadow: none;
}

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 400px;
 /* overflow-y: auto; */
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  border-radius: 20px;
}

.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: #d1d1d1 !important;
  border: none;
  
  border-radius: 30px;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: calc(100% - 40px);
  font-size: 16px;
  margin: 0 0 8px 0;
  /* padding-left: 40px; */
  text-indent: 40px;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}

.datepicker-calendar .select-wrapper input.select-dropdown {
	text-indent: initial;
}

.select-wrapper input.validation-error {
  background: pink !important;
}

.datepicker-controls .select-wrapper input.select-dropdown {
  background-color: inherit  !important;
  width: 70px;
  margin: 0;
  padding-left: 0;
}

.select-wrapper .caret {
  pointer-events: none;
  width: 30px;
  transform: rotate(90deg);
  height: 12px;
  position: absolute;
  left: 10px;
  top: 1px;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}

.select-wrapper + label {
  top: -36px;
}

/* DatePicker 上書き */
.datepicker-date-display {
  background-color: var(--base-color);
}
.datepicker-table td.is-today {
  color: var(--base-color);
}

.datepicker-table td.is-selected {
  background-color: var(--base-color);
  color: #fff;
}
.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
  color: var(--base-color);
}
.month-prev:focus , .month-next:focus {
  background-color: var(--base-color);
}

.datepicker-day-button:focus {
  background-color: rgba(255, 88, 88, 0.25);
}

/* トップボタンエリア */
.title-top-btn-area {
  height: 50px;
  position: relative;
}
.right-btn-area{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}


/* From To */
.arrow-wrapper {
  position: relative;
  width: 15px;
  height: 25px;
}
.arrow-right-icon {
  position: absolute;
  top: 8px;
  left: calc(-1.28vw - 140%);
  width: 20px;
  height: 20px;
}
.input-field input[type=text].datepicker.date-field {
  border-bottom: none;
  background:  #d1d1d1;
  border-radius: 25px;
  /* padding-left: 40px; */
  text-indent: 40px;
}
.input-field input[type=text].datepicker.date-field:focus {
  border-bottom: none;
  box-shadow: none;
}


/* accordion */
.search-btn-area{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-switch {
  width: 40px;
  height: 30px;
  position: relative;
}

.accordion-decoration {
  position: absolute;
  top: 45%;
  left: 30%;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid var(--base-color);
  /* transform: rotate(60deg); */
}

.search-collapsible .select-field input[type=text] {
  max-width: 320px;
  width: 80%;
}
.from-to-date .input-field > label {
  /* pointer-events: none; */
  width: 80%;
  left: 20px;
  color: #000;
}
.from-to-date .input-field > label:not(.label-icon).active {
  width: auto;
  top: -7px;
  left: 0;
  color: var(--base-color-gray);
}

.search-collapsible {
  border: none;
  background-color: inherit;
  margin: 0.5rem 0 1rem 0;
  border-bottom: 1px solid var(--base-color);
}

.search-collapsible-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border: none;
}

.search-collapsible-body {
  border: 1px solid var(--base-color);
  padding: 1rem 4rem;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search-collapsible-header-title {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 60%; 
  height: 32px;
  /* padding-top: 13px; */
  padding-left: 15px;
}

.search-collapsible-header-decoration {
  height: 12px;
  width: 13px;
  margin-right: 12px;
  background-color: var(--base-color);
}

.search-collapsible-header-text {
  width: 100%;
  font-size: 1.2rem;
  color:#000000;
}

.sub-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  background: #878787;
  border-radius: 24px;
}

.sub-title-text {
  font-size: 1.2rem;
  color:#FFF;
}

/* ボタン風チェックボックス（チェックOFF） */
.check-button + span:not(.lever) {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 36px !important;
  padding-left: 52px;
  padding-right: 30px;
  background-color: white;
  color: var(--base-color-gray);
  border: 1px solid var(--base-color-gray);
  border-radius: 24px;
  transition: background-color 0.2s;
}

.check-button + span:not(.lever):before {
  content: '';
  position: absolute;
  top: 8px;
  left: 20px;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid var(--base-color-gray);
  border-radius: 1px;
  margin-top: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

/* ボタン風チェックボックス（チェックON） */
.check-button:checked + span {
  color: white;
  background-color: rgba(var(--base-color-rgb), 1);
  border: 1px solid rgba(var(--base-color-rgb), 1);
}

.check-button:checked + span:not(.lever):before {
  top: 8px;
  left: 20px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.check-button:disabled + span {
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
}

/* 性別バッジ */
.male-type {
  font-weight: 300;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  width: 67px;
  text-align: center;
  border-radius: 20px;
  color: #FFF;
  background: #198bd8;
}

.female-type {
  font-weight: 300;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  width: 67px;
  text-align: center;
  border-radius: 20px;
  color: #FFF;
  background: #ff6e6e;
}

.secret-type {
  font-weight: 400;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  width: 67px;
  text-align: center;
  border-radius: 20px;
  color: var(--base-color-gray);
  border: 1px solid var(--base-color-gray);
  background: #FFF;
}

/* textarea 上書き */
.input-field textarea {
  position: relative;
  background: #d1d1d1;
  border: none;
  border-radius: 24px;
  min-height: 128px;
  line-height: normal;
  margin: 8px 0px;
  padding: 16px;
  display: block;
}

.input-field.col textarea + label {
  padding-left: 15px;
  padding-top: 15px;
}

.input-field.col textarea + label.active,
.input-field.col textarea:focus + label {
  padding-left: 15px;
  padding-top: 0;
}

.input-field.base-color textarea:focus {
  border-bottom: none;
  box-shadow: none;
}

.left-btn-area{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}

.item-name-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 30px;
}

/* メッセージモーダル */
.message-modal {
  overflow: hidden;
  top: 0 !important;
  min-height: calc(100vh);
  height: calc(100vh);
  width: calc(90vw);
}
.message-modal iframe {
  width: 100%;
  height: 100%;
}

.item-name-decoration {
  height: 10px;
  width: 10px;
  margin-right: 10px;
  background-color: var(--base-color);
}

/* timepicker 上書き */
.timepicker-digital-display {
  background-color: var(--base-color);
}

.timepicker-clear,
.timepicker-close {
  color: var(--base-color);
}

.timepicker-canvas-bearing,
.timepicker-canvas-bg {
  fill: var(--base-color);
}

.timepicker-canvas line {
  stroke: var(--base-color);
}

.timepicker-tick.active,
.timepicker-tick:hover {
  background-color: rgba(255, 88, 88, 0.25);
}

/* ボタン風ラジオボタン */
.radio-button + span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 36px !important;
  padding: 0 30px !important;;
  border-radius: 24px;
  transition: background-color 0.2s;
}

.radio-button + span::before,
.radio-button + span::after {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio-button:not(:checked) + span {
  color: var(--base-color-gray);
  background-color: white;
  border: 1px solid var(--base-color-gray);
}

.radio-button:checked + span {
  color: white;
  background-color: rgba(var(--base-color-rgb), 1);
  border: 1px solid rgba(var(--base-color-rgb), 1);
}

.radio-button:checked:disabled + span {
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
}

.radio-button:not(:checked):disabled + span {
  color: #e0e0e0;
  border: 1px solid #e0e0e0;
}

/* メインメニュー背景 */
.scroll-hidden {
	overflow: hidden;
}

.top-nav {
  position: fixed;
  z-index: 1000; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100vh; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.5); 
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.menu-appear {
  visibility: visible;
  opacity: 1;
}

#topNavMenu{
  position: fixed;
  z-index: 1001;
  top: -420px;
  left: calc(50vw - 980px / 2);
  width: 980px;
  height: 390px;
  margin: 0;
  background: var(--base-color);
  border-radius: 0px 0px 16px 16px;
  transition: all 0.5s;
}

#topNavMenu.panelactive{
  top: 0;
}

 /* メインメニュー */
.menu-wrapper {
  padding: 40px 40px 40px 10px;
  position: relative;
}

.menu-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 25px;
}

.menu-close-btn i {
  font-size: 28px;
}

.home-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  color: #fff;
}

.home-icon {
  width: 22px;
  height: 22px;
}

.home-btn span {
  font-size: 12px;
  letter-spacing: -0.03rem;
  font-weight: bold;
}

.menu-type {
  padding: 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  color: var(--base-color);
  font-weight: bold;
  font-size: 14px;
  width: 110px;
  height: 27px;
  margin-bottom: 10px;
}

.dot {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  border: 2px solid var(--base-color);
}

.menu-item-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  color: #fff;
  margin: 18px 0;
  padding-left: 7px;
  font-size: 13px;
}

.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* img(png)非活性色変更 */
.disabled-png {
  filter: grayscale(100%) opacity(50%);
}


.border-none {
	border: none !important;
}

/* ポイント切り替えスイッチ */
.point-active-switch {
  text-align: center;
}
.point-active-switch label .lever {
  height: 30px;
  width: 48px;
}
.point-active-switch label .lever:before {
  background-color: rgba(38, 85, 166, 0.15);
  height: 30px;
  width: 30px;
  top: 0;
}
.point-active-switch label .lever:after {
  height: 30px;
  width: 30px;
  top: 0;
}
.point-active-switch label input[type=checkbox]:checked + .lever {
  background-color: #DAE3F3;
  height: 30px;
  width: 48px;
}
.point-active-switch label input[type=checkbox]:checked + .lever:after {
  background-color: #5B9BD5;
  top: 0;
}
.point-active-switch label input[type=checkbox]:not(:checked) + .lever {
  box-shadow: #5B9BD5;
}
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
          transform: scale(2.4);
  background-color: rgba(38, 85, 166, 0.15);
}

/* 背景 薄い水色のテキストボックス */
.input-field input[type=text].datepicker.date-field.square-yellow,
.input-field input[type=text].square-yellow {
  border-radius: 4px;
  background: #c2fcfc73;
  background-color: #c2fcfc73;
  color: #000;
  text-indent: 0;
  width: 176px;
}
.input-field input[type=text].datepicker.date-field.square-yellow:focus,
.input-field input[type=text].square-yellow:focus {
  border-bottom: none;
  box-shadow: none;
}

/* ポイント履歴ダイアログ関連 */

.vertical-line {
  height: 19px;
  border-right: 1px solid rgba(var(--base-color-gray-rgb), .67);
}

.point-history-dialog {
  max-width: 646px;
  max-height: fit-content;
}

.point-history-header {
  position: relative;
  padding-top: 25px;
  height: 70px;
}

.point-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--base-color);
}

.point-history-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 1px solid rgba(var(--base-color-gray-rgb), .50);
  border-radius: 10px;
  height: 45px;
  width: 250px;
  font-size: 20px;
  font-weight: 600;
}

.point-history-tbl-wrapper {
  height: 480px;
}

.history-item-container {
  width: 98%;
  height: 40px;
  border: 1px solid var(--base-color-gray);
  margin-bottom: 15px;
  font-size: 16px;
  border-radius: 8px;
}

.history-item-container:last-child {
  margin-bottom: 0;
}

.point-history-link {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  color: #000;
  border-radius: 8px;
}

/* .point-history-link:hover {
  background: rgba(var(--base-color-gray-rgb), .20);
} */

.history-item-left {
  width: 162px;
  display: flex;
  align-items: center;
}

.history-item-right {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-left: auto;
  width: 142px; 
}

.point-history-action {
  text-align: end;
  padding-right: 15px;
  width: 126px;
}

.point-result-type-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 28px;
  margin: 3px 12px;
  font-size: 13px;
}

.buy-type {
  background: #DAE3F3;
}

.give-type {
  background: #FFE699;
}

.plus-type {
  background: #3366FF;
}

.minus-type {
  background: #FF5050;
}

.point-history-subject {
  
}

.point-history-date {
  font-size: 13px;
  margin-right: 6px;
  width: 68px;
}


/* ポイント付与詳細ダイアログ */
.point-history-detail-dialog {
  max-width: 646px;
  max-height: fit-content;
}

.point-history-detail-header {
  position: relative;
  padding-top: 25px;
  height: 70px;
}

.point-history-return-btn {
  padding-left: 12px;
  height: 40px;
  width: 80px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 20px;
}

.point-history-detail-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 1px solid rgba(var(--base-color-gray-rgb), .50);
  border-radius: 10px;
  height: 45px;
  width: 250px;
  font-size: 20px;
  font-weight: 600;
}

.point-history-detail-tbl-wrapper {
  height: 480px;
}

.history-detail-item-container {
  width: 98%;
  height: 40px;
  border: 1px solid var(--base-color-gray);
  margin-bottom: 15px;
  font-size: 16px;
  border-radius: 8px;
}

.history-detail-item-container:last-child {
  margin-bottom: 0;
}

.point-history-detail {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  color: #000;
  border-radius: 8px;
}

.history-detail-item-left {
  width: 148px;
  display: flex;
  align-items: center;
}

.point-history-detail-date {
  width: 112px;
  font-size: 13px;
  margin: 0 2px 0 16px;
}

.point-history-detail-subject {
  margin-left: 6px;
}

.history-detail-item-right {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-left: auto;
  width: 138px; 
}

.point-history-detail-action {
  text-align: end;
  padding-right: 15px;
  width: 122px;
}

/* 学生ポイント履歴 */
.plus-type {
  background: #3366FF;
}

.minus-type {
  background: #FF5050;
}
.request-type {
  background: #FF5050;
}

.exchange-type {
  background: #FF5050;
}

.entry-type {
  background: #FFE699;
}

.seminar-type {
  background: #11FFAA;
}

.event-type {
  background: #FFBB11;
}