@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select, button, textarea {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  color: #333;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  font-family: "Inter", "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  letter-spacing: .05em;
}

@media screen and (max-width: 960px) {
  body {
    letter-spacing: 0;
  }
}

a {
  color: #333;
  text-decoration: none;
  overflow-wrap: break-word;
  transition: .3s ease-out;
}

a:visited, a:hover, a:active {
  color: #333;
}

a svg {
  transition: .3s ease-out;
}

a[href*="tel:"] {
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  a[href*="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img:not(.no-width) {
  width: 100%;
}

@media screen and (min-width: 1281px) {
  .lap-view {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  .lap-none {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .tb-view {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .tb-none {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-view {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .sp-none {
    display: none !important;
  }
}

.wrap {
  max-width: 1400px;
  padding: 40px;
}

.mb-sect {
  margin-bottom: calc(8px * 13);
}

@media screen and (max-width: 960px) {
  .mb-sect {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .mb-sect {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

.mr-x1 {
  margin-right: 8px;
}

@media screen and (max-width: 960px) {
  .mr-x1 {
    margin-right: 6px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x1 {
    margin-right: 4px;
  }
}

.mb-x1 {
  margin-bottom: 8px;
}

@media screen and (max-width: 960px) {
  .mb-x1 {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x1 {
    margin-bottom: 4px;
  }
}

.ml-x1 {
  margin-left: 8px;
}

@media screen and (max-width: 960px) {
  .ml-x1 {
    margin-left: 6px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x1 {
    margin-left: 4px;
  }
}

.pt-x1 {
  padding-top: 8px;
}

@media screen and (max-width: 960px) {
  .pt-x1 {
    padding-top: 6px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x1 {
    padding-top: 4px;
  }
}

.pr-x1 {
  padding-right: 8px;
}

@media screen and (max-width: 960px) {
  .pr-x1 {
    padding-right: 6px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x1 {
    padding-right: 4px;
  }
}

.pb-x1 {
  padding-bottom: 8px;
}

@media screen and (max-width: 960px) {
  .pb-x1 {
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x1 {
    padding-bottom: 4px;
  }
}

.pl-x1 {
  padding-left: 8px;
}

@media screen and (max-width: 960px) {
  .pl-x1 {
    padding-left: 6px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x1 {
    padding-left: 4px;
  }
}

.mr-x2 {
  margin-right: 16px;
}

@media screen and (max-width: 960px) {
  .mr-x2 {
    margin-right: 12px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x2 {
    margin-right: 8px;
  }
}

.mb-x2 {
  margin-bottom: 16px;
}

@media screen and (max-width: 960px) {
  .mb-x2 {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x2 {
    margin-bottom: 8px;
  }
}

.ml-x2 {
  margin-left: 16px;
}

@media screen and (max-width: 960px) {
  .ml-x2 {
    margin-left: 12px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x2 {
    margin-left: 8px;
  }
}

.pt-x2 {
  padding-top: 16px;
}

@media screen and (max-width: 960px) {
  .pt-x2 {
    padding-top: 12px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x2 {
    padding-top: 8px;
  }
}

.pr-x2 {
  padding-right: 16px;
}

@media screen and (max-width: 960px) {
  .pr-x2 {
    padding-right: 12px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x2 {
    padding-right: 8px;
  }
}

.pb-x2 {
  padding-bottom: 16px;
}

@media screen and (max-width: 960px) {
  .pb-x2 {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x2 {
    padding-bottom: 8px;
  }
}

.pl-x2 {
  padding-left: 16px;
}

@media screen and (max-width: 960px) {
  .pl-x2 {
    padding-left: 12px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x2 {
    padding-left: 8px;
  }
}

.mr-x3 {
  margin-right: 24px;
}

@media screen and (max-width: 960px) {
  .mr-x3 {
    margin-right: 18px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x3 {
    margin-right: 12px;
  }
}

.mb-x3 {
  margin-bottom: 24px;
}

@media screen and (max-width: 960px) {
  .mb-x3 {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x3 {
    margin-bottom: 12px;
  }
}

.ml-x3 {
  margin-left: 24px;
}

@media screen and (max-width: 960px) {
  .ml-x3 {
    margin-left: 18px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x3 {
    margin-left: 12px;
  }
}

.pt-x3 {
  padding-top: 24px;
}

@media screen and (max-width: 960px) {
  .pt-x3 {
    padding-top: 18px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x3 {
    padding-top: 12px;
  }
}

.pr-x3 {
  padding-right: 24px;
}

@media screen and (max-width: 960px) {
  .pr-x3 {
    padding-right: 18px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x3 {
    padding-right: 12px;
  }
}

.pb-x3 {
  padding-bottom: 24px;
}

@media screen and (max-width: 960px) {
  .pb-x3 {
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x3 {
    padding-bottom: 12px;
  }
}

.pl-x3 {
  padding-left: 24px;
}

@media screen and (max-width: 960px) {
  .pl-x3 {
    padding-left: 18px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x3 {
    padding-left: 12px;
  }
}

.mr-x4 {
  margin-right: 32px;
}

@media screen and (max-width: 960px) {
  .mr-x4 {
    margin-right: 24px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x4 {
    margin-right: 16px;
  }
}

.mb-x4 {
  margin-bottom: 32px;
}

@media screen and (max-width: 960px) {
  .mb-x4 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x4 {
    margin-bottom: 16px;
  }
}

.ml-x4 {
  margin-left: 32px;
}

@media screen and (max-width: 960px) {
  .ml-x4 {
    margin-left: 24px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x4 {
    margin-left: 16px;
  }
}

.pt-x4 {
  padding-top: 32px;
}

@media screen and (max-width: 960px) {
  .pt-x4 {
    padding-top: 24px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x4 {
    padding-top: 16px;
  }
}

.pr-x4 {
  padding-right: 32px;
}

@media screen and (max-width: 960px) {
  .pr-x4 {
    padding-right: 24px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x4 {
    padding-right: 16px;
  }
}

.pb-x4 {
  padding-bottom: 32px;
}

@media screen and (max-width: 960px) {
  .pb-x4 {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x4 {
    padding-bottom: 16px;
  }
}

.pl-x4 {
  padding-left: 32px;
}

@media screen and (max-width: 960px) {
  .pl-x4 {
    padding-left: 24px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x4 {
    padding-left: 16px;
  }
}

.mr-x5 {
  margin-right: 40px;
}

@media screen and (max-width: 960px) {
  .mr-x5 {
    margin-right: 30px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x5 {
    margin-right: 20px;
  }
}

.mb-x5 {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .mb-x5 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x5 {
    margin-bottom: 20px;
  }
}

.ml-x5 {
  margin-left: 40px;
}

@media screen and (max-width: 960px) {
  .ml-x5 {
    margin-left: 30px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x5 {
    margin-left: 20px;
  }
}

.pt-x5 {
  padding-top: 40px;
}

@media screen and (max-width: 960px) {
  .pt-x5 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x5 {
    padding-top: 20px;
  }
}

.pr-x5 {
  padding-right: 40px;
}

@media screen and (max-width: 960px) {
  .pr-x5 {
    padding-right: 30px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x5 {
    padding-right: 20px;
  }
}

.pb-x5 {
  padding-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .pb-x5 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x5 {
    padding-bottom: 20px;
  }
}

.pl-x5 {
  padding-left: 40px;
}

@media screen and (max-width: 960px) {
  .pl-x5 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x5 {
    padding-left: 20px;
  }
}

.mr-x6 {
  margin-right: 48px;
}

@media screen and (max-width: 960px) {
  .mr-x6 {
    margin-right: 36px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x6 {
    margin-right: 24px;
  }
}

.mb-x6 {
  margin-bottom: 48px;
}

@media screen and (max-width: 960px) {
  .mb-x6 {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x6 {
    margin-bottom: 24px;
  }
}

.ml-x6 {
  margin-left: 48px;
}

@media screen and (max-width: 960px) {
  .ml-x6 {
    margin-left: 36px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x6 {
    margin-left: 24px;
  }
}

.pt-x6 {
  padding-top: 48px;
}

@media screen and (max-width: 960px) {
  .pt-x6 {
    padding-top: 36px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x6 {
    padding-top: 24px;
  }
}

.pr-x6 {
  padding-right: 48px;
}

@media screen and (max-width: 960px) {
  .pr-x6 {
    padding-right: 36px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x6 {
    padding-right: 24px;
  }
}

.pb-x6 {
  padding-bottom: 48px;
}

@media screen and (max-width: 960px) {
  .pb-x6 {
    padding-bottom: 36px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x6 {
    padding-bottom: 24px;
  }
}

.pl-x6 {
  padding-left: 48px;
}

@media screen and (max-width: 960px) {
  .pl-x6 {
    padding-left: 36px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x6 {
    padding-left: 24px;
  }
}

.mr-x7 {
  margin-right: 56px;
}

@media screen and (max-width: 960px) {
  .mr-x7 {
    margin-right: 42px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x7 {
    margin-right: 28px;
  }
}

.mb-x7 {
  margin-bottom: 56px;
}

@media screen and (max-width: 960px) {
  .mb-x7 {
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x7 {
    margin-bottom: 28px;
  }
}

.ml-x7 {
  margin-left: 56px;
}

@media screen and (max-width: 960px) {
  .ml-x7 {
    margin-left: 42px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x7 {
    margin-left: 28px;
  }
}

.pt-x7 {
  padding-top: 56px;
}

@media screen and (max-width: 960px) {
  .pt-x7 {
    padding-top: 42px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x7 {
    padding-top: 28px;
  }
}

.pr-x7 {
  padding-right: 56px;
}

@media screen and (max-width: 960px) {
  .pr-x7 {
    padding-right: 42px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x7 {
    padding-right: 28px;
  }
}

.pb-x7 {
  padding-bottom: 56px;
}

@media screen and (max-width: 960px) {
  .pb-x7 {
    padding-bottom: 42px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x7 {
    padding-bottom: 28px;
  }
}

.pl-x7 {
  padding-left: 56px;
}

@media screen and (max-width: 960px) {
  .pl-x7 {
    padding-left: 42px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x7 {
    padding-left: 28px;
  }
}

.mr-x8 {
  margin-right: 64px;
}

@media screen and (max-width: 960px) {
  .mr-x8 {
    margin-right: 48px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x8 {
    margin-right: 32px;
  }
}

.mb-x8 {
  margin-bottom: 64px;
}

@media screen and (max-width: 960px) {
  .mb-x8 {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x8 {
    margin-bottom: 32px;
  }
}

.ml-x8 {
  margin-left: 64px;
}

@media screen and (max-width: 960px) {
  .ml-x8 {
    margin-left: 48px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x8 {
    margin-left: 32px;
  }
}

.pt-x8 {
  padding-top: 64px;
}

@media screen and (max-width: 960px) {
  .pt-x8 {
    padding-top: 48px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x8 {
    padding-top: 32px;
  }
}

.pr-x8 {
  padding-right: 64px;
}

@media screen and (max-width: 960px) {
  .pr-x8 {
    padding-right: 48px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x8 {
    padding-right: 32px;
  }
}

.pb-x8 {
  padding-bottom: 64px;
}

@media screen and (max-width: 960px) {
  .pb-x8 {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x8 {
    padding-bottom: 32px;
  }
}

.pl-x8 {
  padding-left: 64px;
}

@media screen and (max-width: 960px) {
  .pl-x8 {
    padding-left: 48px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x8 {
    padding-left: 32px;
  }
}

.mr-x9 {
  margin-right: 72px;
}

@media screen and (max-width: 960px) {
  .mr-x9 {
    margin-right: 54px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x9 {
    margin-right: 36px;
  }
}

.mb-x9 {
  margin-bottom: 72px;
}

@media screen and (max-width: 960px) {
  .mb-x9 {
    margin-bottom: 54px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x9 {
    margin-bottom: 36px;
  }
}

.ml-x9 {
  margin-left: 72px;
}

@media screen and (max-width: 960px) {
  .ml-x9 {
    margin-left: 54px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x9 {
    margin-left: 36px;
  }
}

.pt-x9 {
  padding-top: 72px;
}

@media screen and (max-width: 960px) {
  .pt-x9 {
    padding-top: 54px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x9 {
    padding-top: 36px;
  }
}

.pr-x9 {
  padding-right: 72px;
}

@media screen and (max-width: 960px) {
  .pr-x9 {
    padding-right: 54px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x9 {
    padding-right: 36px;
  }
}

.pb-x9 {
  padding-bottom: 72px;
}

@media screen and (max-width: 960px) {
  .pb-x9 {
    padding-bottom: 54px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x9 {
    padding-bottom: 36px;
  }
}

.pl-x9 {
  padding-left: 72px;
}

@media screen and (max-width: 960px) {
  .pl-x9 {
    padding-left: 54px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x9 {
    padding-left: 36px;
  }
}

.mr-x10 {
  margin-right: 80px;
}

@media screen and (max-width: 960px) {
  .mr-x10 {
    margin-right: 60px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x10 {
    margin-right: 40px;
  }
}

.mb-x10 {
  margin-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .mb-x10 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x10 {
    margin-bottom: 40px;
  }
}

.ml-x10 {
  margin-left: 80px;
}

@media screen and (max-width: 960px) {
  .ml-x10 {
    margin-left: 60px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x10 {
    margin-left: 40px;
  }
}

.pt-x10 {
  padding-top: 80px;
}

@media screen and (max-width: 960px) {
  .pt-x10 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x10 {
    padding-top: 40px;
  }
}

.pr-x10 {
  padding-right: 80px;
}

@media screen and (max-width: 960px) {
  .pr-x10 {
    padding-right: 60px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x10 {
    padding-right: 40px;
  }
}

.pb-x10 {
  padding-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .pb-x10 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x10 {
    padding-bottom: 40px;
  }
}

.pl-x10 {
  padding-left: 80px;
}

@media screen and (max-width: 960px) {
  .pl-x10 {
    padding-left: 60px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x10 {
    padding-left: 40px;
  }
}

.mr-x11 {
  margin-right: 88px;
}

@media screen and (max-width: 960px) {
  .mr-x11 {
    margin-right: 66px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x11 {
    margin-right: 44px;
  }
}

.mb-x11 {
  margin-bottom: 88px;
}

@media screen and (max-width: 960px) {
  .mb-x11 {
    margin-bottom: 66px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x11 {
    margin-bottom: 44px;
  }
}

.ml-x11 {
  margin-left: 88px;
}

@media screen and (max-width: 960px) {
  .ml-x11 {
    margin-left: 66px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x11 {
    margin-left: 44px;
  }
}

.pt-x11 {
  padding-top: 88px;
}

@media screen and (max-width: 960px) {
  .pt-x11 {
    padding-top: 66px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x11 {
    padding-top: 44px;
  }
}

.pr-x11 {
  padding-right: 88px;
}

@media screen and (max-width: 960px) {
  .pr-x11 {
    padding-right: 66px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x11 {
    padding-right: 44px;
  }
}

.pb-x11 {
  padding-bottom: 88px;
}

@media screen and (max-width: 960px) {
  .pb-x11 {
    padding-bottom: 66px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x11 {
    padding-bottom: 44px;
  }
}

.pl-x11 {
  padding-left: 88px;
}

@media screen and (max-width: 960px) {
  .pl-x11 {
    padding-left: 66px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x11 {
    padding-left: 44px;
  }
}

.mr-x12 {
  margin-right: 96px;
}

@media screen and (max-width: 960px) {
  .mr-x12 {
    margin-right: 72px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x12 {
    margin-right: 48px;
  }
}

.mb-x12 {
  margin-bottom: 96px;
}

@media screen and (max-width: 960px) {
  .mb-x12 {
    margin-bottom: 72px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x12 {
    margin-bottom: 48px;
  }
}

.ml-x12 {
  margin-left: 96px;
}

@media screen and (max-width: 960px) {
  .ml-x12 {
    margin-left: 72px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x12 {
    margin-left: 48px;
  }
}

.pt-x12 {
  padding-top: 96px;
}

@media screen and (max-width: 960px) {
  .pt-x12 {
    padding-top: 72px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x12 {
    padding-top: 48px;
  }
}

.pr-x12 {
  padding-right: 96px;
}

@media screen and (max-width: 960px) {
  .pr-x12 {
    padding-right: 72px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x12 {
    padding-right: 48px;
  }
}

.pb-x12 {
  padding-bottom: 96px;
}

@media screen and (max-width: 960px) {
  .pb-x12 {
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x12 {
    padding-bottom: 48px;
  }
}

.pl-x12 {
  padding-left: 96px;
}

@media screen and (max-width: 960px) {
  .pl-x12 {
    padding-left: 72px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x12 {
    padding-left: 48px;
  }
}

.mr-x13 {
  margin-right: 104px;
}

@media screen and (max-width: 960px) {
  .mr-x13 {
    margin-right: 78px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x13 {
    margin-right: 52px;
  }
}

.mb-x13 {
  margin-bottom: 104px;
}

@media screen and (max-width: 960px) {
  .mb-x13 {
    margin-bottom: 78px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x13 {
    margin-bottom: 52px;
  }
}

.ml-x13 {
  margin-left: 104px;
}

@media screen and (max-width: 960px) {
  .ml-x13 {
    margin-left: 78px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x13 {
    margin-left: 52px;
  }
}

.pt-x13 {
  padding-top: 104px;
}

@media screen and (max-width: 960px) {
  .pt-x13 {
    padding-top: 78px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x13 {
    padding-top: 52px;
  }
}

.pr-x13 {
  padding-right: 104px;
}

@media screen and (max-width: 960px) {
  .pr-x13 {
    padding-right: 78px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x13 {
    padding-right: 52px;
  }
}

.pb-x13 {
  padding-bottom: 104px;
}

@media screen and (max-width: 960px) {
  .pb-x13 {
    padding-bottom: 78px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x13 {
    padding-bottom: 52px;
  }
}

.pl-x13 {
  padding-left: 104px;
}

@media screen and (max-width: 960px) {
  .pl-x13 {
    padding-left: 78px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x13 {
    padding-left: 52px;
  }
}

.mr-x14 {
  margin-right: 112px;
}

@media screen and (max-width: 960px) {
  .mr-x14 {
    margin-right: 84px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x14 {
    margin-right: 56px;
  }
}

.mb-x14 {
  margin-bottom: 112px;
}

@media screen and (max-width: 960px) {
  .mb-x14 {
    margin-bottom: 84px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x14 {
    margin-bottom: 56px;
  }
}

.ml-x14 {
  margin-left: 112px;
}

@media screen and (max-width: 960px) {
  .ml-x14 {
    margin-left: 84px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x14 {
    margin-left: 56px;
  }
}

.pt-x14 {
  padding-top: 112px;
}

@media screen and (max-width: 960px) {
  .pt-x14 {
    padding-top: 84px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x14 {
    padding-top: 56px;
  }
}

.pr-x14 {
  padding-right: 112px;
}

@media screen and (max-width: 960px) {
  .pr-x14 {
    padding-right: 84px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x14 {
    padding-right: 56px;
  }
}

.pb-x14 {
  padding-bottom: 112px;
}

@media screen and (max-width: 960px) {
  .pb-x14 {
    padding-bottom: 84px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x14 {
    padding-bottom: 56px;
  }
}

.pl-x14 {
  padding-left: 112px;
}

@media screen and (max-width: 960px) {
  .pl-x14 {
    padding-left: 84px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x14 {
    padding-left: 56px;
  }
}

.mr-x15 {
  margin-right: 120px;
}

@media screen and (max-width: 960px) {
  .mr-x15 {
    margin-right: 90px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x15 {
    margin-right: 60px;
  }
}

.mb-x15 {
  margin-bottom: 120px;
}

@media screen and (max-width: 960px) {
  .mb-x15 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x15 {
    margin-bottom: 60px;
  }
}

.ml-x15 {
  margin-left: 120px;
}

@media screen and (max-width: 960px) {
  .ml-x15 {
    margin-left: 90px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x15 {
    margin-left: 60px;
  }
}

.pt-x15 {
  padding-top: 120px;
}

@media screen and (max-width: 960px) {
  .pt-x15 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x15 {
    padding-top: 60px;
  }
}

.pr-x15 {
  padding-right: 120px;
}

@media screen and (max-width: 960px) {
  .pr-x15 {
    padding-right: 90px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x15 {
    padding-right: 60px;
  }
}

.pb-x15 {
  padding-bottom: 120px;
}

@media screen and (max-width: 960px) {
  .pb-x15 {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x15 {
    padding-bottom: 60px;
  }
}

.pl-x15 {
  padding-left: 120px;
}

@media screen and (max-width: 960px) {
  .pl-x15 {
    padding-left: 90px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x15 {
    padding-left: 60px;
  }
}

.mr-x16 {
  margin-right: 128px;
}

@media screen and (max-width: 960px) {
  .mr-x16 {
    margin-right: 96px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x16 {
    margin-right: 64px;
  }
}

.mb-x16 {
  margin-bottom: 128px;
}

@media screen and (max-width: 960px) {
  .mb-x16 {
    margin-bottom: 96px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x16 {
    margin-bottom: 64px;
  }
}

.ml-x16 {
  margin-left: 128px;
}

@media screen and (max-width: 960px) {
  .ml-x16 {
    margin-left: 96px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x16 {
    margin-left: 64px;
  }
}

.pt-x16 {
  padding-top: 128px;
}

@media screen and (max-width: 960px) {
  .pt-x16 {
    padding-top: 96px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x16 {
    padding-top: 64px;
  }
}

.pr-x16 {
  padding-right: 128px;
}

@media screen and (max-width: 960px) {
  .pr-x16 {
    padding-right: 96px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x16 {
    padding-right: 64px;
  }
}

.pb-x16 {
  padding-bottom: 128px;
}

@media screen and (max-width: 960px) {
  .pb-x16 {
    padding-bottom: 96px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x16 {
    padding-bottom: 64px;
  }
}

.pl-x16 {
  padding-left: 128px;
}

@media screen and (max-width: 960px) {
  .pl-x16 {
    padding-left: 96px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x16 {
    padding-left: 64px;
  }
}

.mr-x17 {
  margin-right: 136px;
}

@media screen and (max-width: 960px) {
  .mr-x17 {
    margin-right: 102px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x17 {
    margin-right: 68px;
  }
}

.mb-x17 {
  margin-bottom: 136px;
}

@media screen and (max-width: 960px) {
  .mb-x17 {
    margin-bottom: 102px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x17 {
    margin-bottom: 68px;
  }
}

.ml-x17 {
  margin-left: 136px;
}

@media screen and (max-width: 960px) {
  .ml-x17 {
    margin-left: 102px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x17 {
    margin-left: 68px;
  }
}

.pt-x17 {
  padding-top: 136px;
}

@media screen and (max-width: 960px) {
  .pt-x17 {
    padding-top: 102px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x17 {
    padding-top: 68px;
  }
}

.pr-x17 {
  padding-right: 136px;
}

@media screen and (max-width: 960px) {
  .pr-x17 {
    padding-right: 102px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x17 {
    padding-right: 68px;
  }
}

.pb-x17 {
  padding-bottom: 136px;
}

@media screen and (max-width: 960px) {
  .pb-x17 {
    padding-bottom: 102px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x17 {
    padding-bottom: 68px;
  }
}

.pl-x17 {
  padding-left: 136px;
}

@media screen and (max-width: 960px) {
  .pl-x17 {
    padding-left: 102px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x17 {
    padding-left: 68px;
  }
}

.mr-x18 {
  margin-right: 144px;
}

@media screen and (max-width: 960px) {
  .mr-x18 {
    margin-right: 108px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x18 {
    margin-right: 72px;
  }
}

.mb-x18 {
  margin-bottom: 144px;
}

@media screen and (max-width: 960px) {
  .mb-x18 {
    margin-bottom: 108px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x18 {
    margin-bottom: 72px;
  }
}

.ml-x18 {
  margin-left: 144px;
}

@media screen and (max-width: 960px) {
  .ml-x18 {
    margin-left: 108px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x18 {
    margin-left: 72px;
  }
}

.pt-x18 {
  padding-top: 144px;
}

@media screen and (max-width: 960px) {
  .pt-x18 {
    padding-top: 108px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x18 {
    padding-top: 72px;
  }
}

.pr-x18 {
  padding-right: 144px;
}

@media screen and (max-width: 960px) {
  .pr-x18 {
    padding-right: 108px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x18 {
    padding-right: 72px;
  }
}

.pb-x18 {
  padding-bottom: 144px;
}

@media screen and (max-width: 960px) {
  .pb-x18 {
    padding-bottom: 108px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x18 {
    padding-bottom: 72px;
  }
}

.pl-x18 {
  padding-left: 144px;
}

@media screen and (max-width: 960px) {
  .pl-x18 {
    padding-left: 108px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x18 {
    padding-left: 72px;
  }
}

.mr-x19 {
  margin-right: 152px;
}

@media screen and (max-width: 960px) {
  .mr-x19 {
    margin-right: 114px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x19 {
    margin-right: 76px;
  }
}

.mb-x19 {
  margin-bottom: 152px;
}

@media screen and (max-width: 960px) {
  .mb-x19 {
    margin-bottom: 114px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x19 {
    margin-bottom: 76px;
  }
}

.ml-x19 {
  margin-left: 152px;
}

@media screen and (max-width: 960px) {
  .ml-x19 {
    margin-left: 114px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x19 {
    margin-left: 76px;
  }
}

.pt-x19 {
  padding-top: 152px;
}

@media screen and (max-width: 960px) {
  .pt-x19 {
    padding-top: 114px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x19 {
    padding-top: 76px;
  }
}

.pr-x19 {
  padding-right: 152px;
}

@media screen and (max-width: 960px) {
  .pr-x19 {
    padding-right: 114px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x19 {
    padding-right: 76px;
  }
}

.pb-x19 {
  padding-bottom: 152px;
}

@media screen and (max-width: 960px) {
  .pb-x19 {
    padding-bottom: 114px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x19 {
    padding-bottom: 76px;
  }
}

.pl-x19 {
  padding-left: 152px;
}

@media screen and (max-width: 960px) {
  .pl-x19 {
    padding-left: 114px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x19 {
    padding-left: 76px;
  }
}

.mr-x20 {
  margin-right: 160px;
}

@media screen and (max-width: 960px) {
  .mr-x20 {
    margin-right: 120px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x20 {
    margin-right: 80px;
  }
}

.mb-x20 {
  margin-bottom: 160px;
}

@media screen and (max-width: 960px) {
  .mb-x20 {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x20 {
    margin-bottom: 80px;
  }
}

.ml-x20 {
  margin-left: 160px;
}

@media screen and (max-width: 960px) {
  .ml-x20 {
    margin-left: 120px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x20 {
    margin-left: 80px;
  }
}

.pt-x20 {
  padding-top: 160px;
}

@media screen and (max-width: 960px) {
  .pt-x20 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x20 {
    padding-top: 80px;
  }
}

.pr-x20 {
  padding-right: 160px;
}

@media screen and (max-width: 960px) {
  .pr-x20 {
    padding-right: 120px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x20 {
    padding-right: 80px;
  }
}

.pb-x20 {
  padding-bottom: 160px;
}

@media screen and (max-width: 960px) {
  .pb-x20 {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x20 {
    padding-bottom: 80px;
  }
}

.pl-x20 {
  padding-left: 160px;
}

@media screen and (max-width: 960px) {
  .pl-x20 {
    padding-left: 120px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x20 {
    padding-left: 80px;
  }
}

.header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 16px;
  background: #4579b3;
}

.header .header-logo {
  width: 158px;
  margin-right: 16px;
  color: #fff;
}

.header .header-authority__select {
  height: 28px;
  padding-right: 32px;
  background: url("/img/common/select-blu.svg") center right 12px/10px 10px no-repeat #f5f5f5;
  border-radius: 16px;
  color: #4579b3;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 28px;
  cursor: pointer;
}

.header .header-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 64px;
  padding: 0 0 0 16px;
  margin-left: auto;
  cursor: pointer;
}

.header .header-menu__name {
  color: #fff;
  font-size: 1.4rem;
}

.header .header-menu__accordion {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% + 16px);
  transition: 0.3s ease-out;
}

.header .header-menu__accordion a {
  display: block;
  width: 100%;
  padding: 8px 16px;
  background: #f5f5f5;
  font-size: 1.4rem;
}

.header .header-menu__accordion a:hover {
  color: #4579b3;
}

.header .header-menu:hover .header-menu__accordion {
  visibility: visible;
  opacity: 1;
}

.sidebar {
  border-top: solid 1px #fff;
}

.sidebar__item {
  position: relative;
  border-bottom: solid 1px #ddd;
}

.sidebar__item > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 48px;
  padding: 0 12px 0 38px;
}

.sidebar__item > a .ico-sidebar {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 20px;
  height: 20px;
  fill: #777;
  transform: translateY(-50%);
}

.sidebar__item .sidebar-child {
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 999;
  width: 100%;
  min-height: 48px;
  background: #f5f5f5;
  transition: opacity 0.3s ease-out;
}

.sidebar__item .sidebar-child__item a {
  display: block;
  width: 100%;
  padding: 4px 12px;
  font-size: 1.3rem;
}

.sidebar__item .sidebar-child__item a:hover {
  color: #4579b3;
}

.sidebar__item .sidebar-child__item:nth-of-type(1) a {
  padding-top: 12px;
}

.sidebar__item .sidebar-child__item:nth-last-of-type(1) a {
  padding-bottom: 12px;
}

.sidebar__item:hover > a {
  color: #4579b3;
}

.sidebar__item:hover > a .ico-sidebar {
  fill: #4579b3;
}

.sidebar__item:hover .sidebar-child {
  visibility: visible;
  opacity: 1;
}

.sidebar__item.is-active {
  background: #f5f5f5;
}

.sidebar__item.is-active > a {
  background: #4579b3;
  color: #fff;
}

.sidebar__item.is-active > a .ico-sidebar {
  fill: #fff;
}

.sidebar__item.is-active .sidebar-child {
  visibility: visible;
  opacity: 1;
  position: relative;
  left: 0;
  min-height: auto;
}

.sidebar__item.is-active .sidebar-child__item a {
  padding-left: 38px;
}

.sidebar__item.is-active .sidebar-child__item.is-current a {
  color: #4579b3;
}

.sidebar__item--upload {
  padding: 16px 12px;
}

.sidebar__item--upload span {
  display: block;
  margin-bottom: 8px;
  width: 100%;
  color: #4579b3;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}

.sidebar__item--upload .field-upload {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-bottom: 4px !important;
  padding: 0 16px;
  background: #333;
  border-radius: 16px;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}

.sidebar__item--upload .field-upload input {
  display: none;
}

.sidebar__item--upload .field-txt {
  margin-bottom: 12px !important;
  font-size: 1.4rem;
}

.sidebar__item--upload button {
  width: 100%;
  height: 32px;
  background: #68abd3;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
}

dt {
  font-weight: normal !important;
}

p, dd, label {
  margin-bottom: 0 !important;
}

.form-field {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #ddd;
  border-bottom: none;
}

.form-field__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.form-field__item--half {
  width: 50%;
}

.form-field__item > dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 200px;
  padding: 12px;
  background: #4579b3;
  color: #fff;
  font-size: 1.4rem;
  border-bottom: solid 1px #ddd;
}

.form-field__item > dd {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 200px);
  padding: 12px;
  border-bottom: solid 1px #ddd;
}

.form-field__item--hours > dd {
  padding: 0;
}

.form-field--search .form-field__item > dt {
  background: #68abd3;
}

.form-field--l-blu .form-field__item > dt {
  background: #68abd3;
}

.form-field--l-grn .form-field__item > dt {
  background: #78ce85;
}

.label-required {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 20px;
  background: #ef4b4b;
  border: solid 1px #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

input,
select,
textarea {
  display: block;
  height: 32px;
  padding: 0 12px;
  background: #f5f5f5;
  border-radius: 2px;
  font-size: 1.4rem;
  font-family: "Inter", "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 32px;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #777;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #777;
}

input {
  width: 100%;
}

textarea {
  overflow: auto;
  width: 100%;
  height: 80px;
  padding: 12px;
  line-height: 1.6;
  resize: initial !important;
}

.field-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.field-flex__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.field-name {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.field-name__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.field-ttl {
  display: block;
  width: 100%;
  margin-bottom: 4px !important;
  color: #4579b3;
  font-weight: bold;
}

.field-select select {
  position: relative;
  min-width: 88px;
  padding-right: 40px;
  background: url("/img/common/select-wht.svg") center right 4px/8px 8px no-repeat, linear-gradient(to left, #4579b3 16px, #f5f5f5 16px, #f5f5f5);
  cursor: pointer;
}

.field-age,
.field-year {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
}

.field-age__item input,
.field-year__item input {
  width: 56px;
}

.field-age__tilde, .field-age__txt,
.field-year__tilde,
.field-year__txt {
  font-size: 1.4rem;
}

.field-date {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
}

.field-date__item {
  position: relative;
}

.field-date__item input {
  width: 132px;
  padding-left: 28px;
  background: url("/img/common/calendar.svg") center left 8px/14px 14px no-repeat #f5f5f5;
  cursor: pointer;
}

.field-date__tilde {
  font-size: 1.4rem;
}

.field-btn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 0 16px;
  height: 28px;
  background: #4579b3;
  border-radius: 20px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}

.field-btn a:hover {
  background: #68abd3;
}

.field-checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  min-height: 32px;
}

.field-checkbox__item {
  cursor: pointer;
}

.field-checkbox__item input[type="checkbox"] {
  display: none;
}

.field-checkbox__item .checkbox-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.field-checkbox__item .checkbox-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border-radius: 2px;
  border: solid 2px #f5f5f5;
  transform: translateY(-50%);
}

.field-checkbox__item .checkbox-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 1;
  width: 10px;
  height: 8px;
  background: url("/img/common/check-mark.svg") center/contain no-repeat;
}

.field-checkbox__item input:checked + .checkbox-label::before {
  border-color: #4579b3;
}

.field-checkbox__item input:checked + .checkbox-label::after {
  display: block;
}

.field-checkbox--login {
  max-width: 400px;
  margin: 0 auto;
  justify-content: center;
}

.field-full {
  width: 100%;
}

.backend-front .field-checkbox__item .checkbox-label::after {
  background: url("/img/common/check-mark-grn.svg") center/contain no-repeat;
}

.field-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  min-height: 32px;
}

.field-radio__item {
  cursor: pointer;
}

.field-radio__item input[type="radio"] {
  display: none;
}

.field-radio__item .radio-label {
  position: relative;
  padding-left: 32px;
}

.field-radio__item .radio-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border-radius: 12px;
  transform: translateY(-50%);
}

.field-radio__item .radio-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}

.field-radio__item input:checked + .radio-label::before {
  background: #4579b3;
}

.field-radio__item input:checked + .radio-label::after {
  display: block;
}

.form-field--search select {
  background: url("/img/common/select-wht.svg") center right 4px/8px 8px no-repeat, linear-gradient(to left, #68abd3 16px, #f5f5f5 16px, #f5f5f5);
  cursor: pointer;
}

.form-field--search .field-radio__item input:checked + .radio-label::before {
  background: #68abd3;
}

.form-file {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 640px) {
  .form-file {
    gap: 8px;
  }
}

.form-file__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  height: 32px;
  padding: 0 16px;
  background: #333;
  border: solid 1px #333;
  border-radius: 16px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.form-file__btn input {
  display: none;
}

.form-file__btn:hover {
  background: #fff;
  color: #333;
}

.form-file .form-file-dtl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form-file .form-file-dtl__filename {
  margin-right: 12px;
  word-break: break-all;
}

.form-file .form-file-dtl__delete, .form-file .form-file-dtl__download {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 16px;
  background: #ef4b4b;
  border: solid 1px #ef4b4b;
  border-radius: 16px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.form-file .form-file-dtl__delete:hover, .form-file .form-file-dtl__download:hover {
  background: #fff;
  color: #ef4b4b;
}

.form-file .form-file-dtl__delete {
  margin-right: 8px;
}

.form-file .form-file-dtl__download {
  background: #68abd3;
  border: solid 1px #68abd3;
}

.form-file .form-file-dtl__download:hover {
  color: #68abd3;
}

.tox-tinymce {
  width: 100%;
}

.tinymce-txt h1 {
  position: relative;
  margin-bottom: calc(8px * 3);
  padding-left: 12px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  font-feature-settings: "palt";
}

@media screen and (max-width: 960px) {
  .tinymce-txt h1 {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .tinymce-txt h1 {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.tinymce-txt h1::before, .tinymce-txt h1::after {
  position: absolute;
  content: '';
  width: 4px;
  left: 0;
}

.tinymce-txt h1::before {
  bottom: 50%;
  height: calc(50% - 4px);
  background-color: #4579b3;
}

.tinymce-txt h1::after {
  top: 50%;
  height: calc(50% - 4px);
  background-color: #008EAE;
}

.tinymce-txt h2 {
  position: relative;
  margin-bottom: calc(8px * 2);
  padding-left: 10px;
  color: #4579b3;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .tinymce-txt h2 {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .tinymce-txt h2 {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.tinymce-txt h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: calc(100% - 8px);
  background-color: #4579b3;
  transform: translateY(-50%);
}

.tinymce-txt h3 {
  position: relative;
  margin-bottom: calc(8px * 2);
  padding-left: 16px;
  color: #68abd3;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .tinymce-txt h3 {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .tinymce-txt h3 {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.tinymce-txt h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #68abd3;
  transform: translateY(-50%);
}

.tinymce-txt h4 {
  margin-bottom: calc(8px * 1);
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px;
  background: #f5f5f5;
  border-radius: 2px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .tinymce-txt h4 {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .tinymce-txt h4 {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

.tinymce-txt strong {
  font-weight: bold;
}

.tinymce-txt em {
  font-style: italic;
}

.tinymce-txt a {
  text-decoration: underline;
  color: #4579b3;
}

.tinymce-txt a:hover {
  text-decoration: none;
}

.form-send {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
  background: #777;
  color: #fff;
  font-size: 1.8rem;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .form-send {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .form-send {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 1280px) {
  .form-send {
    height: 72px;
  }
}

@media screen and (max-width: 960px) {
  .form-send {
    height: 64px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .form-send {
    height: 56px;
  }
}

.form-send input[type="submit"] {
  display: none;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  justify-content: flex-start !important;
  margin-top: calc(8px * 2) !important;
}

.page-item .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 3rem;
  padding: 0 4px;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 2px;
  color: #333;
}

.page-item.previous .page-link,
.page-item.next .page-link {
  background-color: #4579b3;
  border-color: #4579b3;
  color: #fff;
}

.page-item.disabled {
  display: none;
}

.page-item.active .page-link {
  background-color: #68abd3 !important;
  border-color: #68abd3 !important;
}

.notfound-txt {
  text-align: center;
}

.notfound-message {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  border: solid 1px #ddd;
}

@media screen and (max-width: 960px) {
  .notfound-message {
    padding: 24px;
  }
}

@media screen and (max-width: 640px) {
  .notfound-message {
    padding: 16px;
  }
}

.all {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: calc(100% - 64px);
}

.all .main-col:not(:only-child) {
  width: calc(100% - 240px);
}

.all .side-col {
  width: 240px;
  border-right: solid 1px #ddd;
}

@media screen and (max-width: 640px) {
  .all .side-col {
    display: none;
  }
}

.breadcrumb {
  padding: 16px 40px 0;
  margin-bottom: 8px;
}

.breadcrumb__item {
  display: inline;
  font-size: 1.3rem;
  font-weight: bold;
}

.breadcrumb__item:not(:nth-last-of-type(1)) {
  position: relative;
  margin-right: 4px;
  padding-right: 14px;
}

.breadcrumb__item:not(:nth-last-of-type(1))::after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #4579b3;
}

.breadcrumb__item a {
  color: #4579b3;
  text-decoration: underline;
}

.breadcrumb__item a:hover {
  text-decoration: none;
}

.pagettl {
  position: relative;
  padding: 0 40px 16px 78px;
  border-bottom: solid 1px #ddd;
  font-size: 2.4rem;
  font-weight: bold;
}

.pagettl svg[class*="ico"] {
  position: absolute;
  top: 3px;
  left: 40px;
  width: 30px;
  height: 30px;
  fill: #4579b3;
}

.headline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  position: relative;
  margin-bottom: calc(8px * 3);
  padding-bottom: 16px;
}

@media screen and (max-width: 960px) {
  .headline {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .headline {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.headline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 20px;
  height: 8px;
  background-image: linear-gradient(to right, #4579b3 8px, #fff 8px, #fff 10px, #68abd3 10px, #68abd3 18px, #fff 18px, #fff);
}

.headline::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: #4579b3;
}

.headline__ttl {
  color: #4579b3;
  font-size: 2rem;
  font-weight: bold;
}

.headline__btn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 0 20px 0 32px;
  height: 40px;
  background: #4579b3;
  border-radius: 20px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}

.headline__btn a .ico-add {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 12px;
  height: 12px;
  fill: #fff;
  transform: translateY(-50%);
}

.headline__btn a:hover {
  background: #68abd3;
}

.ttl-l {
  margin-bottom: calc(8px * 3);
  font-size: 2.4rem;
}

@media screen and (max-width: 960px) {
  .ttl-l {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .ttl-l {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.ttl-m {
  margin-bottom: calc(8px * 2);
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .ttl-m {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .ttl-m {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.ttl-s {
  margin-bottom: calc(8px * 1);
  font-size: 1.5rem;
}

@media screen and (max-width: 960px) {
  .ttl-s {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .ttl-s {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

.lead {
  font-size: 2rem;
}

.lead--center {
  text-align: center;
}

.lead--right {
  text-align: right;
}

.txt--center {
  text-align: center;
}

.txt--right {
  text-align: right;
}

.note-txt {
  margin-left: 1em;
  font-size: 1.4rem;
  text-indent: -1em;
}

.note-txt::before {
  content: '※';
}

a.link-txt {
  color: #68abd3;
  text-decoration: underline;
}

a.link-txt:hover {
  text-decoration: none;
}

.fc-tra {
  color: transparent;
}

.fc-red {
  color: #ef4b4b;
}

.fc-blu {
  color: #4579b3;
}

.fc-l-blu {
  color: #68abd3;
}

.fc-aqu {
  color: #008EAE;
}

.fc-l-aqu {
  color: #77ccee;
}

.fc-grn {
  color: #44b480;
}

.fc-l-grn {
  color: #78ce85;
}

.fc-mnt {
  color: #24a39f;
}

.fc-l-mnt {
  color: #6dc9bf;
}

.fc-orn {
  color: #e29b5d;
}

.fc-ppl {
  color: #7363a8;
}

.fc-l-ppl {
  color: #9a8bcc;
}

.fc-yel {
  color: #f2c158;
}

.fc-blk {
  color: #333;
}

.fc-wht {
  color: #fff;
}

.fc-l-gry {
  color: #f5f5f5;
}

.fc-gry {
  color: #ddd;
}

.fc-d-gry {
  color: #777;
}

.fw-bold {
  font-weight: bold;
}

.list__item {
  position: relative;
  padding-left: 24px;
}

.list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: #4579b3;
  transform: translateY(-50%);
}

.num-list {
  counter-reset: list-num;
}

.num-list__item {
  margin-left: 1em;
  text-indent: -1em;
}

.num-list__item::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
}

.note-list__item {
  margin-left: 1em;
  font-size: 1.3rem;
  text-indent: -1em;
}

.note-list__item::before {
  content: '※';
}

.btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.btn--left {
  justify-content: flex-start;
}

.btn--right {
  justify-content: flex-end;
}

.btn--between {
  justify-content: space-between;
}

.btn .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn button,
.btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  min-width: 200px;
  height: 48px;
  padding: 0 24px;
  background: #4579b3;
  border: solid 1px #4579b3;
  border-radius: 24px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  transition: 0.3s ease-out;
}

.btn button .ico-back,
.btn a .ico-back {
  margin-top: 2px;
  width: 12px;
  height: 12px;
  fill: #fff;
}

.btn button:hover,
.btn a:hover {
  background: #fff;
  color: #4579b3;
}

.btn button:hover .ico-back,
.btn a:hover .ico-back {
  fill: #4579b3;
}

.btn--small button,
.btn--small a {
  min-width: 104px;
  height: 40px;
  padding: 0 16px;
  font-size: 1.4rem;
}

.btn button.bc-tra,
.btn a.bc-tra {
  background: transparent;
  border-color: transparent;
  color: #fff;
}

.btn button.bc-tra:hover,
.btn a.bc-tra:hover {
  background: #fff;
  color: transparent;
}

.btn button.bc-tra:hover .ico-back,
.btn a.bc-tra:hover .ico-back {
  fill: transparent;
}

.btn button.bc-red,
.btn a.bc-red {
  background: #ef4b4b;
  border-color: #ef4b4b;
  color: #fff;
}

.btn button.bc-red:hover,
.btn a.bc-red:hover {
  background: #fff;
  color: #ef4b4b;
}

.btn button.bc-red:hover .ico-back,
.btn a.bc-red:hover .ico-back {
  fill: #ef4b4b;
}

.btn button.bc-blu,
.btn a.bc-blu {
  background: #4579b3;
  border-color: #4579b3;
  color: #fff;
}

.btn button.bc-blu:hover,
.btn a.bc-blu:hover {
  background: #fff;
  color: #4579b3;
}

.btn button.bc-blu:hover .ico-back,
.btn a.bc-blu:hover .ico-back {
  fill: #4579b3;
}

.btn button.bc-l-blu,
.btn a.bc-l-blu {
  background: #68abd3;
  border-color: #68abd3;
  color: #fff;
}

.btn button.bc-l-blu:hover,
.btn a.bc-l-blu:hover {
  background: #fff;
  color: #68abd3;
}

.btn button.bc-l-blu:hover .ico-back,
.btn a.bc-l-blu:hover .ico-back {
  fill: #68abd3;
}

.btn button.bc-aqu,
.btn a.bc-aqu {
  background: #008EAE;
  border-color: #008EAE;
  color: #fff;
}

.btn button.bc-aqu:hover,
.btn a.bc-aqu:hover {
  background: #fff;
  color: #008EAE;
}

.btn button.bc-aqu:hover .ico-back,
.btn a.bc-aqu:hover .ico-back {
  fill: #008EAE;
}

.btn button.bc-l-aqu,
.btn a.bc-l-aqu {
  background: #77ccee;
  border-color: #77ccee;
  color: #fff;
}

.btn button.bc-l-aqu:hover,
.btn a.bc-l-aqu:hover {
  background: #fff;
  color: #77ccee;
}

.btn button.bc-l-aqu:hover .ico-back,
.btn a.bc-l-aqu:hover .ico-back {
  fill: #77ccee;
}

.btn button.bc-grn,
.btn a.bc-grn {
  background: #44b480;
  border-color: #44b480;
  color: #fff;
}

.btn button.bc-grn:hover,
.btn a.bc-grn:hover {
  background: #fff;
  color: #44b480;
}

.btn button.bc-grn:hover .ico-back,
.btn a.bc-grn:hover .ico-back {
  fill: #44b480;
}

.btn button.bc-l-grn,
.btn a.bc-l-grn {
  background: #78ce85;
  border-color: #78ce85;
  color: #fff;
}

.btn button.bc-l-grn:hover,
.btn a.bc-l-grn:hover {
  background: #fff;
  color: #78ce85;
}

.btn button.bc-l-grn:hover .ico-back,
.btn a.bc-l-grn:hover .ico-back {
  fill: #78ce85;
}

.btn button.bc-mnt,
.btn a.bc-mnt {
  background: #24a39f;
  border-color: #24a39f;
  color: #fff;
}

.btn button.bc-mnt:hover,
.btn a.bc-mnt:hover {
  background: #fff;
  color: #24a39f;
}

.btn button.bc-mnt:hover .ico-back,
.btn a.bc-mnt:hover .ico-back {
  fill: #24a39f;
}

.btn button.bc-l-mnt,
.btn a.bc-l-mnt {
  background: #6dc9bf;
  border-color: #6dc9bf;
  color: #fff;
}

.btn button.bc-l-mnt:hover,
.btn a.bc-l-mnt:hover {
  background: #fff;
  color: #6dc9bf;
}

.btn button.bc-l-mnt:hover .ico-back,
.btn a.bc-l-mnt:hover .ico-back {
  fill: #6dc9bf;
}

.btn button.bc-orn,
.btn a.bc-orn {
  background: #e29b5d;
  border-color: #e29b5d;
  color: #fff;
}

.btn button.bc-orn:hover,
.btn a.bc-orn:hover {
  background: #fff;
  color: #e29b5d;
}

.btn button.bc-orn:hover .ico-back,
.btn a.bc-orn:hover .ico-back {
  fill: #e29b5d;
}

.btn button.bc-ppl,
.btn a.bc-ppl {
  background: #7363a8;
  border-color: #7363a8;
  color: #fff;
}

.btn button.bc-ppl:hover,
.btn a.bc-ppl:hover {
  background: #fff;
  color: #7363a8;
}

.btn button.bc-ppl:hover .ico-back,
.btn a.bc-ppl:hover .ico-back {
  fill: #7363a8;
}

.btn button.bc-l-ppl,
.btn a.bc-l-ppl {
  background: #9a8bcc;
  border-color: #9a8bcc;
  color: #fff;
}

.btn button.bc-l-ppl:hover,
.btn a.bc-l-ppl:hover {
  background: #fff;
  color: #9a8bcc;
}

.btn button.bc-l-ppl:hover .ico-back,
.btn a.bc-l-ppl:hover .ico-back {
  fill: #9a8bcc;
}

.btn button.bc-yel,
.btn a.bc-yel {
  background: #f2c158;
  border-color: #f2c158;
  color: #fff;
}

.btn button.bc-yel:hover,
.btn a.bc-yel:hover {
  background: #fff;
  color: #f2c158;
}

.btn button.bc-yel:hover .ico-back,
.btn a.bc-yel:hover .ico-back {
  fill: #f2c158;
}

.btn button.bc-blk,
.btn a.bc-blk {
  background: #333;
  border-color: #333;
  color: #fff;
}

.btn button.bc-blk:hover,
.btn a.bc-blk:hover {
  background: #fff;
  color: #333;
}

.btn button.bc-blk:hover .ico-back,
.btn a.bc-blk:hover .ico-back {
  fill: #333;
}

.btn button.bc-wht,
.btn a.bc-wht {
  background: #fff;
  border-color: #fff;
  color: #fff;
}

.btn button.bc-wht:hover,
.btn a.bc-wht:hover {
  background: #fff;
  color: #fff;
}

.btn button.bc-wht:hover .ico-back,
.btn a.bc-wht:hover .ico-back {
  fill: #fff;
}

.btn button.bc-l-gry,
.btn a.bc-l-gry {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #fff;
}

.btn button.bc-l-gry:hover,
.btn a.bc-l-gry:hover {
  background: #fff;
  color: #f5f5f5;
}

.btn button.bc-l-gry:hover .ico-back,
.btn a.bc-l-gry:hover .ico-back {
  fill: #f5f5f5;
}

.btn button.bc-gry,
.btn a.bc-gry {
  background: #ddd;
  border-color: #ddd;
  color: #fff;
}

.btn button.bc-gry:hover,
.btn a.bc-gry:hover {
  background: #fff;
  color: #ddd;
}

.btn button.bc-gry:hover .ico-back,
.btn a.bc-gry:hover .ico-back {
  fill: #ddd;
}

.btn button.bc-d-gry,
.btn a.bc-d-gry {
  background: #777;
  border-color: #777;
  color: #fff;
}

.btn button.bc-d-gry:hover,
.btn a.bc-d-gry:hover {
  background: #fff;
  color: #777;
}

.btn button.bc-d-gry:hover .ico-back,
.btn a.bc-d-gry:hover .ico-back {
  fill: #777;
}

.pagetop {
  right: 20px;
  bottom: calc( 0px + env(safe-area-inset-bottom));
  width: 64px;
  height: 64px;
  cursor: pointer;
}

.tbl {
  overflow: auto;
}

.tbl .tbl-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 960px) {
  .tbl .tbl-menu {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .tbl .tbl-menu {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.tbl .tbl-menu .tbl-menu-result {
  font-size: 2rem;
  font-weight: bold;
}

.tbl .tbl-menu .tbl-menu-back a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 24px;
  background: #777;
  border: solid 1px #777;
  border-radius: 20px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}

.tbl .tbl-menu .tbl-menu-back a .ico-back {
  width: 12px;
  height: 12px;
  fill: #fff;
  transform: translateY(1px);
}

.tbl .tbl-menu .tbl-menu-back a:hover {
  background: #fff;
  color: #777;
}

.tbl .tbl-menu .tbl-menu-back a:hover .ico-back {
  fill: #777;
}

.tbl .tbl-menu .tbl-menu-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tbl .tbl-menu .tbl-menu-breadcrumb__item {
  position: relative;
  height: 40px;
  color: #fff;
  font-size: 1.3rem;
}

.tbl .tbl-menu .tbl-menu-breadcrumb__item:not(.is-current)::after {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  width: 24px;
  height: 42px;
  background: url("/img/common/arrow-mask.svg") center/contain no-repeat;
}

.tbl .tbl-menu .tbl-menu-breadcrumb__item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  padding: 0 24px 0 16px;
  background: #4579b3;
  border-radius: 2px;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-breadcrumb__item a:hover {
  opacity: 0.8;
}

.tbl .tbl-menu .tbl-menu-breadcrumb__item.is-current {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 16px;
  background: #68abd3;
  border-radius: 2px;
}

.tbl .tbl-menu .tbl-menu-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-left: auto;
}

.tbl .tbl-menu .tbl-menu-btn a,
.tbl .tbl-menu .tbl-menu-btn button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-width: 140px;
  height: 40px;
  padding: 0 24px;
  background: #4579b3;
  border: solid 1px #4579b3;
  border-radius: 20px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}

.tbl .tbl-menu .tbl-menu-btn a svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button svg[class^="ico-"] {
  width: 12px;
  height: 12px;
  fill: #fff;
  transform: translateY(-1px);
}

.tbl .tbl-menu .tbl-menu-btn a:hover,
.tbl .tbl-menu .tbl-menu-btn button:hover {
  background: #fff;
  color: #4579b3;
}

.tbl .tbl-menu .tbl-menu-btn a:hover svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button:hover svg[class^="ico-"] {
  fill: #4579b3;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-tra,
.tbl .tbl-menu .tbl-menu-btn button.bc-tra {
  background: transparent;
  border-color: transparent;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-tra:hover,
.tbl .tbl-menu .tbl-menu-btn button.bc-tra:hover {
  background: #fff;
  color: transparent;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-tra:hover svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button.bc-tra:hover svg[class^="ico-"] {
  fill: transparent;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-red,
.tbl .tbl-menu .tbl-menu-btn button.bc-red {
  background: #ef4b4b;
  border-color: #ef4b4b;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-red:hover,
.tbl .tbl-menu .tbl-menu-btn button.bc-red:hover {
  background: #fff;
  color: #ef4b4b;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-red:hover svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button.bc-red:hover svg[class^="ico-"] {
  fill: #ef4b4b;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-blu,
.tbl .tbl-menu .tbl-menu-btn button.bc-blu {
  background: #4579b3;
  border-color: #4579b3;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-blu:hover,
.tbl .tbl-menu .tbl-menu-btn button.bc-blu:hover {
  background: #fff;
  color: #4579b3;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-blu:hover svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button.bc-blu:hover svg[class^="ico-"] {
  fill: #4579b3;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-l-blu,
.tbl .tbl-menu .tbl-menu-btn button.bc-l-blu {
  background: #68abd3;
  border-color: #68abd3;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-l-blu:hover,
.tbl .tbl-menu .tbl-menu-btn button.bc-l-blu:hover {
  background: #fff;
  color: #68abd3;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-l-blu:hover svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button.bc-l-blu:hover svg[class^="ico-"] {
  fill: #68abd3;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-aqu,
.tbl .tbl-menu .tbl-menu-btn button.bc-aqu {
  background: #008EAE;
  border-color: #008EAE;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-aqu:hover,
.tbl .tbl-menu .tbl-menu-btn button.bc-aqu:hover {
  background: #fff;
  color: #008EAE;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-aqu:hover svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button.bc-aqu:hover svg[class^="ico-"] {
  fill: #008EAE;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-l-aqu,
.tbl .tbl-menu .tbl-menu-btn button.bc-l-aqu {
  background: #77ccee;
  border-color: #77ccee;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-l-aqu:hover,
.tbl .tbl-menu .tbl-menu-btn button.bc-l-aqu:hover {
  background: #fff;
  color: #77ccee;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-l-aqu:hover svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button.bc-l-aqu:hover svg[class^="ico-"] {
  fill: #77ccee;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-grn,
.tbl .tbl-menu .tbl-menu-btn button.bc-grn {
  background: #44b480;
  border-color: #44b480;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-grn:hover,
.tbl .tbl-menu .tbl-menu-btn button.bc-grn:hover {
  background: #fff;
  color: #44b480;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-grn:hover svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button.bc-grn:hover svg[class^="ico-"] {
  fill: #44b480;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-l-grn,
.tbl .tbl-menu .tbl-menu-btn button.bc-l-grn {
  background: #78ce85;
  border-color: #78ce85;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-l-grn:hover,
.tbl .tbl-menu .tbl-menu-btn button.bc-l-grn:hover {
  background: #fff;
  color: #78ce85;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-l-grn:hover svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button.bc-l-grn:hover svg[class^="ico-"] {
  fill: #78ce85;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-mnt,
.tbl .tbl-menu .tbl-menu-btn button.bc-mnt {
  background: #24a39f;
  border-color: #24a39f;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-mnt:hover,
.tbl .tbl-menu .tbl-menu-btn button.bc-mnt:hover {
  background: #fff;
  color: #24a39f;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-mnt:hover svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button.bc-mnt:hover svg[class^="ico-"] {
  fill: #24a39f;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-l-mnt,
.tbl .tbl-menu .tbl-menu-btn button.bc-l-mnt {
  background: #6dc9bf;
  border-color: #6dc9bf;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-l-mnt:hover,
.tbl .tbl-menu .tbl-menu-btn button.bc-l-mnt:hover {
  background: #fff;
  color: #6dc9bf;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-l-mnt:hover svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button.bc-l-mnt:hover svg[class^="ico-"] {
  fill: #6dc9bf;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-orn,
.tbl .tbl-menu .tbl-menu-btn button.bc-orn {
  background: #e29b5d;
  border-color: #e29b5d;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-orn:hover,
.tbl .tbl-menu .tbl-menu-btn button.bc-orn:hover {
  background: #fff;
  color: #e29b5d;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-orn:hover svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button.bc-orn:hover svg[class^="ico-"] {
  fill: #e29b5d;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-ppl,
.tbl .tbl-menu .tbl-menu-btn button.bc-ppl {
  background: #7363a8;
  border-color: #7363a8;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-ppl:hover,
.tbl .tbl-menu .tbl-menu-btn button.bc-ppl:hover {
  background: #fff;
  color: #7363a8;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-ppl:hover svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button.bc-ppl:hover svg[class^="ico-"] {
  fill: #7363a8;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-l-ppl,
.tbl .tbl-menu .tbl-menu-btn button.bc-l-ppl {
  background: #9a8bcc;
  border-color: #9a8bcc;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-l-ppl:hover,
.tbl .tbl-menu .tbl-menu-btn button.bc-l-ppl:hover {
  background: #fff;
  color: #9a8bcc;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-l-ppl:hover svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button.bc-l-ppl:hover svg[class^="ico-"] {
  fill: #9a8bcc;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-yel,
.tbl .tbl-menu .tbl-menu-btn button.bc-yel {
  background: #f2c158;
  border-color: #f2c158;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-yel:hover,
.tbl .tbl-menu .tbl-menu-btn button.bc-yel:hover {
  background: #fff;
  color: #f2c158;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-yel:hover svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button.bc-yel:hover svg[class^="ico-"] {
  fill: #f2c158;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-blk,
.tbl .tbl-menu .tbl-menu-btn button.bc-blk {
  background: #333;
  border-color: #333;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-blk:hover,
.tbl .tbl-menu .tbl-menu-btn button.bc-blk:hover {
  background: #fff;
  color: #333;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-blk:hover svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button.bc-blk:hover svg[class^="ico-"] {
  fill: #333;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-wht,
.tbl .tbl-menu .tbl-menu-btn button.bc-wht {
  background: #fff;
  border-color: #fff;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-wht:hover,
.tbl .tbl-menu .tbl-menu-btn button.bc-wht:hover {
  background: #fff;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-wht:hover svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button.bc-wht:hover svg[class^="ico-"] {
  fill: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-l-gry,
.tbl .tbl-menu .tbl-menu-btn button.bc-l-gry {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-l-gry:hover,
.tbl .tbl-menu .tbl-menu-btn button.bc-l-gry:hover {
  background: #fff;
  color: #f5f5f5;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-l-gry:hover svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button.bc-l-gry:hover svg[class^="ico-"] {
  fill: #f5f5f5;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-gry,
.tbl .tbl-menu .tbl-menu-btn button.bc-gry {
  background: #ddd;
  border-color: #ddd;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-gry:hover,
.tbl .tbl-menu .tbl-menu-btn button.bc-gry:hover {
  background: #fff;
  color: #ddd;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-gry:hover svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button.bc-gry:hover svg[class^="ico-"] {
  fill: #ddd;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-d-gry,
.tbl .tbl-menu .tbl-menu-btn button.bc-d-gry {
  background: #777;
  border-color: #777;
  color: #fff;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-d-gry:hover,
.tbl .tbl-menu .tbl-menu-btn button.bc-d-gry:hover {
  background: #fff;
  color: #777;
}

.tbl .tbl-menu .tbl-menu-btn a.bc-d-gry:hover svg[class^="ico-"],
.tbl .tbl-menu .tbl-menu-btn button.bc-d-gry:hover svg[class^="ico-"] {
  fill: #777;
}

.tbl table {
  width: 100%;
  min-width: 800px;
  border-top: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
}

.tbl table thead tr th,
.tbl table thead tr td {
  padding: 12px;
  border-bottom: solid 1px #ddd;
  font-size: 1.4rem;
  vertical-align: middle;
}

.tbl table thead tr th {
  background: #4579b3;
  color: #fff;
  text-align: left;
  white-space: nowrap;
}

.tbl table thead tr th.cell-center {
  text-align: center;
}

.tbl table thead tr td + td {
  border-left: solid 1px #ddd;
}

.tbl table tbody tr th,
.tbl table tbody tr td {
  min-height: 40px;
  padding: 12px;
  border-bottom: solid 1px #ddd;
  font-size: 1.4rem;
  vertical-align: middle;
}

.tbl table tbody tr th {
  background: #4579b3;
  color: #fff;
  text-align: left;
}

.tbl table tbody tr td + td {
  border-left: solid 1px #ddd;
}

.tbl .tbl-check {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 24px;
}

.tbl .tbl-check label {
  display: block;
  cursor: pointer;
}

.tbl .tbl-check label input[type="checkbox"] {
  display: none;
}

.tbl .tbl-check label .tbl-check-mark {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
}

.tbl .tbl-check label .tbl-check-mark::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border-radius: 2px;
  border: solid 2px #f5f5f5;
  transform: translateY(-50%);
}

.tbl .tbl-check label .tbl-check-mark::after {
  display: none;
  content: '';
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 1;
  width: 10px;
  height: 8px;
  background: url("/img/common/check-mark.svg") center/contain no-repeat;
}

.tbl .tbl-check label input:checked + .tbl-check-mark::before {
  border-color: #4579b3;
}

.tbl .tbl-check label input:checked + .tbl-check-mark::after {
  display: block;
}

.tbl .tbl-radio {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 24px;
}

.tbl .tbl-radio label {
  display: block;
  cursor: pointer;
}

.tbl .tbl-radio label input[type="radio"] {
  display: none;
}

.tbl .tbl-radio label .tbl-radio-mark {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
}

.tbl .tbl-radio label .tbl-radio-mark::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border-radius: 12px;
  transform: translateY(-50%);
}

.tbl .tbl-radio label .tbl-radio-mark::after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}

.tbl .tbl-radio label input:checked + .tbl-radio-mark::before {
  background: #4579b3;
}

.tbl .tbl-radio label input:checked + .tbl-radio-mark::after {
  display: block;
}

.tbl .tbl-nowrap {
  white-space: nowrap;
}

.tbl .tbl-name {
  display: block;
  min-width: 200px;
}

.tbl .tbl-clinic {
  display: block;
  min-width: 200px;
}

.tbl .tbl-address {
  display: block;
  min-width: 400px;
}

.tbl .tbl-type {
  display: block;
  min-width: 160px;
}

.tbl .tbl-remarks {
  display: block;
  min-width: 200px;
}

.tbl .tbl-btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.tbl .tbl-btn > a,
.tbl .tbl-btn > button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding: 0 20px;
  background: #4579b3;
  border: solid 1px #4579b3;
  border-radius: 24px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  white-space: nowrap;
}

.tbl .tbl-btn > a:hover,
.tbl .tbl-btn > button:hover {
  background: #fff;
  color: #4579b3;
}

.tbl .tbl-btn a.bc-tra,
.tbl .tbl-btn button.bc-tra {
  background: transparent;
  border-color: transparent;
  color: #fff;
}

.tbl .tbl-btn a.bc-tra:hover,
.tbl .tbl-btn button.bc-tra:hover {
  background: #fff;
  color: transparent;
}

.tbl .tbl-btn a.bc-red,
.tbl .tbl-btn button.bc-red {
  background: #ef4b4b;
  border-color: #ef4b4b;
  color: #fff;
}

.tbl .tbl-btn a.bc-red:hover,
.tbl .tbl-btn button.bc-red:hover {
  background: #fff;
  color: #ef4b4b;
}

.tbl .tbl-btn a.bc-blu,
.tbl .tbl-btn button.bc-blu {
  background: #4579b3;
  border-color: #4579b3;
  color: #fff;
}

.tbl .tbl-btn a.bc-blu:hover,
.tbl .tbl-btn button.bc-blu:hover {
  background: #fff;
  color: #4579b3;
}

.tbl .tbl-btn a.bc-l-blu,
.tbl .tbl-btn button.bc-l-blu {
  background: #68abd3;
  border-color: #68abd3;
  color: #fff;
}

.tbl .tbl-btn a.bc-l-blu:hover,
.tbl .tbl-btn button.bc-l-blu:hover {
  background: #fff;
  color: #68abd3;
}

.tbl .tbl-btn a.bc-aqu,
.tbl .tbl-btn button.bc-aqu {
  background: #008EAE;
  border-color: #008EAE;
  color: #fff;
}

.tbl .tbl-btn a.bc-aqu:hover,
.tbl .tbl-btn button.bc-aqu:hover {
  background: #fff;
  color: #008EAE;
}

.tbl .tbl-btn a.bc-l-aqu,
.tbl .tbl-btn button.bc-l-aqu {
  background: #77ccee;
  border-color: #77ccee;
  color: #fff;
}

.tbl .tbl-btn a.bc-l-aqu:hover,
.tbl .tbl-btn button.bc-l-aqu:hover {
  background: #fff;
  color: #77ccee;
}

.tbl .tbl-btn a.bc-grn,
.tbl .tbl-btn button.bc-grn {
  background: #44b480;
  border-color: #44b480;
  color: #fff;
}

.tbl .tbl-btn a.bc-grn:hover,
.tbl .tbl-btn button.bc-grn:hover {
  background: #fff;
  color: #44b480;
}

.tbl .tbl-btn a.bc-l-grn,
.tbl .tbl-btn button.bc-l-grn {
  background: #78ce85;
  border-color: #78ce85;
  color: #fff;
}

.tbl .tbl-btn a.bc-l-grn:hover,
.tbl .tbl-btn button.bc-l-grn:hover {
  background: #fff;
  color: #78ce85;
}

.tbl .tbl-btn a.bc-mnt,
.tbl .tbl-btn button.bc-mnt {
  background: #24a39f;
  border-color: #24a39f;
  color: #fff;
}

.tbl .tbl-btn a.bc-mnt:hover,
.tbl .tbl-btn button.bc-mnt:hover {
  background: #fff;
  color: #24a39f;
}

.tbl .tbl-btn a.bc-l-mnt,
.tbl .tbl-btn button.bc-l-mnt {
  background: #6dc9bf;
  border-color: #6dc9bf;
  color: #fff;
}

.tbl .tbl-btn a.bc-l-mnt:hover,
.tbl .tbl-btn button.bc-l-mnt:hover {
  background: #fff;
  color: #6dc9bf;
}

.tbl .tbl-btn a.bc-orn,
.tbl .tbl-btn button.bc-orn {
  background: #e29b5d;
  border-color: #e29b5d;
  color: #fff;
}

.tbl .tbl-btn a.bc-orn:hover,
.tbl .tbl-btn button.bc-orn:hover {
  background: #fff;
  color: #e29b5d;
}

.tbl .tbl-btn a.bc-ppl,
.tbl .tbl-btn button.bc-ppl {
  background: #7363a8;
  border-color: #7363a8;
  color: #fff;
}

.tbl .tbl-btn a.bc-ppl:hover,
.tbl .tbl-btn button.bc-ppl:hover {
  background: #fff;
  color: #7363a8;
}

.tbl .tbl-btn a.bc-l-ppl,
.tbl .tbl-btn button.bc-l-ppl {
  background: #9a8bcc;
  border-color: #9a8bcc;
  color: #fff;
}

.tbl .tbl-btn a.bc-l-ppl:hover,
.tbl .tbl-btn button.bc-l-ppl:hover {
  background: #fff;
  color: #9a8bcc;
}

.tbl .tbl-btn a.bc-yel,
.tbl .tbl-btn button.bc-yel {
  background: #f2c158;
  border-color: #f2c158;
  color: #fff;
}

.tbl .tbl-btn a.bc-yel:hover,
.tbl .tbl-btn button.bc-yel:hover {
  background: #fff;
  color: #f2c158;
}

.tbl .tbl-btn a.bc-blk,
.tbl .tbl-btn button.bc-blk {
  background: #333;
  border-color: #333;
  color: #fff;
}

.tbl .tbl-btn a.bc-blk:hover,
.tbl .tbl-btn button.bc-blk:hover {
  background: #fff;
  color: #333;
}

.tbl .tbl-btn a.bc-wht,
.tbl .tbl-btn button.bc-wht {
  background: #fff;
  border-color: #fff;
  color: #fff;
}

.tbl .tbl-btn a.bc-wht:hover,
.tbl .tbl-btn button.bc-wht:hover {
  background: #fff;
  color: #fff;
}

.tbl .tbl-btn a.bc-l-gry,
.tbl .tbl-btn button.bc-l-gry {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #fff;
}

.tbl .tbl-btn a.bc-l-gry:hover,
.tbl .tbl-btn button.bc-l-gry:hover {
  background: #fff;
  color: #f5f5f5;
}

.tbl .tbl-btn a.bc-gry,
.tbl .tbl-btn button.bc-gry {
  background: #ddd;
  border-color: #ddd;
  color: #fff;
}

.tbl .tbl-btn a.bc-gry:hover,
.tbl .tbl-btn button.bc-gry:hover {
  background: #fff;
  color: #ddd;
}

.tbl .tbl-btn a.bc-d-gry,
.tbl .tbl-btn button.bc-d-gry {
  background: #777;
  border-color: #777;
  color: #fff;
}

.tbl .tbl-btn a.bc-d-gry:hover,
.tbl .tbl-btn button.bc-d-gry:hover {
  background: #fff;
  color: #777;
}

.tbl .tbl-thumb {
  width: auto;
  max-width: 160px;
  max-height: 120px;
  margin: 0 auto;
}

.tbl--sort table tbody tr > *:first-child {
  position: relative;
  padding-left: 50px;
}

.tbl--sort table tbody tr .sort-mark {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 18px;
  height: 2px;
  background: #ddd;
  transform: translateY(-50%);
}

.tbl--sort table tbody tr .sort-mark::before, .tbl--sort table tbody tr .sort-mark::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #ddd;
}

.tbl--sort table tbody tr .sort-mark::before {
  position: absolute;
  top: -6px;
  left: 0;
}

.tbl--sort table tbody tr .sort-mark::after {
  position: absolute;
  bottom: -6px;
  left: 0;
}

.tbl--user-stats table {
  min-width: 1200px;
}

.tbl--user-stats table thead tr th {
  text-align: center;
  border-left: solid 1px #ddd;
}

.tbl-hours {
  overflow-x: auto;
  width: 100%;
}

.tbl-hours table {
  width: 100%;
}

.tbl-hours table thead tr th {
  padding: 12px;
  font-size: 1.4rem;
  vertical-align: middle;
  background: #68abd3;
  color: #fff;
  text-align: center;
}

.tbl-hours table tbody tr th,
.tbl-hours table tbody tr td {
  min-height: 40px;
  padding: 12px;
  border-top: solid 1px #ddd;
  font-size: 1.4rem;
  vertical-align: middle;
}

.tbl-hours table tbody tr td + td {
  border-left: solid 1px #ddd;
}

.tbl-hours table tbody tr .hours-date {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
}

.tbl-hours table tbody tr .hours-date__item {
  position: relative;
}

.tbl-hours table tbody tr .hours-date__item input {
  width: 104px;
  padding-left: 28px;
  background: url("/img/common/calendar.svg") center left 8px/14px 14px no-repeat #f5f5f5;
  cursor: pointer;
}

.tbl-hours table tbody tr .hours-date__tilde {
  font-size: 1.4rem;
}

.tbl-hours table tbody tr .hours-select select {
  margin: 0 auto;
  padding: 0 28px 0 12px;
  background: url("/img/common/select-wht.svg") center right 4px/8px 8px no-repeat, linear-gradient(to left, #4579b3 16px, #f5f5f5 16px, #f5f5f5);
  cursor: pointer;
}

.frame {
  padding: 16px;
  border: solid 1px #ddd;
}

.separate {
  margin-bottom: calc(8px * 5);
  padding-bottom: calc(8px * 5);
  border-bottom: solid 1px #ddd;
}

@media screen and (max-width: 960px) {
  .separate {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .separate {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .separate {
    padding-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .separate {
    padding-bottom: calc((8px * 5) * 0.5);
  }
}

.modal__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  .modal__inner {
    padding: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .modal__inner {
    padding: calc((8px * 5) * 0.5);
  }
}

.modal-dialog {
  margin: 0 !important;
}

.modal-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
}

.modal-btn button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  min-width: 88px;
  height: 32px;
  padding: 0 16px;
  background: #777;
  border: solid 1px #777;
  border-radius: 2px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
  transition: 0.3s ease-out;
}

.modal-btn button:hover {
  background: #fff;
  color: #777;
}

.acd summary {
  position: relative;
  padding: calc(8px * 3);
  list-style: none;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .acd summary {
    padding: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .acd summary {
    padding: calc((8px * 3) * 0.5);
  }
}

.acd summary::-webkit-details-marker {
  display: none;
}

.acd summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 3.2rem;
  line-height: 32px;
  transform: translateY(-50%);
  transition: .3s ease-out;
}

.acd .acd-content {
  padding: calc(8px * 3);
  background: #f5f5f5;
}

@media screen and (max-width: 960px) {
  .acd .acd-content {
    padding: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .acd .acd-content {
    padding: calc((8px * 3) * 0.5);
  }
}

.acd[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.acd[open] .acd-content {
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.tab-area {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 0 auto;
}

.tab-area .tab_item {
  float: left;
  width: calc(100% / 2);
  height: 50px;
  border-bottom: 3px solid #4579b3;
  background-color: #ddd;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #333;
  display: block;
  text-align: center;
  font-weight: bold;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.tab-area .tab_item:hover {
  opacity: 0.75;
}

.tab-area input[name="tab_item"] {
  display: none;
}

.tab-area .tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

.tab-area #file-only:checked ~ #js-file-only,
.tab-area #with-desc:checked ~ #js-with-desc {
  display: block;
}

.tab-area input:checked + .tab_item {
  background-color: #4579b3;
  color: #fff;
}

.menu-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  max-width: 1200px;
}

@media screen and (max-width: 1280px) {
  .menu-list {
    gap: 20px;
  }
}

@media screen and (max-width: 960px) {
  .menu-list {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

.menu-list__item {
  width: 100%;
}

.menu-list__item--master {
  grid-row: 1 / 5;
  grid-column: 3;
}

@media screen and (max-width: 960px) {
  .menu-list__item--master {
    grid-row: 5;
    grid-column: 1;
  }
}

.menu-sub-list {
  padding: 0 8px;
}

.menu-sub-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}

.menu-sub-list__item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.menu-sub-list__item a .ico-arrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #4579b3;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.menu-sub-list__item a .ico-arrow svg {
  width: 8px;
  height: 8px;
  fill: #fff;
}

.menu-btn:not(:only-child) {
  margin-bottom: 16px;
}

.menu-btn a {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  height: 64px;
  padding: 0 20px;
  background: url("/img/common/mark-blu.svg") top -8px right 24px/80px 80px no-repeat #4579b3;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}

.menu-btn a:hover {
  background: #68abd3;
  background: url("/img/common/mark-l-blu.svg") top -8px right 24px/80px 80px no-repeat #68abd3;
}

.profile {
  position: relative;
  margin-bottom: calc(8px * 5);
  padding-bottom: calc(8px * 5);
  padding-right: 184px;
  border-bottom: solid 1px #ddd;
}

@media screen and (max-width: 960px) {
  .profile {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .profile {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .profile {
    padding-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .profile {
    padding-bottom: calc((8px * 5) * 0.5);
  }
}

.profile .profile-list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.profile .profile-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 12px;
}

.profile .profile-list__item dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 160px;
  height: 40px;
  padding: 0 24px 0 16px;
  background: #4579b3;
  border-radius: 2px;
  color: #fff;
  font-size: 1.3rem;
}

.profile .profile-list__item dt:not(.is-current)::after {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  width: 24px;
  height: 42px;
  background: url("/img/common/arrow-mask.svg") center/contain no-repeat;
}

.profile .profile-list__item dt a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  color: #fff;
}

.profile .profile-list__item dt a:hover {
  opacity: 0.8;
}

.profile .profile-logout {
  position: absolute;
  top: 0;
  right: 0;
}

.profile .profile-logout a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 48px;
  border-radius: 24px;
  background: #777;
  color: #fff;
  font-weight: bold;
}

.profile .profile-logout a:hover {
  background: #68abd3;
}

/*# sourceMappingURL=../../../maps/backend/common/main.css.map */
