@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0; }

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none; }

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse; }

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0; }

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */ }

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */ }

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible; }

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none; }

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block; }

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed; }

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial; }

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute; }

html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-size: 10px;
  color: #616161; }

img {
  width: 100%; }

.wrapper {
  position: relative;
  z-index: 1;
  padding-top: 56px; }

a {
  color: #6236ff;
  text-decoration: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  caret-color: #1eb98c; }

input::-moz-selection {
  background-color: rgba(30, 185, 140, 0.5); }

input::selection {
  background-color: rgba(30, 185, 140, 0.5); }

[v-cloak] {
  display: none; }

.dni {
  display: none !important; }

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?q8etds");
  src: url("/fonts/icomoon.eot?q8etds#iefix") format("embedded-opentype"), url("/fonts/icomoon.woff2?q8etds") format("woff2"), url("/fonts/icomoon.ttf?q8etds") format("truetype"), url("/fonts/icomoon.woff?q8etds") format("woff"), url("/fonts/icomoon.svg?q8etds#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ticket:before {
  content: '\e906'; }

.icon-bell:before {
  content: '\e907'; }

.icon-bell-on:before {
  content: '\e91e'; }

.icon-add:before {
  content: '\e900'; }

.icon-arrow-fill:before {
  content: '\e901'; }

.icon-arrow:before {
  content: '\e902'; }

.icon-arrowBack:before {
  content: '\e903'; }

.icon-arrowDawn:before {
  content: '\e904'; }

.icon-arrowUp:before {
  content: '\e905'; }

.icon-calender-add:before {
  content: '\e908'; }

.icon-check-fill:before {
  content: '\e909'; }

.icon-checkmark:before {
  content: '\e90a'; }

.icon-close:before {
  content: '\e90b'; }

.icon-enter:before {
  content: '\e90c'; }

.icon-exclamation-fill:before {
  content: '\e90d'; }

.icon-exclamation:before {
  content: '\e90e'; }

.icon-eye-disable:before {
  content: '\e90f'; }

.icon-eye:before {
  content: '\e910'; }

.icon-image:before {
  content: '\e911'; }

.icon-info-fill:before {
  content: '\e912'; }

.icon-little:before {
  content: '\e913'; }

.icon-lot:before {
  content: '\e914'; }

.icon-menu:before {
  content: '\e915'; }

.icon-multilingual:before {
  content: '\e916'; }

.icon-place:before {
  content: '\e917'; }

.icon-question-fill:before {
  content: '\e918'; }

.icon-seat-fill:before {
  content: '\e919'; }

.icon-seat:before {
  content: '\e91a'; }

.icon-soldout:before {
  content: '\e91b'; }

.icon-ticket-fill-cur:before {
  content: '\e91c'; }

.icon-ticket-fill-dis:before {
  content: '\e91d'; }

.icon-twitter:before {
  content: '\e91f'; }

.icon-user-on:before {
  content: '\e920'; }

.icon-user-plus:before {
  content: '\e921'; }

.icon-user:before {
  content: '\e922'; }

#g-loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); }
  #g-loading::after {
    position: absolute;
    z-index: 101;
    left: 50%;
    top: 50%;
    content: '';
    display: block !important;
    border-radius: 100%;
    border: 2px solid #1eb98c;
    border-bottom-color: transparent;
    height: 26px;
    width: 26px;
    margin: -13px 0 0 -13px;
    background: 0 0 !important;
    display: inline-block;
    -webkit-animation: rotate 0.75s 0s linear infinite;
            animation: rotate 0.75s 0s linear infinite; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

.g-wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.g-section, .g-section--fullwidth, .g-section--widefullwidth, .g-section--shortWidth, .g-section--btmLink, .g-section--wideBtmLink, .g-section--wide, .g-section--top {
  max-width: 560px;
  margin: auto;
  padding: 0 16px; }
  .g-header + .g-section, .g-header--login + .g-section, .g-header + .g-section--fullwidth, .g-header--login + .g-section--fullwidth, .g-header + .g-section--widefullwidth, .g-header--login + .g-section--widefullwidth, .g-header + .g-section--shortWidth, .g-header--login + .g-section--shortWidth, .g-header + .g-section--btmLink, .g-header--login + .g-section--btmLink, .g-header + .g-section--wideBtmLink, .g-header--login + .g-section--wideBtmLink, .g-header + .g-section--wide, .g-header--login + .g-section--wide, .g-header + .g-section--top, .g-header--login + .g-section--top {
    padding-top: 50px; }
  .g-header.is-operate + .g-section, .is-operate.g-header--login + .g-section, .g-header.is-operate + .g-section--fullwidth, .is-operate.g-header--login + .g-section--fullwidth, .g-header.is-operate + .g-section--widefullwidth, .is-operate.g-header--login + .g-section--widefullwidth, .g-header.is-operate + .g-section--shortWidth, .is-operate.g-header--login + .g-section--shortWidth, .g-header.is-operate + .g-section--btmLink, .is-operate.g-header--login + .g-section--btmLink, .g-header.is-operate + .g-section--wideBtmLink, .is-operate.g-header--login + .g-section--wideBtmLink, .g-header.is-operate + .g-section--wide, .is-operate.g-header--login + .g-section--wide, .g-header.is-operate + .g-section--top, .is-operate.g-header--login + .g-section--top {
    padding-top: 90px; }

.g-section--fullwidth, .g-section--widefullwidth {
  margin: 0 auto;
  padding: 0; }

.g-section--shortWidth {
  margin: 0 auto;
  padding: 0 36px; }

.g-section--btmLink, .g-section--wideBtmLink {
  min-height: 42px; }

.g-section--wideBtmLink {
  max-width: 960px; }

.g-section--wide {
  margin: 0 auto;
  max-width: 960px; }

.g-section--widefullwidth {
  margin: 0 auto;
  max-width: 960px; }

.g-section--eventImage {
  width: 100%;
  text-align: center; }

.g-section--maxFullwidth {
  width: 100%;
  margin: 0 auto; }

.g-section--top {
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }
  .g-header + .g-section--top, .g-header--login + .g-section--top {
    padding-top: 0; }

.g-header, .g-header--login {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s; }
  .g-header.is-scrollView, .is-scrollView.g-header--login {
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
    background: #fff; }

.g-header__container,
.g-header__container--wide {
  position: relative;
  max-width: 560px;
  height: 50px;
  background: rgba(255, 255, 255, 0);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  margin: auto; }
  .g-header.is-chColor .g-header__container, .is-chColor.g-header--login .g-header__container, .g-header.is-chColor .g-header__container--wide, .is-chColor.g-header--login .g-header__container--wide {
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08); }
  .g-header.is-theme-bl .g-header__container, .is-theme-bl.g-header--login .g-header__container, .g-header.is-theme-bl .g-header__container--wide, .is-theme-bl.g-header--login .g-header__container--wide {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), color-stop(97.92%, rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.3) 97.92%); }
  .g-header.is-theme-bl.is-chColor .g-header__container, .is-theme-bl.is-chColor.g-header--login .g-header__container, .g-header.is-theme-bl.is-chColor .g-header__container--wide, .is-theme-bl.is-chColor.g-header--login .g-header__container--wide {
    background: #fff; }
  .g-header.is-theme-wt .g-header__container, .is-theme-wt.g-header--login .g-header__container, .g-header.is-theme-wt .g-header__container--wide, .is-theme-wt.g-header--login .g-header__container--wide {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(65.12%, rgba(0, 0, 0, 0.05)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 65.12%); }
    .g-header.is-theme-wt .g-header__container .g-header__toggle span, .is-theme-wt.g-header--login .g-header__container .g-header__toggle span, .g-header.is-theme-wt .g-header__container--wide .g-header__toggle span, .is-theme-wt.g-header--login .g-header__container--wide .g-header__toggle span {
      background-color: #fff; }
      .g-header.is-theme-wt .g-header__container .g-header__toggle span:before, .is-theme-wt.g-header--login .g-header__container .g-header__toggle span:before, .g-header.is-theme-wt .g-header__container .g-header__toggle span:after, .is-theme-wt.g-header--login .g-header__container .g-header__toggle span:after, .g-header.is-theme-wt .g-header__container--wide .g-header__toggle span:before, .is-theme-wt.g-header--login .g-header__container--wide .g-header__toggle span:before, .g-header.is-theme-wt .g-header__container--wide .g-header__toggle span:after, .is-theme-wt.g-header--login .g-header__container--wide .g-header__toggle span:after {
        background-color: #fff; }
    .g-header.is-theme-wt .g-header__container .g-header__icon, .is-theme-wt.g-header--login .g-header__container .g-header__icon, .g-header.is-theme-wt .g-header__container--wide .g-header__icon, .is-theme-wt.g-header--login .g-header__container--wide .g-header__icon {
      color: #fff; }
  .g-header.is-theme-wt.is-chColor .g-header__container, .is-theme-wt.is-chColor.g-header--login .g-header__container, .g-header.is-theme-wt.is-chColor .g-header__container--wide, .is-theme-wt.is-chColor.g-header--login .g-header__container--wide {
    background: #fff; }
    .g-header.is-theme-wt.is-chColor .g-header__container .g-header__toggle span, .is-theme-wt.is-chColor.g-header--login .g-header__container .g-header__toggle span, .g-header.is-theme-wt.is-chColor .g-header__container--wide .g-header__toggle span, .is-theme-wt.is-chColor.g-header--login .g-header__container--wide .g-header__toggle span {
      background-color: #616161; }
      .g-header.is-theme-wt.is-chColor .g-header__container .g-header__toggle span:before, .is-theme-wt.is-chColor.g-header--login .g-header__container .g-header__toggle span:before, .g-header.is-theme-wt.is-chColor .g-header__container .g-header__toggle span:after, .is-theme-wt.is-chColor.g-header--login .g-header__container .g-header__toggle span:after, .g-header.is-theme-wt.is-chColor .g-header__container--wide .g-header__toggle span:before, .is-theme-wt.is-chColor.g-header--login .g-header__container--wide .g-header__toggle span:before, .g-header.is-theme-wt.is-chColor .g-header__container--wide .g-header__toggle span:after, .is-theme-wt.is-chColor.g-header--login .g-header__container--wide .g-header__toggle span:after {
        background-color: #616161; }
    .g-header.is-theme-wt.is-chColor .g-header__container .g-header__icon, .is-theme-wt.is-chColor.g-header--login .g-header__container .g-header__icon, .g-header.is-theme-wt.is-chColor .g-header__container--wide .g-header__icon, .is-theme-wt.is-chColor.g-header--login .g-header__container--wide .g-header__icon {
      color: #616161; }

.g-header__container--wide {
  max-width: 100%; }

.g-header__container.is-operate {
  height: 90px; }

.g-header__container--wide.is-operate {
  height: 90px; }

.g-header__logo {
  width: 150px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 47px; }
  .g-header__logo.is-logoOnly {
    margin-left: auto;
    margin-right: auto; }

.g-theme__logo--black,
.g-theme__logo--white {
  display: none; }

.g-header__toggle {
  display: block;
  position: absolute;
  left: 8px;
  top: 12px;
  width: 32px;
  height: 32px;
  cursor: pointer; }
  .g-header__toggle span {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #616161;
    left: 5px;
    top: 15px; }
    .g-header__toggle span::before {
      position: absolute;
      content: '';
      display: block;
      width: 20px;
      height: 2px;
      background-color: #616161;
      left: 0;
      top: -7px; }
    .g-header__toggle span::after {
      position: absolute;
      content: '';
      display: block;
      width: 20px;
      height: 2px;
      background-color: #616161;
      left: 0;
      top: 7px; }

.g-header__toggle.is-operate {
  top: 52px; }

.g-header__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: absolute;
  top: 10px;
  right: 8px; }

.g-header__icons.is-operate {
  top: 50px; }

.g-header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  width: 40px;
  font-size: 2.4rem;
  color: #616161; }
  .g-header__icon .icon-bell-on {
    position: absolute;
    right: 8px;
    top: 0;
    color: #ff5252; }
  .g-header__icon .icon-user-on {
    position: absolute;
    right: 8px;
    top: 0;
    color: #1eb98c !important; }

.g-header__label {
  font-size: 0.8rem;
  letter-spacing: 0;
  white-space: nowrap; }

.g-header__back {
  display: block;
  position: absolute;
  width: 24px;
  top: 16px;
  left: 8px; }

.g-header__close {
  display: block;
  position: absolute;
  width: 32px;
  top: 12px;
  right: 8px; }

.g-header--top {
  background: rgba(255, 255, 255, 0); }
  .g-header--top .g-header__container {
    max-width: 100%;
    background: rgba(255, 255, 255, 0); }
  .g-header--top.is-scrollView {
    background: #ffffff; }

.agency {
  background-color: #40c4ff;
  height: 40px;
  width: 100%;
  font-size: 18px;
  color: white;
  line-height: 24px;
  font-weight: bold;
  padding: 8px; }

.test-cust {
  background-color: #ff6e40;
  height: 40px;
  width: 100%;
  font-size: 18px;
  color: white;
  line-height: 24px;
  font-weight: bold;
  padding: 8px; }

.g-gnavi {
  position: fixed;
  left: 0;
  top: 0; }
  .g-gnavi [type='checkbox'] {
    display: none; }

.g-gnavi__overlay {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #1e2a2f;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  :checked + .g-gnavi__overlay {
    top: 0;
    opacity: 0.5; }

.g-gnavi__container {
  position: fixed;
  z-index: 1001;
  left: -100%;
  top: 0;
  width: 264px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  padding: 15px 24px 27px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s; }
  :checked ~ .g-gnavi__container {
    left: 0; }

.gnavi__close {
  position: absolute;
  right: -35px;
  top: 13px;
  display: block;
  width: 19px;
  height: 19px;
  cursor: pointer; }
  .gnavi__close::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 2.5px;
    background-color: #fff;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .gnavi__close::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 2.5px;
    background-color: #fff;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.g-gnavi__logo {
  width: 150px;
  margin: 0 auto; }

.g-gnavi__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.g-gnavi__list__item {
  margin-top: 30px; }
  .g-gnavi__list__item:first-child {
    margin-top: 44px; }

.g-gnavi__link, .g-gnavi__link--twitter {
  font-size: 1.6rem;
  font-weight: 700;
  color: #212121; }

.g-gnavi__link--twitter {
  font-size: 1.3rem;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .g-gnavi__link--twitter span {
    font-weight: normal; }
  .g-gnavi__link--twitter::before {
    content: url("/images/common/icon-x.svg");
    width: 20px;
    height: auto;
    margin-right: 5px; }

.g-gnavi__selectLocale.g-select {
  margin-top: 58px;
  width: 156px; }
  .g-gnavi__selectLocale.g-select .g-select__wrapper {
    height: 44px; }
    .g-gnavi__selectLocale.g-select .g-select__wrapper::after {
      content: url("/images/common/icon-global.svg");
      width: 24px;
      height: 24px;
      position: absolute;
      left: 12px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .g-gnavi__selectLocale.g-select .g-select__wrapper__select, .g-gnavi__selectLocale.g-select .g-select__wrapper__select--move {
    padding-left: 45px;
    font-size: 1.4rem;
    color: #424242; }

.g-gnavi__locale {
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #212121; }
  .g-gnavi__locale::before {
    content: url("/images/common/icon-global.svg");
    width: 24px;
    height: 24px;
    margin-right: 9px; }

.g-gnavi__logout.g-button {
  position: absolute;
  left: 24px;
  bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 213px;
  height: 44px;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #212121; }
  .g-gnavi__logout.g-button:hover {
    background: #f5f5f5 !important; }

.g-footer {
  height: auto;
  padding: 14px 0 6px;
  background-color: #212121; }

.g-footer__menu {
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
  text-align: center; }

.g-footer__item {
  position: relative;
  padding-left: 2.2rem; }
  .g-footer__item::before {
    content: '｜';
    position: absolute;
    left: 0.6rem;
    color: #e0e0e0; }
  .g-footer__item:first-child {
    padding-left: 0; }
    .g-footer__item:first-child::before {
      display: none; }
  .g-footer__item a {
    color: #e0e0e0;
    text-decoration: none; }

.g-footer__copyright {
  margin: 10px 0 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 2;
  color: #9e9e9e; }

.g-templates {
  margin: 0 -16px; }
  .g-templates:first-child {
    padding-top: 8px; }

.g-title, .g-title--h1, .g-title--h2, .g-title--h3, .g-title--h4, .g-title--h5, .g-title--h6 {
  margin: 0.5em 0 0 0;
  font-weight: 700;
  color: #212121; }
  .g-title.is-al--c, .is-al--c.g-title--h1, .is-al--c.g-title--h2, .is-al--c.g-title--h3, .is-al--c.g-title--h4, .is-al--c.g-title--h5, .is-al--c.g-title--h6 {
    text-align: center; }
  .g-title.is-al--r, .is-al--r.g-title--h1, .is-al--r.g-title--h2, .is-al--r.g-title--h3, .is-al--r.g-title--h4, .is-al--r.g-title--h5, .is-al--r.g-title--h6 {
    text-align: right; }

.g-title--h1 {
  font-size: 3.2rem; }

.g-title--h2 {
  font-size: 2.4rem; }

.g-title--h3 {
  font-size: 2rem; }

.g-title--h4 {
  font-size: 1.8rem; }

.g-title--h5 {
  font-size: 1.6rem; }

.g-title--h6 {
  font-size: 1.4rem; }

.g-text, .g-text--l, .g-text--s, .g-text--xs {
  margin-top: 1em;
  font-size: 1.4rem;
  line-height: 1.5; }
  .g-text.is-al--c, .is-al--c.g-text--l, .is-al--c.g-text--s, .is-al--c.g-text--xs {
    text-align: center; }
  .g-text.is-al--r, .is-al--r.g-text--l, .is-al--r.g-text--s, .is-al--r.g-text--xs {
    text-align: right; }

.g-text--l {
  font-size: 1.6rem; }

.g-text--s {
  font-size: 1.3rem; }

.g-text--xs {
  font-size: 1.2rem; }

.g-link, .g-link--iconLeft, .g-link--iconRight {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  color: #212121;
  display: inline-block;
  padding: 0.4em 1em;
  border-radius: 25px;
  outline: none; }
  .g-link [class^='icon-'], .g-link--iconLeft [class^='icon-'], .g-link--iconRight [class^='icon-'],
  .g-link [class*=' icon-'],
  .g-link--iconLeft [class*=' icon-'],
  .g-link--iconRight [class*=' icon-'] {
    color: #1eb98c;
    position: absolute; }
  .g-link:focus, .g-link--iconLeft:focus, .g-link--iconRight:focus {
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  [data-device='hover'] .g-link:hover, [data-device='hover'] .g-link--iconLeft:hover, [data-device='hover'] .g-link--iconRight:hover {
    opacity: 0.6; }
  [data-device='touch'] .g-link:active, [data-device='touch'] .g-link--iconLeft:active, [data-device='touch'] .g-link--iconRight:active {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(30, 185, 140, 0.08)), to(rgba(30, 185, 140, 0.08))), #ffffff;
    background: linear-gradient(0deg, rgba(30, 185, 140, 0.08), rgba(30, 185, 140, 0.08)), #ffffff; }

.g-link--iconLeft {
  padding-left: 28px; }
  .g-link--iconLeft [class^='icon-'],
  .g-link--iconLeft [class*=' icon-'] {
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .g-link--iconLeft .icon-arrow {
    -webkit-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%); }

.g-link--iconRight {
  padding-right: 28px;
  text-align: right; }
  .g-link--iconRight [class^='icon-'],
  .g-link--iconRight [class*=' icon-'] {
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.g-note {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #757575; }

.g-note__item {
  margin-bottom: 5px; }

.g-toast {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: fixed;
  top: -44px;
  left: 0;
  opacity: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .g-toast.is-show {
    -webkit-animation: toastSlideIn 0.4s 0.5s forwards, toastSlideOut 0.4s 3s forwards;
            animation: toastSlideIn 0.4s 0.5s forwards, toastSlideOut 0.4s 3s forwards; }

@-webkit-keyframes toastSlideIn {
  from {
    opacity: 0;
    top: -44px; }
  to {
    opacity: 1;
    top: 20px; } }

@keyframes toastSlideIn {
  from {
    opacity: 0;
    top: -44px; }
  to {
    opacity: 1;
    top: 20px; } }

@-webkit-keyframes toastSlideOut {
  from {
    opacity: 1;
    top: 20px; }
  to {
    opacity: 0;
    top: -44px; } }

@keyframes toastSlideOut {
  from {
    opacity: 1;
    top: 20px; }
  to {
    opacity: 0;
    top: -44px; } }

.g-toast__inner {
  position: relative;
  padding: 11px 18px 11px 42px;
  background-color: rgba(66, 66, 66, 0.92);
  border-radius: 8px; }

.g-toast__icon {
  position: absolute;
  left: 13px;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.3rem;
  color: #32cd78; }

.g-toast__text {
  color: #fff;
  margin: 0; }

.g-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.g-list__item {
  margin-top: 6px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.3rem;
  color: #757575; }

.g-button {
  color: #fff;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  outline: none;
  padding: 4px 8px;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  cursor: pointer;
  z-index: 1; }

button.g-button {
  display: block; }

.g-button.is-disabled,
.g-button:disabled {
  cursor: default; }

.g-button--lage {
  width: 100%;
  min-height: 44px;
  font-size: 1.8rem;
  border-radius: 53px; }

.g-button--medium {
  width: 160px;
  min-height: 40px;
  font-size: 1.4rem;
  border-radius: 53px; }

.g-button--small {
  width: 70px;
  min-height: 28px;
  font-size: 1.4rem;
  border-radius: 43px; }

.g-button--primary {
  background: #1eb98c;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08); }
  .g-button--primary:focus {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: rgba(30, 185, 140, 0.87); }
  [data-device='hover'] .g-button--primary:hover {
    background: rgba(30, 185, 140, 0.87); }

.g-button--primary.is-disabled,
.g-button--primary:disabled {
  background: #f5f5f5;
  color: #e0e0e0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.g-button--primary.is-disabled:hover,
.g-button--primary:disabled:hover {
  background: #f5f5f5; }

.g-button--secondary {
  background: #fff;
  color: #1eb98c;
  border: 1px solid #1eb98c; }
  .g-button--secondary:focus {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.8; }
  [data-device='hover'] .g-button--secondary:hover {
    opacity: 0.8; }

.g-button--secondary.is-disabled,
.g-button--secondary:disabled {
  background: #fff;
  color: #e0e0e0;
  border: 1px solid #e0e0e0; }
  [data-device='hover'] .g-button--secondary.is-disabled:hover, [data-device='hover']
  .g-button--secondary:disabled:hover {
    background: #fff; }

.g-linkButton, .g-linkButton--schedule, .g-linkButton--faq, .g-linkButton--ticket {
  position: relative;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  width: 100%;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0 4px 44px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #212121;
  cursor: pointer;
  overflow: hidden; }

.g-linkButton__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #1eb98c;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  pointer-events: none; }

.g-linkButton .g-linkButton__icon::before, .g-linkButton--schedule .g-linkButton__icon::before, .g-linkButton--faq .g-linkButton__icon::before, .g-linkButton--ticket .g-linkButton__icon::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 9px;
  border-top: solid 1px;
  border-right: solid 1px;
  border-color: #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px; }

.g-linkButton--schedule {
  background: url(../../images/common/icon-calendar-gr.svg) no-repeat;
  background-size: 18px 18px;
  background-position: 16px center;
  padding-right: 45px;
  line-height: 1; }

.g-linkButton--faq {
  background: url(../../images/common/icon-faq-gr.svg) no-repeat;
  background-size: 18px 18px;
  background-position: 16px center;
  padding-right: 45px;
  line-height: 1; }

.g-linkButton--ticket {
  background: url(../../images/common/icon-ticket-gr.svg) no-repeat;
  background-size: 18px 18px;
  background-position: 16px center;
  padding-right: 45px;
  line-height: 1;
  min-height: 56px;
  padding-left: 40px; }

.g-calendarButton {
  position: relative;
  width: 60px;
  min-height: 48px;
  border: 1px solid rgba(30, 185, 140, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 10px;
  letter-spacing: -0.4px;
  color: #1eb98c;
  padding: 20px 0 0;
  outline: none;
  cursor: pointer;
  display: block;
  background: #fff; }

.g-calendarButton::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../images/common/icon-calendar.svg) no-repeat;
  background-size: 100%; }

.g-calendarButton span {
  position: absolute;
  bottom: 3px;
  text-align: center;
  display: block;
  width: 100%; }

.g-mapButton {
  position: relative;
  width: 60px;
  height: 40px;
  border: 1px solid rgba(30, 185, 140, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 10px;
  letter-spacing: -0.4px;
  text-align: center;
  color: #1eb98c;
  padding: 20px 0 0;
  outline: none;
  cursor: pointer;
  display: block;
  background: #fff; }

.g-mapButton::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 15px;
  height: 18px;
  background: url(../../images/common/icon-map.svg) no-repeat;
  background-size: 100%; }

.g-mapButton span {
  position: absolute;
  bottom: 3px;
  text-align: center;
  display: block;
  width: 100%; }

.ripple {
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0.02);
          transform: scale(0.02);
  opacity: 0.4;
  pointer-events: none;
  -webkit-animation: ripple 0.75s ease-out;
  animation: ripple 0.75s ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes ripple {
  from {
    opacity: 0.4; }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }

@keyframes ripple {
  from {
    opacity: 0.4; }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }

.g-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 22px;
  outline: none;
  cursor: pointer; }

.g-checkbox__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0; }

.g-checkbox__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px; }

.g-checkbox__indicator::after {
  content: '';
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.g-checkbox__input:checked ~ .g-checkbox__indicator {
  background: #1eb98c;
  border-color: #1eb98c; }

.g-checkbox__input:checked ~ .g-checkbox__indicator::after {
  display: block; }

.g-radio {
  display: inline-block;
  position: relative;
  width: 100%; }

.g-radio__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 64px;
  background: #fff; }

.g-radio.is-error .g-radio__label__error {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.g-radio.is-error .g-radio__label__error span:nth-child(1) {
  display: block; }

.g-radio__label, .g-radio__label--bg {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 18px;
  width: 100%;
  padding-left: 19px;
  outline: none;
  cursor: pointer;
  color: #212121; }

.g-radio__label--bg {
  width: 100%;
  min-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.g-radio__label__input:checked + .g-radio__label--bg {
  background: rgba(30, 185, 140, 0.08); }

.g-radio__label__input:checked + .g-radio__label .g-radio__indicator, .g-radio__label__input:checked + .g-radio__label--bg .g-radio__indicator,
.g-radio__label__input:checked + .g-radio__label--bg .g-radio__indicator {
  background: rgba(255, 255, 255, 0.1); }

.g-radio__label__input:checked + .g-radio__label .g-radio__indicator::before, .g-radio__label__input:checked + .g-radio__label--bg .g-radio__indicator::before,
.g-radio__label__input:checked + .g-radio__label--bg .g-radio__indicator::before {
  border: 2px solid #1eb98c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.g-radio__label__input:checked + .g-radio__label .g-radio__indicator::after, .g-radio__label__input:checked + .g-radio__label--bg .g-radio__indicator::after,
.g-radio__label__input:checked + .g-radio__label--bg .g-radio__indicator::after {
  opacity: 1; }

.g-radio__label__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0; }

.g-radio__indicator {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  border-radius: 50%;
  background: rgba(177, 177, 177, 0.1);
  margin-right: 11px;
  -webkit-box-shadow: inset 0px 2px 3px rgba(10, 10, 10, 0.06);
          box-shadow: inset 0px 2px 3px rgba(10, 10, 10, 0.06); }

.g-radio__indicator::before {
  content: '';
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  margin: 1px;
  border-radius: 50%;
  border: 1px solid #bdbdbd;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.g-radio__indicator::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  display: block;
  margin: 2px;
  background: #1eb98c;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.g-radio__label__error {
  display: block;
  padding-left: 22px;
  opacity: 0; }

.g-radio__label__error span {
  position: relative;
  font-size: 1.2rem;
  line-height: 18px;
  color: #ff5252;
  padding: 3px 0 0 18px;
  display: none; }

.g-radio__label__error span::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../../images/common/icon-attention.svg) no-repeat;
  background-size: 100%;
  width: 13px;
  height: 13px; }

.g-input {
  position: relative; }

.g-input__wrapper {
  position: relative; }

.g-input__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 320px) {
    .g-input__flex {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.g-input__flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.g-input__half {
  position: relative;
  width: 48%;
  display: inline-block; }
  @media (max-width: 320px) {
    .g-input__half {
      width: 100%; } }

.g-input__half .g-input__placeholder {
  top: 18px; }

@media (max-width: 320px) {
  .g-input__half + .g-input__half {
    display: block;
    margin-top: 20px; } }

.g-input__label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #757575;
  line-height: 1.8rem;
  padding-bottom: 4px; }

.g-input__label + .g-input__attention,
.g-input__label + .g-input__note {
  margin-top: -4px; }

.g-input__attention {
  display: block;
  font-size: 1.2rem;
  color: #ff5252;
  line-height: 1.8rem; }

.g-input__note {
  display: block;
  font-size: 1.2rem;
  color: #757575; }

.g-input__attention:last-of-type,
.g-input__note:last-of-type {
  margin-bottom: 4px; }

.g-input__input:focus {
  background: #fff;
  border: 1px solid #757575; }

.g-select__wrapper__select:focus, .g-select__wrapper__select--move:focus {
  border: 1px solid #757575; }

.g-input__input:not(:-moz-placeholder-shown),
.g-input__input:not(:-ms-input-placeholder),
.g-input__input:not(:placeholder-shown) {
  font-size: 1.6rem;
  background: #fff; }

.g-input__input--move:not(:-moz-placeholder-shown) {
  font-size: 1.6rem;
  padding-top: 20px;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff; }

.g-input__input--move:not(:-ms-input-placeholder) {
  font-size: 1.6rem;
  padding-top: 20px;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff; }

.g-input__input--move:focus,
.g-input__input--move:not(:placeholder-shown) {
  font-size: 1.6rem;
  padding-top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff; }

.g-select__wrapper__select:not(:invalid), .g-select__wrapper__select--move:not(:invalid) {
  font-size: 1.6rem;
  color: #212121;
  background: #fff; }

.g-select__wrapper__select--move:focus {
  font-size: 1.6rem;
  color: #212121;
  padding-top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.g-select__wrapper__select--move:not(:invalid) {
  font-size: 1.6rem;
  color: #212121;
  background: #fff;
  padding-top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.g-input__input--move:not(:-moz-placeholder-shown) + .g-input__placeholder {
  color: #9e9e9e;
  font-size: 1.2rem;
  top: 8px;
  left: 10px;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.g-input__input--move:not(:-ms-input-placeholder) + .g-input__placeholder {
  color: #9e9e9e;
  font-size: 1.2rem;
  top: 8px;
  left: 10px;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }

.g-input__input--move:focus + .g-input__placeholder,
.g-input__input--move:not(:placeholder-shown) + .g-input__placeholder,
.g-select__wrapper__select--move:focus + .g-select__wrapper__placeholder,
.g-select__wrapper__select--move:not(:invalid) + .g-select__wrapper__placeholder {
  color: #9e9e9e;
  font-size: 1.2rem;
  top: 8px;
  left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.g-input__placeholder {
  position: absolute;
  top: 18px;
  left: 16px;
  color: #757575;
  font-size: 1.4rem;
  line-height: 1.4;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.g-input__input,
.g-input__input--move {
  width: 100%;
  height: 56px;
  background: #f5f5f5;
  border-radius: 6px;
  font-size: 16px;
  padding-left: 10px;
  color: #212121;
  border: 1px solid #bdbdbd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .g-input__input:focus,
  .g-input__input--move:focus {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid #757575; }

.g-input__input:focus + .g-input__placeholder {
  color: #9e9e9e; }

.g-input__input::-webkit-input-placeholder, .g-input__input--move::-webkit-input-placeholder {
  color: #757575; }

.g-input__input::-moz-placeholder, .g-input__input--move::-moz-placeholder {
  color: #757575; }

.g-input__input:-ms-input-placeholder, .g-input__input--move:-ms-input-placeholder {
  color: #757575; }

.g-input__input::-ms-input-placeholder, .g-input__input--move::-ms-input-placeholder {
  color: #757575; }

.g-input__input::placeholder,
.g-input__input--move::placeholder {
  color: #757575; }

.g-input__input.is-disabled,
.g-input__input:disabled {
  background: #f5f5f5; }

.g-input__input--move.is-disabled,
.g-input__input--move:disabled {
  background: #f5f5f5; }

.g-input__passwd {
  position: relative; }

.g-input__passwd__toggle {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 100%;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .g-input__passwd__toggle span {
    font-size: 2.2rem;
    color: #757575; }

.g-select {
  position: relative;
  width: 100%; }

.g-select__wrapper {
  position: relative;
  width: 100%;
  height: 56px;
  display: inline-block; }

.g-select__wrapper::before {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #616161;
  pointer-events: none; }

.g-select__label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #757575;
  padding-bottom: 4px; }

.g-select__attention {
  display: inline-block;
  font-size: 1.2rem;
  color: #ff5252;
  padding-bottom: 4px; }

.g-select__note {
  display: inline-block;
  font-size: 1.2rem;
  color: #757575;
  padding-bottom: 4px; }

.g-select__label + .g-select__label,
.g-select__label + .g-select__attention,
.g-select__label + .g-select__note {
  font-weight: 400;
  margin-top: -4px; }

.g-select__wrapper__placeholder {
  position: absolute;
  top: 16px;
  left: 15px;
  color: #757575;
  font-size: 1.4rem;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.g-select__wrapper__select, .g-select__wrapper__select--move {
  width: 100%;
  height: 100%;
  padding-left: 1em;
  cursor: pointer;
  color: #757575;
  font-size: 16px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border-radius: 6px;
  border: 1px solid #bdbdbd;
  background: #f5f5f5;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .g-select__wrapper__select:focus, .g-select__wrapper__select--move:focus {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid #757575; }

.g-select__wrapper__select--move {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.g-select.is-empty .g-select__wrapper__select, .g-select.is-empty .g-select__wrapper__select--move {
  background: #f5f5f5; }

.g-input__error,
.g-select__error {
  display: block;
  min-height: 20px; }

.g-input__error span,
.g-select__error span {
  display: block;
  position: relative;
  font-size: 1.2rem;
  line-height: 18px;
  color: #ff5252;
  padding-top: 2px;
  padding-left: 18px;
  min-height: 20px; }

.g-select.is-error .g-select__wrapper__select, .g-select.is-error .g-select__wrapper__select--move,
.g-select.is-error .g-select__wrapper__select--move,
.g-input.is-error .g-input__input,
.g-input.is-error .g-input__input--move,
.g-input__half.is-error .g-input__input,
.g-input__half.is-error .g-input__input--move {
  border: 1px solid #ff5252;
  background: rgba(255, 82, 82, 0.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.g-select.is-error .g-select__error,
.g-input.is-error .g-input__error,
.g-input__half.is-error .g-input__error {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.g-select.is-error .g-select__error span,
.g-input.is-error .g-input__error span,
.g-input__half.is-error .g-input__error span {
  display: block; }

.g-input.is-error2 .g-input__half:nth-of-type(1) .g-input__input,
.g-input.is-error2 .g-input__half:nth-of-type(1) .g-input__input--move {
  border: 1px solid #ff5252;
  background: rgba(255, 82, 82, 0.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.g-input.is-error2 .g-input__error {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.g-input.is-error2 .g-input__error span:nth-of-type(1) {
  display: block; }

.g-select__error span::before,
.g-input__error span::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  background: url(../../images/common/icon-attention.svg) no-repeat;
  background-size: 100%;
  width: 13px;
  height: 13px; }

.g-badge {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ff5252;
  border-radius: 50%; }

.g-breadCrumb {
  font-size: 1.3rem; }

.g-breadCrumb a {
  position: relative;
  color: #1eb98c;
  margin-right: 0.9rem;
  line-height: 20px;
  letter-spacing: 0.196px; }

.g-breadCrumb a:last-child {
  color: initial; }

.g-breadCrumb a::before {
  position: absolute;
  right: -1.1rem;
  content: ' / ';
  white-space: pre-wrap;
  color: initial; }

.g-breadCrumb a:last-child::before {
  display: none; }

.g-tabs {
  position: relative; }

.g-tabs__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style-type: none;
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0; }

.g-tabs__tab::before {
  position: absolute;
  bottom: 0;
  content: '';
  border-bottom: 1px solid #eee;
  width: 100%;
  height: 1px; }

.g-tabs__tab__item {
  position: relative;
  margin: 0;
  padding: 14px 6px;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 1.4;
  font-weight: 700;
  color: #9e9e9e;
  cursor: pointer;
  overflow: hidden;
  width: 100%; }

.g-tabs__active__border {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 4px;
  background-color: #1eb98c;
  border-radius: 25px;
  pointer-events: none; }

.g-tabs__tab__item.is-activeTab .g-tabs__active__border {
  width: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.g-tabs__tab__item.is-activeTab {
  font-weight: 700;
  color: #212121; }

.g-tabs__tab__contents {
  display: none; }
  .g-tabs__tab__contents.is-open {
    display: block; }

.g-progress {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.g-progress__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 28px;
  border: 2px solid #e0e0e0;
  border-radius: 50%; }

.g-progress__item::before {
  display: block;
  content: '';
  position: absolute;
  left: -28px;
  top: 2px;
  width: 24px;
  height: 2px;
  background-color: #e0e0e0; }

.g-progress__item:first-child {
  margin-left: 0; }

.g-progress__item:first-child::before {
  display: none; }

.g-progress__item.is-active {
  border-color: #1eb98c;
  background-color: #1eb98c; }

.g-progress__item.is-active::before {
  background-color: #1eb98c; }

.g-tag, .g-tag--rd, .g-tag--bl, .g-tag--gr {
  font-size: 1.1rem;
  line-height: 1.4;
  color: #424242;
  font-weight: 700;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid rgba(66, 66, 66, 0.37);
  padding: 1px 4px;
  margin: 4px 4px 4px 0;
  display: inline-block; }

.g-tag--rd {
  color: #ff5252;
  border: 1px solid rgba(255, 82, 82, 0.5); }

.g-tag--bl {
  color: #4f6ccc;
  border: 1px solid rgba(79, 108, 204, 0.5); }

.g-tag--gr {
  border: none;
  background: rgba(224, 224, 224, 0.54);
  padding: 2px 5px; }

.g-stepper {
  position: relative;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 20px 15px;
  max-width: 343px; }

.g-stepper::before {
  content: '';
  position: absolute;
  top: -10px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 16px 9px;
  border-color: transparent transparent #fff transparent; }

.g-stepper__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0 13px; }

.g-stepper__text {
  font-size: 1.4rem;
  line-height: 20px;
  color: #212121;
  margin: 0 0 10px; }

.g-stepper__text span {
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 7px; }

.g-stepper__text--bottom {
  margin: 0;
  text-align: right;
  font-size: 1.3rem;
  line-height: 20px; }

.g-stepper__text--bottom a {
  color: #616161; }

.g-stepper__btn, .g-stepper__btn--gr {
  position: relative;
  width: 100%;
  height: 72px;
  border-radius: 12px;
  font-size: 2rem;
  line-height: 72px;
  padding-left: 70px;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08); }

.g-stepper__btn a, .g-stepper__btn--gr a,
.g-stepper__btn--gr a,
.g-stepper__btn--wt a,
.g-stepper__wrapper__btn--member a,
.g-stepper__wrapper__btn--guide a,
.g-stepper__wrapper__btn--faq a {
  display: block;
  color: #1eb98c; }

.g-stepper__btn::before, .g-stepper__btn--gr::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 9px;
  width: 46px;
  height: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../images/common/icon-ticket-w.svg) no-repeat;
  background-size: 100%; }

.g-stepper__btn--gr {
  background: #1eb98c; }

.g-stepper__btn--wt, .g-stepper__wrapper__btn--member,
.g-stepper__wrapper__btn--guide,
.g-stepper__wrapper__btn--faq {
  position: relative;
  width: 100%;
  height: 64px;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
  color: #1eb98c;
  background: #fff;
  border: 1px solid #1eb98c;
  border-radius: 12px;
  padding-top: 44px;
  margin-right: 12px;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08); }

.g-stepper__btn--wt:last-child, .g-stepper__wrapper__btn--member:last-child,
.g-stepper__wrapper__btn--guide:last-child,
.g-stepper__wrapper__btn--faq:last-child {
  margin-right: 0; }

.g-stepper__wrapper__btn--member::before {
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  width: 25px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../../images/common/icon-man.svg) no-repeat;
  background-size: 100%; }

.g-stepper__wrapper__btn--guide::before {
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  width: 29px;
  height: 22px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../../images/common/icon-guide.svg) no-repeat;
  background-size: 100%; }

.g-stepper__wrapper__btn--faq::before {
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  width: 29px;
  height: 27px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../../images/common/icon-faq.svg) no-repeat;
  background-size: 100%; }

.g-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.3);
  display: none;
  z-index: 100;
  -webkit-animation: modalOpen 0.5s forwards;
          animation: modalOpen 0.5s forwards; }

@-webkit-keyframes modalOpen {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modalOpen {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.g-modal__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 400px;
  width: 90%;
  height: calc(100% - 50px);
  background: #fff;
  border-radius: 10px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #212121; }

.g-modal__wrapper--common {
  height: 256px;
  background-color: #fafafa; }

.g-modal__wrapper--error {
  height: 150px;
  background-color: #fafafa; }

.g-modal__text, .g-modal__text--scr {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #555555;
  margin: 0;
  padding-bottom: 14px; }

.g-modal__text--error {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #555555;
  margin: 5px, 0; }

.g-modal__text--h2 {
  font-size: 2rem;
  line-height: 30px;
  color: #555555;
  margin: 0; }

.g-modal__text--title {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin: 0; }

.g-modal__text--name {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding-bottom: 10px; }

.g-modal__text--scr {
  padding: 0 20px; }

.g-modal__table--schedule {
  width: 100%;
  margin-bottom: 10px; }

.g-modal__table__border,
.g-modal__table--schedule td.g-modal__table__border:first-child {
  border-bottom: 1px solid #e0e0e0; }

.g-modal__table--schedule th {
  background: #616161;
  color: #fff;
  text-align: center;
  padding: 6px 0; }

.g-modal__table--schedule th:first-child {
  border-right: 1px solid #fff;
  width: 6.8em; }

.g-modal__table--schedule td {
  background: #fafafa;
  padding: 0 1em;
  height: 40px;
  color: #212121;
  font-size: 1.4rem;
  font-weight: 700; }

.g-modal__table--schedule td.g-modal__table__text--rd,
.g-modal__table--schedule td.g-modal__table__text--rd .g-modal__table__text--week {
  color: #ff5252; }

.g-modal__table--schedule td.g-modal__table__text--bl,
.g-modal__table--schedule td.g-modal__table__text--bl .g-modal__table__text--week {
  color: #4f6ccc; }

.g-modal__table--schedule div.g-modal__table__text--rd,
.g-modal__table--schedule div.g-modal__table__text--rd .g-modal__table__text--week {
  color: #ff5252; }

.g-modal__table--schedule div.g-modal__table__text--bl,
.g-modal__table--schedule div.g-modal__table__text--bl .g-modal__table__text--week {
  color: #4f6ccc; }

.g-modal__text--place,
.g-modal__table__text--week {
  color: #757575;
  font-size: 1.4rem;
  font-weight: 400; }

.g-modal__table--schedule td:first-child {
  background: #fff;
  font-size: 1.8rem;
  padding: 0 0.5em;
  border-bottom: 1px solid #eee; }

.g-modal__input {
  width: 100%;
  height: 34px;
  border: 1px solid #0041aa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 1.6rem; }

.g-modal__top {
  position: relative;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px; }

.g-modal__top--error {
  min-height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px; }

.g-modal__content {
  padding: 6px 20px; }

.g-modal__content--scroll {
  padding: 6px 20px;
  overflow-y: scroll; }

.g-modal__content--scr {
  height: 100%;
  overflow-y: scroll;
  padding: 14px 0; }

.g-modal__bottom, .g-modal__bottom--right, .g-modal__bottom--link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.g-modal__bottom--common {
  padding: 0 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.g-modal__bottom--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px; }

.g-modal__bottom__btn, .g-modal__bottom__btn--gr a,
.g-modal__bottom__btn--gr button, .g-modal__bottom__btn--bk a,
.g-modal__bottom__btn--bk button, .g-modal__bottom__btn--wt a,
.g-modal__bottom__btn--wt button {
  min-width: 88px;
  max-width: 104px;
  height: 36px;
  line-height: 36px;
  padding: 0 13px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.6rem;
  float: right;
  outline: none;
  cursor: pointer; }

.g-modal__bottom__btn--gr a,
.g-modal__bottom__btn--gr button {
  display: block;
  background: #1eb98c;
  color: #fff; }

.g-modal__bottom__btn--bk a,
.g-modal__bottom__btn--bk button {
  background: #222222;
  color: #fff; }

.g-modal__bottom__btn--wt a,
.g-modal__bottom__btn--wt button {
  background: #fff;
  color: #555555;
  border: 1px solid #ccc; }

.g-modal__bottom__btn--bk + .g-modal__bottom__btn--gr,
.g-modal__bottom__btn--bk + .g-modal__bottom__btn--wt,
.g-modal__bottom__btn--gr + .g-modal__bottom__btn--wt {
  margin-left: 8px; }

.g-modal__bottom--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 8px; }

.g-modal__bottom__link a {
  color: #f3028f;
  font-size: 1.6rem; }

.g-modal__bottom__btn--close {
  font-size: 1.8rem;
  font-weight: 700;
  color: inherit;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.g-modal__bottom__btn--half {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  font-size: 1.8rem; }

.g-listTable {
  width: 100%; }

.g-listTable__subTotal {
  line-height: 1.8; }

.g-listTable__label {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  width: 52%; }

.g-listTable__price {
  font-size: 1.6rem; }

.g-listTable__subTotal:nth-last-child(2) th,
.g-listTable__subTotal:nth-last-child(2) td {
  padding-bottom: 6px; }

.g-listTable__total {
  border-top: 1px dashed #eee;
  line-height: 2.5;
  border-collapse: separate;
  border-spacing: 8px 0px; }

.g-listTable__total__label {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left; }

.g-listTable__total__price {
  font-size: 1.6rem;
  font-weight: 700; }

.g-listTable td:last-child {
  text-align: right; }

.g-listDetail__list {
  margin: 0;
  padding: 0; }

.g-listDetail__label {
  font-size: 1.4rem;
  font-weight: 700;
  color: #616161; }

.g-listDetail__item, .g-listDetail__item--center, .g-listDetail__item--selct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  min-height: 45px;
  border-bottom: 1px solid #eee;
  color: #212121;
  font-size: 1.6rem;
  list-style: none;
  padding: 6px 0;
  line-height: 2; }

.g-listDetail__item--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.g-listDetail__item--right {
  margin-top: auto;
  margin-left: auto; }

.g-listDetail__item--selct {
  padding: 16px 0 0;
  width: 271px; }

.g-listDetail__item:last-child, .g-listDetail__item--center:last-child, .g-listDetail__item--selct:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.g-listDetail__item__ttl {
  display: inline-block;
  min-width: 46px;
  margin: 0;
  padding-right: 3px; }

.g-listDetail__item__separate {
  font-size: 1.8rem;
  color: #e0e0e0; }

.g-listDetail__item__text {
  display: inline-block;
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 700; }

.g-listDetail__item__data {
  display: block;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400; }

.g-listItems {
  background: rgba(30, 185, 140, 0.08);
  padding: 0 16px;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out; }

.g-listItems li {
  list-style: none;
  cursor: pointer;
  margin-top: 12px; }
  .g-listItems li:first-child {
    margin-top: 16px; }
  .g-listItems li:last-of-type {
    margin-bottom: 20px; }

.g-listItems__list {
  display: block;
  font-size: 1.8rem;
  color: #212121;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 3px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 12px 16px;
  font-weight: 700;
  min-height: 72px;
  overflow: hidden; }

.g-listItems__list--announce {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #e0e0e0;
  padding: 13px 18px 10px 32px;
  list-style: none; }

.g-listItems__list--announce .g-badge {
  position: absolute;
  top: 18px;
  left: 12px; }

.g-listItems__list--announce p {
  color: #424242;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0; }

.g-listItems__list--announce span {
  display: block;
  text-align: right;
  font-size: 1.3rem;
  color: #9e9e9e;
  font-weight: 400;
  padding-top: 10px; }

.g-listItems__list--saleType {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 3px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  min-height: 72px;
  padding: 16px;
  list-style: none;
  color: #212121;
  font-size: 1.8rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.g-listItems__list--saleType p {
  margin: 0; }

.g-listItems__list--saleType.is-active {
  position: relative;
  border: 2px solid #1eb98c;
  background: rgba(30, 185, 140, 0.1); }

.g-listItems__list--saleType.is-active::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%; }

.g-listItems__list--saleType.is-active::after {
  content: '×';
  position: absolute;
  top: 46%;
  right: 4.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  font-weight: 300; }

.g-listItems__list--saleType.is-active .g-listItems__list__label {
  position: absolute;
  top: -1px;
  right: -1px;
  background: #1eb98c;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 0 8px 0 8px;
  padding: 0 8px; }

.g-listItems__list--saleType.is-active .g-listItems__text--days span {
  background: #b4e7d6; }

.g-listItems__text--days {
  display: inline-block;
  min-width: 60px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center; }

.g-listItems__text--week {
  text-align: center;
  border-radius: 25px;
  background: #eee;
  width: 100%;
  height: 14px;
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
  line-height: 14px; }

.g-listItems__text__place {
  display: inline-block;
  color: #212121;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 3px 20px 0 8px; }

.g-listItems__text--payment {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #757575;
  margin: 0; }

.g-listItems__text--data {
  font-size: 1.2rem;
  font-weight: 700;
  color: #212121;
  margin: 0; }

.g-listItems__text--payment + .g-templates,
.g-listItems__text--data + .g-templates {
  margin-top: -2px; }

.g-listItems__text--label {
  margin: 0; }

.g-listItems__text--sub {
  display: inline;
  font-size: 1.4rem;
  font-weight: 400; }

.g-listItems__text--Anywhere {
  line-height: 2.7; }

.g-listItems__list__title {
  padding: 0 16px; }

.g-listItems__status, .g-listItems__status--bl, .g-listItems__status--rd, .g-listItems__status--gr {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 3px 0 8px; }

.g-listItems__status--bl {
  color: #4f6ccc; }

.g-listItems__status--rd {
  color: #ff5252; }

.g-listItems__status--gr {
  color: #9e9e9e; }

.g-accordion {
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .g-accordion > li {
    border-bottom: 1px solid #e0e0e0;
    -webkit-transition: all 0.3s 0.3s ease-out;
    transition: all 0.3s 0.3s ease-out; }
    .g-accordion > li.is-open {
      border-bottom: rgba(0, 0, 0, 0);
      -webkit-transition: all 0.3s 0.3s ease-out;
      transition: all 0.3s 0.3s ease-out; }

.g-accordion__list {
  position: relative;
  background: #fff;
  list-style: none;
  color: #212121;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out; }
  .is-open .g-accordion__list {
    background: rgba(30, 185, 140, 0.12); }

.g-accordion__list__title, .g-accordion__list__title--wide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 40px 12px 16px;
  min-height: 72px;
  pointer-events: none; }
  .evt__calender .g-accordion__list__title, .evt__calender .g-accordion__list__title--wide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.g-accordion__list__arrow {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 26px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1eb98c;
  border-right: 2px solid #1eb98c;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .is-open .g-accordion__list__arrow {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.g-accordion__list__arrow__horizontal {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 26px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1eb98c;
  border-right: 2px solid #1eb98c;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
  .is-open .g-accordion__list__arrow__horizontal {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.g-accordion__list__title--wide {
  min-height: 102px;
  background: #fff; }

.g-accordion__list__title p, .g-accordion__list__title--wide p {
  margin: 0; }

.g-accordion__text--days {
  min-width: 60px;
  color: #212121;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4; }

.g-accordion__text--bl .g-accordion__text--week {
  color: #536dfe;
  background: rgba(83, 109, 254, 0.08); }

.g-accordion__text--rd .g-accordion__text--week {
  color: #ff5252;
  background: rgba(255, 82, 82, 0.08); }

.g-accordion__text--week {
  text-align: center;
  border-radius: 25px;
  background: #eee;
  width: 100%;
  height: 14px;
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
  line-height: 14px; }
  .is-open .g-accordion__text--week {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(30, 185, 140, 0.37)), to(rgba(30, 185, 140, 0.37))), #ffffff;
    background: linear-gradient(0deg, rgba(30, 185, 140, 0.37), rgba(30, 185, 140, 0.37)), #ffffff; }

.g-accordion__text__place {
  color: #212121;
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 8px; }

.g-accordion__text--salesData {
  font-size: 1.2rem;
  font-weight: 700;
  color: #212121; }

.g-accordion__text--eventData {
  font-size: 1.2rem;
  font-weight: 400;
  color: #757575; }

.g-accordion__text--data + .g-templates,
.g-accordion__text--eventData + .g-templates,
.g-accordion__text--salesData + .g-templates {
  margin-top: -2px; }

.g-accordion__text--label {
  margin: 0; }

.g-accordion__text--sub {
  display: inline;
  font-size: 1.4rem;
  font-weight: 400; }

.g-accordion__text--anywhere {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.g-accordion__list__tags {
  line-height: 1;
  padding-bottom: 3px; }

.g-errorMessage {
  position: relative;
  font-size: 1.3rem;
  color: #ff5252;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(228, 66, 103, 0.05)), to(rgba(228, 66, 103, 0.05))), #ffffff;
  background: linear-gradient(0deg, rgba(228, 66, 103, 0.05), rgba(228, 66, 103, 0.05)), #ffffff;
  padding: 7px 16px 6px 40px;
  margin: 0; }

.g-errorMessage::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../images/common/icon-attention.svg) no-repeat;
  background-size: 100%;
  width: 13px;
  height: 13px; }

.grecaptcha-badge {
  visibility: hidden; }

.t-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
  color: #424242;
  margin: 24px 16px 16px; }

.t-titleIcon, .t-titleIcon--sub {
  font-size: 1.8rem;
  font-weight: 700;
  color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 16px 16px; }
  .t-titleIcon p, .t-titleIcon--sub p {
    margin: 0; }

.t-titleIcon__image, .t-titleIcon__image--white, .t-titleIcon--sub .t-titleIcon__image {
  width: 44px;
  height: 44px;
  margin-right: 8px; }

.t-titleIcon__image--white {
  display: none; }

.t-titleIcon--sub {
  font-size: 1.6rem; }

.t-titleIcon--sub .t-titleIcon__image--white, .t-titleIcon--sub .t-titleIcon__image {
  width: 24px;
  height: 24px; }

.t-titleIcon__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.t-text, .t-text--lage {
  font-size: 1.4rem;
  font-weight: initial;
  color: #212121;
  line-height: 1.7;
  margin: 2px 16px; }
  .t-text > p, .t-text--lage > p {
    margin: 0; }

.t-text--lage {
  font-size: 1.6rem; }

.t-caption, .t-caption--lage {
  font-size: 1.2rem;
  font-weight: initial;
  color: #757575;
  line-height: 1.8rem;
  margin: 2px 16px; }
  .t-caption > p, .t-caption--lage > p {
    margin: 0; }

.t-caption--lage {
  font-size: 1.3rem;
  line-height: 2rem; }

.t-line, .t-line--dotted {
  background: rgba(189, 189, 189, 0.54);
  height: 1px;
  margin: 8px 16px 16px;
  display: block; }

.t-line--dotted {
  background-image: linear-gradient(to right, rgba(189, 189, 189, 0.54), rgba(189, 189, 189, 0.54) 2px, transparent 3px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-color: inherit;
  margin: 8px 16px; }

.t-tags {
  margin: 0 16px; }

.t-image {
  margin: 8px 16px; }

.t-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 16px;
  overflow: hidden; }

.t-column__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-right: 15px; }

.t-column__item:last-child {
  margin-right: 0; }

.t-twoColumn__image {
  width: 100%; }

.t-twoColumn__text {
  font-size: 1.4rem;
  color: #212121;
  line-height: 2rem;
  margin: 0; }
  .t-twoColumn__text > p {
    margin: 0; }

.t-tableIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 16px 16px; }

.t-tableIcon__list {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  min-height: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 33.333%;
      -ms-flex: 33.333% 0 0px;
          flex: 33.333% 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 0 6px; }

.t-tableIcon__list + .t-tableIcon__list {
  margin-left: -1px; }

.t-tableIcon__text {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #212121;
  line-height: 1.6rem;
  margin: 0;
  padding: 0 3px; }

.t-tableIcon__icon {
  margin: 0 auto;
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.tableIcon__icon__image, .t-tableIcon__icon__image--white {
  height: auto; }

.t-tableIcon__icon__image--white {
  display: none; }

.t-link {
  margin: 8px 16px;
  text-align: right; }

.t-link--left {
  margin: 6px 16px; }

.t-link__attentionText {
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.196429px;
  line-height: 1.8rem;
  color: #757575;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: auto; }
  [data-device='hover'] .t-link__attentionText:hover {
    opacity: 0.6; }

.t-link__attentionText .icon-question-fill,
.t-link__attentionText .icon-info-fill {
  font-size: 1.4rem;
  padding-left: 1px;
  color: #9e9e9e; }

.t-linkButton {
  margin: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .t-linkButton + .t-line, .t-linkButton + .t-line--dotted {
    margin: 16px; }

.t-linkButton__inner {
  position: relative;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  min-width: 112px;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 48px 4px 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8rem;
  color: #212121;
  cursor: pointer;
  overflow: hidden; }

.t-linkButton__icon {
  width: 22px;
  height: 22px;
  margin-right: 8px; }

.t-linkButton__arrow {
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #1eb98c;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .t-linkButton__arrow::before {
    font-size: 1.1rem;
    color: #fff;
    padding-left: 2px; }

.t-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.3);
  z-index: 100;
  -webkit-animation: modalOpen 0.5s forwards;
          animation: modalOpen 0.5s forwards;
  cursor: pointer; }

.t-modal__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 400px;
  width: 90%;
  height: calc(100% - 50px);
  background: #fff;
  border-radius: 6px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #212121;
  cursor: default; }

.t-modal__title {
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  font-weight: 700;
  margin: 0; }

.t-modal__top {
  min-height: 58px;
  padding: 20px 20px 12px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06), 0 2px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06), 0 2px 1px rgba(0, 0, 0, 0.08);
  overflow: hidden; }

.t-modal__content {
  padding: 6px 20px; }

.t-modal__content--scr {
  height: calc(100% - 56px);
  overflow-y: scroll;
  padding: 0 15px; }

.t-modal__top + .t-modal__content--scr {
  height: calc(100% - 110px); }

.t-modal__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.06), 0 -2px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.06), 0 -2px 1px rgba(0, 0, 0, 0.08);
  overflow: hidden; }

.t-modal__bottom__btn--close {
  font-size: 1.6rem;
  font-weight: 700;
  color: #616161;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.t-nameInput {
  position: relative;
  margin: 16px 16px 8px; }
  .t-nameInput.is-error .g-input__input,
  .t-nameInput.is-error .g-input__input--move {
    border: 1px solid #ff5252;
    background: rgba(255, 82, 82, 0.05);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.t-nameInput__wrapper {
  position: relative; }

.t-nameInput__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.t-nameInput__half {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-right: 15px; }
  .t-nameInput__half:last-child {
    margin-right: 0; }

.t-nameInput__label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #616161;
  line-height: 1.8rem;
  padding-bottom: 4px; }
  .t-nameInput__label + .t-nameInput__note {
    margin-top: -4px; }

.t-nameInput__note {
  display: block;
  font-size: 1.2rem;
  color: #757575; }
  .t-nameInput__note:last-of-type {
    margin-bottom: 4px; }
  .t-nameInput__note p {
    margin: 0; }

.t-nameInput__error {
  display: block;
  min-height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.t-nameInput__error__label {
  display: block;
  position: relative;
  font-size: 1.2rem;
  line-height: 18px;
  color: #ff5252;
  padding-top: 2px;
  padding-left: 18px;
  min-height: 20px; }
  .t-nameInput__error__label::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../../images/common/icon-attention.svg) no-repeat;
    background-size: 100%;
    width: 13px;
    height: 13px; }

.t-birthdate {
  position: relative;
  margin: 16px 16px 8px; }
  .t-birthdate.is-error .g-select__wrapper__select, .t-birthdate.is-error .g-select__wrapper__select--move {
    border: 1px solid #ff5252;
    background: rgba(255, 82, 82, 0.05);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.t-birthdate__label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #616161;
  line-height: 1.8rem;
  padding-bottom: 4px; }
  .t-birthdate__label + .t-birthdate__note {
    margin-top: -4px; }

.t-birthdate__note {
  display: block;
  font-size: 1.2rem;
  color: #757575; }
  .t-birthdate__note p {
    margin: 0; }

.t-birthdate__note:last-of-type {
  margin-bottom: 4px; }

.t-birthdate__error {
  display: block;
  opacity: 1;
  min-height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.t-birthdate__error__label {
  position: relative;
  font-size: 1.2rem;
  line-height: 18px;
  color: #ff5252;
  padding-top: 2px;
  padding-left: 18px;
  display: block;
  min-height: 20px; }
  .t-birthdate__error__label::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../../images/common/icon-attention.svg) no-repeat;
    background-size: 100%;
    width: 13px;
    height: 13px; }

.t-birthdate__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .t-birthdate__input .g-select {
    padding: 0; }
  .t-birthdate__input .g-select__wrapper::before {
    right: 15px; }

.t-birthdate__input__yaer {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%; }

.t-birthdate__input__month,
.t-birthdate__input__day {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%; }

.t-birthdate__input__unit {
  font-size: 1.3rem; }

.t-gender {
  position: relative;
  margin: 16px 16px 8px; }

.t-gender__label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #616161;
  line-height: 1.8rem;
  padding-bottom: 4px; }
  .t-gender__label + .t-gender__note {
    margin-top: -4px; }

.t-gender__note {
  display: block;
  font-size: 1.2rem;
  color: #757575; }
  .t-gender__note p {
    margin: 0; }

.t-gender__note:last-of-type {
  margin-bottom: 4px; }

.t-gender__error {
  display: block;
  opacity: 1;
  min-height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.t-gender__error__label {
  position: relative;
  font-size: 1.2rem;
  line-height: 18px;
  color: #ff5252;
  padding-top: 2px;
  padding-left: 18px;
  display: block;
  min-height: 20px; }
  .t-gender__error__label::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../../images/common/icon-attention.svg) no-repeat;
    background-size: 100%;
    width: 13px;
    height: 13px; }

.t-gender__radio {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.t-gender__radio__item {
  padding: 0;
  color: #212121; }
  .t-gender__radio__item:first-child {
    padding-right: 64px; }
  .t-gender__radio__item .g-radio__label, .t-gender__radio__item .g-radio__label--bg {
    padding-left: 0; }

.t-input {
  position: relative;
  margin: 16px 16px 8px; }
  .t-input.is-error .g-input__input,
  .t-input.is-error .g-input__input--move {
    border: 1px solid #ff5252;
    background: rgba(255, 82, 82, 0.05);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.t-input__wrapper {
  position: relative; }

.t-input__label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #616161;
  line-height: 1.8rem;
  padding-bottom: 4px; }
  .t-input__label + .t-input__note {
    margin-top: -4px; }

.t-input__note {
  display: block;
  font-size: 1.2rem;
  color: #757575; }
  .t-input__note:last-of-type {
    margin-bottom: 4px; }
  .t-input__note p {
    margin: 0; }

.t-input__placeholder {
  position: absolute;
  top: 18px;
  left: 16px;
  color: #757575;
  font-size: 1.4rem;
  line-height: 1.4;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.t-input__error {
  display: block;
  opacity: 1;
  min-height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.t-input__error__label {
  position: relative;
  font-size: 1.2rem;
  line-height: 18px;
  color: #ff5252;
  padding-top: 2px;
  padding-left: 18px;
  display: block;
  min-height: 20px; }
  .t-input__error__label::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../../images/common/icon-attention.svg) no-repeat;
    background-size: 100%;
    width: 13px;
    height: 13px; }

.t-select {
  position: relative;
  margin: 16px 16px 8px; }
  .t-select.is-error .g-select__wrapper__select, .t-select.is-error .g-select__wrapper__select--move,
  .t-select.is-error .g-select__wrapper__select--move {
    border: 1px solid #ff5252;
    background: rgba(255, 82, 82, 0.05);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.t-select__wrapper {
  position: relative;
  height: 56px; }

.t-select__label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #616161;
  line-height: 1.8rem;
  padding-bottom: 4px; }
  .t-select__label + .t-select__note {
    margin-top: -4px; }

.t-select__note {
  display: block;
  font-size: 1.2rem;
  color: #757575; }
  .t-select__note:last-of-type {
    margin-bottom: 4px; }
  .t-select__note p {
    margin: 0; }

.t-select__error {
  display: block;
  opacity: 1;
  min-height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.t-select__error__label {
  position: relative;
  font-size: 1.2rem;
  line-height: 18px;
  color: #ff5252;
  padding-top: 2px;
  padding-left: 18px;
  display: block;
  min-height: 20px; }
  .t-select__error__label::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../../images/common/icon-attention.svg) no-repeat;
    background-size: 100%;
    width: 13px;
    height: 13px; }

.t-checkbox {
  position: relative;
  margin: 16px 16px 8px; }

.t-checkbox__label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #616161;
  line-height: 1.8rem;
  padding-bottom: 4px; }
  .t-checkbox__label + .t-input__note {
    margin-top: -4px; }

.t-checkbox__note {
  display: block;
  font-size: 1.2rem;
  color: #757575; }
  .t-checkbox__note p {
    margin: 0; }

.t-checkbox__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.t-checkbox__item {
  margin-top: 17px;
  color: #212121; }
  .t-checkbox__item:first-child {
    margin-top: 12px; }

.t-checkbox__error {
  display: block;
  opacity: 1;
  min-height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.t-checkbox__error__label {
  position: relative;
  font-size: 1.2rem;
  line-height: 18px;
  color: #ff5252;
  padding-top: 2px;
  padding-left: 18px;
  display: block;
  min-height: 20px; }
  .t-checkbox__error__label::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../../images/common/icon-attention.svg) no-repeat;
    background-size: 100%;
    width: 13px;
    height: 13px; }

.t-radio {
  position: relative;
  margin: 16px 16px 8px; }

.t-radio__label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #616161;
  line-height: 1.8rem;
  padding-bottom: 4px; }
  .t-radio__label + .t-input__note {
    margin-top: -4px; }

.t-radio__note {
  display: block;
  font-size: 1.2rem;
  color: #757575; }
  .t-radio__note p {
    margin: 0; }

.t-radio__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.t-radio__item {
  margin-top: 17px;
  color: #212121; }
  .t-radio__item:first-child {
    margin-top: 12px; }
  .t-radio__item .g-radio__label, .t-radio__item .g-radio__label--bg {
    padding-left: 0; }

.t-radio__error {
  display: block;
  opacity: 1;
  min-height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.t-radio__error__label {
  position: relative;
  font-size: 1.2rem;
  line-height: 18px;
  color: #ff5252;
  padding-top: 2px;
  padding-left: 18px;
  display: block;
  min-height: 20px; }
  .t-radio__error__label::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../../images/common/icon-attention.svg) no-repeat;
    background-size: 100%;
    width: 13px;
    height: 13px; }

.t-textarea {
  position: relative;
  margin: 16px 16px 8px; }
  .t-textarea.is-error .t-textarea__input {
    border: 1px solid #ff5252;
    background: rgba(255, 82, 82, 0.05);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.t-textarea__wrapper {
  position: relative; }

.t-textarea__label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #616161;
  line-height: 1.8rem;
  padding-bottom: 4px; }
  .t-textarea__label + .t-textarea__note {
    margin-top: -4px; }

.t-textarea__note {
  display: block;
  font-size: 1.2rem;
  color: #757575; }
  .t-textarea__note:last-of-type {
    margin-bottom: 4px; }
  .t-textarea__note p {
    margin: 0; }

.t-textarea__input {
  width: 100%;
  height: 120px;
  background: #f5f5f5;
  border-radius: 6px;
  font-size: 1.6rem;
  padding: 10px;
  color: #212121;
  border: 1px solid #bdbdbd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .t-textarea__input:focus {
    background: #fff;
    border: 1px solid #757575; }

.t-textarea__error {
  display: block;
  opacity: 1;
  min-height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.t-textarea__error__label {
  position: relative;
  font-size: 1.2rem;
  line-height: 18px;
  color: #ff5252;
  padding-top: 2px;
  padding-left: 18px;
  display: block;
  min-height: 20px; }
  .t-textarea__error__label::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../../images/common/icon-attention.svg) no-repeat;
    background-size: 100%;
    width: 13px;
    height: 13px; }

.t-agree,
.t-consent {
  margin: 8px 0; }

.t-consent__body {
  margin: 16px; }

.t-agree__checkbox {
  opacity: 0; }
  .t-agree__checkbox:checked + .t-agree__label {
    background-color: #e0f5ef; }
    .t-agree__checkbox:checked + .t-agree__label .t-agree__indicator {
      background: #1eb98c;
      border-color: #1eb98c; }
      .t-agree__checkbox:checked + .t-agree__label .t-agree__indicator::after {
        display: block; }

.t-agree__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 26px 0 58px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  color: #212121; }

.t-agree__indicator {
  position: absolute;
  top: 50%;
  left: 27px;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .t-agree__indicator::after {
    content: '';
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.t-agree__error {
  display: block;
  opacity: 1;
  min-height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.t-agree__error__label {
  position: relative;
  font-size: 1.2rem;
  line-height: 18px;
  color: #ff5252;
  padding-top: 2px;
  padding-left: 18px;
  display: block;
  min-height: 20px; }
  .t-agree__error__label::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../../images/common/icon-attention.svg) no-repeat;
    background-size: 100%;
    width: 13px;
    height: 13px; }

.t-wysiwyg {
  margin: 16px; }
  .t-wysiwyg p {
    margin: 0; }

.t-modal-link-payment {
  height: 256px;
  border-radius: 8px; }

.t-modal-link-payment-content {
  height: calc(100% - 56px);
  padding: 16px 0; }

.t-modal-link-payment-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0.196429px; }

.t-modal-link-payment-subTitle {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
  color: #424242;
  letter-spacing: 0.5px;
  text-align: center;
  margin: 30px auto 0; }

.t-modal-link-payment-text {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #757575;
  letter-spacing: 0.7px;
  padding: 0 24px;
  margin: 8px auto 0px; }

.t-modal-link-payment-bottom {
  padding: 0 8px; }

.common__notice {
  border: 1px solid #bdbdbd;
  padding: 0px 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  margin-top: 70px; }

.common__notice__text {
  font-size: 1.4rem; }

.g-wrapper-questionnaire {
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  padding-bottom: 10px;
  margin-bottom: 24px;
  overflow: hidden; }

.g-procedures-questionnaire {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  margin: 15px 5px 0;
  padding: 0 10px 0; }

.questionnaire-download-cautionary {
  font-size: 1.4rem;
  color: #FF5252;
  font-weight: bold;
  margin: 5;
  text-align: center; }

.questionnaire-answer-text-bold {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 5px;
  text-align: center; }

.questionnaire-answer-text {
  font-size: 1.4rem;
  margin: 5;
  text-align: center; }

.questionnaire-answered-text {
  font-size: 1.2rem;
  margin: 5;
  text-align: center; }

.g-checkbox-questionnaire {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  font-weight: 400;
  font-size: 1.4rem;
  height: 22px;
  line-height: 22px;
  outline: none;
  cursor: pointer; }

.questionnaire-caution-note {
  font-size: 1.4rem; }

.questionnaire-button-answer {
  width: 186px;
  min-height: 40px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 15px auto 10px;
  padding: 0 6px; }

.questionnaire-area {
  padding: 0px 5%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }

.g-checkbox__indicator--questionnaire {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 2px solid #808080;
  border-radius: 2px; }

.g-checkbox__indicator--questionnaire::after {
  content: '';
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.g-checkbox__input:checked ~ .g-checkbox__indicator--questionnaire {
  background: #1eb98c;
  border-color: #1eb98c; }

.g-checkbox__input:checked ~ .g-checkbox__indicator--questionnaire::after {
  display: block; }

.g-checkbox__input:disabled ~ .g-checkbox__indicator--questionnaire {
  background: #cccccc;
  border-color: #cccccc; }

.addcalendar__modal .g-modal__top {
  display: block;
  min-height: 48px;
  padding: 14px 0 4px;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08); }

.addcalendar__modal .g-modal__wrapper {
  height: 350px;
  background-color: #fafafa; }

.addcalendar__modal .g-modal__content--scr {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.addcalendar__modal .g-modal__bottom, .addcalendar__modal .g-modal__bottom--right, .addcalendar__modal .g-modal__bottom--link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.addcalendar__modal .g-modal__bottom, .addcalendar__modal .g-modal__bottom--right, .addcalendar__modal .g-modal__bottom--link {
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.12);
  background-color: #fff; }

.addcalendar__modal .g-modal__bottom__btn--close {
  color: #616161; }

.addcalendar__modalButton {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .addcalendar__modalButton .g-modal__bottom__btn--close {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 152px;
            flex: 0 1 152px;
    margin: 0 8px;
    font-size: 1.8rem; }
  .addcalendar__modalButton .g-button {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 152px;
            flex: 0 1 152px;
    margin: 0 8px;
    font-size: 1.8rem; }

.addcalendar__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.addcalendar__item {
  margin-top: 10px; }
  .addcalendar__item input {
    position: absolute;
    opacity: 0; }

.addcalendar__label {
  display: block;
  padding: 14px 15px; }
  :checked + .addcalendar__label {
    -webkit-box-shadow: none;
            box-shadow: none; }
    :checked + .addcalendar__label .addcalendar__indicator {
      background: rgba(255, 255, 255, 0.1); }
      :checked + .addcalendar__label .addcalendar__indicator::before {
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      :checked + .addcalendar__label .addcalendar__indicator::after {
        opacity: 1; }

.addcalendar__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.addcalendar__indicator {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  background: rgba(177, 177, 177, 0.1);
  margin-right: 11px;
  -webkit-box-shadow: inset 0px 2px 3px rgba(10, 10, 10, 0.06);
          box-shadow: inset 0px 2px 3px rgba(10, 10, 10, 0.06); }
  .addcalendar__indicator::before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    margin: 1px;
    border-radius: 50%;
    border: 1px solid #bdbdbd;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .addcalendar__indicator::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    display: block;
    margin: 2px;
    background: #1eb98c;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

.addcalendar__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #212121;
  font-weight: 700; }
