@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  background: #f3f7f9;
  font-size: 1rem;
  line-height: 1.4em;
  color: #333;
}
html,
body {
}
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: #1268ad;
}
a:focus,
a:hover {
  outline: 0;
  color: #167bce;
  cursor: pointer;
}
a:focus {
  box-shadow: none;
}
a.disabled {
  opacity: 0.3;
  pointer-events: none;
}

a.text_white {
  color: #ffffff;
}
a.text_white:hover,
a.text_white:focused {
  color: #ffffff;
}

.text_underline {
  text-decoration: underline;
}

/*
::-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;
}

/******************
 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 {
  margin-bottom: 0.1rem;
  line-height: 1.2em;
  color: #303030;
  font-size: 95%;
}
.col-form-label {
  color: rgba(51, 51, 51, 0.7);
  font-size: 0.95rem;
  font-weight: bold;
}
.form-label.required:before {
  background: url(../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:2px 2px 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(../img/icon_select.svg);
  background-position: right 0.4rem center;
  padding-right: 2rem;
}
.form-select:focus,
.form-select:active {
  background-image: url(../img/icon_select_active.svg);
}
.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: #11828d;
  box-shadow: none;
}
.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;
}
.form-select.is-valid,
.was-validated .form-select:valid {
  background-image: url(../img/icon_select.svg);
  background-position: right 0.4rem center;
  background-color: #ecf9ee;
  color: #1fa655;
}

.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(../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: none !important;
}

/* BUTTON */

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

/* PRIMARY */
.btn-primary {
  background-color: #11828d;
  border-color: #11828d;
  color: #fff;
}
.btn-primary:focus,
.btn-primary:hover {
  background-color: #1e9da8;
  border-color: #1e9da8;
}
/* OUTLINE PRIMARY */
.btn-outline-primary {
  background-color: transparent;
  border-color: #11828d;
  color: #11828d;
  background-color: #ffffff;
}
.btn-outline-primary:focus,
.btn-outline-primary:hover {
  background-color: #ffffffe7;
  border-color: #11828d;
  color: #11828d;
}
.btn-primary:active,
.btn-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  /*	box-shadow:0 0 6px rgba(64,157,92,.5) !important;*/
}

/* SECONDARY */
.btn-secondary {
  background-color: #e5e8e7;
  border-color: #e5e8e7;
  color: #606060;
}
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #efefef;
  border-color: #e5e8e7;
  color: #606060;
}

/* 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; */
}

.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 {
  background-color: #11828d;
  border-color: #11828d;
  color: #fff;
  opacity: 0.2;
}
.btn-secondary:disabled,
.btn-secondary.disabled {
  background-color: #e5e8e7;
  border-color: #e5e8e7;
  color: #606060;
  opacity: 0.3;
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  background-color: transparent;
  border-color: #11828d;
  color: #11828d;
  background-color: #ffffff;
  opacity: 0.3;
}
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
  background-color: #efefef;
  border-color: #e5e8e7;
  color: #606060;
  opacity: 0.3;
}

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

.btn-fixed-width {
  min-width: 120px;
}

.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(../img/icon_user.svg);
  width: 24px;
  height: 24px;
  top: 0;
}
.icon-guide:before {
  background-image: url(../img/icon_msg_info.svg);
  width: 24px;
  height: 24px;
}
.icon-search:before {
  background-image: url(../img/icon_search.svg);
}
.icon-dl:before {
  background-image: url(../img/icon_download.svg);
}
.icon-plus:before {
  background-image: url(../img/icon_add.svg);
}
.icon-trash:before {
  background-image: url(../img/icon_trash.svg);
}
.icon-check:before {
  background-image: url(../img/icon_check.svg);
}
.icon-circle:before {
  background-image: url(../img/icon_circle.svg);
}
.icon-fb:before {
  background-image: url(../img/icon_feedback.svg);
}
.icon-eye-close:before {
  background-image: url(../img/icon_eye_close.svg);
}
.icon-eye-open:before {
  background-image: url(../img/icon_eye_open.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(../img/icon_first.svg);
}
.paging .icon-page-prev:before {
  background-image: url(../img/icon_prev.svg);
}
.paging .icon-page-next:before {
  background-image: url(../img/icon_next.svg);
}
.paging .icon-page-last:before {
  background-image: url(../img/icon_last.svg);
}

.icon_calendar:before {
  background-image: url(../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(../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 {
  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: 8px;
  line-height: 38px;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
}
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: #daf5f8;
}
input[type="checkbox"] + label:active,
input[type="checkbox"]:checked + label,
input[type="radio"] + label:active,
input[type="radio"]:checked + label {
  border: 1px solid #11828d;
}
input[type="radio"]:active + label,
input[type="radio"]:focus + label,
input[type="checkbox"]:active + label,
input[type="checkbox"]:focus + label {
  box-shadow: none !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: #d4d4d4;
  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(../img/icon_checkbox_off.svg);
}
input[type="checkbox"]:checked + label:before {
  background-image: url(../img/icon_checkbox_on.svg);
}
input[type="checkbox"]:disabled + label:before {
  background-image: url(../img/icon_checkbox_off.svg);
}
input[type="checkbox"]:checked:disabled + label:before {
  background-image: url(../img/icon_checkbox_disabled_on.svg);
}
input[type="radio"] + label:before {
  background-image: url(../img/icon_radio_off.svg);
}
input[type="radio"]:checked + label:before {
  background-image: url(../img/icon_radio_on.svg);
}
input[type="radio"]:disabled + label:before {
  background-image: url(../img/icon_radio_off.svg);
}
input[type="radio"]:checked:disabled + label:before {
  background-image: url(../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: #606060;
  margin-top: 2px;
  display: block;
  width: 100%;
}

.valid-feedback,
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #1fa655;
}
.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: #990000;
}
.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(../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(../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(../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(../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(../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(../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(../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(../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;
}
.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(../img/icon_dialog_info.svg);
}
.modal-confirm .modal-header:before {
  background-image: url(../img/icon_dialog_query.svg);
}
.modal-warning .modal-header:before {
  background-image: url(../img/icon_dialog_warn.svg);
}
.modal-error .modal-header:before {
  background-image: url(../img/icon_dialog_error.svg);
}

.modal-header h2 {
}
.modal-header h3 {
  margin: 0 10px 0 60px;
  line-height: 36px;
  min-height: 36px;
  padding: 0;
}
.modal-header .btn-close {
  background-image: url(../img/icon_close_dialog.svg);
  background-size: 24px;
  margin-right: -10px;
  margin-left: auto;
  height: 36px;
  width: 36px;
}
.modal-body {
  border-radius: 0 0 0 0;
  padding: 1rem 0.5rem;
  margin-right: 5px;
  margin-left: 5px;
  min-height: 4.5rem;
}
.modal-footer {
  padding: 5px 20px;
  border: 0;
}
.modal-footer > * {
}
.border,
.border-start,
.border-end,
.border-top,
.border-bottom {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.pane-inner {
  background: #f3f7f9;
  position: relative;
  overflow-y: scroll;
}

/* DRAWER */
#g-nav {
  box-shadow: 2px 0 6px rgba(46, 94, 70, 0.2);
  transition: all 1s;
  background: #ffffff;
  position: fixed;
  height: 100vh;
  z-index: 997;
  z-index: 9997;
  right: -120%;
  width: 360px;
  top: 0px;
  z-index: 1040;
}
#g-nav.panelactive {
  right: 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-size: 48px auto;
  height: 60px;
}
#g-nav ul,
.usermenu ul {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 999;
  padding: 0;
  margin: 0;
}
#g-nav li,
.usermenu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  list-style: none;
  margin: 0;
}
#g-nav li a,
.usermenu li a {
  text-decoration: none;
  letter-spacing: 0.1em;
  padding: 12px 12px 12px;
  color: #303030;
}
#g-nav li a:hover,
.usermenu li a:hover {
}
#g-nav li span:before,
#g-nav li a:before,
.usermenu li span:before,
.usermenu li a:before {
}

.g-nav-trigger {
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  height: 50px;
  width: 50px;
  left: 0;
  position: absolute;
}
.g-nav-trigger span {
  background-color: #24a163;
  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;
  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;
  width: 45%;
  left: 13px;
  top: 29px;
}

body.drawer-open {
  overflow: hidden;
}
#drawer-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1039;
  cursor: pointer;
}
#drawer-backdrop.show {
  display: block;
}

/******************
 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 {
}
/* 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;
  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;
}

/* 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(../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(../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(../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 {
}
.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;
}
.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;
  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(../img/icon_first.svg);
}
.dataTables_wrapper .dataTables_paginate .fg-button.previous {
  background-image: url(../img/icon_prev.svg);
}
.dataTables_wrapper .dataTables_paginate .fg-button.next {
  background-image: url(../img/icon_next.svg);
}
.dataTables_wrapper .dataTables_paginate .fg-button.last {
  background-image: url(../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-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;
  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(../img/icon_sort.svg) no-repeat center center;
}
.ui-icon.ui-icon-triangle-1-n {
  background: url(../img/icon_sort_ascend.svg) no-repeat center center;
}
.ui-icon.ui-icon-triangle-1-s {
  background: url(../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(../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(../img/icon_expand_open.svg) no-repeat right 10px
    center;
  border-radius: 5px;
  cursor: pointer;
}
.switch-bar.opened {
  background-image: url(../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;
}

@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: 80%;
  }
}

/* SIM Lite */

body {
  background: linear-gradient(180deg, #ffffff 0%, #c3ecf0 100%);
  background: #c3ecf0;
  background-attachment: fixed;
  min-height: 100vh;
  margin: 0;
}

/* CONTAINERS */
header {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(5, 91, 99, 0.15);
  height: 60px;
}

/* HEADER */
header {
}
.lite_header_container {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.header_title_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.header_title_container .logo_container {
  width: 48px;
}
.header_title_container .back_container {
  width: 48px;
}
.lite_logo_link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.lite_logo_link:hover,
.lite_logo_link:active {
}
.lite_logo_link_icon {
  width: 42px;
  height: 42px;
}
.header_title_container .title_container {
}
.header_title_container .title_container .header_title {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: -0.08em;
  color: #045259;
}
.header_menu_container {
}

/* drawer */
.lite_drawer_link {
  display: block;
}
.lite_drawer_link:hover,
.lite_drawer_link:active {
  background-color: #11838d1d;
  border-radius: 24px;
  transition: background-color 0.3s;
}
.lite_drawer_link_icon {
  width: 48px;
  height: 48px;
}
.lite_drawer_link.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.lite_title_label {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 6px;
  line-height: 1;
  font-size: 80%;
  font-weight: normal;
  background: #11828d;
  border-radius: 12px;
  color: #ffffff;
  letter-spacing: 0em;
}

/* back */
.lite_back_link {
  display: block;
}
.lite_back_link:hover,
.lite_back_link:active {
  background-color: #11838d1d;
  border-radius: 24px;
  transition: background-color 0.3s;
}
.lite_back_link_icon {
  width: 48px;
  height: 48px;
}
.lite_back_link.disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* MAIN */
main {
  padding-bottom: 120px;
}
main.on_header {
  padding-top: 60px;
}
main.on_footer {
}
main.on_cookie {
  padding-bottom: 120px;
}

/* footer */
footer {
  letter-spacing: 0.03rem;
  height: 50px;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}
main.on_cookie + footer {
  bottom: 65px;
  left: 0;
}

/* drawer */
.drawer_close_link {
  display: block;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 6px;
}
.drawer_close_link:hover,
.drawer_close_link:active {
  background-color: #11838d1d;
  border-radius: 24px;
}
.drawer_close_link_icon {
  width: 32px;
  height: 32px;
}

.drawer_list_link {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.drawer_list_link:hover,
.drawer_list_link:active {
  background-color: #ddf4f6;
  transition: background-color 0.3s;
}
.drawer_link_icon {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

/* cookie */
.bottom_dialog_container {
  background-color: #11828d;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
  font-size: 0.85rem;
  line-height: 1.4;
  padding: 8px 12px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  height: 65px;
}
.bottom_dialog_container .msg_container {
}
.bottom_dialog_container .control_container {
}

/* top shot */
.top_shot_container {
  background-color: #91d4da;
}
.top_shot_container_inn {
  height: 280px;
  margin: 0 auto;
  background-image: url(../img/bg_logo.svg);
  background-position: bottom -30px right -16px;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 40px;
}
.bg_main {
  height: 100vh;
  background-image: url(../img/bg_logo.svg);
  background-position: bottom -30px right -16px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.top_shot_container_inn .top_shot_message {
  color: #045259;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.6;
}
.top_shot_container_inn .top_shot_chara {
  position: absolute;
  left: 10px;
  bottom: -10px;
}

/* top menu */
.top_menu_container {
  margin-top: 10px;
}
.top_menu_container_inn {
  margin: 0 auto;
}
.top_menu_container .heading {
  font-size: 100%;
  color: #055b63;
  font-weight: bold;
}

.top_menu_link {
  padding: 10px 16px;
}
.top_menu_link .heading {
}

.btn_top_menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(180deg, #ffffff 0%, #eefafb 100%);
  border: 1px solid rgba(17, 130, 141, 0.3);
  box-shadow: 0px 4px 4px rgba(17, 130, 141, 0.15);
  border-radius: 14px;
  text-align: left;
  padding: 10px 4px;
  width: 100%;
  line-height: 1.2;
  font-weight: bold;
  color: #303030;
}
.btn_top_menu:hover,
.btn_top_menu:active {
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
  box-shadow: 0px 4px 8px rgba(17, 130, 141, 0.3);
  transition: 0.3s;
}
.btn_top_menu .top_menu_icon {
  width: 42px;
  height: 42px;
  margin-right: 4px;
}
.btn_top_menu.emp {
  font-size: 120%;
  padding: 20px 4px;
}
.top_menu_link .note {
  color: #045259;
  font-size: 90%;
}
.top_menu_title {
  display: inline-block;
  letter-spacing: -0.06em;
  line-height: 1.2;
}
.top_menu_message {
}

/* MESSAGE */
.message_container,
.message_container.primary {
  padding: 8px 16px;
  background: #feffe8;
  border: 3px solid #88cad0;
  border-radius: 12px;
  margin: 10px;
}
.message_container.secondary {
  background: rgba(255, 255, 255, 0.5);
  border-color: #88cad0;
}

/* PANEL */
.panel_container {
  padding: 12px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 130, 141, 0.3);
  box-shadow: 0px 4px 4px rgba(17, 130, 141, 0.15);
  border-radius: 12px;
  margin: 10px;
}
.panel_text {
  font-size: 1em;
  line-height: 1.5;
  padding: 10px;
  border-radius: 8px;
}

.panel_text.gray {
  background: rgba(17, 130, 141, 0.1);
}

/* heading */
.heading {
  margin-bottom: 4px;
}
.heading.primary {
  color: #045259;
  font-size: 110%;
}
.heading.secondary {
  font-size: 110%;
}
.heading.tertiary {
  font-size: 90%;
}
.heading .heading_icon {
  width: 30px;
  height: 30px;
  margin-right: 0px;
}
.heading.serious {
  color: #892323;
}
.heading.underline {
  border-bottom: 2px solid #11828d;
  color: #303030;
}
.heading.fill {
  background: #edf1f2;
  border-radius: 8px;
  padding: 4px;
  color: #11828d;
}

/* BOX */
.box_container {
  padding: 10px;
  background: #f4f4f4;
  border-radius: 4px;
  margin-bottom: 4px;
}

/* CONTROL */
.control_container {
  padding: 4px;
}

/* PAGE TOP */
.page-top-btn {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 999;
  display: none;
  width: 48px;
  height: 48px;
  background-color: #11828d;
  background-image: url(../img/link_page_top.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s, transform 0.3s;
  opacity: 1;
}
.page-top-btn:hover {
  opacity: 1;
  transform: translateY(-1px);
  /* background-color:#1e9da8; */
}
main.on_cookie ~ #page-top-btn {
  bottom: 120px;
}
main.on_cookie + footer ~ #page-top-btn {
  bottom: 140px;
}

/* 結果登録 */
.reg_data_container {
  margin-bottom: 12px;
}
.reg_data_inn {
  margin-bottom: 24px;
}
.red_data_heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #303030;
  font-size: 85%;
  margin-bottom: 4px;
}
.reg_data_form_container {
}

/* 必須 */
.tag_necessary {
  width: auto;
  height: 15px;
  margin-left: 4px;
}

/* 平均値 */
.tag_standard {
  width: auto;
  height: 15px;
  margin-left: 4px;
}
.is-standard {
  background-color: #e9f4ff;
}

/* 年齢 */
.input_unit {
  position: absolute;
  right: -0.7em;
  top: 0.5em;
}

/* 量 */
.quantity-input .form-control {
  /* border-left: 0; */
  /* border-right: 0; */
  border-color: #d4d4d4;
}

.quantity-input .input-group-prepend .btn,
.quantity-input .input-group-append .btn {
  border-radius: 8px;
  /* Bootstrapのデフォルトに合わせて調整 */
  height: 40px;
  width: 40px;
}

.quantity-input .input-group-prepend .btn {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  /* border-right: none; */
}

.quantity-input .input-group-append .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  /* border-left: none; */
}

/* フォーカス時のスタイルを追加 */
.quantity-input .form-control:focus {
  border-color: #11828d;
  z-index: 3;
}

.quantity-input .btn-minus {
  background-image: url(../img/icon_minus.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center center;
  border-color: #d4d4d4;
  background-color: #ffffff;
}
.quantity-input .btn-minus:hover,
.quantity-input .btn-minus:active {
  background-color: #efefef;
}
.quantity-input .btn-plus {
  background-image: url(../img/icon_plus.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center center;
  border-color: #d4d4d4;
  background-color: #ffffff;
}
.quantity-input .btn-plus:hover,
.quantity-input .btn-plus:active {
  background-color: #efefef;
}

/* 規約 */
.rule_wrapper {
  overflow: scroll;
  height: calc(100vh - 260px);
}
main.on_cookie .rule_wrapper {
  /* height: calc(100vh - 260px - 60px); */
}
.rule_wrapper.over {
  overflow: unset;
  height: auto;
}

/* 紹介/* 紹介 */
.intro_container_wrapper {
  margin: 0 20px;
  margin: 0;
}
.intro_container {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(17, 130, 141, 0.3);
  border-radius: 14px;
  padding: 12px;
  min-height: 180px;
}
.intro_container.image {
  background-image: url(../img/disease_icon_c_disease.svg);
  background-repeat: no-repeat;
  background-position: right 5px bottom 0px;
  background-size: 50% auto;
}
.intro_container.image.blood {
  background-image: url(../img/disease_icon_c_blood.svg);
}
.intro_container.image.vessels {
  background-image: url(../img/disease_icon_c_vessels.svg);
}
.intro_container.image.heart {
  background-image: url(../img/disease_icon_c_heart.svg);
}
.intro_container.image.brain {
  background-image: url(../img/disease_icon_c_brain.svg);
}
.intro_container.image.liver {
  background-image: url(../img/disease_icon_c_liver.svg);
}
.intro_container.image.kidney {
  background-image: url(../img/disease_icon_c_kidney.svg);
}
.intro_container.image.bone {
  background-image: url(../img/disease_icon_c_bone.svg);
}
.intro_container.image.night {
  background-image: url(../img/disease_icon_c_night.svg);
}

.intro_container .heading {
  margin-bottom: 4px;
  color: #045259;
}
.intro_container .intro_text {
  font-size: 90%;
}
.intro_container .intro_text ul {
}
.intro_container .intro_text ul li {
}
.intro_container .intro_text .link {
  text-decoration: underline;
}

/* hr */
hr.soft {
  border: 2px dashed #a9dde1;
  background-color: transparent;
}

/* scan */
.scan_body_container {
  position: relative;
  width: 130px;
  min-width: 130px;
  height: 150px;
  margin-right: 10px;
}

.body_model {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 150px;
}

.disease_point {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00000010;
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  transform: scale(0.3);
  animation-name: fadeInPoint;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; /* アニメーション終了時のスタイルを維持 */
}
/* severity */
.disease_point.mild {
  background-color: #ff950050;
  animation-delay: 0.9s;
}
.disease_point.serious {
  background-color: #ff000050;
  animation-delay: 0.9s;
}
/* size */
.disease_point.small {
  width: 20px;
  height: 20px;
}
.disease_point.medium {
  width: 40px;
  height: 40px;
}
.disease_point.large {
  width: 60px;
  height: 60px;
}
/* brain */
.disease_point.brain.medium {
  top: -3px;
  left: 45px;
}
.disease_point.brain.large {
  top: -13px;
  left: 35px;
}
/* heart */
.disease_point.heart.medium {
  top: 40px;
  left: 55px;
}
.disease_point.heart.large {
  top: 31px;
  left: 45px;
}
/* liver */
.disease_point.liver.medium {
  top: 50px;
  left: 35px;
}
.disease_point.liver.large {
  top: 41px;
  left: 25px;
}
/* kidney */
.disease_point.kidney.medium {
  top: 67px;
  left: 45px;
}
.disease_point.kidney.large {
  top: 60px;
  left: 35px;
}
/* bone */
.disease_point.bone.medium {
  top: 80px;
  left: 60px;
}
.disease_point.bone.large {
  top: 70px;
  left: 50px;
}

.disease_point.blood,
.disease_point.vessels,
/* .disease_point.bone, */
.disease_point.night,
.disease_point.body {
  top: 21px;
  left: 16px;
  width: 100px;
  height: 100px;
}

.disease_point.all.serious {
  top: 11px;
  left: 6px;
  width: 120px;
  height: 120px;
}

/* アニメーション */
@keyframes fadeInPoint {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* 背景色のアニメーション */
@keyframes fadeInMildBg {
  from {
    background-color: #f9f9f9;
  }
  to {
    background-color: #ff950050;
  }
}

@keyframes fadeInSeriousBg {
  from {
    background-color: #f9f9f9;
  }
  to {
    background-color: #ff000050;
  }
}

/* data */
.check_data_container {
}

.result_container {
}
.result_container .check_data {
}

.check_data {
  font-weight: bold;
  width: 100%;
  margin-left: -20px;
  z-index: +1;
}
.check_data_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.check_data_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 8px;
  margin-bottom: 4px;
  border-radius: 4px;
  flex-wrap: wrap;
  background-color: #f9f9f98c;
}
.check_data_list li.mild {
  /* background-color: #ff950050; */
  animation-name: fadeInMildBg;
  animation-duration: 0.8s;
  animation-timing-function: ease-in;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}
.check_data_list li.serious {
  /* background-color: #ff000050; */
  color: #892323;
  animation-name: fadeInSeriousBg;
  animation-duration: 0.8s;
  animation-timing-function: ease-in;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}
.check_data .title {
  font-size: 110%;
  font-weight: normal;
}
.check_data .data {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  line-height: 1;
}
.check_data .data .value {
  font-size: 150%;
  margin-right: 4px;
}
.check_data .data .unit {
  font-size: 90%;
}

/* 予測 */
.future_container {
  background: #fff9f9;
  border: 3px solid #ffbdbd;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
  background-image: url(../img/disease_icon_c_disease.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 150px auto;
}

.future_container.blood {
  background-image: url(../img/onset_icon_blood.svg);
}
.future_container.vessels {
  background-image: url(../img/onset_icon_vessels.svg);
}
.future_container.heart {
  background-image: url(../img/onset_icon_heart.svg);
}
.future_container.brain {
  background-image: url(../img/onset_icon_brain.svg);
}
.future_container.liver {
  background-image: url(../img/onset_icon_liver.svg);
}
.future_container.kidney {
  background-image: url(../img/onset_icon_kidney.svg);
}
.future_container.bone {
  background-image: url(../img/onset_icon_bone.svg);
}
.future_container.night {
  background-image: url(../img/onset_icon_night.svg);
}

.future_container .subheading {
  font-size: 90%;
}
.disease_name {
  color: #c03030;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 24px;
}
.disease_text {
  font-size: 85%;
  line-height: 1.5;
  margin-bottom: 12px;
}
.cost_wrapper {
  margin-bottom: 12px;
}
.cost_title {
  font-size: 85%;
}
.cost_data {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  line-height: 1;
  margin-left: 12px;
}
.cost_data .value {
  font-size: 190%;
  margin-right: 4px;
  color: #c03030;
}
.cost_data .unit {
  margin: 0 4px 2px;
}

.future_container.well {
  background: #effcff;
  border-color: #8dc8ff;
  background-image: url(../img/onset_icon_smile.svg);
  background-repeat: no-repeat;
  background-size: 180px auto;
  background-position: center bottom 10px;
  padding-bottom: 170px;
}
.future_container.well .disease_name {
  color: #0e3da6;
  line-height: 1.5;
  margin-bottom: 8px;
}
.future_container.well .disease_text {
  font-size: 1em;
  letter-spacing: -0.02em;
}
.future_container.well .cost_data .value {
  color: #0e3da6;
}

/* 説明 */
.note_text {
  font-size: 85%;
  line-height: 1.2;
  color: #727272;
  margin-bottom: 12px;
}
.note_text ul {
  margin: 0;
}
.note_text ul li {
  margin: 0 0 4px;
}

/* 施設一覧 */
.clinic_map_container {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.clinic_map {
  width: 300px;
  height: 300px;
}
.map_pin {
  width: 18px;
  height: 24px;
  position: absolute;
}
.link_new {
  width: 26px;
  height: auto;
}
.link_contact {
  width: 20px;
  height: auto;
  vertical-align: middle;
}

.link_arrow {
  width: 32px;
  height: auto;
}

.link_help {
  color: #ffffff;
  background-color: #11828d;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.6em;
  border: none;
}
.link_help:focus,
.link_help:hover {
  background-color: #1e9da8;
}
.clinic_container {
  padding: 10px 0px 20px;
  border-bottom: 1px solid #a9dde1;
  background-color: transparent;
}
.clinic_status_container {
  line-height: 1;
  /* padding-left: 10px; */
}
.clinic_status {
  font-size: 80%;
  background-color: #a9dde1;
  color: #303030;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 1em;
  display: inline-block;
}
.clinic_status.standby {
  background-color: #dadada;
}

/* Largeデバイス以上 (992px以上) */
@media (min-width: 992px) {
  .form-label {
    font-size: 1rem;
  }
  .top_menu_title {
    font-size: 1.3rem;
  }
  .check_data {
    width: 60%;
  }
}
