.input-wrap[data-v-7c7e32f9] {
  display: flex;
  align-items: center;
  margin-top: 3px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.input-group[data-v-7c7e32f9] {
  display: inline-flex;
  width: auto;
  margin-bottom: 16px;
}
.input-group input[data-v-7c7e32f9] {
  width: 100%;
  border: 1px solid #d8dbe0;
  border-radius: 5px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
}
.input-group label[data-v-7c7e32f9] {
  padding: 10px 10px;
  background: #eaeaea;
  text-align: center;
  transition: 0.3s all;
  border-radius: 5px;
  font-weight: bold;
  min-width: 120px;
}
.input-group input[type=radio]:checked + label[data-v-7c7e32f9],
.input-group .input-group input[type=radio]:checked + label[data-v-7c7e32f9] {
  color: #fff;
  background: #3acccc;
}
.checkbox_area[data-v-7c7e32f9] {
  margin-left: 20px;
}
.checkbox_area label[data-v-7c7e32f9] {
  position: relative;
  padding-left: 26px;
}
.checkbox_area label[data-v-7c7e32f9]::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #b8c7ce;
  background-color: #fff;
  border-radius: 5px;
}
.checkbox_area input[type=radio]:checked + label[data-v-7c7e32f9]::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 7px;
  margin-top: -5px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #3acccc;
}
@charset "UTF-8";
.fade-enter-active[data-v-11b63d93],
.fade-leave-active[data-v-11b63d93] {
  transition: opacity 0.5s;
}
.fade-enter[data-v-11b63d93],
.fade-leave-to[data-v-11b63d93] {
  opacity: 0;
}
.flash-message[data-v-11b63d93] {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.flash-message .message-text[data-v-11b63d93] {
  white-space: pre-wrap;
}
.flash-message .close[data-v-11b63d93] {
  margin-left: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}
.flash-message .icon-wrapper[data-v-11b63d93] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

/* ===== 種類別のスタイル ===== */
.flash-message.info[data-v-11b63d93] {
  background-color: #d9edf7;
  color: #31708f;
}
.flash-message.success[data-v-11b63d93] {
  background-color: #e9f8ee;
  border: 1px solid #2eb85c;
}
.flash-message.success .icon-wrapper[data-v-11b63d93] {
  background-color: #34a06f;
  color: #ffffff;
}
.flash-message.warning[data-v-11b63d93] {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.flash-message.error[data-v-11b63d93] {
  background-color: #f2dede;
  color: #a94442;
}
@charset "UTF-8";
.selelct_img_area[data-v-201a7af2] {
  min-width: 150px;
  max-width: 150px;
  height: 150px;
  background: #eaeaea;
  border-radius: 5px;
  position: relative;
}
.selelct_img_area .x-bar[data-v-201a7af2] {
  content: "";
  min-width: 80px;
  max-width: 80px;
  height: 8px;
  background: #d0d0d0;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.selelct_img_area .y-bar[data-v-201a7af2] {
  content: "";
  min-width: 8px;
  max-width: 8px;
  height: 80px;
  background: #d0d0d0;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.selelct_img_area .confirm-img[data-v-201a7af2] {
  min-width: 150px;
  max-width: 150px;
  height: 150px;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
}
hr[data-v-201a7af2] {
  border-top: 3px solid #3acccc;
  margin: 40px auto 30px;
}
label[data-v-201a7af2] {
  display: inline-block;
}
input[type=number].form-control[data-v-201a7af2]::-webkit-inner-spin-button,
input[type=number].form-control[data-v-201a7af2]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}
input[type=radio][data-v-201a7af2],
input[type=file][data-v-201a7af2],
input[type=checkbox][data-v-201a7af2] {
  display: none;
}
.not_sign[data-v-201a7af2] {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
}
.week-container_label[data-v-201a7af2] {
  width: 50px;
  padding: 5px 10px;
  background: #eaeaea;
  text-align: center;
  transition: 0.3s all;
  border-radius: 5px;
  font-weight: bold;
}
.week-container_input:checked + label[data-v-201a7af2] {
  background: #3acccc;
  color: #ffffff;
  box-shadow: 0px 3px 6px #707070;
}
.radio-container_wrappr.radio-container_label[data-v-201a7af2] {
  width: 120px;
  padding: 10px 10px;
  background: #eaeaea;
  text-align: center;
  transition: 0.3s all;
  border-radius: 5px;
  font-weight: bold;
}
.radio-container_wrappr.radio-container_input:checked + label[data-v-201a7af2] {
  background: #3acccc;
  color: #ffffff;
  box-shadow: 0px 3px 6px #707070;
}
.radio-container_label[data-v-201a7af2] {
  width: 120px;
  padding: 10px 10px;
  background: #eaeaea;
  text-align: center;
  transition: 0.3s all;
  border-radius: 5px;
  font-weight: bold;
}
.radio-container_input:checked + label[data-v-201a7af2] {
  background: #3acccc;
  color: #ffffff;
  box-shadow: 0px 3px 6px #707070;
}
.table_content[data-v-201a7af2] {
  display: flex;
  align-items: center;
  border: 1px solid #eaeaea;
  width: 100%;
  margin: 0;
  border-top: none;
}
.table_content dt[data-v-201a7af2] {
  box-sizing: border-box;
  border-right: 1px solid #eaeaea;
  padding: 10px;
  width: 70%;
}
.table_content dd[data-v-201a7af2] {
  box-sizing: border-box;
  padding: 10px;
  width: 30%;
  margin: 0;
  font-weight: bold;
}
.add-button[data-v-201a7af2] {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.add-button span[data-v-201a7af2] {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 6px;
}
.add-button span svg[data-v-201a7af2] {
  width: 100%;
  height: 100%;
  color: #b8c7ce;
}
.none_block[data-v-201a7af2] {
  display: none !important;
}
.upper-limit-setting-fieldset[data-v-201a7af2] {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.tabs-button-group[data-v-201a7af2] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 3px solid #3acccc;
}
.tabs-button-group .tabs-button[data-v-201a7af2] {
  width: 20%;
  align-self: stretch;
  display: flex;
}
.tabs-button-group .tabs-button button[data-v-201a7af2] {
  width: 100%;
  border-radius: 5px 5px 0 0; /* 左上、右上、右下、左下 */
  align-self: stretch;
}
.tabs-button-group .tabs-button button.active[data-v-201a7af2] {
  font-weight: bold;
  color: #ffffff;
  background-color: #3acccc;
  align-self: stretch;
}
.tab[data-v-201a7af2]  .content {
  z-index: 1030;
}
.tab p[data-v-201a7af2] {
  padding: 0;
}
.check-icon.parentAgree[data-v-201a7af2] {
  color: #3acccc;
}
#parentAgree-wrap label[data-v-201a7af2] {
  cursor: pointer;
}
.asterisk[data-v-201a7af2] {
  position: relative;
  padding-left: 20px !important;
  color: #ea5550;
  font-size: 12px;
  font-weight: bold;
}
.asterisk[data-v-201a7af2]::before {
  content: "※";
  position: absolute;
  top: 7px;
  left: 9px;
  transform: translateY(-50%);
}
[data-v-201a7af2] .content {
  z-index: 1030;
}
[data-v-201a7af2] .input-wrap label,[data-v-201a7af2] .input-wrap input,[data-v-201a7af2] .input-wrap textarea,[data-v-201a7af2] .input-wrap select {
  font-size: 0.875rem;
}
.form-group[data-v-201a7af2] {
  margin-bottom: 20px;
}
.form-group[data-v-201a7af2]  .input-wrap span .input-content {
  z-index: 1000;
}
.form-table[data-v-201a7af2] {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #eaeaea;
  text-align: center;
}
.form-table thead[data-v-201a7af2] {
  background: #eaeaea;
}
.form-table thead th[data-v-201a7af2] {
  border-right: 1px solid #fff;
  padding: 5px;
  min-width: 60px !important;
}
.form-table thead th[data-v-201a7af2]:last-child {
  border: none;
}
.form-table thead th span[data-v-201a7af2] {
  position: relative;
  display: inline-block;
}
.form-table tbody tr[data-v-201a7af2] {
  border-bottom: 1px solid #eaeaea;
}
.form-table tbody tr[data-v-201a7af2]:last-child {
  border: none;
}
.form-table tbody td[data-v-201a7af2] {
  border-right: 1px solid #eaeaea;
  padding: 5px;
  min-width: 60px !important;
}
.form-table tbody td[data-v-201a7af2]:last-child {
  border: none;
}
#url-copy-area[data-v-201a7af2] {
  position: relative;
}
#url-copy-area .copy-toast[data-v-201a7af2] {
  display: none;
  opacity: 0;
  position: absolute;
  bottom: 120%;
  right: 0;
  background: #ebedef;
  padding: 1em;
  box-sizing: border-box;
  width: 130px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 5px;
}
#url-copy-area .copy-toast[data-v-201a7af2]::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 10px solid #ebedef;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -8px;
  right: 20px;
}
input.line-block-input:disabled + label[data-v-201a7af2],
input.upper-radio-container_input:disabled + label[data-v-201a7af2],
input.active-radio:disabled + label[data-v-201a7af2] {
  opacity: 0.5;
}
input.active-radio:checked[data-color-value="2"] + label[data-v-201a7af2] {
  color: #4f5d73;
  background-color: #f9b115;
}
input.active-radio:checked[data-color-value="1"] + label[data-v-201a7af2] {
  background-color: #2eb85c;
}
input.active-radio:checked[data-color-value="0"] + label[data-v-201a7af2] {
  color: #4f5d73;
  background-color: #ced2d8;
}
input.active-radio:checked[data-color-value="99"] + label[data-v-201a7af2] {
  background-color: #e55353;
}
[data-v-201a7af2] .main-modal-window {
  max-height: 525px;
  overflow: auto !important;
}
input:disabled + label.week-container_label[data-v-201a7af2] {
  opacity: 0.5;
}
.office-array-table[data-v-201a7af2] {
  border: none;
}
.office-array-table thead[data-v-201a7af2] {
  background: none;
}
.office-array-table thead th[data-v-201a7af2] {
  font-weight: normal;
  font-size: 0.875rem;
  color: #555;
  border: none;
  border-bottom: 1px solid #eaeaea;
  padding: 8px 6px;
}
.office-array-table thead th[data-v-201a7af2]:last-child {
  border: none;
  border-bottom: 1px solid #eaeaea;
}
.office-array-table tbody tr[data-v-201a7af2] {
  border: none;
}
.office-array-table tbody td[data-v-201a7af2] {
  border: none;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 6px;
  vertical-align: top;
}
.office-array-table tbody td[data-v-201a7af2]:last-child {
  border: none;
  border-bottom: 1px solid #eaeaea;
}
.sibling-plain-text[data-v-201a7af2] {
  display: inline-block;
  padding: 4px 2px;
  font-size: 0.875rem;
  color: #333;
  word-break: break-all;
}
.sibling-name-select[data-v-201a7af2] {
  min-width: 160px;
  max-width: 200px;
}
.sibling-name-select[data-v-201a7af2]  .multiselect,
.sibling-name-select[data-v-201a7af2]  .multiselect__tags {
  min-height: 35px;
}
.sibling-name-select[data-v-201a7af2]  .multiselect__tags {
  padding: 6px 40px 0 8px;
}
.sibling-name-select[data-v-201a7af2]  .multiselect__select {
  height: 33px;
}
.sibling-name-select[data-v-201a7af2]  .multiselect__single,
.sibling-name-select[data-v-201a7af2]  .multiselect__placeholder {
  margin-bottom: 6px;
  padding-top: 0;
  line-height: 20px;
}
.sibling-name-select[data-v-201a7af2]  .multiselect__option {
  white-space: normal;
  word-break: break-all;
}
.sibling-name-select[data-v-201a7af2]  .multiselect__single,
.sibling-name-select[data-v-201a7af2]  .multiselect__placeholder {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sibling-name-select.sibling-name-select--error[data-v-201a7af2]  .multiselect__tags {
  border-color: #d9333f;
}
.sibling-upper-wrap[data-v-201a7af2] {
  overflow-x: auto;
}
.sibling-upper-wrap.is-select-open[data-v-201a7af2] {
  overflow: visible;
}
.sibling-scroll-hint[data-v-201a7af2] {
  margin-bottom: 4px;
  color: #b3b3b3;
  font-size: 12px;
  font-weight: normal;
}
.sibling-upper-table[data-v-201a7af2] {
  min-width: 1240px;
}
.sibling-error[data-v-201a7af2] {
  margin-top: 4px;
  margin-bottom: 0;
  color: #d9333f;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  word-break: break-word;
}
.array-inline-error[data-v-201a7af2] {
  margin-top: 4px;
  margin-bottom: 0;
  color: #d9333f;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  word-break: break-word;
}
.sibling-note[data-v-201a7af2] {
  margin-top: 4px;
  margin-bottom: 0;
  color: #888;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
  word-break: break-word;
}
.sibling-managed-note[data-v-201a7af2] {
  margin-bottom: 8px;
  color: #d9333f;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  word-break: break-word;
}
.sibling-managed-note_sub[data-v-201a7af2] {
  display: block;
  padding-left: 1em;
}
.sibling-managed-row--pending[data-v-201a7af2] {
  background: #f5f5f5;
}
.sibling-managed-row--pending td[data-v-201a7af2] {
  color: #888;
}
.sibling-link-status[data-v-201a7af2] {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
.sibling-link-status--active[data-v-201a7af2] {
  background: #e6f4ea;
  color: #2e7d32;
}
.sibling-link-status--release[data-v-201a7af2] {
  background: #ced4da;
  color: #343a40;
}
.billing-block[data-v-201a7af2] {
  border: 1px solid #b8c7ce;
  border-radius: 5px;
  margin-top: 30px;
}
.billing-block p[data-v-201a7af2] {
  margin-bottom: 20px;
}
.billing-block p.billing-block-title[data-v-201a7af2] {
  font-size: 16px;
  font-weight: bold;
  padding: 1em;
  border-bottom: 1px solid #b8c7ce;
  margin-bottom: 0;
}
.billing-block-main[data-v-201a7af2] {
  padding: 20px;
}
.billing-block-main > .form-group[data-v-201a7af2] {
  margin-bottom: 20px;
}
.billing-block-main > p.sub-text[data-v-201a7af2] {
  margin-top: 40px;
}
.note[data-v-201a7af2] {
  font-size: 12px !important;
  margin-top: 2px;
  opacity: 0.8 !important;
}
.img_path[data-v-201a7af2] {
  position: relative;
}
.img_path button[data-v-201a7af2] {
  border: none;
  background: none;
  position: absolute;
  top: -12px;
  right: -15px;
  padding: 0;
  width: 20px;
}
.img_path button svg[data-v-201a7af2] {
  color: #ea5550;
  width: 100%;
}
.img_path img[data-v-201a7af2] {
  max-width: 200px;
}
.position-relative.button button[data-v-201a7af2] {
  top: -65px;
  right: 0;
  z-index: 1;
}
