@charset "UTF-8";
/* ページTOPに戻る */
.pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 60px;
}

.pagetop a {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #7db4e6;
  border-radius: 50%;
  line-height: 50px;
}

.pagetop a i {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}

/* ============================================================
システムのCSSと統合
============================================================ */
.application_name {
  color: #78304D !important;
  font-weight: bold;
  text-shadow: 1px 1px 0px white, 0px 1px 0px white, 1px 0px 0px white, 0px -1px 0px white, -1px 0px 0px white, -1px -1px 0px white, 1px -1px 0px white, -1px 1px 0px white, 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.footer {
  text-align: right;
  color: #78304D;
  padding-right: 10px;
}

/**
 一覧テーブルのスタイル
*/
.list-table {
  border: solid 1px #9b9b9b;
}

.list-table tr.striped-cell {
  background-color: #ececec;
}

.list-table tr.deleted-cell {
  background-color: #666666;
  color: #FFFFFF;
}

.list-table tr th, .list-table tr td {
  border: solid 1px #9b9b9b;
  padding: 3px 0px 3px 4px;
  vertical-align: middle;
}

.list-table tr th a.btn, .list-table tr th button.btn, .list-table tr td a.btn, .list-table tr td button.btn {
  padding: 1px 6px;
}

/**
ページネーション
*/
.paginate_navi_wrap {
  margin: 0px auto;
}

/**
必須アイコン
*/
.required-icon {
  color: #FF0000;
  font-size: 0.8rem;
}

/**
必須アイコン説明
*/
.required-message-wrap {
  vertical-align: bottom;
  margin-left: 10px;
  border-bottom: dotted 1px #666666;
}

.required-message-wrap .required-message {
  color: #666666;
  font-size: 0.8rem;
}

/**
非表示
*/
.ishide {
  display: none;
}

/*---------------------------------------------------------
パンくずリストCSS
----------------------------------------------------------*/
.breadcrumb {
  /*
    display: block;
    background-color: #cfcfcf;
    */
  padding: 0.3rem 1rem;
  margin-bottom: 0px;
  border-radius: 0px;
}

/**
*/
.l-drawer__icon {
  /*.main_menu_button {*/
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0px 10px;
  font-size: 1.2rem;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}

/*ドロワー*/
.l-drawer {
  position: relative;
  /* 20201028 追加 */
}

.l-drawer__checkbox {
  display: none;
}

.l-drawer__icon {
  cursor: pointer;
  display: block;
  width: 44px;
  height: 34px;
  position: fixed;
  left: 13px;
  top: 10px;
}

.l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  content: " ";
}

.l-drawer__icon-parts:before {
  top: 12px;
}

.l-drawer__icon-parts:after {
  top: -12px;
}

.l-drawer__overlay {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
}

.l-drawer__menu {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.5);
  max-width: 100%;
  width: 320px;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: -320px;
}

.l-drawer__icon {
  z-index: 4;
}

.l-drawer__menu {
  z-index: 3;
}

.l-drawer__overlay {
  z-index: 2;
}

.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
  background: transparent;
}

.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.l-drawer__checkbox:checked ~ .l-drawer__overlay {
  opacity: 0.3;
  pointer-events: auto;
}

.l-drawer__checkbox:checked ~ .l-drawer__menu {
  left: 0;
}

.l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.l-drawer__menu {
  padding-top: 7px;
}

.l-drawer__menu .row {
  padding: 5px 0px 0px 0px;
  margin: 0px 5px 5px 5px;
  border-radius: 3px;
}

.l-drawer__item {
  list-style-type: none;
  /*padding-bottom: 10px;*/
  padding: 0px 5px 5px 5px;
}

/**
右側ボタン上書きスタイル
*/
.navbar-light .navbar-toggler {
  padding: 6px 7px;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
  height: auto;
  background-image: none;
}

.navbar-light .navbar-toggler .navbar-toggler-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
}

/**
メニューグループとラップスタイル
*/
.l-drawer__menu .menu_group_title {
  padding-left: 10px;
  font-size: 0.3rem;
  font-weight: bold;
}

.l-drawer__menu ul.menu_group_wrap {
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.navbar .container {
  max-width: none;
  width: 100%;
  padding-left: 55px;
}

@media screen and (min-width: 1280px) {
  .indexlist {
    max-width: 100%;
  }
}

.form_filecontent {
  height: auto;
}

.tox-statusbar {
  display: none !important;
}

.error_message {
  color: #ff0000;
  font-size: 0.8rem;
}

.btn-primary.all_checked {
  background-color: #cacaca;
  border: solid 1px #cacaca;
}

.all_select_toggle_card .card-body {
  display: none;
}

.all_select_toggle_btn {
  margin-left: 10px;
}

.card_head {
  padding: 5px 5px 5px 15px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
}

.chkbox_change_label {
  cursor: pointer;
  padding: 5px;
  border: 1px solid #bebebe;
  color: #bebebe;
  border-radius: 5px;
}

.chkbox_change_input {
  display: none;
}

.chkbox_change_input:checked + .chkbox_change_label {
  border: 1px solid #00ffe1;
  color: #ffffff;
  background-color: #00e1ff;
  text-shadow: 0px 0px 3px #ffffe1;
  -webkit-box-shadow: 0px 0px 4px #00ffe1;
          box-shadow: 0px 0px 4px #00ffe1;
}

.label-checkbox:checked + .checkbox-label {
  border: 1px solid #00ffe1;
  color: #ffffff;
  background-color: #00e1ff;
  text-shadow: 0px 0px 3px #ffffe1;
  -webkit-box-shadow: 0px 0px 4px #00ffe1;
          box-shadow: 0px 0px 4px #00ffe1;
}

.label-checkbox:checked + .checkbox-label:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
}

.checkbox-label {
  display: inline-block;
  border: solid 1px #cacaca;
  border-radius: 3px;
  margin-top: 10px;
  padding: 8px 10px;
  color: #cacaca;
  cursor: pointer;
}

.checkbox-label:before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
}

input[type="file"] {
  padding-bottom: 9.5%;
}

.form-avater-image {
  width: 100%;
  height: 210px;
  margin: 0px auto;
}

.form-avater-image .avater {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-size: cover;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.form-avater-image .avater button {
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 0px;
  font-size: 2rem;
  margin: 0px auto;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.1);
}

.form-avater-image #user-avater {
  display: none;
}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative;
  /* opinion 1 */
  cursor: help;
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 0.9em;
  /* opinion 3 */
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}

[tooltip]::after {
  content: attr(tooltip);
  /* magic! */
  white-space: pre !important;
  line-height: 1.2rem;
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  /*text-align: center;*/
  /* 
      Let the content set the size of the tooltips 
      but this will also keep them from being obnoxious
      */
  /*min-width: 3em;*/
  /*max-width: 21em;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  -webkit-box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
          box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -0.5em);
          transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, 0.5em);
          transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  -webkit-transform: translate(-0.5em, -50%);
          transform: translate(-0.5em, -50%);
}

[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-0.5em, -50%);
          transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  -webkit-transform: translate(0.5em, -50%);
          transform: translate(0.5em, -50%);
}

[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(0.5em, -50%);
          transform: translate(0.5em, -50%);
}

/* KEYFRAMES */
@-webkit-keyframes tooltips-vert {
  to {
    opacity: 0.9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@-webkit-keyframes tooltips-horz {
  to {
    opacity: 0.9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  -webkit-animation: tooltips-vert 300ms ease-out forwards;
          animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
          animation: tooltips-horz 300ms ease-out forwards;
}

/* UNRELATED to tooltips */
/*
body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    background: #ededed;
}
main {
    flex: 1 1 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
aside {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #49b293;
    color: #fff;
    padding: 1em;
}
main div {
    text-align: center;
    color: #353539;
}
main span {
    padding: 0.5em 1em;
    margin: 0.5em;
    display: inline-block;
    background: #dedede;
}

aside a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    padding: 0.4em 1em;
}
*/
/*
SELECT2 overwrite
*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #F1F1F1 !important;
}

.board_title {
  border-bottom: solid 1px #dbdbdb;
  padding: 0px 0px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #575757;
}

.writed-date_parent {
  font-size: 0.8rem;
}

.board_body {
  border: solid 1px #dbdbdb;
  padding: 10px 10px 10px 15px;
  margin: 8px 0px 15px 0px;
  background-color: #FFFFFF;
}

.board-writer {
  color: #636363;
}

.btn-delete {
  margin-left: 10px;
}

.btn-file_delete {
  color: #D0211C !important;
}

.response_wrap {
  border: solid 1px #dbdbdb;
  padding: 10px;
  margin-bottom: 20px;
}

.response_wrap .response_title {
  border-bottom: solid 1px #dbdbdb;
  font-size: 0.8rem;
  font-weight: bold;
  color: #575757;
}

.board_attached_file {
  color: #ff9900;
  font-weight: bold;
}

.board_attached_files_table {
  border: solid 1px #dbdbdb;
  margin-bottom: 20px;
}

.board_attached_files_table th, .board_attached_files_table td {
  border: solid 1px #dbdbdb;
  padding: 0px 8px;
}

.board_attached_files_table th.all_file_download_cell, .board_attached_files_table td.all_file_download_cell {
  text-align: center;
}

.board_attached_files_table th.attached_file_title, .board_attached_files_table td.attached_file_title {
  background-color: #555555;
  color: #FFFFFF;
}

.board-table_showall .header_attached, .board-table_showall .value_attached {
  width: 30px;
  padding-left: 0px;
}

.board-table_showall .header_reply, .board-table_showall .value_reply {
  width: 50px;
  padding-left: 0px;
}

.file-icon {
  font-weight: bold;
  padding-right: 8px;
}

.file-icon-xlsx {
  color: #048000;
}

.file-icon-docx {
  color: #0049b6;
}

.file-icon-pdf {
  color: #ff3434;
}

.file-icon-jpg {
  color: #636363;
}

.file-icon-png {
  color: #636363;
}

.file-icon-gif {
  color: #636363;
}

.file-icon-jpeg {
  color: #636363;
}

.file-icon-file {
  color: #636363;
}

.pagination {
  display: inline-block;
  margin: 0px auto;
}

.pagination li {
  float: left;
}

.pagination li.btn-disabled {
  cursor: default !important;
  color: #c9c9c9;
}

.pagination li:not(:first-child) {
  margin-left: 5px;
}
/*# sourceMappingURL=main.css.map */