@charset "UTF-8";
/**
 * Compass
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,400,300);
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/**
 * Font Awesome
 */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

/**
 * Global
 */
@font-face {
  font-family: 'NotoSansCJKjp';
  src: url('/assets/fonts/NotoSansCJKjp-DemiLight.woff?1498040663') format("woff"), url('/assets/fonts/NotoSansCJKjp-DemiLight.otf?1498040663') format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: 'NotoSansCJKjp';
  src: url('/assets/fonts/NotoSansCJKjp-Medium.woff?1498040663') format("woff"), url('/assets/fonts/NotoSansCJKjp-Medium.otf?1498040663') format("opentype");
  font-weight: bold;
}
html {
  font-size: 14px;
  line-height: 1.75;
  color: #333;
}
html[lang=ja] {
  font-family: "NotoSansCJKjp", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
}
html[lang=en] {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

body {
  background-color: #fff;
}

body * {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.5;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p:first-child {
  margin-top: 0;
}

html[lang=ja] b, html[lang=ja] strong {
  font-weight: bold;
}
html[lang=en] b, html[lang=en] strong {
  font-weight: 400;
}

img {
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.nav-u-remove:hover {
  text-decoration: none;
}

.fa-fix-pos {
  position: relative;
  top: -0.05em;
}

.sp .home-header {
  height: 90px;
}

/**
 * Layouts
 */
.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.wrapper--full {
  max-width: none;
}

.wrapper--jmaf-gray-10 {
  background-color: #f6f6f8;
}

.container {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

/**
 * sp
 */
.sp .container {
  width: 100%;
}

.home-header {
  height: 110px;
  background-color: rgba(255, 255, 255, 0.75);
}
.home-header__logo, .home-header__meta, .home-header__language {
  float: left;
}

.home-header__logo {
  width: 148px;
  margin: 0;
  padding-top: 24px;
}

.home-header__meta {
  width: 680px;
  text-align: right;
  padding-right: 24px;
}

.home-header__language {
  width: 132px;
  padding-top: 24px;
  overflow: hidden;
}
.home-header__language a {
  width: 66px;
  height: 66px;
  background-color: #a3abbe;
  color: #fff;
  line-height: 66px;
  text-align: center;
  float: left;
  display: block;
}
.home-header__language a.u-language-ja {
  font-size: 0.85714rem;
}
.home-header__language a.u-language-en {
  font-size: 0.92857rem;
}
.home-header__language a.active {
  background-color: #fff;
  color: #a3abbe;
}
.home-header__language a:hover {
  color: #a3abbe;
  background-color: #fff;
  text-decoration: none;
}

.home-header__title {
  font-size: 25px;
  line-height: .9;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 17px;
}

.home-header__social {
  font-size: 1px;
  overflow: hidden;
}
.home-header__social__facebook, .home-header__social__twitter {
  float: right;
  margin-left: 15px;
}
.home-header__social__facebook:last-child, .home-header__social__twitter:last-child {
  margin-left: 0;
}

/**
 * sp
 */
.sp .home-header {
  height: 75px;
}
.sp .home-header__logo {
  width: 26%;
  margin: 12px 10px 20px;
  padding: 0;
}
.sp .home-header__logo img {
  width: 82px;
  height: 40.5px;
}

.sp .home-header__meta {
  width: 66%;
  padding-right: 0;
}
.sp .home-header__meta .u-fweight-bold {
  margin: 0;
}

.sp .home-header__language {
  width: 120px;
  padding-top: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.sp .home-header__language a {
  width: 60px;
  height: 25px;
  line-height: 25px;
}

.sp .home-header__title {
  font-size: 15px;
  line-height: 1;
  padding-top: 30px;
  padding-bottom: 5px;
}

#en.sp .home-header {
  height: 90px;
}

.header {
  width: 100%;
  height: 80px;
  background-color: #fbfbfc;
  border-bottom: 1px solid #e8eaef;
  position: fixed;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.header__padding {
  padding-top: 110px;
}

.header__anchor:before {
  content: "";
  height: 110px;
  margin-top: -110px;
  display: block;
}

.header__logo, .header__title, .header__language {
  float: left;
}

.header__logo {
  width: 125px;
  margin: 0;
  padding-top: 17px;
}

.header__title {
  width: 703px;
  font-size: 1.71429rem;
  line-height: 1;
  margin: 0;
  padding-top: 15px;
}
.header__title span {
  font-size: 1.07143rem;
  display: block;
  padding-top: 5px;
}

.header__language {
  width: 132px;
  position: absolute;
  top: 0;
  right: 0;
}
.header__language a {
  width: 66px;
  height: 30px;
  background-color: #a3abbe;
  color: #fff;
  line-height: 30px;
  text-align: center;
  float: left;
  display: block;
}
.header__language a.u-language-ja {
  font-size: 0.85714rem;
}
.header__language a.u-language-en {
  font-size: 0.92857rem;
}
.header__language a.active {
  background-color: #fff;
  color: #a3abbe;
}
.header__language a:hover {
  color: #a3abbe;
  background-color: #fff;
  text-decoration: none;
}

/**
 * sp
 */
.sp .header {
  height: 70px;
}
.sp .header__logo {
  width: 26%;
  margin: 25px 10px 0;
  padding: 0;
}
.sp .header__logo img {
  width: 82px;
  height: 40.5px;
}

.sp .header__padding {
  padding-top: 80px;
}

.sp .header__anchor:before {
  content: "";
  height: 80px;
  margin-top: -80px;
  display: block;
}

.sp .header__title {
  width: 66%;
  font-size: 1.07143rem;
  padding-top: 28px;
  margin-left: 0 !important;
}
.sp .header__title span {
  font-size: 0.85714rem;
  padding-top: 5px;
}

.sp .header__language {
  margin-top: 0;
  float: none;
  position: absolute;
  top: 0;
  right: 0;
}
.sp .header__language a {
  width: 66px;
  height: 25px;
  line-height: 25px;
}

#en.sp .header {
  height: 84px;
}
#en.sp .header__logo {
  width: 22%;
  margin-right: 0;
}
#en.sp .header__logo img {
  width: 100%;
  height: auto;
}

#en.sp .header__title {
  width: 74%;
  float: right;
  text-align: right;
}

.footer {
  background-color: #edeef2;
}
.footer__inner {
  padding: 40px 0 150px;
  overflow: hidden;
}

.footer__links {
  padding: 40px 0;
  overflow: hidden;
}

.footer__link {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
}
.footer__link--left {
  float: left;
}
.footer__link--right {
  float: right;
}
.footer__link li {
  display: inline-block;
  vertical-align: top;
}

.footer__tx {
  padding-top: 20px;
  margin-right: 20px;
}

.footer__logo {
  margin-right: 10px;
}

.footer__facebook, .footer__twitter {
  padding-top: 15px;
}

.footer__facebook {
  margin: 0 20px 0 75px;
}

.footer__facebook {
  margin: 0 20px 0 0;
}

.footer__aca {
  padding-top: 18px;
  position: absolute;
  right: 0;
}

.footer__mediag {
  padding-top: 2px;
}

.footer__information {
  padding-bottom: 30px;
}
.footer__information__header {
  color: #a3abbe;
  margin: 0;
}
.footer__information__text {
  font-size: rem(14);
  margin: 0;
  float: left;
}
.footer__information__text span {
  color: #a3abbe;
}
.footer__information__text span.hd {
  color: #333;
}
.footer__information__text ul {
  display: inline-block;
  margin: 0;
}
.footer__information__text li {
  list-style: none;
  display: inline-block;
}
.footer__information__copyright {
  padding-top: 4px;
  margin: 0;
  float: right;
}
.footer__information__copyright small {
  font-size: 0.85714rem;
}

/**
 * sp
 */
.sp .footer {
  padding: 0 10px;
}
.sp .footer__inner {
  padding: 40px 0 150px;
}

.sp .footer__links {
  padding: 15px 0;
}
.sp .footer__links img {
  width: 100%;
  height: auto;
}

.sp .footer__tx {
  font-size: 12px;
  width: auto;
  margin-right: 0;
  padding-top: 10px;
}

.sp .footer__logo {
  margin: 0 0 5px 0;
  width: 24%;
}
.sp .footer__logo:first-child {
  width: 31.5%;
}

.sp .footer__facebook, .sp .footer__twitter {
  padding-top: 1%;
  margin: 0 1%;
  width: 20%;
}

.sp .footer__aca {
  position: inherit;
  width: 30% !important;
  margin: 0 1%;
  padding-top: 3px;
}

.sp .footer__mediag {
  padding-top: 2px;
}

.sp .footer__information {
  padding-bottom: 30px;
  overflow: hidden;
}
.sp .footer__information__text {
  font-size: rem(10);
}
.sp .footer__information__text .hd {
  color: #333;
}
.sp .footer__information__text ul {
  padding: 0;
}
.sp .footer__information__copyright small {
  font-size: 0.71429rem;
}

#en.sp .footer__aca {
  width: 40% !important;
}

#en.sp .footer__logo:first-child {
  width: 27.5%;
}

.jumbotron {
  height: 996px;
  background: url('/assets/images/home/hero.jpg?1505296014') no-repeat center top;
  margin-bottom: 40px;
}
.jumbotron__inner {
  height: 460px;
  position: relative;
}

.jumbotron__inner1 {
  height: auto;
  position: relative;
}

.jumbotron__copy {
  font-size: 2.28571rem;
  color: #fff;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 55px;
}

.jumbotron__copy1 {
  font-size: 2.28571rem;
  color: #333;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 55px;
}

.jumbotron__header {
  font-size: 1.28571rem;
  color: #fff;
}

.jumbotron__slider {
  position: absolute;
  top: 111px;
  left: 0;
}
.jumbotron__slider__caption {
  width: 100%;
  min-height: 40px;
  color: #fff;
  margin: 0;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.jumbotron__main {
  position: absolute;
  top: 111px;
  left: 0;
}
.jumbotron__main__left {
  float: left;
  margin: 0 2px 0 0;
}
.jumbotron__main__right {
  float: right;
  margin: 0;
}

.jumbotron__archiveheader {
  position: absolute;
  top: 52px;
  right: 0;
}
.jumbotron__archiveheader-inner {
  padding: 2px;
}
.jumbotron__archiveheader-inner:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.jumbotron__archiveheader p {
  float: left;
  margin: 0;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
}
.jumbotron__archiveheader ul {
  float: right;
  padding: 0;
  margin: 0;
  margin-left: 10px;
}
.jumbotron__archiveheader li {
  display: inline-block;
  list-style: none;
}
.jumbotron__archiveheader li a {
  color: #fff;
  background-color: #a3abbe;
  padding: 10px 12px;
  display: block;
  font-size: 16px;
}
.jumbotron__archiveheader li a:hover {
  background: #e47177;
  color: #f6f6f8;
  text-decoration: none;
}

.jumbotron__news__header {
  font-size: 1.28571rem;
  color: #fff;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 496px;
}
.jumbotron__news__cards {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  position: absolute;
  top: 523px;
}
.jumbotron__news__card {
  width: 238px;
  margin-right: 2px;
  float: left;
}
.jumbotron__news__card a {
  background-color: rgba(255, 255, 255, 0.75);
  height: 300px;
  display: block;
}
.jumbotron__news__card:last-child {
  margin-right: 0;
}
.jumbotron__news__body {
  height: 257px;
  font-size: 1.14286rem;
  vertical-align: middle;
  padding-top: 43px;
  display: table-cell;
}
.jumbotron__news__body--with-image {
  padding-top: 0;
  display: block;
  height: 150px;
  overflow: hidden;
}
.jumbotron__news__body--with-image img {
  background-size: cover;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  min-height: 150px;
}
.jumbotron__news__title {
  padding: 15px;
  margin: 0;
}
.jumbotron__news__meta {
  height: 150px;
  padding: 0 10px;
  overflow: hidden;
}
.jumbotron__news__country {
  line-height: 33px;
  float: left;
}
.jumbotron__news__date {
  height: 33px;
  line-height: 33px;
  float: right;
}
.jumbotron__news__more {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 822px;
}
.jumbotron__news__more a {
  color: #fff;
  line-height: 1;
}

.jumbotron__nav {
  position: absolute;
  top: 875px;
  overflow: hidden;
}
.jumbotron__nav a {
  width: 385px;
  height: 40px;
  line-height: 40px;
  margin-right: 2px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.75);
  display: block;
  float: left;
}
.jumbotron__nav a img {
  position: absolute;
  top: 12px;
}

.jumbotron__copyright {
  width: 100%;
  font-size: 0.85714rem;
  color: #fff;
  line-height: 1;
  text-align: right;
  opacity: .5;
  margin: 0;
  position: absolute;
  top: 865px;
}

.jumbotron__prog {
  margin: 20px 0 0 65px;
}

.dropdown_menu select {
  -moz-appearance: none;
  float: left;
  -webkit-appearance: none;
  height: 40px;
  width: 160px;
  padding-left: 15px;
  border-radius: 0px;
  background: url("/assets/images/arrow.png") 135px 12px no-repeat #a5a6b2;
  -moz-border-radius: 4px;
  border: 0px #a5a6b2 outset;
}

.dropdown_menu select:hover {
  color: none;
}

/*new css*/
.jumbotron1 {
  height: auto;
  margin-bottom: 40px;
}

.home-header__title1 {
  font-size: 2.05rem;
  line-height: 0.9;
  margin: 0;
  float: left;
  padding-top: 43px;
  padding-bottom: 17px;
}

.discription {
  margin: 20px 0px 0px 0px;
  overflow: auto;
  /*border-bottom: 1px solid #e8eaef;*/
}

.image {
  float: left;
  margin-right: 20px;
  width: 290px;
  text-align: center;
}

section.jumbotron__hero hr {
  margin-left: 4px;
  background: #e8eaef;
  color: #e8eaef;
  border: none;
  height: 1px;
  color: #e8eaef;
  background-color: #e8eaef;
}

.image p {
  text-align: left;
  margin-top: 5px;
}

.content {
  overflow: hidden;
  text-align: left;
}

section.jumbotron__hero h2 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 20px;
}

.discription .content p.red_text {
  color: #000;
  margin-top: -15px;
}

.discription .content span.duration {
  color: #000;
  font-size: 14px;
  margin-left: 5px;
}

.discription .content span.category {
  color: #333333;
}

.prog {
  text-align: right;
}

.prog p {
  margin-bottom: 35px;
  margin-top: -15px;
}

.prog_type {
  /*float: left;*/
  margin: 35px 0px 35px 0px;
}

section.jumbotron__hero h4 {
  font-weight: bold;
  padding-top: 30px;
}

h4.jumbotron__news__title.u-fweight-bold {
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 0px !important;
}

.main-container {
  background-color: #f6f6f8;
  margin-top: 80px;
}

.discription .content .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: -5px;
}

.discription p.copyright {
  color: #a3abbe;
  margin-top: 0px;
  margin-left: 6px;
  font-size: 10px;
}

.discription .content p.writter_name {
  color: #000;
  font-size: 15px;
  margin-top: -3px;
}

.discription .content span.country_name {
  font-weight: 100;
}

.discription .content .paragraph {
  margin-top: -10px;
}

/**
 * en
 */
#en .jumbotron {
  background: url('/assets/images/home/hero.jpg?1505296014') no-repeat center top;
}
#en .jumbotron__copy {
  top: 38px;
}

/**
 * sp
 */
#en.sp .jumbotron {
  background: url("/assets/images/home/hero-sp.jpg") no-repeat;
  background-size: 100%;
  margin-bottom: 20px;
  height: 0;
  padding-bottom: 237%;
}

.sp .jumbotron {
  background: url("/assets/images/home/hero-sp.jpg") no-repeat;
  background-size: 100%;
  margin-bottom: 20px;
  height: 0;
  padding-bottom: 237%;
}
.sp .jumbotron__inner {
  height: auto;
  position: relative;
}

.sp .jumbotron__inner1 {
  height: auto;
  position: relative;
}

.sp .jumbotron__copy {
  font-size: 1.14286rem;
  position: static;
  padding: 20px 5px 0;
  margin-bottom: 10px;
}
.sp .jumbotron__copy img {
  width: 100%;
  max-width: 205px;
}

.sp .jumbotron__main {
  position: static;
  width: 100%;
  overflow: hidden;
}
.sp .jumbotron__main__left {
  width: 65.5%;
  margin: 0;
}
.sp .jumbotron__main__right {
  width: 34%;
  margin: 0;
}
.sp .jumbotron__main img {
  width: 100%;
}

.sp .jumbotron__archiveheader {
  position: relative;
  top: 0;
  width: 100%;
}
.sp .jumbotron__archiveheader-inner {
  padding: 4px;
}
.sp .jumbotron__archiveheader p {
  font-size: 12px;
  line-height: 38px;
}
.sp .jumbotron__archiveheader ul {
  float: left;
}
.sp .jumbotron__archiveheader li {
  font-size: 14px;
  margin-left: 0;
}
.sp .jumbotron__archiveheader li a {
  padding: 5px 8px;
}

.sp .jumbotron__news__header {
  font-size: 1.07143rem;
  position: static;
  padding: 0 5px;
  margin-bottom: 10px;
}
.sp .jumbotron__news__cards {
  position: static;
  padding-bottom: 36px;
}
.sp .jumbotron__news__card {
  width: 98%;
  height: 90px;
  margin: 0 auto 5px;
  float: none;
  overflow: hidden;
}
.sp .jumbotron__news__card a {
  background-color: rgba(255, 255, 255, 0.75);
  height: auto;
  display: block;
}
.sp .jumbotron__news__body {
  width: 58%;
  height: auto;
  float: right;
  font-size: 0.85714rem;
  padding-top: 0;
}
.sp .jumbotron__news__body--with-image {
  width: 42%;
  height: auto;
  float: left;
  overflow: hidden;
}
.sp .jumbotron__news__body--with-image img {
  min-width: 130px;
  min-height: 90px;
  width: 100%;
}
.sp .jumbotron__news__title {
  padding: 0 !important;
  margin: 0;
}
.sp .jumbotron__news__meta {
  height: 90px;
  padding: 8px 10px;
  overflow: hidden;
  position: relative;
}
.sp .jumbotron__news__meta h4 {
  margin-bottom: 0 !important;
  text-align: left !important;
  font-size: 0.85714rem;
}
.sp .jumbotron__news__country {
  position: absolute;
  bottom: 0;
  left: 10px;
  font-size: 0.85714rem;
}
.sp .jumbotron__news__date {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 0.85714rem;
}
.sp .jumbotron__news__logo {
  max-width: 80px;
}

.sp .jumbotron__copyright {
  position: static;
  padding-bottom: 4px;
}

.sp .jumbotron__prog {
  margin: 10px;
}
.sp .jumbotron__prog h2 {
  font-size: 1.07143rem;
  margin: 0;
}
.sp .jumbotron__prog h4 {
  font-size: 0.85714rem;
  margin: 0;
  padding-top: 20px;
}

/*new css*/
.sp .jumbotron1 {
  height: auto;
  margin-bottom: 40px;
}

.sp .home-header__title1 {
  font-size: 2.05rem;
  line-height: 0.9;
  margin: 0;
  float: left;
  padding-top: 43px;
  padding-bottom: 17px;
}

.sp .discription {
  margin: 30px 0px 0px 0px;
  overflow: auto;
}

.sp .image {
  float: none;
  margin-right: 0;
  width: 100%;
}

.sp .image p {
  margin-top: 5px;
}

.sp .image img {
  width: 100%;
}

.sp .content {
  overflow: hidden;
  text-align: left;
}

.sp .content .title {
  font-size: 1.07143rem;
}

.sp .discription .content p.red_text {
  margin-top: -15px;
  font-size: 0.85714rem;
}

.sp .discription .content span.duration {
  font-size: 14px;
  margin-left: 5px;
}

.sp .prog_type {
  margin: 15px 0;
  font-size: 0.85714rem;
}

.sp section.jumbotron__hero h4 {
  font-weight: bold;
  padding-top: 30px;
}

.sp h4.jumbotron__news__title.u-fweight-bold {
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 0px !important;
}

.sp .main-container {
  margin-top: 60px;
}

.sp .discription .content p.writter_name {
  font-size: 0.85714rem;
}

.sp .discription .content .paragraph {
  font-size: 0.85714rem;
}

.column {
  overflow: hidden;
}
.column__content--right {
  float: right;
}
.column__content--left {
  float: left;
}

.column--2 .column__content {
  width: 50%;
}
.column--2 .column__content--left {
  padding-right: 20px;
}
.column--2 .column__content--right {
  padding-left: 20px;
}

/**
 * Modules
 */
.article.container {
  width: 840px;
}
.article .u-fsize-large {
  font-size: 1rem;
}
.article h5.u-fsize-hd {
  margin-bottom: 0;
  font-size: 1.21429rem;
  font-weight: bold;
}
.article table {
  margin-bottom: 20px;
}
.article table th {
  vertical-align: top;
  font-weight: normal;
  white-space: nowrap;
  padding-right: 6px;
}
.article .clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.article__header {
  margin-bottom: 36px;
}

.article__category {
  color: #a3abbe;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  overflow: hidden;
}
.article__category li {
  margin-right: 14px;
  float: left;
  line-height: 34px;
}

.article__subtitle {
  font-size: 1.28571rem;
  margin: 0;
}

.article__title {
  font-size: 1.71429rem;
  margin: 0;
}
.article__title span {
  font-size: 1.28571rem;
  display: block;
}

.article__information {
  margin-top: 14px;
  overflow: hidden;
}
.article__information__period {
  font-size: 1.71429rem;
  line-height: 1;
  color: #e30a20;
  float: left;
}
.article__information__period span {
  font-size: 1.28571rem;
}
.article__information__country {
  font-size: 0.78571rem;
  color: #a3abbe;
  float: right;
  line-height: 24px;
}
.article__information__country span {
  margin-left: 10px;
}

.article__excerpt {
  margin-top: 24px;
}

.article__slider {
  margin-top: 40px;
}

.article__meta:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.article__meta__date {
  line-height: 1;
  color: #a3abbe;
  float: left;
}
.article__meta__social {
  font-size: 1px;
  float: right;
}
.article__meta__social__facebook, .article__meta__social__twitter, .article__meta__social__line {
  display: inline-block;
  margin-right: 2px;
}
.article__meta__social__facebook img, .article__meta__social__twitter img, .article__meta__social__line img {
  width: 40px;
}

.article__nav ul {
  font-size: 1.21429rem;
  border-bottom: 1px solid #a3abbe;
  padding: 10px 0;
  margin: 0 0 40px;
  list-style: none;
  overflow: hidden;
}
.article__nav li {
  float: left;
}
.article__nav li:not(:last-child):after {
  content: "｜";
  color: #a3abbe;
  display: inline-block;
}

.article__section {
  margin-bottom: 70px;
}
.article__section > *:last-child {
  margin-bottom: 40px;
}
.article__section .twitter-timeline {
  margin-bottom: 40px !important;
}
.article__section hr {
  background-color: #e8eaef;
  height: 1px;
  border: 0;
  margin: 20px 0;
}
.article__section:last-child {
  border: 0;
}
.article__section p {
  margin-bottom: 20px;
}
.article__section h5 {
  font-size: 1.28571rem;
  margin-bottom: 30px;
}
.article__section table th {
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
}
.article__section .program {
  padding: 20px 0 0;
}
.article__section .program table td {
  vertical-align: top;
}
.article__section .program table th {
  text-align: left;
  font-weight: normal;
  padding: 0 8px;
  line-height: 1.4;
  padding-bottom: 14px;
}
.article__section .program table th span {
  font-size: 1.28571rem;
  display: block;
  line-height: 1;
}
.article__section .program table .icon {
  width: 50px;
  text-align: center;
}
.article__section .program table .icon img {
  vertical-align: top;
}
.article__section .program table .nom {
  width: 18px;
  text-align: center;
  padding: 1px 0;
}
.article__section .program table .nom span {
  background: #d1d5de;
  border-radius: 3px;
  width: 18px;
  line-height: 18px;
  font-size: 1rem;
  display: block;
}
.article__section figure {
  margin-bottom: 20px;
  text-align: center;
}
.article__section figcaption {
  text-align: center;
  font-size: 1.14286rem;
}
.article__section .double {
  font-size: 0;
}
.article__section .double img {
  width: 415px;
}
.article__section .double img:first-child {
  margin-right: 10px;
}

.article__heading {
  font-size: 1.71429rem;
  margin-bottom: 20px;
  color: #000;
}
.article__heading span {
  display: block;
  font-size: 1.28571rem;
}

.article__figure__copyright {
  font-size: 0.71429rem;
  color: #a3abbe;
}

.article__column {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article__column--4 .article__column__content {
  width: 205px;
  margin-right: 6px;
  float: left;
}
.article__column--4 .article__column__content:nth-child(4n) {
  margin-right: 0;
}

.article__images {
  font-size: 0;
  padding-top: 30px;
}

.article__images__center {
  text-align: center;
}

.article__images li {
  list-style: none;
  display: inline-block;
  margin: 1px;
}

#works .program {
  width: 600px;
  margin: 0 auto;
}
#works .program img {
  margin-bottom: 20px;
  width: 600px;
}
#works .program figcaption {
  text-align: left;
}
#works .program figcaption h5 {
  font-size: 1.14286rem;
}
#works .program figcaption h5 span {
  font-size: 1.28571rem;
  display: block;
  color: #333;
}

#venue .infoimage {
  width: 500px;
  float: left;
}
#venue .infoimage img {
  width: 500px;
}
#venue .info {
  padding-left: 540px;
}
#venue .info img {
  width: 300px;
  padding: 30px 0;
}

#access {
  border-bottom: 1px solid #a3abbe;
  margin-bottom: 40px;
}
#access h4 {
  text-align: center;
  padding-top: 20px;
}
#access li {
  list-style-type: none;
  width: 390px;
  margin-left: 25px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
#access li:first-child {
  border-right: 1px solid #a3abbe;
  padding-right: 40px;
}
#access li h5 {
  margin-bottom: 15px;
  color: #a3abbe;
  font-size: 1.14286rem;
}
#access .image2 figure {
  width: 160px;
  display: inline-block;
  margin: 0 10px 20px;
  vertical-align: top;
}
#access .image2 figure figcaption {
  font-size: 0.71429rem;
}
#access .image2 figure img {
  width: 100%;
  vertical-align: middle;
}
#access .access_item {
  margin: 0 auto 40px;
}
#access .access_item figure {
  display: inline-block;
}
#access .access_item .text {
  float: right;
}
#access .access_item h5 {
  margin-bottom: 15px;
}
#access .access_item .auto {
  width: 40%;
}
#access .access_item p {
  text-align: left;
}
#access .access_item .map {
  text-align: center;
}

.map {
  text-align: center;
}
.map a {
  border: 1px solid #000;
  padding: 3px 18px;
  font-size: 1.14286rem;
}

.topbtn {
  text-align: center;
  margin-bottom: 18px;
  padding-top: 60px;
}
.topbtn img {
  width: 88px;
}

/**
 * sp
 */
.sp .article table th {
  padding-bottom: 5px;
}
.sp .article table td {
  white-space: normal;
  padding-bottom: 5px;
  word-break: break-all;
}
.sp .article.container {
  width: auto;
  padding: 80px 10px 0 10px;
}
.sp .article .u-fsize-large {
  word-break: break-all;
}
.sp .article h4 {
  font-size: 1.14286rem;
}
.sp .article h4 span {
  font-size: 1rem;
}
.sp .article h5.u-fsize-hd {
  font-size: 1.07143rem;
  margin-bottom: 10px;
}
.sp .article #report h2 {
  font-size: 14px;
}
.sp .article #report .person_img {
  padding-right: 5px;
  box-sizing: border-box;
}
.sp .article #works figure {
  width: 100%;
  margin: 0 auto;
}
.sp .article #works figure img {
  margin-bottom: 10px;
  width: 100%;
}
.sp .article #works figure figcaption h5 {
  font-size: 1rem;
}
.sp .article #works figure figcaption h5 span {
  font-size: 1.07143rem;
}
.sp .article #works p span {
  display: block;
}
.sp .article #access {
  border-bottom: none;
  margin-bottom: 20px;
}
.sp .article #access h4 {
  text-align: left;
  padding: 0 0 20px;
  font-size: 1.14286rem;
}
.sp .article #access h5 {
  font-size: 1.07143rem;
  margin-bottom: 10px;
}
.sp .article #access li {
  width: auto;
  margin-left: 0;
  display: block;
}
.sp .article #access li:first-child {
  border-right: 0;
  padding-right: 0;
}
.sp .article #access li figure img {
  width: 48%;
}
.sp .article #access .image2 figure {
  width: 48%;
  margin: 0;
}
.sp .article #access .access_item {
  text-align: center;
}
.sp .article #access .access_item figure {
  width: 48%;
}
.sp .article #access .access_item .text {
  float: none;
}
.sp .article #venue h4 {
  text-align: left;
  padding: 0 0 20px;
  font-size: 1.14286rem;
}
.sp .article #venue img {
  margin-bottom: 10px;
}
.sp .article #venue .infoimage {
  width: 100%;
  float: none;
  margin-bottom: 0;
}
.sp .article #venue .infoimage img {
  width: 100%;
}
.sp .article #venue .info {
  padding-left: 0;
}
.sp .article #venue .info a {
  text-align: center;
  display: inline-block;
}
.sp .article #venue .info a img {
  padding: 0;
  width: 100%;
}
.sp .article #venue td .logo {
  width: 28%;
  margin-right: 3px;
}
.sp .article__header {
  margin-bottom: 0;
}
.sp .article__header p {
  margin-bottom: 10px;
}

.sp .article__category li {
  line-height: 24px;
}

.sp .article__subtitle {
  font-size: 1rem;
}

.sp .article__title {
  font-size: 1.07143rem;
}

.sp .article__information {
  margin-top: 10px;
}
.sp .article__information__period {
  font-size: 1rem;
}
.sp .article__information__period span {
  font-size: 1rem;
}
.sp .article__information__country {
  font-size: 0.71429rem;
}

.sp .article__meta__social {
  width: auto;
  padding-top: 10px;
}
.sp .article__meta__social__facebook img, .sp .article__meta__social__twitter img, .sp .article__meta__social__line img {
  width: 40px;
}

.sp .article__excerpt {
  margin-top: 15px;
}

.sp .article__nav {
  padding-top: 10px;
}
.sp .article__nav ul {
  font-size: 1.07143rem;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
.sp .article__nav ul li {
  display: inline;
  float: none;
}

.sp .article__heading {
  margin-bottom: 0;
  font-size: 1rem;
}

.sp .article__section {
  margin-bottom: 30px;
}
.sp .article__section h4 {
  font-size: 1.14286rem;
}
.sp .article__section h5 {
  font-size: 1rem;
  margin-bottom: 5px;
}
.sp .article__section h5 span {
  display: block;
  float: none;
}
.sp .article__section img {
  width: 100%;
}
.sp .article__section .program h5 span {
  font-size: 1rem;
}
.sp .article__section .program table .icon {
  width: 30px;
}
.sp .article__section .program table .icon img {
  width: 24px;
}
.sp .article__section .program table th span {
  font-size: 1rem;
}
.sp .article__section figure {
  margin-bottom: 10px;
}
.sp .article__section figure img {
  margin-bottom: 10px;
}
.sp .article__section figure iframe {
  width: 100%;
  height: 200px;
}
.sp .article__section figcaption {
  font-size: 1rem;
  line-height: 1.4;
}

.sp .article__images {
  font-size: 0;
  padding-top: 20px;
}

.sp .article__images__center {
  text-align: center;
}

.sp .article__images li {
  list-style: none;
  display: inline-block;
  margin: 1px;
  width: 49%;
}

.sp .article__images li img {
  width: 100%;
  max-width: 208px;
}
.sp .article .flickrbox {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
}
.sp .article .flickrbox img {
  max-width: 100%;
  width: auto;
  max-height: 500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.tables {
  margin-bottom: 60px;
}
.tables__header {
  border-bottom: 1px solid #d1d5de;
  margin-bottom: 25px;
  overflow: hidden;
}
.tables__header__text {
  font-size: 1.28571rem;
  line-height: 1;
  margin: 0;
  float: left;
}
.tables__header__update {
  margin: 0;
  float: right;
}

.dlist {
  padding: 0 20px;
  overflow: hidden;
}
.dlist__term, .dlist__definition {
  float: left;
}

.dlist__term {
  clear: both;
}

.dlist__definition {
  margin: 0;
}
.dlist__definition--newline {
  clear: both;
}

.schedule {
  margin-bottom: 40px;
}
.schedule h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
.schedule .tables__header {
  border-bottom: 0;
  margin-bottom: 0;
}
.schedule__table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
}

.schedule__row {
  background-color: #fff;
  display: table-row;
}
.schedule__row--gray--light {
  background-color: #e5e5e5;
}
.schedule__row--pink {
  background-color: #fef5f6;
}

.schedule__cell {
  border-top: 1px solid #d1d5de;
  padding: 10px 16px;
  display: table-cell;
}
.schedule__cell--middle {
  vertical-align: middle;
  width: 46px;
}
.schedule__cell--narrow {
  padding: 10px;
}
.schedule__cell--center {
  text-align: center;
}
.schedule__cell--fit {
  width: 90px;
  white-space: nowrap;
}

.schedule__title {
  font-size: 1.28571rem;
  margin: 0;
  margin-left: 0 !important;
  width: 490px;
}

.schedule__subtitle {
  margin: 0;
}

.schedule__link {
  color: #e30a20;
}

.schedule__period {
  font-size: 1.71429rem;
  white-space: nowrap;
  width: 140px;
}
.schedule__period span {
  font-size: 1.28571rem;
}
.schedule__period--jmaf-red {
  color: #e30a20;
}

.schedule__country {
  font-size: 0.78571rem;
  color: #a3abbe;
}
.schedule .link-btn {
  font-size: 0.85714rem;
  line-height: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 140px;
}
.schedule .link-btn li {
  margin-bottom: 1px;
  padding-top: 1px;
}
.schedule .link-btn .new {
  color: #e30a20;
  width: 30px;
  margin-right: 5px;
  display: inline-block;
}
.schedule .link-btn div {
  padding: 4px 10px;
  width: 100px;
  color: #fff;
  display: inline-block;
}
.schedule .link-btn div span {
  float: right;
}
.schedule .link-btn--jmaf-red {
  background-color: #e30a20;
}

.schedule .link-btn--jmaf-gray-75 {
  background-color: #bac0ce;
}
.schedule tr.schedule__row.schedule__row--gray--light.scrollFade.completed .schedule__date__month.u-language-en {
  background-color: #999999;
}
.schedule tr.schedule__row.schedule__row--gray--light.scrollFade.completed .schedule__date__day.u-language-en {
  color: #999999;
}
.schedule tr.schedule__row.schedule__row--gray--light.scrollFade.completed .label.label--small.label--bg-jmaf-gray-100 {
  background-color: #999999;
}
.schedule tr.schedule__row--red {
  background-color: #fef5f6;
}

/**
 * sp
 */
.sp .schedule h2 {
  font-size: 1rem;
  margin-bottom: 15px;
  margin-left: 10px !important;
}
.sp .schedule .tables__header__text {
  font-size: 0.85714rem;
  margin-left: 10px;
}

.sp .schedule .tables__header__update {
  font-size: 0.64286rem;
  margin-right: 10px;
}
.sp .schedule__row {
  position: relative;
  display: table;
  width: 100%;
}

.sp .schedule__cell {
  border-top: 1px solid #d1d5de;
  padding: 0 5px;
  position: relative;
}
.sp .schedule__cell--middle {
  width: 46px;
}
.sp .schedule__cell--narrow {
  padding: 5px;
}

.sp .schedule__title {
  font-size: 0.85714rem;
  width: auto;
  padding-bottom: 20px;
}

.sp .schedule__title02 {
  padding-bottom: 0;
}

.sp .schedule__subtitle {
  margin: 0;
  font-size: 0.71429rem;
  padding-bottom: 52px;
}

.sp .schedule__date {
  position: absolute;
  bottom: 0;
  left: 46px;
  border: 0;
}

.sp .schedule__date3 {
  bottom: 6px;
}

.sp .schedule__linkarea {
  position: absolute;
  bottom: 7px;
  left: 46px;
  border: 0;
}

.sp .schedule__period {
  font-size: 0.85714rem;
}
.sp .schedule__period span {
  font-size: 0.71429rem;
}

.sp .schedule__country {
  font-size: 0.42857rem;
}
.sp .schedule .link-btn {
  font-size: 0.71429rem;
  line-height: 1;
  width: 290px;
}
.sp .schedule .link-btn li {
  margin-right: 2px;
  margin-bottom: 0;
  padding-top: 0;
  display: inline-block;
}
.sp .schedule .link-btn .new {
  width: 25px;
  margin-right: 0;
}
.sp .schedule .link-btn div {
  padding: 5px;
  width: 77px;
}
.sp .schedule .margin-date {
  padding-bottom: 45px;
}

.sp .schedule.curated .schedule__date {
  bottom: 26px;
}

#en.sp .schedule .link-btn div {
  width: 70px;
}

.program__table {
  border-bottom: 1px solid #d1d5de;
  margin: 0;
  padding: 0 0 25px 20px;
  list-style: none;
}
.program__table li {
  font-size: 1.28571rem;
  margin-bottom: 15px;
}
.program__table li:last-child {
  margin-bottom: 0;
}

.program__nav {
  list-style: none;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.program__nav li {
  margin-right: 20px;
  display: inline-block;
}
.program__nav li:last-child {
  margin-right: 0;
}

/**
 * sp
 */
.sp .program .tables__header {
  margin-bottom: 12px;
}
.sp .program .tables__header__text {
  font-size: 0.85714rem;
  margin-left: 10px;
}

.sp .program .tables__header__update {
  font-size: 0.64286rem;
  margin-right: 10px;
}
.sp .program__table li {
  font-size: 0.85714rem;
  margin: 0 !important;
}

.sp .program__nav {
  padding: 15px 0 60px;
}
.sp .program__nav li {
  font-size: 0.85714rem;
  margin-right: 10px;
}

.social {
  overflow: hidden;
}
.social__facebook {
  width: 480px;
  padding: 0 0 0 40px;
  float: left;
}
.social__facebook .social__header {
  padding-right: 40px;
}
.social__facebook .fb-page {
  border-right: 1px solid #e5e5e5;
  padding-right: 39px;
}
.social__facebook .social__more {
  padding-right: 40px;
}

.social__twitter {
  width: 480px;
  padding: 0 40px;
  float: right;
}

.social__header {
  font-size: 1.71429rem;
  line-height: 1;
  color: #a3abbe;
  text-align: center;
}

.social__more {
  text-align: center;
  padding-top: 20px;
}

/**
 * sp
 */
.sp .social__facebook {
  width: 300px;
  margin: 0 auto;
  padding: 0;
  float: none;
}
.sp .social__facebook .social__header {
  padding-right: 0;
}
.sp .social__facebook .fb-page {
  padding-right: 0;
}
.sp .social__facebook .social__more {
  padding-right: 0;
}

.sp .social__twitter {
  width: 300px;
  margin: 0 auto;
  padding: 0;
  float: none;
}

.sp .social__header {
  font-size: 1.14286rem;
}

.sp .social__more {
  margin-bottom: 30px;
}

.labels {
  margin: 0;
  padding: 0;
}

.label {
  font-size: 0.85714rem;
  line-height: 1;
  color: #333;
  border: 1px solid #666;
  background-color: #fff;
  padding: 2px 3px;
  display: inline-block;
}
.label--jmaf-gray-100 {
  color: #a3abbe;
  border: 1px solid #a3abbe;
}

.label--jmaf-red {
  color: #e30a20;
  border: 1px solid #e30a20;
}

.label--bg-jmaf-gray-100 {
  color: #fff;
  background-color: #a3abbe;
  border: 0;
}

.label--large {
  font-size: 1rem;
  padding: 7px 15px;
}

.label--small {
  font-size: 0.71429rem;
}

/**
 * sp
 */
.sp .label {
  font-size: 0.57143rem;
}

.flags-sprite, .flag--it, .flag--es, .flag--fr, .flag--id, .flag--kr, .flag--as, .flag--us, .flag--pr, .flag--br, .flag--ra, .flag--rs, .flag--pl, .flag--mc, .flag--la, .flag--en, .flag--cl, .flag--si, .flag--ch, .flag--gr, .flag--ke, .flag--sa, .flag--uk, .flag--ge, .flag--eu, .flag--bl, .sp .flag--it, .sp .flag--es, .sp .flag--fr, .sp .flag--id, .sp .flag--kr, .sp .flag--as, .sp .flag--us, .sp .flag--pr, .sp .flag--br, .sp .flag--ra, .sp .flag--rs, .sp .flag--pl, .sp .flag--mc, .sp .flag--la, .sp .flag--en, .sp .flag--cl, .sp .flag--si, .sp .flag--ch, .sp .flag--gr, .sp .flag--ke, .sp .flag--sa, .sp .flag--uk, .sp .flag--ge, .sp .flag--eu, .sp .flag--bl {
  background-image: url('/assets/images/flags-sba8bce6441.png');
  background-repeat: no-repeat;
}

.flag {
  width: 51px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.flag--it {
  background-position: 0 50%;
}

.flag--es {
  background-position: 0 25%;
}

.flag--fr {
  background-position: 0 33.33333%;
}

.flag--id {
  background-position: 0 45.83333%;
}

.flag--kr {
  background-position: 0 58.33333%;
}

.flag--as {
  background-position: 0 0;
}

.flag--us {
  background-position: 0 100%;
}

.flag--pr {
  background-position: 0 75%;
}

.flag--br {
  background-position: 0 8.33333%;
}

.flag--ra {
  background-position: 0 79.16667%;
}

.flag--rs {
  background-position: 0 83.33333%;
}

.flag--pl {
  background-position: 0 70.83333%;
}

.flag--mc {
  background-position: 0 66.66667%;
}

.flag--la {
  background-position: 0 62.5%;
}

.flag--en {
  background-position: 0 20.83333%;
}

.flag--cl {
  background-position: 0 16.66667%;
}

.flag--si {
  background-position: 0 91.66667%;
}

.flag--ch {
  background-position: 0 12.5%;
}

.flag--gr {
  background-position: 0 41.66667%;
}

.flag--ke {
  background-position: 0 54.16667%;
}

.flag--sa {
  background-position: 0 87.5%;
}

.flag--uk {
  background-position: 0 95.83333%;
}

.flag--ge {
  background-position: 0 37.5%;
}

.flag--eu {
  background-position: 0 29.16667%;
}

.flag--bl {
  background-position: 0 4.16667%;
}

/**
 * sp
 */
.sp .flag {
  width: 26px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  background-size: 26px;
}
.sp .flag--it {
  background-position: 0 50%;
}

.sp .flag--es {
  background-position: 0 25%;
}

.sp .flag--fr {
  background-position: 0 33.33333%;
}

.sp .flag--id {
  background-position: 0 45.83333%;
}

.sp .flag--kr {
  background-position: 0 58.33333%;
}

.sp .flag--as {
  background-position: 0 0;
}

.sp .flag--us {
  background-position: 0 100%;
}

.sp .flag--pr {
  background-position: 0 75%;
}

.sp .flag--br {
  background-position: 0 8.33333%;
}

.sp .flag--ra {
  background-position: 0 79.16667%;
}

.sp .flag--rs {
  background-position: 0 83.33333%;
}

.sp .flag--pl {
  background-position: 0 70.83333%;
}

.sp .flag--mc {
  background-position: 0 66.66667%;
}

.sp .flag--la {
  background-position: 0 62.5%;
}

.sp .flag--en {
  background-position: 0 20.83333%;
}

.sp .flag--cl {
  background-position: 0 16.66667%;
}

.sp .flag--si {
  background-position: 0 91.66667%;
}

.sp .flag--ch {
  background-position: 0 12.5%;
}

.sp .flag--gr {
  background-position: 0 41.66667%;
}

.sp .flag--ke {
  background-position: 0 54.16667%;
}

.sp .flag--sa {
  background-position: 0 87.5%;
}

.sp .flag--uk {
  background-position: 0 95.83333%;
}

.sp .flag--ge {
  background-position: 0 37.5%;
}

.sp .flag--eu {
  background-position: 0 29.16667%;
}

.sp .flag--bl {
  background-position: 0 4.16667%;
}

.icons-sprite, .icon--pdf-large, .icon--pdf-small {
  background-image: url('/assets/images/icons-sae00b57e93.png');
  background-repeat: no-repeat;
}

.icon {
  display: inline-block;
}
.icon--pdf-large {
  width: 32px;
  height: 32px;
  background-position: 0 0;
  vertical-align: bottom;
}

.icon--pdf-small {
  width: 16px;
  height: 16px;
  background-position: 0 100%;
  vertical-align: middle;
}

.comment__item {
  font-size: 1rem;
  overflow: hidden;
}
.comment__item:before {
  width: 1em;
  content: "＊";
  display: block;
  float: left;
}
.comment__item span {
  padding-left: 1em;
  display: block;
}

.btn__pagetop {
  padding: 24px 0;
}
.btn__pagetop a {
  font-size: 1.07143rem;
  width: 40px;
  height: 15px;
  background-color: #e8eaef;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  margin: 0 auto;
  display: block;
}
.btn__pagetop a:hover {
  text-decoration: none;
  background-color: #d1d5de;
}
.btn__pagetop span {
  display: block;
}

/**
 * Others
 */
.u-color-jmaf-black {
  color: #333;
}

.js-slider ul {
  margin: 0;
  padding: 0;
}
.js-slider .bx-wrapper {
  *zoom: 1;
}
.js-slider .bx-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.js-slider .bx-prev, .js-slider .bx-next {
  width: 160px;
  height: 24px;
  font-size: 1.71429rem;
  text-indent: 0;
  text-align: center;
  line-height: 24px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 2px;
  display: block;
  position: static;
}
.js-slider .bx-prev:hover, .js-slider .bx-next:hover {
  text-decoration: none;
}
.js-slider .bx-prev span, .js-slider .bx-next span {
  display: block;
}
.js-slider .bx-prev {
  margin-left: 2px;
  float: left;
}
.js-slider .bx-next {
  margin-right: 2px;
  float: right;
}
.js-slider .bx-pager {
  width: 100%;
  height: 10px;
  letter-spacing: -.4em;
  line-height: 10px;
  padding-top: 0;
  overflow: hidden;
  position: absolute;
  top: auto;
}
.js-slider .bx-pager a {
  width: 10px;
  height: 10px;
  letter-spacing: normal;
  background: #a3abbe;
  padding: 0;
  margin-right: 20px;
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
  outline: none;
}
.js-slider .bx-pager a:last-child {
  margin-right: 0;
}

.js-home-slider .bx-prev, .js-home-slider .bx-next {
  color: #a3abbe;
  background: #fff;
  opacity: .5;
  margin: 0;
  float: none;
  position: absolute;
  top: auto;
  bottom: -34px;
}
.js-home-slider .bx-prev:hover, .js-home-slider .bx-next:hover {
  color: #fff;
  background-color: #a3abbe;
}
.js-home-slider .bx-prev {
  left: 0;
}
.js-home-slider .bx-next {
  right: 0;
}
.js-home-slider .bx-pager {
  bottom: -27px;
}
.js-home-slider .bx-pager a.pager-active {
  background-color: #e30a20;
}

.js-article-slider .bx-prev, .js-article-slider .bx-next {
  color: #a3abbe;
  background: #fff;
}
.js-article-slider .bx-prev:hover, .js-article-slider .bx-next:hover {
  background-color: #e8eaef;
}
.js-article-slider .bx-captions {
  font-size: 0.85714rem;
}
.js-article-slider .bx-pager {
  bottom: 9px;
}
.js-article-slider .bx-pager a.pager-active {
  background-color: #333;
}

#swipebox-overlay {
  background: rgba(163, 171, 190, 0.75);
}

.u-color-white {
  color: #fff;
}

.u-color-jmaf-red {
  color: #e30a20;
}

.u-color-jmaf-gray-10 {
  color: #f6f6f8;
}

.u-color-jmaf-gray-25 {
  color: #e8eaef;
}

.u-color-jmaf-gray-50 {
  color: #d1d5de;
}

.u-color-jmaf-gray-75 {
  color: #bac0ce;
}

.u-color-jmaf-gray-100 {
  color: #a3abbe;
}

.u-bg-jmaf-gray-100 {
  background-color: #a3abbe;
}

.u-fsize-ultra-large {
  font-size: 1.42857rem;
}

.u-fsize-large {
  font-size: 1.28571rem;
}

.u-fsize-medium {
  font-size: 1.07143rem;
}

.u-fsize-normal {
  font-size: 1rem;
}

.u-fsize-small {
  font-size: 0.85714rem;
}

html[lang=ja] .u-fweight-normal {
  font-weight: normal;
}
html[lang=en] .u-fweight-normal {
  font-weight: normal;
}

html[lang=ja] .u-fweight-bold {
  font-weight: bold;
  margin-left: 20px;
}
html[lang=en] .u-fweight-bold {
  font-weight: bold;
  margin-left: 20px;
}

.u-language-ja {
  font-family: "NotoSansCJKjp", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
}
.u-language-ja.u-fweight-bold {
  font-weight: bold;
}

.u-language-en {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.u-language-en.u-fweight-bold {
  font-weight: 400;
}

b.u-language-ja, strong.u-language-ja {
  font-weight: bold;
}
b.u-language-en, strong.u-language-en {
  font-weight: 400;
}

.u-talign-center {
  text-align: center;
}

.u-talign-left {
  text-align: left;
}

.u-talign-right {
  text-align: right;
}

.u-mtop-0 {
  margin-top: 0;
}

.u-mbottom-0 {
  margin-bottom: 0;
}

.u-pos-relative {
  position: relative;
}

.u-dsp-block {
  display: block;
}

p.u-fsize-large.u-fweight-bold.u-color-white.u-bg-jmaf-gray-100.u-talign-center, h3.article__title.u-fweight-bold, ul.article__category.u-fweight-bold, .article__information__period.u-fweight-bold.u-language-en, p.u-fsize-large.u-fweight-bold, h5.u-fsize-large.u-fweight-bold, h6.u-fsize-normal.u-fweight-bold.u-mtop-0.u-mbottom-0, h6.u-fsize-normal.u-fweight-bold.u-mbottom-0 {
  margin-left: 0px;
}

h2.jumbotron__copy.u-fweight-bold {
  margin-left: 0px;
  margin-top: 0px;
}

h3.jumbotron__news__header.u-fweight-bold {
  margin-left: 0px;
  margin-top: 0px;
}

h5.u-fsize-ultra-large.u-fweight-bold {
  margin-left: 0px;
  margin-top: 0px;
}

.content {
  overflow: hidden;
}
