/*! 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;
}

.btn-basic, .btn-primary, .common-head-mypage-button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 27px;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
}
.btn-basic .btn-icon, .btn-primary .btn-icon, .common-head-mypage-button .btn-icon {
  margin-right: 8px;
  pointer-events: none;
}

.btn-basic {
  color: #ffffff;
  background: #474747;
  font-weight: bold;
}
.btn-basic:hover {
  background: #616161;
}

.btn-primary, .common-head-mypage-button {
  color: #ffffff;
  background: #d8137e;
  font-weight: bold;
}
.btn-primary:hover, .common-head-mypage-button:hover {
  background: #ed3197;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html {
  font-size: 10px;
}
html.js-roman-off .js-text-roman {
  display: none !important;
}

body {
  font-size: 1.3rem;
  overflow: auto;
  overflow-y: scroll;
  font-family: Arial, sans-serif;
}

.global-menu {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.global-menu.js-open {
  pointer-events: auto;
}
.global-menu.js-open .global-menu__backdrop {
  opacity: 1;
  height: 100%;
}
.global-menu.js-open .global-menu-button {
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 500ms ease, height 0ms 500ms ease;
  transition: opacity 500ms ease, height 0ms 500ms ease;
}
.global-menu.js-open .global-menu-close-button {
  opacity: 1;
  height: 40px;
  -webkit-transition: opacity 500ms ease, height 0ms ease;
  transition: opacity 500ms ease, height 0ms ease;
}
.global-menu.js-open .global-menu-close-button:hover {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.global-menu.js-open .global-menu__frame {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.global-menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  height: 46px;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: opacity 500ms ease, height 0s ease;
  transition: opacity 500ms ease, height 0s ease;
  overflow: hidden;
}
.global-menu-button:hover {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.global-menu-close-button {
  z-index: 10;
  position: absolute;
  top: 3px;
  right: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 0;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: opacity 500ms ease, height 0ms 500ms ease;
  transition: opacity 500ms ease, height 0ms 500ms ease;
  overflow: hidden;
}
.global-menu-close-button:hover {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.global-menu__backdrop {
  display: block;
  opacity: 0;
  width: 100%;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 500ms ease, height 0ms ease;
  transition: opacity 500ms ease, height 0ms ease;
  z-index: 500;
}
.global-menu__frame {
  position: fixed;
  width: 260px;
  height: 100%;
  -webkit-transform: translate(260px, 0);
      -ms-transform: translate(260px, 0);
          transform: translate(260px, 0);
  right: 0;
  top: 0;
  z-index: 501;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.global-menu__frame__inner {
  width: 260px;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: auto;
  color: #ffffff;
  background: #d8137e;
  pointer-events: auto;
}

.global-menu-content {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: auto;
}
.global-menu-content-wrapper {
  padding-top: 20px;
  position: relative;
}

.global-menu-logo {
  margin-bottom: 20px;
  padding-left: 20px;
}

.global-menu-course {
  margin-bottom: 10px;
  padding: 0 20px;
  line-height: 1.4;
}

.global-menu-mypage {
  font-weight: bold;
  padding: 0 20px;
  line-height: 1;
}
.global-menu-mypage__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}
.global-menu-mypage__title:before {
  content: url(/a1/assets/img/global-menu/icon-mypage.png);
  margin-right: 5px;
}
.global-menu-mypage__list {
  padding-left: 2em;
  font-weight: bold;
}
.global-menu-mypage__list-item {
  color: #ffffff;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
}
.global-menu-mypage__list-item:hover {
  opacity: 0.8;
}

.global-menu-roman-switcher {
  margin-bottom: 30px;
  background: #f3b9d9;
  height: 40px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-menu-roman-switcher__title {
  font-size: 14px;
  color: #474747;
  font-weight: bold;
  margin-right: 18px;
}
.global-menu-roman-switcher__switch {
  position: relative;
  background: #fff;
  height: 25px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  cursor: pointer;
}
.global-menu-roman-switcher__switch.js-on .global-menu-roman-switcher__toggle {
  left: 50%;
}
.global-menu-roman-switcher__switch.js-on .global-menu-roman-switcher__label__on {
  color: #fff;
}
.global-menu-roman-switcher__switch.js-on .global-menu-roman-switcher__label__off {
  color: #474747;
}
.global-menu-roman-switcher__label {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.global-menu-roman-switcher__label__on {
  color: #474747;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.global-menu-roman-switcher__label__off {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.global-menu-roman-switcher__toggle {
  pointer-events: none;
  position: absolute;
  height: 25px;
  width: 50%;
  background: #474747;
  left: 0;
  top: 0;
  border-radius: 6px;
  -webkit-transition: left 250ms ease;
  transition: left 250ms ease;
  z-index: 1;
}

.global-menu-search {
  padding: 0 20px;
  margin-bottom: 30px;
}
.global-menu-search__title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
.global-menu-search__form {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.global-menu-search__textbox {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  box-sizing: border-box;
  color: #474747;
  background: #fff;
  height: 30px;
  border-radius: 6px 0 0 6px;
  outline: none;
  border: none;
  width: 220px;
  padding: 0 10px;
}
.global-menu-search__search-button {
  box-sizing: border-box;
  border: none;
  width: 30px;
  background: #474747 url(/a1/assets/img/global-menu/search-button.png) center center no-repeat;
  border-radius: 0 6px 6px 0;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  -webkit-transition: backgorund-color 200ms ease;
  transition: backgorund-color 200ms ease;
}
.global-menu-search__search-button:hover {
  background-color: #616161;
}

.global-menu-reference {
  padding: 0 20px;
  margin-bottom: 10px;
  line-height: 1;
}
.global-menu-reference__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  font-size: 14px;
}
.global-menu-reference__list {
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.global-menu-reference__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.global-menu-reference__list-item__link {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}
.global-menu-reference__list-item__link:hover {
  opacity: 0.8;
}
.global-menu-reference__list-item__link:before {
  content: "";
  display: inline-block;
  border: 10px solid #fff;
  border-color: transparent transparent transparent #fff;
  border-width: 3px 5px 3px 5px;
}
.global-menu-reference__list-item__link._pdf {
  line-height: 1;
  font-size: 11px;
  font-weight: bold;
  background: #ffffff;
  color: #d8137e;
  margin: 0 8px;
  padding: 3px 2px 0 3px;
}
.global-menu-reference__list-item__link._pdf:before {
  content: none;
}
.global-menu-reference__list-item__text {
  top: 2px;
  position: relative;
  font-weight: normal;
  font-size: 11px;
}
.global-menu-reference__list-item_slide {
  margin-bottom: 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 20px;
}
.global-menu-reference__list-item_slide:hover {
  opacity: 0.8;
}
.global-menu-reference__list-item_slide:before {
  content: "";
  display: inline-block;
  border: 10px solid #fff;
  border-color: transparent transparent transparent #fff;
  border-width: 3px 5px 3px 5px;
}
.global-menu-reference__list-item_slide_on:before {
  content: "";
  display: inline-block;
  border: 10px solid #fff;
  border-color: transparent transparent transparent #fff;
  border-width: 3px 5px 3px 5px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  top: 3px;
}
.global-menu-reference__list-item__slidebox__box {
  margin-bottom: 20px;
  margin-left: 2em;
}
.global-menu-reference__list-item__normallink {
  color: #fff;
  text-decoration: none;
}
.global-menu-reference__list-item__normallink:hover {
  opacity: 0.8;
}

.global-menu-reference-course {
  font-weight: bold;
  padding: 0;
  line-height: 1;
}
.global-menu-reference-course__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.global-menu-reference-course__list {
  font-weight: bold;
}
.global-menu-reference-course__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.global-menu-reference-course__list-item__link {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}
.global-menu-reference-course__list-item__link:hover {
  opacity: 0.8;
}
.global-menu-reference-course__list-item__link:before {
  content: "";
  display: inline-block;
  border: 10px solid #fff;
  border-color: transparent transparent transparent #fff;
  border-width: 3px 5px 3px 5px;
}
.global-menu-reference-course__list-item__link._pdf {
  line-height: 1;
  font-size: 11px;
  font-weight: bold;
  background: #ffffff;
  color: #d8137e;
  margin: 0 8px;
  padding: 3px 2px 0 3px;
}
.global-menu-reference-course__list-item__link._pdf:before {
  content: none;
}

.global-menu-howto {
  padding: 0 20px;
  margin-bottom: 10px;
}
.global-menu-howto__link {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  font-weight: bold;
}
.global-menu-howto__link:before {
  content: "";
  display: inline-block;
  border: 10px solid #fff;
  border-color: transparent transparent transparent #fff;
  border-width: 3px 5px 3px 5px;
}
.global-menu-howto__link:hover {
  opacity: 0.8;
}

.global-menu-about {
  padding: 0 20px;
  margin-bottom: 10px;
}
.global-menu-about__link {
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
.global-menu-about__link:before {
  content: "";
  display: inline-block;
  border: 10px solid #fff;
  border-color: transparent transparent transparent #fff;
  border-width: 3px 5px 3px 5px;
}
.global-menu-about__link:hover {
  opacity: 0.8;
}

.global-menu-copyright {
  margin: 40px auto 10px;
  padding: 0 20px;
  font-size: 12px;
}

.global-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-loading.js-hide-anim {
  -webkit-animation: loading-hide 500ms ease;
          animation: loading-hide 500ms ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  pointer-events: none;
}
@-webkit-keyframes loading-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes loading-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.global-loading.js-hide {
  display: none;
}
.global-loading__logo {
  margin-bottom: 20px;
}
.global-loading__spinner {
  display: block;
  width: 108px;
  height: 108px;
  -webkit-animation: loading-spinner 1.5s linear infinite;
          animation: loading-spinner 1.5s linear infinite;
}
@-webkit-keyframes loading-spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading-spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.common-container {
  width: inherit;
  height: inherit;
}
.common-container-wrapper {
  position: relative;
  width: 100%;
  min-width: 970px;
  min-height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.common-head {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.common-head-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.common-head-item__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 initial;
      -ms-flex: 0 0 initial;
          flex: 0 0 initial;
}
.common-head-item__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.common-head-mypage-button {
  padding: 0 10px;
}

.common-body {
  position: relative;
  width: 100%;
  height: inherit;
}

.scrollbar-check {
  width: calc(100vw - 100%);
}

.text-jpn {
  color: #474747;
}

.text-roman {
  color: #d92085;
  font-style: italic;
  font-family: "Lucida Grande", Arial, sans-serif;
}

.text-translate {
  color: #007f99;
}

/* ios8 bug */
html.js-os-ios *:hover {
  opacity: 1 !important;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
}

.cboxIframe {
  background: transparent;
}

#cboxError {
  padding: 50px;
  border: 1px solid #cccccc;
}

#cboxLoadedContent {
  background: none;
  padding: 0;
}

#cboxLoadingOverlay {
  background: #000000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  background: url(/a1/assets/img/common/btn-modal-close.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

.content-ref #cboxLoadedContent {
  border-radius: 6px;
}

.js-howto-modal #cboxLoadedContent {
  border-radius: 6px;
  padding: 6px;
  background: #fff;
}
.js-howto-modal iframe {
  width: 100%;
  height: 100%;
}



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