@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  /* background: #dff1f1; */
  background: #e4fbff;
  font-size: 1rem;
  padding-top: 50px;
  /* padding-top:120px; */
  line-height: 1.4em;
  color: #333;
  padding-bottom: 100px;
}
body.ex_menu_header {
  padding-top: 120px;
}
html,
body {
  /*	height:100%;*/
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}
h1 {
  font-size: 1.3rem;
}
h2 {
  font-size: 1.2rem;
}
h3 {
  font-size: 1.1rem;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 0.9em;
}
p {
  margin: 0.5rem 0;
  line-height: 1.5rem;
}
dl,
ol,
ul {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding-left: 2rem;
}
li {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
hr {
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.ui-widget-content a,
a {
  /* color:#1B9548; */
  color: #00819f;
}
a:focus,
a:hover {
  outline: 0;
  /* color:#409D5C; */
  color: #1091af;
}
a:focus {
  box-shadow: none;
}

/*
::-webkit-scrollbar{
	height:10px;
	width:10px;
}
::-webkit-scrollbar-track{
	background:rgba(3,7,9,.1);
	border-radius:5px;
	border:none;
}
::-webkit-scrollbar-thumb{
	background:rgba(255,255,255,0.1);
	border:1px solid rgba(0,0,0,.3);
	border-radius:5px;
	box-shadow:none;
}
*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.form-control::-ms-clear,
.form-control::-ms-reveal {
  visibility: hidden;
}
legend,
fieldset {
  all: unset;
}
fieldset {
  border: 1px solid #ccc;
  padding: 0 1rem 0.8rem;
  border-radius: 5px;
  margin: 0 0 1rem;
  display: block;
}
legend {
  padding: 0.5rem 1rem;
  margin: 0 auto;
}
fieldset h2 {
  margin: 0;
}
fieldset h3 {
  font-size: 1rem;
  margin-top: 1.5rem;
}
fieldset h3:nth-child(2) {
  margin-top: 0.5rem;
}

/* color */
.fc_default {
  color: #333333;
}
.fc_primary {
  color: #1091af;
}
.fc_secondary {
  color: #747e8a;
}

/******************
 BOOTSTRAP REDEFINE
 ******************/
.fs-1 {
  font-family: "Roboto";
}
.fs-normal {
  font-size: 1rem !important;
}
.fs-6 {
  font-size: 0.85rem !important;
  line-height: 1.2rem;
}
.fs-7 {
  font-size: 0.75rem !important;
  line-height: 1.2rem;
}
.btn,
.form-select,
.form-control {
  font-size: 1rem;
}
.form-label {
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.1rem;
  line-height: 1.2em;
  font-size: 0.95rem;
  font-weight: bold;
}
.col-form-label {
  color: rgba(51, 51, 51, 0.7);
  font-size: 0.95rem;
  font-weight: bold;
}
.form-label.required:before {
  background: url(../p_img/tag_necessary.svg) no-repeat left center;
  vertical-align: bottom;
  display: inline-block;
  height: 21px;
  width: 40px;
  content: "";
}

.form-check {
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-left: 0;
}
.form-select,
.form-control {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
  padding: 0.488rem 0.5rem 0.388rem;
  padding: 0.438rem 0.5rem 0.438rem;
  background-color: #fff;
  border-color: #b0b6be;
}
.form-select {
  background-image: url(../p_img/icon_select.svg);
  background-position: right 0.4rem center;
  padding-right: 2rem;
}
.form-select:focus,
.form-select:active {
  background-image: url(../p_img/icon_select_active.svg);

  /* border-color:#00819f!important; */
}
.form-control::placeholder {
  color: #ccc;
}
.form-select:disabled,
.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  box-shadow: none;
  opacity: 0.3;
}
.form-select:focus,
.form-control:focus {
  /* border-color:#87BE96; */
  /* box-shadow:0 0 6px #24A163 !important; */
  border-color: #00819f;
  box-shadow: 0 0 6px #00819f !important;
}
.form-control[readonly] {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: transparent;
  opacity: 1;
}
.form-control[readonly]:focus {
  border-color: transparent;
  box-shadow: none !important;
}

.form-control.is-valid,
.was-validated .form-control:valid,
textarea.form-control.is-valid,
.was-validated textarea.form-control:valid {
  padding: 0.488rem 0.5rem 0.388rem;
  /* background:#ecf9ee; */
  /* color:#1cbc5c; */
  background-color: #1091af0d;
  color: #1091af;
}
.form-select.is-valid,
.was-validated .form-select:valid {
  background-image: url(../p_img/icon_select.svg);
  background-position: right 0.4rem center;
  /* background-color:#ecf9ee; */
  /* color:#1FA655; */
  background-color: #1091af0d;
  color: #1091af;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #00819f;
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #00819f;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
textarea.form-control.is-invalid,
.was-validated textarea.form-control:invalid {
  padding: 0.488rem 0.5rem 0.388rem;
  background: #fdf1f2;
  color: #ee2c3e;
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  background-image: url(../p_img/icon_select.svg);
  background-position: right 0.4rem center;
  background-color: #fdf1f2;
  color: #ee2c3e;
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus,
textarea.form-control.is-invalid:focus,
.was-validated textarea.form-control:invalid:focus {
  box-shadow: 0 0 6px #d05353 !important;
}

/* BUTTON */

.btn {
  border-radius: 3rem;
  padding: 7px 1rem;
}
.btn.btn-sm {
  padding: 6px 0.8rem !important;
}
.btn:active,
.btn:focus {
  box-shadow: 0 0 6px rgba(64, 157, 92, 0.5) !important;
}
.btn:disabled,
.btn.disabled {
  box-shadow: none;
  border-color: #bbb;
}

/* PRIMARY */
.btn-primary {
  /* background-color:#24A163; */
  /* border-color:#24A163; */
  background-color: #00819f;
  border-color: #00819f;
  color: #fff;
}
.btn-primary:focus,
.btn-primary:hover {
  /* background-color:#1CB067; */
  /* border-color:#1CB067; */
  background-color: #1091af;
  border-color: #1091af;
}
/* OUTLINE PRIMARY */
.btn-outline-primary {
  background-color: transparent;
  /* border-color:#409D5C; */
  /* color:#1B9548; */
  border-color: #00819f;
  color: #00819f;
  background-color: #ffffffb3;
}
.btn-outline-primary:focus,
.btn-outline-primary:hover {
  /* background-color:#1B95480d; */
  /* border-color:#1B9548; */
  /* color:#1B9548; */
  background-color: #1091af0d;
  border-color: #1091af;
  color: #1091af;
}
.btn-primary:active,
.btn-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  box-shadow: 0 0 6px #1091af !important;
}

.btn-outline-primary.bg_default,
.btn-outline-primary.bg_default:focus,
.btn-outline-primary.bg_default:active {
  background-color: #ffffff;
}

/* SECONDARY */
.btn-secondary {
  background-color: #646e7a;
  border-color: #646e7a;
  color: #f3f7f9;
}
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #747e8a;
  border-color: #747e8a;
}

/* OUTLINE SECONDARY */
.btn-outline-secondary {
  border-color: #84909c;
  color: #84909c;
}
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
  border-color: #84909c;
  background-color: rgba(132, 144, 156, 0.1);
  color: #acb6c0;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
  box-shadow: 0 0 10px #84909c !important;
}

.btn-outline-secondary.white {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-outline-secondary.white:focus,
.btn-outline-secondary.white:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #1ab1ec !important;
}
.bg-water {
  background: #eff6fc;
}

.btn-success:focus,
.btn-success:hover {
  background-color: rgba(25, 135, 84, 0.8) !important;
  border-color: rgba(25, 135, 84, 0.8) !important;
}
.btn-danger {
  background-color: #b15151;
  border-color: #b15151;
}
.btn-danger:focus,
.btn-danger:hover {
  background-color: #d05353;
  border-color: #d05353;
}
.btn-danger:active,
.btn-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger:focus {
  box-shadow: 0 0 10px #d05353 !important;
}

/* DISABLED */
.btn-primary:disabled,
.btn-primary.disabled,
.btn-secondary:disabled,
.btn-secondary.disabled {
  background-color: #717b86;
  border-color: #717b86;
  color: #f3f7f9;
  opacity: 0.3;
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled,
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
  /*	background-color:none;
	color:#999;*/
  border-color: #84909c;
  opacity: 0.3;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #6c757d;
}

.btn.btn-sm {
  font-size: 0.875rem;
}
.btn.btn-lg {
  font-size: 1.25rem;
}

.icon:before {
  background: no-repeat center center;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  height: 18px;
  width: 18px;
  content: "";
  top: -2px;
}
.icon-user:before {
  background-image: url(../p_img/icon_user.svg);
  width: 24px;
  height: 24px;
  top: 0;
}
.icon-guide:before {
  background-image: url(../p_img/icon_msg_info.svg);
  width: 24px;
  height: 24px;
}
.icon-write:before {
  background-image: url(../p_img/icon_questionnaire.svg);
  width: 24px;
  height: 24px;
}
.icon-search:before {
  background-image: url(../p_img/icon_search.svg);
}
.icon-dl:before {
  background-image: url(../p_img/icon_download.svg);
}
.icon-plus:before {
  background-image: url(../p_img/icon_add.svg);
}
.icon-trash:before {
  background-image: url(../p_img/icon_trash.svg);
}
.icon-check:before {
  background-image: url(../p_img/icon_check.svg);
}
.icon-circle:before {
  background-image: url(../p_img/icon_circle.svg);
}
.icon-fb:before {
  background-image: url(../p_img/icon_feedback.svg);
}
.icon-eye-close:before {
  background-image: url(../p_img/icon_eye_close.svg);
}
.icon-eye-open:before {
  background-image: url(../p_img/icon_eye_open.svg);
}

.icon-upload:before {
  background-image: url(../p_img/icon_upload.svg);
}
.icon-pen:before {
  background-image: url(../p_img/icon_pen.svg);
}
.icon-arrow:before {
  background-image: url(../p_img/icon_arrow.svg);
}
.icon-book:before {
  background-image: url(../p_img/icon_book.svg);
}

h2.icon:before,
h3.icon:before {
  vertical-align: bottom;
  height: 24px;
  width: 24px;
}

.paging .icon:before {
  height: 36px;
  width: 36px;
}
.paging .icon-page-first:before {
  background-image: url(../p_img/icon_first.svg);
}
.paging .icon-page-prev:before {
  background-image: url(../p_img/icon_prev.svg);
}
.paging .icon-page-next:before {
  background-image: url(../p_img/icon_next.svg);
}
.paging .icon-page-last:before {
  background-image: url(../p_img/icon_last.svg);
}

.icon_calendar:before {
  background-image: url(../p_img/icon_calendar.svg);
  height: 24px;
  width: 24px;
  margin: 0;
}

/* ALERT */
.alert {
}

/* DROPDOWN */
.btn.icon-user {
  border: 0;
}
.btn-outline-secondary.dropdown-toggle.show {
  box-shadow: none !important;
  border: 1px solid #84afe5;
  background: #e8f0fa;
  color: #333;
}
.dropdown-toggle::after {
  background: url(../p_img/icon_select.svg) no-repeat center center;
  margin-left: 1rem;
}
.dropdown-menu {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.dropdown-menu li {
  margin: 0;
}
.dropdown-item {
  padding: 0.5rem 1rem 0.45rem;
  line-height: 1.5rem;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
  background: #e8f0fa;
  color: #333;
}
div.dropdown-item:focus,
div.dropdown-item:hover {
  background: transparent;
}
div.dropdown-item {
  white-space: nowrap;
  opacity: 0.5;
}
.dropdown-menu hr {
  background: rgba(0, 0, 0, 0.3);
  margin: 0.5rem;
}

/* CHECKBOX / RADIO */
.form-check {
  position: relative;
}
input[type="radio"],
input[type="radio"]:disabled,
input[type="radio"],
input[type="checkbox"],
input[type="checkbox"]:disabled,
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  position: absolute;
  left: 30px;
  opacity: 0;
  top: 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  /* background-color:rgba(36,161,99,.05); */
  background-color: #1091af0d;
  border: 1px solid transparent;
  box-sizing: border-box;
  vertical-align: bottom;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  padding: 0 10px 2px;
  padding: 0 10px;
  margin-right: 0.3rem;
  border-radius: 5px;
  line-height: 38px;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  background: no-repeat center center;
  background-size: 16px 16px;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  height: 18px;
  width: 18px;
  content: "";
  top: 3px;
}
input[type="checkbox"] + label:hover,
input[type="radio"] + label:hover {
  /* background-color:rgba(36,161,99,.1); */
  background-color: #1091af0d;
}
input[type="checkbox"] + label:active,
input[type="checkbox"]:checked + label,
input[type="radio"] + label:active,
input[type="radio"]:checked + label {
  /* border:1px solid #87BE96; */
  border: 1px solid #00819f;
}
input[type="radio"]:active + label,
input[type="radio"]:focus + label,
input[type="checkbox"]:active + label,
input[type="checkbox"]:focus + label {
  /* box-shadow:0 0 6px #24A163 !important; */
  box-shadow: 0 0 6px #00819f !important;
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  background-color: transparent !important;
  box-shadow: none !important;
  opacity: 0.3 !important;
}
input[type="checkbox"]:checked:disabled + label,
input[type="radio"]:checked:disabled + label {
  border-color: transparent !important;
  box-shadow: 0 !important;
  opacity: 0.3 !important;
}

input[type="checkbox"]:not(:checked) + label,
input[type="radio"]:not(:checked) + label {
  border-color: transparent !important;
}

input[type="checkbox"] + label:before {
  background-image: url(../p_img/icon_checkbox_off.svg);
}
input[type="checkbox"]:checked + label:before {
  background-image: url(../p_img/icon_checkbox_on.svg);
}
input[type="checkbox"]:disabled + label:before {
  background-image: url(../p_img/icon_checkbox_off.svg);
}
input[type="checkbox"]:checked:disabled + label:before {
  background-image: url(../p_img/icon_checkbox_disabled_on.svg);
}
input[type="radio"] + label:before {
  background-image: url(../p_img/icon_radio_off.svg);
}
input[type="radio"]:checked + label:before {
  background-image: url(../p_img/icon_radio_on.svg);
}
input[type="radio"]:disabled + label:before {
  background-image: url(../p_img/icon_radio_off.svg);
}
input[type="radio"]:checked:disabled + label:before {
  background-image: url(../p_img/icon_radio_disabled_on.svg);
}

.switch-type {
  margin: 0;
}
.switch-type input[type="checkbox"] + label {
  background: #262626;
  border-radius: 18px;
  margin-right: 0;
  height: 32px;
  width: 50px;
  padding: 0 3px;
}
.switch-type input[type="checkbox"] + label:before {
  background: #f3f7f9;
  border-radius: 15px;
  height: 26px;
  width: 26px;
  margin: 0;
  top: 2px;
}
.switch-type input[type="checkbox"] + label:hover {
  background: #333;
}
.switch-type input[type="checkbox"] + label:active,
.switch-type input[type="checkbox"]:checked + label {
  background: #9782f1;
}
.switch-type input[type="checkbox"]:disabled + label {
  background-color: #262626 !important;
}
.switch-type input[type="checkbox"] + label:before {
  background-image: none;
}
.switch-type input[type="checkbox"]:checked + label:before {
  float: right;
}

.form-text,
.valid-feedback,
.invalid-feedback {
  font-size: 0.8rem;
  color: #9c9ea5;
}

.valid-feedback,
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  /* color:#1FA655; */
  color: #00819f;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  /*	background-color:rgba(0,255,0,.1);*/
}

.invalid-feedback,
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #ee2c3e;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  background-color: rgba(255, 0, 0, 0.05);
  border-color: rgba(255, 0, 0, 0.3);
}

.form-check-input[type="checkbox"].is-valid ~ .form-check-label:before,
.was-validated
  .form-check-input[type="checkbox"]:valid
  ~ .form-check-label:before {
  background-image: url(../p_img/icon_checkbox_valid_off.svg);
}
.form-check-input[type="checkbox"]:checked.is-valid ~ .form-check-label:before,
.was-validated
  .form-check-input[type="checkbox"]:valid
  ~ .form-check-label:before {
  background-image: url(../p_img/icon_checkbox_on.svg);
}
.form-check-input[type="radio"].is-valid ~ .form-check-label:before,
.was-validated
  .form-check-input[type="radio"]:valid
  ~ .form-check-label:before {
  background-image: url(../p_img/icon_radio_valid_off.svg);
}
.form-check-input[type="radio"]:checked.is-valid ~ .form-check-label:before,
.was-validated
  .form-check-input[type="radio"]:checked:valid
  ~ .form-check-label:before {
  background-image: url(../p_img/icon_radio_on.svg);
}

.form-check-input[type="checkbox"].is-invalid ~ .form-check-label:before,
.was-validated
  .form-check-input[type="checkbox"]:invalid
  ~ .form-check-label:before {
  background-image: url(../p_img/icon_checkbox_invalid_off.svg);
}
.form-check-input[type="checkbox"]:checked.is-invalid
  ~ .form-check-label:before,
.was-validated
  .form-check-input[type="checkbox"]:checked:invalid
  ~ .form-check-label:before {
  background-image: url(../p_img/icon_checkbox_invalid_on.svg);
}
.form-check-input[type="radio"].is-invalid ~ .form-check-label:before,
.was-validated
  .form-check-input[type="radio"]:invalid
  ~ .form-check-label:before {
  background-image: url(../p_img/icon_radio_invalid_off.svg);
}
.form-check-input[type="radio"]:checked.is-invalid ~ .form-check-label:before,
.was-validated
  .form-check-input[type="radio"]:checked:invalid
  ~ .form-check-label:before {
  background-image: url(../p_img/icon_radio_invalid_on.svg);
}

/* MODAL */
.modal {
  z-index: 10500;
}
.modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  /*	border:5px solid #FFF;*/
  border-radius: 16px;

  max-height: 95vh;
}
.modal-header {
  border-radius: 12px 12px 0 0 !important;
  position: relative;
  margin: 5px 5px 0;
  padding: 0 10px;
  color: #333;
  border: 0;
}
.pane-history h2:before,
.modal-header:before {
  background: transparent no-repeat center center;
  position: absolute;
  display: block;
  height: 70px;
  width: 70px;
  content: "";
  bottom: 0;
  left: 0;
}
.modal-info .modal-header:before {
  background-image: url(../p_img/icon_dialog_info.svg);
}
.modal-confirm .modal-header:before {
  background-image: url(../p_img/icon_dialog_query.svg);
}
.modal-warning .modal-header:before {
  background-image: url(../p_img/icon_dialog_warn.svg);
}
.modal-error .modal-header:before {
  background-image: url(../p_img/icon_dialog_error.svg);
}

.modal-header h2 {
  /*	color:#24a163;
	color:#2C7036;*/
}
.modal-header h3 {
  margin: 0 10px 0 60px;
  line-height: 36px;
  min-height: 36px;
  padding: 0;
}
.modal-header .btn-close {
  background-image: url(../p_img/icon_close_dialog.svg);
  background-size: 24px;
  margin-right: -10px;
  margin-left: auto;
  height: 36px;
  width: 36px;
}
.modal-body {
  border-radius: 0 0 12px 12px !important;
  padding: 1rem 1.5rem;
  /*	border:solid #fff;
	border-width:0 5px;*/
  margin-right: 5px;
  margin-left: 5px;
  min-height: 4.5rem;
}
.modal-footer {
  padding: 5px 20px;
  border: 0;
}
.modal-footer > * {
  /*	margin:0;*/
  /*	font-weight:bold;*/
}
.border,
.border-start,
.border-end,
.border-top,
.border-bottom {
  border-color: rgba(0, 0, 0, 0.2) !important;
}

/* DRAWER */
#g-nav {
  box-shadow: 2px 0 6px rgba(46, 94, 70, 0.2);
  transition: all 1s;
  /* background: #e3f2e4; */
  background: #ffffff;
  position: fixed;
  height: 100vh;
  z-index: 997;
  z-index: 9997;
  left: -120%;
  width: 360px;
  top: 40px;
}
#g-nav.panelactive {
  left: 0;
}
#g-nav-list {
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 80px);
  position: fixed;
  overflow: auto;
  z-index: 999;
  width: 360px;
}
.g-nav-head {
  background: url(../p_img/logo_cocoroplus.svg) no-repeat center bottom 15px;
  background: url(../p_img/logo_system.svg) no-repeat center bottom 15px;
  background-size: 200px auto;
  height: 80px;
}
#g-nav ul,
.usermenu ul {
  /* border-top: 1px solid rgba(135, 190, 150, 0.5); */
  z-index: 999;
  padding: 0;
  margin: 0;
}
#g-nav li,
.usermenu li {
  border-bottom: 1px solid rgba(135, 190, 150, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
}
#g-nav li a,
.usermenu li a {
  background: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  letter-spacing: 0.1em;
  display: block;
  padding: 14px 20px 12px;
  color: #f3f7f9;
  color: #333;
}
#g-nav li a:hover,
.usermenu li a:hover {
  /* opacity: 0.9; */
  background-color: #e5f6f9;
}
#g-nav li span:before,
#g-nav li a:before,
.usermenu li span:before,
.usermenu li a:before {
  background: url(../p_img/icon_gnav_placeholder.svg) no-repeat center center;
  background-size: 24px;
  margin-right: 10px;
  height: 32px;
  width: 32px;
  opacity: 0.75;
  opacity: 1;
}
#g-nav li a.g-nav-icon-home:before {
  background-image: url(../p_img/icon_gnav_home.svg);
}
#g-nav li a.g-nav-icon-about:before {
  background-image: url(../p_img/icon_gnav_cocoro.svg);
}
#g-nav li a.g-nav-icon-usage:before {
  background-image: url(../p_img/icon_gnav_guide.svg);
}
#g-nav li a.g-nav-icon-profile:before {
  background-image: url(../p_img/icon_gnav_profile.svg);
}
#g-nav li a.g-nav-icon-counter:before {
  background-image: url(../p_img/icon_gnav_counter.svg);
}
#g-nav li a.g-nav-icon-rules:before {
  background-image: url(../p_img/icon_gnav_rule.svg);
}
#g-nav li a.g-nav-icon-pinfo:before {
  background-image: url(../p_img/icon_gnav_pinfo.svg);
}
#g-nav li a.g-nav-icon-cinfo:before {
  background-image: url(../p_img/icon_gnav_cinfo.svg);
}
#g-nav li a.g-nav-icon-contact:before {
  background-image: url(../p_img/icon_gnav_contact.svg);
}
#g-nav li a.g-nav-icon-logout:before {
  background-image: url(../p_img/icon_gnav_logout.svg);
}
#g-nav li a.g-nav-icon-doc:before {
  background-image: url(../p_img/icon_gnav_doc.svg);
}

/* #g-nav li a.g-nav-icon-home:before {
  background-image: url(../p_img/icon_gnav_home_green.svg);
} */
#g-nav li a.g-nav-icon-about:before {
  background-image: url(../p_img/icon_gnav_cocoro_green.svg);
}
#g-nav li a.g-nav-icon-usage:before {
  background-image: url(../p_img/icon_gnav_guide_green.svg);
}
#g-nav li a.g-nav-icon-profile:before {
  background-image: url(../p_img/icon_gnav_profile_green.svg);
}
#g-nav li a.g-nav-icon-counter:before {
  background-image: url(../p_img/icon_gnav_counter_green.svg);
}
#g-nav li a.g-nav-icon-rules:before {
  background-image: url(../p_img/icon_gnav_rule_green.svg);
}
#g-nav li a.g-nav-icon-pinfo:before {
  background-image: url(../p_img/icon_gnav_pinfo_green.svg);
}
#g-nav li a.g-nav-icon-cinfo:before {
  background-image: url(../p_img/icon_gnav_cinfo_green.svg);
}
#g-nav li a.g-nav-icon-contact:before {
  background-image: url(../p_img/icon_gnav_contact_green.svg);
}
/* #g-nav li a.g-nav-icon-logout:before {
  background-image: url(../p_img/icon_gnav_logout_green.svg);
} */

/* sugano */
#g-nav li a.g-nav-icon-labs:before {
  background-image: url(../p_img/icon_gnav_labs.svg);
}

.usermenu li a.g-nav-icon-profile:before {
  background-image: url(../p_img/icon_gnav_profile_green.svg);
}
.usermenu li a.g-nav-icon-confplan:before {
  background-image: url(../p_img/icon_gnav_rule3_green.svg);
}
.usermenu li a.g-nav-icon-logout:before {
  background-image: url(../p_img/icon_gnav_logout_green.svg);
}
.usermenu li a.g-nav-icon-login:before {
  background-image: url(../p_img/icon_gnav_login_green.svg);
}

a.g-nav-icon-logout:before {
  background-image: url(../p_img/icon_gnav_logout.svg);
}
a.g-nav-icon-home:before {
  background-image: url(../p_img/icon_gnav_home.svg);
}

.g-nav-trigger {
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  height: 50px;
  width: 50px;
  left: 0;
  /*	top:0;*/
}
.g-nav-trigger span {
  /* background-color: #24a163; */
  /* background-color: #797979; */
  background-color: #07a2c3;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  border-radius: 2px;
  height: 2px;
  width: 45%;
  left: 13px;
}
.reverse .g-nav-trigger span {
  background-color: #fff;
}

.g-nav-trigger span:nth-of-type(1) {
  top: 16px;
}
.g-nav-trigger span:nth-of-type(2) {
  top: 23px;
}
.g-nav-trigger span:nth-of-type(3) {
  top: 30px;
}

.g-nav-trigger.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
  /* background-color: #24a163; */
  background-color: #797979;
  width: 45%;
  left: 13px;
  top: 17px;
}
.g-nav-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.g-nav-trigger.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
  /* background-color: #24a163; */
  background-color: #797979;
  width: 45%;
  left: 13px;
  top: 29px;
}

/******************
 JQUERY UI REDEFINE
 ******************/
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  /*	color:#F3F7F9;*/
}
/* BUTTON */
.ui-button,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:focus {
  background-color: #fff;
  border-color: #0572e7;
  outline: none;
  margin: 0;
}
.ui-button:hover,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-button:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  /*	color:#f3f7f9;*/
  outline: none;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #f3f7f9;
}

/* DIALOG */
/*
.ui-widget-overlay{
	background:rgba(0,0,0,0.5);
	opacity:1;
	z-index:1040;
}
.ui-widget-header{
	color:#f3f7f9;
}
.ui-widget-content{
	background:#535353;
	color:#F3F7F9;
}
.ui-dialog.ui-widget.ui-widget-content{
	box-shadow:0 5px 15px rgba(0,0,0,0.3);
	border:1px solid #777;
	background:#494949;
	padding:0;
}
.ui-dialog-titlebar.ui-widget-header{
	background:#114f8c;
	border-radius:0;
	color:#f3f7f9;
	padding:0;
	border:0;
}
.ui-dialog .ui-dialog-title{
	padding:0 0 0 20px;
	font-weight:normal;
	line-height:60px;
	font-size:20px;
	margin:0;
}
.ui-dialog .ui-dialog-titlebar-close{
	background:transparent;
	outline:none;
	height:40px;
	width:40px;
	right:10px;
	padding:0;
	margin:0;
	border:0;
	top:10px;
}
.ui-dialog .ui-dialog-titlebar-close:hover{
	background:rgba(255,255,255,0.15);
}
.ui-icon.ui-icon-closethick{
	background:url(../p_img/icon_close_dialog.svg) no-repeat center center !important;
	height:40px;
	width:40px;
	margin:0;
	left:0;
	top:0;
}
.ui-dialog .ui-dialog-content{
	padding:5px;
	min-height:1rem;
}
.no-titlebar .ui-dialog-titlebar{
	display:none;
}
#dialog-message.ui-dialog-content,
#dialog-confirm.ui-dialog-content,
#dialog-warning.ui-dialog-content,
#dialog-error.ui-dialog-content{
	padding:20px 20px 20px 100px;
	background:no-repeat 30px center;
	background-size:48px;
}
#dialog-message.ui-dialog-content{	background-image:url(../p_img/icon_dialog_info.svg);}
#dialog-confirm.ui-dialog-content{	background-image:url(../p_img/icon_dialog_query.svg);}
#dialog-error.ui-dialog-content{	background-image:url(../p_img/icon_dialog_error.svg);}
#dialog-warning.ui-dialog-content{	background-image:url(../p_img/icon_dialog_warn.svg);}

.ui-dialog .ui-dialog-buttonpane{
	box-shadow:0 2px 5px rgba(0,0,0,0.1) inset;
	background:transparent;
	text-align:center;
	padding:5px 20px;
	margin:0;
	border:0;
}
.ui-dialog-buttonpane .ui-dialog-buttonset button{
	padding:.390rem .75rem .236rem;
	background-color:#646E7A;
	margin:.5em .4em .5em 0;
	border-radius:3px;
	line-height:1.5rem;
	cursor:pointer;
	min-width:6em;
	color:#F3F7F9;
	outline:none;
	border:0;
}
.ui-dialog-buttonpane .ui-dialog-buttonset button:hover{
	background-color:#747E8A;
}
.ui-dialog-buttonpane .ui-dialog-buttonset button:first-child{
	background-color:#24A163;
}
.ui-dialog-buttonpane .ui-dialog-buttonset button:first-child:hover{
	background-color:#409D5C;
}
*/

/* TAB */
.tabs.ui-tabs {
  padding: 0;
  border: 0;
}
.ui-tabs .ui-tabs-nav,
.ui-tabs .ui-tabs-nav li,
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  background: transparent;
  line-height: 24px;
  padding: 0;
  border: 0;
}
.ui-tabs .ui-tabs-nav {
}
.ui-tabs .ui-tabs-nav li {
  margin: 0;
  padding: 0;
}
.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
  padding: 6px 10px 3px;
  text-align: center;
  min-width: 5rem;
}
.ui-tabs .ui-tabs-nav li.ui-state-hover .ui-tabs-anchor {
  background-color: #e3f2e7 !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-hover .ui-tabs-anchor {
  background-color: transparent;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active,
.ui-tabs .ui-tabs-nav li.ui-state-disabled,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading {
  border-bottom: 3px solid #24a163;
  padding: 0;
  margin: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #333;
}
.ui-tabs .ui-tabs-panel {
  padding: 0;
}

/* DATEPICKER */
.datepicker {
  background-image: url(../p_img/icon_calendar.svg);
  background-position: right + 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-right: 40px;
}
.ui-datepicker {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-color: #fff !important;
  background: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  width: auto;
}
.ui-datepicker-header {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-title {
  font-weight: normal;
  font-family: roboto;
  line-height: 36px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: url(../p_img/icon_prev.svg);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 2px;
  height: 2rem;
  width: 2rem;
  border: 0;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: rgba(60, 170, 104, 0.2) !important;
  cursor: pointer;
  right: 2px;
  top: 2px;
}
.ui-datepicker .ui-datepicker-prev:hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  background-image: url(../p_img/icon_next.svg);
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  display: none;
}
.ui-datepicker-week-end,
.ui-datepicker-week-end .ui-state-default {
  /*	color:#B15151;*/
}
.ui-datepicker .ui-state-default {
  background-color: transparent;
  border-radius: 3px;
  font-family: roboto;
  border: 0;
}
.ui-datepicker .ui-state-default.ui-state-highlight {
  background-color: #ddd !important;
}
.ui-datepicker .ui-state-default.ui-state-hover {
  /* background-color:#d1ecd9 !important; */
  background-color: #e8f0fa !important;
}
.ui-datepicker .ui-state-default.ui-state-highlight.ui-state-active,
.ui-datepicker .ui-state-default.ui-state-active {
  background-color: #24a163 !important;
}
.ui-datepicker th {
  padding: 0.3em;
  background: transparent;
}
.ui-datepicker tbody tr {
  background: transparent;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
  padding: 0.5em 0.7em;
  font-size: 1rem;
  color: #f3f7f9;
}

/*******************
 DATATABLES REDEFINE
 *******************/
.dataTables_wrapper {
  margin-top: 2px;
}
.dataTables_wrapper .top {
  text-align: center;
  overflow: hidden;
  height: 40px;
}
/* DATATABLES TITLE */
.dataTables_wrapper .top:before {
  content: "dataTables";
  font-size: 1.15rem;
  line-height: 40px;
  text-align: left;
  min-width: 320px;
  /*	font-weight:600;*/
  color: #f3f7f9;
  width: auto;
  float: left;
}
.pane .dataTables_wrapper .top:before {
  /*	margin-left:20px;*/
}
/* DATATABLES PAGINATION */
.dataTables_wrapper .dataTables_paginate {
  text-align: center;
  margin: 0 auto;
  float: none;
  padding: 0;
}
.dataTables_wrapper .dataTables_paginate .fg-button {
  background: transparent no-repeat center center;
  border-radius: 0.25rem;
  background-size: 24px;
  text-align: center;
  min-width: 2.4rem;
  line-height: 36px;
  padding: 0 5px;
  margin: 0 2px;
  font-size: 0;
}
.dataTables_wrapper .dataTables_paginate .fg-button:hover {
  background-color: #fff;
}
.dataTables_wrapper .dataTables_paginate .fg-button:active {
  color: #333;
}
.dataTables_wrapper .dataTables_paginate span {
  display: inline-block;
}
.dataTables_wrapper .dataTables_paginate span .fg-button {
  font-size: 1rem;
}
.dataTables_wrapper .dataTables_paginate span .fg-button.ui-state-disabled {
  background-color: rgba(127, 86, 209, 0.5);
  color: #fff;
  opacity: 1;
}
.dataTables_wrapper .dataTables_paginate .fg-button.first {
  background-image: url(../p_img/icon_first.svg);
}
.dataTables_wrapper .dataTables_paginate .fg-button.previous {
  background-image: url(../p_img/icon_prev.svg);
}
.dataTables_wrapper .dataTables_paginate .fg-button.next {
  background-image: url(../p_img/icon_next.svg);
}
.dataTables_wrapper .dataTables_paginate .fg-button.last {
  background-image: url(../p_img/icon_last.svg);
}

.dataTables_wrapper .dataTables_info {
  white-space: nowrap;
  text-align: right;
  min-width: 320px;
  float: right;
  clear: none;
}
.dataTables_wrapper .clear {
  clear: both;
}

.dataTables_wrapper .ui-toolbar.ui-widget-header {
  padding: 16px 0 0;
  height: 70px;
}
.dataTables_wrapper .ui-toolbar.ui-widget-header:first-child {
  display: none;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  line-height: 1.5em;
  padding: 6px 12px;
  min-width: 420px;
  margin-left: 5px;
  background: #fff;
}
.dataTables_scrollHead {
  background-color: #333;
}
.dataTables_scrollBody {
  border-bottom: 1px solid #c5c5c5;
}

table.dataTable {
  /*	border:1px solid #bec2cd;*/
  border-top: 0;
}
/* THEAD */
table thead th,
table.dataTable thead th.ui-state-default {
  padding: 13px 30px 13px 13px;
  text-overflow: ellipsis;
  vertical-align: middle;
  background-color: #333;
  white-space: nowrap;
  line-height: 1.2em;
  font-weight: 400;
  overflow: hidden;
  /*	color:#F3F7F9;*/
  border: 0;
  border-right: 1px solid #444;
}
table.dataTable thead th.ui-state-default.sorting_disabled {
  padding: 13px;
}
table.dataTable thead th.ui-state-default.th-sm {
  padding: 5px 30px 5px 13px;
}
table.dataTable thead tr th:first-child {
  border-left: 0;
}
table.dataTable thead tr th:last-child {
  border-right: 0;
}
/* DATATALBES SORT */
table.dataTable thead th div.DataTables_sort_wrapper span {
  right: -15px;
  right: -25px;
}
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc {
  background-color: #242424;
}
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after,
table.dataTable thead td.sorting:after,
table.dataTable thead td.sorting_asc:after,
table.dataTable thead td.sorting_desc:after {
  top: 15px;
}
.ui-icon {
  width: 18px;
  height: 18px;
}
.ui-icon.ui-icon-caret-2-n-s {
  background: url(../p_img/icon_sort.svg) no-repeat center center;
}
.ui-icon.ui-icon-triangle-1-n {
  background: url(../p_img/icon_sort_ascend.svg) no-repeat center center;
}
.ui-icon.ui-icon-triangle-1-s {
  background: url(../p_img/icon_sort_decend.svg) no-repeat center center;
}

/* TBODY */
table.dataTable thead tr th.sorting,
table.dataTable tbody tr {
  cursor: pointer;
}
table tbody tr,
table.dataTable tbody tr {
  background: #424242;
}
table tbody td,
table.dataTable tbody td {
  padding: 0.78571429em 0.78571429em;
  border-right: 1px solid #494949;
  border-top: 1px solid #666;
  padding: 13px 13px 12px;
  white-space: nowrap;
}
table.dataTable tbody tr > .sorting_1 {
  background-color: #373737;
}
/* HOVER */
table.dataTable tbody tr:hover {
  background-color: #4f4f4f !important;
}
table.dataTable tbody tr:hover td {
  border-color: rgba(255, 255, 255, 0.05) !important;
}
table.dataTable tbody tr:hover > .sorting_1 {
  background-color: #3f3f3f;
}

/* SELECTED */
table tbody td.selected,
table.dataTable tbody tr.selected {
  background-color: rgba(127, 86, 209, 0.5) !important;
  color: #f3f7f9;
}
table.dataTable tbody tr.selected td {
  border-color: rgba(255, 255, 255, 0.05) !important;
}
table.dataTable tbody tr.selected > .sorting_1,
table.dataTable tbody tr:hover.selected > .sorting_1 {
  background-color: rgba(0, 0, 0, 0.1);
}

/* COMPACT */
table.dataTable.compact thead th.ui-state-default {
  padding: 6px 13px 4px;
}
table.dataTable.compact tbody td {
  padding: 6px 13px 4px;
}
table.dataTable.viewonly tbody tr:hover {
  background-color: transparent;
}
table.dataTable.viewonly thead tr th.sorting,
table.dataTable.viewonly tbody tr {
  cursor: default;
}

/**********
 COMMON USE
 **********/
.none {
  display: none;
}
.fullH {
  height: 100%;
}
.text-normal {
  font-weight: normal !important;
}
.text-box {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 3px 6px 1px;
  line-height: 1.6em;
  background: #eee;
  font-size: 85%;
}
.tag {
  background-color: #666;
  vertical-align: bottom;
  display: inline-block;
  white-space: nowrap;
  padding: 2px 8px 0;
  border-radius: 3px;
  line-height: 34px;
  font-weight: 300;
  color: #f3f7f9;
  margin: 2px 0;
  margin: 0;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}
.win-number {
  display: none;
}
input[type].necessary {
  background-image: url(../p_img/tag_necessary.svg);
  background-position: right 5px center;
  background-repeat: no-repeat;
  padding-right: 45px;
}
.tag.tag-sm {
  padding: 0.2em 0.5em 0.05em;
  line-height: 1.5em;
  font-size: 0.75rem;
}
.tag.tag-necessary {
  background-color: #f38a99;
}

.switch-bar {
  background: transparent url(../p_img/icon_expand_open.svg) no-repeat right
    10px center;
  border-radius: 5px;
  cursor: pointer;
}
.switch-bar.opened {
  background-image: url(../p_img/icon_expand_close.svg);
}
.switch-bar:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.checkbox-list {
  padding: 0;
  margin: 0;
}
.checkbox-list li {
  margin: 1px 0;
}
.checkbox-list input[type="checkbox"] + label {
  text-overflow: ellipsis;
  padding: 3px 10px 5px;
  overflow: hidden;
  line-height: 2rem;
  display: block;
  height: auto;
  margin: 0;
}
.checkbox-list input[type="checkbox"] + label:before {
  vertical-align: middle;
  margin-right: 12px;
  top: auto;
}

.btn.btn-more {
  background-image: url(../p_img/icon_more.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 0.95rem !important;
  background-size: 20px;
  padding-bottom: 18px;
  line-height: 1rem;
  width: 80%;
}
.btn.btn-secondary.btn-more {
  background-image: url(../p_img/icon_more_secondary.svg);
  background-color: #747e8a;
}

ul.paging {
  line-height: 36px;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.paging li {
  vertical-align: middle;
  display: inline-block;
  margin: 0 3px;
}
ul.paging li a {
  display: block;
}
ul.paging li a:hover {
  background-color: #edf5fd;
}
ul.paging li a.icon {
  font-size: 0;
}
ul.paging li a.icon:before {
  margin: 0;
}

.wait {
  background: rgba(0, 0, 0, 0.5) no-repeat center center;
  position: fixed;
  display: none;
  z-index: 9999;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
#waiting1 {
  background-image: url(../p_img/loaders/oval.svg);
  background-size: 100px;
}
#waiting2 {
  background-image: url(../p_img/loaders/ball-triangle.svg);
  background-size: 70px;
}
#waiting3 {
  background-image: url(../p_img/loaders/hearts.svg);
  background-size: 100px;
}
#waiting4 {
  background-image: url(../p_img/loaders/grid.svg);
  background-size: 50px;
}
#waiting5 {
  background-image: url(../p_img/loaders/puff.svg);
  background-size: 100px;
}

body::after {
  -webkit-transition: opacity 0.8s ease; /* アニメーション時間は 0.8秒 */
  transition: opacity 0.8s ease;
  background-color: #fff; /* 背景カラー */
  pointer-events: none; /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  position: fixed;
  z-index: 9999; /* 一番手前に */
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0; /* 初期値:透過状態 */
  left: 0;
  top: 0;
}
body.fadeout::after {
  opacity: 1;
}

/**********
 CONTAINERS
 **********/
header {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* background:rgba(255,255,255,0.95); */
  background-color: unset;
  /*	border-radius:0 0 10px 10px;*/
  white-space: nowrap;
  line-height: 50px;
}
header.ex_menu {
  height: auto;
}

header > .row {
  background-color: #ffffff;
  /* height: 50px; */
}

main.container-fluid {
  /*	padding-bottom:1rem;*/
  /*	overflow:auto;*/
  padding-bottom: env(safe-area-inset-bottom);
}
footer {
  letter-spacing: 0.03rem;
  height: 50px;
}
footer p {
  font-size: 0.75rem;
  line-height: 1.2em;
}
.pane {
  border: 1px solid #e3e7e9;
  position: relative;
  border-radius: 12px;
  background: #fff;
  margin: 10px 0;
  padding: 5px;
  padding: 7px;
}
.pane-inner {
  background: #f3f7f9;
  padding: 15px 30px;
  border-radius: 5px;
  border-radius: 8px;
  position: relative;
  margin-top: 5px;
}
.pane-inner p:last-child {
  margin-bottom: 0;
}
.transparent {
  background: transparent;
  border: transparent;
  box-shadow: none;
}
.inner-box {
  background: #535353;
  border-radius: 4px;
  padding: 10px;
}
.exec {
  margin: 15px 6px;
}
.pane .exec {
  background: transparent;
  padding: 0;
  margin: 7px 7px 0;
  min-width: auto;
  height: auto;
  border: 0;
}
.scrollarea {
  overflow: auto;
}
.v-full {
  justify-content: center;
  align-items: center;
  position: absolute;
  display: flex;
  height: 100vh;
  width: 100%;
  top: 0;
}
.v-center {
}
.stat-xl {
  background-size: 200px !important;
  position: relative;
  padding-top: 220px;
}
.stat-xl.stat-success {
  background: url(../p_img/icon_stat_success_XL.svg) no-repeat center top;
}
.stat-xl.stat-warning {
  background: url(../p_img/icon_stat_warn_XL.svg) no-repeat center top;
}
.stat-xl.stat-error {
  background: url(../p_img/icon_stat_error_XL.svg) no-repeat center top;
}
.stat-xl.stat-empty {
  background: url(../p_img/icon_stat_empty_XL.svg) no-repeat center top;
}
.stat-xl.stat-goodjob {
  background: url(../p_img/icon_clover.svg) no-repeat center top;
}
.stat-xl.stat-goodjob {
  background: url(../p_img/icon_diamond.svg) no-repeat center top;
}
.stat-xl.stat-breath {
  background: url(../p_img/deep-breath.png) no-repeat center top;
}

.stat-xl.stat-mente {
  background: url(../p_img/icon_stat_mente_XL.svg) no-repeat center top;
}
.stat-xl.stat-mente2 {
  background: url(../p_img/icon_stat_mente2_XL.svg) no-repeat center top;
}
.stat-xl.stat-mente3 {
  background: url(../p_img/icon_stat_mente3_XL.svg) no-repeat center top;
}

.article .stat-xl.stat-empty {
  background-image: url(../p_img/icon_stat_empty_XL_article.svg);
  background-size: 100px !important;
  padding-top: 100px;
}

.block-list div:first-child {
}
.block-list .block.block-head {
  background: #e3e7e9;
  padding: 7px 30px;
  font-weight: bold;
  font-size: 0.9rem;
}
.block-list .block {
  background: #f3f7f9;
  padding: 20px 30px;
  border-radius: 5px;
  position: relative;
  margin: 5px 0 0;
}

/****
 HEAD
 ****/
header h1 {
  text-overflow: ellipsis;
  line-height: 46px;
  overflow: hidden;
  padding-top: 3px;
  margin: 0;
  white-space: wrap;
  line-height: 1.2;
}
header h1 {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-top: 0; */
  height: 50px;
}

header .icon {
  font-size: 0;
}
header .icon:before {
  vertical-align: top;
  height: 50px;
  width: 50px;
  margin: 0;
  top: 0;
}
.icon.icon-exit:before {
  background-image: url(../p_img/icon_exit.svg);
}
.icon.icon-home:before {
  background-image: url(../p_img/icon_gohome.svg);
}
.icon.icon-back:before {
  background-image: url(../p_img/icon_back.svg);
}
.icon.icon-close:before {
  background-image: url(../p_img/icon_close_dialog.svg);
  background-size: 24px;
}
.article .icon.icon-home:before {
  background-image: url(../p_img/icon_gohome_article.svg);
}
.article .icon.icon-index:before {
  background-image: url(../p_img/icon_goindex_article.svg);
}
.article .icon.icon-back:before {
  background-image: url(../p_img/icon_back_article.svg);
}

.stepbar {
  padding-top: 70px;
}
.stepbar header {
  background: transparent url(../p_img/bg_head_stepbar.png) no-repeat center top;
  background-size: 100% 70px;
  box-shadow: none;
  height: 70px;
}
.stepbar-container {
  margin: -5px 0 0;
}
.stepbar-container > div {
  text-align: center;
}
.stepbar-container > div:before {
  background: #d3d7d9;
  border-radius: 5px;
  display: block;
  content: "";
  height: 7px;
  width: 7px;
}
.stepbar-container > div.step-current:before {
  /* background:#aee386; */
  /* background:#a6d8de; */
  background: #69c1cf;
  height: 10px;
  width: 10px;
  border: 0;
}
.article {
  padding-top: 70px;
}
.article header {
  background: transparent url(../p_img/bg_head_article.png) no-repeat center top;
  background-size: 100% 70px;
  box-shadow: none;
  height: 70px;
}

/*
.stepbar-container{
	margin:0 1px;
}
.stepbar-container > div{
	background:#e3e7e9;
	height:4px;
	margin:0 1px 1px;
}
.stepbar-container > div.step-current{
	background:#aee386;
}
*/

/****
 MAIN
 ****/
main h1 {
}
h2.inpane {
  padding: 8px 0 9px 10px;
  position: relative;
  margin: 0;
}
main h3 {
}
main h4 {
}
.message-summary {
  margin: 10px 0 0;
}
.message-summary ul {
  margin: 0;
}

/**********
 COVER TYPE
 **********/
body.cover {
  /* 開発側コメント レジリエンス探索日誌用に色変更 */
  /* background:#e3f2e4; */
  background: #dff1f1;
}
body.leaf {
  background-position: left -70px bottom -50px;
  background-image: url(../p_img/bg_leaf.svg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 420px auto;
}
.cover main {
  max-height: 100vh;
  min-height: 100vh;
  background: transparent;
  box-shadow: none;
}

/*****
 LOGIN
 *****/
.cover.login .container-fluid {
  padding: calc(100vh / 2 - 300px) 0 0;
}
.login .box,
.home .box {
  background: transparent;
  backdrop-filter: none;
  border-radius: 10px;
  position: relative;
  padding: 2rem 4% 0;
  margin: auto;
  height: auto;
  max-width: 500px;
}
.login .box h1.logo,
.home .box h1.logo {
  background: url(../p_img/logo_system.svg) no-repeat center center;
  background-size: contain;
  margin-bottom: 2.5rem;
  margin-top: 1rem;
  font-size: 0;
  height: 70px;
}

.login .box .inputs {
  padding: 0 40px;
}
.form-floating > label {
  padding: 1.1rem 0.75rem;
  font-size: 0.85rem;
  color: #95989f;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: #339062;
}
.form-floating > .form-control.is-invalid:focus ~ label,
.form-floating > .form-control.is-invalid:not(:placeholder-shown) ~ label,
.form-floating > .form-select.is-invalid ~ label {
  color: #ee2c3e;
}
.login .box .inputs input.form-control {
  ime-mode: disabled;
  opacity: 0.6;
}
.login .box .inputs input:focus,
.login .box .inputs input:active {
  opacity: 1;
}

.toggle-password {
  background: url(../p_img/icon_eye_close.svg) no-repeat center center;
  background-size: 18px;
  display: inline-block;
  height: 24px;
  opacity: 0.5;
  position: absolute;
  width: 24px;
  right: 12px;
  top: 8px;
}
.login .toggle-password {
  right: 12px;
  top: 16px;
}
.toggle-password:hover,
.toggle-password:focus {
  opacity: 1;
}
.toggle-password.expose {
  background-image: url(../p_img/icon_eye_open.svg);
}
.btn-login {
  padding: 0.688rem 0.5rem 0.588rem;
  padding: 10px;
}

.login .box .btn-outline-primary {
  padding: 0.582rem 0.5rem 0.482rem;
  padding: 9px 10px 8px;
  font-size: 0.9rem;
  margin: 15px 0 0;
}

/****
 HOME
 ****/
.plan-bar {
  border-bottom: 1px solid #fff;
  padding: 10px 12px 9px;
  background: #717b86;
  line-height: 20px;
  color: #fff;
}
.home.no-plan .plan-bar {
  display: none !important;
}
.home.no-plan .box.bg-image {
  padding-top: 30px;
}
.plan-bar a {
  color: #fff;
}
.home .box {
  border-radius: 0;
  padding: 0 3%;
}
.home .box.bg-image {
  background: #58b96e url(../p_img/bg_title01@x2.jpg) no-repeat center top;
  background-size: cover;
  padding-bottom: 20px;
  padding-top: 70px;
  max-width: none;
}
.home .box.bg-image > * {
  margin-right: auto;
  margin-left: auto;
  width: 420px;
}
.home .box h1.logo {
  background-image: url(../p_img/logo_cocoroplus.svg);
  margin-bottom: 1rem;
}
.home.reverse .box h1.logo {
  background-image: url(../p_img/logo_cocoroplus_rev.svg);
}
.home .box h1.logo.no-login {
  background-image: url(../p_img/logo_system.svg);
}
.home.reverse .box h1.logo.no-login {
  background-image: url(../p_img/logo_rev.svg);
}
.kotonoha {
  background: rgba(255, 255, 255, 0.7);
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  margin: 0.5rem;
}
a.promotion {
  background: rgba(0, 0, 0, 0.2) url(../p_img/icon_arrow.svg) no-repeat right
    8px center;
  background-size: 16px auto;
  text-decoration: none;
  padding: 1rem 1.5rem;
  border-radius: 3rem;
  line-height: 1.3rem;
  font-size: 0.9rem;
  display: block;
  margin: 0.5rem;
  color: #fff;
  /*	display:none;*/
}

/* sugano */
a.promotion.chara {
  position: relative;
  padding: 1rem 2.5rem 1rem 1.5rem;
  background-position: right 45px bottom 19px;
}
a.promotion.chara:before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(../p_img/chara_lecture.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: -10px;
  bottom: -5px;
}

.hog {
  background: no-repeat center center;
  background-size: contain;
  position: absolute;
  height: 50px;
  width: 50px;
}
.hog-point {
  background-image: url(../p_img/hog_point.svg);
  bottom: 0;
  right: 0;
}

.notice a {
  background: no-repeat center center;
  background-size: auto auto;
  font-size: 0.9rem;
  display: block;
  height: 50px;
  width: 50px;
}
.reverse .notice a {
  color: #fff;
}
a.notice-user {
  background-image: url(../p_img/icon_user.svg);
}
a.notice-user.no-login {
  background-image: url(../p_img/icon_user_nologin.svg);
}
a.notice-new {
  background-image: url(../p_img/icon_notice_badge.svg);
}
a.notice-new.visited {
  background-image: url(../p_img/icon_notice.svg);
}
.reverse a.notice-user {
  background-image: url(../p_img/icon_user_rev.svg);
}
.reverse a.notice-user.no-login {
  background-image: url(../p_img/icon_user_nologin_rev.svg);
}
.reverse a.notice-new {
  background-image: url(../p_img/icon_notice_badge_rev.svg);
}
.reverse a.notice-new.visited {
  background-image: url(../p_img/icon_notice_rev.svg);
}

/* sugano */
.notice .btn.login {
  background: unset;
  background-image: unset;
  background-size: unset;
  background-color: #24a163;
  border-color: #ffffff;
  border-width: 2px;
  font-size: unset;
  display: block;
  height: unset;
  width: unset;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

/****
 MENU
 ****/
ul.menu {
  /*	box-shadow:0 -5px 10px rgba(0,0,0,0.1);*/
  background: #e3f2e4;
  border-radius: 3rem;
  position: relative;
  list-style: none;
  margin: 0 auto;
  padding: 8px 12px 0;
  top: -18px;
}
.menu li {
  margin: 10px;
}
.menu li a {
  background: rgba(255, 255, 255, 0.8) no-repeat left center;
  padding: 12px 5px 10px 15px;
  text-decoration: none;
  border-radius: 2.4rem;
  line-height: 1.5rem;
  font-size: 1.2rem;
  text-align: left;
  display: block;
}
.menu li a:active,
.menu li a:focus {
  box-shadow: 0 0 6px rgba(64, 157, 92, 0.5) !important;
}
.menu li a:before {
  background: no-repeat center center;
  vertical-align: middle;
  display: inline-block;
  margin: 5px 10px;
  height: 38px;
  width: 38px;
  content: "";
}
.menu li a.mn-chat:before {
  background-image: url(../p_img/icon_menu01.svg);
}
.menu li a.mn-history:before {
  background-image: url(../p_img/icon_menu02.svg);
}
.menu li a.mn-learn:before {
  background-image: url(../p_img/icon_menu03.svg);
}
.menu li a.mn-break:before {
  background-image: url(../p_img/icon_menu04.svg);
}

/**********
 INDIVIDUAL
 **********/
.view-passall {
  content: "表示";
}
.view-passall.viewpass {
  content: "隠す";
}
.view-passall.icon:before {
  background-image: url(../p_img/icon_eye_close.svg);
}
.view-passall.icon.viewpass:before {
  background-image: url(../p_img/icon_eye_open.svg);
}

.links-sns img {
  height: 40px;
  width: 40px;
}
.new:before {
  display: inline-block;
  margin-left: 0.5rem;
  border-radius: 50%;
  position: relative;
  background: #f90;
  float: right;
  right: -3px;
  content: "";
  height: 8px;
  width: 8px;
}

/******
  CHAT
 ******/
.bg-chat,
body.chat {
  background: #e3f2e4;
}
.chat main {
  /*	max-height:calc(100vh - 55px);
	min-height:calc(100vh - 55px);*/
  background: transparent;
}
.bg-chat-one {
  background: #fff;
  background: #e3f2e4 url(../p_img/bg_one.svg) no-repeat;
  background: #e3f2e4 url(../p_img/bg_one.png) no-repeat;
  background-position: right bottom;
  background-size: 150%;
}

/*******
  USAGE
 *******/
.stripe-section section:nth-child(even) {
  background-color: #6c9;
  background-color: #8bd389;
}
.stripe-section .pane-inner {
  background: transparent;
}
.capture {
  border: 1px solid #ccc;
  margin: 0.5rem auto;
  display: block;
  width: 280px;
}

/*********
  ARTICLE
 *********/
body.article {
  background-color: #fdf4ec;
}
body.article.leaf {
  background-image: url(../p_img/bg_leaf_article.svg);
}
body.article.leaf {
  background-position: left -70px bottom -50px;
  background-image: url(../p_img/bg_leaf_article.svg);
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.bg-article {
  background-color: #fdf4ec;
}
.article .index .pane:active,
.article .index .pane:focus,
.article .btn:active,
.article .btn:focus {
  box-shadow: 0 0 6px rgba(226, 142, 15, 0.5) !important;
}
.article .pane {
  border: 0;
}
.index {
}
.index a {
  text-decoration: none;
  color: #333;
}
.index .pane {
  /*	box-shadow:0 1px 5px rgba(0,0,0,0.1);*/
  border-radius: 8px;
  padding: 5px;
}
.index-thumb {
  border-radius: 4px;
  display: block;
  height: 80px;
  width: 80px;
}
.index-title {
  font-size: 0.92rem;
  display: block;
}
.article .btn.btn-sm {
  padding: 0.3rem 0.6rem !important;
  font-size: 0.65rem;
}
.article span.btn.btn-sm:active,
.article span.btn.btn-sm:focus {
  background-color: #fff !important;
}
.btn.btn-sm.cate-wellbeing {
  border-color: #f9deb5;
  color: #e59c2c;
}
.btn.btn-sm.cate-linecare {
  border-color: #f1d4e8;
  color: #cf2998;
}
.btn.btn-sm.cate-moreinfo {
  border-color: #d4f1d4;
  color: #2faf37;
}
.btn.btn-sm.cate-category {
  border-color: #ccc;
  color: #999;
}
.foot-cate {
}
.foot-cate .btn.btn-sm {
  background: rgba(255, 255, 255, 0.8) no-repeat center 10px;
  padding-top: 100px !important;
  background-size: 80px;
  border-radius: 8px;
  margin: 0 2px;
  width: 105px;
  border: 0;
}
.foot-cate .btn.btn-sm.cate-wellbeing {
  background-image: url(../p_img/icon_cate_wellbeing.svg);
}
.foot-cate .btn.btn-sm.cate-linecare {
  background-image: url(../p_img/icon_cate_linecare.svg);
}
.foot-cate .btn.btn-sm.cate-moreinfo {
  background-image: url(../p_img/icon_cate_moreinfo.svg);
}

.article p {
  line-height: 1.6rem;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  margin-top: 1rem;
}
.article .headimage {
  border-radius: 8px;
  width: 100%;
  height: 30vw;
  object-fit: cover;
  max-width: 650px;
  max-height: 215px;
}
.article p.question {
  font-weight: bold;
  margin-top: 3rem;
  color: #e28e0f;
  color: #c60;
}
.round-cap-bottom:after {
  background-color: #faead5;
  border-radius: 5px;
  content: "";
  display: block;
  height: 5px;
}
.article p.profile {
  line-height: 1.6rem;
  font-size: 0.8rem;
  margin-top: 0.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

/**************
  CHAT-HISTORY
 **************/
.badge {
  font-weight: normal !important;
  padding: 0.4em 0.6em;
  padding: 0.4em 0.6em 0.3em;
  vertical-align: middle;
  position: relative;
  font-size: 11px;
}
.pane-history .badge {
  border: 2px solid #fff;
  border-radius: 6px;
}
.pane-history h2 {
  font-family: "Roboto";
  position: relative;
}
.pane-history h2:before {
  background-size: 50px;
  bottom: -10px;
  height: 60px;
  width: 60px;
  left: auto;
  right: 0;
}
.pane-history h5 {
  border-bottom: 2px solid #58b73a;
  display: inline-block;
  margin: 0;
}

.type-consult h2:before {
  background-image: url(../p_img/icon_heart_green_L.svg);
}
.type-consult .badge,
.type-chat .type-consult > .badge {
  background: #58b73a;
}
.type-consult .pane-inner {
  background: #ecf8ee;
}
.pane-inner.type-consult {
  background: #ecf8ee !important;
}
.pane-inner.type-consult h5 {
  border-color: #58b73a;
  color: #198754 !important;
}

.type-chat h2:before {
  background-image: url(../p_img/icon_heart_purple_L.svg);
}
.type-chat .badge {
  background: #7f69d7;
}
.type-chat .pane-inner {
  background: #f2eefa;
}
.pane-inner.type-chat {
  background: #f2eefa !important;
}
.pane-inner.type-chat h5 {
  border-color: #9f8ee4;
  color: #5e44c2 !important;
}

.type-fullness h2:before {
  background-image: url(../p_img/icon_heart_orange_L.svg);
}
.type-fullness .badge {
  background: #ee8152;
}
.type-fullness .pane-inner {
  background: #fdf4ec;
}
.type-fullness h5 {
  /* border-color:#ee8152;	 */
  border-color: #ff4d008f;
  /* color:#ee8152 !important; */
  color: #ac5e3c;
}

/**************
  CHAT-SUMMARY
 **************/
.summary-item {
  border: 3px solid #fff;
  padding: 0;
}
.modal-body .summary-item:first-child {
  margin-top: 0;
}
.modal-body .summary-item:last-child {
  margin-bottom: 0;
}
.summary-number,
.summary-title {
  background-color: #c8eee1;
  padding: 0.8rem;
}
.summary-number {
  border-right: 3px solid #fff;
  border-radius: 6px 0 0 6px;
  font-family: "Comfortaa";
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1em;
  color: #24a191;
}
.summary-number.completed {
  background: #c8eee1 url(../p_img/icon_diamond_s.svg) no-repeat center center;
  background-size: 1.8rem;
}
.summary-title {
  border-radius: 0 6px 6px 0;
}
.summary-content {
  padding: 0.7rem 0.8rem;
}

/**************
  COLUMN
 **************/
.index .pane {
  /*    box-shadow:0 1px 5px rgba(0,0,0,0.1);*/
  border: 0;
  border-radius: 8px;
  padding: 5px;
}
.index-thumb {
  border-radius: 4px;
  display: block;
  height: 80px;
  width: 80px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.index-title {
  font-size: 0.92rem;
  display: block;
}

@media screen and (max-width: 576px) {
  /*
	 BOOTSTRAP
	 */
  .dropdown-toggle::after {
    margin: 0;
  }

  /*
	 JQUERY UI
	 */
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    float: none;
  }
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    margin: 0.5em 0.4em;
  }

  /*
	 DATATABLE
	 */
  .dataTables_wrapper .top {
    overflow: visible;
    height: auto;
  }
  .dataTables_wrapper .dataTables_info {
    text-align: center;
    min-width: 320px;
  }

  /*
	 COMMON
	 */
  #g-nav,
  #g-nav-list {
    width: 90%;
  }
  /*
	 CONTAINERS
	 */
  body.leaf {
    background-position: left -70px bottom -50px;
  }
  main.container-fluid {
  }
  .pane {
  }
  .block-list .block.block-head {
    padding: 7px 10px;
  }
  .block-list .block,
  .pane-inner {
    padding: 12px;
  }
  .pane .exec {
  }

  /*
	 HEAD
	 */
  header h1 {
  }
  .notice.view-bg {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .reverse .notice.view-bg {
    background-color: rgba(0, 0, 0, 0.5);
  }

  /*
	 LOGIN
	 */
  .cover.login .container-fluid {
  }
  .login .box,
  .home .box {
    position: relative;
    width: auto;
    left: auto;
    top: auto;
    margin: 0;
  }
  .home .box.bg-image > * {
    margin: 0.5rem;
    width: auto;
  }
  .login .box h1 .logo {
  }
  .login .box h1 .catch {
    font-size: 0.7rem;
  }
  .login .box .inputs {
    padding-right: 10px;
    padding-left: 10px;
  }

  /*
	 MENU
	 */
  ul.menu {
  }
  .menu li {
  }
  .menu li a {
  }
  .menu li a:before {
  }

  /*
	 INDIVIDUAL
	 */
}

/* アンケート対応 */
.enquete h2 .heading {
  color: #24a163;
}
/* 選択肢複数行表示 */
input[type="checkbox"] + label.text-break,
input[type="radio"] + label.text-break {
  white-space: unset;
  min-height: 38px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  padding-top: 5px;
  padding-bottom: 5px;
}
input[type="checkbox"] + label.text-break:before,
input[type="radio"] + label.text-break:before {
  top: 0;
  min-width: 20px;
}
/* 進捗表示 */
.progressbar-container {
  line-height: 1;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  /* width:50%; */
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.progressbar-container .number-container {
  font-size: 0.8rem;
  margin-right: 10px;
  padding-top: 1px;
}
.progressbar-container .bar-container {
  position: relative;
  width: 100%;
}
.progressbar-container .bar-container .progress {
  height: 5px;
  background-color: #e9e9e9;
}
.progressbar-container .bar-container .progress .progress-bar {
  background-color: #aee386;
}

/* レンジバー */
input[type="range"].form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #ffffff;
  border: 6px solid #00819f;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -15px;
}

.range-number-container {
  margin-top: 10px;
  text-align: center;
}
.range-number {
  font-size: 2rem;
  margin-left: 0.5em;
}
.range-number::after {
  content: "%";
  font-size: 70%;
  margin-left: 5px;
}

/* レンジバー ラジオ */
.radio-range {
  flex: 1;
  text-align: center;
}
.radio-range input[type="checkbox"] + label:before,
.radio-range input[type="radio"] + label:before {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.radio-range input[type="checkbox"] + label,
.radio-range input[type="radio"] + label {
  margin-right: 0.1rem;
  display: block;
}

/* モーダル bs調整 icon表示 */
.modal-info .modal-dialog-scrollable .modal-content {
  overflow: unset;
}
.switch-other {
  color: red;
}
.switch-other-text {
  display: none;
}

/* 知りたい・学びたい */
#knowTab {
  margin-top: 1em;
}
#knowTab li {
  margin: 0;
}
#knowTab .nav-item {
  padding: 0 2px;
}
/* タブ */
#knowTab button,
#knowTab button:focus {
  border: none;
  outline: none;
}
#knowTab button.nav-link {
  background-color: #fae9d5;
  color: #333333;
}
#knowTab button.nav-link.active {
  background-color: #e59c2c;
  color: #ffffff;
}
#knowTabContent {
}
#knowTabContent.overflow-auto {
  max-height: calc(100vh - 200px);
  overflow: auto;
}
#knowTabContent.tab-content > .active {
  padding: 0;
}
/* もっと見る */
.article .btn-primary {
  background-color: #e59c2c;
  border-color: #e59c2c;
  color: #ffffff;
}
.article .btn-outline-primary {
  border-color: #e59c2c;
  background-color: transparent;
  color: #333333;
}
/* プルダウン */
.article .index {
  padding-top: 0px;
}
.article .index .pane {
  margin: 5px 5px 5px;
}
.article .index.collapse {
  border: none;
}
.article .index .pane.collapse-btn-container {
  margin-top: 0;
}
.article .collapse-btn-container .index-title {
  font-size: 1.2em;
  display: flex;
  align-items: center;
}
.article .collapse-btn-container .badge.bg-primary {
  background-color: #e59c2c !important;
  font-size: 0.9em;
  margin-left: auto;
  max-height: calc(1em + 0.7em);
}
.btn.btn-sm.cate-know {
  border-color: #f9deb5;
  color: #e59c2c;
}
.btn.btn-sm.cate-learn {
  border-color: #f9deb5;
  color: #e59c2c;
}
.article .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.article .index .pane.collapse-list-container {
  margin-top: 0;
  border: 2px solid #e59b2c67;
}
.article .index .pane.collapse-list-container:last-child {
  margin-bottom: 30px;
}
.article .index .pane.collapse-list-container .index-thumb {
  width: 50px;
  height: 50px;
}
/* 記事なし */
.article .stat-xl.stat-empty {
  background-size: 200px !important;
  padding-top: 220px;
}
/* 学びたい */
.article .cat-path {
  font-size: 0.7em;
  padding-right: 5px;
  margin: 5px 10px -20px;
  text-align: left;
}

/* リンク */
#g-nav li a.g-nav-icon-link:before {
  background-image: url(../p_img/icon_gnav_link_green.svg);
}

/* 学びたい */
a.collapse-btn-container[aria-expanded="false"] .badge {
  opacity: 1;
}
a.collapse-btn-container[aria-expanded="true"] .badge {
  opacity: 0.4;
}
a.collapse-btn-container .collapse_opener {
  margin-left: auto;
  width: 24px;
  height: auto;
}
a.collapse-btn-container[aria-expanded="false"] .collapse_opener {
  display: block;
  color: #e59c2c;
}
a.collapse-btn-container[aria-expanded="true"] .collapse_opener {
  transform: rotate(180deg);
  color: #e59c2c;
  transition: 0;
}

/* 記事件数 */
.article_number_container {
  text-align: right;
  margin-bottom: -5px;
}

.article_number_container .article_number {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 5px 10px 0;
}

.article_number_container .article_number .icon {
  width: 16px;
  height: auto;
  margin-left: auto;
}
.article_number_container .article_number .number {
  margin-left: 5px;
  font-size: 80%;
}
.article_number_container .article_number .number::after {
  content: "件";
  font-size: 85%;
  margin-left: 5px;
}

.article_number_container.bottom {
  text-align: unset;
  position: absolute;
  left: 90px;
  bottom: 0;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
}
.article_number_container.bottom .article_number {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  padding: 0;
  margin: 0;
}
.article_number_container.bottom .article_number .icon {
  opacity: 1;
}

.article_number_container.bottom .article_number .number {
}

/* positive mental health */
.number_dot {
  /* background-color: #00819f; */
  background-color: #a6d8de;
  color: #ffffff;
  /* color:#505050; */
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2em;
  white-space: nowrap;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
  font-size: 150%;
  margin: 0 auto;
}

/* greeting */
.greeting {
}

/* bottom menu */
.b_menu {
  background-color: #ffffff;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  /* height:50px; */
  display: flex;
  /* align-items:center; */
  align-items: flex-start;
  justify-content: center;

  height: auto;
  min-height: 50px;
  padding-top: 5px;
  padding-bottom: env(safe-area-inset-bottom);
}
.b_menu_container {
  margin-bottom: 80px;
}

/* 欲求満足度 */
.satisfaction_graph {
  background-image: url(../p_img/bg_satisfaction.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60% auto;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 400px;
  margin: 20px auto;
}
.satisfaction_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  /* margin:10px; */
  line-height: 1.2;

  /* background-image: radial-gradient(#f2f2f2 60%, transparent 61%), conic-gradient(#ee7a3c 0% 72%, #d9d9d9 73% 100%); */
  /* border:5px solid #ffffff; */
  user-select: none;

  transform: scale(1);
  transition: transform 0.4s;
}
.satisfaction_item:hover {
  transform: scale(1.2);
  transition: 0.4s;
}
.satisfaction_item.autonomy {
  /* border-color:#ee7a3c; */
  position: absolute;
  left: calc(50% - 75px);
  top: 0;
}
.satisfaction_item.competence {
  /* border-color:#21cfc5; */
  position: absolute;
  bottom: 0;
  left: 0;
}
.satisfaction_item.relationship {
  /* border-color:#8724d9; */
  position: absolute;
  bottom: 0;
  right: 0;
}
.satisfaction_item .title {
  font-size: 150%;
}
.satisfaction_item .value {
  font-size: 250%;
}

/* 実行メニュー */
.ex_menu_graph_container {
  margin-right: 5px;
}
.ex_menu_graph {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 1.2;
  user-select: none;
  transform: scale(1);
}
.ex_menu_graph.menu_1 {
}
.ex_menu_graph .value {
  color: #333333;
  /* font-size:85%; */
  line-height: 1;
}

.ex_menu_container {
  border-top: 1px solid #d7e5e5;
  line-height: normal;
  background: rgba(255, 255, 255, 0.95);
  font-size: 95%;
}
.ex_menu_container.current {
}
.ex_menu_container.uncurrent {
  background-color: #f0f0f0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
}
.ex_menu_container.uncurrent:active,
.ex_menu_container.uncurrent:focus,
.ex_menu_container.uncurrent:hover {
  background-color: #fffffff2;
  transition: background-color 0.3s;
  cursor: pointer;
}
.ex_menu_container.unexecute {
  background-color: #d5e6e6db;
  pointer-events: none;
  filter: grayscale();
}
.ex_menu_container_inn {
  border-left: 5px solid #a5d5d5;
  margin: 5px 5px 5px 5px;
  padding: 0 5px;
  width: 100%;
  user-select: none;
  min-height: 55px;
}
.ex_menu_container_inn.ex_menu_2 {
  border-color: #ffc440;
}
.ex_menu_container_inn.ex_menu_1 {
  border-color: #20b4d7;
}
.ex_menu_title {
  /* font-size:110%; */
  font-size: 95%;
  text-wrap: wrap;
  line-height: 1.1;
}
.ex_menu_date {
}
.ex_menu_date .day {
  display: inline-block;
  font-size: 130%;
  font-weight: bold;
}
.ex_menu_date .tail {
  display: inline-block;
  font-size: 80%;
}

.ex_menu_link {
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
  background-image: url(../p_img/icon_option_vert.svg);
  background-position: center center;
  background-size: 26px auto;
  background-repeat: no-repeat;
  opacity: 0.6;
  filter: grayscale();
}
.ex_menu_link:active {
  opacity: 1;
}

.ex_menu_select {
  position: absolute;
  top: 50px;
  right: 5px;
  display: flex;
  flex-direction: column;
}

/* ふりかえる */
.ex_menu_review {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 95%;
  box-sizing: content-box;
  border: 2px solid #ffffff !important;
  text-wrap: wrap;
  padding: 0;
  line-height: 1.3;

  background-image: url(../p_img/icon_review_rev.svg);
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: center center;
}
.ex_menu_review:focus,
.ex_menu_review:active,
.ex_menu_review:hover {
  box-shadow: none !important;
}
.ex_menu_review_col {
  border: none;
  border: 2px solid #ffffff;
  font-size: 120%;
}
.ex_menu_review_col:focus,
.ex_menu_review_col:active,
.ex_menu_review_col:hover {
  box-shadow: none !important;
  border-color: #ffffff;
}
.ex_menu_review_col.menu_1,
.ex_menu_review.menu_1 {
  /* background-color:#20b4d7; */
  background-color: #38c8e8;
  color: #333333;
}
.ex_menu_review_col.menu_1:hover,
.ex_menu_review.menu_1:hover {
  /* background-color:#3cc9e8; */
  background-color: #5adaf7;
}
.ex_menu_review_col.menu_2,
.ex_menu_review.menu_2 {
  background-color: #ffc440;
  color: #333333;
}
.ex_menu_review_col.menu_2:hover,
.ex_menu_review.menu_2:hover {
  background-color: #ffcf69;
}
.ex_menu_review_col {
  background-image: url(../p_img/icon_review_rev.svg);
  background-repeat: no-repeat;
  background-size: 26px auto;
  background-position: left 2px center;
  padding-left: 35px !important;
  width: auto;
}

/* すぐ記録 */
.quick_record_list {
}
.quick_record_list .accordion-body {
  border-top: 1px solid #dfdfdf;
  height: 170px;
  overflow: auto;
}
.quick_record_list .stat-empty {
  background: url(../p_img/icon_stat_empty_quick_record_list.svg) no-repeat
    center top;
  background-size: 80px auto;
  padding-top: 90px;
}

/* アコーディオン */
.accordion-button:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

  border-color: #00819f;
  box-shadow: none;
  background-color: transparent;
  color: #00819f;
}
.accordion-button:not(.collapsed) {
  color: #00819f;
  background-color: transparent;
  box-shadow: none;
}

/* 気分点数 */
/* レンジバー */
input[type="range"].form-range.happiness_bar::-webkit-slider-runnable-track {
  /* background: rgb(255,214,0);
background: linear-gradient(90deg, rgba(255,214,0,0) 0%, rgba(255,214,0,0.6418942577030813) 100%); */
}

.happiness_value {
  background-color: #00819f;
  color: #ffffff;
  border-radius: 30px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  font-size: 100px;
  text-align: center;
  margin: 20px auto 40px;
  font-weight: bold;

  border: 10px solid #00819f;
  background-color: #ffffff;
  color: #00819f;
  line-height: 140px;
}

/* メッセージ */
.msg_pane {
  background-color: #ffffff59;
  border-radius: 12px;
  border: 4px solid #00829f20;

  font-size: 16px !important;
}

/* ふりかえりリスト */
.look_back_list {
}

/* テーブル */
.table_wrapper {
}
.table_wrapper.look_back {
  overflow: auto;
  min-height: 200px;
  max-height: 35vh;
}

.table_wrapper .th_sticky {
}
.table_wrapper.th_sticky table.look_back_list th {
  position: sticky;
  top: 0;
  background-color: #a6d8de;
  z-index: +1;
  height: 30px;
  color: #00303a;
}

table.look_back_list {
  width: 100%;
}
table.look_back_list thead tr {
  background-color: #bdcee9;
  font-size: 85%;
  text-align: center;
  color: #183d74;
}
table.look_back_list tbody tr {
  background-color: #ffffff;
}

table.look_back_list th {
  line-height: 1.2;
  padding: 0.2em 0.3em;
  word-break: break-all;
  border-bottom: 1px solid transparent;
  border-right: 1px solid #a6d8de;
  border-left: 1px solid #a6d8de;
}
table.look_back_list td {
  line-height: 1.2;
  padding: 0.2em 0.3em;
  word-break: break-all;
  border-bottom: 1px solid #a6d8de;
  border-right: 1px solid #a6d8de;
  border-left: 1px solid #a6d8de;
}

/* omit */
.omit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accordion-button::after {
  background-image: url(../img/icon_expand_arrow.svg);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../img/icon_expand_arrow.svg);
  transform: rotate(-180deg);
}

/* 追加 */
.btn_float {
  position: fixed;
  bottom: 65px;
  right: 15px;
  background-image: url(../p_img/icon_upload.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  line-height: 1.4;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn_float.float_upload {
  background-image: url(../p_img/icon_upload.svg);
  background-size: 25px auto;
  background-position: bottom 10px center;
  font-size: 110%;
}

.q_memo {
  width: 20px;
  height: auto;
  vertical-align: middle;
}

.btn_delete {
  width: 34px;
  height: 34px;
  border-radius: 3px;
  background-image: url(../p_img/icon_delete.svg);
  background-repeat: no-repeat;
  background-size: 28px auto;
  background-position: center center;
  border: none;
  background-color: transparent;
}
.btn_delete:active,
.btn_delete:focus,
.btn_delete:hover {
  background-color: #1092af2c;
}
.btn_delete:disabled {
  filter: grayscale();
  pointer-events: none;
  opacity: 0.5;
}

.btn_q_memo {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  background-image: url(../p_img/icon_q_memo_quote.svg);
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center center;
  border: none;
  background-color: transparent;
}
.btn_q_memo:active,
.btn_q_memo:focus,
.btn_q_memo:hover {
  /* background-color:#a6d8de; */
  opacity: 0.7;
}
.btn_q_memo:disabled {
  filter: grayscale();
  pointer-events: none;
  opacity: 0.3;
}
.btn_q_memo.f_over {
  position: absolute;
  top: 6px;
  right: 5px;
}
.q_memo_link_container {
  padding-right: 35px;
}

.q_memo_list_container {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-left: 44px;
}
.q_memo_list_container .heading {
  color: #00819f;
  border-bottom: 1px solid #e8e8e8;
  padding: 5px 5px 5px 30px;
  background-image: url(../p_img/icon_q_memo.svg),
    url(../p_img/icon_expand_close.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 20px auto, 18px auto;
  background-position: left 7px center, right 5px center;
}
.q_memo_list_container .heading:hover,
.q_memo_list_container .heading:focus,
.q_memo_list_container .heading:active {
  background-color: #1092af2c;
  transition: background-color 0.2s;
  cursor: pointer;
}
.q_memo_list_container .detail {
}
.q_memo_list {
  padding: 0;
  margin: 0;
  max-height: 150px;
  overflow-y: auto;
}
.q_memo_list li {
  margin: 0;
  padding: 12px 5px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: flex-start;
}
.q_memo_list li:hover,
.q_memo_list li:active,
.q_memo_list li:focus {
  background-color: #1092af2c;
  transition: background-color 0.2s;
  cursor: pointer;
}
.q_memo_list li .date {
  padding-right: 10px;
}
.q_memo_list li .text {
}

/* 以下開発側で追加 */
/* メッセージ キャラ */
.message_chara {
  width: 70px;
  height: auto;
}

/* レジリエンス探索 */
.ex_menu_title.emp {
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 110%;
}
.ex_menu_review_col.menu_2.emp,
.ex_menu_review.menu_2.emp {
  height: 55px;
  border-radius: 12px;
  background-image: none;
  background-image: url(../p_img/icon_lookback_bg_rev.svg);
  background-position: 6px 12px;

  box-shadow: 0 03px 3px rgba(0, 0, 0, 0.07);
  /* font-weight: bold; */
}
.ex_menu_review_col.menu_2.emp::before,
.ex_menu_review.menu_2.emp::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 10px;
  background-image: url(../p_img/icon_lookback_rev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.ex_menu_review_col.menu_2.emp::after,
.ex_menu_review.menu_2.emp::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #e32222;
  box-shadow: 0 3px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -3px;
  top: -5px;
}

.emp_ani::before {
  animation-name: ani_rotate;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  z-index: +1;
}
@keyframes ani_rotate {
  from {
    transform: rotateZ(360deg);
  }
  to {
    transform: rotateZ(0deg);
  }
}

/* 回収箇所はじめ */

/* レジリエンスワーク */
/* ↓↓2025/07/25改修１↓↓ */
/* .pane.resilience_work {
	border: 1px solid #E3E7E9;
	position: relative;
	border-radius: 12px;
	background: #FFF;
	margin: 10px 0;
	padding: 5px;
	padding: 7px;
	max-width: 700px;
} */

.resilience_work_graph {
  background-image: url(../p_img/bg_resilience_work.jpg);
  border-radius: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  max-width: 700px;
  height: 850px;
  margin: 20px auto;
}

.resilience_work_item_lookback {
  display: flex;
  flex-direction: column;
  width: 112px;
  height: 40px;
  border-radius: 20px;
  line-height: 1.4;
  user-select: none;
  position: absolute;
  padding: 9px;
  animation: popup_item 0.3s ease-out forwards;
  box-shadow: 3px 3px 3px rgba(104, 103, 103, 0.5);
  /* 柔らかいボタンの表現を追加 */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  /* スムーズなアニメーション */
  box-shadow: 3px 3px 5px rgba(148, 148, 148, 0.3);
  /* 影を追加 */
  transform-origin: center;
  /* 変形の基準点を中心に */
  background-color: #fef2e0;
  border: solid 1px #6f5d45;
}

.resilience_work_item_lookback:hover {
  box-shadow: 5px 5px 7px rgba(148, 148, 148, 0.5);
  /* ホバー時、影を濃く */
  transform: scale(1.05);
  /* 少し拡大 */
}

.resilience_work_item_lookback:active {
  box-shadow: 1px 1px 3px rgba(148, 148, 148, 0.5) inset;
  /* クリック時、内側に影 */
  transform: scale(0.95);
  /* 少し縮小 */
}

.resilience_work_item_lookback.check1 {
  top: calc(50% + 260px);
  position: absolute;
  left: calc(50% - 105px);
}

.resilience_work_item_lookback.check2 {
  top: calc(50% + 100px);
  position: absolute;
  left: calc(50% - 35px);
}

.resilience_work_item_lookback.check3 {
  top: calc(50% - 60px);
  position: absolute;
  left: calc(50% - 65px);
}

.resilience_work_item_lookback.check4 {
  top: calc(50% - 200px);
  position: absolute;
  left: calc(50% - 80px);
}

.resilience_work_item_lookback .value {
  background-image: url(../p_img/icon_review_work.svg);
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: left center;
  font-size: 80%;
  font-weight: bold;
  color: #6f5d45;
  text-align: right;
  padding: 2px;
}

.resilience_work_item_top {
  display: flex;
  flex-direction: column;
  width: 290px;
  height: 110px;
  border-radius: 15px;
  line-height: 1.4;
  margin-top: 6px;
  user-select: none;
  position: absolute;
  padding: 12px;
  animation: popup_item 0.3s ease-out forwards;
  box-shadow: 3px 3px 3px rgba(104, 103, 103, 0.5);
  /* 柔らかいボタンの表現を追加 */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  /* スムーズなアニメーション */
  box-shadow: 3px 3px 5px rgba(148, 148, 148, 0.3);
  /* 影を追加 */
  transform-origin: center;
  /* 変形の基準点を中心に */
  background-color: #fff;
  border: solid 2px #6f5d45;
}

.resilience_work_item_top:hover {
  box-shadow: 5px 5px 7px rgba(148, 148, 148, 0.5);
  /* ホバー時、影を濃く */
  transform: scale(1.05);
  /* 少し拡大 */
}

.resilience_work_item_top:active {
  box-shadow: 1px 1px 3px rgba(148, 148, 148, 0.5) inset;
  /* クリック時、内側に影 */
  transform: scale(0.95);
  /* 少し縮小 */
}

.resilience_work_item_top.step5 {
  top: calc(50% - 350px);
  left: calc(50% - 145px);
  font-weight: bold;
}

.resilience_work_item_top .title {
  font-size: 100%;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: bold;
}

.resilience_work_item_top .value {
  font-size: 130%;
}

.resilience_work_item {
  display: flex;
  flex-direction: column;
  width: 190px;
  height: 60px;
  border-radius: 15px;
  line-height: 1.2;
  user-select: none;
  position: absolute;
  padding: 5px 12px 5px 12px;
  /* 初期状態では非表示にする */
  animation: popup_item 0.3s ease-out forwards;
  /* 柔らかいボタンの表現を追加 */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  /* スムーズなアニメーション */
  box-shadow: 3px 3px 5px rgba(148, 148, 148, 0.3);
  /* 影を追加 */
  transform-origin: center;
  /* 変形の基準点を中心に */
  background-color: #fff;
  border: solid 2px #6f5d45;
}

.resilience_work_item:hover {
  box-shadow: 5px 5px 7px rgba(148, 148, 148, 0.5);
  /* ホバー時、影を濃く */
  transform: scale(1.05);
  /* 少し拡大 */
}

.resilience_work_item:active {
  box-shadow: 1px 1px 3px rgba(148, 148, 148, 0.5) inset;
  /* クリック時、内側に影 */
  transform: scale(0.95);
  /* 少し縮小 */
}

.resilience_work_item.step4 {
  top: calc(50% - 140px);
  position: absolute;
  left: calc(50% - 145px);
}

.resilience_work_item.step3 {
  top: calc(50% + 10px);
  position: absolute;
  left: calc(50% - 40px);
}

.resilience_work_item.step2 {
  top: calc(50% + 170px);
  position: absolute;
  left: calc(50% - 145px);
}

.resilience_work_item .title {
  font-size: 100%;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: bold;
}

.resilience_work_item .value {
  font-size: 100%;
  font-weight: bold;
}

.resilience_work_item_bottom {
  display: flex;
  flex-direction: column;
  width: 290px;
  height: 90px;
  border-radius: 15px;
  line-height: 1.4;
  margin-top: 6px;
  user-select: none;
  position: absolute;
  padding: 12px;
  opacity: 0;
  animation: popup_item 0.3s ease-out forwards;
  /* 柔らかいボタンの表現を追加 */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  /* スムーズなアニメーション */
  box-shadow: 3px 3px 5px rgba(148, 148, 148, 0.3);
  /* 影を追加 */
  transform-origin: center;
  /* 変形の基準点を中心に */
  background-color: #fff;
  border: solid 2px #6f5d45;
}

.resilience_work_item_bottom:hover {
  box-shadow: 5px 5px 7px rgba(148, 148, 148, 0.5);
  /* ホバー時、影を濃く */
  transform: scale(1.05);
  /* 少し拡大 */
}

.resilience_work_item_bottom:active {
  box-shadow: 1px 1px 3px rgba(148, 148, 148, 0.5) inset;
  /* クリック時、内側に影 */
  transform: scale(0.95);
  /* 少し縮小 */
}

.resilience_work_item_bottom.step1 {
  top: calc(50% + 320px);
  left: calc(50% - 145px);
  font-weight: bold;
}

.resilience_work_item_bottom .title {
  font-size: 100%;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: bold;
}

.resilience_work_item_bottom .value {
  font-size: 130%;
}

.resilience_work_item_bottom .work_check_icon {
  position: absolute;
  width: 70px;
  top: 20%;
  right: 10%;
}
/* ↑↑2025/07/25改修１↑↑ */

/* 各ステップ */
.resilience_work_step2_container {
  width: 80%;
  margin: 20px auto;
  background-color: #fff;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.resilience_work_step2_column {
  padding: 20px;
  /* margin-bottom: 20px; */
  /* 縦並びに */
  border-radius: 9px;
}

.resilience_work_step2_column.resilience_work_step2_left {
  background-color: #f1dff1;
  background-color: #d0e7eb;
}

.resilience_work_step2_column.resilience_work_step2_graduation {
  /* background: linear-gradient(to bottom, #f1dff1, #f1f1df); */
  position: relative;
  margin-top: -5px;
  /* 上側の要素と5px重複 */
  margin-bottom: -5px;
  /* 下側の要素と5px重複 */
  z-index: 1;
  /* 必要に応じて重ね順を調整 */
}

.resilience_work_step2_column.resilience_work_step2-2_right {
  background-color: #dff1f1;
  background-color: #ffeeb5;
}

.resilience_work_step2_column.resilience_work_step2-2_left {
  background-color: #f1dff1;
  background-color: #d0e7eb;
}

.resilience_work_step2_column.resilience_work_step2-2_graduation {
  /* background: linear-gradient(to bottom, #f1dff1, #dff1f1); */
  position: relative;
  margin-top: -5px;
  /* 上側の要素と5px重複 */
  margin-bottom: -5px;
  /* 下側の要素と5px重複 */
  z-index: 1;
  /* 必要に応じて重ね順を調整 */
}

.resilience_work_step2_column.resilience_work_step2_right {
  background-color: #f1f1df;
  background-color: #ffeeb5;
}

.resilience_work_step2_header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.resilience_work_step2_subheader {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.resilience_work_step2_example {
  font-size: 12px;
  color: #777;
  margin-bottom: 10px;
}

.resilience_work_step2_textarea {
  width: 95%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  /* 縦方向にリサイズ可能 */
  /* height: 50px; */
  /* 高さの調整 */
}

.swiper-contents {
  padding-top: 20px;
  padding-bottom: 10px;
}

.swiper-title {
  text-align: center;
  color: #645645;
}

.swiper-container {
  width: 90%;
  /* 少し幅を広げる */
  max-width: 600px;
  /* 最大幅を設定 */
  min-height: 170px;
  /* 高さを調整 */
  margin: 10px auto;
  border-radius: 10px;
  /* 角を丸くする */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  */
  background-color: #ffffff;
  /* 背景色を白に */
  padding: 10px;
  /* 内側のpaddingを調整 */
  position: relative;
  /* 相対位置指定を追加 */
  padding: 0 30px;
  /* 左右に余白を追加 */
  overflow: hidden;
  /* 必要に応じて */
}

.swiper-slide {
  background: #f1f1df;
  background-color: #ffeeb5;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 18px;
  /* font-weight: bold; */
  color: #64564f;
  /* border: 1px solid #F1F1DF; */
  /* 薄い水色の枠線 */
  border-radius: 10px;
  /* 角を丸くする */
  padding: 15px;
  /* スライドにもpaddingを追加 */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  flex-shrink: 0;
  width: 90%;
  /* 表示する幅 */
  height: 90%;
  position: relative;
  transition-property: transform;

  /* background: linear-gradient(
    to bottom,
    #d0e7eb 0%,
    #d0e7eb 50%,
    #ffeeb5 50%,
    #ffeeb5 100%
  ); */
}

.swiper-wrapper {
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

/* 必要に応じて追加 */
.swiper-pagination {
  position: relative;
  /* 相対位置指定 */
  text-align: center;
  bottom: 0px;
  /* 位置を調整 */
  width: 100%;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #645645;
  /* ティール色 */
  opacity: 0.5;
  /* 少し透明にする */
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.resilience_work_step3_container {
  /* width: 90%; */
  /* margin: 50px auto; */
  background-color: #fff;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.resilience_work_step3_column {
  /* padding: 20px; */
  margin-bottom: 20px;
  /* 縦並びにするために追加 */
}

.resilience_work_step3_column.resilience_work_step3_left {
  background-color: #e0e0e0;
}

.resilience_work_step3_picture {
  text-align: center;
  width: auto;
  height: 350px;
  /* background-image: url("../p_img/image_step_3_1.svg"); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto 20px;
}
.resilience_work_step3_picture::after {
  content: "";
  display: inline-block;
  min-width: 220px;
  /* 最小幅 */
  min-height: 150px;
  /* 最小高さ */
  /* background-image: url("../p_img/step3-1.png"); */
  background-repeat: no-repeat;
  background-size: contain;
}
.resilience_work_step3_image {
  margin: 0 auto;
  display: block;
}

/* 画面幅が768px以上の場合 */
@media (min-width: 600px) {
  .resilience_work_step3_picture::after {
    min-width: 350px;
    /* 幅を大きくする */
    min-height: 200px;
    /* 高さを大きくする */
  }
}

/* 画面幅が1200px以上の場合 */
@media (min-width: 1200px) {
  .resilience_work_step3_picture::after {
    min-width: 500px;
    /* 幅をさらに大きくする */
    min-height: 300px;
    /* 高さをさらに大きくする */
  }
}

.resilience_work_step3_example {
  font-size: 15px;
  color: #777;
  margin-bottom: 10px;
}

.resilience_work_step3_textarea {
  width: 95%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  /* 縦方向にリサイズ可能 */
  /* height: 70px; */
  /* 高さの調整 */
}

.bg-work3 {
  background: #fff;
}

.resilience-summary-item {
  border: 3px solid #f1f1df;
  padding: 0;
}

.resilience-summary-number,
.resilience-summary-title {
  background-color: #f1dff1;
  padding: 0.8rem;
}

.resilience-summary-number {
  border-right: 3px solid #f1f1df;
  border-radius: 6px 0 0 6px;
  font-family: "Comfortaa";
  /* text-align: center; */
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1em;
  color: #9f0081;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resilience-summary-title {
  border-radius: 0 6px 6px 0;
  position: relative;
  padding-right: 40px;
  cursor: pointer;
}

.resilience-summary-title::after {
  content: url(../p_img/icon_work3_expand_arrow.svg);
  position: absolute;
  height: 20px;
  width: 20px;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  font-size: 1.2em;
  color: #333;
  transition: transform 0.3s ease-out;
}

.resilience-summary-title.open::after {
  content: url(../p_img/icon_work3_expand_arrow_reverse.svg);
}

.resilience-summary-content {
  overflow: hidden;
  background-color: #f1f1df;
  /* padding: .7rem .8rem; */
  /* height: 0; */
  /* 初期状態の高さ */
  transition: height 0.3s ease-out;
  /* height でアニメーション */
}

.resilience-summary-column {
  color: #819f00;
}

.resilience-summary-content.open {
  height: auto;
  /* height を自動調整 */
}

.resilience_work_step4_list {
  list-style: none;
  /* リストのマーカーを削除 */
  padding: 5%;
  /* リストのパディングを削除 */
  margin: 0;
  /* リストのマージンを削除 */
}

.resilience_work_step4_item {
  margin-bottom: 5px;
  /* コマ間の隙間 */
}

.resilience_work_step4_picture {
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;

  /* background-image: url("../p_img/image_step_4_1.svg"); */
  background-repeat: no-repeat;
  background-size: contain;
}

.resilience_work_step4_picture::after {
  content: "";
  display: inline-block;
  min-width: 250px;
  /* 最小幅 */
  min-height: 180px;
  /* 最小高さ */
  /* background-image: url("../p_img/step4-1.png"); */
  background-repeat: no-repeat;
  background-size: contain;
}

/* 画面幅が768px以上の場合 */
@media (min-width: 600px) {
  .resilience_work_step4_picture::after {
    min-width: 350px;
    /* 幅を大きくする */
    min-height: 280px;
    /* 高さを大きくする */
  }
}

/* 画面幅が1200px以上の場合 */
@media (min-width: 1200px) {
  .resilience_work_step4_picture::after {
    min-width: 500px;
    /* 幅をさらに大きくする */
    min-height: 400px;
    /* 高さをさらに大きくする */
  }
}

.resilience_work_step4_arrow {
  text-align: center;
}

.resilience_work_step4_arrow::after {
  content: "";
  display: inline-block;
  min-width: 50px;
  /* 最小幅 */
  min-height: 50px;
  /* 最小高さ */
  background-image: url("../p_img/step4_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}

/* 画面幅が768px以上の場合 */
@media (min-width: 600px) {
  .resilience_work_step4_arrow::after {
    min-width: 75px;
    /* 幅を大きくする */
    min-height: 75px;
    /* 高さを大きくする */
  }
}

/* 画面幅が1200px以上の場合 */
@media (min-width: 1200px) {
  .resilience_work_step4_arrow::after {
    min-width: 100px;
    /* 幅をさらに大きくする */
    min-height: 100px;
    /* 高さをさらに大きくする */
  }
}

.resilience_work_step4_example {
  /* 説明文のスタイル */
  font-size: 15px;
  color: #777;
  margin-bottom: 2px;
}

.resilience_work_step4_textarea {
  width: 95%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  /* 縦方向にリサイズ可能 */
  /* height: 70px; */
  /* 高さの調整 */
}

/* スマホ画面向けのスタイル */
@media (max-width: 767px) {
  .resilience_work_step4_example {
    font-size: 12px;
    /* スマホ画面では説明文を小さくする */
  }

  .resilience_work_step4_textarea {
    /* height: 65px; */
    /* スマホ画面ではテキストエリアを小さくする */
  }
}

.swiper-title.yon-koma {
  text-align: center;
  color: #333;
  margin: 0px;
}

.swiper-slide.yon-koma {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  /* font-weight: bold; */
  /* 薄い水色の枠線 */
  border-radius: 10px;
  /* 角を丸くする */
  padding: 0px 10px 10px;
  /* スライドにもpaddingを追加 */
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  width: 80%;
  /* 表示する幅 */
  height: 90%;
  position: relative;
  transition-property: transform;
}

.yon-koma-item {
  /* border: 2px solid #F1F1DF; */
  padding: 1px;
}

.yon-koma-number,
.yon-koma-title {
  background-color: #f1dff1;
  padding: 0.5rem;
}

.yon-koma-number {
  border-right: 3px solid #ffffff;
  border-radius: 6px 0 0 6px;
  font-family: "Comfortaa";
  /* text-align: center; */
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1em;
  color: #9f0081;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yon-koma-title {
  border-radius: 0 6px 6px 0;
  position: relative;
  /* padding-right: 40px; */
  cursor: pointer;
}

.resilience_work_step5_question {
  text-align: center;
  margin-top: 20px;
}

.resilience_work_step5_question::after {
  content: "";
  display: inline-block;
  min-width: 50px;
  /* 最小幅 */
  min-height: 50px;
  /* 最小高さ */
  background-image: url("../p_img/step5-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.resilience_work_step5_column {
  padding-left: 20px;
  padding-right: 20px;
}

.resilience_work_step5_column.resilience_work_step3_left {
  background-color: #e0e0e0;
}

.resilience_work_step5_profile {
  text-align: center;
}

.resilience_work_step5_example {
  font-size: 12px;
  color: #777;
  margin-bottom: 10px;
}

.resilience_work_step2_header {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.resilience_work_step5_textarea {
  width: 95%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  /* 縦方向にリサイズ可能 */
  /* height: 70px; */
  /* 高さの調整 */
}

/* レジリエンスプロフィール */
/* ↓↓2025/07/25改修２↓↓ */
.resilience_profile_graph {
  background-image: url(../p_img/bg_resilience_work.jpg);
  border-radius: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  max-width: 700px;
  height: 850px;
  margin: 20px auto;
}

.resilience_profile_item_top {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 150px;
  border-radius: 15px;
  line-height: 1.4;
  margin-top: 6px;
  user-select: none;
  position: absolute;
  transform: scale(0.5);
  padding: 12px;
  opacity: 0;
  /* 初期状態では非表示にする */
  animation: popup_item 0.3s ease-out forwards;
  /* アニメーションを適用 */
  background-color: #fff;
  border: solid 2px #6f5d45;
}

.resilience_profile_item_top.resilience_for_me {
  top: calc(50% - 400px);
  left: calc(50% - 150px);
  font-weight: bold;
}

.resilience_profile_item_top .title {
  font-size: 100%;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: bold;
}

.resilience_profile_item_top .value {
  font-size: 130%;
  overflow: auto;
}

.resilience_profile_item {
  display: flex;
  flex-direction: column;
  width: 170px;
  height: 130px;
  border-radius: 15px;
  line-height: 1.2;
  user-select: none;
  position: absolute;
  transform: scale(0.5);
  padding: 6px;
  opacity: 0;
  /* 初期状態では非表示にする */
  animation: popup_item 0.3s ease-out forwards;
  /* アニメーションを適用 */
  background-color: #fff;
  border: solid 2px #6f5d45;
}

.resilience_profile_item.recovery_story {
  top: calc(50% - 220px);
  position: absolute;
  left: calc(50% - 150px);
}

.resilience_profile_item.recovery_intentionality {
  top: calc(50% - 100px);
  position: absolute;
  left: calc(50% - 20px);
}

.resilience_profile_item.internal_resource {
  top: calc(50% + 20px);
  position: absolute;
  left: calc(50% - 150px);
}

.resilience_profile_item.external_resource {
  top: calc(50% + 140px);
  position: absolute;
  left: calc(50% - 20px);
}

.resilience_profile_item.adversity {
  top: calc(50% + 260px);
  position: absolute;
  left: calc(50% - 150px);
}

.resilience_profile_item .title {
  font-size: 100%;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: bold;
}

.resilience_profile_item .value {
  font-size: 90%;
  overflow: auto;
}

.underlined-text {
  position: relative;
  text-decoration: none;
  /* デフォルトの下線を削除 */
  display: inline;
  /* 行内要素として扱う */
}

.underlined-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  /* 下線の位置 */
  width: 100%;
  height: 4px;
  /* 下線の太さ */
  background-color: #6f5d4581;
  /* 下線の色 (薄い色) */
  border-radius: 2px;
  /* 角を少し丸く */
  z-index: -1;
  /* テキストの背面に配置 */
}

@keyframes popup_item {
  /* ポップアップアニメーション */
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* ↑↑2025/07/25改修２↑↑ */
/* 回収箇所おわり */

/* 実行メニュー */
.ex_menu_graph_container {
  margin-right: 5px;
}

.ex_menu_graph {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 1.2;
  user-select: none;
  transform: scale(1);
}

.ex_menu_graph.menu_1 {
}

.ex_menu_graph .value {
  color: #333333;
  /* font-size:85%; */
  line-height: 1;
}

.ex_menu_container {
  border-top: 1px solid #d7e5e5;
  line-height: normal;
  background: rgba(255, 255, 255, 0.95);
  font-size: 95%;
}

.ex_menu_container.current {
}

.ex_menu_container.uncurrent {
  background-color: #f0f0f0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
}

.ex_menu_container.uncurrent:active,
.ex_menu_container.uncurrent:focus,
.ex_menu_container.uncurrent:hover {
  background-color: #fffffff2;
  transition: background-color 0.3s;
  cursor: pointer;
}

.ex_menu_container.unexecute {
  background-color: #d5e6e6db;
  pointer-events: none;
  filter: grayscale();
}

.ex_menu_container_inn {
  border-left: 5px solid #a5d5d5;
  margin: 5px 5px 5px 5px;
  padding: 0 5px;
  width: 100%;
  user-select: none;
  min-height: 55px;
}

.ex_menu_container_inn.ex_menu_2 {
  border-color: #ffc440;
}

.ex_menu_container_inn.ex_menu_1 {
  border-color: #20b4d7;
}

.ex_menu_title {
  /* font-size:110%; */
  font-size: 95%;
  text-wrap: wrap;
  line-height: 1.1;
}

.ex_menu_date {
}

.ex_menu_date .day {
  display: inline-block;
  font-size: 130%;
  font-weight: bold;
}

.ex_menu_date .tail {
  display: inline-block;
  font-size: 80%;
}

.ex_menu_link {
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
  background-image: url(../p_img/icon_option_vert.svg);
  background-position: center center;
  background-size: 26px auto;
  background-repeat: no-repeat;
  opacity: 0.6;
  filter: grayscale();
}

.ex_menu_link:active {
  opacity: 1;
}

.ex_menu_select {
  position: absolute;
  top: 50px;
  right: 5px;
  display: flex;
  flex-direction: column;
}

/* ふりかえる */
.ex_menu_review {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 95%;
  box-sizing: content-box;
  border: 2px solid #ffffff !important;
  text-wrap: wrap;
  padding: 0;
  line-height: 1.3;

  background-image: url(../p_img/icon_review_rev.svg);
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: center center;
}

.ex_menu_review:focus,
.ex_menu_review:active,
.ex_menu_review:hover {
  box-shadow: none !important;
}

.ex_menu_review_col {
  border: none;
  border: 2px solid #ffffff;
  font-size: 120%;
}

.ex_menu_review_col:focus,
.ex_menu_review_col:active,
.ex_menu_review_col:hover {
  box-shadow: none !important;
  border-color: #ffffff;
}

.ex_menu_review_col.menu_1,
.ex_menu_review.menu_1 {
  /* background-color:#20b4d7; */
  background-color: #38c8e8;
  color: #333333;
}

.ex_menu_review_col.menu_1:hover,
.ex_menu_review.menu_1:hover {
  /* background-color:#3cc9e8; */
  background-color: #5adaf7;
}

.ex_menu_review_col.menu_2,
.ex_menu_review.menu_2 {
  background-color: #ffc440;
  color: #333333;
}

.ex_menu_review_col.menu_2:hover,
.ex_menu_review.menu_2:hover {
  background-color: #ffcf69;
}

.ex_menu_review_col {
  background-image: url(../p_img/icon_review_rev.svg);
  background-repeat: no-repeat;
  background-size: 26px auto;
  background-position: left 2px center;
  padding-left: 35px !important;
  width: auto;
}

/* すぐ記録 */
.quick_record_list {
}

.quick_record_list .accordion-body {
  border-top: 1px solid #dfdfdf;
  height: 170px;
  overflow: auto;
}

.quick_record_list .stat-empty {
  background: url(../p_img/icon_stat_empty_quick_record_list.svg) no-repeat
    center top;
  background-size: 80px auto;
  padding-top: 90px;
}

/* アコーディオン */
.accordion-button:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

  border-color: #00819f;
  box-shadow: none;
  background-color: transparent;
  color: #00819f;
}

.accordion-button:not(.collapsed) {
  color: #00819f;
  background-color: transparent;
  box-shadow: none;
}

/* 気分点数 */
/* レンジバー */
input[type="range"].form-range.happiness_bar::-webkit-slider-runnable-track {
  /* background: rgb(255,214,0);
background: linear-gradient(90deg, rgba(255,214,0,0) 0%, rgba(255,214,0,0.6418942577030813) 100%); */
}

.happiness_value {
  background-color: #00819f;
  color: #ffffff;
  border-radius: 30px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  font-size: 100px;
  text-align: center;
  margin: 20px auto 40px;
  font-weight: bold;

  border: 10px solid #00819f;
  background-color: #ffffff;
  color: #00819f;
  line-height: 140px;
}

/* メッセージ */
.msg_pane {
  background-color: #ffffff59;
  border-radius: 12px;
  border: 4px solid #00829f20;
  font-size: 16px !important;
}

/* ふりかえりリスト */
.look_back_list {
}

/* テーブル */
.table_wrapper {
}

.table_wrapper.look_back {
  overflow: auto;
  min-height: 200px;
  max-height: 35vh;
}

.table_wrapper .th_sticky {
}

.table_wrapper.th_sticky table.look_back_list th {
  position: sticky;
  top: 0;
  background-color: #a6d8de;
  z-index: +1;
  height: 30px;
  color: #00303a;
}

table.look_back_list {
  width: 100%;
}

table.look_back_list thead tr {
  background-color: #bdcee9;
  font-size: 85%;
  text-align: center;
  color: #183d74;
}

table.look_back_list tbody tr {
  background-color: #ffffff;
}

table.look_back_list th {
  line-height: 1.2;
  padding: 0.2em 0.3em;
  word-break: break-all;
  border-bottom: 1px solid transparent;
  border-right: 1px solid #a6d8de;
  border-left: 1px solid #a6d8de;
}

table.look_back_list td {
  line-height: 1.2;
  padding: 0.2em 0.3em;
  word-break: break-all;
  border-bottom: 1px solid #a6d8de;
  border-right: 1px solid #a6d8de;
  border-left: 1px solid #a6d8de;
}

/* omit */
.omit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accordion-button::after {
  background-image: url(../img/icon_expand_arrow.svg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/icon_expand_arrow.svg);
  transform: rotate(-180deg);
}

/* 追加 */
/* .btn_float {
 position:fixed;
 bottom:65px;
 right:15px;
 background-image:url(../p_img/icon_upload.svg);
 background-repeat:no-repeat;
 background-position: center center;
 background-size:contain;
 line-height: 1.4;
 width:110px;
 height:110px;
 border-radius:50%;
 display:flex;
 align-items:flex-start;
 padding-top:10px;
 box-shadow: 0 2px 5px rgba(0,0,0,.1);
} */
/* .btn_float.float_upload {
 background-image:url(../p_img/icon_upload.svg);
 background-size:25px auto;
 background-position: bottom 10px center;
 font-size:90%;
} */
/* 追加 */
.btn_float {
  position: fixed;
  bottom: 65px;
  right: 15px;
  background-image: url(../p_img/icon_upload.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  line-height: 1.4;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn_float.float_upload {
  /* background-image: url(../p_img/icon_upload.svg); */
  background-image: url(../p_img/icon_pen.svg);
  background-size: 20px auto;
  /* background-position: bottom 10px center; */
  background-position: top 6px center;
  /* font-size: 110%; */
  width: 50px;
  height: 50px;
  font-size: 75%;
  white-space: nowrap;
  align-items: center;
}

.q_memo {
  width: 20px;
  height: auto;
  vertical-align: middle;
}

.btn_delete {
  width: 34px;
  height: 34px;
  border-radius: 3px;
  background-image: url(../p_img/icon_delete.svg);
  background-repeat: no-repeat;
  background-size: 28px auto;
  background-position: center center;
  border: none;
  background-color: transparent;
}

.btn_delete:active,
.btn_delete:focus,
.btn_delete:hover {
  background-color: #1092af2c;
}

.btn_delete:disabled {
  filter: grayscale();
  pointer-events: none;
  opacity: 0.5;
}

.btn_q_memo {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  background-image: url(../p_img/icon_q_memo_quote.svg);
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center center;
  border: none;
  background-color: transparent;
}

.btn_q_memo:active,
.btn_q_memo:focus,
.btn_q_memo:hover {
  /* background-color:#a6d8de; */
  opacity: 0.7;
}

.btn_q_memo:disabled {
  filter: grayscale();
  pointer-events: none;
  opacity: 0.3;
}

.btn_q_memo.f_over {
  position: absolute;
  top: 6px;
  right: 5px;
}

.q_memo_link_container {
  padding-right: 35px;
}

.q_memo_list_container {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-left: 44px;
}

.q_memo_list_container .heading {
  color: #00819f;
  border-bottom: 1px solid #e8e8e8;
  padding: 5px 5px 5px 30px;
  background-image: url(../p_img/icon_q_memo.svg),
    url(../p_img/icon_expand_close.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 20px auto, 18px auto;
  background-position: left 7px center, right 5px center;
}

.q_memo_list_container .heading:hover,
.q_memo_list_container .heading:focus,
.q_memo_list_container .heading:active {
  background-color: #1092af2c;
  transition: background-color 0.2s;
  cursor: pointer;
}

.q_memo_list_container .detail {
}

.q_memo_list {
  padding: 0;
  margin: 0;
  max-height: 150px;
  overflow-y: auto;
}

.q_memo_list li {
  margin: 0;
  padding: 12px 5px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: flex-start;
}

.q_memo_list li:hover,
.q_memo_list li:active,
.q_memo_list li:focus {
  background-color: #1092af2c;
  transition: background-color 0.2s;
  cursor: pointer;
}

.q_memo_list li .date {
  padding-right: 10px;
}

.q_memo_list li .text {
}

/* ここから新規 */
.container {
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#chart {
  width: 100%;
  max-width: 600px;
  /* スマートフォンでの最大幅 */
  margin: 20px auto;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
  .container {
    padding: 10px;
  }

  h1 {
    font-size: 1.5em;
  }
}

/* トップ */
.top_tree_container {
  border-radius: 12px;
  padding: 0px;
  background-color: #b1f3ff;
  margin: 20px 0px 10px;
}

.c_card_container {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 10px 10px;
  gap: 10px 0px;
  border-radius: 12px;
  justify-content: flex-end;
}
.c_card {
  border-radius: 9px;
  background-color: #ffffff;
  padding: 6px;
  width: 100%;
}
.c_card.c_card_border {
  /* border: 1px solid #d9d9d9; */
  border: 1px solid #e3e7e9;
}
.c_card_catch {
  font-weight: bold;
  color: #da1919;
}
.c_card_title {
  font-weight: bold;
  font-size: 130%;
}
.c_card_title_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.c_card_control {
  text-align: center;
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.c_card_text {
  padding: 0 0;
  font-size: 85%;
  line-height: 1.3;
}
.c_card_bar_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.c_card_bar_title {
  padding: 5px 0 0;
  font-size: 85%;
  line-height: 1;
}
.c_card_graph_container {
  width: 100%;
  height: auto;
  position: relative;
}
.c_card_graph_container .bar_bg {
  /* position: absolute; */
  border-radius: 3px;
  background-color: #d9d9d9;
  width: 100%;
  height: 15px;
}
.c_card_graph_container .bar_fill {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffa600;
  border-radius: 3px;
  height: 15px;
}
.c_card_bar_container .c_card_bar_num {
  min-width: 2em;
  font-weight: bold;
}

.tree_category .category-text {
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  /* テキストに黒い縁取りを追加して可読性を向上 */
  text-shadow: 1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000,
    -1px 1px 2px #000;
}

/* tree */
.tree_image_container {
  height: 300px;
  background-image: url(../p_img/tree_image.svg),
    url(../p_img/tree_image_bg.svg);
  background-position: center bottom;
  background-size: 300px 280px, 300px 280px;
  background-repeat: no-repeat, repeat-x;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-radius: 0 0 12px 12px;
}
.tree_image_container .tree_keyword {
  border-radius: 12px 12px 0 0;
  height: 140px;
  width: 100%;
  position: relative;
}
.tree_image_container .tree_category {
  border-radius: 0 0 12px 12px;
  height: 140px;
  width: 100%;
  position: relative;
}
.tree_image_container .area_title {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 85%;
  font-weight: bold;
}

.link_list_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.link_list_container a {
  padding: 10px;
  font-size: 90%;
}

/* アンケート */
.c_question_container {
  background-color: #097a95;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
.c_question_container .speak {
  width: auto;
  height: 54px;
  position: absolute;
  top: -10px;
  left: 20px;
}
.c_question_container .btn {
  margin-left: 70px;
}
.c_question_closer {
  display: block;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_question_closer img {
  width: 24px;
  height: 24px;
}

.s_control {
  width: 50px;
  height: 50px;
  position: relative;
}
.e_control {
  width: 50px;
  height: 50px;
  position: relative;
}

.icon_comment {
  font-size: 60%;
  position: absolute;
  line-height: 1;
  bottom: 1px;
  font-weight: bold;
  color: #707070;
  width: 50px;
  text-align: center;
}

body.step_bar {
  padding-top: 70px;
}
.step_container {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 20px;
}
.step_container .dot {
  width: 12px;
  height: 12px;
  background-color: #d9d9d9;
  border-radius: 6px;
}
.step_container .dot.active {
  background-color: #00819f;
}

/* ワーク選択 */
.c_card_step_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  color: #606060;
}
.c_card_step_container .step_title {
  font-weight: bold;
}
.c_card_step_container .status_title {
  border-radius: 12px;
  padding: 4px 10px 2px;
  background-color: #d8d8d8;
  color: #303030;
  width: 6em;
  text-align: center;
  font-weight: bold;
}
.c_card_step_container .status_title.complete {
  background-color: #febc2f;
}

/* レジリエンス・プロフィール */
.c_card_heading {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}
.c_card_box {
  border-radius: 9px;
  padding: 10px;
}
.c_card_box.silver {
  background-color: #f5f5f5;
}
.c_card_box.white {
  background-color: #ffffffc5;
}
.c_card_box.positive {
  background-color: #ffeeb5;
}
.c_card_box.negative {
  background-color: #d0e7eb;
}
.c_card_box.will {
  background-color: #ffda61;
}
.c_card_box_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 10px;
  border-radius: 9px;
  padding: 10px;
}
.c_card_box_wrapper.positive {
  background-color: #ffeeb5;
}
.icon_face_sink {
  margin-bottom: -5px;
  width: 40px;
  height: auto;
}

.form-select.will:focus,
.form-control.will:focus {
  border-color: #bd9d33;
  box-shadow: 0 0 6px #bd9d33 !important;
}

/* ふりかえり */
.r_step_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin: 30px 0 30px;
}
.r_step_wrapper .r_step {
  padding: 5px 5px;
  line-height: 1.2;
  text-align: center;
  border-bottom: 5px solid #f0f0f0;
}
.r_step_wrapper .r_step.active {
  font-weight: bold;
  border-bottom: 5px solid #097a95;
}
