@charset "UTF-8";
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
@media screen and (min-width: 768px) {
  body .l__cornea-container .pc-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-section {
    width: 860px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-section {
    width: 91.4666666667vw;
    margin-inline: auto;
    -webkit-margin-before: 12.8vw;
    margin-block-start: 12.8vw;
    -webkit-margin-after: 17.0666666667vw;
    margin-block-end: 17.0666666667vw;
  }
}
body .l__cornea-container .cornea__registration {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration {
    width: 848px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration {
    width: 91.4666666667vw;
  }
}
body .l__cornea-container .cornea__registration::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  height: 100%;
  pointer-events: none;
  background: #FFEA00;
  border: 2px solid #222;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration::before {
    top: 12px;
    left: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration::before {
    width: 100%;
    top: 2.1333333333vw;
    left: 2.1333333333vw;
  }
}
body .l__cornea-container .cornea__registration-title {
  margin: 0;
  font-weight: bold;
  text-align: center;
  border: 2px solid #3E3E3E;
  border-bottom: 2px solid #3E3E3E;
  background-color: #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-title {
    height: 72px;
    font-size: 27px;
    letter-spacing: 0.04em;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-title {
    height: 16.5333333333vw;
    font-size: 6.4vw;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}
body .l__cornea-container .cornea__registration-body {
  -webkit-margin-before: -2px;
  margin-block-start: -2px;
  border: 2px solid #3E3E3E;
  background: #fff;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-body {
    -webkit-padding-before: 56px;
    padding-block-start: 56px;
    -webkit-padding-after: 56px;
    padding-block-end: 56px;
    -webkit-padding-start: 64px;
    padding-inline-start: 64px;
    -webkit-padding-end: 64px;
    padding-inline-end: 64px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-body {
    -webkit-padding-before: 12.8vw;
    padding-block-start: 12.8vw;
    -webkit-padding-after: 12.8vw;
    padding-block-end: 12.8vw;
    -webkit-padding-start: 6.4vw;
    padding-inline-start: 6.4vw;
    -webkit-padding-end: 6.4vw;
    padding-inline-end: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-block {
    -webkit-margin-after: 60px;
    margin-block-end: 60px;
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-block {
    -webkit-margin-after: 11.7333333333vw;
    margin-block-end: 11.7333333333vw;
    width: 78.6666666667vw;
  }
}
body .l__cornea-container .cornea__registration-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
body .l__cornea-container .cornea__registration-block--no-margin {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
body .l__cornea-container .cornea__registration-heading {
  position: relative;
  margin: 0;
  font-weight: bold;
  border-bottom: 0;
  background-image: repeating-linear-gradient(90deg, #CCCCCC 0 4px, transparent 4px 8px);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: left bottom;
}
body .l__cornea-container .cornea__registration-heading::before {
  content: "★";
  position: absolute;
  left: 0;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-heading::before {
    top: 7px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-heading::before {
    top: 1.6vw;
    font-size: 5.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-heading {
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    -webkit-padding-start: 28px;
    padding-inline-start: 28px;
    -webkit-padding-after: 8px;
    padding-block-end: 8px;
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-heading {
    font-size: 5.6vw;
    line-height: 1.4;
    letter-spacing: 0.02em;
    -webkit-padding-after: 2.1333333333vw;
    padding-block-end: 2.1333333333vw;
    -webkit-margin-after: 3.7333333333vw;
    margin-block-end: 3.7333333333vw;
    -webkit-padding-start: 7.2vw;
    padding-inline-start: 7.2vw;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-heading--period {
    -webkit-margin-after: 3.7333333333vw;
    margin-block-end: 3.7333333333vw;
  }
}
body .l__cornea-container .cornea__registration-heading--no-border {
  border-bottom: none;
}
body .l__cornea-container .cornea__registration-text {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-text {
    font-size: 16px;
    line-height: 1.6875;
    -webkit-margin-after: 0;
    margin-block-end: 0;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-text {
    font-size: 4vw;
    line-height: 1.7;
  }
}
body .l__cornea-container .cornea__registration-text a {
  color: #E60012;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-text--lead,
body .l__cornea-container .cornea__registration-text--indent {
    padding-left: 114px;
  }
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-text--lead {
    text-indent: -114px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-text--lead .cornea__registration-label {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-text--spaced {
    -webkit-margin-before: 12px;
    margin-block-start: 12px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-text--spaced {
    -webkit-margin-before: 2.1333333333vw;
    margin-block-start: 2.1333333333vw;
  }
}
body .l__cornea-container .cornea__registration-text--bold {
  font-weight: 700;
}
body .l__cornea-container .cornea__registration-text--no-margin {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-text--contact-email {
    -webkit-margin-after: 28px;
    margin-block-end: 28px;
  }
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-text--period {
    min-height: 29px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-text--period {
    display: grid;
    grid-template-columns: 107fr 188fr;
    font-size: 4vw;
    line-height: 1.7;
    letter-spacing: 0.02em;
    -webkit-margin-after: 1.0666666667vw;
    margin-block-end: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-text--period:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
  }
}
body .l__cornea-container .cornea__registration-date-main,
body .l__cornea-container .cornea__registration-date-break {
  display: inline;
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-date-main {
    display: block;
    grid-column: 2;
  }
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-date-break {
    -webkit-margin-start: 0.25em;
    margin-inline-start: 0.25em;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-date-break {
    display: block;
    grid-column: 2;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }
}
body .l__cornea-container .cornea__registration-label {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-label {
    white-space: nowrap;
  }
}
body .l__cornea-container .cornea__registration-subheading {
  margin: 0;
  font-weight: 700;
  position: relative;
  padding-left: 0.9em;
  line-height: 1.4;
}
body .l__cornea-container .cornea__registration-subheading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #222;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-subheading::before {
    width: 6px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-subheading::before {
    width: 1.0666666667vw;
    height: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-subheading {
    font-size: 19px;
    letter-spacing: 0.05em;
    -webkit-margin-before: 28px;
    margin-block-start: 28px;
    -webkit-margin-after: 8px;
    margin-block-end: 8px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-subheading {
    font-size: 4.8vw;
    -webkit-margin-before: 5.3333333333vw;
    margin-block-start: 5.3333333333vw;
    -webkit-margin-after: 2.1333333333vw;
    margin-block-end: 2.1333333333vw;
  }
}
body .l__cornea-container .cornea__registration-list,
body .l__cornea-container .cornea__registration-notes {
  margin: 0;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-list,
body .l__cornea-container .cornea__registration-notes {
    font-size: 13px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-list,
body .l__cornea-container .cornea__registration-notes {
    font-size: 3.2vw;
    -webkit-margin-before: 4.2666666667vw;
    margin-block-start: 4.2666666667vw;
    line-height: 1.6666666667;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-list li,
body .l__cornea-container .cornea__registration-notes li {
    -webkit-margin-after: 1.6vw;
    margin-block-end: 1.6vw;
  }
}
body .l__cornea-container .cornea__registration-list li:last-child,
body .l__cornea-container .cornea__registration-notes li:last-child {
  margin-bottom: 0;
}
body .l__cornea-container .cornea__registration-notes {
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-notes {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #222;
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-notes {
    font-size: 3.2vw;
    -webkit-margin-before: 4.2666666667vw;
    margin-block-start: 4.2666666667vw;
    line-height: 1.7;
  }
}
body .l__cornea-container .cornea__registration-notes li {
  padding-left: 2.2em;
  text-indent: -2.2em;
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-notes li {
    padding-left: 2em;
    text-indent: -2em;
    -webkit-margin-after: 2.6666666667vw;
    margin-block-end: 2.6666666667vw;
  }
}
body .l__cornea-container .cornea__registration-list {
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-list {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-list {
    font-size: 4vw;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}
body .l__cornea-container .cornea__registration-list li {
  position: relative;
  padding-left: 1.3em;
}
body .l__cornea-container .cornea__registration-list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  background: #222;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-list li::before {
    left: 0;
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-list li::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    left: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-list li {
    -webkit-margin-after: 2.1333333333vw;
    margin-block-end: 2.1333333333vw;
  }
}
body .l__cornea-container .cornea__registration-list--plain li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-list--plain li {
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
}
body .l__cornea-container .cornea__registration-list--plain li::before {
  display: none;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-list--cautions li {
    padding-left: 1em;
    text-indent: -1em;
  }
  body .l__cornea-container .cornea__registration-list--cautions li + li {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-list--cautions li {
    padding-left: 1em;
    text-indent: -1em;
  }
  body .l__cornea-container .cornea__registration-list--cautions li + li {
    -webkit-margin-before: 1.0666666667vw;
    margin-block-start: 1.0666666667vw;
  }
}
body .l__cornea-container .cornea__registration-table-wrapper {
  width: 100%;
  outline-offset: 4px;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-table-wrapper {
    -webkit-margin-before: 4px;
    margin-block-start: 4px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #222 transparent;
    scrollbar-width: thin;
    -webkit-padding-after: 2.1333333333vw;
    padding-block-end: 2.1333333333vw;
    -webkit-margin-before: 1.6vw;
    margin-block-start: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-table-wrapper::-webkit-scrollbar {
    height: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-table-wrapper::-webkit-scrollbar-track {
    background: #CCCCCC;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-table-wrapper::-webkit-scrollbar-thumb {
    background: #222222;
    border-radius: 999px;
  }
}
body .l__cornea-container .cornea__registration-table {
  box-sizing: border-box;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 2px solid #cfcfcf;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-table {
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-table {
    border-width: 1px;
    min-width: 448px;
  }
}
body .l__cornea-container .cornea__registration-table th,
body .l__cornea-container .cornea__registration-table td {
  box-sizing: border-box;
  border: 2px solid #cfcfcf;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-table th,
body .l__cornea-container .cornea__registration-table td {
    height: 45px;
    padding: 8px 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-table th,
body .l__cornea-container .cornea__registration-table td {
    border-width: 1px;
    height: 37px;
    padding: 8px 10px;
    font-size: 15px;
  }
}
body .l__cornea-container .cornea__registration-table thead th {
  background: #2c2c2c;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-table thead th {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-table thead th:nth-child(1) {
    width: 298px;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-table thead th:nth-child(1) {
    width: 44.64%;
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-table thead th:nth-child(2) {
    width: 212px;
    border-bottom: 0;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-table thead th:nth-child(2) {
    width: 27.68%;
  }
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-table thead th:nth-child(3) {
    width: 210px;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-table thead th:nth-child(3) {
    width: 27.68%;
  }
}
body .l__cornea-container .cornea__registration-table tbody th {
  background: #EFEFEF;
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-table tbody th {
    width: 44.64%;
  }
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-table tbody th:nth-child(1) {
    font-size: 16px;
    width: 298px;
  }
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-table tbody tr:last-child th,
body .l__cornea-container .cornea__registration-table tbody tr:last-child td {
    height: 69px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-table tbody tr:last-child th,
body .l__cornea-container .cornea__registration-table tbody tr:last-child td {
    height: 56px;
  }
}
body .l__cornea-container .cornea__registration-table .cornea__registration-cell--multiline {
  line-height: 1.375;
}
body .l__cornea-container .cornea__registration-table .cornea__registration-cell--multiline small {
  font-size: 0.8em;
}
body .l__cornea-container .cornea__registration-table .cornea__registration-cell--compact {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-table .cornea__registration-cell--compact {
    padding-block: 1.6vw;
  }
}
body .l__cornea-container .cornea__registration-highlight {
  background: linear-gradient(transparent 55%, #FFE768 55%);
  border-radius: 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
body .l__cornea-container .cornea__registration-button-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-button-list {
    width: 592px;
    justify-content: center;
    gap: 32px;
    -webkit-margin-before: 28px;
    margin-block-start: 28px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-button-list {
    flex-direction: column;
    align-items: center;
    gap: 3.2vw;
    -webkit-margin-before: 6.4vw;
    margin-block-start: 6.4vw;
  }
}
body .l__cornea-container .cornea__registration-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #222222;
  color: #fff;
  text-decoration: none;
  font-family: inherit;
  font-weight: 700;
  border: 2px solid #222222;
  border-radius: 999px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-button {
    width: 250px;
    height: 50px;
    font-size: 16px;
    padding-left: 20px;
    background-image: linear-gradient(90deg, #FFEA00 0%, #FFEA00 50%, #222222 50%, #222222 100%);
    background-size: 220% 100%;
    background-position: 100% 0;
    transition: color 0.35s ease, background-position 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-button {
    width: 64vw;
    height: 12.2666666667vw;
    font-size: 4vw;
    padding-left: 5.3333333333vw;
  }
}
body .l__cornea-container .cornea__registration-button::after {
  content: "";
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../../img/btn.arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #222222;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-button::after {
    width: 50px;
    height: 50px;
    -webkit-margin-end: -2px;
    margin-inline-end: -2px;
    background-size: 20px 12px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-button::after {
    width: 12.2666666667vw;
    height: 12.2666666667vw;
    -webkit-margin-end: -0.5333333333vw;
    margin-inline-end: -0.5333333333vw;
    background-size: 20px 12px;
  }
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-button:hover, body .l__cornea-container .cornea__registration-button:focus-visible {
    color: #222222;
    background-position: 0 0;
  }
}
body .l__cornea-container .cornea__registration-button--disabled, body .l__cornea-container .cornea__registration-button:disabled {
  color: #CCCCCC;
  -webkit-text-fill-color: currentColor;
  background-position: 100% 0;
  opacity: 50%;
  cursor: default;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-button--primary {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-button--primary {
    width: 64vw;
  }
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__registration-button--document {
    width: 330px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__registration-button--document {
    width: 78.6666666667vw;
    padding-left: 3.2vw;
    font-size: 3.4666666667vw;
  }
}

body.cornea__page--registration {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  body.cornea__page--registration .l__cornea-container {
    background-color: #6CD3FD;
  }
}
@media screen and (max-width: 767px) {
  body.cornea__page--registration .l__cornea-container {
    background-image: linear-gradient(90deg, #33B7F3 50%, #8BDBFF 100%);
  }
}
body.cornea__page--registration .l__cornea-container .l__cornea-content-block {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  body.cornea__page--registration .l__cornea-container .l__cornea-content-block {
    background: url(../../img/pc.registration.bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1920px auto;
    background-attachment: fixed;
    height: auto;
    max-height: none;
    min-height: 80.46875vw;
  }
}
@media screen and (max-width: 767px) {
  body.cornea__page--registration .l__cornea-container .l__cornea-content-block {
    background: url(../../img/sp.registration.bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-attachment: scroll;
    height: auto;
    max-height: none;
  }
}
@media screen and (max-width: 767px) {
  body.cornea__page--registration .l__cornea-container .cornea__title-block {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.cornea__page--registration .l__cornea-container .cornea__info-container {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.cornea__page--registration .l__cornea-container .cornea__nav-header {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) {
  body.cornea__page--registration .l__cornea-container .cornea__contents-container {
    display: flex;
    align-items: flex-start;
    width: 1169px;
    margin-inline: auto;
    gap: 60px;
    -webkit-padding-before: 60px;
    padding-block-start: 60px;
    -webkit-padding-after: 110px;
    padding-block-end: 110px;
  }
}
@media screen and (max-width: 767px) {
  body.cornea__page--registration .l__cornea-container .cornea__contents-container {
    -webkit-margin-before: 16vw;
    margin-block-start: 16vw;
  }
}
@media screen and (min-width: 768px) {
  body.cornea__page--registration .l__cornea-container .cornea__sidebar {
    position: static;
    width: 254px;
  }
}
@media screen and (max-width: 767px) {
  body.cornea__page--registration .l__cornea-container .cornea__sidebar {
    border-top: 2px solid #3E3E3E;
    background: #EEEEEE;
  }
}