@charset "UTF-8";
/* --------------------------------------------------------------
    base
-------------------------------------------------------------- */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}


/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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


/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*margin*/
.mgt5 {
  margin-top: 5px !important;
}

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

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

.mgt25 {
  margin-top: 25px !important;
}

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

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

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

.mgt55 {
  margin-top: 55px !important;
}

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

.mgt65 {
  margin-top: 65px !important;
}

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

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

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

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

.mgb40 {
  margin-bottom: 40px !important;
}

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

.mgl0 {
  margin-left: 0px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgr0 {
  margin-right: 0px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

/* For padding */
.pdt0 {
  padding-top: 0px !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt35 {
  padding-top: 35px !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb25 {
  padding-bottom: 25px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

/* Embedded content
   ========================================================================== */

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

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

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

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

/* --------------------------------------------------------------
base
-------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #1a9ac8;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

a:hover {
  color: #0c1a49;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.redtext {
  color: #f00;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  font-size: inherit;
}

/*!
 *  Font Awesome 4.7.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.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.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;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

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

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

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

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

/* Deprecated as of 4.4.0 */
.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-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 {
  -webkit-filter: none;
  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: #ffffff;
}

/* 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: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

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

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

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

.fa-indent:before {
  content: "\f03c";
}

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

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

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

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

.fa-arrows:before {
  content: "\f047";
}

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

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

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

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084";
}

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

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

.fa-phone:before {
  content: "\f095";
}

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

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

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

.fa-twitter:before {
  content: "\f099";
}

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

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

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

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

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

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

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

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

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

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

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-square:before {
  content: "\f0c8";
}

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

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

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

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

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

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

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

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

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

.fa-beer:before {
  content: "\f0fc";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b";
}

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

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

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

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

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

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

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

.fa-crop:before {
  content: "\f125";
}

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

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

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

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

.fa-microphone:before {
  content: "\f130";
}

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

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

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

.fa-bullseye:before {
  content: "\f140";
}

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

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

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e";
}

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

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

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

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

.fa-gbp:before {
  content: "\f154";
}

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

.fa-dropbox:before {
  content: "\f16b";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

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

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

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

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193";
}

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

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

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

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

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

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

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

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

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

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-recycle:before {
  content: "\f1b8";
}

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

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

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

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

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

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

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

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

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

.fa-qq:before {
  content: "\f1d6";
}

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

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

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

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

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

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

.fa-bomb:before {
  content: "\f1e2";
}

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

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202";
}

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

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

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

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

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

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

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

.fa-motorcycle:before {
  content: "\f21c";
}

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

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

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

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

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

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

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

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

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

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* --------------------------------------------------------------
    layout
-------------------------------------------------------------- */
/* base
----------------------------------------------------*/
body {
  min-height: 100vh;
}

/*clear fix*/
/* for modern brouser */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* IE7,MacIE5 */
.cf {
  display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/**/

@media screen and (max-width: 768px) {
  body {
    /*  background-color: #fff;*/
  }
}

/* common
----------------------------------------------------*/
.sup_txt {
  font-size: 1.2rem;
  margin: 10px 0;
}

.center_btn {
  text-align: center;
}

p+.center_btn {
  margin-top: 20px;
}

.center_btn a {
  color: #fff;
}

.center_btn a:hover {
  text-decoration: none;
}

.center_btn .btn-strong {
  width: 100%;
  /*max-width: 400px;*/
  /*min-width: 380px;*/
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 15px 25px 15px 10px;
  text-decoration: none;
}

/* header
----------------------------------------------------*/
#header {
  width: 100%;
  margin-top: 0px;
  padding: 3px 15px;
  border-top: 1px solid #265e80;
  background-color: #000;
  color: #fff;
  /*  position: fixed;
  z-index: 1000; */
}

#header a {
  color: #fff;
}

#header a:hover {
  opacity: 0.7;
}

#header h1 img {
  max-height: 25px;
}

#header .headerNavi {
  margin-left: auto;
  font-size: 1.2rem;
  line-height: 26px;
  float: right;
}

.c_wrap {
  max-width: 1200px;
  margin: auto;
}

#header .h_logo {
  float: left;
  border: solid 1px;
}

#header .headerNavi ul {
  float: left;
}

#header .headerNavi ul li {
  float: left;
  margin-left: 15px;
}

#header .headerNavi ul.lang_box {
  margin-left: 10px;
}

#header .headerNavi ul.lang_box li.lang_en {
  margin-left: 5px;
}

#header .headerNavi ul.lang_box li.lang_en a {
  border-left: solid 1px;
  padding-left: 5px;
}

#header .headerNavi ul.lang_box li.lang_select {
  color: #89d1ff;
}

@media screen and (max-width: 480px) {
  #header .h_logo {
    width: 28%;
  }

  #header .headerNavi ul.lang_box {
    margin-left: 5px;
  }

  #header .headerNavi ul li {
    float: left;
    margin-left: 8px;
  }
}

/* main
----------------------------------------------------*/
#snsbtn {
  width: 100%;
  margin: 10px auto 0;
}

#main {
  max-width: 1200px;
  margin: auto;
  margin-top: 10px;
  background-color: #fff;
  /*  padding-top: 47px;*/
  font-size: 14px;
  font-size: 1.4rem;
}

.maincont {
  padding: 25px 50px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .maincont {
    padding: 20px 10px;
  }
}

/* side
----------------------------------------------------*/
#side {
  background-color: #edf1f3;
  border-right: 1px solid #dadde2;
  padding: 10px;
}

.sideNavi {
  background-color: #fff;
  border-radius: 6px;
}

.sideNavi a {
  color: #1a9ac8;
  display: block;
  padding: 15px 10px;
}

.sideNavi a.is-active {
  background-color: #1a9ac8;
  color: #fff;
}

.sideNavi a.is-active:hover {
  color: #fff;
}

.sideNavi a:first-child {
  border-radius: 6px 6px 0 0;
}

.sideNavi a:last-child {
  border-radius: 0 0 6px 6px;
}

.sideNavi a:hover {
  color: #0c1a49;
}

.sideNavi i {
  margin-right: 8px;
}

/* --------------------------------------------------------------
    component
-------------------------------------------------------------- */
/* flashmsg
----------------------------------------------------*/
.alert {
  padding: 7px;
  background-color: #65afdc;
  color: #fff;
  position: relative;
}

.alert p {
  position: relative;
  color: #fff;
  padding: 0 22px;
}

.alert i {
  position: absolute;
  left: 0;
  top: 2px;
}

.alert a {
  color: #fff;
}

.alert.alert-error {
  background-color: #ce2824;
}

.alert-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}

.alert-btn a {
  display: block;
  padding: 10px;
  position: relative;
}

.alert-btn a:before, .alert-btn a:after {
  display: block;
  content: '';
  width: 3px;
  height: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.alert-btn a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alert-btn a:hover {
  opacity: 0.7;
}

.alert-link p {
  padding-right: 130px;
}

.alert-link a {
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .alert-link p {
    padding-right: 22px;
  }

  .alert-link a {
    position: static;
    padding-left: 22px;
  }
}

/* button
----------------------------------------------------*/
.btn-back, .btn-normal, .btn-strong {
  display: inline-block;
  border-radius: 100px;
  padding: 6px 25px;
  line-height: 2;
  margin-bottom: 20px;
  text-decoration: none;
}

.btn-normal {
  color: #fff;
  max-width: 400px;
  min-width: 200px;
  border: 2px solid #0c1a49;
  background-color: #0c1a49;
  cursor: pointer !important;
  transition: 1s;
}

.btn-normal:hover {
  color: #fff;
  text-decoration: none;
  opacity: .6;
}

.btn-normal:before {
  content: "";
  float: right;
  width: 10px;
  height: 10px;
  margin: 8px 0px 0 10px;
  background-image: url(../share/images/next_w.svg);
  background-size: 10px;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}

.btn-normal:hover:before,
.btn-normal:focus:before {
  background-position: 0% 50%;
}

.btn-normal:visited {
  color: #fff;
}


.btn-back {
  color: #fff;
  max-width: 400px;
  min-width: 200px;
  border: 2px solid #656565;
  background-color: #777;
  /*font-size: 1.8rem;*/
  text-decoration: none;
}

.btn-back:hover {
  text-decoration: none;
}

.btn-back:before {
  content: "";
  float: left;
  width: 10px;
  height: 10px;
  margin: 8px 10px 0 0px;
  background-image: url("../share/images/next_w.svg");
  background-size: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position-x: 30px;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

.btn-back:hover {
  color: #fff;
  background-color: #0c1a49;
  background-position-x: 20px;
  border: 2px solid #000;
  opacity: 1;
}

.btn-gr{
  background: #a7a7a7;
  border: 2px solid #a7a7a7;
}


.btn-strong {
  /*  background-color: #000;*/
  background-color: #253b68;
  color: #fff;
  border: 2px solid #253b68;
  /*  background: -webkit-gradient(linear, left top, right top, from(#1a9ac8), color-stop(#1184d4), color-stop(#f39823), to(#f37023));
  background: linear-gradient(to right, #1a9ac8, #1184d4, #f39823, #f37023);
  background-size: 300% 300%;
  background-image: url("../share/images/next_w.svg");
  background-size: 10px;
  background-position-x: right, 32px;
  background-position-y: 50%;
  background-repeat: no-repeat;*/
  /* box-shadow */
  box-shadow: 0px 0px 6px 1px #bababa;
  -moz-box-shadow: 0px 0px 6px 1px #bababa;
  -webkit-box-shadow: 0px 0px 6px 1px #bababa;
  border-radius: 100px;
  position: relative;
  transition: 1s;
}

.btn-strong:hover {
  color: #fff;
  background-color: #0c1a49;
  /*  background-position-x: 20px;*/
  border: 2px solid #000;
  opacity: 1;
}

.btn-strong:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("../share/images/next_w.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  transition: 1s;
}

.btn-strong:hover:before {
  right: 20px;
}

.cancel-btn{
    background: #f7d1d1;
    /*border: solid 1px #e00000;*/
    border-radius: 5px;
    z-index: 100;
    position: relative;
    font-size: .8em;
    cursor: pointer;
    padding: 5px 10px;
    color: #640000;
    text-decoration: none;
    transition: .5s;
}

.cancel-btn:hover {
    opacity: 1;
    color: #ffffff;
    background-color: #cd4545;
}


.btnarea {
  margin-bottom: 20px;
}

.btnarea [class*="btn-"]:not(:last-child) {
  margin-right: 10px;
}

.btnarea.right {
  text-align: right;
}

.btnarea.center {
  text-align: center;
}

[class*="btn-"].btn-s {
  font-size: 1.2rem;
  padding: 3px 8px;
  cursor: pointer;
}

[class*="btn-"].btn-l {
  font-size: 1.5rem;
  padding: 10px 40px 10px 25px;
  line-height: 1.2;
  cursor: pointer;
}

[class*="btn-"].is-disable {
  pointer-events: none;
  background: #f1f1f2;
  color: #b5b9be;
  border-color: #e8eaed;
  cursor: pointer;
}

[class*="btn-"] i {
  margin-right: 5px;
  cursor: pointer;
}


/* loginform
----------------------------------------------------*/
.loginform {
  width: 50%;
  float: left;
}

.loginform .inner {
  min-height: 360px;
  margin: 20px 20px 0;
  padding: 30px;
  background-color: #F7F8F8;
  border-radius: 5px;
}

@media screen and (min-width: 1100px) {
  .loginform .inner {
    padding: 50px 50px 30px;
  }
}

.loginform h3 {
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  padding: 5px 0;
  color: #000;
  border-bottom: #000 1px solid;
}

.loginform p.notewp {
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
  padding: 15px 0 0;
  font-size: 1.4rem;
  border-top: 1px dotted #cecede;
}

.loginform p.notewp a {
  padding: 0 5px 0;
}

.loginform p.att {
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
  padding: 5px;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.4;
}

.loginform dl {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.loginform dl dt {
  width: 30%;
  padding-top: 10px;
  font-size: 16px;
}

.loginform dl dd {
  width: calc(100% - 30%);
  padding-top: 10px;
}

.att_browser {
  color: #0c1a49;
  font-size: 0.9em;
  font-weight: bold;
}

.guidance_area {
  color: #000;
  border: 5px solid #E4316F;
  padding: 25px;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
}

.guidance_area .att_text_important {
  display: inline-block;
  font-weight: bold;
  color: #F00;
  font-size: 1.2em;
  position: relative;
  z-index: 2;
}

.guidance_area .att_text_important::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -2px;
  opacity: .5;
  z-index: -1;
  background-color: #F0F022;
}

.loginform .center_btn {
  margin-top: 40px;
}

.maincont .loginform input[type="text"], .maincont .loginform input[type="password"] {
  width: 100%;
  padding-left: 20px;
  border-radius: 100px;
}

@media screen and (max-width: 840px) {
  .loginform {
    width: 100%;
    float: none;
    padding: 30px;
  }

  .loginform .inner {
    min-height: 80px;
    margin: 20px 0px 0;
    padding: 50px;
  }

  .loginform dl dt {
    width: 100%;
    text-align: left;
  }

  .loginform dl dd {
    width: 100%;
    text-align: left;
    margin-left: 0%;
    padding-top: 10px;
  }

}

@media screen and (max-width: 640px) {
  .loginform {
    padding: 0px;
  }

  .loginform .inner {
    min-height: 80px;
    margin: 20px 0px 0;
    padding: 20px;
  }

  .loginform .center_btn .btn-strong {
    width: auto;
    min-width: 200px;
    padding: 10px 45px 10px 10px;
  }

  .loginform p.notewp {
    text-align: left;
  }

}

.password_atttxt{
  color: #D00;
  font-weight: bold;
  font-size: 18px;
  background: #fff882;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 840px){
  .password_atttxt {
      margin-bottom: 0;
  }
}

@media screen and (max-width: 640px){
  .password_atttxt {
      text-align: left;
  }
}

/* detaillist
----------------------------------------------------*/
.detaillist {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 860px;
  border-top: 1px solid #dadde2;
}

.detaillist dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dadde2;
  padding: 10px;
}

.detaillist dl:nth-child(odd) {
  background-color: #f9fbfb;
}

.detaillist dt {
  margin-right: 20px;
  width: 140px;
}

.detaillist dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.detaillist dd label:not(:last-child) {
  margin-right: 15px;
}

.detaillist dd.view {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin-left: auto;
  text-align: center;
  padding: 0 15px;
}

/* form
----------------------------------------------------*/
.maincont input[type="text"].error,
.maincont textarea.error {
  background-color: #ffeaee;
  border: 1px solid #ad263e;
}

.maincont input[type="radio"]+span.error:before,
.maincont input[type="checkbox"]+span.error:before {
  background-color: #ffeaee;
  border: 1px solid #ad263e;
}



.maincont input[type="radio"],
.maincont input[type="checkbox"] {
  display: none;
}

.maincont input[type="radio"]+span,
.maincont input[type="checkbox"]+span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 0 15px 0 25px;
  margin-bottom: 0em;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1;
}

.maincont .inputwrap {
  margin-bottom: 1em;
}

.maincont input[type="radio"]+span:before,
.maincont input[type="checkbox"]+span:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 1px solid #c3c6ca;
  background-color: #fff;
  content: '';
}

.maincont input[type="checkbox"]+span:before {
  margin-top: -8px;
}

.maincont input[type="radio"]+span:after,
.maincont input[type="checkbox"]+span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  opacity: 0;
}

.maincont input[type="radio"]+span:empty,
.maincont input[type="checkbox"]+span:empty {
  padding-left: 18px;
  padding-right: 4px;
  margin-left: 20px;
  min-height: 2em;
}

.maincont input[type="radio"]:checked+span:after,
.maincont input[type="checkbox"]:checked+span:after {
  opacity: 1;
}

.maincont input[type="radio"][disabled="disabled"]+span,
.maincont input[type="checkbox"][disabled="disabled"]+span {
  cursor: default;
}

.maincont input[type="radio"][disabled="disabled"]+span:before,
.maincont input[type="checkbox"][disabled="disabled"]+span:before {
  background-color: #f4f4f4;
}

.maincont input[type="radio"][disabled="disabled"]+span:after,
.maincont input[type="checkbox"][disabled="disabled"]+span:after {
  border-color: ighten(#bcbcbc, 6%);
}

.maincont input[type="radio"][disabled="disabled"][checked="checked"]+span:after,
.maincont input[type="checkbox"][disabled="disabled"][checked="checked"]+span:after {
  border-color: #bcbcbc;
}

.maincont input[type="radio"].is-readonly+span:before,
.maincont input[type="checkbox"].is-readonly+span:before {
  background-color: transparent;
  border-color: transparent;
}

.maincont input[type="radio"].is-readonly+span:after,
.maincont input[type="checkbox"].is-readonly+span:after {
  border-color: #1a9ac8 !important;
}

.maincont input[type="radio"]+span:before {
  border-radius: 50%;
}

.maincont input[type="radio"]+span:after {
  width: 10px;
  height: 10px;
  top: -2px;
  left: 4px;
  border-radius: 50%;
  background-color: #1a9ac8;
  content: '';
}

.maincont input[type="radio"][disabled="disabled"]+span:after {
  background-color: #bcbcbc;
}

.maincont input[type="radio"][disabled="disabled"][checked="checked"]+span:after {
  background-color: #bcbcbc;
}

.maincont input[type="checkbox"]+span:before {
  border-radius: 3px;
}

.maincont input[type="checkbox"]+span:after {
  top: -7px;
  left: 5px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #1a9ac8;
  border-bottom: 2px solid #1a9ac8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.maincont input[type="text"],
.maincont input[type="password"],
.maincont input[type="search"],
.maincont input[type="number"],
.maincont input[type="email"],
.maincont input[type="url"],
.maincont input[type="tel"],
.maincont textarea {
  border: 1px solid #dadde2;
  border-radius: 3px;
  padding: 10px 5px;
  font-size: 16px;
}

.maincont input[type="text"],
.maincont textarea {
  width: 95%;
}

.maincont select {
  width: 80%;
  min-height: 3em;
  background-color: #fff;
  border: 1px solid #dadde2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  border-radius: 3px;
  outline: none;
  padding: 10px 18px 10px 5px;
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDMwNiAzMDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNiAzMDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojODA4NjhFO30KPC9zdHlsZT4KPGc+Cgk8ZyBpZD0iY2hldnJvbi1yaWdodCI+CgkJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxNTMsMjQ3LjQgMzA2LDk0LjMgMjcwLjMsNTguNiAxNTMsMTc1LjkgMzUuNyw1OC42IDAsOTQuMyAJCSIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
  background-position: calc(100% - 5px) 50%;
  font-size: 16px;
}

.maincont select::-ms-expand {
  display: none;
}

.form .btnarea {
  margin-top: 50px;
  margin: 0 auto;
  text-align: center;
}

.form .btnarea [class*="btn-"] {
  width: 180px;
}

.formlist {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 860px;
}

.formlist dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.formlist dl:not(:last-child) {
  margin-bottom: 15px;
}

.formlist dl dl dt {
  width: 80px;
  text-align: left;
  color: #9a9fa6;
}

.formlist dt {
  margin-right: 20px;
  width: 180px;
  text-align: right;
  padding-top: 10px;
}

.formlist dt.required {
  position: relative;
}

.formlist dt.required:after {
  content: "※";
  display: inline-block;
  color: #e0123e;
  position: relative;
  top: -5px;
  right: -4px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  font-weight: bold;
}

.formlist dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.formlist dd label:not(:last-child) {
  margin-right: 15px;
}

.formlist [class*="text-"] {
  display: block;
  font-size: 1.2rem;
  margin-top: 5px;
}

.formlist .text-help {
  color: #9a9fa6;
  text-align: left;
}

.loginform .text-error,
.formlist .text-error {
  position: relative;
  display: inline-block;
  padding: 4px 6px;
  color: #e84f70;
  background-color: #fdeff2;
}

.loginform .text-error:before,
.formlist .text-error:before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 5px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 6px solid #fdeff2;
}

.formlist .error input, .formlist .error select {
  border-color: #e84f70;
}

.formlist .error input[type="radio"]+span:before,
.formlist .error input[type="checkbox"]+span:before {
  border-color: #e84f70;
}

.formlist .error input[type="radio"]+span:after {
  background-color: #e84f70;
}

.formlist .error input[type="checkbox"]+span:after {
  border-color: #e84f70;
}

.formlist dd.view,
.formlist dd.buttons {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin-left: auto;
  text-align: center;
  padding: 5px 15px;
  white-space: nowrap;
}

.formlist dd.variable article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.formlist dd.variable article:not(:last-child) {
  margin-bottom: 10px;
}

.formlist dd.variable article .inputwrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.formlist dd.variable article .buttons {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin-left: auto;
  text-align: center;
  padding: 5px 15px;
  white-space: nowrap;
}

.formlist dd.variable article .buttons [class*="btn-"] {
  width: 19px;
  height: 19px;
  line-height: 16px;
  padding: 0;
  border-radius: 50%;
}

.formlist dd.variable article .buttons [class*="btn-"] i {
  margin: 0;
}

.formlist dd.variable article .buttons [class*="btn-"]:not(:last-child) {
  margin-right: 5px;
}

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

.formlist .inputwrap input[type="text"]:not(:last-child),
.formlist .inputwrap input[type="password"]:not(:last-child),
.formlist .inputwrap input[type="search"]:not(:last-child),
.formlist .inputwrap input[type="number"]:not(:last-child),
.formlist .inputwrap input[type="email"]:not(:last-child),
.formlist .inputwrap input[type="url"]:not(:last-child),
.formlist .inputwrap input[type="tel"]:not(:last-child) {
  margin-right: 10px;
}

.formlist .w50 {
  width: 50% !important;
}

.formlist input[type="text"],
.formlist input[type="password"],
.formlist input[type="search"],
.formlist input[type="number"],
.formlist input[type="email"],
.formlist input[type="url"],
.formlist input[type="tel"],
.formlist textarea {
  padding: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.formlist select {
  padding: 8px 18px 8px 8px;
}

@media screen and (max-width: 768px) {
  .formlist dl {
    display: block;
  }

  .formlist dt {
    margin-right: 0;
    width: auto;
    text-align: left;
  }

  .formlist .inputwrap {
    display: block;
  }

  .formlist.formlist_check .inputwrap {
    width: 85%;
    float: left;
  }

  .formlist .inputwrap input[type="text"]:not(:last-child), .formlist .inputwrap input[type="password"]:not(:last-child), .formlist .inputwrap input[type="search"]:not(:last-child), .formlist .inputwrap input[type="number"]:not(:last-child), .formlist .inputwrap input[type="email"]:not(:last-child), .formlist .inputwrap input[type="url"]:not(:last-child), .formlist .inputwrap input[type="tel"]:not(:last-child) {
    margin-bottom: 10px;
  }

  .formlist .inputwrap input[type="text"], .formlist .inputwrap input[type="password"], .formlist .inputwrap input[type="search"], .formlist .inputwrap input[type="number"], .formlist .inputwrap input[type="email"], .formlist .inputwrap input[type="url"], .formlist .inputwrap input[type="tel"] {
    width: 100%;
  }

  .formlist .inputwrap textarea {
    width: 100%;
  }

  .formlist.formlist_multiple .inputwrap input[type="text"] {
    width: 35%;
    float: left;
  }

  .sp_float {
    float: left;
  }

  .sp_padding {
    float: left;
    padding-top: 10px;
  }

}

@media screen and (max-width: 640px) {
  .maincont input[type="text"], .maincont textarea {
    width: 100%;
  }
}


/* menu
----------------------------------------------------*/
.menu {
  display: table;
  margin-bottom: 20px;
  border: 1px solid #dadde2;
  border-radius: 5px;
  margin-top: 10px;
}

.menu li {
  display: table-cell;
}

.menu li a {
  display: block;
  padding: 8px 20px;
  color: #1a9ac8;
  text-align: center;
  border-right: 1px solid #dadde2;
}

.menu li a:hover {
  color: #0c1a49;
}

.menu li.is-active a {
  background: #1a9ac8;
  color: #fff;
  border-color: #1a9ac8;
}

.menu li:first-child a {
  border-radius: 5px 0 0 5px;
}

.menu li:last-child a {
  border-radius: 0 5px 5px 0;
  border-right: 0 none;
}

.menu.menu-max {
  width: 100%;
}

.menu.menu-max a {
  padding: 8px 10px;
}

.menu.half li {
  width: 50%;
}

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

  .menu li a {
    padding: 8px 3px;
  }
}

/* pagination
----------------------------------------------------*/
.pagination {
  margin: 20px auto 10px;
  text-align: center;
}

.pagination nav {
  border-radius: 200px;
  border: 1px solid #dadde2;
  display: inline-block;
  margin: 0 auto;
  line-height: 1;
  padding: 3px;
}

.pagination nav a {
  display: inline-block;
  margin: 0 5px;
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.pagination nav a.is-active {
  background-color: #1a9ac8;
  color: #fff;
  border-radius: 50%;
}

.pagination>span {
  display: inline-block;
  margin-left: 20px;
  color: #888e96;
  font-size: 1.2rem;
}

/* search
----------------------------------------------------*/
.search {
  display: none;
  padding: 20px;
  background-color: #0c1a49;
  margin-bottom: 20px;
}

.search .search-body-append input[type="text"] {
  float: left;
  width: 80%;
  margin-right: 10px;
  border: none;
}

.search .btn-normal {
  width: 15%;
  min-width: 10em;
  margin-top: 2.5px;
  border: 2px solid #ffffff;
}

.search h2 {
  margin-bottom: 10px;
  color: #888e96;
}

.search h2 i {
  margin-right: 8px;
}

.search-body {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
  display: block;

  margin-bottom: 10px;
}

.search-body dl {
  width: 100%;
}

.search-body dl:not(:last-child) {
  margin-right: 10px;
}

.search-body dt {
  color: #9a9fa6;
  font-size: 1.2rem;
}

.search-body select, .search-body input {
  width: 100%;
}

.search-body input {
  border: 1px solid #dadde2;
}

.search-footer {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .search {
    padding: 10px;
  }

  .search-body {
    display: block;
  }

  .search-body dl:not(:last-child) {
    margin-bottom: 10px;
  }

  .search .search-body-append input[type="text"] {
    width: 60%;
    margin-right: 10px;
  }

  .search .btn-normal {
    width: 35%;
    min-width: 10em;
    margin-top: 2.5px;
  }

}

/* section
----------------------------------------------------*/
.section {
  margin-bottom: 40px;
}

/* status
----------------------------------------------------*/
[class*="status-"] {
  display: inline-block;
  padding: 1px 5px;
  font-size: 1.2rem;
}

.status-exhibit {
  color: #fff;
  background-color: #44a575;
  border: 1px solid #44a575;
}

.status-sponsor {
  color: #0c1a49;
  background-color: #fff;
  border: 1px solid #fff;
}

.status-approval {
  color: #fff;
  border: 1px solid #fff;
}

.status-unapproved {
  background-color: #f2cdcd;
  color: #982828;
  border: 1px solid #e7a5a5;
}

.status-open {
  background-color: #fff1c5;
  color: #c59500;
  border: 1px solid #ffd85f;
}

.status-secret {
  background-color: #ececff;
  color: #8686ff;
  border: 1px solid #b9b9ff;
}

/* tab
----------------------------------------------------*/
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  clear: both
}

.tab:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dadde2;
  z-index: 1;
}

.tab.bottom:before {
  top: 0;
  bottom: auto;
}

.tab li a {
  position: relative;
  display: block;
  padding: 6px 18px;
  color: #1a9ac8;
  border-radius: 5px 5px 0 0;
  z-index: 2;
}

.tab.bottom li a {
  border-radius: 0 0 5px 5px;
}

.tab li a:hover {
  color: #0c1a49;
}

.tab li.is-active a {
  border: 1px solid #dadde2;
  border-bottom: 1px solid #fff;
  color: #fff;
  background-color: #1a9ac8;
}

@media screen and (max-width: 768px) {
  .tab_many {
    padding-top: 10px;
  }

  .tab:before {
    background-color: transparent;
  }

  .tab {
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
  }

  .tab li a {
    margin: 0 3px 3px 0;
    border-radius: 5px;
    border: 1px solid #dadde2;
  }
}

@media screen and (max-width: 640px) {
  .tab li a {
    padding: 6px 15px;
    font-size: 1.3rem;
  }
}








/*
@media screen and (max-width: 640px){
.tab_many {
    display: table;
    width: 100%;
    position: static;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
}
.tab_many li {
    float: left;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.tab li a {
    padding: 6px 10px;
    text-align: center;
}
.tab_many li.is-active a {
    border: 0;
    border-bottom: 0;
    background: #1a9ac8;
    border-radius: 0;
    color: #fff;
}
}
@media screen and (max-width: 420px){
.tab_many li a {
    vertical-align: middle;
    height: 52px;
}
}*/

/* table
----------------------------------------------------*/
.tblist {
  margin-bottom: 20px;
}

.tblist table {
  width: 100%;
  min-width: 940px;
  border-radius: 5px;
}

.tblist table.tblist_small{
    min-width: 600px;
}

.tblist table.respotb {
  min-width: auto;
}

.tblist th, .tblist td {
  padding: 5px;
}

.tblist thead th, .tblist thead td {
  text-align: center;
  font-weight: normal;
  background-color: #22416f;
  color: #fff;
}

.tblist tbody tr {
  border-bottom: 1px solid #dadde2;
}

.tblist tbody tr:nth-child(even) td {
  background-color: #f9fbfb;
}

.tblist tbody tr.is-stop th, .tblist tbody tr.is-stop td {
  color: #bcbcbc;
  background-color: #f4f4f4;
}

.tblist tbody th, .tblist tbody td {
  padding: 8px 5px;
}

.tblist .td-btn {
  text-align: center;
  white-space: nowrap;
  width: 180px;
}

.tblist .td-btn [class*="btn-"]:not(:last-child) {
  margin-right: 10px;
}

.tblist .td-center {
  text-align: center;
}

.tblist .td-right {
  text-align: right;
}

.tblist tbody tr td span.label {
  background-color: #cddef7;
  color: #212121;
  border: 1px solid #7a8ead;
  font-size: 1.2rem;
  margin-left: 5px;
  padding: 1px 5px;
}

/*scroll-bar*/
.tblist .table_wrap {
  overflow-x: auto;
}

.tblist .table_wrap::-webkit-scrollbar {
  width: 10px;
  background: #eaeaea;
}

.tblist .table_wrap::-webkit-scrollbar:horizontal {
  height: 10px;
  background: #eaeaea;
}

.tblist .table_wrap::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 5px;
}

.tblist .table_wrap::-webkit-scrollbar-thumb:horizontal {
  background: #c1c1c1;
  border-radius: 5px;
}

/*scroll-bar*/


/* title
----------------------------------------------------*/
.tit-cate {
  font-size: 1.7rem;
  border-bottom: 1px solid #c3c6ca;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-weight: bold;
}



.tit-page {
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}

.tit-section {
  color: #888e96;
  font-size: 1.4rem;
  margin-bottom: 15px;
}


/* footer
----------------------------------------------------*/
#footer {
  padding: 10px 15px;
  background-color: #323f53;
  color: #fff;
  font-size: 1rem;
}

#footer .copy_txt {
  text-align: center;
}

#backToTop {
  z-index: 9999;
}

/* --------------------------------------------------------------
    page
-------------------------------------------------------------- */
/* base
----------------------------------------------------*/
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-header_side {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-header_side li {
  margin-left: 10px;
}

.event_head {
  padding-top: 5px;
}

.event_head figure {
  text-align: center;
  display: block;
  float: left;
  width: 200px;
  /* margin: auto; */
  margin-right: 20px;
  margin-bottom: 40px;
  padding-top: 1em;
  /* display: none; */
}

.event_head dl {
  float: left;
  width: auto;
  text-align: left;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .event_head figure {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0px;
  }

  .event_head figure img {
    display: block;
    max-width: 200px;
    margin: auto;
  }

  .event_head dl {
    width: 100%;
    text-align: center;
  }
}

.event_head dl dt {
  padding-bottom: 10px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  font-weight: 600;
}

.event_head dl dd {
  padding-bottom: 5px;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
}

.event_head dl dd span {
  display: inline-block;
  padding-right: 1em;
}



.section_title {
  font-size: 1.8rem;
  /*    margin-bottom: 20px;*/
  background: #ececec;
  padding: 15px;
  color: #484848;
  font-weight: bold;
  border-radius: 0;
  text-align: left;
}

/*.section_title {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
*/

@media screen and (max-width: 768px) {
  .page-header {
    display: block;
  }

  .tit-page {
    margin-bottom: 10px;
  }

  .page-header_side li {
    margin-left: 0px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 480px) {
  .event_head {
    text-align: center;
  }

  .event_head figure {
    float: none;
    margin: 10px auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .event_head dl {
    float: none;
    width: auto;
    text-align: center;
  }

  .center_btn .btn-strong {
    width: 300px;
    font-size: 1.5rem;
  }

}



/* page_ticket
----------------------------------------------------*/
.code {
  padding: 15px;
  background: #f7f7f7;
}

.code dt {
  float: left;
  margin-right: 20px;
}

.code dd {
  float: left;
}

.ticket_list_wrap {
  border: solid 1px #ccc;
  margin-bottom: 10px;
}

.ticket_list {
  display: table;
  width: 100%;
  padding: 10px;
  border-bottom: solid 1px #ccc;
  text-align: left;
}

.ticket_list dt {
  display: table-cell;
  font-size: 1.5rem;
  width: 50%;
}

.ticket_list dt span {
  display: block;
  font-size: 1.2rem;
  margin-top: 5px;
  color: #a9a9a9;
}

.ticket_list dd {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 10px;
  text-align: right;
}

/* .jorte-button */
.jorte-button {
  display: inline-block;
  padding: 6px 4px 6px 25px;
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  font-size: 1.2rem;
  background-image: url(../share/images/jorte.jpg);
  background-size: 16px;
  background-position: 3% 50%;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 4px 1px #bababa;
  -moz-box-shadow: 0px 0px 4px 1px #bababa;
  -webkit-box-shadow: 0px 0px 4px 1px #bababa;
}

.jorte-button:hover {
  text-decoration: none;
  color: #fff;
}

.jorte-button:visited {
  color: #fff;
}

.ticket_list dd input[type="text"] {
  width: 30px;
}

.ticket_list.ticket_total {
  border-bottom: 0;
  background: #ddf0ff;
  font-size: 1.7rem;
}

.ticket_total dd {
  width: 50%;
}

.ticket_list dt span.label {
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 5px;
  color: #fff;
  padding: 3px;
  display: inline-block;
}

.ticket_list.ticket_list_red dt span.label {
  background: #e91e46;
}

.ticket_list.ticket_list_gray {
  background: #ececec;
}

.ticket_list.ticket_list_gray dd input[type="text"] {
  background: #ececec;
}

.ticket_list.ticket_list_gray dt span.label {
  background: #949494;
}

.page_ticket .branchbtn {
  width: 49%;
  float: left;
  padding-left: 2%;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.4;
}

.page_ticket .branchbtn:nth-child(2n) {
  float: right;
  padding-left: 2%;
  padding-right: 2%;
  border-left: 1px solid #ddd;
}

.page_ticket .branchbtn .txt {
  margin: 0 auto;
  margin-bottom: 15px;
  min-height: 90px;
  max-width: 400px;
}

.page_ticket .branchbtn .attention_note {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 15px;
  padding: 8px;
  background-color: #900;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .ticket_list dd .jorte-button {
    margin-top: 10px;
  }
}


@media screen and (max-width: 580px) {
  .page_ticket .branchbtn {
    float: none;
    width: 100%;
  }

  .page_ticket .branchbtn .txt {
    min-height: auto;
  }

  .page_ticket .branchbtn:nth-child(2n) {
    border-left: none;
  }

  .ticket_list dt {
    display: block;
    width: 100%;
  }

  .ticket_list dd {
    display: block;
    width: 100%;
    padding: 10px 0px 0;
    text-align: left;
  }

  .ticket_list dd span {
    font-size: 1.1rem;
    margin-top: 5px;
  }

  .ticket_list dd .jorte-button {
    margin-top: 0px;
  }

}

@media screen and (max-width: 480px) {
  .code dt {
    float: none;
  }

  .ticket_list dt span.label {
    display: block;
    width: 60px;
    text-align: center;
  }
}



/* page_profile
----------------------------------------------------*/
.front-error {
  position: relative;
  margin: 30px 0;
  padding: 20px 10px;
  color: #ef0a0a;
  background-color: #ffeaee;
  border: 1px solid #ef0a0a;
  font-weight: bold;
  text-align: left;
}

.front-error ul {
  margin-top: 20px;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.4;
  list-style: inside;
}

.page_profile .tblist table {
  min-width: 0;
}

.page_profile .tblist_sp {
  display: none;
}

.profile_area .text-error {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding: 4px 6px;
  color: #fff;
  background-color: #ef0a0a;
}

.profile_area .text-error:before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 5px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 6px solid #ef0a0a;
}

.profile_area .error input, .profile_area .error select {
  border-color: #e84f70;
}

.profile_area .error input[type="radio"]+span:before,
.profile_area .error input[type="checkbox"]+span:before {
  border-color: #e84f70;
}

.profile_area .error input[type="radio"]+span:after {
  background-color: #e84f70;
}

.profile_area .error input[type="checkbox"]+span:after {
  border-color: #e84f70;
}

.page_profile .pastbtn {
  text-align: right;
  margin-top: -15px;
}

.page_profile .pastbtn a {
  display: inline-block;
  padding: 3px 30px 3px 10px;
  color: #fff;
  font-size: 1.2rem;
  background-color: #1a9ac8;
  background-image: url(../share/images/next_w.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 90% 50%;
}

.profile_sub {
  width: 100%;
  /* 本年は使わない   float: left;*/
}

/*　本年は使わない
.profile_sub .follow_num{
    margin: 10px auto;
    text-align: center;
}
.profile_sub .follow_num li {
    font-size: 1rem;
    float: left;
    width: 48%;
}
.profile_sub .sns_box {
    text-align: center;
}
.profile_sub .sns_box li {
    margin: 0 5px;
    display: inline-block;
}
.profile_sub .sns_box li a.ico_fb {
    color: #3B5998;
}
.profile_sub .sns_box li a.ico_tw {
    color: #55acee;
}
.profile_sub .sns_box li a.ico_in {
    color: #0e76a8;
}*/

/*.profile_main {
    float: left;
    width: 22%;
}
.profile_main figure.profile_photo {
  margin-bottom: 10px;
}
.profile_main figure.profile_photo img{
    border: solid 1px #e6e6e6;
}
.profile_main dl {
    font-size: 1.6rem;
    margin-bottom: 30px;
    width: 75%;
    margin-left: 3%;
    float: left;
}
.profile_main dl dt {
    font-size: 1.8rem;
    margin-bottom: 8px;
}
.profile_main dl dd {
    margin-bottom: 8px;
}
.profile_main dl figure {
    width: 130px;
    border: solid 1px #e6e6e6;
}*/
.profile_main {
  /* display: none; */
  width: 100%;
}

.profile_main .profile_photo {
  width: 100px;
  margin-bottom: 10px;
}

.profile_main .btnarea {
  text-align: left;
}

.profile_main .btnarea .btn-normal {
  text-align: center;
}

.profile_main .btnarea .inputfile input {
  visibility: hidden;
  position: absolute;
}


.profile_txt {
  width: 100%;
}

/* 本年は使わない
.profile_txt {
    float: left;
    width: 75%;
    margin-left: 3%;
}*/

.profile_txt dt {
  float: left;
  width: 290px;
  padding: 15px 0 8px 60px;
  text-align: right;
  font-weight: bold;
  position: relative;
}

.profile_txt .hiddencont {
  display: none;
}

.profile_txt dt span.required {
  position: absolute;
  top: 10px;
  left: 0;
  display: flex;
  padding: 3px;
  font-size: 10px;
  color: #fff;
  background-color: #ad263e;
}

.profile_txt dd {
  min-height: 4em;
  padding: 15px 0 8px 10px;
  margin-bottom: 5px;
  padding-left: 330px;
  text-align: left;
  background: #ffffff;
  border-bottom: solid 1px #efe8dc;
}

.profile_txt dd .text-help {
  display: block;
  padding-top: 5px;
  font-size: 0.8em;
  color: #a1a1a1;
}

.profile_txt dd .text-help.red {
  font-weight: bold;
  color: #F00;
}

.profile_txt dd dt {
  width: 160px;
  text-align: right;
  overflow-wrap: break-word;
}

.profile_txt dd dd {
  padding-left: 170px;
}

.profile_txt.mypage_txt dt {
  float: left;
  width: 20%;
  padding: 10px 0 8px 10px;
  text-align: right;
}

.profile_txt.mypage_txt dd {
  text-align: left;
  margin-bottom: 5px;
  padding: 10px 8px 8px 0;
  padding-left: 22%;
}


.informationcheckbox {
  margin-bottom: 25px;
  padding: 25px;
  background-color: #fefefe;
  border-radius: 10px;
}

.informationcheckbox label {
  font-weight: bold;
  font-size: 1.2em;
}

.informationcheckbox label span.txt {
  display: inline-block;
  padding: 3px;
  font-size: 0.8em;
  color: #fff;
  background-color: #ad263e;
}

/* iframe scroll */
div.scroll-contents {
  width: 100%;
  height: 200px;
  overflow: auto;
  /* scrollからautoに変更 */
  -webkit-overflow-scrolling: touch;
  margin-top: 10px;
  border: 1px solid #c9c9c9;
  /* ついでに枠線も整形 */
}

iframe.agreement {
  width: 100%;
  height: 100%;
  border: none;
  /* 追加で指定 */
  display: block;
  /* 追加で指定 */
}

.tblist .td-red a {
  color: #e84f70;
  text-decoration: underline;
}

.tblist .td-green {
  color: #1d8221;
}

.tblist .td-red {
  color: #e84f70;
}

/* questionnaire_area　questionnaire_txt
----------------------------------------------------*/
.questionnaire_area {
  margin-top: 10px;
  width: 96%;
  margin: 0 auto;
}

.questionnaire_txt {
  width: 100%;
}

.questionnaire_txt dl {
  text-align: left;
  margin-bottom: 50px;
}

.questionnaire_txt dt {
  margin-top: 30px;
  font-weight: bold;
  font-weight: 600;
}

.questionnaire_txt dd {
  padding: 8px 0;
  text-align: left;
  background: #ffffff;
  border-bottom: solid 1px #efe8dc;
}

.questionnaire_txt dd label {
  display: inline-block;
  min-width: 350px;
  margin-bottom: 20px;
  line-height: 2;
}

.questionnaire_txt dd .width100 label {
  width: 100%;
}

.questionnaire_txt dd .text-help {
  margin-top: 5px;
  color: #1f1f1f;
}

.questionnaire_txt dd:last-child {
  border-bottom: none;
}

.questionnaire_txt dd input[type="text"],
.questionnaire_txt dd textarea {
  width: 100%;
}

.questionnaire_txt .text-error {
  position: relative;
  display: inline-block;
  padding: 4px 6px;
  color: #e84f70;
  background-color: #fdeff2;
}

.questionnaire_txt .text-error:before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 5px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 6px solid #ad263e;
}

@media screen and (max-width: 768px) {
  .questionnaire_area {
    width: 100%;
  }
}



/* thx_txt
----------------------------------------------------*/

.thx_txt {
  padding: 50px 10px;
  background-color: #eee;
}

.thx_txt h2 {
  margin-bottom: 35px;
  font-size: 2.0rem;
  font-weight: bold;
  font-weight: 600;
}

.thx_txt .ticket_list_wrap {
  font-size: 1.5rem;
  border-top: 5px solid #000;
  background-color: #fff;
}





@media screen and (max-width: 768px) {
  .page_profile .tblist_pc {
    display: none;
  }

  .page_profile .tblist_sp {
    display: block;
  }

  .page_profile .tblist_sp .small_th {
    width: 23%;
  }

  .tblist_sp li {
    float: left;
    margin-right: 10px;
  }

  .tblist_sp li p {
    font-size: 1.7rem;
  }

  .tblist_sp li i {
    margin-right: 5px;
  }

  .tblist_sp .ico_desc {
    border: dotted 1px #ccc;
    padding: 10px;
    text-align: right;
    margin-bottom: 10px;
  }

  .profile_main dl {
    /* font-size: 1.3rem; */
    /* margin-bottom: 0; */
    /* width: 57%; */
  }

  .profile_sub .follow_num {
    margin: 10px auto;
    margin-bottom: 3px;
    text-align: left;
  }

  .profile_sub .follow_num li {
    width: auto;
  }

  .profile_sub .sns_box {
    text-align: left;
  }

  .profile_main {
    float: none;
    margin: 0 auto;
    width: 100%;
  }

  .profile_main figure {
    width: 30%;
    /* margin: 0 auto; */
  }


  .profile_txt {
    width: auto;
    margin-left: 0;
    margin-top: 10px;
    float: none;
  }

  /*
  .profile_txt dt {
    float: left;
    width: 30%;
    min-height: 4em;
    padding: 15px 0 8px 60px;
    text-align: right;
  }

  .profile_txt dd {
    text-align: left;
    min-height: 4em;
    margin-bottom: 5px;
    padding: 10px 0 8px;
    padding-left: 34%;
  }*/

  .profile_txt.mypage_txt dt,
  .profile_txt dt {
    float: none;
    width: 100%;
    min-height: 2em;
    padding: 15px 60px 8px 0px;
    text-align: left;
    background-color: #fff;
    font-weight: bold;
    font-weight: 600;
  }

  .profile_txt.mypage_txt dd,
  .profile_txt dd {
    text-align: left;
    min-height: 2em;
    margin-bottom: 5px;
    padding-left: 0%;
    padding: 10px 10px 8px;
  }

  .profile_txt dd dt {
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 0;
  }

  .profile_txt dd dd {
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 0;
  }

  .maincont input[type="text"], .maincont textarea {
    width: 100%;
  }

  .profile_txt dt span.required {
    /*    float: right;*/
    left: auto;
    right: 0;
    font-weight: normal;
    font-weight: 400;
    order: 2;
  }

  /*
  .profile_txt dd dt span.required {
        float: left;
    left: 0;
    right: auto;
  }*/

}


@media screen and (max-width: 480px) {
  .profile_main dl figure {
    width: 75px;
  }
}

/* page_profile (共通 pulldown_menu)
----------------------------------------------------*/

.pulldown_menu {
  height: 28px;
  float: right;
  margin-bottom: 10px;
}

.pulldown_menu li a.toggle {
  cursor: pointer;
  padding: 5px 0;
  color: #323f53;
}

.pulldown_menu ul.inner.child {
  border: none;
  padding: 0;
}

.pulldown_menu li a.toggle.active {
  border-bottom: 1px dotted #ccc;
}

.pulldown_menu ul {
  background: #f6f7f9;
  border: solid 1px #dcdcdc;
  border-radius: 5px;
  padding: 0.5em 1em;
  z-index: 100;
  position: relative;
  font-size: 1.2em;
}

.pulldown_menu ul li {
  border-bottom: 1px dotted #ccc;
}

.pulldown_menu ul li:last-child {
  border-bottom: none;
}

.pulldown_menu li a {
  padding: 8px 0;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}

.pulldown_menu .child {
  display: none;
}


/* page_profile (profile_follow)
----------------------------------------------------*/
.profile_list .profile_area {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.profile_list .profile_area:nth-child(2n) {
  margin-right: 0;
}

.profile_list .profile_main dl dt {
  font-size: 1.5rem;
}

.profile_list .profile_main dl dd {
  font-size: 1.3rem;
}

.profile_list .profile_main dl {
  margin-bottom: 0;
}

.profile_list .profile_area a.btn-normal {
  float: right;
}

@media screen and (max-width: 480px) {
  .profile_list .profile_area {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
}


/* page_profile(page_event)
----------------------------------------------------*/

.page_event table {
  width: 100%;
}

.page_event tr {
  border-bottom: solid 1px #dadde2;
}

.page_event tr:last-child {
  border-bottom: 0;
}

.page_event td {
  padding: 10px;
  vertical-align: middle;
}

.page_event td figure {
  width: 200px;
  margin-right: 20px;
  float: left;
}

.page_event td.event_btn {
  text-align: right;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .page_event td figure {
    width: 180px;
    margin-right: 0;
    margin-bottom: 5px;
    float: none;
  }
}

/*page_ticket
----------------------------------------------------*/
h3.announcement {
  font-size: 2.4rem;
  margin: 5px 0 35px;
  display: inline-block;
  border-bottom: solid 1px #323f53;
  padding: 0 10px 10px;
}

.page_ticket .txt {
  line-height: 1.4;
}

h2.private_information {
  font-weight: bold;
}

h2.guidance {
  background-color: #000;
  color: #fff;
  text-align: left;
  padding: 3px 8px;
}

/* mypage_ticket
----------------------------------------------------*/
.mypage_ticket h3 {
  font-size: 1.6rem;
  margin: 5px 0 15px;
  display: inline-block;
  border-bottom: solid 1px #323f53;
  padding: 0 10px 10px;
}

.mypage_ticket table.table_num {
  float: left;
  margin-right: 20px;
}

.mypage_ticket table.table_num td {
  border: solid 1px #dadde2;
  padding: 10px;
}

.mypage_ticket table.table_num td:nth-child(odd) {
  background-color: #f9fbfb;
}

.mypage_ticket .important_box {
  background: #fff3f6;
  border: solid 2px #e91e46;
  text-align: center;
  padding: 13px 30px;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
}

.mypage_ticket .important_box dt {
  color: #e91e46;
  margin-bottom: 3px;
}

.mypage_ticket .important_box dd span {
  font-size: 2rem;
}

@media screen and (max-width: 600px) {
  .mypage_ticket table.table_num {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .mypage_ticket .important_box {
    width: 100%;
  }

  .mypage_ticket .important_box dt {
    margin-bottom: 5px;
  }
}


/* qr page_login
----------------------------------------------------*/
/*.qr .qr-code { max-width: 250px; margin: 0 auto; }*/
.qr .qr-info {
  margin-bottom: 20px;
  font-weight: bold;
}

.qr .qr-text {
  line-height: 1.4;
}

.qr .note {
  padding: 5px;
  margin-top: 15px;
  background-color: #eff0f2;
}

/* page_login
----------------------------------------------------*/
#main.page_login {
  background-color: #eff0f2;
}

#main.page_login .section {
  margin: 40px;
}

.login_form {
  width: 49%;
  float: left;
  min-height: 41rem;
  background: #fff;
  padding: 30px;
  padding-top: 50px;
}

.login_form.new_form {
  margin-left: 2%;
}

.tit-login_form {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.8rem;
  font-weight: bold;
}

.login_form dt {
  width: 75px;
}

.form.login_form .btnarea {
  margin-top: 30px;
}

.new_form .tit-login_form {
  color: #e91e46;
}

.new_form .btn-strong {
  background-color: #e91e46;
  border: 2px solid #d41137;
  background: linear-gradient(to right, #e91e46, #e21840, #f39823, #f37023);
  background-size: 300% 300%;
}

.new_form .btn-strong:hover {
  color: #fff;
  background-position: 100% 50%;
  border: 2px solid #0c1a49;
}

@media screen and (max-width: 768px) {
  #main.page_login .section {
    margin: 40px 10px;
  }

  .login_form {
    width: auto;
    float: none;
    min-height: 0rem;
  }

  .login_form.new_form {
    margin-top: 30px;
    margin-left: 0;
  }

  .tit-login_form {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  #main.page_login .section {
    margin: 10px 10px;
  }
}

/* conference
----------------------------------------------------*/
.flowtxt {
  text-align: left;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #efefef;
}

.flowtxt dt {
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 20px;
}

.flowtxt dd {
  line-height: 1.4;
  margin-bottom: 10px;
}

.flowtxt dd h3 {
  margin-top: 25px;
  font-weight: bold;
}

.flowtxt dd dl {
  margin-left: 1.5em;
  border-left: 2px solid #9a9a9a;
  padding-left: 1em;
  margin-top: 5px;
}

.flowtxt dd dl dt {
  padding-top: 5px;
}

.flowtxt dd p {
  padding-left: 1.5em;
}

.flowtxt dd p.attention_note_light {
  margin: 0 auto;
  padding: 8px 0;
  padding-left: 0.5em;
  color: #f00;
  font-weight: bold;
  font-size: 1.2em;
}

.flowtxt dd p.attention_note_light span {
  background: #fcff71;
}

ul.section_title {
  width: 1080px;
  padding: 5px 0;
}

ul.section_title li {
  display: inline-block;
  width: 22.5%;
  text-align: center;
  vertical-align: middle;
  font-size: 0.8em;
}

ul.section_title li:first-child {
  margin-left: 7%;
}

.conferenceslist-wp .more {
  color: #fff;
  max-width: 400px;
  min-width: 200px;
  border: 2px solid #253b68;
  background-color: #000;
}

.conferenceslist-wp .more:before {
  content: "";
  float: right;
  width: 10px;
  height: 10px;
  margin: 10px 0px 0 0px;
  background-image: url(../share/images/next_w.svg);
  background-size: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background-position: 90% 50%;
  background-repeat: no-repeat;
}

.conferenceslist-wp .more:hover {
  color: #fff;
  background-color: #0c1a49;
  background-position: 95% 50%;
  border: 2px solid #000;
  opacity: 1;
}

.conferenceslist-wp .active .more:before {
  margin: 5px 10px 0 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-position: 0% 50%;
}

/*scroll-bar*/
.tblist.tblist_pc.scroll,
.section.scroll {
  overflow-x: auto;
}

.tblist.tblist_pc.scroll::-webkit-scrollbar,
.section.scroll::-webkit-scrollbar {
  width: 10px;
  background: #eaeaea;
}

.tblist.tblist_pc.scroll::-webkit-scrollbar:horizontal,
.section.scroll::-webkit-scrollbar:horizontal {
  height: 10px;
  background: #eaeaea;
}

.tblist.tblist_pc.scroll::-webkit-scrollbar-thumb,
.section.scroll::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 5px;
}

.tblist.tblist_pc.scroll::-webkit-scrollbar-thumb:horizontal,
.section.scroll::-webkit-scrollbar-thumb:horizontal {
  background: #c1c1c1;
  border-radius: 5px;
}

/*scroll-bar*/

.timetable {
  width: 1080px;
  position: relative;
  padding: 10px 2%;
  background-color: #F1EEEE;
}

/*time*/
.timetable ul {
  min-width: 1080px;
}

.timetable ul li {
  position: relative;
  width: 100%;
  height: 90px;
  text-align: left;
  border-bottom: 1px solid #fff;
}

.timetable ul li:nth-child(odd) {
  border-bottom: 1px dotted #fff;
}

.timetable ul li:last-child {
  border-bottom: none;
}

.timetable ul li span {
  position: absolute;
  top: -0.5em;
  padding-right: 10px;
  background-color: #F1EEEE;
  font-weight: bold;
}

.timetable ul li:nth-child(even) span {
  font-weight: normal;
  font-size: 0.8em;
  color: #999;
}

/*session fixdbtn*/
.fixdbtn {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.fixdbtn .anstxt {
  padding: 10px 15px;
  color: #fff;
  /*font-size: 1.3rem;*/
}

/*session block base*/
.timetable dl.session {
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 7%;
  width: 22%;
  height: 240px;
  background-color: #f9fbfb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #2C3E50;
  text-align: left;
  line-height: 1.2;
}

.timetable dl.session label {
  cursor: pointer;
}

.timetable dl.session label input[type="checkbox"] {
  display: inline-block;
  margin-right: 3px;
  vertical-align: -0.3em;

  width: 18px;
  height: 18px;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.timetable dl.session label span.checkbox-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 62px;
  margin: -15px 0 0 -32px;
  padding: 0;
}

.timetable dl.session label span.checkbox-circle:before {
  opacity: 0;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  top: 0;
  border: 1px solid #1a9ac8;
  box-shadow: 0 0 0 7px #fff;
  z-index: 900;
}

.timetable dl.session label span.checkbox-circle:after {
  opacity: 0;
  top: -30px;
  left: 10px;
  width: 36px;
  height: 23px;
  border-right: 7px solid #1a9ac8;
  border-bottom: 7px solid #1a9ac8;
  z-index: 901;
}

.timetable dl.session label input[type="checkbox"]:checked+span.checkbox-circle:before,
.timetable dl.session label input[type="checkbox"]:checked+span.checkbox-circle:after {
  opacity: 1;
}

.timetable dl.session:after {
  content: '';
  display: block;
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff 60%);
  background-color: transparent;
}

.timetable dl.session a.more {
  position: absolute;
  z-index: 10;
  bottom: -1px;
  left: -1%;
  width: 102%;
  margin-left: 0em;
  text-align: center;
  border: 1px solid;
  cursor: pointer;
}

.timetable dl.session a.more:hover,
.timetable dl.session a.more:visited,
.timetable dl.session a.more:active {
  color: #fff;
  text-decoration: none;
}





.timetable dl.session dt {
  padding: 3px;
  font-weight: bold;
  background-color: #2C3E50;
  color: #FFF;
}

.timetable dl.session dd span.time {
  display: block;
  opacity: 0.8;
  padding: 3px;
  text-align: right;
  color: #FFF;
  background-color: #2C3E50;
}

.timetable dl.session .btn-normal {
  background-color: #2C3E50;
}

.timetable dl.session dd p {
  padding: 3px;
}

.timetable dl.session dd div.alert {
  padding: 3px 7px;
}

.timetable dl.session dd div.alert p {
  padding: 0 22px;
}

/*session block key*/
.timetable dl.session.cat-keynote {
  border: 1px solid #c0392b;
}

.timetable dl.session.cat-keynote dt,
.timetable dl.session.cat-keynote dd span.time,
.timetable dl.session.cat-keynote .btn-normal {
  background-color: #c0392b;
}

/*session block guest*/
.timetable dl.session.cat-guest {
  border: 1px solid #8e44ad;
}

.timetable dl.session.cat-guest dt,
.timetable dl.session.cat-guest dd span.time,
.timetable dl.session.cat-guest .btn-normal {
  background-color: #8e44ad;
}

/*session block greensea*/
.timetable dl.session.cat-greensea {
  border: 1px solid #16a085;
}

.timetable dl.session.cat-greensea dt,
.timetable dl.session.cat-greensea dd span.time,
.timetable dl.session.cat-greensea .btn-normal {
  background-color: #16a085;
}

/*session block emerald*/
.timetable dl.session.cat-emerald {
  border: 1px solid #27ae60;
}

.timetable dl.session.cat-emerald dt,
.timetable dl.session.cat-emerald dd span.time,
.timetable dl.session.cat-emerald .btn-normal {
  background-color: #27ae60;
}

/*session block blue*/
.timetable dl.session.cat-blue {
  border: 1px solid #2980b9;
}

.timetable dl.session.cat-blue dt,
.timetable dl.session.cat-blue dd span.time,
.timetable dl.session.cat-blue .btn-normal {
  background-color: #2980b9;
}

/*session block yellow*/
.timetable dl.session.cat-yellow {
  border: 1px solid #f39c12;
}

.timetable dl.session.cat-yellow dt,
.timetable dl.session.cat-yellow dd span.time,
.timetable dl.session.cat-yellow .btn-normal {
  background-color: #f39c12;
}

/*session block orange*/
.timetable dl.session.cat-orange {
  border: 1px solid #d35400;
}

.timetable dl.session.cat-orange dt,
.timetable dl.session.cat-orange dd span.time,
.timetable dl.session.cat-orange .btn-normal {
  background-color: #d35400;
}

/*session block row*/
.timetable dl.session.row-1 {
  left: 7%;
}

.timetable dl.session.row-2 {
  left: 30%;
}

.timetable dl.session.row-3 {
  left: 53%;
}

.timetable dl.session.row-4 {
  left: 76%;
}

/*session block col*/
/*.timetable dl.session.col-h9{
  top: 10px;
}*/
.timetable dl.session.col-h10 {
  top: 10px;
}

.timetable dl.session.col-h11 {
  top: 190px;
}

.timetable dl.session.col-h12 {
  top: 370px;
}

.timetable dl.session.col-h13 {
  top: 550px;
}

.timetable dl.session.col-h14 {
  top: 730px;
}

.timetable dl.session.col-h15 {
  top: 910px;
}

.timetable dl.session.col-h16 {
  top: 1090px;
}

.timetable dl.session.col-h17 {
  top: 1270px;
}

.timetable dl.session.col-h18 {
  top: 1450px;
}

.timetable dl.session.col-m0 {
  margin-top: 0px;
}

.timetable dl.session.col-m5 {
  margin-top: 15px;
}

.timetable dl.session.col-m10 {
  margin-top: 30px;
}

.timetable dl.session.col-m15 {
  margin-top: 45px;
}

.timetable dl.session.col-m20 {
  margin-top: 60px;
}

.timetable dl.session.col-m25 {
  margin-top: 75px;
}

.timetable dl.session.col-m30 {
  margin-top: 90px;
}

.timetable dl.session.col-m35 {
  margin-top: 105px;
}

.timetable dl.session.col-m40 {
  margin-top: 120px;
}

.timetable dl.session.col-m45 {
  margin-top: 135px;
}

.timetable dl.session.col-m50 {
  margin-top: 150px;
}

.timetable dl.session.col-m55 {
  margin-top: 165px;
}

.timetable dl.session.time-m5,
.timetable dl.session.time-m5 dd {
  height: 15px;
}

.timetable dl.session.time-m10,
.timetable dl.session.time-m10 dd {
  height: 30px;
}

.timetable dl.session.time-m15,
.timetable dl.session.time-m15 dd {
  height: 45px;
}

.timetable dl.session.time-m20,
.timetable dl.session.time-m20 dd {
  height: 60px;
}

.timetable dl.session.time-m25,
.timetable dl.session.time-m25 dd {
  height: 75px;
}

.timetable dl.session.time-m30,
.timetable dl.session.time-m30 dd {
  height: 90px;
}

.timetable dl.session.time-m35,
.timetable dl.session.time-m35 dd {
  height: 105px;
}

.timetable dl.session.time-m40,
.timetable dl.session.time-m40 dd {
  height: 120px;
}

.timetable dl.session.time-m45,
.timetable dl.session.time-m45 dd {
  height: 135px;
}

.timetable dl.session.time-m50,
.timetable dl.session.time-m50 dd {
  height: 150px;
}

.timetable dl.session.time-m55,
.timetable dl.session.time-m55 dd {
  height: 165px;
}

.timetable dl.session.time-m60,
.timetable dl.session.time-m60 dd {
  height: 180px;
}

.timetable dl.session.time-m65,
.timetable dl.session.time-m65 dd {
  height: 195px;
}

.timetable dl.session.time-m70,
.timetable dl.session.time-m70 dd {
  height: 210px;
}

.timetable dl.session.time-m75,
.timetable dl.session.time-m75 dd {
  height: 225px;
}

.timetable dl.session.time-m80,
.timetable dl.session.time-m80 dd {
  height: 240px;
}

.timetable dl.session.time-m85,
.timetable dl.session.time-m85 dd {
  height: 255px;
}

.timetable dl.session.time-m90,
.timetable dl.session.time-m90 dd {
  height: 270px;
}

.timetable dl.session.time-m95,
.timetable dl.session.time-m95 dd {
  height: 285px;
}

.timetable dl.session.time-m100,
.timetable dl.session.time-m100 dd {
  height: 300px;
}

.timetable dl.session.time-m105,
.timetable dl.session.time-m105 dd {
  height: 315px;
}

.timetable dl.session.time-m110,
.timetable dl.session.time-m110 dd {
  height: 330px;
}

.timetable dl.session.time-m115,
.timetable dl.session.time-m115 dd {
  height: 345px;
}

.timetable dl.session.time-m120,
.timetable dl.session.time-m120 dd {
  height: 360px;
}

.timetable dl.session.time-m125,
.timetable dl.session.time-m125 dd {
  height: 375px;
}

.timetable dl.session.time-m130,
.timetable dl.session.time-m130 dd {
  height: 390px;
}

.timetable dl.session.time-m135,
.timetable dl.session.time-m135 dd {
  height: 405px;
}

.timetable dl.session.time-m140,
.timetable dl.session.time-m140 dd {
  height: 420px;
}

.timetable dl.session.time-m145,
.timetable dl.session.time-m145 dd {
  height: 435px;
}

.timetable dl.session.time-m150,
.timetable dl.session.time-m150 dd {
  height: 450px;
}

.timetable dl.session.time-m155,
.timetable dl.session.time-m155 dd {
  height: 465px;
}

.timetable dl.session.time-m160,
.timetable dl.session.time-m160 dd {
  height: 480px;
}

.timetable dl.session.time-m165,
.timetable dl.session.time-m165 dd {
  height: 495px;
}

.timetable dl.session.time-m170,
.timetable dl.session.time-m170 dd {
  height: 510px;
}

.timetable dl.session.time-m175,
.timetable dl.session.time-m175 dd {
  height: 525px;
}

.timetable dl.session.time-m180,
.timetable dl.session.time-m180 dd {
  height: 540px;
}

.timetable dl.session.time-m185,
.timetable dl.session.time-m185 dd {
  height: 555px;
}

.timetable dl.session.time-m190,
.timetable dl.session.time-m190 dd {
  height: 570px;
}

.timetable dl.session.time-m195,
.timetable dl.session.time-m195 dd {
  height: 585px;
}

.timetable dl.session.time-m200,
.timetable dl.session.time-m200 dd {
  height: 600px;
}

.timetable dl.session.time-m205,
.timetable dl.session.time-m205 dd {
  height: 615px;
}

.timetable dl.session.time-m210,
.timetable dl.session.time-m210 dd {
  height: 630px;
}

.timetable dl.session.time-m215,
.timetable dl.session.time-m215 dd {
  height: 645px;
}

.timetable dl.session.time-m220,
.timetable dl.session.time-m220 dd {
  height: 660px;
}

.timetable dl.session.time-m225,
.timetable dl.session.time-m225 dd {
  height: 675px;
}

.timetable dl.session.time-m230,
.timetable dl.session.time-m230 dd {
  height: 690px;
}

.timetable dl.session.time-m235,
.timetable dl.session.time-m235 dd {
  height: 705px;
}

.timetable dl.session.time-m240,
.timetable dl.session.time-m240 dd {
  height: 720px;
}

.timetable dl.session.time-m245,
.timetable dl.session.time-m245 dd {
  height: 735px;
}

.timetable dl.session.time-m250,
.timetable dl.session.time-m250 dd {
  height: 750px;
}

.timetable dl.session.time-m255,
.timetable dl.session.time-m255 dd {
  height: 765px;
}

.timetable dl.session.time-m260,
.timetable dl.session.time-m260 dd {
  height: 780px;
}

.timetable dl.session.time-m265,
.timetable dl.session.time-m265 dd {
  height: 795px;
}

.timetable dl.session.time-m270,
.timetable dl.session.time-m270 dd {
  height: 810px;
}

.timetable dl.session.time-m275,
.timetable dl.session.time-m275 dd {
  height: 825px;
}

.timetable dl.session.time-m280,
.timetable dl.session.time-m280 dd {
  height: 840px;
}

.timetable dl.session.time-m285,
.timetable dl.session.time-m285 dd {
  height: 855px;
}

.timetable dl.session.time-m290,
.timetable dl.session.time-m290 dd {
  height: 870px;
}

.timetable dl.session.time-m295,
.timetable dl.session.time-m295 dd {
  height: 885px;
}

.timetable dl.session.time-m300,
.timetable dl.session.time-m300 dd {
  height: 900px;
}

.timetable dl.session.time-m305,
.timetable dl.session.time-m305 dd {
  height: 915px;
}

.timetable dl.session.time-m310,
.timetable dl.session.time-m310 dd {
  height: 930px;
}

.timetable dl.session.time-m315,
.timetable dl.session.time-m315 dd {
  height: 945px;
}

.timetable dl.session.time-m320,
.timetable dl.session.time-m320 dd {
  height: 960px;
}

.timetable dl.session.time-m325,
.timetable dl.session.time-m325 dd {
  height: 975px;
}

.timetable dl.session.time-m330,
.timetable dl.session.time-m330 dd {
  height: 990px;
}

.timetable dl.session.time-m335,
.timetable dl.session.time-m335 dd {
  height: 1005px;
}

.timetable dl.session.time-m340,
.timetable dl.session.time-m340 dd {
  height: 1020px;
}

.timetable dl.session.time-m345,
.timetable dl.session.time-m345 dd {
  height: 1035px;
}

.timetable dl.session.time-m350,
.timetable dl.session.time-m350 dd {
  height: 1050px;
}

.timetable dl.session.time-m355,
.timetable dl.session.time-m355 dd {
  height: 1065px;
}

.timetable dl.session.time-m360,
.timetable dl.session.time-m360 dd {
  height: 1080px;
}

.timetable dl.session.time-m365,
.timetable dl.session.time-m365 dd {
  height: 1095px;
}

.timetable dl.session.time-m370,
.timetable dl.session.time-m370 dd {
  height: 1110px;
}

.timetable dl.session.time-m375,
.timetable dl.session.time-m375 dd {
  height: 1125px;
}

.timetable dl.session.time-m380,
.timetable dl.session.time-m380 dd {
  height: 1140px;
}

.timetable dl.session.time-m385,
.timetable dl.session.time-m385 dd {
  height: 1155px;
}

.timetable dl.session.time-m390,
.timetable dl.session.time-m390 dd {
  height: 1170px;
}

.timetable dl.session.time-m395,
.timetable dl.session.time-m395 dd {
  height: 1185px;
}

.timetable dl.session.time-m400,
.timetable dl.session.time-m400 dd {
  height: 1200px;
}

.timetable dl.session.time-m405,
.timetable dl.session.time-m405 dd {
  height: 1215px;
}

.timetable dl.session.time-m410,
.timetable dl.session.time-m410 dd {
  height: 1230px;
}

.timetable dl.session.time-m415,
.timetable dl.session.time-m415 dd {
  height: 1245px;
}

.timetable dl.session.time-m420,
.timetable dl.session.time-m420 dd {
  height: 1260px;
}

.timetable dl.session.time-m425,
.timetable dl.session.time-m425 dd {
  height: 1275px;
}

.timetable dl.session.time-m430,
.timetable dl.session.time-m430 dd {
  height: 1290px;
}

.timetable dl.session.time-m435,
.timetable dl.session.time-m435 dd {
  height: 1305px;
}

.timetable dl.session.time-m440,
.timetable dl.session.time-m440 dd {
  height: 1320px;
}

.timetable dl.session.time-m445,
.timetable dl.session.time-m445 dd {
  height: 1335px;
}

.timetable dl.session.time-m450,
.timetable dl.session.time-m450 dd {
  height: 1350px;
}

.timetable dl.session.time-m455,
.timetable dl.session.time-m455 dd {
  height: 1365px;
}

.timetable dl.session.time-m460,
.timetable dl.session.time-m460 dd {
  height: 1380px;
}

.timetable dl.session.time-m465,
.timetable dl.session.time-m465 dd {
  height: 1395px;
}

.timetable dl.session.time-m470,
.timetable dl.session.time-m470 dd {
  height: 1410px;
}

.timetable dl.session.time-m475,
.timetable dl.session.time-m475 dd {
  height: 1425px;
}

.timetable dl.session.time-m480,
.timetable dl.session.time-m480 dd {
  height: 1440px;
}




/*inline window*/
#colorbox {
  z-index: 9999;
}

#cboxClose {
  margin-top: 10px;
  font-size: 2em;
  padding: 3px 15px;
  /*  -webkit-border-radius: 2em;
          border-radius: 2em;*/
  border: 1px solid #2C3E50;
  background-color: #2C3E50;
  color: #fff;
}

div.inline_window_wrapper {
  display: none;
}

div.inline_window {
  background-color: #F9FBFB;
  text-align: left;
  /*font-size: 1.5em;*/
  line-height: 1.4;
  /*-webkit-border-radius: 5px;*/
  /*border-radius: 5px;*/
  /*border: 3px solid #2C3E50;*/
}

div.inline_window h3 {
  padding: 10px 5px;
  font-weight: bold;
  background-color: #2C3E50;
  font-size: 1.2em;
  color: #FFF;
}

div.inline_window h4 {
  display: block;
  padding: 5px;
  text-align: right;
  background-color: #7F8C8D;
  font-size: 1.2rem;
  color: #FFF;
}

div.inline_window .alert {
  font-size: 0.9em;
}

div.inline_window div.contents {
  margin: 20px;
}

div.inline_window div.contents p.summary.middle {
  font-size: 0.9em;
}

div.inline_window div.contents h5 {
  margin: 20px 0 15px;
  padding: 5px;
  font-size: 1.2em;
  background: #545454;
}

div.inline_window div.contents dl dt {
  font-weight: bold;
}

div.inline_window div.contents div.person_wraper {
  padding-left: 15px;
}

div.inline_window div.contents div.person_wraper h6 {
  margin: 20px 0 15px;
  padding-bottom: 5px;
}

div.inline_window div.contents div.session_wrapper {
  margin-top: 10px;
}

div.inline_window div.contents div.person_wraper dl {
  float: left;
  width: 48%;
  margin-right: 1%;
  margin-bottom: 1%;
}

div.inline_window div.contents div.person_wraper dl dt {
  float: left;
  width: 20%;
  margin-right: 10px;
}

div.inline_window div.contents div.person_wraper dl dd {
  font-size: 1.2em;
  font-weight: bold;
}

div.inline_window div.contents div.person_wraper dl dd span {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
}

div.inline_window div.contents div.person_wraper dl dd span.tba {
  display: inline;
  font-size: 0.9em;
}

@media screen and (max-width: 480px) {
  div.inline_window div.contents div.person_wraper dl {
    width: 100%;
  }
}

/* --------------------------------------------------------------
    session 詳細
-------------------------------------------------------------- */
div.inline_window {
  position: relative;
  overflow: hidden;
  height: 400px;
  margin-bottom: 50px;
}

div.inline_window.active {
  overflow: auto;
  height: auto;
}

div.inline_window:after {
  content: '';
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff 100%);
  background-color: transparent;
}

div.inline_window label {
  cursor: pointer;
}

div.inline_window label input[type="checkbox"] {
  display: inline-block;
  margin-right: 3px;
  vertical-align: -0.3em;

  width: 18px;
  height: 18px;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

div.inline_window label span.checkbox-circle {
  position: absolute;
  top: 50%;
  left: 45%;
  width: 62px;
  height: 62px;
  margin: -15px 0 0 -32px;
  padding: 0;
}

div.inline_window label span.checkbox-circle:before {
  opacity: 0;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  top: 0;
  border: 1px solid #1a9ac8;
  box-shadow: 0 0 0 10px #fff;
}

div.inline_window label span.checkbox-circle:after {
  opacity: 0;
  top: -30px;
  left: 10px;
  width: 36px;
  height: 23px;
  border-right: 7px solid #1a9ac8;
  border-bottom: 7px solid #1a9ac8;
}

div.inline_window label input[type="checkbox"]:checked+span.checkbox-circle:before,
div.inline_window label input[type="checkbox"]:checked+span.checkbox-circle:after {
  opacity: 1;
  z-index: 1;
}

div.inline_window h4 {
  opacity: 0.9;
}

div.inline_window h3 span.label-cat {
  margin-right: 5px;
  border: none;
  background: #FFF;
  color: #2C3E50;
}

/* cat color */
div.inline_window.cat-keynote h3,
div.inline_window.cat-keynote h4 {
  background-color: #C0392B;
}

div.inline_window.cat-keynote h3 span.label-cat {
  color: #C0392B;
}

div.inline_window.cat-guest h3,
div.inline_window.cat-guest h4 {
  background-color: #8e44ad;
}

div.inline_window.cat-guest h3 span.label-cat {
  color: #8e44ad;
}

div.inline_window.cat-greensea h3,
div.inline_window.cat-greensea h4 {
  background-color: #16a085;
}

div.inline_window.cat-greensea h3 span.label-cat {
  color: #16a085;
}

div.inline_window.cat-emerald h3,
div.inline_window.cat-emerald h4 {
  background-color: #27ae60;
}

div.inline_window.cat-emerald h3 span.label-cat {
  color: #27ae60;
}

div.inline_window.cat-blue h3,
div.inline_window.cat-blue h4 {
  background-color: #2980b9;
}

div.inline_window.cat-blue h3 span.label-cat {
  color: #2980b9;
}

div.inline_window.cat-yellow h3,
div.inline_window.cat-yellow h4 {
  background-color: #f39c12;
}

div.inline_window.cat-yellow h3 span.label-cat {
  color: #f39c12;
}

div.inline_window.cat-orange h3,
div.inline_window.cat-orange h4 {
  background-color: #d35400;
}

div.inline_window.cat-orange h3 span.label-cat {
  color: #d35400;
}

.more {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 40%;
  right: 40%;
  margin: auto;
  text-align: center;
  cursor: pointer;
}

.active .more {
  font-size: 0;
}

.active .more:after {
  content: 'CLOSE';
  font-size: 1.2rem;
}

/***********************************************
申し込みの流れ矢印
***********************************************/
ul.arrow {
  /*margin-top: 6em;*/
  margin: 0 auto;
  margin-top: 3em;
  margin-bottom: 2em;
  text-align: center;
}

ul.arrow li {
  display: inline-block;
  height: 4em;
  /*height: 4em;*/
  position: relative;
  margin-left: 2em;
  background-color: #e2d6ba;
  text-align: left;
  line-height: 1.4;
}

ul.arrow li:first-child {
  margin-left: 0em;
}

ul.arrow li dd {
  display: block;
  font-size: 1rem;
  margin-bottom: 3px;
  font-family: 'Roboto Condensed', sans-serif;
}

ul.arrow li dl {
  float: left;
  padding: 3px 7px;
  font-size: 1.2rem;
  font-weight: bold;
}

ul.arrow li .blln {
  position: absolute;
  top: -4.5em;
  left: -0em;
  padding: 6px;
  background-color: #000;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
}

ul.arrow.conf li .blln {
  left: -10em;
  width: 23em;
}

ul.arrow.conf li .blln a {
  color: #fff;
  text-decoration: none;
}

ul.arrow li .blln p {
  width: 1em;
  height: 1.3em;
  margin-bottom: -1.3em;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #000 50.5%) no-repeat top left/100% 100%
}

ul.arrow.conf li .blln p {
  margin-left: 50%;
}

ul.arrow li div.arrow {
  float: right;
  margin-right: -2em;
  width: 2em;
  height: 100%;
}

/* color*/

ul.arrow li.pre-select {
  background-color: #e2d6ba;
}

ul.arrow li.select {
  background-color: #172a88;
}

ul.arrow li.completion {
  background-color: #dcdddd;
}

ul.arrow li.stepcomplet {
  background-color: #f39800;
}

ul.arrow li.pre-select dd {
  color: #000;
}

ul.arrow li.select dd {
  color: #e4007f;
}

ul.arrow li.completion dd {
  color: #b5b5b6;
}

ul.arrow li.stepcomplet dd {
  color: #e4007f;
}

ul.arrow li.select dl {
  color: #fff;
}

ul.arrow li.completion dl {
  color: #b5b5b6;
}

ul.arrow li.stepcomplet dl {
  color: #fff;
}

ul.arrow li.pre-select div.arrow {
  background:
    linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #e2d6ba 51.8%) no-repeat top left/100% 52%,
    linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #e2d6ba 51.8%) no-repeat bottom right/100% 52%;
}

ul.arrow li.select div.arrow {
  background:
    linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #172a88 51.8%) no-repeat top left/100% 52%,
    linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #172a88 51.8%) no-repeat bottom right/100% 52%;
}

ul.arrow li.completion div.arrow {
  background:
    linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #dcdddd 51.8%) no-repeat top left/100% 52%,
    linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #dcdddd 51.8%) no-repeat bottom right/100% 52%;
}

@media screen and (max-width: 750px) {
  ul.arrow li {
    margin-left: 1em;
    width: 23%;
  }

  ul.arrow li:last-child {
    width: 15%;
  }

  ul.arrow li dd {
    font-size: 0.9rem;
    margin-bottom: 5px;
  }

  ul.arrow li dt {
    line-height: 1.2;
  }

  ul.arrow li dl {
    padding: 5px;
    font-size: 1.1rem;
  }

  ul.arrow li div.arrow {
    margin-right: -1em;
    width: 1em;
  }

  ul.arrow li .blln {
    left: -3em;
  }

  ul.arrow li .blln p {
    margin-left: 50%;
  }
}

@media screen and (max-width: 480px) {
  ul.arrow li {
    height: 8em;
  }

  ul.arrow li .blln {
    left: -5em;
  }

  ul.arrow li .blln p {
    margin-left: 55%;
  }

  ul.arrow.conf li .blln {
    left: -13em;
    width: 20em;
    display: none;
  }

  ul.arrow.conf li .blln p {
    margin-left: 70%;
  }

  #headerArea .inner {
    padding: 10px;
    flex-wrap: wrap;
  }

  #headerArea h1 {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
  }

  #headerArea .inner ul.headContactBtn li {
    padding-left: 0;
    padding-right: 10px;
  }

  #headerArea .inner ul.headContactBtn li a {
    border-radius: 5px;
  }

}

/*タイムスケジュール不足分*/
.count200 {
  -ms-grid-row-span: 40 !important;
  grid-row-end: span 40 !important;
}

.count350 {
  -ms-grid-row-span: 70 !important;
  grid-row-end: span 70 !important;
}

.count375 {
  -ms-grid-row-span: 75 !important;
  grid-row-end: span 75 !important;
}

.count400 {
  -ms-grid-row-span: 80 !important;
  grid-row-end: span 80 !important;
}

.count425 {
  -ms-grid-row-span: 85 !important;
  grid-row-end: span 85 !important;
}

/*セッション詳細*/
.forvisitors-speech__status {
  font-size: 0.8rem;
  background-color: #d50000;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 3px 19px;
}

.forvisitors-share-list__item--facebook {
  width: 70px !important;
}

/***********************************************
popup
***********************************************/
.popup_page header, .popup_page footer, .popup_page nav {
  display: none !important;
}

html.popup_page, .popup_page body {
  min-width: inherit;
}

.popup_page .l-2column-contents {
  width: auto;
  margin: 0;
}

.forvisitors-share-list.detailed {
  justify-content: flex-end;
  margin: 30px 0 10px;
}

.c-button--close {
  min-width: 200px;
  margin: auto;
  display: block;
}

.c-button--close:hover {
  opacity: 0.7 !important;
  color: #000 !important;
}

.c-button--close:after {
  content: '';
  color: inherit;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: '\f057';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/***********************************************
アドレスなし
***********************************************/
.staff_link{
    text-align: right;
    position: fixed;
    right: 100px;
    bottom: 100px;
}
.staff_link a {
    color: #999;
    text-decoration: none;
}




/***********************************************
ローディング
***********************************************/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
}
.loader p{
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
}

.loader-spin,
.loader-spin:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader-spin {
  margin: 0 auto 50px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1em solid rgba(255, 255, 255, 0.2);
  border-right: 1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1em solid rgba(255, 255, 255, 0.2);
  border-left: 1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
