<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

input:focus:not(:focus-visible), select:focus:not(:focus-visible), button:focus:not(:focus-visible), textarea:focus:not(:focus-visible) {
  outline: none;
}

input:focus-visible, select:focus-visible, button:focus-visible, textarea:focus-visible {
  outline: solid 2px #D97500;
}

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

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

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

html {
  font-size: 62.5%;
}

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

@media screen and (max-width: 520px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
}

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

a:visited {
  color: #333333;
}

a:hover {
  color: #333333;
}

a:active {
  color: #333333;
}

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

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

a:focus-visible {
  outline: solid 2px #D97500;
}

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

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

@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: 1200px;
  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;
  }
}

.wrap-s {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

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

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

@media screen and (max-width: 520px) {
  .wrap-s {
    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 * 13);
}

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

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

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

[anime] {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

[anime].is-animated {
  opacity: 1;
}

[anime*="scale"].is-animated {
  animation-name: scale;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

[anime*="scale-top"].is-animated {
  animation-name: scale;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  transform-origin: 50% 0%;
}

[anime*="scale-right"].is-animated {
  animation-name: scale;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  transform-origin: 100% 50%;
}

[anime*="scale-bottom"].is-animated {
  animation-name: scale;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  transform-origin: 50% 100%;
}

[anime*="scale-left"].is-animated {
  animation-name: scale;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  transform-origin: 0% 50%;
}

@keyframes scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

[anime*="fade-front"].is-animated {
  animation-name: fade-front;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes fade-front {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

[anime*="fade-back"].is-animated {
  animation-name: fade-back;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes fade-back {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

[anime*="slide-top"].is-animated {
  animation-name: slide-top;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes slide-top {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0);
  }
}

[anime*="slide-right"].is-animated {
  animation-name: slide-right;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes slide-right {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}

[anime*="slide-bottom"].is-animated {
  animation-name: slide-bottom;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes slide-bottom {
  0% {
    transform: translateY(200px);
  }
  100% {
    transform: translateX(0);
  }
}

[anime*="slide-left"].is-animated {
  animation-name: slide-left;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes slide-left {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}

[anime*="flip-top"].is-animated {
  animation-name: flip-top;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes flip-top {
  0% {
    transform: perspective(1000px) rotateX(80deg);
  }
  100% {
    transform: perspective(1000px) rotateX(0);
  }
}

[anime*="flip-right"].is-animated {
  animation-name: flip-right;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes flip-right {
  0% {
    transform: perspective(1000px) rotateY(80deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0);
  }
}

[anime*="flip-bottom"].is-animated {
  animation-name: flip-bottom;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes flip-bottom {
  0% {
    transform: perspective(1000px) rotateX(-80deg);
  }
  100% {
    transform: perspective(1000px) rotateX(0);
  }
}

[anime*="flip-left"].is-animated {
  animation-name: flip-left;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes flip-left {
  0% {
    transform: perspective(1000px) rotateY(-80deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0);
  }
}

[anime*="bound-top"].is-animated {
  animation-name: bound-top;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes bound-top {
  0% {
    transform: translateY(-48px);
    animation-timing-function: ease-in;
  }
  40% {
    transform: translateY(-24px);
    animation-timing-function: ease-in;
  }
  64% {
    transform: translateY(-12px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(-6px);
    animation-timing-function: ease-in;
  }
  94% {
    transform: translateY(-4px);
    animation-timing-function: ease-in;
  }
  25%,
  56%,
  74%,
  88%,
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
}

[anime*="bound-right"].is-animated {
  animation-name: bound-right;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes bound-right {
  0% {
    transform: translateX(48px);
    animation-timing-function: ease-in;
  }
  40% {
    transform: translateX(24px);
    animation-timing-function: ease-in;
  }
  64% {
    transform: translateX(12px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateX(6px);
    animation-timing-function: ease-in;
  }
  94% {
    transform: translateX(4px);
    animation-timing-function: ease-in;
  }
  25%,
  56%,
  74%,
  88%,
  100% {
    transform: translateX(0px);
    animation-timing-function: ease-out;
  }
}

[anime*="bound-bottom"].is-animated {
  animation-name: bound-bottom;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes bound-bottom {
  0% {
    transform: translateY(48px);
    animation-timing-function: ease-in;
  }
  40% {
    transform: translateY(24px);
    animation-timing-function: ease-in;
  }
  64% {
    transform: translateY(12px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(6px);
    animation-timing-function: ease-in;
  }
  94% {
    transform: translateY(4px);
    animation-timing-function: ease-in;
  }
  25%,
  56%,
  74%,
  88%,
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
}

[anime*="bound-left"].is-animated {
  animation-name: bound-left;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes bound-left {
  0% {
    transform: translateX(-48px);
    animation-timing-function: ease-in;
  }
  40% {
    transform: translateX(-24px);
    animation-timing-function: ease-in;
  }
  64% {
    transform: translateX(-12px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateX(-6px);
    animation-timing-function: ease-in;
  }
  94% {
    transform: translateX(-4px);
    animation-timing-function: ease-in;
  }
  25%,
  56%,
  74%,
  88%,
  100% {
    transform: translateX(0px);
    animation-timing-function: ease-out;
  }
}

[anime*="focus"].is-animated {
  animation-name: focus;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes focus {
  0% {
    filter: blur(12px);
  }
  100% {
    filter: blur(0px);
  }
}

[anime*="txt-grow"].is-animated {
  animation-name: txt-grow;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes txt-grow {
  0% {
    letter-spacing: -0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}

[anime*="txt-shrink"].is-animated {
  animation-name: txt-shrink;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes txt-shrink {
  0% {
    letter-spacing: 0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}

[anime*="roll"] {
  transform: rotateZ(0);
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

[anime*="roll"].is-animated {
  transform: rotateZ(360deg);
}

.header {
  width: 100%;
  z-index: 99999;
}

@media screen and (max-width: 960px) {
  .header {
    height: 60px;
  }
}

.header .header-head {
  display: flex;
  flex-wrap: nowrap;
  min-height: 48px;
  padding-left: 40px;
  background: #F4F3F0;
}

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

@media screen and (max-width: 960px) {
  .header .header-head {
    display: none;
  }
}

.header .header-head .header-menu {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin-left: auto;
  white-space: nowrap;
}

@media screen and (max-width: 1280px) {
  .header .header-head .header-menu {
    gap: 16px;
  }
}

.header .header-head .header-menu .header-menu-font {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}

.header .header-head .header-menu .header-menu-font dt {
  margin-right: 12px;
}

@media screen and (max-width: 1280px) {
  .header .header-head .header-menu .header-menu-font dt {
    margin-right: 8px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

.header .header-head .header-menu .header-menu-font dd:not(:nth-last-of-type(1)) {
  margin-right: 8px;
}

@media screen and (max-width: 1280px) {
  .header .header-head .header-menu .header-menu-font dd:not(:nth-last-of-type(1)) {
    margin-right: 6px;
  }
}

.header .header-head .header-menu .header-menu-font dd a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  border-radius: 2px;
  background: #fefefe;
  border: solid 1px #005aa6;
  color: #005aa6;
  height: 34px;
  line-height: 1;
}

@media screen and (max-width: 1280px) {
  .header .header-head .header-menu .header-menu-font dd a {
    padding: 0 8px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

.header .header-head .header-menu .header-menu-font dd a.is-active {
  color: #fefefe;
  background-color: #005aa6;
}

.header .header-head .header-menu .header-menu-bg {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}

@media screen and (max-width: 1280px) {
  .header .header-head .header-menu .header-menu-bg {
    padding: 0;
  }
}

.header .header-head .header-menu .header-menu-bg dt {
  margin-right: 12px;
}

@media screen and (max-width: 1280px) {
  .header .header-head .header-menu .header-menu-bg dt {
    margin-right: 8px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

.header .header-head .header-menu .header-menu-bg dd:not(:nth-last-of-type(1)) {
  margin-right: 8px;
}

@media screen and (max-width: 1280px) {
  .header .header-head .header-menu .header-menu-bg dd:not(:nth-last-of-type(1)) {
    margin-right: 6px;
  }
}

.header .header-head .header-menu .header-menu-bg dd a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #fefefe;
  border: solid 1px #333333;
  border-radius: 2px;
}

@media screen and (max-width: 1280px) {
  .header .header-head .header-menu .header-menu-bg dd a {
    width: 32px;
    height: 32px;
  }
}

.header .header-head .header-menu .header-menu-bg dd.header-menu-bg__blk a {
  background: #333333;
  color: #fefefe;
}

.header .header-head .header-menu .header-menu-bg dd.header-menu-bg__blu a {
  background: #005aa6;
  color: #fce900;
  border-color: #005aa6;
}

.header .header-head .header-menu .header-search {
  position: relative;
  padding: 8px 0;
}

.header .header-head .header-menu .header-search [type="search"]::-webkit-search-cancel-button,
.header .header-head .header-menu .header-search [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.header .header-head .header-menu .header-search input {
  width: 240px;
  height: 34px;
  padding: 0 8px;
  background: #fefefe;
  border-radius: 2px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 1024px) {
  .header .header-head .header-menu .header-search input {
    width: 200px;
  }
}

.header .header-head .header-menu .header-search input::-moz-placeholder {
  color: #999;
}

.header .header-head .header-menu .header-search input::placeholder {
  color: #999;
}

.header .header-head .header-menu .header-search button {
  position: absolute;
  width: 34px;
  height: 34px;
  right: 24px;
  cursor: pointer;
}

.header .header-head .header-menu .header-search button img {
  width: 18px;
  height: 18px;
  margin-left: auto;
}

.header .header-head .header-sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0 12px;
}

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

.header .header-head .header-sns__item {
  width: 36px;
}

@media screen and (max-width: 1024px) {
  .header .header-head .header-sns__item {
    width: 34px;
  }
}

.header .header-head .header-hotline {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.header .header-head .header-hotline .header-hotline__member {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  background: #008EAE;
  border: 1px solid #008EAE;
  color: #fefefe;
}

@media screen and (max-width: 1280px) {
  .header .header-head .header-hotline .header-hotline__member {
    padding: 0 16px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

.header .header-head .header-hotline .header-hotline__member .ico-member {
  width: 20px;
  height: 15px;
  margin-right: 2px;
  fill: #fefefe;
}

.header .header-head .header-hotline .header-hotline__member:hover {
  background: #fefefe;
  color: #008EAE;
}

.header .header-head .header-hotline .header-hotline__member:hover .ico-member {
  fill: #008EAE;
}

.header .header-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 40px;
  background-color: #fefefe;
}

@media screen and (max-width: 1280px) {
  .header .header-foot {
    padding: 16px 24px;
  }
}

@media screen and (max-width: 960px) {
  .header .header-foot {
    padding: 0 0 0 16px;
    background-color: #fefefe;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  }
}

@media screen and (max-width: 520px) {
  .header .header-foot {
    padding: 0 0 0 10px;
  }
}

.header .header-foot .header-logo {
  grid-area: header-logo;
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width: 1366px) {
  .header .header-foot .header-logo {
    max-width: 250px;
  }
}

@media screen and (max-width: 1280px) {
  .header .header-foot .header-logo {
    width: 19%;
  }
}

@media screen and (max-width: 960px) {
  .header .header-foot .header-logo {
    max-width: 200px;
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .header .header-foot .header-logo {
    width: calc(100% - 140px);
  }
}

.header .header-foot .header-logo img {
  width: 100%;
}

.header .header-foot .gnav {
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .header .header-foot .gnav {
    display: none;
  }
}

.header .header-foot .gnav .gnav-list {
  display: flex;
  flex-wrap: wrap;
}

.header .header-foot .gnav .gnav-list__item {
  position: relative;
  padding-right: 40px;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .header .header-foot .gnav .gnav-list__item {
    padding-right: 24px;
  }
}

.header .header-foot .gnav .gnav-list__item:nth-last-of-type(1) {
  padding-right: 0;
}

.header .header-foot .gnav .gnav-list__item:nth-last-of-type(1)::after {
  content: none;
}

.header .header-foot .gnav .gnav-list__item a {
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1366px) {
  .header .header-foot .gnav .gnav-list__item a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1280px) {
  .header .header-foot .gnav .gnav-list__item a {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.header .header-foot .gnav .gnav-list__item a span {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem;
  font-weight: initial;
  color: #005aa6;
}

@media screen and (max-width: 1280px) {
  .header .header-foot .gnav .gnav-list__item a span {
    font-size: 1.3rem;
  }
}

.header .header-foot .gnav .gnav-list__item a:hover {
  opacity: 0.8;
}

.header .header-foot .gnav .gnav-list__item::after {
  position: absolute;
  content: "";
  right: 24px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #C0D6E8;
  border-radius: 3px;
  transform: rotate(25deg);
}

@media screen and (max-width: 1280px) {
  .header .header-foot .gnav .gnav-list__item::after {
    right: 16px;
  }
}

.header .header-foot .sp-header-hotline {
  display: none;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .header .header-foot .sp-header-hotline {
    display: block;
  }
}

.header .header-foot .sp-header-hotline__member {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  margin-right: 60px;
  padding-bottom: 8px;
  width: 100px;
  height: 60px;
  background-color: #008EAE;
  color: #fefefe;
  font-size: 1.4rem;
  border: 1px solid #008EAE;
}

@media screen and (max-width: 520px) {
  .header .header-foot .sp-header-hotline__member {
    width: 70px;
    font-size: 1.2rem;
  }
}

.header .header-foot .sp-header-hotline__member .ico-member {
  width: 16px;
  height: 16px;
  fill: #fefefe;
}

.header .header-foot .sp-header-hotline__member:hover {
  background: #fefefe;
  color: #008EAE;
}

.header .header-foot .sp-header-hotline__member:hover .ico-member {
  fill: #008EAE;
}

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

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

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

.drawer-hamburger {
  display: block;
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 9998;
  width: 60px;
  height: 60px;
  transition: .3s ease-in-out;
  cursor: pointer;
}

.drawer-hamburger::after {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 50%;
  color: #005aa6;
  font-size: 1rem;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .drawer-hamburger::after {
    bottom: 6px;
  }
}

.drawer-hamburger span {
  display: block;
  position: relative;
  top: 50%;
  width: 32px;
  height: 2px;
  margin: 0 auto;
  background: #005aa6;
  transform: translateY(-50%);
}

.drawer-hamburger span::before, .drawer-hamburger span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #005aa6;
  transition: .3s ease-in-out;
}

.drawer-hamburger span::before {
  top: -8px;
}

.drawer-hamburger span::after {
  top: 8px;
}

.drawer-switch:checked ~ .drawer-hamburger span {
  background: none;
}

.drawer-switch:checked ~ .drawer-hamburger span::before {
  top: 0;
  transform: rotate(45deg);
}

.drawer-switch:checked ~ .drawer-hamburger span::after {
  top: 0;
  transform: rotate(-45deg);
}

.drawer-content {
  overflow: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: calc(100% - 60px);
  transform: translateY(-140%);
  background-color: rgba(51, 51, 51, 0.16);
  transition: transform 0.3s ease-in-out;
}

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

.drawer-content .drawer-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 8px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: #fefefe;
  overflow-y: scroll;
  height: 400px;
}

.drawer-content .drawer-menu__item {
  height: 100%;
}

.drawer-content .drawer-menu__item:nth-of-type(1) {
  border-top: solid 1px #eee;
}

.drawer-content .drawer-menu__item:nth-of-type(2) {
  border-top: solid 1px #eee;
}

.drawer-content .drawer-menu__item .pull-switch {
  display: none;
}

.drawer-content .drawer-menu__item &gt; a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  min-height: 40px;
  padding: 16px 12px 16px 32px;
  border-bottom: solid 1px #eee;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.2;
}

.drawer-content .drawer-menu__item &gt; a span {
  color: #005aa6;
  font-family: "Manrope", sans-serif;
}

.drawer-content .drawer-menu__item &gt; a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  background: url("/img/general/common/link-btn.svg") no-repeat;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}

.drawer-content .drawer-menu__item &gt; a .pull-btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: calc(100% - 16px);
  border-left: solid 1px #eee;
  transform: translateY(-50%);
  cursor: pointer;
}

.drawer-content .drawer-menu__item &gt; a .pull-btn::before, .drawer-content .drawer-menu__item &gt; a .pull-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #005aa6;
  transition: transform 0.3s ease-in-out;
}

.drawer-content .drawer-menu__item &gt; a .pull-btn::before {
  width: 12px;
  height: 2px;
}

.drawer-content .drawer-menu__item &gt; a .pull-btn::after {
  width: 2px;
  height: 12px;
  transition: transform 0.3s ease-in-out;
}

.drawer-content .drawer-menu__item .pull-list {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease-in-out;
}

.drawer-content .drawer-menu__item .pull-list__item a {
  display: block;
  position: relative;
  padding: 8px 8px 8px 34px;
  background: #f7f9fa;
  font-size: 1.2rem;
}

.drawer-content .drawer-menu__item .pull-list__item a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 22px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #008EAE;
  transform: translateY(-50%);
}

.drawer-content .drawer-menu__item .pull-list__item:not(:nth-last-of-type(1)) a {
  border-bottom: solid 1px #fefefe;
}

.drawer-content .drawer-menu__item .pull-switch:checked ~ a .pull-btn::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotateZ(90deg);
}

.drawer-content .drawer-menu__item .pull-switch:checked ~ .pull-list {
  visibility: visible;
  opacity: 1;
  height: auto;
  transform: scaleY(1);
}

.drawer-unit {
  background-color: #fefefe;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

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

.drawer-unit .header-search {
  width: calc(100% - 140px);
  position: relative;
}

@media screen and (max-width: 520px) {
  .drawer-unit .header-search {
    width: 100%;
    margin-bottom: 8px;
  }
}

.drawer-unit .header-search [type="search"]::-webkit-search-cancel-button,
.drawer-unit .header-search [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.drawer-unit .header-search input {
  width: 240px;
  height: 34px;
  padding: 0 8px;
  background: #fefefe;
  border-radius: 2px;
  border: 1px solid #ccc;
}

.drawer-unit .header-search input::-moz-placeholder {
  color: #999;
}

.drawer-unit .header-search input::placeholder {
  color: #999;
}

.drawer-unit .header-search input[type="text"] {
  width: 100%;
}

.drawer-unit .header-search button {
  position: absolute;
  width: 34px;
  height: 34px;
  right: 12px;
  cursor: pointer;
}

.drawer-unit .header-search button img {
  width: 18px;
  height: 18px;
  margin-left: auto;
}

.drawer-unit .header-hotline {
  display: flex;
  flex-wrap: nowrap;
  border-left: solid 2px #fefefe;
  white-space: nowrap;
}

.drawer-unit .header-hotline .header-hotline__member {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  background: #008EAE;
  border: 1px solid #008EAE;
  color: #fefefe;
  height: 34px;
  width: 132px;
}

@media screen and (max-width: 1280px) {
  .drawer-unit .header-hotline .header-hotline__member {
    padding: 0 16px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 520px) {
  .drawer-unit .header-hotline .header-hotline__member {
    margin: 0 auto;
  }
}

.drawer-unit .header-hotline .header-hotline__member .ico-member {
  width: 20px;
  height: 15px;
  margin-right: 2px;
  fill: #fefefe;
}

.drawer-unit .header-hotline .header-hotline__member:hover {
  background: #fefefe;
  color: #008EAE;
}

.drawer-unit .header-hotline .header-hotline__member:hover .ico-member {
  fill: #008EAE;
}

.footer {
  position: relative;
  padding-top: calc(8px * 10);
  padding-bottom: 240px;
  background-color: #F4F3F0;
}

@media screen and (max-width: 960px) {
  .footer {
    padding-top: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .footer {
    padding-top: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 520px) {
  .footer {
    padding-bottom: 160px;
  }
}

.footer::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: url("/img/general/common/foot-silhouette.svg") center top/cover repeat-x;
}

@media screen and (max-width: 960px) {
  .footer::before {
    height: 128px;
    background-size: 1200px 131px;
  }
}

@media screen and (max-width: 520px) {
  .footer::before {
    bottom: 64px;
    height: 72px;
    background-size: 960px 105px;
  }
}

.footer .footer-unit {
  margin-bottom: calc(8px * 7);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

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

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

@media screen and (max-width: 960px) {
  .footer .footer-unit {
    display: block;
  }
}

.footer .footer-unit .footer-primary {
  width: 100%;
  max-width: 290px;
}

@media screen and (max-width: 960px) {
  .footer .footer-unit .footer-primary {
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
  }
}

.footer .footer-unit .footer-primary .footer-logo {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 960px) {
  .footer .footer-unit .footer-primary .footer-logo {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .footer .footer-unit .footer-primary .footer-logo {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .footer .footer-unit .footer-primary .footer-logo {
    max-width: 300px;
    margin: 0 auto 8px auto;
  }
}

.footer .footer-unit .footer-primary .footer-add {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 960px) {
  .footer .footer-unit .footer-primary .footer-add {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .footer .footer-unit .footer-primary .footer-add {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.footer .footer-unit .footer-primary .footer-cv {
  margin-bottom: calc(8px * 3);
}

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

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

.footer .footer-unit .footer-primary .footer-cv a {
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding-left: 32px;
  font-size: 22px;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .footer .footer-unit .footer-primary .footer-cv a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
}

.footer .footer-unit .footer-primary .footer-cv a:last-child {
  margin-bottom: 0;
}

.footer .footer-unit .footer-primary .footer-cv a svg {
  position: absolute;
  width: 24px;
  height: 24px;
  fill: #005aa6;
  top: -1px;
  left: 0;
}

@media screen and (max-width: 960px) {
  .footer .footer-unit .footer-primary .footer-cv a svg {
    margin-right: 6px;
    position: initial;
  }
}

.footer .footer-unit .footer-primary .footer-cv a:nth-of-type(2) svg {
  top: 1px;
}

.footer .footer-unit .footer-primary .footer-sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .footer .footer-unit .footer-primary .footer-sns {
    display: inline-flex;
  }
}

.footer .footer-unit .footer-primary .footer-sns a {
  width: 40px;
  height: 40px;
}

.footer .footer-unit .footer-primary .footer-sns a:not(:last-child) {
  margin-right: 10px;
}

.footer .footer-unit .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: calc(8px * 3);
  width: 100%;
  max-width: 670px;
}

@media screen and (max-width: 960px) {
  .footer .footer-unit .footer-nav {
    padding-top: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .footer .footer-unit .footer-nav {
    padding-top: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 1280px) {
  .footer .footer-unit .footer-nav {
    max-width: 572px;
  }
}

@media screen and (max-width: 960px) {
  .footer .footer-unit .footer-nav {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer-unit .footer-nav {
    max-width: 500px;
  }
}

@media screen and (max-width: 520px) {
  .footer .footer-unit .footer-nav {
    display: block;
  }
}

@media screen and (max-width: 520px) {
  .footer .footer-unit .footer-nav .footer-nav-list {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 520px) {
  .footer .footer-unit .footer-nav .footer-nav-list:nth-of-type(1) {
    border-top: 1px solid #C9C8C6;
  }
}

.footer .footer-unit .footer-nav .footer-nav-list__item {
  position: relative;
  margin-bottom: 16px;
  padding-left: 24px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1280px) {
  .footer .footer-unit .footer-nav .footer-nav-list__item {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer-unit .footer-nav .footer-nav-list__item {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 520px) {
  .footer .footer-unit .footer-nav .footer-nav-list__item {
    font-size: 1.4rem;
    border-bottom: 1px solid #C9C8C6;
    margin-bottom: 0;
  }
  .footer .footer-unit .footer-nav .footer-nav-list__item a {
    display: block;
    padding: 12px 0;
  }
}

.footer .footer-unit .footer-nav .footer-nav-list__item:last-child {
  margin-bottom: 0;
}

.footer .footer-unit .footer-nav .footer-nav-list__item::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #005aa6;
  border-radius: 1px;
}

@media screen and (max-width: 768px) {
  .footer .footer-unit .footer-nav .footer-nav-list__item::before {
    top: 3px;
  }
}

@media screen and (max-width: 520px) {
  .footer .footer-unit .footer-nav .footer-nav-list__item::before {
    top: 14px;
  }
}

.footer .footer-unit .footer-nav .footer-nav-list__item::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fefefe;
}

@media screen and (max-width: 768px) {
  .footer .footer-unit .footer-nav .footer-nav-list__item::after {
    top: 7px;
  }
}

@media screen and (max-width: 520px) {
  .footer .footer-unit .footer-nav .footer-nav-list__item::after {
    top: 18px;
  }
}

.footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom {
    display: block;
  }
}

.footer .footer-bottom .copy {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom .copy {
    text-align: center;
    margin-bottom: 8px;
  }
}

.footer .footer-bottom .footer-hotline {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.footer .footer-bottom .footer-hotline .footer-hotline__member {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  background: #008EAE;
  border: 1px solid #008EAE;
  color: #fefefe;
  height: 48px;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom .footer-hotline .footer-hotline__member {
    margin: 0 auto;
  }
}

.footer .footer-bottom .footer-hotline .footer-hotline__member .ico-member {
  width: 20px;
  height: 15px;
  margin-right: 2px;
  fill: #fefefe;
}

.footer .footer-bottom .footer-hotline .footer-hotline__member:hover {
  background: #fefefe;
  color: #008EAE;
}

.footer .footer-bottom .footer-hotline .footer-hotline__member:hover .ico-member {
  fill: #008EAE;
}

.float-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #fefefe;
  box-shadow: 0 0 6px rgba(1, 49, 90, 0.18);
}

@media screen and (max-width: 520px) {
  .float-foot {
    width: 100%;
  }
}

.float-foot .float-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

@media screen and (max-width: 520px) {
  .float-foot .float-menu {
    width: calc(100% - 56px);
    justify-content: space-between;
  }
}

.float-foot .float-menu__item {
  position: relative;
  padding: 12px;
  height: 84px;
  line-height: 104px;
  color: #005aa6;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .float-foot .float-menu__item {
    height: 64px;
    line-height: 76px;
  }
}

@media screen and (max-width: 520px) {
  .float-foot .float-menu__item {
    width: 50%;
    text-align: center;
  }
}

.float-foot .float-menu__item:nth-of-type(1)::before {
  position: absolute;
  content: "";
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: url("/img/general/common/search-foot.svg") no-repeat;
  width: 49px;
  height: 29px;
}

@media screen and (max-width: 960px) {
  .float-foot .float-menu__item:nth-of-type(1)::before {
    top: 10px;
    width: 36px;
    height: 28px;
  }
}

.float-foot .float-menu__item:nth-of-type(1)::after {
  content: '';
  position: absolute;
  background-color: #005aa6;
  width: 1px;
  height: 64px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .float-foot .float-menu__item:nth-of-type(1)::after {
    height: 48px;
  }
}

.float-foot .float-menu__item:nth-of-type(2)::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: url("/img/general/top/medical-img1.svg") no-repeat;
  width: 32px;
  height: 34px;
}

@media screen and (max-width: 960px) {
  .float-foot .float-menu__item:nth-of-type(2)::before {
    top: 8px;
    width: 24px;
    height: 28px;
  }
}

.float-foot .pagetop {
  position: relative;
  display: block;
  right: 0;
  bottom: 0;
  padding-top: 32px;
  width: 84px;
  height: 84px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
  background-color: #005aa6;
  font-family: "Manrope", sans-serif;
  color: #fefefe;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .float-foot .pagetop {
    width: 64px;
    height: 64px;
    font-size: 1.4rem;
    padding-top: 24px;
  }
}

.float-foot .pagetop::before {
  position: absolute;
  content: "";
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 7px 7px 7px;
}

@media screen and (max-width: 960px) {
  .float-foot .pagetop::before {
    top: 12px;
  }
}

.notfound-txt {
  margin-bottom: calc(8px * 3);
  text-align: center;
}

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

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

.notfound-message {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: calc(8px * 4);
  padding: calc(8px * 4);
  border: solid 1px #F4F3F0;
}

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

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

@media screen and (max-width: 960px) {
  .notfound-message {
    padding: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .notfound-message {
    padding: calc((8px * 4) * 0.5);
  }
}

.lower-page .hero {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: calc(8px * 2);
  background: url("/img/general/common/lower-bg-icon.svg") left 14% top 64%/35% auto no-repeat, url("/img/general/common/lower-bg.jpg") center/cover no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

@media screen and (max-width: 768px) {
  .lower-page .hero {
    height: 150px;
  }
}

@media screen and (max-width: 520px) {
  .lower-page .hero {
    height: 132px;
    background: url("/img/general/common/lower-bg-icon.svg") left 14% top 64%/52% auto no-repeat, url("/img/general/common/lower-bg.jpg") center/cover no-repeat;
  }
}

.overflow {
  overflow: hidden;
  height: 100%;
}

.breadcrumb {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: calc(8px * 10);
}

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

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

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

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

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

.breadcrumb__item {
  display: inline;
}

.breadcrumb__item:not(:nth-last-of-type(1)) {
  position: relative;
}

.breadcrumb__item:not(:nth-last-of-type(1))::after {
  content: '&gt;';
  padding: 0 4px 0 8px;
}

.breadcrumb__item a {
  text-decoration: underline;
}

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

.lower-page {
  padding-bottom: 140px;
}

@media screen and (max-width: 960px) {
  .lower-page {
    padding-bottom: 104px;
  }
}

@media screen and (max-width: 768px) {
  .lower-page {
    padding-bottom: 70px;
  }
}

.lower-page .pagettl {
  color: #fefefe;
  font-size: 4rem;
}

.lower-page .pagettl__main {
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .lower-page .pagettl__main {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .lower-page .pagettl__main {
    font-size: 2.4rem;
  }
}

.lower-page .headline {
  margin-bottom: calc(8px * 4);
  font-size: 3.2rem;
  color: #005aa6;
  font-weight: bold;
}

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

@media screen and (max-width: 520px) {
  .lower-page .headline {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.lower-page .ttl-l {
  margin-bottom: 24px;
  padding-bottom: calc(8px * 2);
  position: relative;
  font-size: 3.2rem;
  color: #005aa6;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .lower-page .ttl-l {
    padding-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .lower-page .ttl-l {
    padding-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .lower-page .ttl-l {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .lower-page .ttl-l {
    margin-bottom: 18px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 520px) {
  .lower-page .ttl-l {
    padding-bottom: 12px;
    font-size: 2rem;
  }
}

.lower-page .ttl-l::before {
  content: '';
  position: absolute;
  background: url("/img/general/common/ttl-icon.svg") no-repeat;
  width: 20px;
  height: 10px;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 520px) {
  .lower-page .ttl-l::before {
    width: 16px;
    height: 10px;
  }
}

.lower-page .ttl-l::after {
  content: '';
  position: absolute;
  width: calc(100% - 28px);
  height: 2px;
  background-color: #005aa6;
  right: 0;
  bottom: 4px;
}

@media screen and (max-width: 520px) {
  .lower-page .ttl-l::after {
    width: calc(100% - 24px);
    bottom: 5px;
  }
}

.lower-page .ttl-m {
  margin: 0 0 12px;
  padding: 0 0 0 12px;
  font-size: 2rem;
  position: relative;
  font-weight: bold;
  line-height: 1.4;
  font-feature-settings: "palt";
}

@media screen and (max-width: 960px) {
  .lower-page .ttl-m {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .lower-page .ttl-m {
    margin: 0 0 10px;
    padding: 6px 0 0 12px;
    font-size: 1.6rem;
  }
}

.lower-page .ttl-m::before, .lower-page .ttl-m::after {
  position: absolute;
  content: "";
  width: 4px;
  left: 0;
}

.lower-page .ttl-m::before {
  top: 0;
  height: 100%;
  background-color: #005aa6;
}

@media screen and (max-width: 768px) {
  .lower-page .ttl-m::before {
    top: 5px;
    height: calc( 100% - 6px);
  }
}

.lower-page .ttl-m::after {
  height: 50%;
  background-color: #85C9D8;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .lower-page .ttl-m::after {
    height: calc( 50% - 2px);
  }
}

.lower-page .ttl-m--center {
  margin-bottom: calc(8px * 5);
  text-align: center;
  font-size: 2.8rem;
}

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

@media screen and (max-width: 520px) {
  .lower-page .ttl-m--center {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .lower-page .ttl-m--center {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .lower-page .ttl-m--center {
    font-size: 2rem;
  }
}

.lower-page .ttl-m--center::before, .lower-page .ttl-m--center::after {
  width: 24px;
  height: 4px;
  bottom: -12px;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .lower-page .ttl-m--center::before, .lower-page .ttl-m--center::after {
    width: 16px;
    bottom: -8px;
  }
}

.lower-page .ttl-m--center::before {
  top: auto;
  left: calc( 50% - 16px);
}

@media screen and (max-width: 768px) {
  .lower-page .ttl-m--center::before {
    left: calc( 50% - 12px);
  }
}

.lower-page .ttl-m--center::after {
  left: calc( 50% + 8px);
}

@media screen and (max-width: 768px) {
  .lower-page .ttl-m--center::after {
    left: calc( 50% + 4px);
  }
}

.lower-page .ttl-s {
  margin-bottom: calc(8px * 1);
  font-size: 1.8rem;
  font-weight: bold;
  color: #005aa6;
}

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

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

@media screen and (max-width: 960px) {
  .lower-page .ttl-s {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .lower-page .ttl-s {
    font-size: 1.4rem;
  }
}

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

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

.lead-txt {
  font-size: 2rem;
}

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

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

.link-txt {
  color: #005aa6 !important;
  font-weight: bold;
  text-decoration: underline;
}

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

.pdf-contents {
  display: inline-block;
  cursor: pointer;
}

.pdf-contents .pdf-img {
  overflow: hidden;
  margin-bottom: calc(8px * 2);
}

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

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

.pdf-contents .pdf-img img {
  padding: 5px;
  width: 100%;
  max-width: 380px;
  background-color: #F4F3F0;
  transition: 0.3s ease-in-out;
}

.pdf-contents .pdf-img img:hover {
  opacity: 0.8;
  scale: 1.05;
}

.pdf-contents p {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .pdf-contents p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .pdf-contents p {
    font-size: 1.4rem;
  }
}

.pdf-contents p span {
  display: block;
  position: relative;
  padding-left: 48px;
}

@media screen and (max-width: 960px) {
  .pdf-contents p span {
    padding-left: 38px;
  }
}

.pdf-contents p span svg {
  position: absolute;
  width: 40px;
  height: 25px;
  left: 0;
  fill: #005aa6;
}

@media screen and (max-width: 960px) {
  .pdf-contents p span svg {
    width: 32px;
    height: 20px;
  }
}

.pdf-contents p:hover {
  text-decoration: none;
}

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

@media screen and (max-width: 768px) {
  .note-txt {
    font-size: 1.4rem;
  }
}

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

.fc-red {
  color: #D93200;
}

.fc-aqu {
  color: #85C9D8;
}

.fc-blu {
  color: #005aa6;
}

.fc-nvy {
  color: #000080;
}

.fc-grn {
  color: #02A47F;
}

.fc-yel {
  color: #fce900;
}

.fc-orn {
  color: #D97500;
}

.fc-beg {
  color: #f5f5dc;
}

.fc-brn {
  color: #a52a2a;
}

.fc-pnk {
  color: #ffc0cb;
}

.fc-ppl {
  color: #c54ea0;
}

.fc-vio {
  color: #704cbc;
}

.fc-blk {
  color: #333333;
}

.fc-wht {
  color: #fefefe;
}

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

.fc-gry {
  color: #F4F3F0;
}

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

.link-txt.--btn {
  position: relative;
  display: block;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .link-txt.--btn {
    padding-left: 26px;
  }
}

.link-txt.--btn::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #1F6EB0 #005aa6 #005aa6 #1F6EB0;
}

@media screen and (max-width: 768px) {
  .link-txt.--btn::before {
    border-width: 9px;
  }
}

.link-txt.--btn::after {
  position: absolute;
  top: 8px;
  left: 8px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fce900;
}

@media screen and (max-width: 768px) {
  .link-txt.--btn::after {
    top: 7px;
    left: 7px;
  }
}

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

@media screen and (max-width: 768px) {
  .list__item {
    padding-left: 14px;
  }
}

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

@media screen and (max-width: 520px) {
  .list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 6px;
  }
}

.list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #008EAE;
  border-radius: 50%;
}

@media screen and (max-width: 520px) {
  .list__item::before {
    top: 6px;
  }
}

.num-list {
  padding-top: 2px;
  counter-reset: list-num;
}

.num-list__item {
  padding-left: 26px;
  position: relative;
  line-height: 1.6;
}

.num-list__item:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 520px) {
  .num-list__item:not(:last-child) {
    margin-bottom: 6px;
  }
}

.num-list__item::before {
  counter-increment: list-num;
  content: counter(list-num);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #fefefe;
  font-size: 1.4rem;
  background-color: #008EAE;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  top: 2px;
  left: 0;
  letter-spacing: initial;
}

@media screen and (max-width: 520px) {
  .num-list__item::before {
    top: 1px;
  }
}

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

.note-list__item:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 520px) {
  .note-list__item:not(:last-child) {
    margin-bottom: 6px;
  }
}

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

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

@media screen and (max-width: 520px) {
  .btn {
    padding: 6px 0 0;
  }
}

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

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

.btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 4px 16px 0;
  position: relative;
  width: 100%;
  max-width: 470px;
  min-height: 80px;
  background: #fefefe;
  border-radius: 2px 2px 5px 2px;
  color: #005aa6;
  font-size: 2rem;
  font-weight: bold;
  box-shadow: 0 0 6px rgba(1, 49, 90, 0.18);
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .btn a {
    max-width: 400px;
    min-width: 64px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .btn a {
    padding: 1px 16px 0;
    max-width: 320px;
    min-height: 56px;
    font-size: 1.4rem;
  }
}

.btn a::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  background-color: #005aa6;
  border-radius: 2px 0 2px 0;
}

@media screen and (max-width: 768px) {
  .btn a::before {
    width: 20px;
    height: 20px;
  }
}

.btn a::after {
  content: '';
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fce900;
}

@media screen and (max-width: 768px) {
  .btn a::after {
    right: 6px;
    bottom: 6px;
    border-width: 4px 0 4px 6px;
  }
}

.btn a:hover {
  background: #005aa6;
  color: #fefefe;
  transform: translate(4px, 4px);
  box-shadow: none;
}

.btn a:hover::before {
  background-color: #fce900;
}

.btn a:hover::after {
  background-color: #fce900;
  border-color: transparent transparent transparent #005aa6;
}

.btn a.bc-red {
  background: #D93200;
}

.btn a.bc-red:hover {
  background: #fefefe;
  color: #D93200;
}

.btn a.bc-aqu {
  background: #85C9D8;
}

.btn a.bc-aqu:hover {
  background: #fefefe;
  color: #85C9D8;
}

.btn a.bc-blu {
  background: #005aa6;
}

.btn a.bc-blu:hover {
  background: #fefefe;
  color: #005aa6;
}

.btn a.bc-nvy {
  background: #000080;
}

.btn a.bc-nvy:hover {
  background: #fefefe;
  color: #000080;
}

.btn a.bc-grn {
  background: #02A47F;
}

.btn a.bc-grn:hover {
  background: #fefefe;
  color: #02A47F;
}

.btn a.bc-yel {
  background: #fce900;
}

.btn a.bc-yel:hover {
  background: #fefefe;
  color: #fce900;
}

.btn a.bc-orn {
  background: #D97500;
}

.btn a.bc-orn:hover {
  background: #fefefe;
  color: #D97500;
}

.btn a.bc-beg {
  background: #f5f5dc;
}

.btn a.bc-beg:hover {
  background: #fefefe;
  color: #f5f5dc;
}

.btn a.bc-brn {
  background: #a52a2a;
}

.btn a.bc-brn:hover {
  background: #fefefe;
  color: #a52a2a;
}

.btn a.bc-pnk {
  background: #ffc0cb;
}

.btn a.bc-pnk:hover {
  background: #fefefe;
  color: #ffc0cb;
}

.btn a.bc-ppl {
  background: #c54ea0;
}

.btn a.bc-ppl:hover {
  background: #fefefe;
  color: #c54ea0;
}

.btn a.bc-vio {
  background: #704cbc;
}

.btn a.bc-vio:hover {
  background: #fefefe;
  color: #704cbc;
}

.btn a.bc-blk {
  background: #333333;
}

.btn a.bc-blk:hover {
  background: #fefefe;
  color: #333333;
}

.btn a.bc-wht {
  background: #fefefe;
}

.btn a.bc-wht:hover {
  background: #fefefe;
  color: #fefefe;
}

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

.btn a.bc-l-gry:hover {
  background: #fefefe;
  color: #eeeeee;
}

.btn a.bc-gry {
  background: #F4F3F0;
}

.btn a.bc-gry:hover {
  background: #fefefe;
  color: #F4F3F0;
}

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

.btn a.bc-d-gry:hover {
  background: #fefefe;
  color: #C9C8C6;
}

.btn .pdf-btn span {
  position: relative;
  padding-left: 48px;
}

@media screen and (max-width: 960px) {
  .btn .pdf-btn span {
    padding-left: 38px;
  }
}

@media screen and (max-width: 768px) {
  .btn .pdf-btn span {
    padding-left: 32px;
  }
}

.btn .pdf-btn span svg {
  position: absolute;
  width: 40px;
  height: 25px;
  left: 0;
  fill: #005aa6;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 960px) {
  .btn .pdf-btn span svg {
    width: 32px;
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .btn .pdf-btn span svg {
    width: 28px;
    height: 18px;
  }
}

.btn .pdf-btn:hover span svg {
  fill: #fefefe;
}

@media screen and (max-width: 768px) {
  .btn-unit {
    gap: 12px;
  }
}

.btn-unit a {
  text-align: center;
  max-width: 428px;
}

@media screen and (max-width: 960px) {
  .btn-unit a {
    max-width: 340px;
  }
}

@media screen and (max-width: 768px) {
  .btn-unit a {
    max-width: 223px;
  }
}

@media screen and (max-width: 520px) {
  .btn-unit a {
    max-width: 320px;
  }
}

.btn-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media screen and (max-width: 520px) {
  .btn-list {
    display: block;
  }
}

@media screen and (max-width: 520px) {
  .btn-list .btn:not(:last-child) {
    margin-bottom: 8px;
  }
}

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

.tbl-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .tbl-unit {
    gap: 16px;
  }
}

@media screen and (max-width: 520px) {
  .tbl-unit {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 960px) {
  .tbl-unit--row-m {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 960px) {
  .tbl-unit--row-m.tbl-unit--same {
    gap: 0;
  }
}

@media screen and (max-width: 960px) {
  .tbl-unit--row-m.tbl-unit--same .tbl:not(:first-child) thead {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .tbl-unit--row-m.tbl-unit--same .tbl:not(:last-child) table {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .tbl-unit--row-s {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .tbl-unit--row-s.tbl-unit--same {
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .tbl-unit--row-s.tbl-unit--same .tbl:not(:first-child) thead {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .tbl-unit--row-s.tbl-unit--same .tbl:not(:last-child) table {
    margin: 0;
  }
}

@media screen and (max-width: 520px) {
  .tbl-unit--same {
    gap: 0;
  }
}

@media screen and (max-width: 520px) {
  .tbl-unit--same .tbl:not(:first-child) thead {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .tbl-unit--same .tbl:not(:last-child) table {
    margin: 0;
  }
}

.tbl.tbody-unit table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  border-top: none;
}

@media screen and (max-width: 768px) {
  .tbl.tbody-unit table {
    gap: 16px;
  }
}

@media screen and (max-width: 520px) {
  .tbl.tbody-unit table {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    border-top: solid 1px #C9C8C6;
  }
}

.tbl.tbody-unit table tbody {
  border-top: solid 1px #C9C8C6;
}

@media screen and (max-width: 520px) {
  .tbl.tbody-unit table tbody {
    border-top: none;
  }
}

.tbl.tbody-unit table tbody tr {
  display: flex;
  flex-wrap: wrap;
}

.tbl.tbody-unit table tbody tr th {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .tbl.tbody-unit table tbody tr th {
    width: 80px;
  }
}

.tbl.tbody-unit table tbody tr td {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc( 100% - 130px);
}

@media screen and (max-width: 768px) {
  .tbl.tbody-unit table tbody tr td {
    width: calc( 100% - 80px);
  }
}

@media screen and (max-width: 768px) {
  .tbl.tbody-unit--th-l table {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    border-top: solid 1px #C9C8C6;
  }
}

@media screen and (max-width: 768px) {
  .tbl.tbody-unit--th-l table tbody {
    border-top: none;
  }
}

@media screen and (max-width: 768px) {
  .tbl.tbody-unit--th-l table tbody tr th {
    width: 100px;
  }
}

@media screen and (max-width: 520px) {
  .tbl.tbody-unit--th-l table tbody tr th {
    width: 80px;
  }
}

.tbl.tbody-unit--th-l table tbody tr td {
  width: calc( 100% - 130px);
}

@media screen and (max-width: 768px) {
  .tbl.tbody-unit--th-l table tbody tr td {
    width: calc( 100% - 100px);
  }
}

@media screen and (max-width: 520px) {
  .tbl.tbody-unit--th-l table tbody tr td {
    width: calc( 100% - 80px);
  }
}

.tbl table {
  margin-bottom: 8px;
  width: 100%;
  border-top: solid 1px #C9C8C6;
}

.tbl table thead tr th {
  padding: 15px;
  background: #008EAE;
  border-bottom: solid 1px #fefefe;
  color: #fefefe;
  vertical-align: middle;
}

.tbl table thead tr th:not(:last-child) {
  border-right: solid 1px #fefefe;
}

@media screen and (max-width: 768px) {
  .tbl table thead tr th {
    padding: 10px;
  }
}

.tbl table tbody tr th,
.tbl table tbody tr td {
  padding: 15px;
  border-right: solid 1px #C9C8C6;
  border-bottom: solid 1px #C9C8C6;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    padding: 10px;
  }
}

@media screen and (max-width: 520px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    padding: 10px 8px;
  }
}

.tbl table tbody tr th:last-child,
.tbl table tbody tr td:last-child {
  border-right: none;
}

.tbl table tbody tr th {
  width: 130px;
  background: #eeeeee;
  border-right: none;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .tbl table tbody tr th {
    width: 115px;
  }
}

@media screen and (max-width: 520px) {
  .tbl table tbody tr th {
    width: 75px;
  }
}

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

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

@media screen and (max-width: 960px) {
  .tbl table tbody tr td::before {
    content: attr(tbl-data);
    display: block;
    color: #333333;
  }
}

.tbl--thead table {
  border-top: none;
}

.tbl--thead table tbody tr td {
  text-align: center;
}

.scroll-tbl {
  overflow-x: auto;
}

.scroll-tbl table {
  width: 100%;
  border-top: solid 1px #F4F3F0;
  border-left: solid 1px #F4F3F0;
}

.scroll-tbl table thead tr th {
  padding: 16px;
  background: #999999;
  border-right: solid 1px #F4F3F0;
  border-bottom: solid 1px #F4F3F0;
  color: #333333;
  white-space: nowrap;
}

.scroll-tbl table tbody tr th,
.scroll-tbl table tbody tr td {
  padding: 16px;
  border-right: solid 1px #F4F3F0;
  border-bottom: solid 1px #F4F3F0;
}

.scroll-tbl table tbody tr th {
  background: #eeeeee;
}

.menu-panel {
  display: grid;
  gap: 0 24px;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 960px) {
  .menu-panel {
    gap: 0 16px;
  }
}

@media screen and (max-width: 768px) {
  .menu-panel {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.menu-panel__item {
  position: relative;
  display: flex;
  width: 100%;
  flex-grow: 1;
  transition: 0.3s ease-out;
}

.menu-panel__item::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 24px;
  height: 24px;
  background-color: #005aa6;
  border-radius: 2px 0 2px 0;
}

@media screen and (max-width: 768px) {
  .menu-panel__item::before {
    width: 20px;
    height: 20px;
  }
}

.menu-panel__item::after {
  position: absolute;
  right: 7px;
  bottom: 7px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fce900;
}

@media screen and (max-width: 768px) {
  .menu-panel__item::after {
    right: 6px;
    bottom: 6px;
    border-width: 4px 0 4px 6px;
  }
}

.menu-panel__item:hover {
  translate: 4px 4px;
}

.menu-panel__item a {
  display: block;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}

.menu-panel__item a img {
  border-radius: 3px 3px 0 0;
}

.menu-panel__item a .menu-txt {
  padding: 16px;
  border-radius: 0 0 3px 3px;
}

@media screen and (max-width: 960px) {
  .menu-panel__item a .menu-txt {
    padding: 12px 24px 12px 12px;
  }
}

.menu-panel__item a .menu-txt__sub {
  font-size: 1.4rem;
  color: rgba(0, 90, 166, 0.4);
}

@media screen and (max-width: 768px) {
  .menu-panel__item a .menu-txt__sub {
    font-size: 1.2rem;
  }
}

.menu-panel__item a .menu-txt__main {
  font-size: 2rem;
  font-weight: bold;
  color: #005aa6;
  line-height: 24px;
}

@media screen and (max-width: 960px) {
  .menu-panel__item a .menu-txt__main {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .menu-panel__item a .menu-txt__main {
    font-size: 1.6rem;
    line-height: 20px;
  }
}

.frame {
  padding: 16px;
  border: solid 1px #F4F3F0;
}

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

.modal-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100vw;
  height: 100vh;
  background: #333333;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

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

.modal-content {
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9998;
  width: calc(100% - 80px);
  max-width: 900px;
  max-height: calc(100% - 80px);
  padding: 56px 24px 24px;
  background: #fefefe;
  transform: translate(-50%, -50%) scale(0);
}

@media screen and (max-width: 1280px) {
  .modal-content {
    width: calc(100% - 64px);
  }
}

@media screen and (max-width: 960px) {
  .modal-content {
    width: calc(100% - 48px);
    padding: 48px 20px 20px;
  }
}

@media screen and (max-width: 520px) {
  .modal-content {
    width: calc(100% - 32px);
    padding: 40px 16px 16px;
  }
}

.modal-content::-webkit-scrollbar {
  display: none;
}

.modal-content img {
  width: auto;
  max-height: 100%;
  margin: 0 auto;
}

.modal-switch:checked ~ .modal-content {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity .3s,  visibility .3s, transform 0s;
}

.modal .modal-close {
  position: absolute;
  top: 16px;
  right: 24px;
  z-index: 9999;
  font-size: 3.2rem;
  line-height: 32px;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .modal .modal-close {
    right: 20px;
    font-size: 2.4rem;
    line-height: 24px;
  }
}

@media screen and (max-width: 520px) {
  .modal .modal-close {
    top: 12px;
    right: 16px;
    font-size: 2rem;
    line-height: 20px;
  }
}

.modal .modal-close:hover {
  opacity: 0.8;
}

.acd summary {
  position: relative;
  padding: calc(8px * 3);
  list-style: none;
  cursor: pointer;
}

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

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

.acd summary::-webkit-details-marker {
  display: none;
}

.acd summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 3.2rem;
  line-height: 32px;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}

.acd .acd-content {
  padding: calc(8px * 3);
  background: #eeeeee;
}

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

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

.acd[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.acd[open] .acd-content {
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

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

.tab .tab-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tab .tab-menu__item {
  display: block;
  width: calc(25% - 12px);
  padding: calc(8px * 2);
  border-radius: 4px 4px 0 0;
  background: #F4F3F0;
  text-align: center;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .tab .tab-menu__item {
    padding: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .tab .tab-menu__item {
    padding: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .tab .tab-menu__item {
    width: calc( 50% - 8px);
    margin: 0 0 16px 0;
    border-radius: 4px;
  }
}

.tab .tab-menu__item:hover {
  color: #fefefe;
  background: #333333;
}

.tab .tab-content {
  padding: calc(8px * 3);
  border: 2px solid #333333;
}

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

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

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

#tab1:checked ~ .tab-content .tab-content__item:nth-of-type(1) {
  display: block;
}

#tab1:checked ~ .tab-menu .tab-menu__item[for="tab1"] {
  background: #333333;
  color: #fefefe;
}

#tab2:checked ~ .tab-content .tab-content__item:nth-of-type(2) {
  display: block;
}

#tab2:checked ~ .tab-menu .tab-menu__item[for="tab2"] {
  background: #333333;
  color: #fefefe;
}

#tab3:checked ~ .tab-content .tab-content__item:nth-of-type(3) {
  display: block;
}

#tab3:checked ~ .tab-menu .tab-menu__item[for="tab3"] {
  background: #333333;
  color: #fefefe;
}

#tab4:checked ~ .tab-content .tab-content__item:nth-of-type(4) {
  display: block;
}

#tab4:checked ~ .tab-menu .tab-menu__item[for="tab4"] {
  background: #333333;
  color: #fefefe;
}

.writer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px;
  border: solid 2px #eeeeee;
}

.writer .writer-vsl {
  width: 96px;
}

@media screen and (max-width: 960px) {
  .writer .writer-vsl {
    width: 88px;
  }
}

@media screen and (max-width: 768px) {
  .writer .writer-vsl {
    width: 80px;
  }
}

@media screen and (max-width: 520px) {
  .writer .writer-vsl {
    width: 104px;
    margin: 0 auto 16px;
  }
}

.writer .writer-dtl {
  width: calc(100% - 112px);
}

@media screen and (max-width: 960px) {
  .writer .writer-dtl {
    width: calc(100% - 104px);
  }
}

@media screen and (max-width: 768px) {
  .writer .writer-dtl {
    width: calc(100% - 96px);
  }
}

@media screen and (max-width: 520px) {
  .writer .writer-dtl {
    width: 100%;
  }
}

.writer .writer-dtl__ttl {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 8px;
  background: #333333;
  color: #fefefe;
}

@media screen and (max-width: 520px) {
  .writer .writer-dtl__ttl {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
  }
}

.writer .writer-dtl__name {
  margin-bottom: 4px;
}

@media screen and (max-width: 520px) {
  .writer .writer-dtl__name {
    text-align: center;
  }
}

.writer .writer-dtl__name a {
  color: #333333;
}

.writer .writer-dtl__company {
  font-size: 1.4rem;
}

@media screen and (max-width: 520px) {
  .writer .writer-dtl__company {
    text-align: center;
  }
}

.writer .writer-dtl__post {
  margin-bottom: 8px;
  font-size: 1.4rem;
}

@media screen and (max-width: 520px) {
  .writer .writer-dtl__post {
    text-align: center;
  }
}

.writer .writer-dtl__txt {
  font-size: 1.4rem;
}

/*# sourceMappingURL=../../../maps/general/common/main.css.map */
</pre></body></html>