@charset "UTF-8";
/* --------------------------------------------------------------
    base
-------------------------------------------------------------- */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 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 */
  -webkit-text-decoration: underline dotted;
          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 font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

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

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

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

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

/**
 * Remove the border on 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
-------------------------------------------------------------- */
html {
  font-size: 62.5%; }

body {
  font-family: Arial, "ヒラギノ角ゴ ProN","ヒラギノ角ゴ", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
  font-size: 1.4rem; }

* {
  -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;
  cursor: pointer; }
  a:hover {
    color: #f37023;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear; }

button {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
  outline: none; }
  button:hover {
    color: #f37023;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear; }

p {
  margin: 0; }

h1, h2, h3, h4 {
  font-size: inherit;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

dl, dt, dd {
  margin: 0;
  padding: 0; }

figure {
  margin: 0; }

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

table {
  border-collapse: collapse; }

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; }

th {
  font-weight: normal; }

/* 768px */
/* 480px */
@media only screen and (max-width: 480px) {
  html {
    font-size: 60%; } }

/*!
 *  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  background-color: #eff0f2; }

#header {
  height: 46px; }

#main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 46px;
  min-height: calc(100vh - 35px);
  word-break: break-all; }

#footer {
  margin-top: auto;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

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

/* 480px */
/* footer
----------------------------------------------------*/
#footer {
  background-color: #323f53;
  color: #fff;
  font-size: 1rem; }
  #footer .copy_txt {
    text-align: center; }

/* header
----------------------------------------------------*/
#header {
  width: 100%;
  padding: 0 15px;
  background-color: #323f53;
  color: #fff;
  position: fixed;
  z-index: 99; }
  #header a {
    color: #fff; }
    #header a:hover {
      opacity: 0.7; }
  #header h1 img {
    max-height: 28px; }
  #header .headerNavi {
    margin-left: auto;
    font-size: 1.2rem;
    line-height: 26px;
    float: right; }

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

#header .c_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }

#header .headerNavi {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap; }

#header .headerNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap; }
  #header .headerNavi ul li {
    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 #fff;
        padding-left: 5px; }
    #header .headerNavi ul.lang_box li.lang_select {
      color: #89d1ff; }
      #header .headerNavi ul.lang_box li.lang_select a {
        color: #89d1ff; }

#header .herader-icon {
  width: 23px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%; }
  #header .herader-icon img {
    border-radius: 50%; }

@media screen and (max-width: 480px) {
  #header .h_logo {
    margin-right: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto; }
  #header .headerNavi {
    font-size: 1rem; }
  #header .headerNavi ul.lang_box {
    margin-left: 5px; }
  #header .headerNavi ul li {
    float: left;
    margin-left: 8px; }
  #header .herader-icon {
    width: 18px; } }

/* main
----------------------------------------------------*/
.maincont {
  padding: 30px;
  position: relative; }

/* 768px */
/* 480px */
@media only screen and (max-width: 480px) {
  .maincont {
    padding: 20px 10px; } }

/* --------------------------------------------------------------
    component
-------------------------------------------------------------- */
/* alert
----------------------------------------------------*/
.alert {
  padding: 10px;
  background-color: #1ac1bb;
  color: #fff;
  position: relative; }
  .alert p {
    position: relative;
    padding: 0 22px; }
  .alert i {
    position: absolute;
    left: 0;
    top: 2px; }
  .alert a {
    color: #fff; }
  .alert.alert-error {
    background-color: #e84f70; }
  .alert.alert-cation {
    color: #333;
    background-color: #ffc5d1; }
  .alert.alert-profile {
    background-color: #e84f70;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .alert.alert-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.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_side {
  margin-left: auto; }
  .alert-link_side a {
    text-decoration: underline; }
    .alert-link_side a:hover {
      opacity: 0.7; }

.alertwrap .alert:not(:last-child) {
  margin-bottom: 10px; }

.alertwrap .alert:last-child {
  margin-bottom: 30px; }

/* 768px */
/* 480px */
@media only screen and (max-width: 480px) {
  .alert.alert-profile {
    margin-bottom: 20px;
    display: block; }
    .alert.alert-profile p {
      padding-right: 0px; } }

/* button
----------------------------------------------------*/
.btn-normal, .btn-strong {
  display: inline-block;
  border-radius: 200px;
  padding: 6px 15px;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer; }

.btn-normal {
  border: 1px solid #dedede;
  color: #1a9ac8;
  border: 2px solid #dedede;
  background-color: #fff; }

.btn-strong {
  background-color: #1a9ac8;
  color: #fff;
  border: 2px solid transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)); }
  .btn-strong:hover {
    color: #fff;
    background-color: #f37023; }

.btnarea {
  margin-bottom: 30px; }
  .btnarea [class*="btn-"]:not(:last-child) {
    margin-right: 10px; }
  .btnarea.right {
    text-align: right; }
  .btnarea.center {
    text-align: center; }
  .btnarea.bottom {
    margin-top: 50px;
    text-align: center; }

[class*="btn-"].btn-s {
  font-size: 1.2rem;
  padding: 3px 8px; }

[class*="btn-"].btn-l {
  font-size: 1.5rem;
  padding: 10px 25px; }

[class*="btn-"].is-disable {
  pointer-events: none;
  background: #f1f1f2;
  color: #b5b9be;
  border-color: #ebebeb; }

[class*="btn-"] i {
  margin-right: 5px; }

/* 768px */
/* 480px */
@media only screen and (max-width: 480px) {
  .btnarea {
    margin-bottom: 20px; } }

/* buy
----------------------------------------------------*/
.secretcode > * {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .secretcode > * > *:not(:last-child) {
    margin-right: 10px; }

.secretcode h3 {
  width: 150px;
  color: #888e96; }

.secretcode-input {
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .secretcode-input .inputwrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .secretcode-input .inputwrap input {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }

.secretcode-view ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.secretcode-view li:not(:last-child) {
  margin-bottom: 5px; }

.secretcode-view li span {
  display: inline-block;
  margin-right: 10px; }

.secretcode-view li i {
  margin: 0; }

.buylist-message {
  margin-bottom: 30px;
  background-color: #DCF0FE;
  color: #1a9ac8;
  padding: 10px;
  border: 1px solid #c3e5fd; }

.buylist dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #dedede;
  position: relative; }
  .buylist dl:not(:first-child) {
    border-top: 0; }

.buylist > label dl {
  margin-top: -1px; }

.buylist dt, .buylist dd {
  padding: 12px; }

.buylist .buylist-center {
  text-align: center; }

.buylist .buylist-right {
  text-align: right; }

.buylist .buylist-status {
  position: relative; }
  .buylist .buylist-status [class*="status-"] {
    position: absolute;
    top: -1px;
    left: -1px; }

.buylist .buylist-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .buylist .buylist-name strong {
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
    position: relative; }
    .buylist .buylist-name strong .labelset {
      display: inline-block; }
  .buylist .buylist-name p {
    font-size: 1.2rem;
    color: #9a9fa6; }

.buylist .buylist-price {
  text-align: right; }
  .buylist .buylist-price small {
    margin-top: 5px;
    display: block;
    font-size: 1.2rem; }

.buylist .buylist-input {
  margin-left: auto;
  text-align: right;
  width: 100px; }
  .buylist .buylist-input input {
    width: 50px;
    margin-right: 5px; }
  .buylist .buylist-input small {
    margin-top: 5px;
    display: block;
    font-size: 1.2rem; }

.buylist .buylist-check {
  padding-right: 0; }

.buylist .buylist-number {
  width: 86%;
  max-width: 480px;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .buylist .buylist-number span {
    display: block; }
  .buylist .buylist-number dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .buylist .buylist-number dd input {
      width: 100%; }

.buylist dl[class*="is-"] .buylist-name strong {
  position: relative; }

.buylist dl[class*="is-"] .buylist-name strong:before {
  display: block;
  width: 54px;
  padding: 3px 0;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 0;
  left: -1px;
  border-radius: 4px; }

.buylist [class*="status-"] {
  position: relative;
  top: -3px;
  margin-right: 5px; }

.buylist dl.is-soldout {
  color: #bcbcbc;
  background-color: #f4f4f4; }
  .buylist dl.is-soldout .buylist-name p {
    color: #bcbcbc; }

.buylist .dl-total {
  background-color: #DCF0FE;
  font-size: 1.7rem; }
  .buylist .dl-total dt, .buylist .dl-total dd {
    padding: 15px 15px; }
  .buylist .dl-total dd {
    margin-left: auto; }

.buylist-pay dl {
  height: 80px; }

.buylist-pay img {
  max-height: 100%;
  height: auto;
  max-width: 200px; }

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

/* pc */
@media only screen and (min-width: 769px) {
  .buylist .buylist-input {
    margin-left: 6%; }
  .buylist .buylist-price {
    margin-left: 50px; } }

/* 768px */
@media only screen and (max-width: 768px) {
  .buylist .buylist-name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

/* 480px */
@media only screen and (max-width: 480px) {
  .secretcode > * {
    padding: 15px;
    display: block; }
  .secretcode h3 {
    margin-bottom: 5px; }
  .buylist dl[class*="is-"] .buylist-name strong {
    padding-left: 0; }
  .buylist dl[class*="is-"] .buylist-name strong:before {
    display: block;
    position: relative;
    margin: 0 0 4px; }
  .buylist dt [class*="status-"]:last-child:after {
    content: "";
    display: block; }
  .buylist .buylist-name strong .labelset {
    display: block; }
  .buylist-pay dl {
    height: 70px; }
  .buylist-pay img {
    max-width: 140px; } }

/* datepicker
----------------------------------------------------*/
/* detaillist
----------------------------------------------------*/
.detaillist > dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #dedede;
  padding: 10px; }
  .detaillist > dl:first-child {
    border-top: 1px solid #dedede; }
  .detaillist > dl:nth-child(odd) {
    background-color: #fafbfb; }
  .detaillist > dl dl dt {
    width: 120px;
    text-align: left;
    color: #9a9fa6; }
  .detaillist > dl dl:not(:last-child) {
    margin-bottom: 10px; }

.detaillist dt, .detaillist dd {
  display: table-cell;
  vertical-align: top; }

.detaillist dt {
  padding-right: 20px;
  width: 200px; }

.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;
    width: 100px; }

.detaillist-header {
  border-top: 0 !important;
  background-color: #fff !important;
  color: #9a9fa6; }
  .detaillist-header .view {
    white-space: nowrap; }

/* form
----------------------------------------------------*/
.maincont input, .maincont select, .maincont textarea {
  font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

.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 0 0 25px;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1; }
    .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="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; }
  .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 #dedede;
  border-radius: 3px;
  padding: 5px;
  -webkit-appearance: none; }
  .maincont input[type="text"].is-disable,
  .maincont input[type="password"].is-disable,
  .maincont input[type="search"].is-disable,
  .maincont input[type="number"].is-disable,
  .maincont input[type="email"].is-disable,
  .maincont input[type="url"].is-disable,
  .maincont input[type="tel"].is-disable,
  .maincont textarea.is-disable {
    background-color: #f4f4f4; }

.maincont select {
  background-color: #fff;
  border: 1px solid #dedede;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  border-radius: 3px;
  outline: none;
  padding: 5px 18px 5px 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%;
  max-width: 100%; }

.maincont select::-ms-expand {
  display: none; }

.form .btnarea {
  text-align: center;
  margin: 50px auto 10px; }
  .form .btnarea [class*="btn-"] {
    min-width: 140px; }

.form .tblist,
.form .tblist-buy,
.form .section,
.form .formerror {
  margin: 0 auto 30px;
  width: 100%; }

.form [class*="text-"] {
  display: block;
  font-size: 1.2rem;
  margin-top: 5px; }

.form .text-help {
  color: #9a9fa6; }

.form .text-error {
  position: relative;
  display: inline-block;
  padding: 4px 6px;
  color: #e84f70;
  background-color: #fdeff2; }
  .form .text-error p {
    color: #e84f70 !important; }
  .form .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; }

.form .variable article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form .variable article:not(:last-child) {
    margin-bottom: 10px; }
  .form .variable article .variablewrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 10px; }
    .form .variable article .variablewrap > p {
      display: block;
      font-size: 1rem;
      color: #9a9fa6; }
    .form .variable article .variablewrap span {
      padding: 0 5px; }
    .form .variable article .variablewrap .inputwrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .form .variable article .variablewrap .inputwrap input {
        margin: 0; }
      .form .variable article .variablewrap .inputwrap + textarea {
        margin-top: 10px;
        height: 150px; }
    .form .variable article .variablewrap dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .form .variable article .variablewrap dl:not(:last-child) {
        margin-bottom: 10px; }
      .form .variable article .variablewrap dl dd {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .form .variable article .variablewrap dl dd textarea {
          width: 100%; }
  .form .variable article .variable-required {
    margin-right: 20px; }
  .form .variable article .buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    margin-left: auto;
    text-align: center;
    white-space: nowrap; }
    .form .variable article .buttons [class*="btn-"] {
      width: 19px;
      height: 19px;
      line-height: 16px;
      padding: 0;
      border-radius: 50%; }
      .form .variable article .buttons [class*="btn-"] i {
        margin: 0; }
      .form .variable article .buttons [class*="btn-"]:not(:last-child) {
        margin-right: 5px; }

.form .inputwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%; }
  .form .inputwrap input[type="text"],
  .form .inputwrap input[type="password"],
  .form .inputwrap input[type="search"],
  .form .inputwrap input[type="number"],
  .form .inputwrap input[type="email"],
  .form .inputwrap input[type="url"],
  .form .inputwrap input[type="tel"] {
    max-width: 100%; }
    .form .inputwrap input[type="text"]:not(:last-child),
    .form .inputwrap input[type="password"]:not(:last-child),
    .form .inputwrap input[type="search"]:not(:last-child),
    .form .inputwrap input[type="number"]:not(:last-child),
    .form .inputwrap input[type="email"]:not(:last-child),
    .form .inputwrap input[type="url"]:not(:last-child),
    .form .inputwrap input[type="tel"]:not(:last-child) {
      margin-right: 10px; }
  .form .inputwrap .btn-right {
    margin-left: auto; }
  .form .inputwrap.inputwrap-date input[type="text"],
  .form .inputwrap.inputwrap-date input[type="password"],
  .form .inputwrap.inputwrap-date input[type="search"],
  .form .inputwrap.inputwrap-date input[type="number"],
  .form .inputwrap.inputwrap-date input[type="email"],
  .form .inputwrap.inputwrap-date input[type="url"],
  .form .inputwrap.inputwrap-date input[type="tel"] {
    margin-right: 0; }
  .form .inputwrap select {
    max-width: 100%; }

.form .inputwrap-img p:not(:empty) {
  margin-bottom: 10px; }

.form .inputwrap-img_btns [class*="btn-"]:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 10px; }

.form .w20 {
  width: 20%; }

.form .w50 {
  width: 50% !important; }

.form .w100 {
  width: 100%; }
  .form .w100 select {
    width: 100%; }

.formerror {
  font-size: 1.3rem;
  padding: 15px;
  color: #e84f70;
  background-color: #fdeff2;
  border: 1px solid #fad6de; }
  .formerror li {
    position: relative;
    padding-left: 10px; }
    .formerror li:before {
      content: "*";
      position: absolute;
      left: 0;
      top: 2px; }
    .formerror li:not(:last-child) {
      margin-bottom: 5px; }

.formlist {
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid #dedede; }
  .formlist:not(:last-child) {
    margin-bottom: 30px; }
  .formlist > dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding: 10px; }
    .formlist > dl:nth-child(odd) {
      background-color: #fafbfb; }
    .formlist > dl dl {
      display: table;
      width: 100%; }
      .formlist > dl dl dd, .formlist > dl dl dt {
        display: table-cell; }
      .formlist > dl dl dt {
        width: 120px;
        text-align: left;
        color: #9a9fa6; }
      .formlist > dl dl:not(:last-child) {
        margin-bottom: 10px; }
  .formlist dt, .formlist dd {
    display: table-cell;
    vertical-align: top; }
  .formlist dt {
    padding-right: 20px;
    width: 190px; }
    .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 label:not(:last-child) {
    margin-right: 15px; }
  .formlist.toggle-color dl {
    background-color: transparent; }
    .formlist.toggle-color dl.is-odd {
      background-color: #fafbfb; }
  .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.buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    margin-left: auto;
    text-align: center;
    padding: 5px 15px; }
  .formlist .formlist-header {
    background-color: #fff !important;
    color: #9a9fa6;
    border-top: 1px solid #fff;
    margin-top: -1px; }
    .formlist .formlist-header .view {
      white-space: nowrap; }
  .formlist dd.view {
    width: 90px;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    margin-left: auto;
    text-align: center;
    padding: 2px 5px; }
    .formlist dd.view label {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative;
      display: inline-block;
      padding: 0;
      vertical-align: middle;
      cursor: pointer;
      line-height: 1;
      border: 0;
      border-radius: 50px;
      overflow: hidden;
      width: 52px;
      height: 26px;
      background-color: #d3d6db; }
      .formlist dd.view label:before {
        content: "OFF";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 6px;
        margin: auto;
        font-size: 1rem;
        font-weight: bold;
        color: #7e8697; }
    .formlist dd.view input[type="checkbox"] {
      display: none; }
      .formlist dd.view input[type="checkbox"] + span {
        position: absolute;
        cursor: pointer;
        padding: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50px;
        -webkit-transition: .15s;
        -webkit-transition: background-color .15s;
        transition: background-color .15s;
        overflow: hidden; }
        .formlist dd.view input[type="checkbox"] + span:before {
          position: absolute;
          content: "";
          height: 20px;
          width: 20px;
          top: 0;
          left: 4px;
          bottom: 0;
          background-color: white;
          -webkit-transition: .15s;
          -webkit-transition: -webkit-transform .15s;
          transition: -webkit-transform .15s;
          transition: transform .15s;
          transition: transform .15s, -webkit-transform .15s;
          border-radius: 50%;
          margin: auto;
          border: 0;
          -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
                  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
        .formlist dd.view input[type="checkbox"] + span:after {
          content: "ON";
          font-size: 1rem;
          font-weight: bold;
          width: 100%;
          height: 100%;
          padding: 0;
          top: 0;
          left: 8px;
          right: 0;
          bottom: 0;
          margin: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #fff;
          border: 0;
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
          opacity: 0;
          -webkit-transition: opacity .1s;
          transition: opacity .1s; }
        .formlist dd.view input[type="checkbox"] + span:empty {
          padding-left: 18px; }
      .formlist dd.view input[type="checkbox"]:checked + span {
        background-color: #1a9ac8; }
        .formlist dd.view input[type="checkbox"]:checked + span:before {
          -webkit-transform: translateX(24px);
          transform: translateX(24px); }
        .formlist dd.view input[type="checkbox"]:checked + span:after {
          opacity: 1;
          -webkit-transition: opacity .15s;
          transition: opacity .15s; }
      .formlist dd.view input[type="checkbox"][disabled="disabled"][checked="checked"] {
        cursor: default; }
        .formlist dd.view input[type="checkbox"][disabled="disabled"][checked="checked"] + span {
          cursor: default; }
          .formlist dd.view input[type="checkbox"][disabled="disabled"][checked="checked"] + span:before {
            background: #157ea4;
            -webkit-box-shadow: none;
                    box-shadow: none;
            color: #137092; }
          .formlist dd.view input[type="checkbox"][disabled="disabled"][checked="checked"] + span:after {
            color: #126989; }
      .formlist dd.view input[type="checkbox"].is-readonly + span:before {
        content: none; }
      .formlist dd.view input[type="checkbox"].is-readonly + span:after {
        border-color: #1a9ac8 !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 textarea {
    min-height: 120px; }
  .formlist select {
    padding: 8px 18px 8px 8px; }

.formlist.form-noline {
  width: 500px;
  max-width: 100%;
  border-radius: 5px;
  border-top: 0; }
  .formlist.form-noline dl {
    border: 0;
    background: none;
    padding-left: 0;
    padding-right: 0; }
  .formlist.form-noline dt {
    text-align: right; }

.consent {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: left; }
  .consent li:not(:last-child) {
    margin-bottom: 5px; }

.required-text {
  color: #9a9fa6;
  font-size: 1.2rem;
  margin-bottom: 5px !important; }
  .required-text.right {
    text-align: right; }
  .required-text span {
    color: #e0123e; }

.form-read {
  margin-bottom: 20px; }

.inputfile {
  display: inline-block;
  border-radius: 200px;
  padding: 6px 15px;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #dedede;
  color: #1a9ac8;
  border: 2px solid #dedede;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .inputfile:hover {
    color: #f37023;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear; }
  .inputfile input {
    display: none; }
  .inputfile i {
    margin-right: 5px; }

.form-read {
  margin-bottom: 10px;
  font-size: 1.2rem; }

/* 768px */
@media only screen and (max-width: 768px) {
  .formlist > dl {
    display: block;
    position: relative; }
    .formlist > dl dt, .formlist > dl dd {
      display: block; }
    .formlist > dl dl dt, .formlist > dl dl dd {
      display: block; }
    .formlist > dl dt {
      font-size: 1.1rem;
      margin-bottom: 2px; }
  .formlist.form-noline {
    width: 100%; }
    .formlist.form-noline dl {
      border: 0;
      background: none; }
    .formlist.form-noline dt {
      text-align: left; }
  .formlist.formlist-check dl {
    zoom: 1; }
    .formlist.formlist-check dl:after {
      content: "";
      display: block;
      clear: both; }
  .formlist.formlist-check > dl {
    min-height: 50px; }
    .formlist.formlist-check > dl > dt + dd {
      float: left;
      width: calc(100% - 80px); }
  .formlist.formlist-check .view {
    width: auto;
    text-align: center;
    padding: 0;
    float: right;
    width: 80px; }
  .formlist.formlist-check .formlist-header .view {
    width: auto; } }

/* 480px */
@media only screen and (max-width: 480px) {
  .form .btnarea [class*="btn-"] {
    min-width: 120px; }
  .form .inputwrap-img_btns {
    margin-top: 5px; }
  .formlist:not(:last-child) {
    margin-bottom: 20px; }
  .consent li label {
    display: block;
    margin-bottom: 3px; }
  .consent li:not(:last-child) {
    margin-bottom: 20px; }
  .form-read {
    font-size: 1.2rem;
    margin-bottom: 10px; } }

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

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

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999; }

.loading-inner {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 40px;
  width: 40px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
          animation: rotate 0.75s 0s linear infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto; }

.matching-detail {
  border: 1px solid #c3c6ca;
  background-color: #fff;
  border-radius: 3px;
  width: 90%;
  max-width: 720px; }
  .matching-detail__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #c3c6ca;
    padding: 20px; }
    .matching-detail__header__title {
      font-size: 1.4rem; }
  .matching-detail__body {
    padding: 20px; }
    .matching-detail__body .matchlist dl + dl {
      margin-top: 50px;
      border-top: 1px solid #dedede; }
      .matching-detail__body .matchlist dl + dl::before {
        content: "";
        display: block;
        position: absolute;
        top: -35px;
        left: 0;
        right: 0;
        width: 0;
        height: 0;
        margin: auto;
        border: 20px solid transparent;
        border-top-color: #dedede; }
  .matching-detail__footer {
    text-align: center;
    padding: 10px 10px 20px;
    border-top: 1px solid #c3c6ca; }
    .matching-detail__footer button {
      margin-top: 10px; }
    .matching-detail__footer button + button {
      margin-left: 10px; }

/* menu
----------------------------------------------------*/
.menu {
  display: table;
  table-layout: fixed;
  margin-bottom: 30px;
  border: 1px solid #dedede;
  border-radius: 5px; }
  .menu li {
    display: table-cell;
    min-width: 160px; }
    .menu li a {
      display: block;
      padding: 8px 20px;
      color: #1a9ac8;
      text-align: center;
      border-right: 1px solid #dedede; }
      .menu li a:hover {
        color: #f37023; }
    .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%;
    table-layout: auto; }
    .menu.menu-max li {
      width: auto; }
    .menu.menu-max a {
      padding: 8px 10px; }

/* 768px */
@media only screen and (max-width: 768px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .menu li a {
      border-right: 0 none; }
    .menu li + li a {
      border-top: 1px solid #dedede; }
    .menu li:first-child a {
      border-radius: 5px 5px 0 0; }
    .menu li:last-child a {
      border-radius: 0 0 5px 5px; } }

/* 480px */
@media only screen and (max-width: 480px) {
  .menu {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 20px; }
    .menu li a {
      padding: 10px; } }

.message-form {
  border: 1px solid #c3c6ca;
  background-color: #fff;
  border-radius: 3px;
  width: 90%;
  max-width: 720px; }
  .message-form__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #c3c6ca;
    padding: 20px; }
    .message-form__header__title {
      font-size: 1.4rem; }
  .message-form__body {
    padding: 20px; }
    .message-form__body .formlist {
      border: 0 none; }
      .message-form__body .formlist dl {
        background-color: #fff;
        border: 0 none; }
  .message-form__footer {
    text-align: center;
    padding: 10px 10px 20px;
    border-top: 1px solid #c3c6ca; }
    .message-form__footer button {
      margin-top: 10px; }
    .message-form__footer button + button {
      margin-left: 10px; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 900;
  -webkit-transition: opacity .2s ease-out 0s;
  transition: opacity .2s ease-out 0s;
  overflow-y: auto; }
  .modal .modal__content {
    margin: 60px auto;
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: -webkit-transform .2s ease-out 0s;
    transition: -webkit-transform .2s ease-out 0s;
    transition: transform .2s ease-out 0s;
    transition: transform .2s ease-out 0s, -webkit-transform .2s ease-out 0s; }
  .modal.is-shown {
    opacity: 1; }
    .modal.is-shown .modal__content {
      -webkit-transform: translateY(0);
              transform: translateY(0); }

/* note
----------------------------------------------------*/
.note {
  font-size: 1.2rem;
  text-indent: -1.4rem;
  margin-left: 1.4rem; }

/* 768px */
/* 480px */
/* pagination
----------------------------------------------------*/
.pagination {
  margin: 20px 0; }
  .pagination nav {
    border-radius: 200px;
    border: 1px solid #dedede;
    display: inline-block;
    margin: 0 auto;
    line-height: 1;
    padding: 2px; }
    .pagination nav a {
      text-align: center;
      display: inline-block;
      margin: 0 2px;
      width: 20px;
      height: 20px;
      line-height: 22px;
      font-size: 1.2rem; }
      .pagination nav a.is-disable {
        color: #d6d6d6; }
      .pagination nav a.is-active {
        background-color: #1a9ac8;
        color: #fff;
        border-radius: 50%; }
  .pagination > span {
    display: inline-block;
    margin-right: 20px;
    color: #888e96;
    font-size: 1.2rem; }

.pagewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-bitween;
      -ms-flex-pack: space-bitween;
          justify-content: space-bitween;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .pagewrap .pagewrap-side {
    margin-left: auto;
    text-align: right; }
    .pagewrap .pagewrap-side [class*="btn-"] {
      margin: 5px 0 5px 10px; }

/* 768px */
@media only screen and (max-width: 768px) {
  .pagewrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-bitween;
        -ms-flex-pack: space-bitween;
            justify-content: space-bitween;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .pagewrap .pagination {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-right: auto; }
    .pagewrap .pagewrap-side {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

/* 480px */
/* pulldown_menu
----------------------------------------------------*/
.pulldown_menu {
  height: 28px;
  margin-bottom: 10px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 30; }
  .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 5px;
    z-index: 100;
    position: relative; }
    .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%; }
  .pulldown_menu .child {
    display: none; }

/* search
----------------------------------------------------*/
.search {
  padding: 20px;
  background-color: #eff0f2;
  margin-bottom: 30px; }
  .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;
  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 #dedede; }

.search-footer {
  text-align: center; }

.page-header + .search {
  margin-top: -10px; }

/* 768px */
@media only screen and (max-width: 768px) {
  .search {
    padding: 10px; }
  .search-body {
    display: block; }
    .search-body dl:not(:last-child) {
      margin-bottom: 10px; } }

/* 480px */
/* section
----------------------------------------------------*/
.section:not(:last-child) {
  margin-bottom: 40px; }

.section.center {
  text-align: center; }

.section > p:not(:last-child) {
  margin-bottom: 15px; }

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px; }
  .section-header .tit-section {
    margin-bottom: 0; }

.section-header_side {
  margin-left: auto; }

/* 768px */
/* 480px */
@media only screen and (max-width: 480px) {
  .section:not(:last-child) {
    margin-bottom: 30px; } }

/* status
----------------------------------------------------*/
[class*="status-"] {
  display: inline-block;
  padding: 4px 5px;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1;
  vertical-align: bottom;
  white-space: nowrap; }

.status-exhibit,
.status-sponsor {
  min-width: 45px; }

.status-exhibit {
  color: #fff;
  background-color: #44a575;
  border: 1px solid #44a575; }

.status-sponsor {
  color: #fff;
  background-color: #335c97;
  border: 1px solid #335c97; }

.status-approval,
.status-unapproved,
.status-dnial {
  min-width: 45px;
  padding: 4px 2px; }

.status-approval {
  background-color: #cdf2dd;
  color: #1d7041;
  border: 1px solid #7cdda6; }

.status-unapproved {
  background-color: #f2cdcd;
  color: #982828;
  border: 1px solid #e7a5a5; }

.status-dnial {
  background-color: #eae8f4;
  color: #554896;
  border: 1px solid #cbc6e4; }

.status-open,
.status-secret {
  min-width: 62px;
  padding: 4px 2px;
  color: #fff;
  letter-spacing: -1.5px;
  border-radius: 4px; }

.status-open {
  background-color: #fff1c5;
  color: #c59500;
  border: 1px solid #ffd85f; }

.status-secret {
  background-color: #e5eefb;
  color: #6097e7;
  border: 1px solid #b9d1f4; }

.status-sale,
.status-soldout {
  min-width: 62px;
  padding: 4px 2px;
  color: #fff;
  border-radius: 4px; }

.status-sale {
  color: #fff;
  background-color: #e91e46;
  border: 1px solid #e91e46; }

.status-soldout {
  color: #fff;
  background-color: #949494;
  border: 1px solid #949494; }

.status-invite {
  color: #333;
  background-color: #CDDEF8;
  border: 1px solid #7a8ead; }

/* tab
----------------------------------------------------*/
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
  position: relative; }
  .tab:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dedede;
    z-index: 1; }
  .tab li a {
    height: 100%;
    min-width: 100px;
    text-align: center;
    position: relative;
    display: block;
    padding: 8px 25px;
    color: #1a9ac8;
    border-radius: 5px 5px 0 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .tab li a:hover {
      color: #f37023; }
  .tab li.is-active a {
    background-color: #fff;
    border: 1px solid #dedede;
    border-bottom: 1px solid #fff;
    color: #333; }

/* 768px */
@media only screen and (max-width: 768px) {
  .tab_many {
    padding-top: 10px; }
  .tab li a {
    padding: 10px 15px;
    min-width: 70px;
    font-size: 1.3rem; } }

/* 480px */
@media only screen and (max-width: 480px) {
  .tab {
    margin-bottom: 20px; }
  .tab li a {
    padding: 10px 5px;
    font-size: 1.2rem; } }

/* table
----------------------------------------------------*/
.tblist {
  margin-bottom: 30px; }
  .tblist table {
    width: 100%;
    border-radius: 5px; }
  .tblist th, .tblist td {
    padding: 5px; }
  .tblist thead th, .tblist thead td {
    text-align: center;
    font-weight: normal;
    background-color: #22416f;
    color: #dadcdf;
    font-size: 1.2rem; }
  .tblist thead td {
    color: #b1b5bc; }
  .tblist tbody tr {
    border-bottom: 1px solid #dedede; }
    .tblist tbody tr:first-child {
      border-top: 1px solid #dedede; }
    .tblist tbody tr:nth-child(even) td {
      background-color: #fafbfb; }
    .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 tbody td.img_txt {
      display: flex;
      align-items: center;
  }
  .tblist tbody td img{
      max-width: 100px;
      margin-right: 10px;
  }
  .tblist tbody a {
    text-decoration: underline; }
  .tblist .td-btn {
    text-align: center;
    white-space: nowrap;
    width: 20px; }
    .tblist .td-btn [class*="btn-"]:not(:last-child) {
      margin-right: 10px; }
  .tblist .td-center {
    text-align: center; }
  .tblist .td-right {
    text-align: right; }
  .tblist .td-ticket {
    position: relative; }
    .tblist .td-ticket [class*="status-"] {
      position: absolute;
      top: 0;
      left: 0; }
  .tblist .td-invite input {
    width: 250px; }
  .tblist .td-invite.is-inviting {
    color: #9a9fa6; }
    .tblist .td-invite.is-inviting input {
      color: #9a9fa6; }
    .tblist .td-invite.is-inviting span {
      display: inline-block;
      margin-left: 5px;
      font-size: 1.2rem; }
  .tblist .td-invite.is-none {
    color: #9a9fa6; }
  .tblist .td-status {
    color: #1d8221;
    text-align: center; }
    .tblist .td-status a {
      text-align: center;
      color: #e84f70; }
      .tblist .td-status a:hover {
        color: #f37023; }
  .tblist.tblist-scroll table {
    min-width: 820px; }
  .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; }

.tblist-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #65afdc;
  color: #fff;
  padding: 10px; }
  .tblist-total span {
    margin-left: auto; }

/* 768px */
@media only screen and (max-width: 768px) {
  .tblist thead th, .tblist thead td {
    font-size: 1.2rem;
    padding-left: 0;
    padding-right: 0; }
  .tblist tbody th, .tblist tbody td {
    font-size: 1.3rem; } }

/* 480px */
@media only screen and (max-width: 480px) {
  .tblist {
    margin-bottom: 20px; }
    .tblist thead th, .tblist thead td {
      font-size: 1.1rem; }
    .tblist tbody th, .tblist tbody td {
      font-size: 1.2rem; } }

/* title
----------------------------------------------------*/
.tit-cate {
  font-size: 1.7rem;
  border-bottom: 1px solid #c3c6ca;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-weight: bold; }

.tit-page {
  font-size: 1.8rem;
  margin-bottom: 30px;
  background: #cccccc;
  padding: 15px;
  color: #484848;
  font-weight: bold;
  border-radius: 0; }

.tit-section {
  color: #888e96;
  font-size: 1.4rem;
  margin-bottom: 15px; }
  .tit-section.tit-section-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.tit-icon {
    color: #484848;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.tit-icon i {
    margin-right: 5px;
}
.tit-icon.flex{
    display: flex;
    align-items: center;
}
.tit-icon.flex span{
    margin-left: 10px;
}


/* 768px */
/* 480px */
@media only screen and (max-width: 480px) {
  .tit-page {
    font-size: 1.6rem;
    padding: 12px;
    margin-bottom: 20px; }
  .tit-section {
    font-size: 1.3rem;
    margin-bottom: 10px; } }

/* ui-widget-content
----------------------------------------------------*/
.ui-autocomplete {
  height: 300px;
  overflow: scroll; }

/* pc */
@media only screen and (min-width: 769px) {
  .ui-autocomplete {
    width: 300px; } }

/* 768px */
@media only screen and (max-width: 768px) {
  .ui-autocomplete {
    width: 80%; } }

/* 480px */
@media only screen and (max-width: 480px) {
  .ui-autocomplete {
    width: 80%; } }

/* --------------------------------------------------------------
    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: 30px; }
  .page-header .menu {
    margin-bottom: 0; }

.page-header_side {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page-header_side li {
    margin-left: 10px; }

.pagedetil-fix > * {
  margin: 0 auto 30px;
  width: 100%;
  max-width: 900px; }

/* 768px */
@media only screen and (max-width: 768px) {
  .page-header {
    display: block; }
  .page-header_side {
    margin-top: 10px; }
    .page-header_side li:first-child {
      margin-left: 0; } }

/* 480px */
@media only screen and (max-width: 480px) {
  .page-header {
    margin-bottom: 20px; } }

/* completion
----------------------------------------------------*/
.completion {
  text-align: center;
  margin-top: 60px; }
  .completion h3 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.8rem; }
  .completion .btnarea {
    text-align: center;
    margin-top: 60px; }

.completion-body {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 640px; }
  .completion-body + .completion-note {
    margin-top: 40px; }
  .completion-body p:not(:last-child) {
    margin-bottom: 10px; }
  .completion-body .btnarea {
    margin-top: 40px; }
  .completion-body .event-header_text {
    margin-bottom: 20px; }

.completion-note {
  border-radius: 10px;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f9f5ed;
  width: 560px;
  max-width: 100%; }
  .completion-note p {
    text-align: left; }
    .completion-note p:not(:last-child) {
      margin-bottom: 10px; }
    .completion-note p.center {
      text-align: center; }
  .completion-note .btnarea {
    margin: 40px auto 0; }
  .completion-note:not(:last-child) {
    margin-bottom: 20px; }
  .completion-note.strong p {
    color: #e84f70;
    font-size: 1.6rem; }

/* pc */
/* 768px */
@media only screen and (max-width: 768px) {
  .completion-note .btnarea {
    margin: 40px auto 0; }
    .completion-note .btnarea [class*="btn-"] {
      display: block;
      width: 300px;
      max-width: 100%;
      margin: 0 auto; }
      .completion-note .btnarea [class*="btn-"]:not(:last-child) {
        margin-bottom: 10px; } }

/* 480px */
@media only screen and (max-width: 480px) {
  .completion > .btnarea [class*="btn-"] {
    display: block;
    margin: 0 auto;
    width: 200px; }
    .completion > .btnarea [class*="btn-"]:not(:last-child) {
      margin-bottom: 20px; }
  .completion .btnarea {
    margin-top: 30px; }
  .completion-note {
    padding: 30px; } }

/* detail
----------------------------------------------------*/
.section-detail_imgset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.section-detail_img {
  margin-right: 30px;
  width: 180px; }
  .section-detail_img.required {
    position: relative; }
    .section-detail_img.required:after {
      content: "※";
      display: inline-block;
      color: #e0123e;
      position: absolute;
      top: 0;
      right: -10px;
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
      font-weight: bold; }
  .section-detail_img .img-profile img {
    border-radius: 50%;
    border: 1px solid #e6e6e6; }
  .section-detail_img .btnarea {
    margin-top: 15px; }
    .section-detail_img .btnarea [class*="btn-"] {
      width: 120px;
      min-width: auto; }
    .section-detail_img .btnarea button[class*="btn-"] {
      margin-top: 10px; }

.section-detail_imgset .detaillist,
.section-detail_imgset .formlist {
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

/* pc */
/* 768px */
@media only screen and (max-width: 768px) {
  .section-detail_imgset {
    display: block; }
  .section-detail_img {
    text-align: center;
    margin: 0 auto 20px; } }

/* 480px */
/* edithtml
----------------------------------------------------*/
/* 768px */
/* 480px */
/* section-error
----------------------------------------------------*/
.section-error {
  max-width: 600px;
  margin: 0 auto; }
  .section-error h2 {
    font-size: 2rem;
    margin-bottom: 20px; }

/* event
----------------------------------------------------*/
.event-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  z-index: 1; }

.event-header_img {
  margin-right: 20px;
  max-width: 30%; }
  .event-header_img img {
    max-width: 100%;
    max-height: 70px; }

.event-header_text {
  margin-top: 10px; }
  .event-header_text h2 {
    font-size: 1.7rem;
    margin-bottom: 3px; }
  .event-header_text > div {
    display: inline-block;
    font-size: 1.3rem; }
  .event-header_text time {
    display: inline-block; }
    .event-header_text time + div {
      display: inline-block; }
      .event-header_text time + div:before {
        content: "@"; }
  .event-header_text span {
    display: inline-block;
    margin-left: 8px; }

/* pc */
@media only screen and (min-width: 769px) {
  .event-header_img {
    max-width: 28%; }
  .event-header_link {
    margin-left: 10px; } }

/* 768px */
@media only screen and (max-width: 768px) {
  .event-header_img {
    max-width: 40%; }
  .event-header_text .event-header_link {
    margin-top: 5px;
    display: block; } }

/* 480px */
@media only screen and (max-width: 480px) {
  .event-header {
    display: block;
    text-align: center;
    margin-bottom: 20px; }
  .event-header_img {
    margin-right: auto;
    margin-left: auto;
    max-width: 68%; }
    .event-header_img img {
      max-height: 100px; }
  .event-header_text time + div {
    display: inline-block; } }

/* eventdetail
----------------------------------------------------*/
.eventdetail-ticket {
  font-size: 1.6rem;
  margin: 5px 0 15px;
  display: inline-block;
  border-bottom: solid 1px #323f53;
  padding: 0 10px 10px; }
  .eventdetail-ticket .fa {
    margin-right: 5px; }

.eventdetail-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  .eventdetail-count .eventdetail-tb {
    margin-right: 20px; }

.eventdetail-passlist i {
  margin-right: 5px; }

.eventdetail-tb th, .eventdetail-tb td {
  border: 1px solid #dedede;
  padding: 8px 15px; }

.eventdetail-tb .td-left {
  text-align: left; }

.eventdetail-tb .td-center {
  text-align: center; }

.eventdetail-tb .td-right {
  text-align: right; }

.eventdetail-tb th {
  background-color: #eff0f2; }

.eventdetail-tb td {
  font-size: 1.5rem; }
  .eventdetail-tb td small {
    font-size: 1.3rem; }

.eventdetail-profile {
  background: #fff3f6;
  border: solid 2px #e91e46;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  padding: 10px;
  width: 180px; }
  .eventdetail-profile dt {
    font-size: 1.2rem;
    color: #e91e46;
    margin-bottom: 3px; }
  .eventdetail-profile dd span {
    font-size: 2rem; }

/* pc */
/* 768px */
@media screen and (max-width: 740px) {
  .eventdetail-count {
    display: block; }
    .eventdetail-count .eventdetail-tb {
      width: 100%;
      margin: 0 0 20px; }
    .eventdetail-count .eventdetail-profile {
      width: 100%; }
      .eventdetail-count .eventdetail-profile dt {
        font-size: 1.4rem; } }

/* 480px */
/* event
----------------------------------------------------*/
.eventlist {
  width: 100%; }
  .eventlist dl {
    border: 1px solid #dedede; }
    .eventlist dl:not(:first-child) {
      border-top: 0; }
  .eventlist dt, .eventlist dd {
    padding: 12px; }
  .eventlist .event-header {
    margin-bottom: 0; }
    .eventlist .event-header .event-header_text {
      -webkit-box-flex: 1;
          -ms-flex: 1 auto;
              flex: 1 auto; }
      .eventlist .event-header .event-header_text h2 {
        font-size: 1.5rem; }
      .eventlist .event-header .event-header_text div {
        font-size: 1.3rem; }
    .eventlist .event-header .event-header_img {
      width: 200px; }
  .eventlist .eventlist-btn {
    white-space: nowrap; }
    .eventlist .eventlist-btn [class*="btn-"]:not(:last-child) {
      margin-right: 10px; }

/* pc */
@media only screen and (min-width: 769px) {
  .eventlist dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 80px; }
  .eventlist .event-header_img {
    width: 180px;
    max-width: 100%; }
    .eventlist .event-header_img img {
      max-height: 60px; }
  .eventlist .event-header_text {
    margin-top: 0; }
  .eventlist-btn {
    text-align: right;
    margin-left: auto; } }

/* 768px */
@media only screen and (max-width: 768px) {
  .eventlist .eventlist-btn {
    padding-top: 0;
    text-align: center; }
    .eventlist .eventlist-btn [class*="btn-"] {
      width: 130px; } }

/* 480px */
@media only screen and (max-width: 480px) {
  .eventlist .event-header .event-header_img {
    margin-left: auto;
    margin-right: auto; } }

/* follow
----------------------------------------------------*/
.followlist {
  zoom: 1; }
  .followlist:after {
    content: "";
    display: block;
    clear: both; }
  .followlist > li {
    position: relative;
    background-color: #f9f5ed;
    padding: 20px;
    border-radius: 10px;
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    cursor: pointer;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s; }
    .followlist > li:nth-child(2n) {
      margin-right: 0; }
    .followlist > li:hover {
      opacity: 0.8;
      -webkit-transition: opacity 0.15s;
      transition: opacity 0.15s; }
  .followlist .btn-normal {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 95px; }

.followlist-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .followlist-main dl {
    margin-left: 4%; }
  .followlist-main dt {
    font-size: 1.5rem;
    margin-bottom: 8px; }
  .followlist-main dd {
    font-size: 1.3rem; }
    .followlist-main dd:not(:last-child) {
      margin-bottom: 8px; }

/* pc */
@media only screen and (min-width: 769px) {
  .followlist-main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

/* 768px */
@media only screen and (max-width: 768px) {
  .followlist .btn-normal {
    right: 15px;
    top: 15px; }
  .followlist > li {
    padding: 15px; }
  .followlist-main .profile-photo {
    width: 30%; }
  .followlist-main dt {
    margin-top: 18%; } }

/* 480px */
@media only screen and (max-width: 480px) {
  .followlist > li {
    width: 100%;
    float: none; }
    .followlist > li:nth-child(:last-child) {
      margin: 0 0 10px; } }

/* login
----------------------------------------------------*/
#main.login {
  background-color: #eff0f2; }
  #main.login .formlist {
    border-top: 0; }

.login_form .formlist {
  background-color: #fff;
  padding: 50px 30px; }
  .login_form .formlist dl {
    background: none;
    border: 0;
    padding: 0; }
    .login_form .formlist dl:not(:last-child) {
      margin-bottom: 15px; }
  .login_form .formlist dt {
    width: 100px; }

.login_form .btnarea {
  margin: 30px auto 0;
  text-align: center; }

.tit-login {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: bold; }
  .tit-login i {
    display: inline-block;
    margin-right: 8px; }

.new_form {
  color: #e91e46; }
  .new_form .btnarea {
    margin-top: 50px; }
  .new_form .btn-strong:not(:hover) {
    background-color: #e91e46; }

.main-loginform > p {
  margin-bottom: 10px; }

.main-loginform .login_form .formlist {
  border: 1px solid #dedede; }

.login-backbtn {
  font-size: 1.2rem; }
  .login-backbtn a {
    text-decoration: underline; }

/* pc */
@media only screen and (min-width: 769px) {
  .login_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 60px 40px 40px; }
    .login_form .formlist {
      width: 48%;
      margin-bottom: 0; }
  #main.login .login_form {
    margin-top: 70px; }
  #main.login .alert {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%; }
  #main.login .maincont {
    position: relative; }
  #main:not(.login) .main-loginform {
    margin: 40px; }
  #main:not(.login) .login_form {
    margin: 0; }
    #main:not(.login) .login_form .formlist {
      border: 1px solid #dedede;
      width: 50%; }
      #main:not(.login) .login_form .formlist:last-child {
        border-left: 0; }
  .login-backbtn {
    position: absolute;
    left: 75px;
    top: 70px; } }

/* 768px */
@media only screen and (max-width: 768px) {
  .login-backbtn {
    margin-bottom: 10px; } }

/* 480px */
@media only screen and (max-width: 480px) {
  .login_form .formlist:not(:last-child) {
    margin-bottom: 10px; }
  .login_form .formlist dl {
    display: block; }
  .login_form .formlist dt, .login_form .formlist dd {
    display: block; } }

/* meypage
----------------------------------------------------*/
.maypage-header {
  position: relative; }
  .maypage-header .tab {
    padding-top: 30px; }

/* 768px */
@media only screen and (max-width: 768px) {
  .maypage-header {
    position: relative; }
    .maypage-header .tab {
      padding-top: 40px; } }

/* 480px */
/* photolist
----------------------------------------------------*/
.section-photolist {
  text-align: center; }
  .section-photolist ul {
    display: inline-block;
    margin: 0 auto 40px;
    text-align: left; }
  .section-photolist li {
    text-align: center;
    display: inline-block;
    width: 160px;
    margin: 0 20px 20px 0; }
    .section-photolist li > *:not(:last-child) {
      margin-bottom: 10px; }

/* profile
----------------------------------------------------*/
.profile-status {
  margin-bottom: 30px; }

.profile-status_list .dd-q {
  color: #1d8221; }
  .profile-status_list .dd-q a {
    color: #e84f70;
    text-decoration: underline; }
    .profile-status_list .dd-q a:hover {
      color: #f37023; }

/* pc */
@media only screen and (min-width: 769px) {
  .profile-status_legend {
    display: none; }
  .profile-status dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .profile-status dl.dl-header {
      background-color: #22416f;
      color: #fff; }
      .profile-status dl.dl-header dt, .profile-status dl.dl-header dd {
        padding: 5px;
        text-align: center;
        font-size: 1.2rem; }
  .profile-status dt {
    width: 20%;
    text-align: center;}
  .profile-status dd {
    text-align: center; }
    .profile-status dd.dd-name {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      /*text-align: left;*/ }
    .profile-status dd.dd-pass {
      width: 20%; }
    .profile-status dd.dd-status {
      width: 110px; }
    .profile-status dd.dd-q {
      width: 140px; }
    .profile-status dd.dd-view {
      width: 80px; }
      .profile-status dd.dd-view span {
        display: none; }
  .profile-status .onlyPCS {
    display: block; }
  .profile-status .onlySP {
    display: none; }
  .profile-status_list dl {
    border-bottom: 1px solid #dedede; }
    .profile-status_list dl:first-child {
      border-top: 1px solid #dedede; }
  .profile-status_list dt, .profile-status_list dd {
    padding: 8px 5px; }
  .profile-status_list i.fa {
    display: none; } }

/* 768px */
@media only screen and (max-width: 768px) {
  .profile-status_legend {
    margin-bottom: 10px; }
    .profile-status_legend p {
      color: #9a9fa6;
      font-size: 1rem; }
    .profile-status_legend .fa {
      margin-right: 5px; }
    .profile-status_legend ul {
      border: dotted 1px #dedede;
      padding: 10px;
      font-size: 1.1rem; }
    .profile-status_legend li {
      display: inline-block; }
      .profile-status_legend li:not(:last-child) {
        margin-right: 10px; }
  .profile-status {
    margin-bottom: 20px; }
    .profile-status .dl-header {
      display: none; }
    .profile-status .onlyPCS {
      display: none; }
    .profile-status .onlySP {
      display: block; }
  .profile-status_list dl {
    border: 1px solid #dedede;
    padding: 10px; }
    .profile-status_list dl:not(:first-child) {
      border-top: 0; }
  .profile-status_list dt, .profile-status_list dd {
    margin-bottom: 2px; }
  .profile-status_list dt {
    font-size: 1.1rem; }
  .profile-status_list dd:not(:last-child) {
    margin-right: 10px; }
  .profile-status_list .dd-pass {
    font-size: 1.2rem; }
  .profile-status_list .dd-status,
  .profile-status_list .dd-q,
  .profile-status_list .dd-view {
    display: inline-block;
    font-size: 1.3rem; }
  .profile-status_list .dd-name {
    font-size: 1.6rem; }
  .profile-status_list .fa {
    margin-right: 5px; } }

/* 480px */
.p-profilesetting {
  font-size: 0.9em;
  text-align: right;
  width: 100%;
  color: #9a9fa6; }

.profile {
  position: relative;
  background-color: #f9f5ed;
  padding: 20px;
  border-radius: 10px; }

.profile-photo {
  width: 22%; }
  .profile-photo img {
    width: 100%;
    border-radius: 50%;
    border: solid 1px #e6e6e6; }

.profile-editbtn {
  text-align: right; }
  .profile-editbtn a {
    margin-left: auto; }

.profile-photo img {
  width: 100%;
  border-radius: 50%;
  border: solid 1px #e6e6e6; }

.profile-main dt {
  font-size: 1.8rem;
  margin-top: 10px;
  margin-bottom: 8px; }
  .profile-main dt span {
    margin-left: 10px; }

.profile-main dd:not(:last-child) {
  margin-bottom: 8px; }

.profile-main dd span {
  display: block; }

.profile-main figure img {
  max-height: 80px; }

.profile-main span {
  font-size: 1.4rem; }

.profile-sub {
  text-align: center;
  display: inline-block; }
  .profile-sub ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.profile-follow {
  margin-bottom: 10px; }
  .profile-follow li:first-child {
    border-right: 1px solid #dedede;
    padding-right: 15px; }
  .profile-follow li:last-child {
    padding-left: 15px; }
  .profile-follow a {
    font-size: 2rem; }
  .profile-follow span {
    font-size: 1rem; }

.profile-sns li {
  margin: 0 5px; }

.profile-sns a.ico-fb {
  color: #3B5998; }

.profile-sns a.ico-tw {
  color: #55acee; }

.profile-sns a.ico-in {
  color: #0e76a8; }

.profile-text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-betwee;
      -ms-flex-pack: space-betwee;
          justify-content: space-betwee;
  padding: 10px;
  background-color: #fff;
  border-bottom: solid 1px #efe8dc; }
  .profile-text dl:not(:last-child) {
    margin-bottom: 5px; }

.profile-text dt {
  width: 120px;
  margin-right: 10px; }

.profile-text dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.profile-photo_company {
  margin-bottom: 10px;
  width: 180px;
  float: left; }
  .profile-photo_company .btnarea {
    text-align: center;
    margin: 10px auto 0; }

/* pc */
@media only screen and (min-width: 769px) {
  .profile {
    position: relative;
    min-height: 290px; }
    .profile .profile-photo {
      width: 180px;
      position: absolute;
      top: 20px;
      left: 20px; }
  .profile-sub {
    width: 180px;
    position: absolute;
    top: 220px;
    left: 20px; }
    .profile-sub ul {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .profile-follow a {
    display: block; }
  .profile-follow span {
    display: block; }
  .profile-main {
    margin-left: 220px;
    margin-bottom: 20px; }
    .profile-main dt {
      margin-top: 10px;
      margin-bottom: 8px; }
    .profile-main dd {
      font-size: 1.6rem; }
      .profile-main dd:not(:last-child) {
        margin-bottom: 8px; }
    .profile-main figure img {
      max-width: 300px; }
  .profile-text {
    margin-left: 220px; } }

/* 768px */
@media only screen and (max-width: 768px) {
  .profile {
    min-height: 180px; }
    .profile .profile-photo {
      position: absolute;
      top: 20px;
      left: 20px;
      width: 140px;
      max-width: 140px; }
  .profile-main {
    margin-left: 170px;
    margin-bottom: 10px; }
    .profile-main dt {
      margin-bottom: 5px; }
    .profile-main dd {
      font-size: 1.3rem; }
    .profile-main figure img {
      max-height: 50px;
      max-width: 80%; }
  .profile-sub {
    margin-left: 170px;
    margin-bottom: 10px; }
  .profile-follow span {
    margin-left: 3px; }
  .profile-sns li {
    margin: 0 13px 0 0; }
  .profile-photo_company {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 65%; }
  .profile-text {
    clear: both; }
  .profile-company .profile-main {
    margin-left: auto;
    margin-right: auto;
    text-align: center; } }

/* 480px */
@media only screen and (max-width: 480px) {
  .p-profilesetting {
    text-align: left; }
  .profile {
    padding: 10px; }
    .profile .profile-photo {
      position: relative;
      width: 60%;
      max-width: 200px;
      top: 0;
      left: 0;
      margin: 0 auto 15px; }
  .profile-main {
    margin-left: 0;
    text-align: center; }
    .profile-main dt {
      margin-top: 5px; }
    .profile-main span {
      font-size: 1rem; }
    .profile-main dd:last-child {
      margin-top: 0; }
  .profile-sub {
    margin: 0 auto;
    text-align: center;
    display: block; }
  .profile-follow {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1; }
    .profile-follow li:first-child {
      padding-right: 15px; }
    .profile-follow li:last-child {
      padding-left: 15px; }
    .profile-follow li a {
      font-size: 2.6rem; }
  .profile-sns {
    margin: 20px auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem; }
    .profile-sns li:not(:last-child) {
      margin-right: 20px; }
    .profile-sns li:last-child {
      margin-right: 0; }
  .profile-text {
    margin-top: 20px; }
    .profile-text dl {
      display: block; }
    .profile-text dt {
      font-size: 1.1rem;
      margin-bottom: 3px;
      color: #888e96; } }

/* purchase
----------------------------------------------------*/
/* pc */
/* 768px */
/* 480px */
/* qr
----------------------------------------------------*/
.qr {
  text-align: center;
  margin-top: 60px; }
  .qr .btnarea {
    text-align: center;
    margin-top: 60px; }

.qr-code {
  margin-bottom: 20px; }

.qr-info {
  margin-bottom: 20px; }
  .qr-info h3 {
    margin-bottom: 10px;
    font-size: 2rem; }
  .qr-info p {
    margin-bottom: 10px; }

.qr-text {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 440px;
  margin-bottom: 20px; }
  .qr-text + .qr-note {
    margin-top: 40px; }
  .qr-text p:not(:last-child) {
    margin-bottom: 10px; }
  .qr-text .btnarea {
    margin-top: 40px; }
  .qr-text .event-header_text {
    margin-bottom: 20px; }

.qr-note {
  border-radius: 10px;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f9f5ed;
  width: 560px;
  max-width: 100%; }
  .qr-note p {
    text-align: left; }
    .qr-note p:not(:last-child) {
      margin-bottom: 10px; }
    .qr-note p.center {
      text-align: center; }
  .qr-note .btnarea {
    margin: 40px auto 0; }
  .qr-note:not(:last-child) {
    margin-bottom: 20px; }

/* pc */
/* 768px */
@media only screen and (max-width: 768px) {
  .qr-note .btnarea {
    margin: 40px auto 0; }
    .qr-note .btnarea [class*="btn-"] {
      display: block;
      width: 300px;
      max-width: 100%;
      margin: 0 auto; }
      .qr-note .btnarea [class*="btn-"]:not(:last-child) {
        margin-bottom: 10px; } }

/* 480px */
@media only screen and (max-width: 480px) {
  .qr {
    margin-top: 30px; }
    .qr > .btnarea [class*="btn-"] {
      display: block;
      margin: 0 auto;
      width: 200px; }
      .qr > .btnarea [class*="btn-"]:not(:last-child) {
        margin-bottom: 20px; }
    .qr .btnarea {
      margin-top: 30px; }
  .qr-note {
    padding: 30px; } }

/* questionnaire
----------------------------------------------------*/
.questionnaire {
  margin: 0 auto 30px;
  width: 100%; }
  .questionnaire article {
    padding: 15px 10px;
    border-bottom: 1px solid #dedede; }
  .questionnaire .qa-q,
  .questionnaire .qa-a {
    position: relative;
    padding-left: 40px;
    min-height: 24px; }
    .questionnaire .qa-q:before,
    .questionnaire .qa-a:before {
      display: block;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      position: absolute;
      left: 0;
      top: 1px;
      border-radius: 50%;
      color: #fff;
      font-size: 1.4rem; }
  .questionnaire .qa-q {
    margin-bottom: 15px;
    font-size: 1.6rem; }
    .questionnaire .qa-q:before {
      content: "Q";
      background-color: #1a9ac8; }
  .questionnaire .qa-a:before {
    content: "A";
    background-color: #e84f70; }
  .questionnaire .required {
    position: relative; }
    .questionnaire .required .qa-q:after {
      content: "※";
      display: block;
      color: #e0123e;
      position: absolute;
      top: -5px;
      left: 22px;
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
      font-weight: bold; }
  .questionnaire input[type="text"] {
    width: 100%; }
  .questionnaire textarea {
    min-height: 100px;
    width: 100%; }
  .questionnaire .inputwrap {
    margin-bottom: -5px;
    display: block; }
    .questionnaire .inputwrap label {
      display: inline-block;
      margin-bottom: 5px; }

.tb-question th, .tb-question td {
  border: 1px solid #dedede;
  padding: 10px; }

.tb-question th {
  background-color: #eff0f2; }

.tb-question td {
  font-size: 1.6rem; }
  .tb-question td small {
    font-size: 1.2rem;
    padding-left: 3px; }

/* 768px */
@media only screen and (max-width: 768px) {
  .questionnaire article {
    padding: 15px 0; } }

/* 480px */
@media only screen and (max-width: 480px) {
  .questionnaire .qa-q {
    margin-bottom: 10px;
    font-size: 1.2rem; }
  .questionnaire .inputwrap {
    display: block;
    margin-bottom: 0; }
    .questionnaire .inputwrap label {
      display: block; }
      .questionnaire .inputwrap label:not(:last-child) {
        margin-left: 0;
        margin-bottom: 5px; }
      .questionnaire .inputwrap label:last-child {
        margin-bottom: 0; } }

/* sumarry
----------------------------------------------------*/
.sumarry-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .sumarry-list .td-name {
    width: 40%; }
  .sumarry-list .td-status {
    width: 120px; }
  .sumarry-list .td-number {
    width: 20%; }
  .sumarry-list .td-price {
    width: 25%; }
  .sumarry-list .tblist:not(:last-child) {
    margin-bottom: 30px; }
  .sumarry-list .sumarry-ticket .tblist-total {
    background-color: #e28540; }
  .sumarry-list .sumarry-exhibit .tblist-total {
    background-color: #44a575; }
  .sumarry-list .sumarry-sponsor .tblist-total {
    background-color: #335c97; }

.sumarry-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #dedede;
  margin-bottom: 30px; }
  .sumarry-total dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-right: 1px solid #dedede;
    position: relative; }
    .sumarry-total dl:last-child {
      border-right: 0; }
    .sumarry-total dl.total-ticket dt span {
      background-color: #e28540; }
    .sumarry-total dl.total-exhibit dt span {
      background-color: #44a575; }
    .sumarry-total dl.total-sponsor dt span {
      background-color: #335c97; }
    .sumarry-total dl dt span {
      display: inline-block;
      padding: 5px;
      background-color: #1a9ac8;
      color: #fff;
      width: 80px;
      line-height: 1;
      text-align: center;
      font-size: 1.3rem; }
    .sumarry-total dl dd {
      padding: 10px;
      font-size: 2.8rem;
      text-align: right;
      margin-left: auto; }
      .sumarry-total dl dd small {
        display: inline-block;
        margin-left: 5px;
        font-size: 1.6rem; }


/* info
----------------------------------------------------*/
.info {
    display: flex;
    flex-wrap: wrap;
}
.info dt {
    width: 90px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ececec;
}
.info dd {
    width: calc(100% - 90px);
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ececec;
}
.info dt:nth-last-child(2) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.info dd:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .info {
      font-size: 1.2rem;
  }
  .info dt {
      width: 100%;
      margin-bottom: 2px;
      padding-bottom: 0;
      border-bottom: 0;
  }
  .info dd {
      margin-bottom: 10px;
      padding-bottom: 10px;
      width: 100%;
  }
}

/* tarms
----------------------------------------------------*/
.terms #main {
  padding-top: 0; }

.terms section:not(:last-child) {
  margin-bottom: 40px; }

.terms section p:not(:last-child) {
  margin-bottom: 15px; }

.terms h3 {
  font-size: 1.7rem;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #dedede;
  font-weight: bold; }

.terms h4 {
  margin-bottom: 20px;
  font-weight: bold; }

.terms .termslist li:not(:last-child) {
  margin-bottom: 30px; }

.terms .termslist li p{
  word-break: normal; }

.terms .termslist li p:not(:last-child) {
  margin-bottom: 5px; }

.terms .termslist h5 {
  font-size: 100%;
  margin-bottom: 10px; }

.terms .termslist .list_dot li {
    margin-bottom: 5px;
    list-style: disc;
    text-indent: 0;
    margin-left: 1.5em; }

/* pc */
/* 768px */
/* 480px */
@media only screen and (max-width: 480px) {
  .terms section:not(:last-child) {
    margin-bottom: 20px; }
  .terms section p:not(:last-child) {
    margin-bottom: 10px; }
  .terms h3 {
    font-size: 1.7rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #dedede;
    font-weight: bold; }
  .terms h4 {
    margin-bottom: 10px; }
  .terms .termslist li:not(:last-child) {
    margin-bottom: 20px; }
  .terms .termslist h5 {
    margin-bottom: 8px; }  
  .terms .termslist .list_dot li {
    margin-bottom: 5px;}
  }

/* ticket
----------------------------------------------------*/
.ticket-receipt {
  text-align: right;
  margin-bottom: 10px; }
  .ticket-receipt span {
    font-size: 1.1rem;
    color: #bcbcbc;
    padding-right: 5px; }

.ticket-header {
  margin-bottom: 30px; }
  .ticket-header dt, .ticket-header dd {
    display: inline-block; }
  .ticket-header dt {
    margin-right: 5px;
    font-size: 1.2rem; }
  .ticket-header dd + dt {
    margin-left: 25px; }
  .ticket-header time {
    font-size: 1.6rem; }

/* 768px */
@media only screen and (max-width: 768px) {
  .ticket-header dt {
    margin-right: 5px; }
  .ticket-header dd + dt {
    margin-left: 25px; }
  .ticket-header time {
    font-size: 1.6rem; } }

/* 480px */
@media only screen and (max-width: 480px) {
  .ticket-header {
    margin-bottom: 20px; }
    .ticket-header dt {
      margin-right: 5px;
      font-size: 1.1rem; }
    .ticket-header dd + dt {
      margin-left: 10px; }
    .ticket-header time {
      font-size: 1.6rem; } }

/* --------------------------------------------------------------
    utility
-------------------------------------------------------------- */
/* base
----------------------------------------------------*/
/* margin */
.u-mt10 {
  margin-top: 10px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

/* 480px */
@media only screen and (max-width: 480px) {
  .u-mt10 {
    margin-top: 5px !important; }
  .u-mt20 {
    margin-top: 10px !important; }
  .u-mt30 {
    margin-top: 15px !important; }
  .u-mt40 {
    margin-top: 20px !important; }
  .u-mt50 {
    margin-top: 30px !important; }
  .u-mt60 {
    margin-top: 30px !important; }
  .u-mb10 {
    margin-bottom: 5px !important; }
  .u-mb20 {
    margin-bottom: 10px !important; }
  .u-mb30 {
    margin-bottom: 15px !important; }
  .u-mb40 {
    margin-bottom: 20px !important; }
  .u-mb50 {
    margin-bottom: 30px !important; } }

.u-text-align-left {
  text-align: left; }

.u-text-align-center {
  text-align: center; }

.u-text-align-right {
  text-align: right; }

/* clearfix */
.clearfix {
  zoom: 1; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }



/* card_list
----------------------------------------------------*/
.card_list {
    display: flex;
    flex-wrap: wrap;
}

.card_list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}

.card_list li:nth-child(3n) {
    margin-right: 0;
}

.card_list li a {
    color: #333;
    display: block;
}

.card_list li .tit {
    font-size: 1.6rem;
    margin: 15px 0;
    font-weight: bold;
}

.card_list li dl {
    margin: 10px 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.card_list li dl dt {
    background: #f0fbff;
    /* border-radius: 100px; */
    color: #1a9ac8;
    font-size: 1rem;
    font-weight: bold;
    padding: 2px 10px;
    margin-right: 10px;
    white-space: nowrap;
    width: 60px;
    border: solid 1px #6bbcde;
    margin-bottom: 4px;
}
.card_list li dl dd {
    width: calc(100% - 70px);
}

.card_list li a .btn-normal {
    margin-left: auto;
    display: block;
    width: 50px;
}
.card_list li a:hover .btn-normal {
    color: #f37023;
}

@media only screen and (max-width: 850px){

  .card_list li {
      width: 49%;
  }
  .card_list li:nth-child(2n) {
      margin-right: 0;
  }
  .card_list li:nth-child(3n) {
      margin-right: 2%;
  }
}

@media only screen and (max-width: 480px){
  .card_list li {
      width: 100%;
      margin-right: 0!important;
  }
}

/* --------------------------------------------------------------
    limited_contents
-------------------------------------------------------------- */

.limited_contents .btn-reload{
  float: right;
  margin-bottom: 10px;
}
.limited_contents .tit-section {
    color: #000;
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: bold;
}
.limited_contents .mgt10{
  margin-top: 10px;
}
.limited_contents .movie_wrap {
  display: flex;
  justify-content: space-between;
}
.limited_contents .movie_wrap .movie {
  width: calc(100% - 370px);
}
.limited_contents .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.limited_contents .movie_wrap .chat {
    width: 360px;
    max-height: 490px;
    overflow-y: scroll;
    background: #fff;
}
.limited_contents .text_white {
  color: #fff;
}
.limited_contents .movie_txt {
    width: 100%;
    max-width: 700px;
    margin: 50px auto 0;
    background: #000;
    height: 400px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #8f8f8f;
    font-size: 2rem;
    font-weight: bold;
    padding: 20px;
    align-content: center;
    text-align: center;
}
.limited_contents .movie_txt span {
    font-size: 1.2rem;
    width: 100%;
    margin-top: 20px;
}

.limited_contents .sponsor_area {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 5px 0;
}
.limited_contents .sponsor_area h4 {
  font-size: 2rem;
}
.limited_contents .sponsor_area a {
    width: 200px;
    margin-left: 10px;
}

.limited_contents .section:not(:last-child) {
    margin: 0;
}

@media only screen and (max-width: 850px){
  .limited_contents .movie_wrap {
    display: block;
  }
  .limited_contents .movie_wrap .movie {
    width: 100%;
  }
  .limited_contents .movie_wrap .chat {
      width: 100%;
      max-height: 300px;
      margin-top: 10px;
  }
  .limited_contents .movie_txt {
      height: 50vw;
      font-size: 1.6rem;
  }

}

.limited_contents .volume{
  text-align: right;
}

@media screen and (max-width: 480px) {
  .limited_contents .sponsor_area h4 {
    font-size: 1.6rem;
  }
  .limited_contents .sponsor_area a{
    width:50%;
  }
}