@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url(/fonts/NotoSansJP-Medium.woff2) format("woff2"), url(/fonts/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(/fonts/NotoSansJP-Bold.woff2) format("woff2"), url(/fonts/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter-Medium.woff2) format("woff2"), url(/fonts/Inter-Medium.woff) format("woff");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter-Bold.woff2) format("woff2"), url(/fonts/Inter-Bold.woff) format("woff");
  font-display: swap;
  font-weight: 700;
}
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: #2a3f54;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Inter", "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  body {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 640px) {
  body {
    letter-spacing: 0;
  }
}

a {
  color: #2a3f54;
  text-decoration: none;
  overflow-wrap: break-word;
  transition: 0.3s ease-out;
}
a:visited {
  color: #2a3f54;
}
a:hover {
  color: #2a3f54;
}
a:active {
  color: #2a3f54;
}
a svg {
  transition: 0.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) 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;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  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: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 56px;
  gap: 16px;
  padding: 0 16px;
  background: #5773a4;
}
@media screen and (max-width: 640px) {
  .header {
    gap: 12px;
  }
}
@media screen and (max-width: 480px) {
  .header {
    gap: 8px;
  }
}
.header .header-logo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  margin-right: auto;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .header .header-logo {
    gap: 8px;
  }
}
.header .header-logo img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 480px) {
  .header .header-logo img {
    width: 32px;
    height: 32px;
  }
}
.header .header-logo span {
  display: inline-block;
  padding: 2px 6px;
  background: #fff;
  border-radius: 2px;
  color: #5773a4;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .header .header-logo span {
    padding: 2px 4px;
    font-size: 1rem;
  }
}
.header .header-btn a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  height: 32px;
  padding: 0 34px 0 16px;
  background: #222d32;
  border-radius: 16px;
  color: #fff;
  font-size: 1.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .header .header-btn a {
    padding: 0 24px 0 12px;
    font-size: 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;
  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: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}
.header .header-menu__name .ico-account {
  width: 20px;
  height: 20px;
  margin-left: 6px;
  fill: #fff;
}
@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: #121e22;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
  .header .header-menu__accordion a {
    font-size: 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);
}
.header .is-active > .header-menu__accordion {
  height: auto;
}

.content .content-side {
  background: #222d32;
  z-index: 9997;
}
@media screen and (max-width: 640px) {
  .content .content-side {
    display: none;
  }
}
.content .content-side .side-menu {
  position: sticky;
  top: 56px;
}
.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;
  height: 40px;
  padding: 0 12px;
  background: #222d32;
  color: #fff;
  font-size: 1.4rem;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.content .content-side .side-menu__item .ico-menu {
  width: 20px;
  height: 20px;
  fill: #fff;
  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;
  transform: translateY(-50%) rotateZ(90deg);
  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: #121e22;
}
.content .content-side .side-menu__item.is-active > p {
  border-left: solid 4px #d3604c;
}
.content .content-side .side-menu__item.is-active > p .ico-arrow {
  transform: translateY(-50%) rotateZ(-90deg);
}
.content .content-side .side-menu .pull-menu {
  overflow: hidden;
  background: #2c3b41;
  height: 0;
  transition: 0;
}
.content .content-side .side-menu .pull-menu__item > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 12px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.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 .side-menu .is-active > .pull-menu {
  height: auto;
}
.content .content-side .side-switch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 200px;
  height: 40px;
  gap: 8px;
  padding: 0 12px;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}
.content .content-side .side-switch .ico-switch {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.content.is-open .content-side {
  width: 200px;
}
.content.is-open .content-side .side-menu__item > a,
.content.is-open .content-side .side-menu__item > p {
  display: flex;
  flex-wrap: wrap;
  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-close .content-side {
  width: 56px;
}
.content.is-close .content-side .side-menu__item > a,
.content.is-close .content-side .side-menu__item > p {
  display: flex;
  flex-wrap: wrap;
  justify-content: 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 .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: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 56px;
  height: 56px;
  background: #5773a4;
  border-radius: 0 4px 0 0;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.drawer-hamburger .ico-hamburger {
  width: 28px;
  height: 28px;
  fill: #fff;
}
.drawer-switch:checked ~ .drawer-hamburger {
  transform: translateX(200px);
}

.drawer-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100%;
  height: 100%;
  background: #2a3f54;
  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: 200px;
  height: calc(100% - 56px);
  background: #5773a4;
  transform: translateX(-100%);
  transition: 0.3s ease-out;
}
.drawer-switch:checked ~ .drawer-content {
  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: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  height: 40px;
  padding: 0 12px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  font-size: 1.2rem;
}
.drawer-content .drawer-menu__item.is-current > a,
.drawer-content .drawer-menu__item.is-current > p {
  background: #222d32;
}
.drawer-content .drawer-sub-menu__item > a,
.drawer-content .drawer-sub-menu__item > p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  height: 40px;
  padding: 0 12px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  font-size: 1.2rem;
  text-indent: 0.8em;
}

.form-field {
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
  background: #fff;
  border-radius: 2px;
}
.form-field:not(:has(.form-field__item)) {
  padding-top: 16px;
  padding-bottom: 16px;
}
.form-field .ttl-l {
  margin: 0 0 0 8px;
  padding-top: 24px;
}
.form-field__item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 16px;
  width: 100%;
  padding: 16px 8px;
}
@media screen and (max-width: 640px) {
  .form-field__item {
    flex-wrap: wrap;
    padding: 16px 0;
  }
}
.form-field__item:not(:nth-of-type(1)) {
  border-top: solid 1px #d8d8d8;
}
.form-field__item.--config-modal {
  justify-content: flex-start;
}
.form-field__item.--config-modal dt {
  width: -moz-fit-content;
  width: fit-content;
}
.form-field__item > dt {
  width: 200px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .form-field__item > dt {
    width: 100%;
    margin-bottom: 8px;
  }
}
.form-field__item > dt:has(.form-required), .form-field__item > dt:has(.form-optional) {
  position: relative;
  padding-left: 48px;
}
.form-field__item > dd {
  width: calc(100% - 216px);
}
@media screen and (max-width: 640px) {
  .form-field__item > dd {
    width: 100%;
  }
}
.form-field__item > dd .settime-layout {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  align-items: center;
}
.form-field__item > dd .settime-layout .js-checkup-driver-time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 120px;
  height: 40px;
  padding: 0 16px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  font-family: "Inter", "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form-field__item > dd .settime-layout .js-checkup-driver-time::-moz-placeholder {
  color: #999;
}
.form-field__item > dd .settime-layout .js-checkup-driver-time::placeholder {
  color: #999;
}
.form-field__item.--half {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .form-field__item.--half {
    width: 100%;
  }
}
.form-field__item.--first {
  border-top: none;
}
.form-field__item.--noborder {
  border-top: none;
}
@media screen and (max-width: 960px) {
  .form-field__item:not(:nth-of-type(1)).--first {
    border-top: solid 1px #d8d8d8;
  }
}
.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.--receipts-search .field-word .search-btn {
  margin-left: 0;
}
.form-field.--checkups .form-field__item {
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.form-field.--checkups .form-field__item > dt {
  width: 88px;
}
@media screen and (max-width: 480px) {
  .form-field.--checkups .form-field__item > dt {
    width: 124px;
  }
}

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

.form-required {
  background: #d3604c;
}

.form-optional {
  background: #5773a4;
}

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

select {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  min-width: 240px;
  padding: 0 42px 0 16px;
  background: url("/img/common/select.svg") center right 8px/10px 10px no-repeat, linear-gradient(to left, #5773a4 26px, #f5f5f5 26px);
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  select {
    width: 100%;
    min-width: auto;
  }
}

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

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

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

.field-short {
  max-width: 240px;
}

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

.field-note {
  width: 100%;
  padding-top: 8px;
  color: #999;
  font-size: 1.2rem;
}
.field-note::before {
  content: "※";
}

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

.field-word {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.field-word input {
  width: calc(100% - 96px);
}
@media screen and (max-width: 640px) {
  .field-word input {
    width: 100%;
  }
}

.field-charge {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
}
.field-charge select {
  width: 240px;
  min-width: auto;
}
@media screen and (max-width: 960px) {
  .field-charge select {
    width: 100%;
  }
}
.field-charge .charge-list {
  width: calc(100% - 264px);
}
.field-charge .charge-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  padding: 0 8px;
}
.field-charge .charge-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: dashed 1px #d8d8d8;
}

.search-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-left: auto;
  background: #5773a4;
  border: solid 1px #5773a4;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  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: #5773a4;
}

.form-check {
  display: flex;
  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: #f5f5f5;
  border-radius: 2px;
  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;
  transform: rotateZ(45deg);
}
input:checked + .form-check__label::before {
  background: #5773a4;
}
input:checked + .form-check__label::after {
  display: block;
}

.modal .form-check__label::before,
.tbl-check .form-check__label::before {
  background: #fafafa;
  box-shadow: none;
}
input:checked + .modal .form-check__label::before,
input:checked + .tbl-check .form-check__label::before {
  background: #5773a4;
}

.form-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  padding: 8px 0;
}
@media screen and (max-width: 640px) {
  .form-radio {
    gap: 8px 12px;
    padding: 0;
  }
}
.form-radio__item {
  cursor: pointer;
}
.form-radio__item input {
  display: none;
}
.form-radio__label {
  display: block;
  position: relative;
  min-height: 24px;
  padding-left: 32px;
}
.form-radio__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.form-radio__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;
  transform: rotateZ(45deg);
}
input:checked + .form-radio__label::before {
  background: #5773a4;
}
input:checked + .form-radio__label::after {
  display: block;
}

@media screen and (max-width: 640px) {
  .large-radio .form-radio {
    gap: 16px 32px;
  }
}
@media screen and (max-width: 640px) {
  .large-radio .form-radio .form-check__label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 40px;
    padding-left: 48px;
  }
}
@media screen and (max-width: 640px) {
  .large-radio .form-radio .form-check__label::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .large-radio .form-radio .form-check__label::after {
    position: absolute;
    top: 6px;
    left: 15px;
    z-index: 1;
    width: 10px;
    height: 22px;
    border-width: 0 3px 3px 0;
  }
}

.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: 40px;
  padding: 0 16px;
  background: #5773a4;
  border: solid 1px #5773a4;
  border-radius: 2px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.form-file__btn input {
  display: none;
}
.form-file__btn:hover {
  background: #fff;
  color: #5773a4;
}
.form-file .form-file-dtl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-file .form-file-dtl__txt {
  margin-right: 8px;
  word-break: break-all;
}
.form-file .form-file-dtl__delete {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  background: #d3604c;
  border: solid 1px #d3604c;
  border-radius: 2px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.form-file .form-file-dtl__delete:hover {
  background: #fff;
  color: #d3604c;
}

.modal .form-file {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.modal .form-file .form-file__list {
  width: 100%;
  text-align: center;
  word-break: break-all;
}

.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: #999;
  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.6rem;
  }
}
@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: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .validate-success,
  .validate-failed {
    font-size: 1.6rem;
  }
}

.validate-success {
  color: #5773a4;
}

.validate-failed {
  color: #d3604c;
}

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

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

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-txt {
  text-align: center;
}
.recaptcha-txt a {
  color: #999;
  text-decoration: underline;
}
.recaptcha-txt a:hover {
  text-decoration: none;
}

.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: flex;
  flex-wrap: wrap;
  height: 100%;
  padding-top: 56px;
  background: #f5f7fb;
}
.content .content-main {
  padding: 40px;
  background: #f5f7fb;
}
@media screen and (max-width: 1280px) {
  .content .content-main {
    padding: 32px;
  }
}
@media screen and (max-width: 960px) {
  .content .content-main {
    padding: 24px;
  }
}
@media screen and (max-width: 640px) {
  .content .content-main {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .content .content-main {
    padding: 16px;
  }
}
.content.is-open .content-main {
  width: calc(100% - 200px);
}
@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%;
  }
}

.pagettl {
  margin-bottom: calc(8px * 3);
  padding-bottom: 8px;
  border-bottom: solid 2px #5773a4;
  color: #5773a4;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .pagettl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}
@media screen and (max-width: 640px) {
  .pagettl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}
@media screen and (max-width: 960px) {
  .pagettl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .pagettl {
    font-size: 1.6rem;
  }
}
.pagettl .ico-ttl {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  fill: #5773a4;
  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;
  font-size: 2rem;
  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: #5773a4;
  border-radius: 1px;
  transform: translateY(-50%);
}

.ttl-l {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: calc(8px * 2);
  font-size: 2rem;
  font-weight: bold;
  border-bottom: solid 2px #222d32;
}
@media screen and (max-width: 960px) {
  .ttl-l {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}
@media screen and (max-width: 640px) {
  .ttl-l {
    margin-bottom: calc((8px * 2) * 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: "※";
}

.fc-tra {
  color: transparent;
}

.fc-red {
  color: #d3604c;
}

.fc-l-blu {
  color: #2c3b41;
}

.fc-blu {
  color: #222d32;
}

.fc-d-blu {
  color: #121e22;
}

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

.fc-wht {
  color: #fff;
}

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

.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: #5773a4;
  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.2rem;
  text-indent: -1em;
}
.note-list__item::before {
  content: "※";
}

.btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 640px) {
  .btn {
    gap: 16px;
  }
}
.btn--left {
  justify-content: flex-start;
}
.btn--right {
  justify-content: flex-end;
}
.btn a.btn__item, .btn__item,
.btn a,
.btn button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 56px;
  background: #5773a4;
  border: solid 2px #5773a4;
  border-radius: 4px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  font-size: 1.6rem;
  cursor: pointer;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 640px) {
  .btn a.btn__item, .btn__item,
  .btn a,
  .btn button {
    border-width: 1px;
    max-width: none;
  }
}
.btn a.btn__item input, .btn__item input,
.btn a input,
.btn button input {
  display: none;
}
.btn a.btn__item:hover, .btn__item:hover,
.btn a:hover,
.btn button:hover {
  background: #fff;
  color: #5773a4;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .btn a.btn__item:hover, .btn__item:hover,
  .btn a:hover,
  .btn button:hover {
    font-weight: normal;
  }
}

.edit-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}
@media screen and (max-width: 480px) {
  .edit-btn {
    gap: 9px;
  }
}
.edit-btn a.edit-btn__item, .edit-btn__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  max-width: 200px;
  height: 40px;
  gap: 6px;
  padding: 0 16px;
  background: #5773a4;
  border: solid 2px #5773a4;
  border-radius: 2px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  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;
  }
}
@media screen and (max-width: 480px) {
  .edit-btn a.edit-btn__item, .edit-btn__item {
    padding: 0 8px;
  }
}
.edit-btn a.edit-btn__item .ico-btn, .edit-btn__item .ico-btn {
  width: 16px;
  height: 16px;
  fill: #fff;
  transition: 0.3s ease-out;
}
.edit-btn a.edit-btn__item button,
.edit-btn a.edit-btn__item input, .edit-btn__item button,
.edit-btn__item input {
  display: none;
}
.edit-btn a.edit-btn__item:hover, .edit-btn__item:hover {
  background: #fff;
  color: #5773a4;
  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: #5773a4;
}
.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: #222d32;
  border-color: #222d32;
}
@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 {
    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: #222d32;
}
.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: #222d32;
}
.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 {
    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: #d3604c;
  border-color: #d3604c;
}
@media screen and (max-width: 640px) {
  .edit-btn a.edit-btn__item--delete, .edit-btn__item--delete {
    order: 3;
  }
}
.edit-btn a.edit-btn__item--delete:hover, .edit-btn__item--delete:hover {
  color: #d3604c;
}
.edit-btn a.edit-btn__item--delete:hover .ico-btn, .edit-btn__item--delete:hover .ico-btn {
  fill: #d3604c;
}
.edit-btn--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: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 32px;
  padding-right: 8px;
  background: #5773a4;
  -webkit-mask-image: url("/img/common/mask-more.svg");
  mask-image: url("/img/common/mask-more.svg");
  border-radius: 2px;
  color: #fff;
  font-size: 1.2rem;
}
.more-btn a:hover {
  background: #222d32;
}

.bc-tra a {
  background: transparent;
}

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

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

.bc-blu a {
  background: #222d32;
}

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

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

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

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

.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 #2a3f54;
}
@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: auto;
  max-height: 800px;
  border-radius: 2px;
}
.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: #5773a4;
  border: solid 4px transparent;
  background-clip: padding-box;
}
.tbl table {
  width: 100%;
  background: #fff;
}
.tbl table thead tr th {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 15px 20px;
  background: #5773a4;
  color: #fff;
  font-size: 1.7rem;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .tbl table thead tr th {
    padding: 12px 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .tbl table thead tr th {
    padding: 8px 12px;
    font-size: 1.4rem;
  }
}
.tbl table thead tr th:not(:last-child) {
  border-right: solid 1px #d8d8d8;
}
.tbl table thead tr th:first-child {
  border-radius: 2px 0 0 0;
}
.tbl table thead tr th:last-child {
  border-radius: 0 2px 0 0;
}
.tbl table thead tr th.cell-center {
  text-align: center;
}
.tbl table tbody tr {
  border-top: solid 1px #d8d8d8;
}
.tbl table tbody tr th,
.tbl table tbody tr td {
  padding: 16px 20px;
  line-height: 1.4;
  vertical-align: middle;
}
.tbl table tbody tr th:not(:last-of-type),
.tbl table tbody tr td:not(:last-of-type) {
  border-right: 1px solid #d8d8d8;
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    padding: 12px 16px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    padding: 8px 12px;
    font-size: 1.2rem;
  }
}
.tbl table tbody tr th table tbody tr,
.tbl table tbody tr td table tbody tr {
  border-bottom: none !important;
}
.tbl table tbody tr th table tbody tr td,
.tbl table tbody tr td table tbody tr td {
  border-right: none !important;
}
.tbl table tbody tr .tbl-btn-item {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0 8px;
}
.tbl table tbody tr:nth-last-of-type(even) {
  background: #fafafa;
}
.tbl table select {
  min-width: auto;
}
.tbl table .tbl-file-ttl {
  margin-bottom: 4px;
  word-break: break-all;
}
.tbl table .tbl-file-name {
  display: inline-block;
  font-size: 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-charge {
  width: 500px;
}
.tbl table .charge-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 0 8px;
}
.tbl table .charge-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: dashed 1px #d8d8d8;
}
.tbl table .tbl-btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 16px;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 480px) {
  .tbl table .tbl-btn {
    gap: 8px;
  }
}
.tbl table .tbl-btn__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 64px;
  height: 32px;
  padding: 0 16px;
  background: #5773a4;
  border: solid 2px #5773a4;
  border-radius: 16px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  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: 1rem;
    border-width: 1px;
  }
}
.tbl table .tbl-btn__item:hover {
  background: #fff;
  color: #5773a4;
  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: #222d32;
  border-color: #222d32;
}
.tbl table .tbl-btn__item.--edit:hover {
  color: #222d32;
}
.tbl table .tbl-btn__item.--delete {
  background: #d3604c;
  border-color: #d3604c;
}
.tbl table .tbl-btn__item.--delete:hover {
  color: #d3604c;
}
.tbl table .tbl-btn.--center {
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}
.tbl table .tbl-output {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tbl table .tbl-output__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
  padding: 0 12px;
  background: #5773a4;
  border: solid 1px #fff;
  border-radius: 14px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .tbl table .tbl-output__item {
    height: 24px;
    padding: 0 8px;
    font-size: 1rem;
    font-weight: normal;
  }
}
.tbl table .tbl-output__item:hover {
  background: #fff;
  color: #5773a4;
}
.tbl table .tbl-output__item input {
  display: none;
}
.tbl table .mark-important {
  display: inline-block;
  height: 20px;
  margin-right: 4px;
  padding: 0 6px;
  background: #d3604c;
  border-radius: 2px;
  color: #fff;
  font-size: 1rem;
  line-height: 20px;
  vertical-align: middle;
}
.tbl table .ico-file,
.tbl table .ico-folder {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  fill: #5773a4;
  vertical-align: middle;
}
.tbl table table tr {
  border-top: none;
}
.tbl table table tr:not(:last-of-type) {
  border-bottom: 1px solid #d8d8d8;
}
.tbl table table tr:nth-last-of-type(even) {
  background: none;
}
.tbl table .tbl-id {
  width: 20px;
  text-align: center;
}
.tbl table .tbl-date {
  width: 140px;
  text-align: center;
}

.data-tbl {
  background: #fff;
  border-radius: 2px;
}
.data-tbl table {
  width: 100%;
}
.data-tbl table thead tr th {
  padding: 10px 15px;
  background: #5773a4;
  border-top: solid 1px #d8d8d8;
  color: #fff;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .data-tbl table thead tr th {
    padding: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .data-tbl table thead tr th {
    padding: 5px 10px;
  }
}
.data-tbl table thead tr th:not(:last-child) {
  border-right: solid 1px #fff;
}
.data-tbl table thead tr th:first-child {
  border-radius: 2px 0 0 0;
}
.data-tbl table thead tr th:last-child {
  border-radius: 0 2px 0 0;
}
.data-tbl table thead tr th.cell-center {
  text-align: center;
}
.data-tbl table tbody tr {
  border-top: solid 1px #d8d8d8;
}
.data-tbl table tbody tr th,
.data-tbl table tbody tr td {
  padding: 16px 20px;
  line-height: 1.4;
  vertical-align: middle;
}
.data-tbl table tbody tr th:not(:last-of-type),
.data-tbl table tbody tr td:not(:last-of-type) {
  border-right: 1px solid #d8d8d8;
}
@media screen and (max-width: 960px) {
  .data-tbl table tbody tr th,
  .data-tbl table tbody tr td {
    padding: 12px 16px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .data-tbl table tbody tr th,
  .data-tbl table tbody tr td {
    padding: 8px 12px;
    font-size: 1.2rem;
  }
}

.panel {
  position: relative;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.panel--important {
  border: solid #d3604c 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: #d3604c;
  color: #fff;
  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: #d3604c;
}
.panel--important .tbl table thead tr th::after {
  background: #d3604c;
}
.panel--log {
  border: solid #2a3f54 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: #2a3f54;
  color: #fff;
  transform: translateX(-20px);
}
.panel--log:has(.headline) .headline::before {
  left: 20px;
  height: calc(100% - 24px);
  background: #fff;
}
.panel--log .tbl {
  max-height: 942px;
}
.panel:not(:has(.tbl)) {
  border-top: solid 4px #5773a4;
}

.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: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  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: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.tab .tab-menu__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  background: #5773a4;
  border-radius: 2px;
  color: #fff;
  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.2rem;
  }
}
.tab .tab-menu__item.is-active, .tab .tab-menu__item:hover {
  background: #222d32;
}
.tab .tab-content {
  display: none;
}
.tab .tab-content.is-show {
  display: block;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pagination .page-item {
  width: 44px;
  height: 44px;
}
.pagination .page-item a,
.pagination .page-item span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #5773a4;
  border-radius: 2px;
  color: #fff;
}
.pagination .page-item a:hover,
.pagination .page-item span:hover {
  background: #222d32;
}
.pagination .page-item.active a,
.pagination .page-item.active span {
  background: #222d32;
}
.pagination .page-item.disabled {
  display: none;
}

.cate-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.cate-menu__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  background: #5773a4;
  border-radius: 2px;
  color: #fff;
  transition: 0.3s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .cate-menu__item {
    height: 32px;
    padding: 0 8px;
    font-size: 1.2rem;
  }
}
.cate-menu__item.is-active, .cate-menu__item:hover {
  background: #222d32;
}
.cate-menu__item input {
  display: none;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: calc(8px * 2);
  font-size: 1.2rem;
}
@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/common/main.css.map */
