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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

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

html {
  font-size: 62.5%;
}

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

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

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

@media screen and (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

a:visited {
  color: #222;
}

a:hover {
  color: #222;
}

a:active {
  color: #222;
}

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

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

@media screen and (max-width: 640px) {
  a[href*='tel:'] {
    text-decoration: underline;
    cursor: pointer;
    pointer-events: auto;
  }
}

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

.pc-none,
.lap-only,
.tb-only,
.sp-only {
  display: none !important;
}

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

@media screen and (max-width: 1280px) {
  .lap-only {
    display: unset !important;
  }
  .lap-none,
  .pc-only,
  .tb-only,
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (max-width: 960px) {
  .tb-only {
    display: unset !important;
  }
  .tb-none,
  .pc-only,
  .lap-only,
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (max-width: 640px) {
  .sp-only {
    display: unset !important;
  }
  .sp-none,
  .pc-only,
  .lap-only,
  .tb-only {
    display: none !important;
  }
}

.wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

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

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

.inner {
  padding: 0 8px;
}

@media screen and (max-width: 960px) {
  .inner {
    padding: 0 4px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.lower-page {
  overflow: hidden;
  padding-bottom: 128px;
  background: url("/origin/ophthalmology/dist/img/common/lower-bg.png") center top 432px/1600px 3400px no-repeat;
}

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

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

.lower-page .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: 16px;
  border-bottom: solid 1px #ddd;
}

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

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

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

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

.lower-page .mb-section {
  margin-bottom: 56px;
}

@media screen and (max-width: 960px) {
  .lower-page .mb-section {
    margin-bottom: calc( 56px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .lower-page .mb-section {
    margin-bottom: calc( 56px * 0.5);
  }
}

.breadcrumb {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  margin-bottom: 48px;
}

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

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

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

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

.breadcrumb__item {
  display: inline;
  font-size: 1.2rem;
}

.breadcrumb__item:not(:nth-last-of-type(1))::after {
  content: '>';
  padding-left: 8px;
}

.breadcrumb__item a {
  text-decoration: underline;
}

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

.sitettl {
  font-size: 1rem;
}

.pagettl {
  margin-bottom: 48px;
  text-align: center;
}

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

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

.pagettl__main {
  display: inline-block;
  position: relative;
  color: #4b9dc1;
  font-size: 6.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  -webkit-box-reflect: below -42px linear-gradient(to bottom, transparent, transparent 30%, rgba(255, 255, 255, 0.4));
}

@media screen and (max-width: 1280px) {
  .pagettl__main {
    font-size: 5.6rem;
    -webkit-box-reflect: below -38px linear-gradient(to bottom, transparent, transparent 30%, rgba(255, 255, 255, 0.4));
  }
}

@media screen and (max-width: 960px) {
  .pagettl__main {
    font-size: 4rem;
    letter-spacing: 0.05em;
    -webkit-box-reflect: below -30px linear-gradient(to bottom, transparent, transparent 30%, rgba(255, 255, 255, 0.4));
  }
}

@media screen and (max-width: 640px) {
  .pagettl__main {
    font-size: 3.2rem;
    letter-spacing: 0;
    -webkit-box-reflect: below -22px linear-gradient(to bottom, transparent, transparent 30%, rgba(255, 255, 255, 0.4));
  }
}

.pagettl__main::before, .pagettl__main::after {
  content: '';
  position: absolute;
  top: 50%;
  background: url("/origin/ophthalmology/dist/img/common/pagettl-bg.svg") center/contain no-repeat;
  width: 12px;
  height: 40px;
}

@media screen and (max-width: 960px) {
  .pagettl__main::before, .pagettl__main::after {
    width: 9px;
    height: 30px;
  }
}

@media screen and (max-width: 640px) {
  .pagettl__main::before, .pagettl__main::after {
    width: 6px;
    height: 20px;
  }
}

.pagettl__main::before {
  right: 100%;
  margin-right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .pagettl__main::before {
    margin-right: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .pagettl__main::before {
    margin-right: calc( 24px * 0.5);
  }
}

.pagettl__main::after {
  left: 100%;
  margin-left: 24px;
  -webkit-transform: translateY(-50%) rotateZ(180deg);
  transform: translateY(-50%) rotateZ(180deg);
}

@media screen and (max-width: 960px) {
  .pagettl__main::after {
    margin-left: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .pagettl__main::after {
    margin-left: calc( 24px * 0.5);
  }
}

.pagettl__sub {
  display: block;
  font-size: 2rem;
}

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

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

.lower-page .headline {
  position: relative;
  margin-bottom: 24px;
  padding: 20px 0 20px 22px;
}

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

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

@media screen and (max-width: 960px) {
  .lower-page .headline {
    padding: 15px 0 15px 20px;
  }
}

@media screen and (max-width: 640px) {
  .lower-page .headline {
    padding: 11px 0 11px 16px;
  }
}

.lower-page .headline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url("/origin/ophthalmology/dist/img/common/headline-bg.svg") center/contain no-repeat;
}

@media screen and (max-width: 960px) {
  .lower-page .headline::before {
    width: 64px;
    height: 64px;
  }
}

@media screen and (max-width: 640px) {
  .lower-page .headline::before {
    width: 48px;
    height: 48px;
  }
}

.lower-page .headline::after {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 28px);
  border-bottom: solid 2px #4b9dc1;
  margin-left: 28px;
}

@media screen and (max-width: 960px) {
  .lower-page .headline::after {
    top: 32px;
  }
}

@media screen and (max-width: 640px) {
  .lower-page .headline::after {
    top: 24px;
    border-width: 1px;
  }
}

.lower-page .headline span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 4px 16px 4px 6px;
  background: #fff;
  color: #4b9dc1;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .lower-page .headline span {
    padding: 3px 12px 3px 6px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .lower-page .headline span {
    padding: 2px 8px 2px 4px;
    font-size: 1.6rem;
  }
}

.ttl-l {
  position: relative;
  margin-bottom: 24px;
  padding: 10px 16px;
  background: #4b9dc1;
  border-radius: 2px;
  color: #fff;
  font-size: 2rem;
}

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

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

@media screen and (max-width: 960px) {
  .ttl-l {
    padding: 8px 12px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .ttl-l {
    padding: 6px 8px;
  }
}

.ttl-l::before, .ttl-l::after {
  content: '';
  display: block;
}

.ttl-l::before {
  position: absolute;
  top: 0;
  right: 80px;
  width: 48px;
  height: 32px;
  background: url("/origin/ophthalmology/dist/img/common/ttl-l-bg1.svg") center/contain no-repeat;
}

@media screen and (max-width: 640px) {
  .ttl-l::before {
    right: 64px;
    width: 36px;
    height: 24px;
  }
}

.ttl-l::after {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 64px;
  height: 32px;
  background: url("/origin/ophthalmology/dist/img/common/ttl-l-bg2.svg") center/contain no-repeat;
}

@media screen and (max-width: 640px) {
  .ttl-l::after {
    right: 8px;
    width: 56px;
    height: 28px;
  }
}

.ttl-l span {
  margin-right: 12px;
  padding-right: 12px;
  border-right: solid 1px #fff;
}

.ttl-m {
  position: relative;
  margin-bottom: 16px;
  font-size: 2rem;
  color: #4b9dc1;
  padding-bottom: 12px;
}

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

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

.ttl-m::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #f5f5f5;
}

.ttl-m::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 160px;
  border-bottom: 2px solid #4b9dc1;
}

.ttl-s {
  position: relative;
  margin-bottom: 20px;
}

.ttl-s::after {
  content: '';
  position: absolute;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  top: 50%;
  width: 100%;
  border-bottom: 2px solid #4b9dc1;
  z-index: -3;
}

.ttl-s span {
  display: inline-block;
  font-size: 2.4rem;
  color: #4b9dc1;
  background: #fff;
  padding-right: 16px;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .ttl-s span {
    padding-right: calc( 16px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .ttl-s span {
    padding-right: calc( 16px * 0.5);
  }
}

.catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  color: #4b9dc1;
  font-size: 2.4rem;
}

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

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

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

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

.catch::after {
  content: '';
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2px;
  margin-left: 16px;
  background: #4b9dc1;
}

@media screen and (max-width: 640px) {
  .catch::after {
    height: 1px;
  }
}

.catch span {
  display: inline-block;
}

.lead {
  font-size: 2rem;
}

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

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

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

.txt {
  text-align: justify;
  line-height: 1.6;
  letter-spacing: normal;
}

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

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

.txt--line {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: dashed 1px #ddd;
}

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

@media screen and (max-width: 640px) {
  .txt--line {
    margin-bottom: calc( 16px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .txt--line {
    padding-bottom: calc( 16px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .txt--line {
    padding-bottom: calc( 16px * 0.5);
  }
}

.link-txt {
  text-decoration: underline;
}

.link-txt:hover {
  color: #4b9dc1;
  text-decoration: none;
}

.link-more {
  text-align: right;
}

.link-more a {
  position: relative;
  padding-right: 40px;
  letter-spacing: 0.05em;
  font-family: "Inter", sans-serif;
}

.link-more a .ico-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
  height: 4px;
  fill: #4b9dc1;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.link-more a:hover {
  color: #4b9dc1;
}

.link-more a:hover .ico-arrow {
  -webkit-transform: translate(8px, -4px);
  transform: translate(8px, -4px);
}

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

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

.fc-tra {
  color: transparent;
}

.fc-red {
  color: #f00;
}

.fc-blu {
  color: #4b9dc1;
}

.fc-l-blu {
  color: #80bad3;
}

.fc-grn {
  color: #6bb479;
}

.fc-l-grn {
  color: #87cc94;
}

.fc-orn {
  color: #ffa500;
}

.fc-pnk {
  color: #ffc0cb;
}

.fc-blk {
  color: #222;
}

.fc-wht {
  color: #fff;
}

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

.fc-gry {
  color: #ddd;
}

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

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

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

.list__item:not(:nth-of-type(1)) {
  margin-top: 4px;
}

.list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("/origin/ophthalmology/dist/img/common/list-mark.svg") center/contain no-repeat;
}

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

.list--hor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list--hor .list__item {
  display: inline-block;
  margin: 2px 40px 2px 0;
}

.list--hor .list__item:nth-of-type() {
  margin-top: 2px;
}

.list--grn .list__item:not(:nth-of-type(1)) {
  margin-top: 4px;
}

.list--grn .list__item::before {
  background-image: url("/origin/ophthalmology/dist/img/common/list-mark-grn.svg");
}

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

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

.num-list__item::before {
  counter-increment: list-num;
  content: counter(list-num);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #4b9dc1;
  border-radius: 2px;
  color: #fff;
  line-height: 24px;
}

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

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

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% + 40px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

@media screen and (max-width: 960px) {
  .btn {
    display: block;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  max-width: 380px;
  height: 56px;
  margin: 0 16px;
  border: solid 2px #4b9dc1;
  border-radius: 28px;
  color: #4b9dc1;
  line-height: 1.3;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .btn a {
    margin: 0 auto;
  }
}

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

@media screen and (max-width: 960px) {
  .btn a:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 960px) {
  .btn a:not(:nth-of-type(1)) {
    margin-top: 16px;
  }
}

.btn a::before {
  content: '';
  display: block;
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 80%;
  height: 30px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #4b9dc1;
  border-radius: 0 0 30px 0;
}

@media screen and (max-width: 640px) {
  .btn a::before {
    right: -6px;
    bottom: -6px;
    height: 26px;
    border-width: 0 1px 1px 0;
    border-radius: 0 0 28px 0;
  }
}

.btn a span {
  position: relative;
}

.btn a span .ico-arrow {
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  width: 32px;
  height: 4px;
  fill: #4b9dc1;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.btn a:hover {
  background: #4b9dc1;
  color: #fff;
}

.btn a:hover span .ico-mail {
  fill: #fff;
}

.btn a:hover span .ico-arrow {
  fill: #fff;
  -webkit-transform: translate(8px, -4px);
  transform: translate(8px, -4px);
}

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

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

.btn--mail a {
  max-width: 420px;
}

.btn--mail a span {
  padding-left: 26px;
}

.btn--mail a span .ico-mail {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 14px;
  fill: #4b9dc1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bc-tra a {
  background: transparent;
}

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

.bc-blu a {
  background: #4b9dc1;
}

.bc-l-blu a {
  background: #80bad3;
}

.bc-grn a {
  background: #6bb479;
}

.bc-l-grn a {
  background: #87cc94;
}

.bc-orn a {
  background: #ffa500;
}

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

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

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

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

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

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

.pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 50%;
  z-index: 99;
  width: 88px;
  height: 44px;
  background: #4b9dc1;
  border-radius: 44px 44px 0 0;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

.pagetop .ico-pagetop {
  width: 8px;
  height: 6px;
  margin: 8px 0 2px;
  fill: #fff;
}

.pagetop:hover {
  opacity: 0.8;
}

.fix-bnr {
  right: 24px;
  width: 160px;
  height: 160px;
  -webkit-transition: opacity 0.3s ease-out,  -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out,  -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out,  transform 0.3s ease-out;
  transition: opacity 0.3s ease-out,  transform 0.3s ease-out,  -webkit-transform 0.3s ease-out;
}

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

.fix-bnr:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}

.tbl table {
  width: 100%;
  border-bottom: solid 2px #4b9dc1;
}

.tbl table thead tr th {
  padding: 8px 16px 16px;
  border-bottom: solid 2px #4b9dc1;
  color: #4b9dc1;
}

@media screen and (max-width: 960px) {
  .tbl table thead {
    display: none;
  }
}

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

@media screen and (max-width: 960px) {
  .tbl table tbody tr {
    display: block;
    padding-bottom: 16px;
  }
}

.tbl table tbody tr th,
.tbl table tbody tr td {
  position: relative;
  padding: 16px;
}

@media screen and (max-width: 960px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    display: block;
    margin-bottom: 4px;
    padding: 0 8px;
  }
}

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

.tbl table tbody tr th::after,
.tbl table tbody tr td::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: calc(100% - 32px);
  background: #ddd;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .tbl table tbody tr th::after,
  .tbl table tbody tr td::after {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .tbl table tbody tr th {
    display: inline-block;
    margin-bottom: 8px;
    padding: 2px 16px;
    border: solid 1px #4b9dc1;
    border-radius: 2px;
    color: #4b9dc1;
  }
}

@media screen and (max-width: 960px) {
  .tbl table tbody tr td[tbl-data]::before {
    content: attr(tbl-data);
    display: inline-block;
    margin-right: 16px;
    color: #4b9dc1;
  }
}

@media screen and (max-width: 960px) and (max-width: 640px) {
  .tbl table tbody tr td[tbl-data]::before {
    margin-right: 12px;
  }
}

.tbl table tbody tr td:nth-last-of-type(1)::after {
  display: none;
}

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

@media screen and (max-width: 960px) {
  .tbl table tbody tr td.cell-center {
    text-align: justify;
  }
}

@media screen and (max-width: 960px) {
  .tbl table tbody tr:not(:nth-last-child(1)) {
    margin-bottom: 16px;
    border-bottom: dashed 1px #ddd;
  }
}

.tbl table tbody tr:not(:nth-last-child(1)) th {
  border-bottom: dashed 1px #ddd;
}

@media screen and (max-width: 960px) {
  .tbl table tbody tr:not(:nth-last-child(1)) th {
    border: solid 1px #4b9dc1;
  }
}

.tbl table tbody tr:not(:nth-last-child(1)) td {
  border-bottom: dashed 1px #ddd;
}

@media screen and (max-width: 960px) {
  .tbl table tbody tr:not(:nth-last-child(1)) td {
    border-bottom: none;
  }
}

@media screen and (max-width: 960px) {
  .tbl--training table tbody tr {
    position: relative;
    padding-left: 120px;
  }
}

@media screen and (max-width: 640px) {
  .tbl--training table tbody tr {
    padding-left: 80px;
  }
}

@media screen and (max-width: 480px) {
  .tbl--training table tbody tr {
    padding-left: 52px;
  }
}

@media screen and (max-width: 960px) {
  .tbl--training table tbody tr th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 104px;
    height: calc(100% - 16px);
    margin-bottom: 0;
    padding: 0;
  }
}

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

@media screen and (max-width: 480px) {
  .tbl--training table tbody tr th {
    width: 40px;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
  }
}

@media screen and (max-width: 960px) {
  .tbl--training table tbody tr td[tbl-data]::before {
    width: 112px;
  }
}

@media screen and (max-width: 640px) {
  .tbl--training table tbody tr td[tbl-data]::before {
    width: 104px;
  }
}

@media screen and (max-width: 480px) {
  .tbl--training table tbody tr td[tbl-data]::before {
    width: 96px;
  }
}

.line {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: solid 1px #ddd;
}

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

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

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

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

.line--dot {
  border-style: dashed;
}

.line--dashed {
  border-bottom: dashed 1px #ddd;
}

.lateral-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lateral-line::after {
  content: '';
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2px;
  margin-left: 16px;
  background: #4b9dc1;
}

@media screen and (max-width: 640px) {
  .lateral-line::after {
    height: 1px;
  }
}

.lateral-line--before::before {
  content: '';
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2px;
  margin-right: 16px;
  background: #4b9dc1;
}

@media screen and (max-width: 640px) {
  .lateral-line--before::before {
    height: 1px;
  }
}

.lateral-line--before::after {
  display: none;
}

.frame {
  position: relative;
  padding: 32px;
  background: #fff;
  border-radius: 2px;
}

@media screen and (max-width: 960px) {
  .frame {
    padding: calc( 32px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .frame {
    padding: calc( 32px * 0.5);
  }
}

.frame::before, .frame::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
}

.frame::before {
  top: 0;
  left: 0;
  border-color: #80bad3;
}

.frame::after {
  right: 0;
  bottom: 0;
  border-color: #4b9dc1;
}

.frame .frame-lead {
  font-size: 2rem;
  text-align: center;
}

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

@media screen and (max-width: 640px) {
  .frame .frame-lead {
    font-size: 1.5rem;
    text-align: justify;
  }
}

@media screen and (max-width: 480px) {
  .frame .frame-lead {
    font-size: 1.4rem;
  }
}

.relation-frame dt {
  display: inline-block;
  padding: 4px 24px;
  background: #4b9dc1;
  border-radius: 2px 2px 0 0;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .relation-frame dt {
    padding: 4px 20px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .relation-frame dt {
    padding: 4px 16px;
    font-size: 1.4rem;
  }
}

.relation-frame dd {
  padding: 24px;
  border: 2px solid #4b9dc1;
  border-radius: 0 2px 2px 2px;
}

@media screen and (max-width: 960px) {
  .relation-frame dd {
    padding: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .relation-frame dd {
    padding: calc( 24px * 0.5);
  }
}

.relation-frame--separate dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.relation-frame--separate dd .relation-frame-dtl {
  width: calc(100% - 304px);
}

@media screen and (max-width: 960px) {
  .relation-frame--separate dd .relation-frame-dtl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}

.relation-frame--separate dd .relation-frame-dtl--small {
  width: calc(100% - 600px);
}

@media screen and (max-width: 960px) {
  .relation-frame--separate dd .relation-frame-dtl--small {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}

.relation-frame--separate dd .relation-frame-vsl {
  width: 100%;
  max-width: 280px;
}

@media screen and (max-width: 960px) {
  .relation-frame--separate dd .relation-frame-vsl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 560px;
    margin: 0 auto 16px;
  }
}

@media screen and (max-width: 640px) {
  .relation-frame--separate dd .relation-frame-vsl {
    max-width: 400px;
  }
}

.relation-frame--separate dd .relation-frame-dtl--small + .relation-frame-vsl {
  max-width: 576px;
}

@media screen and (max-width: 960px) {
  .relation-frame--separate dd .relation-frame-dtl--small + .relation-frame-vsl {
    max-width: 560px;
  }
}

@media screen and (max-width: 640px) {
  .relation-frame--separate dd .relation-frame-dtl--small + .relation-frame-vsl {
    max-width: 400px;
  }
}

.relation-frame--grn dt {
  background: #87cc94;
}

.relation-frame--grn dd {
  border-color: #87cc94;
}

.lap-frame {
  position: relative;
  z-index: 1;
  padding: 5px 16px;
  display: inline-block;
}

.lap-frame::before, .lap-frame::after {
  content: "";
  position: absolute;
  padding: 10px 16px;
  border: 1px solid #80BAD3;
  display: inline-block;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  top: 2px;
  left: 2px;
}

.lap-frame::after {
  border: 1px solid #4b9dc1;
  top: -2px;
  left: -2px;
  z-index: -2;
}

.lap-frame__txt {
  color: #4b9dc1;
  margin: 0;
  padding: 0;
}

.sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign__post {
  position: relative;
  margin-right: 12px;
  padding: 10px 16px;
  color: #4b9dc1;
}

@media screen and (max-width: 640px) {
  .sign__post {
    padding: 8px 16px;
    font-size: 1.4rem;
  }
}

.sign__post::before, .sign__post::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
}

.sign__post::before {
  top: 0;
  left: 0;
  border-color: #80bad3;
}

.sign__post::after {
  right: 0;
  bottom: 0;
  border-color: #4b9dc1;
}

.sign__name {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .sign__name {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 640px) {
  .sign__name {
    font-size: 2rem;
    letter-spacing: 0;
  }
}

.sign__name span {
  display: block;
  color: #ddd;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-family: "Inter", sans-serif;
}

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

@media screen and (max-width: 640px) {
  .sign__name span {
    font-size: 1rem;
  }
}

.unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.unit .unit-vsl {
  width: 384px;
}

@media screen and (max-width: 960px) {
  .unit .unit-vsl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 560px;
    margin: 0 auto 16px;
  }
}

@media screen and (max-width: 640px) {
  .unit .unit-vsl {
    max-width: 400px;
  }
}

.unit .unit-dtl {
  width: calc( 100% - 416px);
}

@media screen and (max-width: 960px) {
  .unit .unit-dtl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 32px;
  }
}

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

@media screen and (max-width: 960px) and (max-width: 640px) {
  .unit .unit-dtl {
    margin-bottom: calc( 32px * 0.5);
  }
}

.writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  border: solid 2px #f5f5f5;
}

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

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

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

@media screen and (max-width: 480px) {
  .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: 640px) {
  .writer .writer-dtl {
    width: calc(100% - 96px);
  }
}

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

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

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

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

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

.writer .writer-dtl__name a {
  color: #4b9dc1;
}

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

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

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

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

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

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 20px 40px 20px 32px;
}

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

@media screen and (max-width: 960px) {
  .header {
    padding: 16px 20px;
  }
}

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

.header .header-logo {
  width: 254px;
}

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

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

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

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

.header .gnav .gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header .gnav .gnav-list__item {
  position: relative;
  padding: 8px 0;
}

.header .gnav .gnav-list__item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

@media screen and (max-width: 1280px) {
  .header .gnav .gnav-list__item:not(:nth-last-of-type(1)) {
    margin-right: 16px;
  }
}

.header .gnav .gnav-list__item > a,
.header .gnav .gnav-list__item > span {
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 1280px) {
  .header .gnav .gnav-list__item > a,
  .header .gnav .gnav-list__item > span {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}

.header .gnav .gnav-list__item.is-current > a,
.header .gnav .gnav-list__item.is-current > span, .header .gnav .gnav-list__item:hover > a,
.header .gnav .gnav-list__item:hover > span {
  color: #4b9dc1;
}

.header .gnav .gnav-list__item .pull-list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 42px;
  left: 50%;
  min-width: 132px;
  padding: 0 8px;
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px #4b9dc1;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header .gnav .gnav-list__item .pull-list__item {
  padding: 12px 0;
  text-align: center;
  line-height: 1.3;
  white-space: nowrap;
}

.header .gnav .gnav-list__item .pull-list__item:not(:nth-last-of-type(1)) {
  border-bottom: solid 1px #4b9dc1;
}

.header .gnav .gnav-list__item .pull-list__item a {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

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

.header .gnav .gnav-list__item .pull-list__item a:hover {
  color: #4b9dc1;
}

.header .gnav .gnav-list__item:hover .pull-list {
  visibility: visible;
  opacity: 1;
}

.header--front .gnav .gnav-list .gnav-list__item > a,
.header--front .gnav .gnav-list .gnav-list__item > span {
  position: relative;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(34, 34, 34, 0.6);
}

.header--front .gnav .gnav-list .gnav-list__item > a:hover,
.header--front .gnav .gnav-list .gnav-list__item > span:hover {
  opacity: 0.7;
}

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

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

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

.drawer-hamburger {
  display: block;
  position: fixed;
  top: 8px;
  right: 16px;
  z-index: 9998;
  width: 56px;
  height: 56px;
  background: #4b9dc1;
  border-radius: 28px;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .drawer-hamburger {
    right: 12px;
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 480px) {
  .drawer-hamburger {
    right: 8px;
    width: 44px;
    height: 44px;
  }
}

.drawer-hamburger span {
  display: block;
  position: relative;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

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

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

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

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

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

.drawer-overlay {
  opacity: 0;
  display: none;
  position: fixed;
  z-index: 9997;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #222;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.drawer-switch:checked ~ .drawer-overlay {
  opacity: .6;
  display: block;
}

.drawer-content {
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: calc(100% - 88px);
  max-width: 400px;
  height: 100%;
  background: #4b9dc1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

@media screen and (max-width: 640px) {
  .drawer-content {
    width: calc(100% - 72px);
  }
}

@media screen and (max-width: 480px) {
  .drawer-content {
    width: calc(100% - 60px);
  }
}

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

.drawer-content .menu {
  padding: 16px 12px;
}

.drawer-content .menu__item {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: dashed 1px #fff;
}

.drawer-content .menu__item a {
  display: block;
  position: relative;
  color: #fff;
}

.drawer-content .menu__item .menu-secondary dt {
  margin-bottom: 4px;
  color: #fff;
}

.drawer-content .menu__item .menu-secondary dd {
  position: relative;
  margin-left: 12px;
  padding: 4px 0 4px 12px;
}

.drawer-content .menu__item .menu-secondary dd::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 1px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer {
  position: sticky;
  top: 100vh;
  z-index: 99;
  padding-top: 40px;
  background: #fff;
  border-top: solid 2px #4b9dc1;
}

@media screen and (max-width: 960px) {
  .footer {
    padding-top: 16px;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
  padding-bottom: 40px;
  border-bottom: solid 1px #ddd;
}

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

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

@media screen and (max-width: 960px) {
  .footer-menu {
    padding-bottom: calc( 40px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .footer-menu {
    padding-bottom: calc( 40px * 0.5);
  }
}

@media screen and (max-width: 1280px) {
  .footer-menu {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

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

.footer-menu__col {
  margin: 0 32px;
}

@media screen and (max-width: 1280px) {
  .footer-menu__col {
    margin: 0;
  }
}

.footer-menu .footer-menu-ttl {
  margin-bottom: 12px;
}

.footer-menu .footer-menu-list {
  padding-left: 16px;
}

.footer-menu .footer-menu-list__item {
  position: relative;
  padding-left: 20px;
}

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

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

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

.footer-menu .footer-menu-list__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 12px;
  height: 1px;
  background: #80bad3;
}

@media screen and (max-width: 1280px) {
  .footer-menu .footer-menu-list__item a {
    font-size: 1.4rem;
  }
}

.footer-menu .footer-menu-list__item a:hover {
  color: #4b9dc1;
}

.footer-info {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 960px) {
  .footer-info {
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 640px) {
  .footer-info {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.footer-add {
  margin-bottom: 24px;
  font-size: 1.4rem;
  text-align: center;
}

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

@media screen and (max-width: 640px) {
  .footer-add {
    margin-bottom: calc( 24px * 0.5);
  }
}

@media screen and (max-width: 640px) {
  .footer-add {
    font-size: 1.2rem;
  }
}

.copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 12px 40px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  background: #4b9dc1;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
}

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

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

@media screen and (max-width: 960px) {
  .copy {
    padding: 8px 24px calc(64px + env(safe-area-inset-bottom));
  }
}

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

.footer-bar {
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  padding-bottom: env(safe-area-inset-bottom);
  width: 100%;
  background: #ffa500;
  border-top: solid 1px #fff;
}

@media all and (-ms-high-contrast: none) {
  .footer-bar {
    padding-bottom: 0;
  }
}

.footer-bar__link {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.footer-bar__link::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 32px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-bar__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 56px;
  background: #ffa500;
  color: #fff;
}

.footer-bar__link a svg[class^="ico"] {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  fill: #fff;
}

.footer-bar__link a:hover {
  color: #fff;
}

.footer-bar__pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background: #ffa500;
  cursor: pointer;
}

.footer-bar__pagetop .ico-pagetop {
  width: 8px;
  height: 6px;
  fill: #fff;
}

@media screen and (max-width: 960px) {
  .footer-bar {
    visibility: visible;
  }
}

.powered-by {
  display: inline-block;
  width: 45px;
  height: 10px;
  vertical-align: baseline;
}

.grecaptcha-badge {
  visibility: hidden;
}

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

.recaptcha-txt a {
  text-decoration: underline;
}

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

input,
select,
textarea {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 10px;
  border: solid 1px #ddd;
  font-size: 1.6rem;
  font-family: "Inter", "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 54px;
}

select {
  background: url("/origin/ophthalmology/dist/common/select.png") no-repeat 96% center;
}

textarea {
  overflow: auto;
  height: 200px;
  padding: 10px;
  line-height: 1.8;
}

.must {
  color: #f00;
  font-size: 1.4rem;
}

.wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
}

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

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 6px;
  left: 8px;
  z-index: 1;
  width: 7px;
  height: 12px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #fff #fff transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  background: #222;
  border: #222;
}

.wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
}

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

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  z-index: 1;
  width: 16px;
  height: 16px;
  background: #222;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border: #222;
}

.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.send {
  display: block;
  height: 56px;
  border: solid 1px #ddd;
  text-align: center;
  line-height: 54px;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  cursor: pointer;
}

.send::before {
  content: '送信';
}

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

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  padding: 30px;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  text-align: center;
}

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

.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1.4rem;
}

.wpcf7 .wpcf7-not-valid {
  background: #ddd;
}

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

.notfound-list {
  max-width: 600px;
  margin: 0 auto;
  padding: 24px;
  background: #f5f5f5;
  border-radius: 4px;
}

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

.notfound-list__item::before {
  content: '・';
}

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