@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: none;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: "BrownStd";
  font-style: normal;
  font-weight: 300;
  src: url("/css/scss/font-set/BrownStd-Light.woff2") format("woff2"), url("/css/scss/font-set/BrownStd-Light.woff") format("woff");
}
@font-face {
  font-family: "BrownStd";
  font-style: normal;
  font-weight: 700;
  src: url("/css/scss/font-set/BrownStd-Bold.woff2") format("woff2"), url("/css/scss/font-set/BrownStd-Bold.woff") format("woff");
}
html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content {
  width: 100%;
  min-width: 900px;
  height: 100%;
  padding-top: 44px;
  display: flex;
  justify-content: start;
  align-items: center;
}

main {
  width: calc(100% - 200px);
  height: 100%;
  overflow: hidden;
  /*display: flex;
  flex-direction: row;*/
  display: flex;
  flex-direction: column;
}

section {
  height: 100%;
}

/* right content styles(has scroll) */
.content-deatil-wrap {
  display: flex;
  width: 100%;
  height: calc(100% - 65px);
  padding: 20px 13px 20px 30px;
  flex-direction: column;
  align-items: flex-start;
  overflow-y: auto;
}
.content-deatil-wrap .table-title {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
  color: #000000;
  margin-bottom: 16px;
}

/* research styles */
.form-wrap {
  display: flex;
  padding: 20px 13px 0px 30px;
  flex-direction: column;
  align-items: flex-start;
  /*gap: 8px;*/
  align-self: stretch;
  border-bottom: 1px solid var(--Stroke-Pale-Gray, #E1E1E6);
}
.form-wrap .form-wrap__list {
  display: flex;
  align-items: center;
  align-self: stretch;
}
@media screen and (max-width: 1039px) {
  .form-wrap .form-wrap__list {
    width: 100%;
    display: block;
  }
}
.form-wrap .form-wrap__list .form-wrap__left-column2, .form-wrap .form-wrap__list .form-wrap__right-column2, .form-wrap .form-wrap__list .form-wrap__column {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1 0 0;
}
@media screen and (max-width: 1039px) {
  .form-wrap .form-wrap__list .form-wrap__left-column2, .form-wrap .form-wrap__list .form-wrap__right-column2, .form-wrap .form-wrap__list .form-wrap__column {
    width: 100%;
  }
}
.form-wrap .form-wrap__list .form-wrap__left-column2 .form-wrap__title, .form-wrap .form-wrap__list .form-wrap__right-column2 .form-wrap__title, .form-wrap .form-wrap__list .form-wrap__column .form-wrap__title {
  display: flex;
  width: 125px;
  align-items: center;
  flex-shrink: 0;
}
.form-wrap .form-wrap__list .form-wrap__left-column2 .form-wrap__title label, .form-wrap .form-wrap__list .form-wrap__right-column2 .form-wrap__title label, .form-wrap .form-wrap__list .form-wrap__column .form-wrap__title label {
  color: var(--Text-Grey, #77777A);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
}
.form-wrap .form-wrap__list .form-wrap__left-column2 .form-wrap__input, .form-wrap .form-wrap__list .form-wrap__right-column2 .form-wrap__input, .form-wrap .form-wrap__list .form-wrap__column .form-wrap__input {
  width: calc(100% - 125px);
  display: flex;
  padding: 4px 10px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
.form-wrap .form-wrap__list .form-wrap__left-column2 {
  padding-right: 20px;
}
@media screen and (max-width: 1039px) {
  .form-wrap .form-wrap__list .form-wrap__left-column2 {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 1039px) {
  .form-wrap .form-wrap__list .form-wrap__left-column2:first-of-type {
    /*margin-bottom: 8px;*/
  }
}
.form-wrap .form-wrap__list .form-wrap__right-column2 {
  padding-left: 20px;
}
@media screen and (max-width: 1039px) {
  .form-wrap .form-wrap__list .form-wrap__right-column2 {
    width: 100%;
    padding-left: 0;
  }
}
.form-wrap .form-wrap__list .form-wrap__column {
  padding-left: 20px;
  width: 100%;
}
@media screen and (max-width: 1039px) {
  .form-wrap .form-wrap__list .form-wrap__column {
    width: 100%;
    padding-left: 0;
  }
}
.form-wrap .link-wrap--center {
  align-self: stretch;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #007aff;
}
.form-wrap .button-wrap--center {
  display: flex;
  padding: 20px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.table-wrap {
  display: flex;
  width: 100%;
  padding: 20px 13px 20px 30px;
  flex-direction: column;
  align-items: flex-start;
  overflow: visible;
}
.table-wrap .table-head__wrap {
  display: flex;
  padding: 0px 0px 8px 0px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.table-wrap .table-head__wrap .table-head__inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
.table-wrap .table-head__wrap .total {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--Text-Main, #000);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
}
.table-wrap .table-head__wrap .pagination__display-number {
  color: var(--Text-Main, #000);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
}
.table-wrap .table-head__wrap .pagination__items {
  display: flex;
  align-items: center;
}
.table-wrap .table-head__wrap .pagination__items li a {
  display: flex;
  width: 20px;
  height: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--Text-Link, #007AFF);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
}
.table-wrap .table-head__wrap .pagination__items li a:hover {
  border-radius: 2px;
  background: var(--BG-Notification, #E8F7FF);
}
.table-wrap .table-head__wrap .pagination__items li.current a {
  color: var(--Text-Main, #000);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
}
.table-wrap .table-head__wrap .pagination__items li.prev a {
  color: var(--Text-Grey, #77777A);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
}

.check__label-wrap {
  padding: 8px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  color: #000000;
}
.check__label-wrap .check__label {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.check__label-wrap .check__label label {
  display: inline-flex;
  align-items: center;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
  margin-right: 28px;
}
.check__label-wrap .check__label label:hover {
  color: #D12A2F;
}

/* button wrap styles */
.button-wrap-center {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
  font-size: 16px;
  color: #fff;
}

.section__button-wrap--right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 0 10px 0 0;
}

/* Adjustment */
.margin-top0 {
  margin-top: 0 !important;
}

.margin-top16 {
  margin-top: 16px;
}

.margin-bottom40 {
  margin-bottom: 40px;
}

.margin-bottom16 {
  margin-bottom: 16px;
}

.margin-bottom-8-16 {
  margin-bottom: 16px;
}
@media screen and (max-width: 1366px) {
  .margin-bottom-8-16 {
    margin-bottom: 8px;
  }
}

.margin-bottom20 {
  margin-bottom: 20px;
}

.padding-0 {
  padding: 0 !important;
}

.padding-right0 {
  padding-right: 0 !important;
}

.padding-left {
  padding-left: 126px;
}
@media screen and (max-width: 1039px) {
  .padding-left {
    padding-left: 0;
  }
}

@media screen and (max-width: 1366px) {
  .padding-top-bottom10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.width-100 {
  width: 100px !important;
}

.width-120 {
  min-width: 120px !important;
}

.width-250 {
  width: 250px !important;
}

.width-max {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  flex-shrink: 0;
}

.flex-end {
  display: flex;
  justify-content: end;
  align-items: center;
}

.flex-start {
  display: flex;
  justify-content: start;
  align-items: center;
}

.no-top-border {
  border-top: none !important;
}

.border-bottom {
  border-bottom: 1px solid #E1E1E6;
}

.align-top {
  align-items: start !important;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

/*
header {
    padding: 2rem;
    h1 {
        font-size: 3rem;
    }
}

.body {
    background-color: variables.$main-join;
}*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 44px;
  background: #D12A2F;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header a {
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "BrownStd", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}
header a img {
  padding: 6px 4px 4px 4px;
}
header .header__inner--logo-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
}
header .header__inner--logo-info .header__logoSub {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.2em;
  color: #FFFFFF;
  margin-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 250px;
  overflow: hidden;
}
header .header__inner--logo-info h1 {
  margin-left: 4px;
  margin-top: 5px;
}
header .global-nav {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
}
header .global-nav li {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #FFFFFF;
}
header .global-nav li.global-nav__item, header .global-nav li.global-nav__item--current {
  width: 80px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  /*display:flex;
  flex-flow: column;
  justify-content:space-between;*/
  display: inline-block;
}
header .global-nav li.global-nav__item:hover, header .global-nav li.global-nav__item--current:hover {
  background-color: #DF696D;
}
header .global-nav li.global-nav__item img, header .global-nav li.global-nav__item--current img {
  display: block;
  margin: 0 auto;
  width: 22px;
  height: 22px;
  padding: 0;
  margin-top: 4px;
}
header .global-nav li.global-nav__item span, header .global-nav li.global-nav__item--current span {
  display: block;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.2em;
  color: #FFFFFF;
  padding-top: 2px;
}
header .global-nav li.global-nav__item--current {
  background-color: #DF696D;
}

.sub-nav {
  width: 200px;
  height: 100%;
  background: #EFEFF4;
  padding-top: 14px;
}
.sub-nav .sub-nav__list {
  width: 100%;
}
.sub-nav .sub-nav__list .sub-nav__item {
  width: 100%;
}
.sub-nav .sub-nav__list .sub-nav__item a {
  display: block;
  padding: 8px 16px;
  color: #000000;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
}
.sub-nav .sub-nav__list .sub-nav__item a:hover {
  background: #F9F9FC;
}
.sub-nav .sub-nav__list .sub-nav__item--current {
  display: block;
  padding: 8px 16px;
  color: #D12A2F;
  background: #F9F9FC;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
}
.sub-nav .sub-nav__list .sub-nav__list .sub-nav__item a {
  padding-left: calc(15px + 0.9em);
  text-indent: -0.9em;
}
.sub-nav .sub-nav__list .sub-nav__list .sub-nav__item a::before {
  content: "・";
}
.sub-nav .sub-nav__list .sub-nav__list .sub-nav__item a:hover {
  background: #F9F9FC;
}
.sub-nav .sub-nav__list .sub-nav__list .sub-nav__item--current {
  padding-left: calc(15px + 0.9em);
  text-indent: -0.9em;
}
.sub-nav .sub-nav__list .sub-nav__list .sub-nav__item--current::before {
  content: "・";
}

.heading-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E1E1E6;
  padding: 17px 30px;
  height: 65px;
}

h2 {
  line-height: 1.2;
  font-family: "BrownStd", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.primary-btn--xlarge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: #D12A2F;
  border-radius: 4px;
  min-width: 250px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 8px 16px;
}
.primary-btn--xlarge:hover {
  background: #DF696D;
}
.primary-btn--xlarge:disabled {
  background: #D9D9DA;
  cursor: not-allowed;
}
.primary-btn--large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: #D12A2F;
  border-radius: 4px;
  min-width: 100px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  padding: 8px 16px;
}
.primary-btn--large:hover {
  background: #DF696D;
}
.primary-btn--large:disabled {
  background: #D9D9DA;
  cursor: not-allowed;
}
.primary-btn--medium {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: #D12A2F;
  border-radius: 4px;
  min-width: 74px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  padding: 5px 12px;
}
.primary-btn--medium:hover {
  background: #DF696D;
}
.primary-btn--medium:disabled {
  background: #D9D9DA;
  cursor: not-allowed;
}
.primary-btn--small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D12A2F;
  color: #FFFFFF;
  background: #D12A2F;
  border-radius: 4px;
  min-width: 74px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  padding: 6px;
}
.primary-btn--small:hover {
  background: #DF696D;
}
.primary-btn--small:disabled {
  background: #D9D9DA;
  border: 1px solid #D9D9DA;
  cursor: not-allowed;
}

.secondary-btn--large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #A0A0A2;
  color: #77777A;
  background: #FFFFFF;
  border-radius: 4px;
  min-width: 100px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  padding: 8px 16px;
}
.secondary-btn--large:hover {
  background: #F9F9FC;
}
.secondary-btn--large:disabled {
  background: #D9D9DA;
  cursor: not-allowed;
  border: none;
  color: #FFFFFF;
}
.secondary-btn--medium {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #A0A0A2;
  color: #77777A;
  background: #FFFFFF;
  border-radius: 4px;
  min-width: 74px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  padding: 5px 12px;
}
.secondary-btn--medium:hover {
  background: #F9F9FC;
}
.secondary-btn--medium:disabled {
  background: #D9D9DA;
  cursor: not-allowed;
  border: none;
  color: #FFFFFF;
}
.secondary-btn--small {
  min-width: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #A0A0A2;
  color: #77777A;
  background: #FFFFFF;
  border-radius: 4px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  padding: 6px 12px;
  white-space: nowrap;
}
.secondary-btn--small:hover {
  background: #F9F9FC;
}
.secondary-btn--small:disabled {
  background: #D9D9DA;
  cursor: not-allowed;
  border: none;
  color: #FFFFFF;
}

.badge {
  position: absolute;
  top: 2px;
  right: 8px;
  min-width: 20px;
  font-size: 10px !important;
  font-weight: bold !important;
  color: #D12A2F !important;
  background: #FFFF00;
  padding: 3px 2px;
  border-radius: 50px;
  border: 2px solid #D12A2F;
  text-align: center;
}

/* indicators styles */
.pause {
  min-width: 80px;
  padding: 4px 10px;
  border-radius: 50px;
  background: #FFEFE8;
  color: #FD4E1E;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  white-space: nowrap;
  margin: 4px 4px 4px 0;
  display: inline-flex;
}

.delete {
  min-width: 56px;
  padding: 4px 10px;
  border-radius: 50px;
  background: #FDE3E5;
  color: #D12A2F;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  white-space: nowrap;
  margin: 4px 4px 4px 0;
  display: inline-flex;
}

.main-protocol {
  min-width: 116px;
  padding: 4px 10px;
  border-radius: 50px;
  background: #EAFFF4;
  color: #31A44F;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  white-space: nowrap;
  margin: 4px 4px 4px 0;
  display: inline-flex;
}

.edited {
  min-width: 68px;
  padding: 4px 10px;
  border-radius: 50px;
  background: #E8F7FF;
  color: #0088D0;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  white-space: nowrap;
  margin: 4px 4px 4px 0;
  display: inline-flex;
}

.invalid-user {
  min-width: 104px;
  padding: 4px 10px;
  border-radius: 50px;
  background: #EFEFF4;
  color: #77777A;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  white-space: nowrap;
  margin: 4px 4px 4px 0;
  display: inline-flex;
}

.tenant {
  min-width: 68px;
  padding: 4px 10px;
  border-radius: 50px;
  background: #EFEFF4;
  color: #0088D0;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  white-space: nowrap;
  margin: 4px 4px 4px 0;
  display: inline-flex;
}

.external-user {
  min-width: 68px;
  padding: 4px 10px;
  border-radius: 50px;
  border: 1px solid #A0A0A2;
  color: #77777A;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  white-space: nowrap;
  margin: 4px 4px 4px 0;
  display: inline-flex;
}

.protocol-step__edited {
  min-width: 68px;
  padding: 4px 10px;
  border-radius: 4px;
  background: #E8F7FF;
  color: #0088D0;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  white-space: nowrap;
  text-align: center;
}

.protocol-step__disabled {
  min-width: 68px;
  padding: 4px 10px;
  border-radius: 4px;
  background: #D9D9DA;
  color: #77777A;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  white-space: nowrap;
  text-align: center;
}

.protocol-step__main-protocol {
  min-width: 116px;
  padding: 4px 10px;
  border-radius: 4px;
  background: #EAFFF4;
  color: #31A44F;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  white-space: nowrap;
  text-align: center;
}

/* Input styles */
input[type=text],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=password],
textarea,
input[type=email] {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #A0A0A2;
  border-radius: 3px;
  outline: none;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
  text-align: left;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder, input[type=email]::-moz-placeholder {
  color: #A8A8B1;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
input[type=time]::placeholder,
input[type=password]::placeholder,
textarea::placeholder,
input[type=email]::placeholder {
  color: #A8A8B1;
  opacity: 1;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=password]:focus,
textarea:focus,
input[type=email]:focus {
  background: #fff !important;
  border: solid 1px #D12A2F !important;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=number][disabled],
input[type=date][disabled],
input[type=time][disabled],
input[type=password][disabled],
textarea[disabled],
input[type=email][disabled] {
  background: #F9F9FC;
  border: none;
  color: #77777A;
}
input[type=text]._err,
input[type=tel]._err,
input[type=number]._err,
input[type=date]._err,
input[type=time]._err,
input[type=password]._err,
textarea._err,
input[type=email]._err {
  color: #D12A2F;
  /*background: variables.$BG_error;*/
  border: solid 1px #D12A2F;
}
input[type=text]._err::-moz-placeholder, input[type=tel]._err::-moz-placeholder, input[type=number]._err::-moz-placeholder, input[type=date]._err::-moz-placeholder, input[type=time]._err::-moz-placeholder, input[type=password]._err::-moz-placeholder, textarea._err::-moz-placeholder, input[type=email]._err::-moz-placeholder {
  color: #A8A8B1;
}
input[type=text]._err::placeholder,
input[type=tel]._err::placeholder,
input[type=number]._err::placeholder,
input[type=date]._err::placeholder,
input[type=time]._err::placeholder,
input[type=password]._err::placeholder,
textarea._err::placeholder,
input[type=email]._err::placeholder {
  color: #A8A8B1;
}
input[type=text]._err:active, input[type=text]._err:focus,
input[type=tel]._err:active,
input[type=tel]._err:focus,
input[type=number]._err:active,
input[type=number]._err:focus,
input[type=date]._err:active,
input[type=date]._err:focus,
input[type=time]._err:active,
input[type=time]._err:focus,
input[type=password]._err:active,
input[type=password]._err:focus,
textarea._err:active,
textarea._err:focus,
input[type=email]._err:active,
input[type=email]._err:focus {
  color: #D12A2F;
  background: #FDE3E5;
  border: solid 1px #D12A2F;
}

textarea {
  resize: none;
}

/* SelectBox Style */
.selectbox {
  width: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.selectbox::after {
  position: absolute;
  right: 10px;
  width: 10px;
  height: 7px;
  background-color: #929292;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.selectbox select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 30px;
  padding: 4px 28px 6px 10px;
  border: 1px solid #A0A0A2;
  border-radius: 3px;
  background-color: #FFFFFF;
  color: #000000;
  outline: none;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
  cursor: pointer;
  background-image: none !important;
}
.selectbox select:focus {
  background: #fff !important;
  border: solid 1px #D12A2F !important;
}
.selectbox select:focus-visible {
  outline: none;
}
.selectbox select:disabled {
  background: #F9F9FC;
  border-color: none;
  color: #77777A;
}
.selectbox select._err {
  color: #D12A2F;
  background: #FDE3E5;
  border: solid 1px #D12A2F;
}
.selectbox select._err:active, .selectbox select._err:focus {
  color: #D12A2F;
  background: #FDE3E5;
  border: solid 1px #D12A2F;
}

optgroup {
  font-weight: normal !important;
}

/* Radio Button styles */
input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #A0A0A2;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  background-color: #FFFFFF;
  margin-right: 16px;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 1366px) {
  input[type=radio] {
    margin-right: 8px;
  }
}

input[type=radio]:checked {
  border-color: #D12A2F;
}

input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #D12A2F;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

label.radio__label {
  display: inline-flex;
  align-items: center;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
  margin-right: 28px;
}
@media screen and (max-width: 1366px) {
  label.radio__label {
    margin-right: 8px;
  }
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0;
}
input[type=checkbox]::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background-color: #fff;
  border: 1px solid #a0a0a2;
  border-radius: 4px;
  transform: translateY(-50%);
}
input[type=checkbox]::after {
  position: absolute;
  top: calc(50% - 4px);
  left: 4px;
  display: block;
  width: 10px;
  height: 5px;
  content: "";
}
input[type=checkbox]:checked {
  border-color: #D12A2F;
}
input[type=checkbox]:checked::before {
  background: #D12A2F;
  border-color: #D12A2F;
}
input[type=checkbox]:checked::after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
}

/* Toggle styles */
.toggle-button {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border-radius: 50px;
  background: #EFEFEF;
  cursor: pointer;
  transition: background-color 0.4s;
}

.toggle-button:has(:checked) {
  background-color: #31A44F;
}

.toggle-button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  content: "";
  transition: left 0.4s;
}

.toggle-button:has(:checked)::after {
  left: 20px;
}

.toggle-button input {
  display: none;
}

/* Table styles */
.table__inner {
  width: 100%;
  overflow: auto;
  border-left: 1px solid #E1E1E6;
  border-right: 1px solid #E1E1E6;
  border-bottom: 1px solid #E1E1E6;
  position: relative;
}
@media screen and (max-width: 1039px) {
  .table__inner {
    width: 100%;
  }
}
.table__inner::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-top: 1px solid #E1E1E6;
  border-left: 1px solid #E1E1E6;
}
.table__inner::-webkit-scrollbar-thumb {
  background: #929292;
  border-radius: 50px;
}
.table__inner::-webkit-scrollbar-track {
  margin-top: 28px;
}
.table__inner table {
  position: relative;
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  min-width: 100%;
  height: 100%;
}
@media screen and (max-width: 1039px) {
  .table__inner table {
    min-width: 1040px;
  }
}
.table__inner table tr:hover td {
  background-color: #F9F9FC;
  cursor: pointer;
}
.table__inner table tr:nth-child(1) td {
  border-top: none;
}
.table__inner table th {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  left: 0;
  z-index: 1;
  padding: 0 10px;
  height: 28px;
  max-height: 28px;
  color: #77777A;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  vertical-align: middle;
  background: #EFEFF4;
  border-top: 1px solid #E1E1E6;
  border-bottom: none;
}
.table__inner table th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #E1E1E6;
  border-bottom: 1px solid #E1E1E6;
  z-index: -1;
}
.table__inner table th a {
  /*display: inline-flex;*/
  align-items: center;
}
.table__inner table th a.table__sort::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../../img/icon_arrow_table-sort.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 3px;
}
.table__inner table th a:hover {
  opacity: 0.8;
}
.table__inner table td {
  padding: 10px;
  vertical-align: middle;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  color: #000000;
  vertical-align: middle;
  border-top: 1px solid #E1E1E6;
}
.table__inner table td .has-indicator {
  display: inline-block;
  gap: 8px;
  overflow: inherit;
}
.table__inner table .align_center {
  text-align: center;
}
.table__inner select {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #E1E1E6;
  background-image: url("../../img/icon-select.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 20px;
  border-radius: 3px;
  outline: none;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
}
.table__inner select:focus {
  background: #fff !important;
  border: solid 1px #D12A2F !important;
}
.table__inner select:disabled {
  background: #F9F9FC;
  border-color: none;
  color: #77777A;
}
.table__inner select._err select {
  color: #D12A2F;
  background: #FDE3E5;
  border: solid 1px #D12A2F;
}
.table__inner select._err select:active, .table__inner select._err select:focus {
  color: #D12A2F;
  background: #FDE3E5;
  border: solid 1px #D12A2F;
}

/* Error Notification styles 
（これはtoastになるのかな？要確認！！）*/
.notification-error {
  border-radius: 3px;
  background-color: #FDE3E5;
  border: 1px solid #D12A2F;
  max-width: 400px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 16px;
  gap: 10px;
  text-align: left;
  color: #D12A2F;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
}
.notification-error .close-icon {
  width: 20px;
  height: 20px;
}

.notification-warning {
  border-radius: 3px;
  background-color: #FFEFE8;
  width: 100%;
  min-height: 46px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px;
  gap: 10px;
  text-align: left;
  color: #FD4E1E;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.notification-info {
  border-radius: 3px;
  background-color: #F9F9FC;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 16px;
  gap: 10px;
  text-align: left;
  color: #77777A;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 20px;
}

/* Error text styles */
.err-text {
  width: 100%;
  align-self: stretch;
  position: relative;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.2em;
  line-height: 120%;
  color: #D12A2F;
  padding-top: 4px;
  text-align: left;
}

/* link styles */
.link-wrap-center {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.link-wrap-center a {
  color: #007AFF;
  align-self: stretch;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
}
.link-wrap-center a:hover {
  text-decoration: underline;
}

.memo {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  color: #000000;
  margin-top: 16px;
  margin-bottom: 40px;
  line-height: 1.4;
}

/* 灰色背景のTooltip Style */
.tooltip {
  display: inline-block;
  position: relative;
}
.tooltip > div {
  cursor: pointer;
}
.tooltip > span {
  display: flex;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #929292;
  color: #FFFFFF;
  white-space: nowrap;
  transition: opacity 0.3s;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2em;
  z-index: 20;
}
.tooltip:hover > span {
  visibility: visible;
  opacity: 1;
}

/* Modal Window styles */
.dialog {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.dialog .dialog__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.dialog .dialog__content {
  background: #FFFFFF;
  left: 50%;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 560px;
  border-radius: 7px;
}
.dialog .dialog__content .dialog__title-wrap {
  border-bottom: 1px solid #E1E1E6;
  padding: 24px 0 8px 0;
  gap: 4px;
  margin-bottom: 20px;
}
.dialog .dialog__content .dialog__title-wrap .date {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
}
.dialog .dialog__content .dialog__title-wrap .title {
  font-family: "BrownStd", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}
.dialog .dialog__content .dialog__flow-wrap {
  width: 100%;
  position: relative;
  border-radius: 7px 7px 0px 0px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E1E1E6;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 20px 16px;
  text-align: left;
  color: #A8A8B1;
}
.dialog .dialog__content .dialog__flow-wrap .flow-steps-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  color: #A8A8B1;
}
.dialog .dialog__content .dialog__flow-wrap .flow-steps-wrap .flow-step-wrap__item,
.dialog .dialog__content .dialog__flow-wrap .flow-steps-wrap .flow-step-wrap__item--current {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 14px;
}
.dialog .dialog__content .dialog__flow-wrap .flow-steps-wrap .flow-step-wrap__item--current,
.dialog .dialog__content .dialog__flow-wrap .flow-steps-wrap .flow-step-wrap__item--current--current {
  color: #D12A2F;
}
.dialog .dialog__content .dialog__flow-wrap .flow-steps-wrap .flow-step-wrap__item--current .flow-steps,
.dialog .dialog__content .dialog__flow-wrap .flow-steps-wrap .flow-step-wrap__item--current--current .flow-steps {
  border: none !important;
  background-color: #D12A2F;
  color: #FFFFFF;
}
.dialog .dialog__content .dialog__flow-wrap .flow-steps-wrap .flow-step-wrap__item .flow-steps,
.dialog .dialog__content .dialog__flow-wrap .flow-steps-wrap .flow-step-wrap__item--current .flow-steps {
  width: 16px;
  border-radius: 100px;
  border: 1px solid #A8A8B1;
  height: 16px;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  align-items: center;
  justify-content: center;
}
.dialog .dialog__content .dialog__flow-wrap .flow-steps-wrap .flow-line {
  border-top: 1px solid #A8A8B1;
  content: "";
  width: 75px;
}
.dialog .dialog__content .dialog__content-wrap {
  height: 400px;
  overflow-y: auto;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
}
.dialog .dialog__content .dialog__content-wrap::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.dialog .dialog__content .dialog__content-wrap::-webkit-scrollbar-thumb {
  background: #929292;
  border-radius: 50px;
}
.dialog .dialog__content .dialog__content-wrap .items-wrap li {
  margin-bottom: 16px;
}
.dialog .dialog__content .dialog__content-wrap .items-wrap li .items-wrap__subtitle {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
  color: #000000;
  width: 100%;
  margin-bottom: 8px;
}
.dialog .dialog__content .dialog__content-wrap .items-wrap li .items-wrap__subtitle .subtitle-indicator {
  padding: 4px 10px;
  border-radius: 50px;
  background: #EFEFF4;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  white-space: nowrap;
  margin: 4px 4px 4px 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.dialog .dialog__content .dialog__content-wrap .items-wrap li .items-wrap__subtitle .indicator-wrap {
  display: flex;
  gap: 4px;
}
.dialog .dialog__content .dialog__content-wrap .items-wrap li .has-indicator {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.dialog .dialog__content .dialog__content-wrap .items-wrap li .items-wrap__content li {
  width: 100%;
  margin-bottom: 8px;
}
.dialog .dialog__content .dialog__content-wrap .items-wrap li .items-wrap__content li .has-column {
  align-items: flex-start !important;
}
.dialog .dialog__content .dialog__content-wrap .items-wrap li .items-wrap__content li .items-details {
  display: flex;
  justify-content: start;
  align-items: center;
}
.dialog .dialog__content .dialog__content-wrap .items-wrap li .items-wrap__content li .items-details li {
  margin-bottom: 0;
}
.dialog .dialog__content .dialog__content-wrap .items-wrap li .items-wrap__content li .items-details .title {
  width: 120px;
  margin-right: 4px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  color: #000000;
}
.dialog .dialog__content .dialog__content-wrap .items-wrap li .items-wrap__content li .items-details .detail {
  width: calc(100% - 124px);
  padding-left: 8px;
  border-left: 1px solid #E1E1E6;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  color: #000000;
}
.dialog .dialog__content .dialog__content-wrap .items-wrap li .items-wrap__content li .items-details .detail .deteil-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.dialog .dialog__content .dialog__content-wrap .items-wrap li .items-wrap__content li .items-details .detail .detail-role {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 4px 10px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.dialog .dialog__content .dialog__content-wrap .items-wrap li .items-wrap__content li .items-details .detail .detail-item {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dialog .dialog__content .dialog__content-wrap .items-wrap li .items-wrap__content li .items-details .detail .detail-description {
  color: #77777A;
  line-height: 130%;
}
.dialog .dialog__content .dialog__content-wrap .items-wrap li .items-wrap__content li .items-details .detail .detail-link {
  text-decoration: underline;
  color: #007AFF;
  line-height: 130%;
}
.dialog .dialog__content .dialog__content-wrap .items-wrap li .items-wrap__content li:last-child {
  margin-bottom: 0;
}
.dialog .dialog__content .dialog__content-wrap .items-wrap li:last-child {
  margin-bottom: 0;
}

/* Modal Window styles (comfirmation)*/
.comfirmation-dialog {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.comfirmation-dialog .comfirmation-dialog__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.comfirmation-dialog .comfirmation-dialog__content {
  width: 450px;
  background: #FFFFFF;
  left: 50%;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 7px;
}
.comfirmation-dialog .comfirmation-dialog__content .comfirmation-dialog__title-wrap {
  border-bottom: 1px solid #E1E1E6;
  padding: 24px 0 8px 0;
  gap: 4px;
  margin-bottom: 20px;
}
.comfirmation-dialog .comfirmation-dialog__content .comfirmation-dialog__title-wrap .date {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
}
.comfirmation-dialog .comfirmation-dialog__content .comfirmation-dialog__title-wrap .title {
  font-family: "BrownStd", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
}
.comfirmation-dialog .comfirmation-dialog__content .comfirmation-dialog__content-wrap {
  max-height: 400px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
}
.comfirmation-dialog .comfirmation-dialog__content .comfirmation-dialog__content-wrap .dialog-scroll__content-wrap {
  max-height: 286px;
  overflow-y: auto;
}
.comfirmation-dialog .button-wrap--center {
  display: flex;
  width: 100%;
  padding: 20px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  margin-top: 24px;
}

/* Settings Modal Window styles */
.settings-dialog {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.settings-dialog .dialog__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.settings-dialog .dialog__content {
  background: #FFFFFF;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 7px;
}
.settings-dialog .dialog__content .dialog__title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E1E1E6;
  padding: 16px 24px;
}
.settings-dialog .dialog__content .dialog__title-wrap .title {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
}
.settings-dialog .dialog__content .dialog__title-wrap img {
  width: 24px;
  height: 24px;
}
.settings-dialog .dialog__content .dialog__title-wrap img:hover {
  cursor: pointer;
  background-color: #EFEFEF;
  border-radius: 4px;
}
.settings-dialog .dialog__content .dialog__content-wrap {
  padding: 20px 24px;
  /*max-height: 400px;*/
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
}
.settings-dialog .dialog__content .dialog__content-wrap .search-section-title-wrap {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  background: #EFEFF4;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #FFFFFF;
  padding: 8px 16px;
}
.settings-dialog .dialog__content .dialog__content-wrap .search-section-title-wrap .title {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
}
.settings-dialog .dialog__content .dialog__content-wrap .search-section-title-wrap .badge {
  position: static;
  margin-left: 8px;
  min-width: 20px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  color: #D12A2F !important;
  background: #FFFF00;
  padding: 6px 4px;
  border-radius: 50px;
  border: none;
}
.settings-dialog .dialog__content .dialog__content-wrap .registered-table__inner {
  width: 100%;
  height: 230px;
  max-height: 230px;
  overflow-y: auto;
  background: #EFEFF4;
  border-radius: 0 0 3px 3px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1039px) {
  .settings-dialog .dialog__content .dialog__content-wrap .registered-table__inner {
    width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .settings-dialog .dialog__content .dialog__content-wrap .registered-table__inner {
    height: 120px;
    max-height: 120px;
  }
}
.settings-dialog .dialog__content .dialog__content-wrap .registered-table__inner::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-left: 1px solid #E1E1E6;
}
.settings-dialog .dialog__content .dialog__content-wrap .registered-table__inner::-webkit-scrollbar-thumb {
  background: #929292;
  border-radius: 50px;
}
.settings-dialog .dialog__content .dialog__content-wrap .registered-table__inner table {
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
  overflow: auto;
}
.settings-dialog .dialog__content .dialog__content-wrap .registered-table__inner table tr:hover td {
  background-color: #F9F9FC;
  cursor: pointer;
}
.settings-dialog .dialog__content .dialog__content-wrap .registered-table__inner table td {
  padding: 4px 10px;
  vertical-align: middle;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  color: #000000;
  vertical-align: middle;
}
.settings-dialog .dialog__content .dialog__content-wrap .registered-table__inner table td .has-indicator {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
}
.settings-dialog .dialog__content .dialog__content-wrap .registered-table__inner table .align_center {
  text-align: center;
}
.settings-dialog .dialog__content .dialog__content-wrap .registered-table__inner table .group-name {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  color: #000000;
}
.settings-dialog .dialog__content .dialog__content-wrap .registered-table__inner table .role-button {
  height: 100%;
  vertical-align: middle;
}
.settings-dialog .dialog__content .dialog__content-wrap .registered-table__inner table .role-button .role-button-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.settings-dialog .dialog__content .dialog__content-wrap .registered-table__inner table .role-button .role-button-inner span {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  color: #77777A;
  margin-right: 8px;
}
.settings-dialog .dialog__content .dialog__content-wrap .registered-table__inner table .role-button .role-button-inner span select {
  height: 24px;
  padding: 3px 28px 0px 10px;
}

.settings-dialog .research-item-wrap {
  width: 100%;
}
.settings-dialog .research-item-wrap .research-title-wrap {
  width: 100%;
  padding: 8px 16px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  color: #000000;
}
.settings-dialog .research-item-wrap .research-form-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  padding: 0 16px 16px 16px;
}
.settings-dialog .research-item-wrap .research-form-wrap .form-wrap-title {
  width: 125px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  color: #77777A;
}
.settings-dialog .research-item-wrap .research-form-wrap .form-wrap-input {
  width: calc(100% - 199px);
}
.settings-dialog .research-item-wrap .research-form-wrap button {
  width: 74px;
}
.settings-dialog .research-item-wrap .table__inner {
  width: 100%;
  height: 228.5px;
  max-height: 228.5px;
}
@media screen and (max-width: 1366px) {
  .settings-dialog .research-item-wrap .table__inner {
    height: 136px;
    max-height: 136px;
  }
}
.settings-dialog .research-item-wrap .table__inner table {
  width: 100%;
}
@media screen and (max-width: 1039px) {
  .settings-dialog .research-item-wrap .table__inner table {
    width: 100%;
  }
}
.settings-dialog .research-item-wrap .table__inner table td {
  padding: 4px 10px !important;
}
.settings-dialog .research-item-wrap .table__inner table td select {
  height: 24px;
  padding: 3px 28px 0px 10px;
  min-width: 110px;
}
.settings-dialog .research-item-wrap .table__inner table .align_center {
  text-align: center;
}
.settings-dialog .research-item-wrap .table__inner .see-others {
  position: relative;
  width: 100%;
  padding: 8px 16px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  color: #000000;
  background-color: #EFEFEF;
  z-index: 10;
  border-top: 1px solid #E1E1E6;
}
.settings-dialog .research-item-wrap .table__inner .see-others img {
  margin-left: 6px;
}
.settings-dialog .research-item-wrap .table__inner .see-others:hover {
  background-color: #F8F8F8;
}

.empty-wrap {
  width: 100%;
  height: 89%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.empty-wrap p {
  margin-top: 8px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  color: #A8A8B1;
}

.select2-selection__arrow {
  display: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
}

.accordion-input {
  position: relative;
  width: 100%;
  height: 30px;
  /*margin-bottom: 10px;*/
  border-radius: 5px;
  border: 1px solid #A0A0A2;
  border-radius: 3px;
  background-color: #FFFFFF;
  color: #000000;
  outline: none;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
  cursor: pointer;
}

.accordion-input summary {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 4px 8px 6px 10px;
  color: #77777A;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
  cursor: pointer;
}

.accordion-input summary::-webkit-details-marker {
  display: none;
}

.accordion-input summary::after {
  right: 10px;
  width: 10px;
  height: 7px;
  background-color: #929292;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.accordion-input .search-items-wrap {
  width: 100%;
  opacity: 0;
  margin: 0;
  color: #000000;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
  transition: transform 0.5s, opacity 0.5s;
  background: #FFFFFF;
  border: 1px solid #A0A0A2;
  border-radius: 0 0 8px 8px;
  z-index: 100;
  margin-top: -1px;
}
.accordion-input .search-items-wrap .input-wrap {
  width: 100%;
  padding: 4px;
}
.accordion-input .search-items-wrap .search-items {
  width: 100%;
  height: 100px;
  overflow-y: auto;
}
.accordion-input .search-items-wrap .search-items li {
  padding: 4px 8px;
}
.accordion-input .search-items-wrap .search-items li:hover {
  background: #5897fb;
  color: #FFFFFF;
}

.accordion-input[open] .search-items-wrap {
  transform: none;
  opacity: 1;
  position: absolute;
}

.custom-toast-center {
  top: 54px;
  right: 15px;
  z-index: 9999;
}

.toast-message {
  word-wrap: break-word;
  margin-right: 20px;
}
.toast-message a,
.toast-message label {
  color: #fff;
}
.toast-message a:hover,
.toast-message label:hover {
  color: #ccc;
  text-decoration: none;
}

.toast-close-button {
  position: absolute;
  top: calc(50% - 6px);
  right: 8px;
  width: 10px;
  height: 10px;
  font-size: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path fill="%23fff" d="M14,1.41,12.59,0,7,5.59,1.41,0,0,1.41,5.59,7,0,12.59,1.41,14,7,8.41,12.59,14,14,12.59,8.41,7Z" /></svg>');
}
.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center,
.toast-bottom-center,
.toast-top-full-width,
.toast-bottom-full-width {
  right: 0;
  width: 100%;
}

.toast-top-center {
  top: 0;
}

.toast-bottom-center {
  bottom: 4px;
}

.toast-top-full-width {
  top: 0;
}

.toast-bottom-full-width {
  bottom: 0;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  right: -15px;
  z-index: 999999;
  padding: 0 30px;
  width: 500px;
  text-align: left;
}
#toast-container * {
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  width: 100%;
  padding: 15px;
  margin: 0 0 6px;
  overflow: hidden;
  font-size: 14px;
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div, #toast-container.toast-bottom-full-width > div, #toast-container.custom-toast-center > div, #toast-container.toast-top-full-width > div {
  margin-left: auto;
}

.toast {
  background-color: #030303;
}
.toast._show {
  -webkit-animation: toastslideIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
  animation: toastslideIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
}
.toast._hide {
  -webkit-animation: toastslideOut 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
  animation: toastslideOut 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
}
.toast.toast-success {
  color: #0aa18d;
  background-color: #eafff4;
  border-color: #0aa18d;
}
.toast.toast-success .toast-close-button {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path fill="%230aa18d" d="M14,1.41,12.59,0,7,5.59,1.41,0,0,1.41,5.59,7,0,12.59,1.41,14,7,8.41,12.59,14,14,12.59,8.41,7Z" /></svg>');
}
.toast.toast-success .toast-close-button:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path fill="%230aa18db3" d="M14,1.41,12.59,0,7,5.59,1.41,0,0,1.41,5.59,7,0,12.59,1.41,14,7,8.41,12.59,14,14,12.59,8.41,7Z" /></svg>');
}
.toast.toast-error {
  line-height: 1.5;
  color: #D12A2F;
  background-color: #FDE3E5;
  border-color: #D12A2F;
}
.toast.toast-error .toast-close-button {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path fill="%23D12A2F" d="M14,1.41,12.59,0,7,5.59,1.41,0,0,1.41,5.59,7,0,12.59,1.41,14,7,8.41,12.59,14,14,12.59,8.41,7Z" /></svg>');
}
.toast.toast-info {
  background-color: #2f96b4;
}
.toast.toast-warning {
  color: #ef8a00;
  background-color: #fff9e2;
  border-color: #ef8a00;
}
.toast.toast-warning .toast-close-button {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path fill="%23ef8a00" d="M14,1.41,12.59,0,7,5.59,1.41,0,0,1.41,5.59,7,0,12.59,1.41,14,7,8.41,12.59,14,14,12.59,8.41,7Z" /></svg>');
}
.toast.toast-warning .toast-close-button:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path fill="%23ef8a00b3" d="M14,1.41,12.59,0,7,5.59,1.41,0,0,1.41,5.59,7,0,12.59,1.41,14,7,8.41,12.59,14,14,12.59,8.41,7Z" /></svg>');
}

@-webkit-keyframes toastslideIn {
  from {
    opacity: 0;
    transform: translateY(15%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes toastslideIn {
  from {
    opacity: 0;
    transform: translateY(15%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes toastslideOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10%);
  }
}
@keyframes toastslideOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10%);
  }
}
/* 基本スタイル */
.balloon-container {
  position: relative;
  display: inline-block; /* インライン要素として配置 */
  width: 100%;
}

/* .balloon は装飾なし */
.balloon {
  cursor: pointer; /* テキストとしてホバー可能に */
  position: relative; /* ツールチップの位置調整に必要 */
  width: 100%;
}

/* ツールチップのスタイル */
.balloon-tooltip {
  /*display: flex;*/
  align-items: center;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  transform: translateY(-50%);
  padding: 0.5em 1em;
  border-radius: 3px;
  background-color: #FFFFFF;
  border: 1px solid #A0A0A2;
  color: #000000;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  white-space: normal;
  transition: opacity 0.3s;
  z-index: 999999;
  margin-top: 10px;
}

.balloon:hover > .balloon-tooltip {
  visibility: visible;
  opacity: 1;
}

/* Base styles */
/* Layout styles */
/* Component styles */
/* Utility styles */