@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 {
  -webkit-box-sizing: border-box;
  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: .1em;
}

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

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

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

a:visited {
  color: #333;
}

a:hover {
  color: #333;
}

a:active {
  color: #333;
}

a svg {
  -webkit-transition: .3s ease-out;
  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;
}

section:not(.notice-single):not(.format-file-single):not(.bbs-comment) img {
  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 {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1280px) {
  .wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}

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

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

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1280px) {
  .inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}

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

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

.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;
  }
}

.cf::after {
  content: '';
  display: block;
  clear: both;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  display: block;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before, .slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  height: 56px;
  gap: 16px;
  padding: 0 16px;
  background: #eee;
}

@media screen and (max-width: 640px) {
  .header {
    gap: 12px;
  }
}

@media screen and (max-width: 480px) {
  .header {
    gap: 8px;
  }
}

.header.is-open {
  width: calc(100% - 270px);
}

@media screen and (max-width: 640px) {
  .header.is-open {
    width: 100%;
  }
}

.header.is-close {
  width: calc(100% - 56px);
}

@media screen and (max-width: 640px) {
  .header.is-close {
    width: 100%;
  }
}

.header .header-logo {
  display: none;
}

@media screen and (max-width: 640px) {
  .header .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-right: auto;
    gap: 8px;
  }
}

.header .header-logo img {
  width: 104px;
}

.header .header-logo span {
  display: inline-block;
  padding: 2px 6px;
  background: #fff;
  border-radius: 2px;
  color: #2a3f54;
  font-size: 1.3rem;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  .header .header-logo span {
    padding: 2px 4px;
    font-size: 1.1rem;
  }
}

.header .header-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 32px;
  padding: 0 34px 0 16px;
  background: #4aa6bc;
  border-radius: 16px;
  color: #fff;
  font-size: 1.3rem;
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  .header .header-btn a {
    padding: 0 24px 0 12px;
    font-size: 1.1rem;
  }
}

.header .header-btn a .ico-setting {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  fill: #fff;
}

@media screen and (max-width: 640px) {
  .header .header-btn a .ico-setting {
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }
}

.header .header-btn a .ico-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  fill: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .header .header-btn a .ico-arrow {
    right: 12px;
    width: 8px;
    height: 8px;
  }
}

.header .header-menu {
  position: relative;
  height: 100%;
}

.header .header-menu__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  cursor: pointer;
}

.header .header-menu__name .ico-account {
  width: 20px;
  height: 20px;
  margin-left: 6px;
  fill: #2a3f54;
}

@media screen and (max-width: 640px) {
  .header .header-menu__name .ico-account {
    width: 32px;
    height: 32px;
    margin-left: 0;
  }
}

.header .header-menu__accordion {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% + 16px);
  height: 0;
}

@media screen and (max-width: 640px) {
  .header .header-menu__accordion {
    right: -16px;
    left: auto;
    width: auto;
  }
}

.header .header-menu__accordion a {
  display: block;
  width: 100%;
  padding: 8px 16px;
  background: #223243;
  color: #fff;
  font-size: 1.3rem;
}

@media screen and (max-width: 640px) {
  .header .header-menu__accordion a {
    font-size: 1.1rem;
    white-space: nowrap;
  }
}

.header .header-menu__accordion a:not(:nth-last-of-type(1)) {
  border-bottom: dashed 1px rgba(255, 255, 255, 0.3);
}

.content .content-side {
  background: #2a3f54;
}

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

.content .content-side .side-logo {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 16px;
}

.content .content-side .side-logo img:not(:only-child) {
  margin-bottom: 8px;
}

.content .content-side .side-logo span {
  background: #fff;
  width: 88px;
  height: 24px;
  border-radius: 14px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  color: #2a3f54;
  font-size: 1.3rem;
  text-align: center;
  line-height: 24px;
}

.content .content-side .side-logo-small {
  width: 100%;
  max-width: 44px;
  margin: 0 auto 10px;
}

.content .content-side .side-logo-small img:not(:only-child) {
  margin-bottom: 6px;
}

.content .content-side .side-logo-small span {
  display: block;
  background: #fff;
  color: #2a3f54;
  font-weight: bold;
  font-size: 1.0rem;
  letter-spacing: 0;
  text-align: center;
}

.content .content-side .side-menu {
  position: sticky;
  top: 0;
  z-index: 9998;
  padding-bottom: 40px;
}

.content .content-side .side-menu__item {
  position: relative;
}

.content .content-side .side-menu__item > a,
.content .content-side .side-menu__item > p {
  gap: 8px;
  position: relative;
  z-index: 2;
  min-height: 40px;
  padding: 8px 12px;
  background: #2a3f54;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.content .content-side .side-menu__item .ico-menu {
  width: 20px;
  height: 20px;
  fill: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.content .content-side .side-menu__item .ico-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 10px;
  fill: #fff;
  -webkit-transform: translateY(-50%) rotateZ(90deg);
  transform: translateY(-50%) rotateZ(90deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.content .content-side .side-menu__item:hover > a,
.content .content-side .side-menu__item:hover > p, .content .content-side .side-menu__item.is-current > a,
.content .content-side .side-menu__item.is-current > p {
  background: #4aa6bc;
}

.content .content-side .side-menu__item.is-active > p .ico-arrow {
  -webkit-transform: translateY(-50%) rotateZ(-90deg);
  transform: translateY(-50%) rotateZ(-90deg);
}

.content .content-side .side-menu__item.is-active .pull-menu {
  height: auto;
}

.content .content-side .side-menu .pull-menu {
  overflow: hidden;
  background: #223243;
  height: 0;
  -webkit-transition: 0;
  transition: 0;
}

.content .content-side .side-menu .pull-menu__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 12px;
  color: #fff;
  font-size: 1.4rem;
}

.content .content-side .side-menu .pull-menu__item:nth-of-type(1) > a {
  padding-top: 12px;
}

.content .content-side .side-menu .pull-menu__item:nth-last-of-type(1) > a {
  padding-bottom: 12px;
}

.content .content-side .link-general {
  position: fixed;
  bottom: 40px;
  z-index: 9998;
  width: 270px;
}

.content .content-side .link-general a {
  height: 40px;
  gap: 8px;
  padding: 0 12px;
  background: #223243;
  color: #fff;
  font-size: 1.4rem;
}

.content .content-side .link-general a .ico-general {
  width: 20px;
  height: 20px;
  fill: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.content .content-side .side-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  z-index: 9998;
  width: 270px;
  height: 40px;
  gap: 8px;
  padding: 0 12px;
  background: #2a3f54;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
}

.content .content-side .side-switch .ico-switch {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.content.is-open .content-side {
  width: 270px;
  padding-top: 20px;
}

.content.is-open .content-side .side-logo {
  display: block;
}

.content.is-open .content-side .side-logo-small {
  display: none;
}

.content.is-open .content-side .side-menu__item > a,
.content.is-open .content-side .side-menu__item > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.is-open .content-side .side-menu__item > a .side-menu-txt,
.content.is-open .content-side .side-menu__item > a .ico-arrow,
.content.is-open .content-side .side-menu__item > p .side-menu-txt,
.content.is-open .content-side .side-menu__item > p .ico-arrow {
  display: block;
}

.content.is-open .content-side .link-general a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.is-open .content-side .link-general a .link-general-txt {
  display: block;
}

.content.is-close .content-side {
  width: 56px;
  padding-top: 10px;
}

.content.is-close .content-side .side-logo {
  display: none;
}

.content.is-close .content-side .side-logo-small {
  display: block;
}

.content.is-close .content-side .side-menu__item > a,
.content.is-close .content-side .side-menu__item > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.is-close .content-side .side-menu__item > a .side-menu-txt,
.content.is-close .content-side .side-menu__item > a .ico-arrow,
.content.is-close .content-side .side-menu__item > p .side-menu-txt,
.content.is-close .content-side .side-menu__item > p .ico-arrow {
  display: none;
}

.content.is-close .content-side .side-menu__item .pull-menu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 99;
  width: 200px;
}

.content.is-close .content-side .link-general {
  width: 56px;
}

.content.is-close .content-side .link-general a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.is-close .content-side .link-general a .link-general-txt {
  display: none;
}

.content.is-close .content-side .side-switch {
  width: 56px;
}

.content.is-close .content-side .side-switch .ico-switch {
  margin: 0 auto;
}

.content.is-close .content-side .side-switch .side-switch-txt {
  display: none;
}

.drawer {
  display: none;
  position: relative;
  top: 0;
  right: 0;
  z-index: 9997;
}

@media screen and (max-width: 640px) {
  .drawer {
    display: block;
  }
}

.drawer .drawer-switch {
  display: none;
}

.drawer-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 56px;
  height: 56px;
  background: #2a3f54;
  border-radius: 0 4px 0 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.drawer-hamburger .ico-hamburger {
  width: 28px;
  height: 28px;
  fill: #fff;
}

.drawer-switch:checked ~ .drawer-hamburger {
  -webkit-transform: translateX(220px);
  transform: translateX(220px);
}

.drawer-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100%;
  height: 100%;
  background: #333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.drawer-switch:checked ~ .drawer-overlay {
  opacity: 0.3;
  visibility: visible;
}

.drawer-content {
  overflow: auto;
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 9998;
  width: 220px;
  height: calc(100% - 56px);
  background: #2a3f54;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.drawer-switch:checked ~ .drawer-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.drawer-content .drawer-menu {
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}

.drawer-content .drawer-menu__item > a,
.drawer-content .drawer-menu__item > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  min-height: 40px;
  padding: 8px 12px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  font-size: 1.3rem;
}

.drawer-content .drawer-menu__item.is-current > a,
.drawer-content .drawer-menu__item.is-current > p {
  background: #4aa6bc;
}

.drawer-content .drawer-menu__item--general {
  padding-top: 16px;
}

.drawer-content .drawer-menu__item--general a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 24px);
  margin: 0 auto;
  background: #4aa6bc;
  border-bottom: none;
  border-radius: 20px;
}

.drawer-content .drawer-sub-menu__item > a,
.drawer-content .drawer-sub-menu__item > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  height: 40px;
  padding: 0 12px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  font-size: 1.3rem;
  text-indent: 0.8em;
}

.form-field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .form-field__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.form-field__item:not(:nth-last-of-type(1)) {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 960px) {
  .form-field__item:not(:nth-last-of-type(1)) {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .form-field__item:not(:nth-last-of-type(1)) {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.form-field dt {
  margin-right: 24px;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  .form-field dt {
    width: 100%;
    margin: 0 0 8px;
  }
}

.form-field dd {
  width: 100%;
  word-break: break-all;
}

.form-field--modal, .form-field--search {
  margin-bottom: 24px;
}

.form-field--modal .form-field__item:not(:nth-last-of-type(1)), .form-field--search .form-field__item:not(:nth-last-of-type(1)) {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 960px) {
  .form-field--modal .form-field__item:not(:nth-last-of-type(1)), .form-field--search .form-field__item:not(:nth-last-of-type(1)) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .form-field--modal .form-field__item:not(:nth-last-of-type(1)), .form-field--search .form-field__item:not(:nth-last-of-type(1)) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.form-field--usemark dt {
  position: relative;
  padding-left: 48px;
}

.form-required,
.form-optional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 24px;
  border-radius: 2px;
  color: #fff;
  font-size: 1.1rem;
}

.form-required {
  background: #d85656;
}

.form-optional {
  background: #2a3f54;
}

input:not([type="file"]),
select,
textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  font-size: 1.5rem;
  font-family: "Inter", "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input:not([type="file"])::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

input:not([type="file"])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}

input:not([type="file"]):-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

input:not([type="file"])::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}

input:not([type="file"])::placeholder,
select::placeholder,
textarea::placeholder {
  color: #999;
}

select {
  position: relative;
  width: auto;
  padding: 0 42px 0 16px;
  background: url("/img/backend/common/select.svg") center right 8px/10px 10px no-repeat, linear-gradient(to left, #2a3f54 26px, #fff 26px);
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  select {
    width: 100%;
  }
}

textarea {
  overflow: auto;
  height: 200px;
  padding: 16px;
  line-height: 1.8;
  resize: vertical;
}

input.field-time,
input.field-date {
  height: 32px;
  padding: 0 34px 0 8px;
  background: url("/img/backend/common/select.svg") center right 8px/10px 10px no-repeat, linear-gradient(to left, #2a3f54 26px, #fff 26px);
}

@media screen and (max-width: 1280px) {
  input.field-time,
  input.field-date {
    font-size: 1.4rem;
  }
}

input.field-time {
  max-width: 96px;
}

input.field-date {
  max-width: 132px;
}

input[type="file"] {
  padding: 8px 0;
}

.modal input:not([type="file"]),
.modal select,
.modal textarea {
  background: #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal input:not([type="file"])::-webkit-input-placeholder, .modal select::-webkit-input-placeholder, .modal textarea::-webkit-input-placeholder {
  color: #999;
}

.modal input:not([type="file"])::-moz-placeholder, .modal select::-moz-placeholder, .modal textarea::-moz-placeholder {
  color: #999;
}

.modal input:not([type="file"]):-ms-input-placeholder, .modal select:-ms-input-placeholder, .modal textarea:-ms-input-placeholder {
  color: #999;
}

.modal input:not([type="file"])::-ms-input-placeholder, .modal select::-ms-input-placeholder, .modal textarea::-ms-input-placeholder {
  color: #999;
}

.modal input:not([type="file"])::placeholder,
.modal select::placeholder,
.modal textarea::placeholder {
  color: #999;
}

.tox-tinymce {
  border: none !important;
  border-radius: 2px !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) !important;
}

.field-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.field-word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.field-word input {
  width: calc(100% - 96px);
}

@media screen and (max-width: 640px) {
  .field-word input {
    width: 100%;
  }
}

.search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  margin-left: auto;
  background: #2a3f54;
  border: solid 1px #2a3f54;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 640px) {
  .search-btn {
    width: 100%;
    height: 48px;
  }
}

.search-btn input {
  display: none;
}

.search-btn:hover {
  background: #fff;
  color: #2a3f54;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 16px;
  padding: 8px 0;
}

@media screen and (max-width: 640px) {
  .form-check {
    gap: 8px 12px;
    padding: 0;
  }
}

.form-check__item {
  cursor: pointer;
}

.form-check__item input[type="checkbox"] {
  display: none;
}

.form-check__label {
  display: block;
  position: relative;
  min-height: 24px;
  padding-left: 32px;
}

.form-check__label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.form-check__label::after {
  display: none;
  content: '';
  position: absolute;
  top: 4px;
  left: 9px;
  z-index: 1;
  width: 6px;
  height: 12px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #fff #fff transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

input:checked + .form-check__label::before {
  background: #2a3f54;
}

input:checked + .form-check__label::after {
  display: block;
}

.modal .form-check__label::before,
.tbl-check .form-check__label::before {
  background: #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:checked + .modal .form-check__label::before, input:checked +
.tbl-check .form-check__label::before {
  background: #2a3f54;
}

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

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

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

.form-file__btn input {
  display: none;
}

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

.form-file .form-file-dtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  background: #d85656;
  border: solid 1px #d85656;
  border-radius: 2px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

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

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

.form-file .form-file-dtl__download {
  background: #4aa6bc;
  border: solid 1px #4aa6bc;
}

.form-file .form-file-dtl__download:hover {
  color: #4aa6bc;
}

.modal .form-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal .form-file .form-file__list {
  width: 100%;
  text-align: center;
  word-break: break-all;
}

.form-doctor .form-doctor-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

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

.form-doctor .form-doctor-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 172px;
  height: 40px;
  padding: 0 16px;
  background: #2a3f54;
  border: solid 1px #2a3f54;
  border-radius: 2px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.form-doctor .form-doctor-btn input {
  display: none;
}

.form-doctor .form-doctor-btn:hover {
  background: #fff;
  color: #2a3f54;
}

.form-doctor .form-doctor-dtl__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-doctor .form-doctor-dtl__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.form-doctor .form-doctor-dtl__item:nth-last-of-type(1) {
  margin-bottom: 16px;
}

.form-doctor .form-doctor-dtl__txt {
  margin-right: 12px;
  word-break: break-all;
}

.form-doctor .form-doctor-dtl__delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  background: #d85656;
  border: solid 1px #d85656;
  border-radius: 2px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.form-doctor .form-doctor-dtl__delete:hover {
  background: #fff;
  color: #d85656;
}

.field-schedule {
  overflow-x: auto;
}

.field-schedule table {
  min-width: 820px;
}

@media screen and (max-width: 1280px) {
  .field-schedule table {
    min-width: 740px;
  }
}

.field-schedule table thead th {
  padding: 8px;
  background: #2a3f54;
  color: #fff;
  font-weight: bold;
}

.field-schedule table thead th:nth-child(1) {
  padding-left: 16px;
  border-radius: 2px 0 0 2px;
}

.field-schedule table thead th:nth-last-child(1) {
  padding-right: 16px;
  border-radius: 0 2px 2px 0;
}

.field-schedule table tbody th,
.field-schedule table tbody td {
  padding: 16px 8px;
  border-bottom: solid 1px #999;
}

@media screen and (max-width: 1280px) {
  .field-schedule table tbody th,
  .field-schedule table tbody td {
    padding: 12px 4px;
  }
}

.field-schedule table tbody th {
  padding-left: 16px;
}

.field-schedule table tbody td {
  text-align: center;
}

.field-schedule table tbody td:nth-last-child(1) {
  padding-right: 16px;
}

.field-schedule table tbody td select {
  height: 32px;
  margin: 0 auto;
  padding: 0 34px 0 8px;
}

@media screen and (max-width: 1280px) {
  .field-schedule table tbody td select {
    font-size: 1.4rem;
  }
}

.field-schedule__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.form-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
  background: #999;
  color: #fff;
  font-size: 1.8rem;
  -webkit-transition: 0.3s ease-out;
  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;
}

.validate-success,
.validate-failed {
  margin-bottom: 16px;
  font-size: 1.3rem;
  font-weight: bold;
}

.screen-reader-response {
  display: none;
}

.invalid-txt {
  padding-top: 4px;
  color: #d85656;
  font-size: 1.3rem;
}

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

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

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

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

#app {
  height: 100%;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  background: #f5f7fb;
}

.content .content-main {
  padding: 96px 40px 40px;
  background: #f5f7fb;
}

@media screen and (max-width: 1280px) {
  .content .content-main {
    padding: 96px 32px 32px;
  }
}

@media screen and (max-width: 960px) {
  .content .content-main {
    padding: 96px 24px 24px;
  }
}

@media screen and (max-width: 640px) {
  .content .content-main {
    padding: 96px 20px 20px;
  }
}

@media screen and (max-width: 480px) {
  .content .content-main {
    padding: 96px 16px 16px;
  }
}

.content.is-open .content-main {
  width: calc(100% - 270px);
}

@media screen and (max-width: 640px) {
  .content.is-open .content-main {
    width: 100%;
  }
}

.content.is-close .content-main {
  width: calc(100% - 56px);
}

@media screen and (max-width: 640px) {
  .content.is-close .content-main {
    width: 100%;
  }
}

.content--search {
  height: auto;
  padding: 56px 0;
}

.pagettl {
  margin-bottom: 20px;
  color: #2a3f54;
  font-size: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .pagettl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .pagettl {
    font-size: 1.7rem;
  }
}

.pagettl .ico-ttl {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  fill: #2a3f54;
  vertical-align: sub;
}

@media screen and (max-width: 960px) {
  .pagettl .ico-ttl {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 640px) {
  .pagettl .ico-ttl {
    width: 20px;
    height: 20px;
  }
}

.headline {
  position: relative;
  margin-bottom: calc(8px * 5);
  padding-left: 12px;
  color: #2a3f54;
  font-size: 1.7rem;
  font-weight: bold;
}

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

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

.headline::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: calc(100% - 6px);
  background: #2a3f54;
  border-radius: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

@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);
  }
}

.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: '※';
}

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

.fc-tra {
  color: transparent;
}

.fc-red {
  color: #d85656;
}

.fc-blu {
  color: #2a3f54;
}

.fc-d-blu {
  color: #223243;
}

.fc-blk {
  color: #333;
}

.fc-wht {
  color: #fff;
}

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

.fc-gry {
  color: #d8d8d8;
}

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

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

.list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: #2a3f54;
  -webkit-transform: translateY(-50%);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 640px) {
  .btn {
    gap: 16px;
  }
}

.btn--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn a.btn__item, .btn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 56px;
  background: #2a3f54;
  border: solid 2px #2a3f54;
  border-radius: 4px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 640px) {
  .btn a.btn__item, .btn__item {
    border-width: 1px;
    max-width: none;
  }
}

.btn a.btn__item input, .btn__item input {
  display: none;
}

.btn a.btn__item:hover, .btn__item:hover {
  background: #fff;
  color: #2a3f54;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .btn a.btn__item:hover, .btn__item:hover {
    font-weight: normal;
  }
}

.edit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px;
}

.edit-btn a.edit-btn__item, .edit-btn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 100px;
  max-width: 140px;
  height: 40px;
  gap: 6px;
  padding: 0 16px;
  background: #2a3f54;
  border: solid 2px #2a3f54;
  border-radius: 2px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .edit-btn a.edit-btn__item, .edit-btn__item {
    max-width: none;
    border-width: 1px;
  }
}

.edit-btn a.edit-btn__item .ico-btn, .edit-btn__item .ico-btn {
  width: 16px;
  height: 16px;
  fill: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.edit-btn a.edit-btn__item input, .edit-btn__item input {
  display: none;
}

.edit-btn a.edit-btn__item:hover, .edit-btn__item:hover {
  background: #fff;
  color: #2a3f54;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .edit-btn a.edit-btn__item:hover, .edit-btn__item:hover {
    font-weight: normal;
  }
}

.edit-btn a.edit-btn__item:hover .ico-btn, .edit-btn__item:hover .ico-btn {
  fill: #2a3f54;
}

.edit-btn a.edit-btn__item--add, .edit-btn__item--add {
  margin-right: auto;
}

.edit-btn a.edit-btn__item--folder, .edit-btn a.edit-btn__item--preview, .edit-btn__item--folder, .edit-btn__item--preview {
  background: #4aa6bc;
  border-color: #4aa6bc;
}

@media screen and (max-width: 640px) {
  .edit-btn a.edit-btn__item--folder, .edit-btn a.edit-btn__item--preview, .edit-btn__item--folder, .edit-btn__item--preview {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.edit-btn a.edit-btn__item--folder:hover, .edit-btn a.edit-btn__item--preview:hover, .edit-btn__item--folder:hover, .edit-btn__item--preview:hover {
  color: #4aa6bc;
}

.edit-btn a.edit-btn__item--folder:hover .ico-btn, .edit-btn a.edit-btn__item--preview:hover .ico-btn, .edit-btn__item--folder:hover .ico-btn, .edit-btn__item--preview:hover .ico-btn {
  fill: #4aa6bc;
}

.edit-btn a.edit-btn__item--cancel, .edit-btn a.edit-btn__item--back, .edit-btn__item--cancel, .edit-btn__item--back {
  background: #999;
  border-color: #999;
}

@media screen and (max-width: 640px) {
  .edit-btn a.edit-btn__item--cancel, .edit-btn a.edit-btn__item--back, .edit-btn__item--cancel, .edit-btn__item--back {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.edit-btn a.edit-btn__item--cancel:hover, .edit-btn a.edit-btn__item--back:hover, .edit-btn__item--cancel:hover, .edit-btn__item--back:hover {
  color: #999;
}

.edit-btn a.edit-btn__item--cancel:hover .ico-btn, .edit-btn a.edit-btn__item--back:hover .ico-btn, .edit-btn__item--cancel:hover .ico-btn, .edit-btn__item--back:hover .ico-btn {
  fill: #999;
}

.edit-btn a.edit-btn__item--delete, .edit-btn__item--delete {
  margin-right: auto;
  background: #d85656;
  border-color: #d85656;
}

@media screen and (max-width: 640px) {
  .edit-btn a.edit-btn__item--delete, .edit-btn__item--delete {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.edit-btn a.edit-btn__item--delete:hover, .edit-btn__item--delete:hover {
  color: #d85656;
}

.edit-btn a.edit-btn__item--delete:hover .ico-btn, .edit-btn__item--delete:hover .ico-btn {
  fill: #d85656;
}

.edit-btn a.edit-btn__item--topicdelete, .edit-btn__item--topicdelete {
  background: #d85656;
  border-color: #d85656;
}

@media screen and (max-width: 640px) {
  .edit-btn a.edit-btn__item--topicdelete, .edit-btn__item--topicdelete {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.edit-btn a.edit-btn__item--topicdelete:hover, .edit-btn__item--topicdelete:hover {
  color: #d85656;
}

.edit-btn a.edit-btn__item--topicdelete:hover .ico-btn, .edit-btn__item--topicdelete:hover .ico-btn {
  fill: #d85656;
}

.edit-btn--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.edit-btn--center .edit-btn__item--delete {
  margin-right: initial;
}

.more-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.more-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 104px;
  height: 32px;
  padding-right: 8px;
  background: #2a3f54;
  -webkit-mask-image: url("/img/backend/common/mask-more.svg");
  mask-image: url("/img/backend/common/mask-more.svg");
  border-radius: 2px;
  color: #fff;
  font-size: 1.3rem;
}

.more-btn a:hover {
  background: #4aa6bc;
}

.bc-tra a {
  background: transparent;
}

.bc-red a {
  background: #d85656;
}

.bc-blu a {
  background: #2a3f54;
}

.bc-d-blu a {
  background: #223243;
}

.bc-blk a {
  background: #333;
}

.bc-wht a {
  background: #fff;
}

.bc-l-gry a {
  background: #eee;
}

.bc-gry a {
  background: #d8d8d8;
}

.bc-d-gry a {
  background: #999;
}

.separate {
  margin-bottom: calc(8px * 6);
  padding-bottom: calc(8px * 6);
  border-bottom: dashed 1px #333;
}

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

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

@media screen and (max-width: 960px) {
  .separate {
    padding-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .separate {
    padding-bottom: calc((8px * 6) * 0.5);
  }
}

.tbl {
  overflow-x: auto;
}

.tbl:has(::-webkit-scrollbar) {
  padding-right: 40px;
}

.tbl::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

.tbl::-webkit-scrollbar-track {
  background: #d8d8d8;
  border: solid 4px transparent;
  background-clip: padding-box;
}

.tbl::-webkit-scrollbar-thumb {
  background: #2a3f54;
  border: solid 4px transparent;
  background-clip: padding-box;
}

.tbl table {
  width: 100%;
}

.tbl table thead tr th {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 0 16px 12px;
  background: #fff;
  color: #2a3f54;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  white-space: nowrap;
}

.tbl table thead tr th::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2a3f54;
}

@media screen and (max-width: 960px) {
  .tbl table thead tr th {
    padding: 0 12px 8px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .tbl table thead tr th {
    padding: 0 8px 6px;
    font-size: 1.4rem;
  }
}

.tbl table thead tr th:first-child {
  padding-left: 4px;
}

.tbl table thead tr th:last-child {
  padding-right: 4px;
}

.tbl table tbody tr th,
.tbl table tbody tr td {
  padding: 12px 16px;
  line-height: 1.4;
  border-bottom: dashed 1px #d8d8d8;
}

@media screen and (max-width: 960px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    padding: 8px 12px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    padding: 6px 8px;
    font-size: 1.3rem;
  }
}

.tbl table tbody tr th:first-child,
.tbl table tbody tr td:first-child {
  padding-left: 4px;
}

.tbl table tbody tr th:last-child,
.tbl table tbody tr td:last-child {
  padding-right: 4px;
}

.tbl table tbody tr th a,
.tbl table tbody tr td a {
  text-decoration: underline;
}

.tbl table tbody tr th a:hover,
.tbl table tbody tr td a:hover {
  text-decoration: none;
}

.tbl table tbody tr:nth-last-of-type(1) th,
.tbl table tbody tr:nth-last-of-type(1) td {
  border-bottom: none;
}

.tbl table tbody tr:nth-last-of-type(1) td {
  padding-bottom: 0;
}

.tbl table .tbl-file-ttl {
  min-width: 240px;
  margin-bottom: 4px;
  word-break: break-all;
}

.tbl table .tbl-file-name {
  display: inline-block;
  font-size: 1.1rem;
  word-break: break-all;
}

.tbl table .tbl-check {
  width: 24px;
  padding-right: 4px;
  vertical-align: middle;
}

.tbl table .tbl-check .form-check__label {
  padding-left: 24px;
}

.tbl table .tbl-nobreak {
  white-space: nowrap;
}

.tbl table .tbl-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.tbl table .tbl-cat span {
  display: inline-block;
  height: 28px;
  padding: 0 8px;
  background: #2a3f54;
  border-radius: 2px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 28px;
  white-space: nowrap;
}

.tbl table .tbl-btn {
  position: sticky;
  z-index: 3;
  right: 0;
  padding-right: 8px !important;
  background: #fff;
}

.tbl table .tbl-btn .tbl-btn-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.tbl table .tbl-btn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 64px;
  height: 32px;
  padding: 0 16px;
  background: #2a3f54;
  border: solid 2px #2a3f54;
  border-radius: 16px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .tbl table .tbl-btn__item {
    min-width: 56px;
    height: 28px;
    padding: 0 12px;
    font-size: 1.1rem;
    border-width: 1px;
  }
}

.tbl table .tbl-btn__item:hover {
  background: #fff;
  color: #2a3f54;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .tbl table .tbl-btn__item:hover {
    font-weight: normal;
  }
}

.tbl table .tbl-btn__item input {
  display: none;
}

.tbl table .tbl-btn__item--edit {
  background: #4aa6bc;
  border-color: #4aa6bc;
}

.tbl table .tbl-btn__item--edit:hover {
  color: #4aa6bc;
}

.tbl table .tbl-btn__item--delete {
  background: #d85656;
  border-color: #d85656;
}

.tbl table .tbl-btn__item--delete:hover {
  color: #d85656;
}

.tbl table .tbl-download__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 160px;
  height: 32px;
  margin-bottom: 8px;
  padding: 0 16px;
  background: #2a3f54;
  border: solid 2px #2a3f54;
  border-radius: 16px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .tbl table .tbl-download__btn {
    min-width: 56px;
    height: 28px;
    padding: 0 12px;
    font-size: 1.1rem;
    border-width: 1px;
  }
}

.tbl table .tbl-download__btn:hover {
  background: #fff;
  color: #2a3f54;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .tbl table .tbl-download__btn:hover {
    font-weight: normal;
  }
}

.tbl table .tbl-download__filename {
  width: 160px;
  font-size: 1.1rem;
  word-break: break-all;
}

.tbl table .mark-important {
  display: inline-block;
  height: 20px;
  margin-right: 4px;
  padding: 0 6px;
  background: #d85656;
  border-radius: 2px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 20px;
  vertical-align: middle;
}

.tbl table .ico-file,
.tbl table .ico-folder {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  fill: #2a3f54;
  vertical-align: middle;
}

.panel {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.panel--important {
  border: solid #d85656 1px;
}

.panel--important:has(.headline) {
  padding: 0 20px 20px;
}

.panel--important:has(.headline) .headline {
  width: calc(100% + 40px);
  padding: 8px 20px 8px 32px;
  margin-bottom: 14px;
  background: #d85656;
  color: #fff;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.panel--important:has(.headline) .headline::before {
  left: 20px;
  height: calc(100% - 24px);
  background: #fff;
}

.panel--important .tbl {
  max-height: 252px;
}

.panel--important .tbl table thead tr th {
  color: #d85656;
}

.panel--important .tbl table thead tr th::after {
  background: #d85656;
}

.panel--log {
  border: solid #333 1px;
}

.panel--log:has(.headline) {
  padding: 0 20px 20px;
}

.panel--log:has(.headline) .headline {
  width: calc(100% + 40px);
  padding: 8px 20px 8px 32px;
  margin-bottom: 14px;
  background: #333;
  color: #fff;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.panel--log:has(.headline) .headline::before {
  left: 20px;
  height: calc(100% - 24px);
  background: #fff;
}

.panel--log .tbl {
  max-height: 942px;
}

.frame {
  padding: 20px;
  border: solid 1px #d8d8d8;
}

.modal {
  opacity: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
}

.modal.show {
  opacity: 1;
}

.modal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 40px);
  max-width: 1000px;
  height: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 2px;
}

.modal .modal-content {
  width: 100%;
  padding: 32px 20px;
  background: #fff;
  border-radius: 2px;
}

.tab .tab-switch {
  display: none;
}

.tab .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.tab .tab-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  background: #eee;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .tab .tab-menu__item {
    height: 32px;
    padding: 0 8px;
    font-size: 1.3rem;
  }
}

.tab .tab-menu__item.is-active, .tab .tab-menu__item:hover {
  background: var(--tab-color);
  color: #fff;
}

.tab .tab-content {
  display: none;
}

.tab .tab-content.is-show {
  display: block;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.pagination .page-item {
  width: 44px;
  height: 44px;
}

.pagination .page-item a,
.pagination .page-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #2a3f54;
  border-radius: 2px;
  color: #fff;
}

.pagination .page-item a:hover,
.pagination .page-item span:hover {
  background: #4aa6bc;
}

.pagination .page-item.active a,
.pagination .page-item.active span {
  background: #4aa6bc;
}

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

.cate-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.cate-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  background: #eee;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .cate-menu__item {
    height: 32px;
    padding: 0 8px;
    font-size: 1.3rem;
  }
}

.cate-menu__item.is-active, .cate-menu__item:hover {
  background: var(--tab-color);
  color: #fff;
}

.cate-menu__item input {
  display: none;
}

.post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: calc(8px * 2);
  font-size: 1.3rem;
}

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

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

/*# sourceMappingURL=../../../maps/backend/common/main.css.map */
