@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box; }

* {
  margin: 0; }

html, body {
  height: 100%; }

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%; }

input, button, textarea, select {
  font: inherit; }

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word; }

#root, #__next {
  isolation: isolate; }

/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box; }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0; }

ul[role="list"], ol[role="list"] {
  list-style: none; }

html:focus-within {
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

img, picture {
  max-width: 100%;
  display: block; }

input, button, textarea, select {
  font: inherit; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important; } }
.bg_white {
  background-color: #fff; }

.bg_black {
  background-color: #333; }

.bg_blue {
  background-color: #004bb1; }

.bg_red {
  background-color: #db2828; }

.bg_green {
  background-color: #21ba45; }

.bg_gray {
  background-color: #707070; }

html {
  -webkit-overflow-scrolling: touch;
  height: auto; }

body {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
  color: #333;
  line-height: 1;
  min-height: auto; }

input::placeholder {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  color: #aaa; }
input:-ms-input-placeholder {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  color: #aaa; }
input::-ms-input-placeholder {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  color: #aaa; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

.radioBox-black, .radioBox-blue, .radioBox-red, .radioBox-green, .radioBox-gray {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }
.radioBox-black:checked + .labelBox-black {
  background-color: #333;
  color: #fff;
  font-weight: 700; }
.radioBox-blue:checked + .labelBox-blue {
  background-color: #004bb1;
  color: #fff;
  font-weight: 700; }
.radioBox-red:checked + .labelBox-red {
  background-color: #db2828;
  color: #fff;
  font-weight: 700; }
.radioBox-green:checked + .labelBox-green {
  background-color: #21ba45;
  color: #fff;
  font-weight: 700; }
.radioBox-gray:checked + .labelBox-gray {
  background-color: #707070;
  color: #fff;
  font-weight: 700; }

.labelBox-black, .labelBox-blue, .labelBox-red, .labelBox-green, .labelBox-gray {
  display: block;
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  padding: 8px;
  cursor: pointer;
  outline: none;
  user-select: none; }
.labelBox-black {
  color: #333;
  border: 1px solid #333;
  background-color: #f0f0f0; }
.labelBox-blue {
  color: #004bb1;
  border: 1px solid #004bb1;
  background-color: #f0f0ff; }
.labelBox-red {
  color: #db2828;
  border: 1px solid #db2828;
  background-color: #fff0f0; }
.labelBox-green {
  color: #21ba45;
  border: 1px solid #21ba45;
  background-color: #f0fff0; }
.labelBox-gray {
  color: #707070;
  border: 1px solid #707070;
  background-color: #f8f8f8; }

.textArea,
.inputArea {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 8px;
  font-size: 14px;
  line-height: 1.5; }
  .textArea-black,
  .inputArea-black {
    color: #333;
    border: 1px solid #333;
    background-color: #f0f0f0; }
  .textArea-blue,
  .inputArea-blue {
    color: #004bb1;
    border: 1px solid #004bb1;
    background-color: #f0f0ff; }
  .textArea-red,
  .inputArea-red {
    color: #db2828;
    border: 1px solid #db2828;
    background-color: #fff0f0; }
  .textArea-green,
  .inputArea-green {
    color: #21ba45;
    border: 1px solid #21ba45;
    background-color: #f0fff0; }
  .textArea-gray,
  .inputArea-gray {
    color: #333;
    border: 1px solid #707070;
    background-color: #f8f8f8; }

.inputArea {
  height: 38px; }
  .inputArea-micro {
    width: 40px; }
  .inputArea-mini {
    width: 80px; }
  .inputArea-tiny {
    width: 120px; }

.selectArea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  padding: 8px;
  background-image: url("../../images/common/icn_select_down.png");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px auto; }
  .selectArea-black {
    color: #333;
    border: 1px solid #333;
    background-color: #f0f0f0; }
  .selectArea-tiny {
    width: 80px; }

.modal {
  display: none; }
  .modal-body {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    padding: 0 8px;
    height: 100%; }
  .modal-close {
    position: fixed;
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 2001; }

#Loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  justify-content: center;
  align-items: center; }

.close-btn {
  display: inline-block;
  vertical-align: middle;
  transition: all .4s;
  box-sizing: border-box;
  position: relative;
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: pointer;
  opacity: .5; }
  .close-btn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 4px;
    background-color: #fff;
    text-align: center;
    border-radius: 2px; }
    .close-btn span:nth-of-type(1) {
      top: 7px;
      transform: translateY(10px) rotate(-315deg); }
    .close-btn span:nth-of-type(2) {
      top: 27px;
      transform: translateY(-10px) rotate(315deg); }
  .close-btn--black span {
    background-color: #333; }

.dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4000; }
  .dialog-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    background-color: rgba(0, 0, 0, 0.5); }
  .dialog-body {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 24px; }
    .dialog-body p {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5; }
  .dialog-btn {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  font-size: 16px;
  border: none;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  border-bottom: 2px solid #555; }
  .btn:active {
    transform: translateY(2px);
    border-bottom: none; }
  .btn-tiny, .btn-medium {
    font-size: 12px;
    height: 24px;
    width: auto;
    padding: 0 8px;
    margin: 0 2px;
    border-radius: 4px; }
  .btn-medium {
    font-size: 14px;
    height: 32px; }
  .btn--blue {
    background-color: #004bb1; }
  .btn--blueReverse {
    border: 2px solid #004bb1;
    color: #004bb1;
    background-color: #fff; }
  .btn--gray {
    background-color: #707070; }
  .btn--grayReverse {
    border: 2px solid #707070;
    color: #707070;
    background-color: #fff; }
  .btn--red {
    background-color: #db2828; }
  .btn--redReverse {
    border: 2px solid #db2828;
    color: #db2828;
    background-color: #fff; }
  .btn--green {
    background-color: #21ba45; }
  .btn--greenReverse {
    border: 2px solid #21ba45;
    color: #21ba45;
    background-color: #fff; }
  .btn--black {
    background-color: #333; }
  .btn--blackReverse {
    border: 2px solid #333;
    color: #333;
    background-color: #fff; }
  .btn--bdWhite {
    border: 1px solid #fff; }

.Msg {
  border: 1px solid #db2828;
  color: #db2828;
  background-color: #ffc0c0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding: 6px 8px;
  border-radius: 4px; }
  .Msg-green {
    border: 1px solid #21ba45;
    background-color: #ddf9e4;
    color: #21ba45; }
  .Msg-inline {
    display: inline-block; }

.label {
  display: inline-block;
  padding: 4px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff; }
  .label-ro {
    background-color: #000;
    color: #fff; }
  .label-small {
    font-size: 11px;
    padding: 2px;
    margin: 2px; }
  .label--blue {
    border: 1px solid #004bb1;
    color: #004bb1; }
    .label--blue-ro {
      background-color: #004bb1;
      color: #fff; }
  .label--gray {
    border: 1px solid #707070;
    color: #707070; }
    .label--gray-ro {
      background-color: #707070;
      color: #fff; }
  .label--black {
    border: 1px solid #333;
    color: #333; }
    .label--black-ro {
      background-color: #333;
      color: #fff; }
  .label--red {
    border: 1px solid #db2828;
    color: #db2828; }
    .label--red-ro {
      background-color: #db2828;
      color: #fff; }
  .label--green {
    border: 1px solid #21ba45;
    color: #21ba45; }
    .label--green-ro {
      background-color: #21ba45;
      color: #fff; }

.tableLayout, .tableQuestion {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .tableLayout th, .tableQuestion th, .tableLayout td, .tableQuestion td {
    padding: 8px;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #707070; }

.tableQuestion th, .tableQuestion td {
  border: 1px solid #333; }

.menuList {
  max-width: 1024px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px; }
  .menuList-link {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    background-color: #004bb1;
    border-radius: 4px;
    transition: .3s; }
    .menuList-link:hover {
      background-color: #a0a0a0; }
    .menuList-link--green {
      background-color: #21ba45; }
    .menuList-link--gray {
      background-color: #707070; }

.chosen-container {
  font-size: 16px; }

.chosen-container-single .chosen-default,
.chosen-container-single .chosen-single {
  color: #333;
  height: 32px;
  line-height: 32px; }

/*# sourceMappingURL=admin.css.map */
