@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: #333333;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

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

a:visited {
  color: #333333;
}

a:hover {
  color: #333333;
}

a:active {
  color: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 520px) {
  .none-xs {
    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: 520px) {
  .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: 520px) {
  .inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

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

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

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

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

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

@media screen and (max-width: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .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: 520px) {
  .pl-x20 {
    padding-left: 80px;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding: 0 0 0 16px;
  background: #dc6273;
}

.header .header-logo {
  max-width: 120px;
}

.header .header-menu {
  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: 6px;
  position: relative;
  height: 100%;
  padding-right: 24px;
  cursor: pointer;
}

.header .header-menu .header-menu-name {
  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: 6px;
  color: #ffffff;
  font-size: 1.3rem;
  white-space: nowrap;
}

.header .header-menu .header-menu-name .ico-account {
  width: 20px;
  height: 20px;
  fill: #f8f8f8;
}

.header .header-menu .header-menu-acc {
  opacity: 0;
  position: absolute;
  top: calc(100% - 2px);
  right: 0;
  width: calc(100% + 24px);
  padding-top: 2px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.header .header-menu .header-menu-acc__item:nth-last-of-type(1) {
  border-top: solid 1px #f8f8f8;
}

.header .header-menu .header-menu-acc__item:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}

.header .header-menu .header-menu-acc__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;
  min-height: 48px;
  padding: 0 24px;
  background: #666666;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
}

.header .header-menu:hover .header-menu-acc {
  opacity: 1;
}

.content-all .content-side {
  width: 240px;
  background: #eaeaea;
}

.content-all .content-side .side-menu {
  position: sticky;
  top: 0;
}

.content-all .content-side .side-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;
  gap: 6px;
  min-height: 48px;
  padding: 0 12px;
  font-weight: bold;
}

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

.content-all .content-side .side-menu__item > a:hover, .content-all .content-side .side-menu__item > a.is-current {
  background: #f8f8f8;
  color: #dc6273;
}

.content-all .content-side .side-menu__item > a:hover .ico-menu, .content-all .content-side .side-menu__item > a.is-current .ico-menu {
  fill: #dc6273;
}

.content-all .content-side .side-menu .side-submenu {
  background: #f8f8f8;
  padding-bottom: 12px;
}

.content-all .content-side .side-menu .side-submenu__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;
  position: relative;
  padding: 0 20px;
  font-size: 1.3rem;
  font-weight: bold;
}

.content-all .content-side .side-menu .side-submenu__item a::before {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 2px;
  background: #dc6273;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.content-all .content-side .side-menu .side-submenu__item a:hover {
  color: #dc6273;
}

.content-all .content-side .side-menu .side-submenu__item a.is-current::before {
  display: block;
}

.content-all .content-side .side-menu .side-submenu__item:not(:nth-last-of-type(1)) a {
  margin-bottom: 8px;
}

input:not([type="checkbox"]),
select,
textarea {
  display: block;
  height: 32px;
  padding: 0 12px;
  background: #f8f8f8;
  border-radius: 2px;
  font-size: 1.3rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  line-height: 32px;
}

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

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

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

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

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

input[type="text"] {
  width: 100%;
}

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

.field-flex {
  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: 8px;
}

.field-txt {
  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;
  min-height: 32px;
  font-size: 1.3rem;
}

.field-select {
  position: relative;
  width: 100%;
  max-width: 200px;
  padding-right: 40px;
  background: url("/img/common/select-arrow.svg") center right 10px/8px 5px no-repeat #f8f8f8;
  cursor: pointer;
}

.field-checkbox {
  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;
  min-height: 32px;
}

.field-checkbox label {
  cursor: pointer;
}

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

.field-checkbox label .checkbox-label {
  display: inline-block;
  position: relative;
  min-height: 24px;
  padding-left: 32px;
  font-size: 1.3rem;
  line-height: 24px;
}

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

.field-checkbox label .checkbox-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 7px;
  left: 6px;
  z-index: 1;
  width: 12px;
  height: 6px;
  border-style: solid;
  border-width: 0 0 2px 2px;
  border-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.field-checkbox label input:checked + .checkbox-label::before {
  background: #dc6273;
}

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

.field-radio {
  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;
  min-height: 32px;
}

.field-radio label {
  cursor: pointer;
}

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

.field-radio label .radio-label {
  display: inline-block;
  position: relative;
  min-height: 20px;
  padding-left: 28px;
  font-size: 1.3rem;
  line-height: 20px;
}

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

.field-radio label .radio-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  width: 12px;
  height: 12px;
  background: #286da0;
  border-radius: 50%;
}

.field-radio label input:disabled + .radio-label {
  color: #eaeaea;
}

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

.field-date {
  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: 8px;
}

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

.field-price {
  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: 8px;
}

.field-price__num {
  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: 4px;
  font-size: 1.3rem;
}

.field-price__num input {
  max-width: 100px;
}

.field-price__tilde {
  font-size: 1.3rem;
}

.field-toggle {
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.field-toggle__txt {
  margin-right: 8px;
  font-size: 1.3rem;
}

.field-toggle__item {
  font-size: 1.3rem;
  cursor: pointer;
}

.field-toggle__item:not(:nth-last-of-type(1)) {
  border-right: solid 1px #eaeaea;
}

.field-toggle__item input {
  display: none !important;
}

.field-toggle__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;
  height: 32px;
  padding: 0 8px;
  background: #f8f8f8;
  white-space: nowrap;
}

.field-toggle__item:nth-of-type(1) span {
  border-radius: 2px 0 0 2px;
}

.field-toggle__item:nth-last-of-type(1) span {
  border-radius: 0 2px 2px 0;
}

.field-toggle__item input:checked + span {
  background: #286da0;
  color: #ffffff;
}

.field-toggle__item input:checked + span.toggle-red {
  background: #d93f3f;
}

.field-toggle__item input:checked + span.toggle-l-blu {
  background: #3792E0;
}

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

.field-file__btn,
.field-file__delete 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;
  height: 32px;
  padding: 0 16px;
  background: #333333;
  border-radius: 16px;
  color: #ffffff;
  font-size: 1.3rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.field-file__btn:hover,
.field-file__delete a:hover {
  background: #dc6273;
}

.field-file__delete a {
  background: #d93f3f;
  border: solid 1px #d93f3f;
}

.field-file__delete a:hover {
  background: #ffffff;
  color: #d93f3f;
}

.field-file__delete.is-hidden {
  display: none;
}

.field-thumb {
  width: 100%;
}

.field-thumb img {
  max-width: 400px;
}

.field-thumb.is-hidden {
  display: none;
}

.content-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  min-width: 800px;
  min-height: calc(100Vh - 80px);
}

.content-all .content-main {
  width: calc(100% - 240px);
  padding: 32px;
  background: #f8f8f8;
}

.pagettl {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 12px;
  font-size: 3.2rem;
  font-weight: bold;
}

.pagettl::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #dc6273 160px, #eaeaea 160px);
}

.pagettl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 156px;
  width: 8px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #dc6273), color-stop(50%, #eaeaea));
  background: linear-gradient(to bottom right, #dc6273 50%, #eaeaea 50%);
}

.pagettl .manga-name {
  display: block;
  margin-bottom: calc(8px * 1);
  font-size: 2rem;
  line-height: 1.4;
}

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

@media screen and (max-width: 520px) {
  .pagettl .manga-name {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

.headline {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: bold;
}

.lead {
  font-size: 2rem;
}

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

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

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

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

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

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

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

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

.validate-success,
.validate-failed {
  margin-bottom: calc(8px * 3);
  padding: 16px;
  background: #edfcf5;
  border: solid 2px #26c47b;
  border-radius: 6px;
  color: #26c47b;
  font-weight: bold;
  font-size: 1.3rem;
}

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

@media screen and (max-width: 520px) {
  .validate-success,
  .validate-failed {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.validate-failed {
  background: #fbe9e9;
  border-color: #d93f3f;
  color: #d93f3f;
}

.fc-red {
  color: #d93f3f;
}

.fc-blu {
  color: #286da0;
}

.fc-orn {
  color: #f6af18;
}

.fc-blk {
  color: #333333;
}

.fc-wht {
  color: #ffffff;
}

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

.fc-gry {
  color: #eaeaea;
}

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

.datetime-info {
  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;
  margin: 0 0 16px !important;
  padding: 0 !important;
}

.datetime-info__created, .datetime-info__updated {
  color: #666666;
  font-size: 1.3rem;
  text-align: right;
  white-space: nowrap;
}

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

.list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: #dc6273;
  -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.1rem;
  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: 12px;
}

.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.--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.btn button,
.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;
  gap: 8px;
  min-width: 120px;
  height: 40px;
  padding: 0 16px;
  background: #666666;
  border: solid 1px #666666;
  border-radius: 4px;
  color: #ffffff;
  font-weight: bold;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn button:hover,
.btn a:hover {
  background: #ffffff;
  color: #666666;
}

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

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

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

.btn button.bc-blu,
.btn a.bc-blu {
  background: #286da0;
  border-color: #286da0;
}

.btn button.bc-blu:hover,
.btn a.bc-blu:hover {
  background: #ffffff;
  color: #286da0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn button:disabled {
  background: #eaeaea !important;
  border-color: #eaeaea !important;
  pointer-events: none;
}

.tbl .tbl-head {
  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: calc(8px * 2);
}

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

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

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

.tbl .tbl-head .tbl-head-btn {
  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;
  margin-left: auto;
}

.tbl .tbl-head .tbl-head-btn a,
.tbl .tbl-head .tbl-head-btn button {
  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: 120px;
  height: 40px;
  padding: 0 16px;
  background: #f6af18;
  border: solid 1px #f6af18;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  white-space: nowrap;
}

.tbl .tbl-head .tbl-head-btn a:hover,
.tbl .tbl-head .tbl-head-btn button:hover {
  background: #ffffff;
  color: #f6af18;
}

.tbl .tbl-head .tbl-head-btn a.bc-red,
.tbl .tbl-head .tbl-head-btn button.bc-red {
  background: #d93f3f;
  border-color: #d93f3f;
}

.tbl .tbl-head .tbl-head-btn a.bc-red:hover,
.tbl .tbl-head .tbl-head-btn button.bc-red:hover {
  background: #ffffff;
  color: #d93f3f;
}

.tbl .tbl-head .tbl-head-btn a.bc-blu,
.tbl .tbl-head .tbl-head-btn button.bc-blu {
  background: #286da0;
  border-color: #286da0;
}

.tbl .tbl-head .tbl-head-btn a.bc-blu:hover,
.tbl .tbl-head .tbl-head-btn button.bc-blu:hover {
  background: #ffffff;
  color: #286da0;
}

.tbl .tbl-head .tbl-head-btn a.bc-orn,
.tbl .tbl-head .tbl-head-btn button.bc-orn {
  background: #f6af18;
  border-color: #f6af18;
}

.tbl .tbl-head .tbl-head-btn a.bc-orn:hover,
.tbl .tbl-head .tbl-head-btn button.bc-orn:hover {
  background: #ffffff;
  color: #f6af18;
}

.tbl .tbl-head .tbl-head-btn a.bc-blk,
.tbl .tbl-head .tbl-head-btn button.bc-blk {
  background: #333333;
  border-color: #333333;
}

.tbl .tbl-head .tbl-head-btn a.bc-blk:hover,
.tbl .tbl-head .tbl-head-btn button.bc-blk:hover {
  background: #ffffff;
  color: #333333;
}

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

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

.tbl .tbl-head .tbl-head-btn a.bc-l-gry,
.tbl .tbl-head .tbl-head-btn button.bc-l-gry {
  background: #f8f8f8;
  border-color: #f8f8f8;
}

.tbl .tbl-head .tbl-head-btn a.bc-l-gry:hover,
.tbl .tbl-head .tbl-head-btn button.bc-l-gry:hover {
  background: #ffffff;
  color: #f8f8f8;
}

.tbl .tbl-head .tbl-head-btn a.bc-gry,
.tbl .tbl-head .tbl-head-btn button.bc-gry {
  background: #eaeaea;
  border-color: #eaeaea;
}

.tbl .tbl-head .tbl-head-btn a.bc-gry:hover,
.tbl .tbl-head .tbl-head-btn button.bc-gry:hover {
  background: #ffffff;
  color: #eaeaea;
}

.tbl .tbl-head .tbl-head-btn a.bc-d-gry,
.tbl .tbl-head .tbl-head-btn button.bc-d-gry {
  background: #666666;
  border-color: #666666;
}

.tbl .tbl-head .tbl-head-btn a.bc-d-gry:hover,
.tbl .tbl-head .tbl-head-btn button.bc-d-gry:hover {
  background: #ffffff;
  color: #666666;
}

.tbl .tbl-head .tbl-head-display {
  margin-left: auto;
}

.tbl .tbl-head .tbl-head-display form {
  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: 6px;
}

.tbl .tbl-head .tbl-head-display select {
  height: 24px;
  padding: 0 24px 0 12px;
  background: url("/img/common/select-arrow.svg") center right 10px/8px 5px no-repeat #ffffff;
  line-height: 24px;
}

.tbl .tbl-head .tbl-head-display label {
  font-size: 1.3rem;
}

.tbl__wrap {
  overflow: auto;
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.tbl table {
  width: 100%;
  min-width: 1000px;
}

.tbl table thead tr th {
  padding: 16px;
  background: #dc6273;
  font-size: 1.3rem;
  text-align: left;
  color: #ffffff;
  vertical-align: middle;
  white-space: nowrap;
}

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

.tbl table thead tr th:nth-of-type(1) {
  border-radius: 4px 0 0 0;
}

.tbl table thead tr th:nth-last-of-type(1) {
  border-radius: 0 4px 0 0;
}

.tbl table tbody tr th,
.tbl table tbody tr td {
  padding: 12px 16px;
  font-size: 1.3rem;
  line-height: 1.4;
  vertical-align: middle;
}

.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:not(:nth-last-of-type(1)) th,
.tbl table tbody tr:not(:nth-last-of-type(1)) td {
  border-bottom: solid 1px #eaeaea;
}

.tbl table tbody tr th {
  background: #dc6273;
  color: #ffffff;
  text-align: left;
}

.tbl table tbody tr td {
  padding: 8px 16px;
}

.tbl .tbl-ttl {
  min-width: 16em;
}

.tbl .tbl-thumb {
  width: auto;
  max-width: 120px;
  max-height: 120px;
}

.tbl .tbl-btn {
  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;
  gap: 10px;
  width: 100%;
}

.tbl .tbl-btn a,
.tbl .tbl-btn button {
  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: 24px;
  padding: 0 12px;
  background: #286da0;
  border: solid 1px #286da0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none;
}

.tbl .tbl-btn a:hover,
.tbl .tbl-btn button:hover {
  background: #ffffff;
  color: #286da0;
}

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

.tbl .tbl-btn a.bc-red:hover,
.tbl .tbl-btn button.bc-red:hover {
  background: #ffffff;
  color: #d93f3f;
}

.tbl .tbl-btn a.bc-blu,
.tbl .tbl-btn button.bc-blu {
  background: #286da0;
  border-color: #286da0;
}

.tbl .tbl-btn a.bc-blu:hover,
.tbl .tbl-btn button.bc-blu:hover {
  background: #ffffff;
  color: #286da0;
}

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

.tbl .tbl-btn a.bc-orn:hover,
.tbl .tbl-btn button.bc-orn:hover {
  background: #ffffff;
  color: #f6af18;
}

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

.tbl .tbl-btn a.bc-blk:hover,
.tbl .tbl-btn button.bc-blk:hover {
  background: #ffffff;
  color: #333333;
}

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

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

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

.tbl .tbl-btn a.bc-l-gry:hover,
.tbl .tbl-btn button.bc-l-gry:hover {
  background: #ffffff;
  color: #f8f8f8;
}

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

.tbl .tbl-btn a.bc-gry:hover,
.tbl .tbl-btn button.bc-gry:hover {
  background: #ffffff;
  color: #eaeaea;
}

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

.tbl .tbl-btn a.bc-d-gry:hover,
.tbl .tbl-btn button.bc-d-gry:hover {
  background: #ffffff;
  color: #666666;
}

.tbl .tbl-check {
  width: 100%;
  height: 100%;
  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-height: 16px;
}

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

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

.tbl .tbl-check label .tbl-check-mark {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  background: #f8f8f8;
  border-radius: 2px;
}

.tbl .tbl-check label .tbl-check-mark::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 1px;
  width: 16px;
  height: 16px;
  background: #f8f8f8;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tbl .tbl-check label .tbl-check-mark::after {
  display: none;
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 1;
  width: 10px;
  height: 5px;
  border-style: solid;
  border-width: 0 0 2px 2px;
  border-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tbl .tbl-check label input:checked + .tbl-check-mark::before {
  background: #286da0;
}

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

.tbl .tbl-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 12px;
}

.tbl .tbl-register__item {
  min-width: 80px;
}

.tbl .tbl-register__item dt {
  margin-bottom: 4px;
  color: #666666;
  font-weight: bold;
  font-size: 1rem;
}

.tbl.--red table thead tr th {
  background: #d93f3f;
}

.tbl.--d-gry table thead tr th {
  background: #666666;
}

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

.tbl .pager .pager-prev,
.tbl .pager .pager-next {
  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 16px;
  background: #dc6273;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.tbl .pager .pager-num {
  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: 40px;
  height: 40px;
  background: #eaeaea;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.tbl .pager .pager-num.is-active {
  background: #dc6273;
  color: #ffffff;
}

.separate {
  margin-bottom: calc(8px * 3);
  padding-bottom: calc(8px * 3);
  border-bottom: solid 1px #eaeaea;
}

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

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

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

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

.search-field {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.search-field__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.search-field__row:not(:nth-last-of-type(1)) {
  border-bottom: solid 1px #eaeaea;
}

.search-field__row dt {
  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: 240px;
  min-height: 56px;
  padding: 0 16px;
  background: #dc6273;
  color: #ffffff;
}

.search-field__row dd {
  width: calc(100% - 240px);
  min-height: 56px;
  padding: 12px 16px;
  background: #ffffff;
}

.search-field__row.--half {
  width: 50%;
}

.search.--billing-data .search-field__row {
  width: 50%;
}

.search.--billing-data .search-field__row:nth-of-type(3) {
  width: 100%;
}

.editor-field {
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.editor-field__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.editor-field__row:not(:nth-last-of-type(1)) {
  border-bottom: solid 1px #eaeaea;
}

.editor-field__row dt {
  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: 240px;
  min-height: 56px;
  padding: 0 16px;
  background: #dc6273;
  color: #ffffff;
}

.editor-field__row dt.form-required {
  position: relative;
  padding-left: 54px;
}

.editor-field__row dt.form-required::before {
  content: '必須';
  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: 50%;
  left: 16px;
  width: 32px;
  height: 20px;
  border-radius: 2px;
  background: #ffffff;
  color: #dc6273;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.editor-field__row dd {
  width: calc(100% - 240px);
  min-height: 56px;
  padding: 12px 16px;
  background: #ffffff;
}

.editor-field__row dd .password-txt {
  padding-top: 8px;
  color: #d93f3f;
  font-weight: bold;
}

.data-field {
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.data-field__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.data-field__row:not(:nth-last-of-type(1)) {
  border-bottom: solid 1px #eaeaea;
}

.data-field__row dt {
  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: 240px;
  min-height: 56px;
  padding: 0 16px;
  background: #286da0;
  color: #ffffff;
}

.data-field__row dd {
  width: calc(100% - 240px);
  min-height: 56px;
  padding: 12px 16px;
  background: #ffffff;
}

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