@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, blockquote, pre {
  margin: 0;
  font-size: 1em;
}

td, th {
  padding: 0;
}

ul, ol {
  padding-left: 0;
}

li {
  list-style-type: none;
}

dd {
  margin-left: 0;
}

img {
  vertical-align: bottom;
}

em {
  font-style: normal;
  font-weight: bold;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}

html {
  font-size: 13px;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  html {
    -webkit-font-smoothing: antialiased;
  }
}

body {
  color: #666461;
  font-size: 1rem;
  font-family: "Hiragino Kaku Gothic ProN", Roboto, Meiryo, "MS PGothic", sans-serif;
}

body, button, input {
  line-height: 1.35;
}

a {
  color: #38548c;
  text-decoration: none;
}

a:visited {
  color: #38548c;
}

a:hover {
  color: #38548c;
  text-decoration: underline;
}

a:active {
  color: #38548c;
}

/*
  SASS variables are information about icon's compiled state, stored under its original file name

  .icon-home
    width: $icon-home-width

  The large array-like variables contain all information about a single icon
  $icon-home: x y offset_x offset_y width height total_width total_height image_path

  At the bottom of this section, we provide information about the spritesheet itself
  $spritesheet: width height image $spritesheet-sprites
  */
/*
  The provided mixins are intended to be used with the array-like variables

  .icon-home
    @include sprite-width($icon-home)

  .icon-email
    @include sprite($icon-email)
  */
/*
  The `sprites` mixin generates identical output to the CSS template
    but can be overridden inside of SASS

  @include sprites($spritesheet-sprites)
  */
.gc-alert--success {
  color: #318c40;
}

.gc-alert--error, .gc-error--s, .gc-error--m {
  color: #cc4429;
}

.gc-fz--18 {
  font-size: 18px;
}

.gc-fz--16 {
  font-size: 16px;
}

.gc-fz--15 {
  font-size: 15px;
}

.gc-fz--14 {
  font-size: 14px;
}

.gc-fz--13 {
  font-size: 13px;
}

.gc-fz--12 {
  font-size: 12px;
}

.gc-fz--11, .gc-fz--s {
  font-size: 11px;
}

.gc-fz--10, .gc-fz--xs {
  font-size: 10px;
}

sup {
  font-size: 9px;
}

.gc-alert--success, .gc-alert--error {
  margin-bottom: 10px;
  padding: 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

.gc-alert--success {
  border-color: #fff;
  background-color: #ceeed3;
}

.gc-alert--error {
  border-color: #fff;
  background-color: #f9e5e1;
}

.gc-error--s {
  font-size: 11px;
  font-weight: bold;
}

.gc-error--m {
  font-size: 13px;
  font-weight: bold;
}

.gc-em--1 {
  color: #ed6b5f;
  font-weight: bold;
}

.gc-em--2 {
  color: #63a669;
  font-weight: bold;
}

.gc-em--3 {
  color: #597eb2;
  font-weight: bold;
}

.gc-em--4 {
  color: #3eb3af;
  font-weight: bold;
}

.gc-em--5 {
  color: #999794;
  font-weight: bold;
}

.gc-footnote {
  color: #999794;
  font-size: 11px;
  line-height: 1.35;
}

.gc-footnote a {
  color: #999794;
  text-decoration: underline;
}

.gc-footnote a:visited, .gc-footnote a:active, .gc-footnote a:hover {
  color: #999794;
}

.gc-footnote strong {
  color: #cc8829;
}

.gc-footnote-list {
  font-size: 11px;
  line-height: 1.35;
}

.gc-footnote-list__item {
  margin-bottom: 0.2em;
  text-indent: -1em;
  padding-left: 1em;
}

.gc-footnote-list__item:before {
  content: '※';
}

.gc-footnote-list__item:last-child {
  margin-bottom: 0;
}

.gc-footnote-list a {
  color: #999794;
  text-decoration: underline;
}

.gc-footnote-list a:visited, .gc-footnote-list a:active, .gc-footnote-list a:hover {
  color: #999794;
}

.gc-body-copy, .gc-body-copy-block,
.gc-body-copy--m {
  font-size: 14px;
  line-height: 1.6;
}

.gc-body-copy--l {
  font-size: 16px;
  line-height: 1.6;
}

.gc-body-copy--s {
  font-size: 13px;
  line-height: 1.6;
}

.gc-body-copy-block p, .gc-body-copy-block ul, .gc-body-copy-block ol, .gc-body-copy-block dl, .gc-body-copy-block table,
.gc-body-copy-block h1, .gc-body-copy-block h2, .gc-body-copy-block h3, .gc-body-copy-block h4, .gc-body-copy-block h5, .gc-body-copy-block h6 {
  margin-bottom: 1em;
}

.gc-body-copy-block *:last-child {
  margin-bottom: 0;
}

.gc-body-copy-block h1, .gc-body-copy-block h2, .gc-body-copy-block h3, .gc-body-copy-block h4, .gc-body-copy-block h5, .gc-body-copy-block h6 {
  margin-top: 2em;
}

.gc-body-copy-block *:first-child {
  margin-top: 0;
}

.gc-body-copy-block ul {
  padding-left: 30px;
}

.gc-body-copy-block ul > li {
  list-style: square;
}

.gc-body-copy-block ol {
  padding-left: 30px;
}

.gc-body-copy-block ol > li {
  list-style: decimal;
}

.gc-heading-a--1, .gc-heading-a--2 {
  position: relative;
  margin-bottom: 10px;
  padding: 13px 0 8px;
  border-bottom: 2px solid #e5e5e5;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.gc-heading-a--1:after, .gc-heading-a--2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: url("../../common/img/heading_stripe-a.png") repeat-x;
  background-size: 4px 5px;
}

.gc-heading-a--1 {
  color: #597eb2;
}

.gc-heading-a--1:after {
  background-color: #597eb2;
}

.gc-heading-a--2 {
  color: #63a669;
}

.gc-heading-a--2:after {
  background-color: #63a669;
}

.gc-heading-b {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.gc-title-a--gratz {
  margin-bottom: 20px;
  color: #999794;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.gc-title-a--gratz:before {
  background-image: url(../../common/img/sprite.png);
  background-position: -99px 0px;
  width: 21.5px;
  height: 25px;
  background-size: 120.5px 95px;
  display: inline-block;
  content: '';
  margin-right: 0.3em;
  vertical-align: -2px;
}

.gc-doc-header {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.gc-doc-header__title {
  font-size: 18px;
  font-weight: bold;
}

.gc-doc-header__date {
  margin-top: 5px;
  font-size: 12px;
  color: #999794;
}

.gc-button-a--1-xl, .gc-button-a--2-xl, .gc-button-a--3-xl, .gc-button-a--4-xl, .gc-button-a--5-xl, .gc-button-sns--twitter, .gc-button-sns--facebook, .gc-button-sns--line, .gc-button-sns--mail, .gc-button-a--1-l, .gc-button-a--2-l, .gc-button-a--3-l, .gc-button-a--4-l, .gc-button-a--5-l, .gc-button-a--1-m, .gc-button-a--2-m, .gc-button-a--3-m, .gc-button-a--4-m, .gc-button-a--5-m, .gc-button-b--1-l, .gc-button-b--1-m {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.gc-button-a--1-xl:hover, .gc-button-a--2-xl:hover, .gc-button-a--3-xl:hover, .gc-button-a--4-xl:hover, .gc-button-a--5-xl:hover, .gc-button-sns--twitter:hover, .gc-button-sns--facebook:hover, .gc-button-sns--line:hover, .gc-button-sns--mail:hover, .gc-button-a--1-l:hover, .gc-button-a--2-l:hover, .gc-button-a--3-l:hover, .gc-button-a--4-l:hover, .gc-button-a--5-l:hover, .gc-button-a--1-m:hover, .gc-button-a--2-m:hover, .gc-button-a--3-m:hover, .gc-button-a--4-m:hover, .gc-button-a--5-m:hover, .gc-button-b--1-l:hover, .gc-button-b--1-m:hover {
  text-decoration: none;
}

[disabled].gc-button-a--1-xl, [disabled].gc-button-a--2-xl, [disabled].gc-button-a--3-xl, [disabled].gc-button-a--4-xl, [disabled].gc-button-a--5-xl, [disabled].gc-button-sns--twitter, [disabled].gc-button-sns--facebook, [disabled].gc-button-sns--line, [disabled].gc-button-sns--mail, [disabled].gc-button-a--1-l, [disabled].gc-button-a--2-l, [disabled].gc-button-a--3-l, [disabled].gc-button-a--4-l, [disabled].gc-button-a--5-l, [disabled].gc-button-a--1-m, [disabled].gc-button-a--2-m, [disabled].gc-button-a--3-m, [disabled].gc-button-a--4-m, [disabled].gc-button-a--5-m, [disabled].gc-button-b--1-l, [disabled].gc-button-b--1-m {
  opacity: .4;
  cursor: not-allowed;
  pointer-events: none;
}

.gc-button-a--1-xl, .gc-button-a--2-xl, .gc-button-a--3-xl, .gc-button-a--4-xl, .gc-button-a--5-xl, .gc-button-sns--twitter, .gc-button-sns--facebook, .gc-button-sns--line, .gc-button-sns--mail, .gc-button-a--1-l, .gc-button-a--2-l, .gc-button-a--3-l, .gc-button-a--4-l, .gc-button-a--5-l, .gc-button-a--1-m, .gc-button-a--2-m, .gc-button-a--3-m, .gc-button-a--4-m, .gc-button-a--5-m {
  color: #fff;
}

.gc-button-a--1-xl:visited, .gc-button-a--2-xl:visited, .gc-button-a--3-xl:visited, .gc-button-a--4-xl:visited, .gc-button-a--5-xl:visited, .gc-button-sns--twitter:visited, .gc-button-sns--facebook:visited, .gc-button-sns--line:visited, .gc-button-sns--mail:visited, .gc-button-a--1-l:visited, .gc-button-a--2-l:visited, .gc-button-a--3-l:visited, .gc-button-a--4-l:visited, .gc-button-a--5-l:visited, .gc-button-a--1-m:visited, .gc-button-a--2-m:visited, .gc-button-a--3-m:visited, .gc-button-a--4-m:visited, .gc-button-a--5-m:visited, .gc-button-a--1-xl:active, .gc-button-a--2-xl:active, .gc-button-a--3-xl:active, .gc-button-a--4-xl:active, .gc-button-a--5-xl:active, .gc-button-sns--twitter:active, .gc-button-sns--facebook:active, .gc-button-sns--line:active, .gc-button-sns--mail:active, .gc-button-a--1-l:active, .gc-button-a--2-l:active, .gc-button-a--3-l:active, .gc-button-a--4-l:active, .gc-button-a--5-l:active, .gc-button-a--1-m:active, .gc-button-a--2-m:active, .gc-button-a--3-m:active, .gc-button-a--4-m:active, .gc-button-a--5-m:active, .gc-button-a--1-xl:hover, .gc-button-a--2-xl:hover, .gc-button-a--3-xl:hover, .gc-button-a--4-xl:hover, .gc-button-a--5-xl:hover, .gc-button-sns--twitter:hover, .gc-button-sns--facebook:hover, .gc-button-sns--line:hover, .gc-button-sns--mail:hover, .gc-button-a--1-l:hover, .gc-button-a--2-l:hover, .gc-button-a--3-l:hover, .gc-button-a--4-l:hover, .gc-button-a--5-l:hover, .gc-button-a--1-m:hover, .gc-button-a--2-m:hover, .gc-button-a--3-m:hover, .gc-button-a--4-m:hover, .gc-button-a--5-m:hover {
  color: #fff;
}

.gc-button-a--1-xl, .gc-button-a--2-xl, .gc-button-a--3-xl, .gc-button-a--4-xl, .gc-button-a--5-xl, .gc-button-sns--twitter, .gc-button-sns--facebook, .gc-button-sns--line, .gc-button-sns--mail {
  height: 50px;
  padding: 0 16.66667px;
  border-radius: 5px;
  line-height: 50px;
  font-size: 18px;
}

.gc-button-a--1-l, .gc-button-a--2-l, .gc-button-a--3-l, .gc-button-a--4-l, .gc-button-a--5-l {
  height: 40px;
  padding: 0 13.33333px;
  border-radius: 5px;
  line-height: 40px;
  font-size: 16px;
}

.gc-button-a--1-m, .gc-button-a--2-m, .gc-button-a--3-m, .gc-button-a--4-m, .gc-button-a--5-m {
  height: 35px;
  padding: 0 11.66667px;
  border-radius: 5px;
  line-height: 35px;
  font-size: 14px;
}

.gc-button-a--1-xl, .gc-button-a--1-l, .gc-button-a--1-m {
  background-color: #ed6b5f;
  background-image: -webkit-linear-gradient(top, #ef786d 0%, #ed6b5f 100%);
  background-image: linear-gradient(to bottom, #ef786d 0%, #ed6b5f 100%);
  border-bottom: 2px solid #e94d3f;
}

.gc-button-a--1-xl:hover, .gc-button-a--1-l:hover, .gc-button-a--1-m:hover {
  background-color: #eb5e51;
  background-image: -webkit-linear-gradient(top, #ee6f64 0%, #eb5e51 100%);
  background-image: linear-gradient(to bottom, #ee6f64 0%, #eb5e51 100%);
}

[disabled].gc-button-a--1-xl:hover, [disabled].gc-button-a--1-l:hover, [disabled].gc-button-a--1-m:hover {
  background-color: #ed6b5f;
  background-image: -webkit-linear-gradient(top, #ef786d 0%, #ed6b5f 100%);
  background-image: linear-gradient(to bottom, #ef786d 0%, #ed6b5f 100%);
}

[disabled].gc-button-a--1-xl, [disabled].gc-button-a--1-l, [disabled].gc-button-a--1-m {
  border-bottom-color: #ed6b5f;
}

.gc-button-a--2-xl, .gc-button-a--2-l, .gc-button-a--2-m {
  background-color: #63a669;
  background-image: -webkit-linear-gradient(top, #6dac72 0%, #63a669 100%);
  background-image: linear-gradient(to bottom, #6dac72 0%, #63a669 100%);
  border-bottom: 2px solid #539259;
}

.gc-button-a--2-xl:hover, .gc-button-a--2-l:hover, .gc-button-a--2-m:hover {
  background-color: #5b9f61;
  background-image: -webkit-linear-gradient(top, #66a86c 0%, #5b9f61 100%);
  background-image: linear-gradient(to bottom, #66a86c 0%, #5b9f61 100%);
}

[disabled].gc-button-a--2-xl:hover, [disabled].gc-button-a--2-l:hover, [disabled].gc-button-a--2-m:hover {
  background-color: #63a669;
  background-image: -webkit-linear-gradient(top, #6dac72 0%, #63a669 100%);
  background-image: linear-gradient(to bottom, #6dac72 0%, #63a669 100%);
}

[disabled].gc-button-a--2-xl, [disabled].gc-button-a--2-l, [disabled].gc-button-a--2-m {
  border-bottom-color: #63a669;
}

.gc-button-a--3-xl, .gc-button-a--3-l, .gc-button-a--3-m {
  background-color: #597eb2;
  background-image: -webkit-linear-gradient(top, #6386b7 0%, #597eb2 100%);
  background-image: linear-gradient(to bottom, #6386b7 0%, #597eb2 100%);
  border-bottom: 2px solid #496d9e;
}

.gc-button-a--3-xl:hover, .gc-button-a--3-l:hover, .gc-button-a--3-m:hover {
  background-color: #5076ac;
  background-image: -webkit-linear-gradient(top, #5c81b4 0%, #5076ac 100%);
  background-image: linear-gradient(to bottom, #5c81b4 0%, #5076ac 100%);
}

[disabled].gc-button-a--3-xl:hover, [disabled].gc-button-a--3-l:hover, [disabled].gc-button-a--3-m:hover {
  background-color: #597eb2;
  background-image: -webkit-linear-gradient(top, #6386b7 0%, #597eb2 100%);
  background-image: linear-gradient(to bottom, #6386b7 0%, #597eb2 100%);
}

[disabled].gc-button-a--3-xl, [disabled].gc-button-a--3-l, [disabled].gc-button-a--3-m {
  border-bottom-color: #597eb2;
}

.gc-button-a--4-xl, .gc-button-a--4-l, .gc-button-a--4-m {
  background-color: #3eb3af;
  background-image: -webkit-linear-gradient(top, #43beba 0%, #3eb3af 100%);
  background-image: linear-gradient(to bottom, #43beba 0%, #3eb3af 100%);
  border-bottom: 2px solid #359895;
}

.gc-button-a--4-xl:hover, .gc-button-a--4-l:hover, .gc-button-a--4-m:hover {
  background-color: #3aa8a4;
  background-image: -webkit-linear-gradient(top, #3fb7b3 0%, #3aa8a4 100%);
  background-image: linear-gradient(to bottom, #3fb7b3 0%, #3aa8a4 100%);
}

[disabled].gc-button-a--4-xl:hover, [disabled].gc-button-a--4-l:hover, [disabled].gc-button-a--4-m:hover {
  background-color: #3eb3af;
  background-image: -webkit-linear-gradient(top, #43beba 0%, #3eb3af 100%);
  background-image: linear-gradient(to bottom, #43beba 0%, #3eb3af 100%);
}

[disabled].gc-button-a--4-xl, [disabled].gc-button-a--4-l, [disabled].gc-button-a--4-m {
  border-bottom-color: #3eb3af;
}

.gc-button-a--5-xl, .gc-button-a--5-l, .gc-button-a--5-m {
  background-color: #999794;
  background-image: -webkit-linear-gradient(top, #a09f9c 0%, #999794 100%);
  background-image: linear-gradient(to bottom, #a09f9c 0%, #999794 100%);
  border-bottom: 2px solid #888582;
}

.gc-button-a--5-xl:hover, .gc-button-a--5-l:hover, .gc-button-a--5-m:hover {
  background-color: #928f8c;
  background-image: -webkit-linear-gradient(top, #9b9a97 0%, #928f8c 100%);
  background-image: linear-gradient(to bottom, #9b9a97 0%, #928f8c 100%);
}

[disabled].gc-button-a--5-xl:hover, [disabled].gc-button-a--5-l:hover, [disabled].gc-button-a--5-m:hover {
  background-color: #999794;
  background-image: -webkit-linear-gradient(top, #a09f9c 0%, #999794 100%);
  background-image: linear-gradient(to bottom, #a09f9c 0%, #999794 100%);
}

[disabled].gc-button-a--5-xl, [disabled].gc-button-a--5-l, [disabled].gc-button-a--5-m {
  border-bottom-color: #999794;
}

.gc-button-sns--twitter {
  background-color: #55acee;
  background-image: -webkit-linear-gradient(top, #63b3ef 0%, #55acee 100%);
  background-image: linear-gradient(to bottom, #63b3ef 0%, #55acee 100%);
  border-bottom: 2px solid #359ceb;
}

.gc-button-sns--twitter:hover {
  background-color: #47a5ed;
  background-image: -webkit-linear-gradient(top, #5aaeee 0%, #47a5ed 100%);
  background-image: linear-gradient(to bottom, #5aaeee 0%, #47a5ed 100%);
}

[disabled].gc-button-sns--twitter:hover {
  background-color: #55acee;
  background-image: -webkit-linear-gradient(top, #63b3ef 0%, #55acee 100%);
  background-image: linear-gradient(to bottom, #63b3ef 0%, #55acee 100%);
}

[disabled].gc-button-sns--twitter {
  border-bottom-color: #55acee;
}

.gc-button-sns--facebook {
  background-color: #3b5998;
  background-image: -webkit-linear-gradient(top, #3f5fa3 0%, #3b5998 100%);
  background-image: linear-gradient(to bottom, #3f5fa3 0%, #3b5998 100%);
  border-bottom: 2px solid #314a7e;
}

.gc-button-sns--facebook:hover {
  background-color: #37538d;
  background-image: -webkit-linear-gradient(top, #3c5b9c 0%, #37538d 100%);
  background-image: linear-gradient(to bottom, #3c5b9c 0%, #37538d 100%);
}

[disabled].gc-button-sns--facebook:hover {
  background-color: #3b5998;
  background-image: -webkit-linear-gradient(top, #3f5fa3 0%, #3b5998 100%);
  background-image: linear-gradient(to bottom, #3f5fa3 0%, #3b5998 100%);
}

[disabled].gc-button-sns--facebook {
  border-bottom-color: #3b5998;
}

.gc-button-sns--line {
  background-color: #00c300;
  background-image: -webkit-linear-gradient(top, #00d200 0%, #00c300 100%);
  background-image: linear-gradient(to bottom, #00d200 0%, #00c300 100%);
  border-bottom: 2px solid #009f00;
}

.gc-button-sns--line:hover {
  background-color: #00b400;
  background-image: -webkit-linear-gradient(top, #00c800 0%, #00b400 100%);
  background-image: linear-gradient(to bottom, #00c800 0%, #00b400 100%);
}

[disabled].gc-button-sns--line:hover {
  background-color: #00c300;
  background-image: -webkit-linear-gradient(top, #00d200 0%, #00c300 100%);
  background-image: linear-gradient(to bottom, #00d200 0%, #00c300 100%);
}

[disabled].gc-button-sns--line {
  border-bottom-color: #00c300;
}

.gc-button-sns--mail {
  background-color: #3eb3af;
  background-image: -webkit-linear-gradient(top, #43beba 0%, #3eb3af 100%);
  background-image: linear-gradient(to bottom, #43beba 0%, #3eb3af 100%);
  border-bottom: 2px solid #359895;
}

.gc-button-sns--mail:hover {
  background-color: #3aa8a4;
  background-image: -webkit-linear-gradient(top, #3fb7b3 0%, #3aa8a4 100%);
  background-image: linear-gradient(to bottom, #3fb7b3 0%, #3aa8a4 100%);
}

[disabled].gc-button-sns--mail:hover {
  background-color: #3eb3af;
  background-image: -webkit-linear-gradient(top, #43beba 0%, #3eb3af 100%);
  background-image: linear-gradient(to bottom, #43beba 0%, #3eb3af 100%);
}

[disabled].gc-button-sns--mail {
  border-bottom-color: #3eb3af;
}

.gc-button-b--1-l, .gc-button-b--1-m {
  color: #999794;
}

.gc-button-b--1-l:visited, .gc-button-b--1-m:visited, .gc-button-b--1-l:active, .gc-button-b--1-m:active, .gc-button-b--1-l:hover, .gc-button-b--1-m:hover {
  color: #999794;
}

.gc-button-b--1-l {
  height: 40px;
  padding: 0 13.33333px;
  border-radius: 5px;
  line-height: 37px;
  font-size: 16px;
}

.gc-button-b--1-m {
  height: 35px;
  padding: 0 11.66667px;
  border-radius: 5px;
  line-height: 32px;
  font-size: 14px;
}

.gc-button-b--1-l, .gc-button-b--1-m {
  border: 2px solid #999794;
  background-color: #fff;
}

.gc-button-b--1-l:hover, .gc-button-b--1-m:hover {
  background-color: #999794;
  color: #fff;
}

[disabled].gc-button-b--1-l:hover, [disabled].gc-button-b--1-m:hover {
  color: #999794;
  border: 2px solid #999794;
  background-color: #fff;
}

.gc-button--w-100p {
  width: 100%;
}

.gc-button--w-260 {
  width: 260px;
}

.gc-button--w-220 {
  width: 220px;
}

.gc-button--w-180 {
  width: 180px;
}

.gc-button--w-150 {
  width: 150px;
}

.gc-button--w-120 {
  width: 120px;
}

.gc-button--w-90 {
  width: 90px;
}

.gc-button-sns__icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.gc-button-sns--twitter .gc-button-sns__icon {
  background-image: url(../../common/img/sprite.png);
  background-position: -26px -19px;
  width: 25px;
  height: 25px;
  background-size: 120.5px 95px;
}

.gc-button-sns--facebook .gc-button-sns__icon {
  background-image: url(../../common/img/sprite.png);
  background-position: -26px -45px;
  width: 25px;
  height: 25px;
  background-size: 120.5px 95px;
}

.gc-button-sns--line .gc-button-sns__icon {
  background-image: url(../../common/img/sprite.png);
  background-position: -73px 0px;
  width: 25px;
  height: 25px;
  background-size: 120.5px 95px;
}

.gc-button-sns--mail .gc-button-sns__icon {
  background-image: url(../../common/img/sprite.png);
  background-position: 0px -45px;
  width: 25px;
  height: 25px;
  background-size: 120.5px 95px;
}

.gc-list-sns__item {
  word-break: break-all;
  margin-left: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

.gc-list-sns__item:before, .gc-list-sns__item:after {
  content: '';
  display: table;
}

.gc-list-sns__item:after {
  clear: both;
}

.gc-list-sns-icon--facebook, .gc-list-sns-icon--twitter, .gc-list-sns-icon--line {
  display: block;
  float: left;
  margin-left: -25px;
}

.gc-list-sns-icon--facebook {
  background-image: url(../../common/img/sprite.png);
  background-position: -99px -26px;
  width: 20px;
  height: 20px;
  background-size: 120.5px 95px;
}

.gc-list-sns-icon--twitter {
  background-image: url(../../common/img/sprite.png);
  background-position: -99px -68px;
  width: 20px;
  height: 20px;
  background-size: 120.5px 95px;
}

.gc-list-sns-icon--line {
  background-image: url(../../common/img/sprite.png);
  background-position: -99px -47px;
  width: 20px;
  height: 20px;
  background-size: 120.5px 95px;
}

.gc-sns-share__item, .gc-sns-share__item--facebook, .gc-sns-share__item--twitter, .gc-sns-share__item--line {
  display: inline-block;
  height: 21px;
  margin-bottom: 10px;
  overflow: hidden;
  vertical-align: bottom;
}

.gc-table-a {
  box-sizing: border-box;
  width: 100%;
}

.gc-table-a > tbody > tr > th {
  word-break: break-all;
  padding: 5px 1em 5px 0;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.gc-table-a > tbody > tr > td {
  word-break: break-all;
  padding: 5px 0;
  text-align: left;
  vertical-align: middle;
}

.gc-table-b {
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #d9d7d4;
}

.gc-table-b > tbody > tr > th {
  word-break: break-all;
  padding: 8px 1em 8px 0;
  border-bottom: 1px solid #d9d7d4;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.gc-table-b > tbody > tr > td {
  word-break: break-all;
  padding: 8px 0;
  border-bottom: 1px solid #d9d7d4;
  text-align: left;
  vertical-align: middle;
}

input.gc-field-a, textarea.gc-field-a, select.gc-field-a {
  box-sizing: border-box;
  height: 35px;
  padding: 4px 6px;
  border-radius: 5px;
  border: 1px solid #cccac6;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
}

input.gc-field-a:focus, textarea.gc-field-a:focus, select.gc-field-a:focus {
  border: 1px solid #ed6b5f;
  outline: none;
  box-shadow: 0 0 8px rgba(237, 107, 95, 0.3);
}

input.gc-field-a {
  -webkit-appearance: none;
}

textarea.gc-field-a {
  min-height: 35px;
  height: auto;
  -webkit-appearance: none;
}

.gc-field--w-100p {
  width: 100%;
}

.gc-field--w-260 {
  width: 260px;
}

.gc-field--w-220 {
  width: 220px;
}

.gc-field--w-180 {
  width: 180px;
}

.gc-field--w-90 {
  width: 90px;
}

.gc-pager-a__nav {
  display: table;
  width: 100%;
}

.gc-pager-a__prev, .gc-pager-a__index, .gc-pager-a__next {
  display: table-cell;
  vertical-align: baseline;
}

.gc-pager-a__prev {
  padding-right: 10px;
  text-align: left;
}

.gc-pager-a__next {
  padding-left: 10px;
  text-align: right;
}

.gc-pager-a__index {
  color: #999794;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.gc-content {
  padding: 0 10px;
}

.gc-modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(230, 230, 230, 0.9);
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.gc-greeting-card {
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.gc-greeting-card__message {
  box-sizing: border-box;
  position: absolute;
  left: 20px;
  z-index: 20;
  width: 260px;
  height: 66px;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}

.gc-greeting-card__message.is-top {
  top: 20px;
}

.gc-greeting-card__message.is-middle {
  top: 117px;
}

.gc-greeting-card__message.is-bottom {
  top: 214px;
}

.gc-greeting-card__message .emoji {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.gc-greeting-card__text {
  display: inline-block;
  width: 15.5em;
  height: 42px;
  overflow: hidden;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  text-align: left;
}

.gc-greeting-card__field {
  width: 15.5em;
  height: 42px;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent;
  resize: none;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
}

html.lteie9 .gc-greeting-card__field {
  outline: 1px solid #999;
}

.gc-greeting-card__field:focus {
  outline: 0;
}

.gc-greeting-card__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 300px;
  z-index: 10;
  border-radius: 5px;
  background-color: #fff;
  background-size: cover;
}

.gc-greeting-card__image img {
  width: 300px;
  height: 300px;
  border-radius: 5px;
}

.gc-menu-user__item a, .gc-menu-campaign__item a, .gc-menu-campaign__item--sub a, .gc-menu-utils__item a, .gc-menu-utils__item--sub a {
  display: block;
}

.gc-menu-user__item a:hover, .gc-menu-campaign__item a:hover, .gc-menu-campaign__item--sub a:hover, .gc-menu-utils__item a:hover, .gc-menu-utils__item--sub a:hover {
  text-decoration: none;
}

html.no-touch .gc-menu-user__item a:hover, .gc-menu-user__item html.no-touch a:hover, html.no-touch .gc-menu-campaign__item a:hover, .gc-menu-campaign__item html.no-touch a:hover, html.no-touch .gc-menu-campaign__item--sub a:hover, .gc-menu-campaign__item--sub html.no-touch a:hover, html.no-touch .gc-menu-utils__item a:hover, .gc-menu-utils__item html.no-touch a:hover, html.no-touch .gc-menu-utils__item--sub a:hover, .gc-menu-utils__item--sub html.no-touch a:hover {
  background-color: #fff;
}

.gc-menu {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 500;
  border-top: 1px solid #d9d7d4;
  border-bottom: 1px solid #d9d7d4;
}

.gc-menu.is-active {
  display: block;
}

.gc-menu__header {
  height: 0;
  text-align: right;
}

.gc-menu__content {
  background: #f7f6f1;
}

.gc-menu__button-close {
  display: inline-block;
  position: absolute;
  top: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.gc-menu__button-close:after {
  width: 0;
  height: 0;
  border-left: 9.5px solid transparent;
  border-right: 9.5px solid transparent;
  border-bottom: 10px solid #f7f6f1;
  content: '';
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 10;
}

.gc-menu__button-close:before {
  width: 0;
  height: 0;
  border-left: 10.5px solid transparent;
  border-right: 10.5px solid transparent;
  border-bottom: 11px solid #d9d7d4;
  content: '';
  position: absolute;
  left: 14px;
  bottom: 0;
  z-index: 5;
}

@media screen and (max-width: 639px) {
  .gc-menu {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .gc-menu__inner {
    width: 300px;
  }
}

.gc-menu__footer {
  padding: 10px 15px 12px;
  background: #fff;
  color: #999794;
  font-size: 11px;
  text-align: center;
}

.gc-menu__footer .gratz-logo {
  background-image: url(../../common/img/sprite.png);
  background-position: 0px 0px;
  width: 72px;
  height: 18px;
  background-size: 120.5px 95px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -2px;
}

.gc-menu-login {
  padding: 20px 15px;
  border-bottom: 5px solid #cccac6;
  text-align: center;
}

.gc-menu-user {
  border-bottom: 5px solid #cccac6;
}

.gc-menu-user__item {
  border-top: 1px solid #d9d7d4;
  font-size: 16px;
  font-weight: bold;
}

.gc-menu-user__item a {
  color: #666461;
  padding: 17px 15px 17px 45px;
}

.gc-menu-user__item a:visited, .gc-menu-user__item a:active, .gc-menu-user__item a:hover {
  color: #666461;
}

.gc-menu-user__item:first-child {
  border-top: 0;
}

.gc-menu-user-icon--history, .gc-menu-user-icon--user-info {
  display: inline-block;
  float: left;
  margin-top: -1px;
  margin-left: -30px;
  background: no-repeat;
}

.gc-menu-user-icon--history {
  background-image: url(../../common/img/sprite.png);
  background-position: 0px -71px;
  width: 24px;
  height: 24px;
  background-size: 120.5px 95px;
}

.gc-menu-user-icon--user-info {
  background-image: url(../../common/img/sprite.png);
  background-position: -73px -26px;
  width: 24px;
  height: 24px;
  background-size: 120.5px 95px;
}

.gc-menu-campaign {
  border-bottom: 5px solid #cccac6;
}

.gc-menu-campaign:before, .gc-menu-campaign:after {
  content: '';
  display: table;
}

.gc-menu-campaign:after {
  clear: both;
}

.gc-menu-campaign__item, .gc-menu-campaign__item--sub {
  border-top: 1px solid #d9d7d4;
  font-size: 14px;
  font-weight: bold;
}

.gc-menu-campaign__item a, .gc-menu-campaign__item--sub a {
  color: #666461;
  padding: 12px 15px;
}

.gc-menu-campaign__item a:visited, .gc-menu-campaign__item a:active, .gc-menu-campaign__item a:hover, .gc-menu-campaign__item--sub a:visited, .gc-menu-campaign__item--sub a:active, .gc-menu-campaign__item--sub a:hover {
  color: #666461;
}

.gc-menu-campaign__item:first-child, .gc-menu-campaign__item--sub:first-child {
  border-top: 0;
}

.gc-menu-campaign__item--sub {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  width: 50%;
}

.gc-menu-utils:before, .gc-menu-utils:after {
  content: '';
  display: table;
}

.gc-menu-utils:after {
  clear: both;
}

.gc-menu-utils__item, .gc-menu-utils__item--sub {
  box-sizing: border-box;
  border-bottom: 1px solid #d9d7d4;
  font-size: 12px;
  font-weight: bold;
}

.gc-menu-utils__item a, .gc-menu-utils__item--sub a {
  color: #666461;
  padding: 12px 15px;
}

.gc-menu-utils__item a:visited, .gc-menu-utils__item a:active, .gc-menu-utils__item a:hover, .gc-menu-utils__item--sub a:visited, .gc-menu-utils__item--sub a:active, .gc-menu-utils__item--sub a:hover {
  color: #666461;
}

.gc-menu-utils__item--sub {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  width: 50%;
  font-weight: normal;
}

.u-d-n, .u-hide {
  display: none;
}

.u-d-b, .u-show {
  display: block;
}

.u-d-ib {
  display: inline-block;
}

.u-d-i {
  display: inline;
}

.u-show--mobile {
  display: none;
}

html.no-desktop .u-show--mobile {
  display: block;
}

.u-show--desktop {
  display: none;
}

html.desktop .u-show--desktop {
  display: block;
}

.u-cf:before, .u-cf:after {
  content: '';
  display: table;
}

.u-cf:after {
  clear: both;
}

.u-fl-n {
  float: none !important;
}

.u-fl-l {
  float: left !important;
}

.u-fl-r {
  float: right !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-m-a {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-w-10 {
  width: 10% !important;
}

.u-w-20 {
  width: 20% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-60 {
  width: 60% !important;
}

.u-w-70 {
  width: 70% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-w-90 {
  width: 90% !important;
}

.u-w-100 {
  width: 100% !important;
}

.gr-page {
  width: 100%;
  height: 100%;
}

.gr-header {
  width: 100%;
  position: relative;
  z-index: 100;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 639px) {
  .gr-header {
    min-width: 320px;
  }
}

@media screen and (min-width: 640px) {
  .gr-header {
    min-width: 640px;
  }
}

.gr-header__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .gr-header__inner {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .gr-header__inner {
    width: 640px;
  }
}

.gr-header__inner {
  position: relative;
  height: 50px;
}

.gr-header__nav {
  display: table;
  width: 100%;
  height: 50px;
}

.gr-header__gratz {
  display: table-cell;
  box-sizing: border-box;
  width: 50%;
  vertical-align: top;
}

.gr-header__menu {
  display: table-cell;
  box-sizing: border-box;
  width: 50%;
  text-align: right;
  vertical-align: top;
}

.gr-header__menu-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.gr-header__menu-icon {
  background-image: url(../../common/img/sprite.png);
  background-position: -73px -51px;
  width: 17px;
  height: 14px;
  background-size: 120.5px 95px;
  display: block;
  margin: 17px auto 0;
}

.gr-header__logo-gratz {
  display: inline-block;
  width: 45px;
  height: 50px;
  text-align: center;
}

.gr-header__logo-gratz span {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  overflow: hidden;
  outline: none;
  background-image: url(../../common/img/sprite.png);
  background-position: -99px 0px;
  width: 21.5px;
  height: 25px;
  background-size: 120.5px 95px;
  display: inline-block;
  margin-top: 12px;
}

.gr-header__logo-gratz span:before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
}

.gr-footer {
  width: 100%;
  padding: 15px 0 17px;
}

@media screen and (max-width: 639px) {
  .gr-footer {
    min-width: 320px;
  }
}

@media screen and (min-width: 640px) {
  .gr-footer {
    min-width: 640px;
  }
}

.gr-footer__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .gr-footer__inner {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .gr-footer__inner {
    width: 640px;
  }
}

.gr-footer__inner {
  padding: 0 10px;
  text-align: center;
}

.gr-footer__logo {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  overflow: hidden;
  outline: none;
  background-image: url(../../common/img/sprite.png);
  background-position: 0px 0px;
  width: 72px;
  height: 18px;
  background-size: 120.5px 95px;
  display: inline-block;
}

.gr-footer__logo:before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
}

.gr-section {
  width: 100%;
}

@media screen and (max-width: 639px) {
  .gr-section {
    min-width: 320px;
  }
}

@media screen and (min-width: 640px) {
  .gr-section {
    min-width: 640px;
  }
}

.gr-section__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .gr-section__inner {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .gr-section__inner {
    width: 640px;
  }
}

.gr-section__inner {
  padding: 0 10px;
}

.gr-history-list {
  width: 100%;
  background-color: #f7f6f1;
}

@media screen and (max-width: 639px) {
  .gr-history-list {
    min-width: 320px;
  }
}

@media screen and (min-width: 640px) {
  .gr-history-list {
    min-width: 640px;
  }
}

.gr-history-list__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .gr-history-list__inner {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .gr-history-list__inner {
    width: 640px;
  }
}

.gr-history-list__inner {
  padding: 0 0 40px;
}

.gr-history-list__banner {
  padding: 10px 0 10px;
  text-align: center;
}

.gr-history-list__items:before, .gr-history-list__items:after {
  content: '';
  display: table;
}

.gr-history-list__items:after {
  clear: both;
}

.gr-history-list__footer {
  padding: 40px 10px 0;
  text-align: center;
}

.gr-history-item {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 300px;
  margin: 0 auto 30px;
  padding: 11px 0 0;
  border-radius: 0 0 5px 5px;
  background: #fff;
}

.gr-history-item:before, .gr-history-item:after {
  content: '';
  display: table;
}

.gr-history-item:after {
  clear: both;
}

.gr-history-item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #ed6b5f url("../../common/img/heading_stripe-a.png") repeat-x;
  background-size: 4px 5px;
}

@media screen and (min-width: 640px) {
  .gr-history-item {
    float: left;
    margin-left: 20px;
  }
  .gr-history-item:nth-child(odd) {
    clear: left;
    margin-left: 10px;
  }
}

.gr-history-item__header {
  margin: 0 7px;
  padding: 0 0 7px;
  border-bottom: 1px solid #d9d7d4;
}

.gr-history-item__sns--twitter, .gr-history-item__sns--facebook, .gr-history-item__sns--line {
  display: table-cell;
  width: 60px;
  padding: 2px 0;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.gr-history-item__sns--twitter {
  background: #55acee;
}

.gr-history-item__sns--facebook {
  background: #3b5998;
}

.gr-history-item__sns--line {
  background: #00c300;
}

.gr-history-item__sent-day {
  display: table-cell;
  padding-left: 7px;
  border-radius: 0 3px 3px 0;
  font-size: 12px;
}

.gr-history-item__content {
  padding: 7px;
}

.gr-history-item__content:before, .gr-history-item__content:after {
  content: '';
  display: table;
}

.gr-history-item__content:after {
  clear: both;
}

.gr-history-item__item-image {
  float: left;
}

.gr-history-item__item-image img {
  border-radius: 3px;
  width: 60px;
}

.gr-history-item__item-data {
  margin-left: 67px;
}

.gr-history-item__item-name {
  word-break: break-all;
  padding-top: 3px;
  min-height: 30px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
}

.gr-history-item__card-image {
  float: right;
  margin-left: 5px;
}

.gr-history-item__card-image a {
  display: block;
  position: relative;
}

.gr-history-item__card-image a:before {
  content: '';
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #999794;
}

.gr-history-item__card-image a:after {
  background-image: url(../../common/img/sprite.png);
  background-position: -52px -45px;
  width: 12px;
  height: 12px;
  background-size: 120.5px 95px;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
}

.gr-history-item__card-image img {
  border-radius: 3px;
  width: 50px;
  height: 50px;
}

.gr-history-item__expires-day {
  margin-top: 3px;
  font-size: 11px;
}

.gr-history-item__expires-day-label {
  margin-right: 5px;
  color: #999794;
  font-size: 10px;
}

.gr-user-info-leave {
  box-sizing: border-box;
  width: 280px;
  margin: 60px auto 0;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #d9d7d4;
  background: #f0efed;
}

.gr-user-info-leave__header {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.gr-user-info-leave__content {
  text-align: center;
}

.gr-login {
  width: 100%;
  background-color: #f7f6f1;
}

@media screen and (max-width: 639px) {
  .gr-login {
    min-width: 320px;
  }
}

@media screen and (min-width: 640px) {
  .gr-login {
    min-width: 640px;
  }
}

.gr-login__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .gr-login__inner {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .gr-login__inner {
    width: 640px;
  }
}

.gr-login__inner {
  padding: 20px 10px;
}

@media screen and (min-width: 640px) {
  .gr-login__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.gr-login-box {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  max-width: 380px;
  margin: 0 auto;
  padding: 0 10px 20px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}

.gr-login-box__header {
  padding: 10px 0;
  color: #999794;
  font-size: 16px;
  font-weight: bold;
}

.gr-login-box__lead {
  margin-bottom: 10px;
}

.gr-login-box__form {
  padding: 15px;
  border-radius: 5px;
  background: #f0efed;
}

.gr-login-box__alert {
  margin: 0 0 10px;
}

.gr-login-box__field {
  margin-bottom: 10px;
}

.gr-login-box__field--regulation {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 16px;
}

.gr-login-box__field-label {
  display: none;
}

html.lteie9 .gr-login-box__field-label {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}

.gr-login-box__footer {
  margin-top: 10px;
}

.gr-login-utils__note {
  display: inline-block;
  margin: 0 0 20px;
  text-align: left;
}

.gr-login-utils__item {
  margin-bottom: 5px;
}

.gr-login-utils__item--button {
  margin-top: 20px;
}

.gr-login-completion {
  width: 100%;
  background-color: #f7f6f1;
}

@media screen and (max-width: 639px) {
  .gr-login-completion {
    min-width: 320px;
  }
}

@media screen and (min-width: 640px) {
  .gr-login-completion {
    min-width: 640px;
  }
}

.gr-login-completion__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .gr-login-completion__inner {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .gr-login-completion__inner {
    width: 640px;
  }
}

.gr-login-completion__inner {
  padding: 20px 10px 60px;
}

@media screen and (min-width: 640px) {
  .gr-login-completion__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.gr-login-completion__lead {
  margin: 0 auto 40px;
  max-width: 400px;
}

.gr-login-completion__content {
  margin: 0 auto 20px;
  max-width: 400px;
  text-align: center;
}

.gr-login-completion__label {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}

.gr-login-completion__button-icon {
  background-image: url(../../common/img/sprite.png);
  background-position: 0px -19px;
  width: 25px;
  height: 25px;
  background-size: 120.5px 95px;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
}

.gr-sent-mail {
  width: 100%;
  background-color: #f7f6f1;
}

@media screen and (max-width: 639px) {
  .gr-sent-mail {
    min-width: 320px;
  }
}

@media screen and (min-width: 640px) {
  .gr-sent-mail {
    min-width: 640px;
  }
}

.gr-sent-mail__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .gr-sent-mail__inner {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .gr-sent-mail__inner {
    width: 640px;
  }
}

.gr-sent-mail__banner {
  height: 200px;
  background: url("../../common/img/sent-mail.png") no-repeat 50% 50%;
  background-size: 480px 200px;
}

@media screen and (min-width: 480px) {
  .gr-sent-mail__banner {
    height: 266px;
    background-size: 640px 266px;
  }
}

.gr-sent-mail__content {
  padding: 20px 10px 60px;
}

.gr-sent-mail__lead {
  box-sizing: border-box;
  max-width: 400px;
  margin: 0 auto;
  padding: 15px 15px;
  border-radius: 5px;
  background: #fff;
}

.gr-form {
  width: 100%;
  margin-top: -1px;
  background-color: #f7f6f1;
}

@media screen and (max-width: 639px) {
  .gr-form {
    min-width: 320px;
  }
}

@media screen and (min-width: 640px) {
  .gr-form {
    min-width: 640px;
  }
}

.gr-form__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .gr-form__inner {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .gr-form__inner {
    width: 640px;
  }
}

@media screen and (min-width: 640px) {
  .gr-form {
    margin-top: 0;
    padding-top: 20px;
  }
}

.gr-form__inner {
  padding: 0 0 40px;
}

.gr-form-section {
  padding: 0 10px;
}

.gr-form-section__header {
  margin: 0 -10px;
}

.gr-form-section__lead {
  margin: 0 auto 20px;
  max-width: 400px;
}

.gr-form-section__content {
  margin: 0 auto;
  max-width: 400px;
}

.gr-form-section__alert {
  margin-bottom: 10px;
  text-align: center;
}

.gr-form-field__items {
  margin-bottom: 40px;
}

.gr-form-field__item {
  margin-bottom: 10px;
}

.gr-form-field__item-label {
  margin-bottom: 5px;
  font-weight: bold;
}

.gr-form-field__item-label--sub {
  margin-bottom: 5px;
  color: #999794;
  font-size: 11px;
  font-weight: bold;
}

.gr-form-field__item-note {
  font-size: 11px;
  margin-bottom: 5px;
}

.gr-form-field__item-field {
  margin-bottom: 5px;
}

.gr-form-field__user-input {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.gr-form-field__button {
  margin-top: 40px;
  text-align: center;
}

.gr-form-field__note {
  display: inline-block;
  margin: 20px 0 0;
  text-align: left;
}

.gr-form-field__req {
  margin-left: 1em;
  color: #ed6b5f;
  font-size: 10px;
  font-weight: bold;
}

.gr-form-field__inline-list-item {
  display: inline-block;
  margin-right: 1em;
  font-size: 14px;
}

.gr-form-completion {
  width: 100%;
  background-color: #f7f6f1;
}

@media screen and (max-width: 639px) {
  .gr-form-completion {
    min-width: 320px;
  }
}

@media screen and (min-width: 640px) {
  .gr-form-completion {
    min-width: 640px;
  }
}

.gr-form-completion__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .gr-form-completion__inner {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .gr-form-completion__inner {
    width: 640px;
  }
}

.gr-form-completion__inner {
  padding: 20px 10px 60px;
}

@media screen and (min-width: 640px) {
  .gr-form-completion__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.gr-form-completion__lead {
  margin: 0 auto 40px;
  max-width: 400px;
}

.gr-form-completion__content {
  margin: 0 auto 20px;
  max-width: 400px;
  text-align: center;
}

.gr-modal-card {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
  box-sizing: border-box;
  position: fixed;
  width: 320px;
  z-index: 10010;
  padding: 20px 10px;
  background: #fff;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

@media screen and (min-width: 321px) {
  .gr-modal-card {
    border-radius: 5px;
  }
}

.gr-modal-card__button-close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.gr-modal-card__button-close:after {
  background-image: url(../../common/img/sprite.png);
  background-position: -52px -19px;
  width: 15px;
  height: 15px;
  background-size: 120.5px 95px;
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
}

.gr-modal-card-dialog {
  margin-top: 20px;
}
