@charset "UTF-8";
.search-area[data-v-467241d5] {
  border: 1px solid #d8dbe0;
  border-radius: 5px;
}
.search-area .title-area[data-v-467241d5] {
  padding: 20px 15px;
  border-bottom: 2px solid #d8dbe0;
}
.search-area .title-area[data-v-467241d5]:focus {
  outline: none;
}
.search-area .title-area h3[data-v-467241d5] {
  font-weight: bold;
  font-size: 16px;
  color: #3c4b64;
  margin: 0;
}
.search-area .conditions-area[data-v-467241d5] {
  padding: 15px 15px 40px;
  border-top: 1px solid #d8dbe0;
}
.search-area .conditions-area .conditions-group[data-v-467241d5] {
  padding-bottom: 40px;
}
.search-area .conditions-area .form-group[data-v-467241d5] {
  margin-bottom: 20px;
}
.search-area .asterisk[data-v-467241d5] {
  position: relative;
  padding-left: 20px;
  color: #ea5550;
  font-size: 12px;
  font-weight: bold;
}
.search-area .asterisk[data-v-467241d5]::before {
  content: "※";
  position: absolute;
  top: calc(50% - 2px);
  left: 9px;
  transform: translateY(-50%);
}
.main-modal-overlay[data-v-467241d5] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.main-modal-window[data-v-467241d5] {
  width: 40%;
  min-width: 400px;
  margin: auto;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  font-size: 13px;
  padding: 26px 20px;
}
.main-modal-container_block[data-v-467241d5] {
  margin-bottom: 5px;
  text-align: left;
}
.main-modal-container_block p[data-v-467241d5] {
  margin: 0;
  display: inline-block;
  font-weight: bold;
  color: #3c4c64;
  padding: 5px 5px;
}
.main-modal-container_block_child[data-v-467241d5] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-modal-container_block_child p[data-v-467241d5] {
  width: calc((100% - 100px) / 3);
}
.main-modal-button[data-v-467241d5] {
  padding: 0 0 10px;
}
.main-modal-button_item button[data-v-467241d5] {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 5px;
  outline: none;
  border: none;
}
.main-modal-button_item .cancel[data-v-467241d5] {
  color: #3c4c64;
  margin-bottom: 10px;
  background: none;
}
.main-modal-button_item .done[data-v-467241d5] {
  position: relative;
  background: #5cb85c;
  color: #ffffff;
  border-radius: 50px;
  box-shadow: 0px 3px 6px #707070;
}
.main-modal-button_item .done svg[data-v-467241d5] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.modal-enter-active[data-v-467241d5],
.modal-leave-active[data-v-467241d5] {
  transition: opacity 0.4s;
}
.modal-enter-active .modal-window[data-v-467241d5],
.modal-leave-active .modal-window[data-v-467241d5] {
  transition: opacity 0.4s, transform 0.4s;
}
.modal-leave-active[data-v-467241d5] {
  transition: opacity 0.4s ease 0.4s;
}
.modal-enter[data-v-467241d5],
.modal-leave-to[data-v-467241d5] {
  opacity: 0;
}
.modal-enter .modal-window[data-v-467241d5],
.modal-leave-to .modal-window[data-v-467241d5] {
  opacity: 0;
  transform: translateY(-20px);
}
.main-modal-overlay[data-v-6553170e] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.main-modal-window[data-v-6553170e] {
  width: 100%;
  max-width: 700px;
  padding: 30px;
  min-width: 400px;
  margin: auto;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  font-size: 13px;
}
.main-modal-container[data-v-6553170e] {
  width: 100%;
}
.main-modal-container_block[data-v-6553170e] {
  margin-bottom: 5px;
  text-align: left;
}
.main-modal-container_block p[data-v-6553170e] {
  margin: 0;
  display: inline-block;
  font-weight: bold;
  color: #3c4c64;
  font-size: 14px;
  padding: 5px 5px;
}
.main-modal-container_block_child[data-v-6553170e] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-modal-container_block_child p[data-v-6553170e] {
  width: calc((100% - 100px) / 3);
}
.main-modal-frame[data-v-6553170e] {
  width: 100%;
}
.main-modal-frame p[data-v-6553170e] {
  font-size: 15px;
}
.main-modal-frame .close-button[data-v-6553170e] {
  display: flex;
  justify-content: center;
}
.main-modal-frame .close-button .main-modal-button[data-v-6553170e] {
  background: #999;
}
.main-modal-title[data-v-6553170e] {
  width: 100%;
}
.main-modal-title p[data-v-6553170e] {
  font-size: 20px;
  font-weight: bold;
}
.main-modal-content[data-v-6553170e] {
  width: 100%;
  margin-bottom: 20px;
}
.main-modal-content p[data-v-6553170e] {
  margin: 0 0 5px;
  font-weight: bold;
}
.main-modal-content p .asterisk[data-v-6553170e] {
  color: #ea5550;
  font-size: 12px;
  padding-left: 5px;
}
.main-modal-inner[data-v-6553170e] {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.main-modal-button[data-v-6553170e] {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #5cb85c;
  border-style: none;
  width: 100px;
  height: 40px;
  border-radius: 3px;
  margin-left: 5px;
}
.main-modal-button_wrap[data-v-6553170e] {
  position: relative;
}
.main-modal-button_wrap .copy-area[data-v-6553170e] {
  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;
}
.main-modal-button_wrap .copy-area[data-v-6553170e]::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;
}
.main-modal-button_item button[data-v-6553170e] {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 5px;
  outline: none;
  border: none;
}
.main-modal-button_item .cancel[data-v-6553170e] {
  color: #3c4c64;
  margin-bottom: 10px;
  background: none;
}
.main-modal-button_item .done[data-v-6553170e] {
  position: relative;
  background: #5cb85c;
  color: #ffffff;
  border-radius: 50px;
  box-shadow: 0px 3px 6px #707070;
}
.main-modal-button_item .done svg[data-v-6553170e] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.main-modal-overlay[data-v-58adb614] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.main-modal-window[data-v-58adb614] {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  min-width: 400px;
  margin: auto;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  font-size: 13px;
}
.main-modal-container[data-v-58adb614] {
  width: 100%;
}
.main-modal-container_block[data-v-58adb614] {
  margin-bottom: 5px;
  text-align: left;
}
.main-modal-container_block p[data-v-58adb614] {
  margin: 0;
  display: inline-block;
  font-weight: bold;
  color: #3c4c64;
  font-size: 14px;
  padding: 5px 5px;
}
.main-modal-container_block_child[data-v-58adb614] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-modal-container_block_child p[data-v-58adb614] {
  width: calc((100% - 100px) / 3);
}
.main-modal-frame[data-v-58adb614] {
  width: 100%;
}
.main-modal-frame p[data-v-58adb614] {
  font-size: 15px;
}
.main-modal-frame .close-button[data-v-58adb614] {
  display: flex;
  justify-content: center;
}
.main-modal-frame .close-button .main-modal-button[data-v-58adb614] {
  background: #999;
}
.main-modal-title[data-v-58adb614] {
  width: 100%;
}
.main-modal-title p[data-v-58adb614] {
  font-size: 20px;
  font-weight: bold;
}
.main-modal-content[data-v-58adb614] {
  width: 100%;
  margin-bottom: 20px;
}
.main-modal-content p[data-v-58adb614] {
  margin: 0 0 5px;
  font-weight: bold;
}
.main-modal-content p .asterisk[data-v-58adb614] {
  color: #ea5550;
  font-size: 12px;
  padding-left: 5px;
}
.main-modal-inner[data-v-58adb614] {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.main-modal-button[data-v-58adb614] {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #5cb85c;
  border-style: none;
  width: 100px;
  height: 40px;
  border-radius: 3px;
  margin-left: 5px;
}
.main-modal-button_wrap[data-v-58adb614] {
  position: relative;
}
.main-modal-button_wrap .copy-area[data-v-58adb614] {
  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;
}
.main-modal-button_wrap .copy-area[data-v-58adb614]::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;
}
.main-modal-button_item button[data-v-58adb614] {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 5px;
  outline: none;
  border: none;
}
.main-modal-button_item .cancel[data-v-58adb614] {
  color: #3c4c64;
  margin-bottom: 10px;
  background: none;
}
.main-modal-button_item .done[data-v-58adb614] {
  position: relative;
  background: #5cb85c;
  color: #ffffff;
  border-radius: 50px;
  box-shadow: 0px 3px 6px #707070;
}
.main-modal-button_item .done svg[data-v-58adb614] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
@charset "UTF-8";
input.line-block-input:disabled + label[data-v-4f2c6fb8],
input.upper-radio-container_input:disabled + label[data-v-4f2c6fb8],
input.active-radio:disabled + label[data-v-4f2c6fb8],
input:disabled + label.week-container_label[data-v-4f2c6fb8] {
  opacity: 0.5;
}
input[data-v-4f2c6fb8]:valid {
  color: blue;
}
input[data-v-4f2c6fb8]:invalid {
  color: red;
}
.selelct_img_area[data-v-4f2c6fb8] {
  min-width: 150px;
  max-width: 150px;
  height: 150px;
  background: #eaeaea;
  border-radius: 5px;
  position: relative;
}
.selelct_img_area .x-bar[data-v-4f2c6fb8] {
  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-4f2c6fb8] {
  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-4f2c6fb8] {
  min-width: 150px;
  max-width: 150px;
  height: 150px;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
}
hr[data-v-4f2c6fb8] {
  border-top: 3px solid #3acccc;
}
input[type=radio][data-v-4f2c6fb8],
input[type=file][data-v-4f2c6fb8],
input[type=checkbox][data-v-4f2c6fb8] {
  display: none;
}
.week-container_label[data-v-4f2c6fb8] {
  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-4f2c6fb8] {
  background: #3acccc;
  color: #ffffff;
  box-shadow: 0px 3px 6px #707070;
}
.radio-container_label[data-v-4f2c6fb8] {
  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-4f2c6fb8] {
  background: #3acccc;
  color: #ffffff;
  box-shadow: 0px 3px 6px #707070;
}
.table_content[data-v-4f2c6fb8] {
  display: flex;
  align-items: center;
  border: 1px solid #eaeaea;
  width: 100%;
  margin: 0;
  border-top: none;
}
.table_content dt[data-v-4f2c6fb8] {
  box-sizing: border-box;
  border-right: 1px solid #eaeaea;
  padding: 10px;
  width: 70%;
}
.table_content dd[data-v-4f2c6fb8] {
  box-sizing: border-box;
  padding: 10px;
  width: 30%;
  margin: 0;
  font-weight: bold;
}
.add-button[data-v-4f2c6fb8] {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.add-button span[data-v-4f2c6fb8] {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 6px;
}
.add-button span svg[data-v-4f2c6fb8] {
  width: 100%;
  height: 100%;
  color: #b8c7ce;
}
.none_block[data-v-4f2c6fb8] {
  display: none !important;
}
.asterisk[data-v-4f2c6fb8] {
  position: relative;
  padding-left: 20px;
  color: #ea5550;
  font-size: 12px;
  font-weight: bold;
}
.asterisk[data-v-4f2c6fb8]::before {
  content: "※";
  position: absolute;
  top: calc(50% - 2px);
  left: 9px;
  transform: translateY(-50%);
}
.form-table[data-v-4f2c6fb8] {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #eaeaea;
  text-align: center;
}
.form-table thead[data-v-4f2c6fb8] {
  background: #eaeaea;
}
.form-table thead th[data-v-4f2c6fb8] {
  border-right: 1px solid #fff;
  padding: 5px;
  min-width: 60px !important;
}
.form-table thead th[data-v-4f2c6fb8]:last-child {
  border: none;
}
.form-table thead th span[data-v-4f2c6fb8] {
  position: relative;
  display: inline-block;
}
.form-table tbody tr[data-v-4f2c6fb8] {
  border-bottom: 1px solid #eaeaea;
}
.form-table tbody tr[data-v-4f2c6fb8]:last-child {
  border: none;
}
.form-table tbody td[data-v-4f2c6fb8] {
  border-right: 1px solid #eaeaea;
  padding: 5px;
  min-width: 60px !important;
}
.form-table tbody td[data-v-4f2c6fb8]:last-child {
  border: none;
}
[data-v-4f2c6fb8] .main-modal-window {
  max-height: 525px;
  overflow: auto !important;
}
.billing-block[data-v-4f2c6fb8] {
  border: 1px solid #b8c7ce;
  border-radius: 5px;
  margin-top: 30px;
}
.billing-block p[data-v-4f2c6fb8] {
  margin-bottom: 20px;
}
.billing-block p.billing-block-title[data-v-4f2c6fb8] {
  font-size: 16px;
  font-weight: bold;
  padding: 1em;
  border-bottom: 1px solid #b8c7ce;
  margin-bottom: 0;
}
.billing-block-main[data-v-4f2c6fb8] {
  padding: 20px;
}
.billing-block-main > .form-group[data-v-4f2c6fb8] {
  margin-bottom: 20px;
}
.billing-block-main > p.sub-text[data-v-4f2c6fb8] {
  margin-top: 40px;
}
.note[data-v-4f2c6fb8] {
  font-size: 12px !important;
  margin-top: 2px;
  opacity: 0.8 !important;
}
.img_path[data-v-4f2c6fb8] {
  position: relative;
}
.img_path button[data-v-4f2c6fb8] {
  border: none;
  background: none;
  position: absolute;
  top: -12px;
  right: -15px;
  padding: 0;
  width: 20px;
}
.img_path button svg[data-v-4f2c6fb8] {
  color: #ea5550;
  width: 100%;
}
.img_path img[data-v-4f2c6fb8] {
  max-width: 200px;
}
input[type=number].form-control[data-v-4f2c6fb8]::-webkit-inner-spin-button,
input[type=number].form-control[data-v-4f2c6fb8]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}
[data-v-4f2c6fb8] .content {
  z-index: 1030;
}
.form-group[data-v-4f2c6fb8] {
  margin-bottom: 20px;
}
.form-group[data-v-4f2c6fb8]  .input-wrap label,
.form-group[data-v-4f2c6fb8]  .input-wrap input,
.form-group[data-v-4f2c6fb8]  .input-wrap textarea,
.form-group[data-v-4f2c6fb8]  .input-wrap select {
  font-size: 0.875rem;
}
.form-group[data-v-4f2c6fb8]  .input-wrap span.input-content {
  z-index: 1000;
}
hr[data-v-4f2c6fb8] {
  border-top: 3px solid #3acccc;
  margin: 40px auto 30px;
}
.sub-text[data-v-4f2c6fb8] {
  font-weight: bold;
  font-size: 16px;
}
.office-array-table[data-v-4f2c6fb8] {
  border: none;
}
.office-array-table thead[data-v-4f2c6fb8] {
  background: none;
}
.office-array-table thead th[data-v-4f2c6fb8] {
  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-4f2c6fb8]:last-child {
  border: none;
  border-bottom: 1px solid #eaeaea;
}
.office-array-table tbody tr[data-v-4f2c6fb8] {
  border: none;
}
.office-array-table tbody td[data-v-4f2c6fb8] {
  border: none;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 6px;
  vertical-align: top;
}
.office-array-table tbody td[data-v-4f2c6fb8]:last-child {
  border: none;
  border-bottom: 1px solid #eaeaea;
}
.sibling-plain-text[data-v-4f2c6fb8] {
  display: inline-block;
  padding: 4px 2px;
  font-size: 0.875rem;
  color: #333;
  word-break: break-all;
}
.sibling-name-select[data-v-4f2c6fb8] {
  max-width: 100%;
  padding-right: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sibling-error[data-v-4f2c6fb8] {
  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-4f2c6fb8] {
  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-4f2c6fb8] {
  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;
}
