/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@import url("//fonts.googleapis.com/css?family=Roboto:400,300,200,100,700");
@import url("//fonts.googleapis.com/css?family=Droid+Serif:400,400i");
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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: .14285714em;
  text-align: center;
}

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

.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-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 {
  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:before {
  content: "\f09a";
}

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

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

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

.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 {
  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-square:before, .fa-pied-piper: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-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

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

.fa-ra: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-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";
}

@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url("../fonts/Pe-icon-7-stroke.eot?-2irksn");
  src: url("../fonts/Pe-icon-7-stroke.eot?#iefix-2irksn") format("embedded-opentype"), url("../fonts/Pe-icon-7-stroke.woff?-2irksn") format("woff"), url("../fonts/Pe-icon-7-stroke.ttf?-2irksn") format("truetype"), url("../fonts/Pe-icon-7-stroke.svg?-2irksn#Pe-icon-7-stroke") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pe-7s-cloud-upload:before {
  content: "\e68a";
}

.pe-7s-cash:before {
  content: "\e68c";
}

.pe-7s-close:before {
  content: "\e680";
}

.pe-7s-bluetooth:before {
  content: "\e68d";
}

.pe-7s-cloud-download:before {
  content: "\e68b";
}

.pe-7s-way:before {
  content: "\e68e";
}

.pe-7s-close-circle:before {
  content: "\e681";
}

.pe-7s-id:before {
  content: "\e68f";
}

.pe-7s-angle-up:before {
  content: "\e682";
}

.pe-7s-wristwatch:before {
  content: "\e690";
}

.pe-7s-angle-up-circle:before {
  content: "\e683";
}

.pe-7s-world:before {
  content: "\e691";
}

.pe-7s-angle-right:before {
  content: "\e684";
}

.pe-7s-volume:before {
  content: "\e692";
}

.pe-7s-angle-right-circle:before {
  content: "\e685";
}

.pe-7s-users:before {
  content: "\e693";
}

.pe-7s-angle-left:before {
  content: "\e686";
}

.pe-7s-user-female:before {
  content: "\e694";
}

.pe-7s-angle-left-circle:before {
  content: "\e687";
}

.pe-7s-up-arrow:before {
  content: "\e695";
}

.pe-7s-angle-down:before {
  content: "\e688";
}

.pe-7s-switch:before {
  content: "\e696";
}

.pe-7s-angle-down-circle:before {
  content: "\e689";
}

.pe-7s-scissors:before {
  content: "\e697";
}

.pe-7s-wallet:before {
  content: "\e600";
}

.pe-7s-safe:before {
  content: "\e698";
}

.pe-7s-volume2:before {
  content: "\e601";
}

.pe-7s-volume1:before {
  content: "\e602";
}

.pe-7s-voicemail:before {
  content: "\e603";
}

.pe-7s-video:before {
  content: "\e604";
}

.pe-7s-user:before {
  content: "\e605";
}

.pe-7s-upload:before {
  content: "\e606";
}

.pe-7s-unlock:before {
  content: "\e607";
}

.pe-7s-umbrella:before {
  content: "\e608";
}

.pe-7s-trash:before {
  content: "\e609";
}

.pe-7s-tools:before {
  content: "\e60a";
}

.pe-7s-timer:before {
  content: "\e60b";
}

.pe-7s-ticket:before {
  content: "\e60c";
}

.pe-7s-target:before {
  content: "\e60d";
}

.pe-7s-sun:before {
  content: "\e60e";
}

.pe-7s-study:before {
  content: "\e60f";
}

.pe-7s-stopwatch:before {
  content: "\e610";
}

.pe-7s-star:before {
  content: "\e611";
}

.pe-7s-speaker:before {
  content: "\e612";
}

.pe-7s-signal:before {
  content: "\e613";
}

.pe-7s-shuffle:before {
  content: "\e614";
}

.pe-7s-shopbag:before {
  content: "\e615";
}

.pe-7s-share:before {
  content: "\e616";
}

.pe-7s-server:before {
  content: "\e617";
}

.pe-7s-search:before {
  content: "\e618";
}

.pe-7s-film:before {
  content: "\e6a5";
}

.pe-7s-science:before {
  content: "\e619";
}

.pe-7s-disk:before {
  content: "\e6a6";
}

.pe-7s-ribbon:before {
  content: "\e61a";
}

.pe-7s-repeat:before {
  content: "\e61b";
}

.pe-7s-refresh:before {
  content: "\e61c";
}

.pe-7s-add-user:before {
  content: "\e6a9";
}

.pe-7s-refresh-cloud:before {
  content: "\e61d";
}

.pe-7s-paperclip:before {
  content: "\e69c";
}

.pe-7s-radio:before {
  content: "\e61e";
}

.pe-7s-note2:before {
  content: "\e69d";
}

.pe-7s-print:before {
  content: "\e61f";
}

.pe-7s-network:before {
  content: "\e69e";
}

.pe-7s-prev:before {
  content: "\e620";
}

.pe-7s-mute:before {
  content: "\e69f";
}

.pe-7s-power:before {
  content: "\e621";
}

.pe-7s-medal:before {
  content: "\e6a0";
}

.pe-7s-portfolio:before {
  content: "\e622";
}

.pe-7s-like2:before {
  content: "\e6a1";
}

.pe-7s-plus:before {
  content: "\e623";
}

.pe-7s-left-arrow:before {
  content: "\e6a2";
}

.pe-7s-play:before {
  content: "\e624";
}

.pe-7s-key:before {
  content: "\e6a3";
}

.pe-7s-plane:before {
  content: "\e625";
}

.pe-7s-joy:before {
  content: "\e6a4";
}

.pe-7s-photo-gallery:before {
  content: "\e626";
}

.pe-7s-pin:before {
  content: "\e69b";
}

.pe-7s-phone:before {
  content: "\e627";
}

.pe-7s-plug:before {
  content: "\e69a";
}

.pe-7s-pen:before {
  content: "\e628";
}

.pe-7s-right-arrow:before {
  content: "\e699";
}

.pe-7s-paper-plane:before {
  content: "\e629";
}

.pe-7s-delete-user:before {
  content: "\e6a7";
}

.pe-7s-paint:before {
  content: "\e62a";
}

.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}

.pe-7s-notebook:before {
  content: "\e62b";
}

.pe-7s-note:before {
  content: "\e62c";
}

.pe-7s-next:before {
  content: "\e62d";
}

.pe-7s-news-paper:before {
  content: "\e62e";
}

.pe-7s-musiclist:before {
  content: "\e62f";
}

.pe-7s-music:before {
  content: "\e630";
}

.pe-7s-mouse:before {
  content: "\e631";
}

.pe-7s-more:before {
  content: "\e632";
}

.pe-7s-moon:before {
  content: "\e633";
}

.pe-7s-monitor:before {
  content: "\e634";
}

.pe-7s-micro:before {
  content: "\e635";
}

.pe-7s-menu:before {
  content: "\e636";
}

.pe-7s-map:before {
  content: "\e637";
}

.pe-7s-map-marker:before {
  content: "\e638";
}

.pe-7s-mail:before {
  content: "\e639";
}

.pe-7s-mail-open:before {
  content: "\e63a";
}

.pe-7s-mail-open-file:before {
  content: "\e63b";
}

.pe-7s-magnet:before {
  content: "\e63c";
}

.pe-7s-loop:before {
  content: "\e63d";
}

.pe-7s-look:before {
  content: "\e63e";
}

.pe-7s-lock:before {
  content: "\e63f";
}

.pe-7s-lintern:before {
  content: "\e640";
}

.pe-7s-link:before {
  content: "\e641";
}

.pe-7s-like:before {
  content: "\e642";
}

.pe-7s-light:before {
  content: "\e643";
}

.pe-7s-less:before {
  content: "\e644";
}

.pe-7s-keypad:before {
  content: "\e645";
}

.pe-7s-junk:before {
  content: "\e646";
}

.pe-7s-info:before {
  content: "\e647";
}

.pe-7s-home:before {
  content: "\e648";
}

.pe-7s-help2:before {
  content: "\e649";
}

.pe-7s-help1:before {
  content: "\e64a";
}

.pe-7s-graph3:before {
  content: "\e64b";
}

.pe-7s-graph2:before {
  content: "\e64c";
}

.pe-7s-graph1:before {
  content: "\e64d";
}

.pe-7s-graph:before {
  content: "\e64e";
}

.pe-7s-global:before {
  content: "\e64f";
}

.pe-7s-gleam:before {
  content: "\e650";
}

.pe-7s-glasses:before {
  content: "\e651";
}

.pe-7s-gift:before {
  content: "\e652";
}

.pe-7s-folder:before {
  content: "\e653";
}

.pe-7s-flag:before {
  content: "\e654";
}

.pe-7s-filter:before {
  content: "\e655";
}

.pe-7s-file:before {
  content: "\e656";
}

.pe-7s-expand1:before {
  content: "\e657";
}

.pe-7s-exapnd2:before {
  content: "\e658";
}

.pe-7s-edit:before {
  content: "\e659";
}

.pe-7s-drop:before {
  content: "\e65a";
}

.pe-7s-drawer:before {
  content: "\e65b";
}

.pe-7s-download:before {
  content: "\e65c";
}

.pe-7s-display2:before {
  content: "\e65d";
}

.pe-7s-display1:before {
  content: "\e65e";
}

.pe-7s-diskette:before {
  content: "\e65f";
}

.pe-7s-date:before {
  content: "\e660";
}

.pe-7s-cup:before {
  content: "\e661";
}

.pe-7s-culture:before {
  content: "\e662";
}

.pe-7s-crop:before {
  content: "\e663";
}

.pe-7s-credit:before {
  content: "\e664";
}

.pe-7s-copy-file:before {
  content: "\e665";
}

.pe-7s-config:before {
  content: "\e666";
}

.pe-7s-compass:before {
  content: "\e667";
}

.pe-7s-comment:before {
  content: "\e668";
}

.pe-7s-coffee:before {
  content: "\e669";
}

.pe-7s-cloud:before {
  content: "\e66a";
}

.pe-7s-clock:before {
  content: "\e66b";
}

.pe-7s-check:before {
  content: "\e66c";
}

.pe-7s-chat:before {
  content: "\e66d";
}

.pe-7s-cart:before {
  content: "\e66e";
}

.pe-7s-camera:before {
  content: "\e66f";
}

.pe-7s-call:before {
  content: "\e670";
}

.pe-7s-calculator:before {
  content: "\e671";
}

.pe-7s-browser:before {
  content: "\e672";
}

.pe-7s-box2:before {
  content: "\e673";
}

.pe-7s-box1:before {
  content: "\e674";
}

.pe-7s-bookmarks:before {
  content: "\e675";
}

.pe-7s-bicycle:before {
  content: "\e676";
}

.pe-7s-bell:before {
  content: "\e677";
}

.pe-7s-battery:before {
  content: "\e678";
}

.pe-7s-ball:before {
  content: "\e679";
}

.pe-7s-back:before {
  content: "\e67a";
}

.pe-7s-attention:before {
  content: "\e67b";
}

.pe-7s-anchor:before {
  content: "\e67c";
}

.pe-7s-albums:before {
  content: "\e67d";
}

.pe-7s-alarm:before {
  content: "\e67e";
}

.pe-7s-airplay:before {
  content: "\e67f";
}

body {
  font-family: "Roboto",'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
  line-height: 1.3;
}

h2, .h2 {
  font-weight: normal;
}

dt, dd {
  line-height: 1.8;
}

h2, .h2 {
  font-size: 28px;
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 20px;
  }
}

h3, .h3 {
  font-size: 22px;
}

@media (max-width: 767px) {
  h3, .h3 {
    font-size: 18px;
  }
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clear {
  clear: both;
}

/* */
.tx9 {
  font-size: 69%;
  line-height: 1.2em;
}

.tx10 {
  font-size: 77%;
  line-height: 1.2em;
}

.tx11 {
  font-size: 85%;
  line-height: 1.4em;
}

.tx12 {
  font-size: 93%;
}

.tx14 {
  font-size: 107%;
}

.tx15 {
  font-size: 116%;
}

.tx16 {
  font-size: 123.1%;
}

.tx18 {
  font-size: 139%;
}

.bldb {
  font-weight: bold;
}

.red {
  color: #f56c6c;
}

.orange {
  color: #E94619;
}

.blue {
  color: #6296fd;
}

.tdu {
  text-decoration: underline;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.blk {
  display: block;
}

.inl {
  display: inline;
}

.inb {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.ofa {
  overflow: auto;
}

.hide {
  display: none;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.tc {
  text-align: center !important;
}

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

.ml2 {
  margin-left: 2px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml8 {
  margin-left: 8px !important;
}

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

.ml12 {
  margin-left: 12px !important;
}

.ml16 {
  margin-left: 16px !important;
}

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

.mt0 {
  margin-top: 0px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt8 {
  margin-top: 8px !important;
}

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

.mt12 {
  margin-top: 12px !important;
}

.mt16 {
  margin-top: 16px !important;
}

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

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

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

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

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

.mt70 {
  margin-top: 70px !important;
}

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

.mr2 {
  margin-right: 2px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr8 {
  margin-right: 8px !important;
}

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

.mr12 {
  margin-right: 12px !important;
}

.mr16 {
  margin-right: 16px !important;
}

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

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

.mb2 {
  margin-bottom: 2px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

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

.mb12 {
  margin-bottom: 12px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

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

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

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

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

.pt2 {
  padding-top: 2px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pt8 {
  padding-top: 8px !important;
}

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

.pt12 {
  padding-top: 12px !important;
}

.pt16 {
  padding-top: 16px !important;
}

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

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

.lh18 {
  line-height: 1.8 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.ind {
  text-indent: -1em;
  padding-left: 1em;
}

.d-n {
  display: none;
}

.v-hide {
  visibility: hidden;
}

.o-z {
  opacity: 0;
  position: relative;
}

.img-r {
  max-width: 100%;
  height: auto;
}

a {
  color: #4686ff;
  text-decoration: none;
}

a:hover, a:focus {
  color: #79a7ff;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.btn-warning,
.btn.btn-success,
.btn.btn-primary {
  border: none;
}

.btn {
  border-radius: 4px;
  position: relative;
  padding: 8px 16px;
}

.btn-tl {
  text-align: left;
  padding-left: 30px !important;
  padding-right: 75px !important;
}

.btn-lg {
  padding: 14px 50px;
  font-size: 16px;
  min-width: 220px;
}

.btn-xlg {
  padding: 20px 50px;
  font-size: 18px;
  min-width: 300px;
}

.btn-md {
  min-width: 200px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn_area {
  text-align: center;
  padding: 20px 0 110px 0;
  clear: both;
}

@media (min-width: 992px) {
  .btn:before, .btn:focus:before, .btn:active:before {
    transition: height 0.2s cubic-bezier(0.2, 0.6, 0.3, 1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 0;
  }
  .btn:hover:before {
    height: 100%;
    top: auto;
    bottom: 0;
  }
  .btn-default:before, .btn-default:focus:before, .btn-default:active:before {
    background: rgba(204, 204, 204, 0.2);
  }
  .btn-default:hover {
    background: none;
  }
}

.btn-warning, .btn-warning:focus, .btn-warning:active {
  background-color: #E94619;
}

.btn-warning:active:hover {
  background-color: #d03c14;
}

.btn-warning:hover {
  background-color: #ec5c35;
}

.btn-primary, .btn-primary:focus, .btn-primary:active {
  background-color: #6296fd;
}

.btn-primary:active:hover {
  background-color: #4482fd;
}

.btn-primary:hover {
  background-color: #80aafd;
}

.btn-success, .btn-success:focus, .btn-success:active {
  background-color: #5CB950;
}

.btn-success:active:hover {
  background-color: #4ea743;
}

.btn-success:hover {
  background-color: #70c266;
}

.btn-fb, .btn-fb:focus, .btn-fb:active {
  background-color: #395896;
  color: #fff;
}

.btn-fb:active:hover {
  background-color: #314b80;
}

.btn-fb:hover {
  background-color: #4165ac;
  color: #fff;
}

.btn-twi, .btn-twi:focus, .btn-twi:active {
  background-color: #5AAAED;
  color: #fff;
}

.btn-twi:active:hover {
  background-color: #3e9cea;
}

.btn-twi:hover {
  background-color: #76b8f0;
  color: #fff;
}

.btn-ggl, .btn-ggl:focus, .btn-ggl:active {
  background-color: #D43928;
  color: #fff;
}

.btn-ggl:active:hover {
  background-color: #ba3223;
}

.btn-ggl:hover {
  background-color: #db4f40;
  color: #fff;
}

.btn-wthite {
  background-color: #fff;
  color: #000;
}

.btn-gry {
  background-color: white;
  color: #fff;
}

.btn-gry:hover {
  background-color: #f2f2f2;
  color: #fff;
}

.btn-bdr {
  border: 1px solid #888;
  color: #333;
}

.btn-bdr:hover {
  border-color: #6296fd;
}

.btn-bdr-fff {
  border: 1px solid #fff;
  color: #fff;
}

.btn-bdr-fff:hover {
  border-color: #6296fd;
  color: #6296fd;
}

.btn-bdr-or {
  border: 2px solid #f07e5f;
  color: #eb5930 !important;
}

.btn-bdr-or:hover {
  background: #E94619;
  color: #fff !important;
}

.btn-bdr-bl {
  border: 1px solid #6296fd;
  color: #6296fd;
}

.btn-bdr-bl:hover {
  border-color: #94b8fe;
  color: #94b8fe;
}

.btn-s {
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-round {
  border-radius: 40px;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ntc {
  color: #8c8c8c;
  font-size: 12px;
}

.visible-xxs-inline {
  display: none !important;
}

@media (max-width: 374px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}

.visible-xxs-block {
  display: none !important;
}

@media (max-width: 374px) {
  .visible-xxs-block {
    display: block !important;
  }
}

@media (max-width: 374px) {
  .hidden-xxs {
    display: none !important;
  }
}

@media (max-width: 374px) {
  .xxs_up .el-checkbox__input {
    position: relative;
    top: -1.2em;
  }
}

.pagination > li > a, .pagination > li > span {
  color: #999;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #eee;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #6296fd;
  border-color: #4985fd;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #333;
}

.form-control:focus {
  border-color: #409EFF;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}

.form-control {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #bec4d1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 767px) {
  .form-control {
    font-size: 16px;
  }
}

.form-control::-moz-placeholder {
  color: #c0c4cc;
}

.form-control:-ms-input-placeholder {
  color: #c0c4cc;
}

.form-control::-webkit-input-placeholder {
  color: #c0c4cc;
}

.alert {
  border: none;
}

.alert-success {
  background-color: #dff0d8;
  background-color: #e2e8e0;
}

.alert-info {
  background-color: #d9edf7;
  background-color: #e0ebf0;
}

.alert-warning {
  background-color: #fcf8e3;
  background-color: #f9f6e6;
}

.alert-danger {
  background-color: #f2dede;
  background-color: #ede3e3;
}

.el-tabs__nav-wrap.is-scrollable {
  padding: 0 30px;
}

.el-tabs__nav-next, .el-tabs__nav-prev {
  font-size: 20px;
  color: #6296fd;
}

.el-tag.req {
  background-color: rgba(245, 108, 108, 0.1);
  border-color: rgba(245, 108, 108, 0.2);
  color: #f56c6c;
}

body .el-button--lg {
  font-size: 16px;
  padding: 1.0em;
}

@media (min-width: 768px) {
  body .el-button--lg {
    width: 240px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.pt {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .pt {
    padding-top: 15px;
  }
}

.pb {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .pb {
    padding-bottom: 15px;
  }
}

.bg_g {
  background: #f9f9f9;
}

.btn_box {
  text-align: center;
  background: #f9f9f9;
}

.btn_box .h4 {
  font-weight: normal;
  font-size: 20px;
}

@media (max-width: 767px) {
  .btn_box .h4 {
    font-size: 16px;
  }
}

.btn_box .btn {
  margin-top: 20px;
}

.notice {
  font-size: 12px;
  color: #999;
}

html {
  font-size: 16px;
}

.junbo {
  height: 460px;
  background: url("../img/junbo_bg.jpg") center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .junbo {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.junbo .junbo_inner {
  text-align: center;
}

@media (max-width: 767px) {
  .junbo .junbo_inner {
    width: 100%;
  }
}

.junbo h2.hero {
  margin-top: 0;
  font-weight: bold;
  font-feature-settings: "palt";
  font-size: 46px;
}

@media (max-width: 991px) {
  .junbo h2.hero {
    font-size: 43px;
  }
}

@media (max-width: 767px) {
  .junbo h2.hero {
    font-size: 27px;
  }
}

@media (max-width: 374px) {
  .junbo h2.hero {
    font-size: 22px;
  }
}

.junbo_form {
  background: #fff;
  width: 900px;
  padding: 30px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .junbo_form {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .junbo_form {
    padding: 15px;
    margin-top: 15px;
  }
}

.junbo_form .form-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .junbo_form .form-group {
    flex-direction: column;
  }
}

.junbo_form .form-group input {
  border-radius: 0;
  height: 46px;
  font-size: 16px;
}

.junbo_form .form-group input:not(:focus) {
  border-color: #6296fd;
}

.junbo_form .form-group .keyword {
  flex: 2.5;
}

.junbo_form .form-group .place {
  flex: 1.5;
  margin-left: -1px;
}

@media (max-width: 767px) {
  .junbo_form .form-group .place {
    margin-left: 0;
    margin-top: -1px;
  }
}

.junbo_form .form-group .btn {
  flex: 1;
  border-radius: 0;
}

.item_box,
.pick_item_box {
  background: #f9f9f9;
}

.item_box {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .item_box {
    padding-top: 0;
  }
}

.pick_item_box_inner,
.item_box_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media (min-width: 1215px) {
  .pick_item_box_inner,
  .item_box_inner {
    width: 1200px;
  }
}

@media (max-width: 767px) {
  .pick_item_box_inner,
  .item_box_inner {
    margin-left: 3px;
    margin-right: 3px;
  }
}

.item {
  width: 33.33%;
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 15px;
}

.item .item_inner {
  margin-left: 15px;
  margin-right: 15px;
  background: #fff;
  display: block;
  position: relative;
  transition: 0.15s;
}

@media (min-width: 992px) {
  .item .item_inner:hover {
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 0, 0.6);
  }
}

@media (max-width: 767px) {
  .item {
    width: 50%;
  }
  .item .item_inner {
    margin-left: 3px;
    margin-right: 3px;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .item {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}

.item a {
  color: #444;
}

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

.item a:hover .item_ttl {
  text-decoration: underline;
}

.item_image {
  height: 190px;
}

@media (max-width: 767px) {
  .item_image {
    height: 100px;
  }
}

.item_content {
  padding: 10px;
}

.item_ttl {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .item_ttl {
    font-size: 14px;
    margin-top: 0;
  }
}

.item_datetime {
  margin-bottom: 4px;
  line-height: 1.2;
}

.item_datetime .date {
  font-feature-settings: "palt";
  font-size: 18px;
}

.item_datetime .date i {
  font-style: normal;
  font-size: 120%;
}

@media (max-width: 767px) {
  .item_datetime .date {
    font-size: 12px;
  }
}

.item_place {
  color: #999;
  font-size: 90%;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .item_place {
    font-size: 10px;
    margin-bottom: 5px;
  }
}

.item_note {
  display: inline-block;
  background: #7ba7fd;
  min-width: 5.5em;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 20px;
  left: -15px;
}

@media (max-width: 767px) {
  .item_note {
    left: 0;
    font-size: 10px;
  }
}

.done_item .item_note {
  background: #999;
}

.box.pick_item_box {
  padding-bottom: 0;
}

.pick_item_box_inner {
  background: #f9f9f9;
  position: relative;
}

@media (min-width: 768px) {
  .pick_item_box_inner {
    top: -20px;
  }
}

@media (min-width: 768px) {
  .pick_item_box_inner .item {
    width: auto;
    flex: 1;
    height: 300px;
  }
}

@media (max-width: 767px) {
  .pick_item_box_inner .item {
    width: 100%;
    margin-top: 6px;
  }
}

.pick_item_box_inner .item .item_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (min-width: 768px) {
  .pick_item_box_inner .item .item_inner {
    height: 100%;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .pick_item_box_inner .item .item_inner {
    flex-direction: column;
  }
}

.pick_item_box_inner .item_image {
  width: 100%;
  height: 140px;
}

@media (min-width: 768px) {
  .pick_item_box_inner .item_image {
    height: 100%;
    flex: 1;
  }
}

@media (min-width: 992px) {
  .pick_item_box_inner .item_image {
    height: 100%;
    flex: 2.07;
  }
}

.pick_item_box_inner .item_content {
  flex: 1;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .pick_item_box_inner .item_content {
    padding-left: 10px;
    flex: 1;
  }
}

.pick_item_box_inner .item_ttl {
  font-size: 24px;
}

@media (max-width: 767px) {
  .pick_item_box_inner .item_ttl {
    font-size: 16px;
  }
}

.pick_item_box_inner .item_datetime .date {
  font-feature-settings: "palt";
  font-size: 33px;
  line-height: 1.2;
}

.pick_item_box_inner .item_datetime .date i {
  font-style: normal;
  font-size: 120%;
}

@media (max-width: 767px) {
  .pick_item_box_inner .item_datetime .date {
    font-size: 12px;
  }
}

.pick_item_box_inner .item_place {
  color: #999;
  font-size: 90%;
}

@media (max-width: 767px) {
  .pick_item_box_inner .item_place {
    font-size: 10px;
    margin-bottom: 5px;
  }
}

.pick_item_box_inner .item_note {
  position: static;
  display: inline-block;
  min-width: 5.5em;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.done_item .item_note {
  background: #999;
}

.pick_item .item_sign {
  display: block;
  font-size: 15px;
  width: 8.5em;
  text-align: center;
  color: #ff6666;
  border: 2px solid #ff6666;
  border-radius: 1.0em;
  margin-bottom: 7px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .pick_item .item_sign {
    font-size: 12px;
  }
}

.pop_cat_box {
  padding-top: calc(1.5rem + 2vw);
}

.pop_cat_box div[class^="col-"] {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .pop_cat_box div[class^="col-"] {
    margin-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

.pop_cat_box div[class^="col-"] a {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.pop_cat_box div[class^="col-"] a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.pop_cat_box div[class^="col-"] p {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  z-index: 20;
  font-size: 110%;
}

.pop_cat_box div[class^="col-"] img {
  width: 100%;
  height: auto;
}

.box.for_org_box {
  text-align: center;
  background: url("../img/for_org_bg.jpg") center;
  background-size: cover;
  color: #fff;
  padding-top: calc(1.5rem + 10vw);
  padding-bottom: calc(1.5rem + 10vw);
}

.box.for_org_box a {
  color: #fff;
}

.box.for_org_box .h2 {
  margin-top: 0;
}

.box.for_org_box p {
  font-size: 16px;
  padding-top: calc(1.5rem + 0.5vw);
}

.box.for_org_box div[class^="col-"] {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .box.for_org_box div[class^="col-"] {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.box_ttl {
  padding-bottom: calc(1.5rem + 1vw);
  text-align: center;
}

.item_box .box_ttl {
  margin-bottom: -10px;
}

.box_ttl.box_ttl_fullb {
  position: relative;
}

.box_ttl.box_ttl_fullb:after {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d1d1d1;
}

.box_ttl span.sk {
  display: inline-block;
  background: #f9f9f9;
  position: relative;
  z-index: 10;
  padding: 0 30px;
}

.box_ttl span.sk:before,
.box_ttl span.sk:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: skew(-20deg);
}

.box_ttl span.sk:before {
  transform: skew(-20deg) scale(0.95, 1);
}

.box_ttl span.sk-fff {
  background: #fff;
}

.box_ttl span.sk-no:before,
.box_ttl span.sk-no:after {
  display: none;
}

.w_t_res {
  position: relative;
}

.w_t_res .t_res {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .w_t_res .shadow {
    content: '';
    position: absolute;
    width: 25px;
    height: 100%;
    top: 0px;
    right: 0;
    background: -webkit-gradient(linear, left, from(transparent), to(rgba(0, 0, 0, 0.2)));
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2));
  }
}

.hd {
  text-align: center;
  background: #f5f5f5;
  font-size: 1rem;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #999;
}

@media (min-width: 768px) {
  body.account .hd {
    text-align: left;
  }
}

.c_img {
  background-position: center;
  background-size: cover;
}

header {
  border-bottom: 1px solid #e1e1e1;
  background: #fff;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 85px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  transition: 0.3s cubic-bezier(0.1, 0.7, 0.3, 1);
}

@media (min-width: 992px) {
  header > *:first-child {
    margin-left: 15px;
    margin-right: 15px;
  }
  header > *:last-child {
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  header {
    height: 50px;
  }
}

header .logo {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 991px) {
  header .logo {
    padding-left: 10px;
    padding-right: 10px;
  }
}

header .logo h1 {
  margin: 0;
  font-size: 14px;
}

header .logo img {
  width: 180px;
  height: auto;
}

@media (max-width: 991px) {
  header .logo img {
    width: 130px;
  }
}

@media (max-width: 374px) {
  header .logo img {
    width: 80px;
  }
}

header .drawer {
  margin-left: 10px;
  width: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-right: 0;
}

@media (min-width: 992px) {
  header .drawer {
    display: none;
  }
}

header .drawer i {
  height: 2px;
  width: 100%;
  background: #333;
  position: relative;
}

header .drawer i:before,
header .drawer i:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  top: -6px;
  left: 0px;
  display: inline-block;
  transition: 0.3s;
}

header .drawer i:after {
  top: 6px;
}

.draw_open header .drawer i {
  background: #fff;
}

.draw_open header .drawer i:before {
  transform: rotate(45deg);
  top: 0;
}

.draw_open header .drawer i:after {
  transform: rotate(-45deg);
  top: 0;
}

h2 .to_editer {
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 1.1;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-right: 6px;
}

h2 .to_editer a {
  background: #ff7f10;
  justify-content: center;
  line-height: 1.1;
  padding: 10px 15px;
  color: #fff;
  border-radius: 4px;
  outline: 0;
}

h2 .to_editer a:hover, header .to_editer a:focus {
  text-decoration: none;
  background: #ff9234;
}

h2 .to_editer a:active {
  background: #e66b00;
}

@media (max-width: 767px) {
  h2 .to_editer {
    top: 5px;
  }

  h2 .to_editer a {
    padding: 4px 10px;
    height: 38px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}

header .to_menu {
  line-height: 1.1;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-right: 6px;
}

header .to_menu a {
  background: #363D48;
  justify-content: center;
  line-height: 1.1;
  padding: 10px 15px;
  color: #fff;
  border-radius: 4px;
  outline: 0;
}

header .to_menu a:hover, header .to_menu a:focus {
  text-decoration: none;
  background: #363D48;
}

header .to_menu a:active {
  background: #363D48;
}

@media (max-width: 767px) {
  header .to_menu a {
    padding: 4px 10px;
    height: 38px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}

header .to_login {
  margin-left: auto;
  padding-right: 6px;
}

header .to_login a {
  background: #e94619;
}

header .to_login a:hover, header .to_login a:focus {
  text-decoration: none;
  background: #ec603a;
}

header .to_login a:active {
  background: #c63a13;
}

header .gnav {
  margin-left: auto;
  margin-right: 10px;
}

header .gnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header .gnav ul li {
  display: inline-block;
  margin-left: 0.7em;
  margin-right: 0.7em;
  position: relative;
}

header .gnav ul li .badge {
  position: absolute;
  top: 0;
  right: -8px;
  font-weight: normal;
  background: #FF5653;
  padding: 3px 5px;
}

header .gnav ul li a {
  color: #333;
  font-size: 22px;
  display: inline-block;
}

header .gnav ul li a:hover {
  color: #999;
}

header .gnav ul li.gnav_myp span.c_img {
  width: 26px;
  height: 26px;
  font-size: 22px;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  border: 1px solid #ccc;
  top: 4px;
}

header .gnav ul li.gnav_myp i.el-icon-arrow-down {
  font-size: 13px;
  font-weight: bold;
}

header .gnav ul li.gnav_myp a:hover span.c_img {
  opacity: 0.8;
}

header .gmenu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header .gmenu > ul > li {
  display: inline-block;
  margin-left: 1.1em;
  margin-right: 1.1em;
  position: relative;
}

header .gmenu > ul > li > a {
  display: block;
  color: #555;
  font-weight: bold;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

header .gmenu > ul > li > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  top: 6px;
  width: 100%;
  height: 1px;
  background: #4169b8;
  transition: 0.2s cubic-bezier(0.2, 0.6, 0.3, 1);
  transform: scale(0, 1);
}

header .gmenu > ul > li > a:hover {
  color: #6296fd;
}

header .gmenu > ul > li > a:hover:before {
  transform: scale(1, 1);
}

header .gmenu > ul > li .more_menu {
  position: absolute;
  top: 0;
  left: 0;
  top: 40px;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.1, 0.7, 0.3, 1);
  transform-origin: top;
  transform: scale(1, 0);
}

header .gmenu > ul > li:hover .more_menu {
  transform: scale(1);
}

header .gmenu > ul > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  margin-top: 8px;
  background: #4169b8;
  border-radius: 4px;
}

header .gmenu > ul > li ul::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 8px;
  border-bottom-color: #4169b8;
  margin-left: -8px;
  left: 20px;
  top: -16px;
}

header .gmenu > ul > li ul:before {
  margin-top: 1px;
}

header .gmenu > ul > li ul li a {
  display: block;
  color: #fff;
  background: #4169b8;
  width: 200px;
  padding: 10px;
  text-decoration: none;
}

header .gmenu > ul > li ul li a:hover {
  background: #6486c8;
}

@media (min-width: 768px) {
  header .gmenu > ul > li ul li:first-child a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  header .gmenu > ul > li ul li:last-child a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

@media (max-width: 991px) {
  header .gmenu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50px;
    left: 0;
    z-index: 100;
    transition: 0.3s cubic-bezier(0.1, 0.7, 0.3, 1);
    transform: scale(1, 0);
    transform-origin: top;
    overflow: hidden;
  }
  header .gmenu > ul > li {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  header .gmenu > ul > li a {
    bottom: auto;
    background: #4169b8;
    padding: 18px;
    text-align: center;
    color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: normal;
  }
  header .gmenu > ul > li .more_menu {
    position: static;
    transform: scale(1);
  }
  header .gmenu > ul > li ul {
    margin-top: 0;
  }
  header .gmenu > ul > li ul li a {
    width: auto;
    padding: 18px;
  }
  header .gmenu > ul > li.has_child > a {
    padding: 4px;
    background: #3b5ea5;
    font-size: 12px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6);
  }
  .draw_open header .gmenu {
    transform: scale(1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

header .logo img {
  transition: 0.3s cubic-bezier(0.1, 0.7, 0.3, 1);
}

html.fixed header {
  height: 50px;
}

html.fixed header .logo img {
  width: 130px;
}

body:not(.mypage) main {
  padding-top: 85px;
}

@media (max-width: 991px) {
  body:not(.mypage) main {
    padding-top: 50px;
  }
}

body:not(.mypage) main section.page_hd {
  background: #fbfbfb;
  border-bottom: 1px solid #e8e8e8;
  height: 140px;
  height: calc(2.0rem + 8vw);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

body:not(.mypage) main section.page_hd h2 {
  margin: 0;
}

.box {
  padding-bottom: 40px;
  padding-bottom: calc(1.5rem + 3vw);
}

footer {
  background: #acb0b7;
  color: #fff;
}

footer .footer_content {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  footer .footer_content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  footer .footer_content .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

footer a {
  color: #fff;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

footer a:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

footer a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%;
  vertical-align: middle;
  position: relative;
  margin-right: 3px;
}

footer a i:before {
  position: relative;
  color: #acb0b7;
  top: 3px;
  left: 3px;
}

@media (max-width: 767px) {
  footer a i {
    display: none !important;
  }
}

footer .logo img {
  width: 130px;
  height: auto;
}

@media (min-width: 768px) {
  footer .ci {
    width: 30%;
  }
}

@media (max-width: 767px) {
  footer .ci {
    text-align: center;
    margin-bottom: 20px;
  }
}

footer .footer_link {
  flex: 1;
  font-size: 12px;
}

@media (min-width: 768px) {
  footer .footer_link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

@media (max-width: 767px) {
  footer .footer_link {
    font-size: 14px;
  }
}

footer .footer_link .link_inner {
  flex: 1;
}

footer .footer_link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  footer .footer_link li {
    text-align: center;
    width: 50%;
    float: left;
  }
}

footer .copyright {
  text-align: center;
  padding: 15px;
  margin-bottom: 0;
  background: #9ea3ab;
}

body:not(.mypage) .btns {
  text-align: center;
  padding-top: 30px;
}

@media (max-width: 767px) {
  body:not(.mypage) .btns {
    padding-top: 22.5px;
  }
}

@media (max-width: 767px) {
  body:not(.mypage) .btns {
    padding-top: 15px;
  }
}

body.detail main.detail_main {
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
}

body.detail main.detail_main .content {
  padding-top: 50px;
  position: relative;
  z-index: 20;
}

@media (max-width: 991px) {
  body.detail main.detail_main .content {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  body.detail main.detail_main .content {
    padding-top: 6px;
  }
}

body.detail main.detail_main #bg {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 600px;
  transform: skewY(-7deg);
  z-index: 10;
  opacity: 0.6;
  background: #000;
  overflow: hidden;
}

@media (max-width: 991px) {
  body.detail main.detail_main #bg {
    display: none;
  }
}

body.detail main.detail_main #bg .bg_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-filter: blur(40px);
  filter: blur(40px);
  opacity: 0.95;
}

@media all and (-ms-high-contrast: none) {
  body.detail main.detail_main #bg {
    opacity: 0.1;
  }
  body.detail main.detail_main #bg .bg_inner {
    display: none;
  }
}

.detail_box_inner {
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .detail_box_inner {
    width: 1200px;
  }
}

.detail_box_inner .detail_box_card {
  background: #fff;
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 992px) {
  .detail_box_inner .detail_box_card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

@media (max-width: 767px) {
  .detail_box_inner .detail_box_card {
    margin-left: 6px;
    margin-right: 6px;
  }
}

.detail_box_inner .detail_box_card .primary {
  flex: 1;
  max-width: 770px;
}

.detail_box_inner .detail_box_card .secondary {
  padding: 30px;
}

@media (min-width: 992px) {
  .detail_box_inner .detail_box_card .secondary {
    width: 400px;
    border-left: 1px solid #eee;
  }
}

@media (max-width: 991px) {
  .detail_box_inner .detail_box_card .secondary {
    border-top: 1px solid #eee;
  }
}

@media (max-width: 767px) {
  .detail_box_inner .detail_box_card .secondary {
    padding: 10px;
  }
}

.detail_box .h5 {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  margin-bottom: 5px;
}

.detail_box .detail_ttl {
  border-bottom: 5px solid #333;
  margin-left: 30px;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .detail_box .detail_ttl {
    margin-right: 30px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .detail_box .detail_ttl {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
  }
}

.detail_box .detail_ttl .h2 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .detail_box .detail_ttl .h2 {
    margin-bottom: 20px;
  }
}

.detail_box .subs {
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .detail_box .subs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.detail_box .subs .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail_box .subs .social ul li {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}

.detail_box .subs .parm {
  margin-left: auto;
  color: #aaa;
}

.detail_box .subs .parm i {
  font-style: normal;
}

.detail_box .detail_content {
  padding: 20px 30px;
}

.detail_box .detail_content img{
  max-width: 760px;
}

@media (max-width: 767px) {
  .detail_box .detail_content {
    padding: 10px;
  }
}

.detail_box .date_set {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.detail_box .date_set .h5, .detail_box .date_set .date, .detail_box .date_set a {
  display: inline-block;
  vertical-align: middle;
}

.detail_box .date_set .date {
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-feature-settings: "palt";
  font-size: 30px;
  line-height: 1.2;
  font-weight: normal;
}

.detail_box .date_set .date i {
  font-style: normal;
  font-size: 120%;
}

@media (max-width: 767px) {
  .detail_box .date_set .date {
    font-size: 14px;
  }
}

.detail_box .date_set .link {
  font-size: 12px;
}

.detail_box .body_set {
  margin-top: 20px;
}

.detail_box .spec_set .spec_address p,
.detail_box .spec_set .spec_place p {
  font-size: 16px;
  font-weight: bold;
}

.detail_box .spec_set .spec_address p a,
.detail_box .spec_set .spec_place p a {
  font-weight: normal;
  font-size: 14px;
}

.detail_box .spec_set .spec_notice_date {
  font-feature-settings: "palt";
  color: #aaa;
  font-size: 12px;
}

.detail_box .ticket_set td {
  font-size: 12px;
}

.detail_box .ticket_set td.price {
  text-align: right;
}

.detail_box .ticket_set table.table {
  margin-bottom: 10px;
}

.detail_box .auth_set {
  margin-top: 20px;
}

.detail_box .attendee_set ul {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}

.detail_box .attendee_set ul:before, .detail_box .attendee_set ul:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.detail_box .attendee_set ul:after {
  clear: both;
}

.detail_box .attendee_set ul li {
  width: 50%;
  float: left;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .detail_box .attendee_set ul li {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .detail_box .attendee_set ul li {
    width: 50%;
  }
}

.detail_img {
  height: 370px;
}

@media (max-width: 767px) {
  .detail_img {
    height: 200px;
  }
}

.profile_wid {
  text-align: center;
  margin-bottom: 20px;
}

.profile_wid .profile_pic {
  vertical-align: middle;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .profile_wid .profile_pic {
    width: 140px;
    height: 140px;
  }
}

.profile_wid span {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}

.auth_set .profile_wid {
  text-align: left;
  margin-top: 10px;
}

.auth_set .profile_wid .profile_pic {
  width: 80px;
  height: 80px;
}

.attendee_set .profile_wid {
  text-align: left;
  margin-top: 10px;
}

.attendee_set .profile_wid .profile_pic {
  width: 32px;
  height: 32px;
}

.attendee_set .profile_wid .profile_name {
  font-size: 12px;
}

.profile_wid_col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tags {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tags li {
  display: inline-block;
}

.tags li a {
  background: #ececec;
  padding: 3px 6px;
  border-radius: 50px;
  font-size: 12px;
}

.tags li a:hover {
  text-decoration: none;
  background: #f4f4f4;
}

body:not(.mypage) .page_header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  text-align: center;
}

body:not(.mypage) .page_header_ttl {
  background: #f3f3f3;
  padding: 15px;
  color: #999;
  height: 50px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  body:not(.mypage) .page_header_ttl {
    height: 30px;
  }
  body:not(.mypage) .page_header_ttl .h4 {
    font-size: 12px;
  }
}

body:not(.mypage) .page_header .container {
  align-items: center;
  justify-content: center;
  min-height: 110px;
}

@media (max-width: 767px) {
  body:not(.mypage) .page_header .container {
    min-height: 50px;
  }
}

body:not(.mypage) .page_header_ttl + .container {
  height: 90px;
}

@media (max-width: 767px) {
  body:not(.mypage) .page_header_ttl + .container {
    min-height: 50px;
  }
}

body:not(.mypage) .page_header .hd2 {
  font-size: 28px;
  margin: 0;
}

@media (max-width: 767px) {
  body:not(.mypage) .page_header .hd2 {
    font-size: 16px;
  }
}

body:not(.mypage) .page_header .hd3 {
  font-size: 24px;
  margin: 0;
}

@media (max-width: 767px) {
  body:not(.mypage) .page_header .hd3 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .user_box .primary,
  .list_main .primary {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .user_box .item_box_inner,
  .list_main .item_box_inner {
    display: block;
  }
  .user_box .w_item,
  .list_main .w_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .user_box .item,
  .list_main .item {
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .user_box .item_inner,
  .list_main .item_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 0;
    margin-right: 0;
  }
  .user_box .item_image,
  .list_main .item_image {
    width: 190px;
    height: auto;
  }
  .user_box .item_content,
  .list_main .item_content {
    flex: 1;
  }
  .user_box .item_note,
  .list_main .item_note {
    position: static;
    margin-bottom: 4px;
  }
}

.user_box .wgt_form .form-group,
.list_main .wgt_form .form-group {
  margin-top: 10px;
  margin-bottom: 5px;
}

.user_box .wgt_form .form-group input,
.list_main .wgt_form .form-group input {
  height: 36px;
}

.user_box .wgt_form .form-group input:not(:first-child),
.user_box .wgt_form .form-group button:not(:first-child),
.list_main .wgt_form .form-group input:not(:first-child), .list_main .wgt_form .form-group button:not(:first-child) {
  margin-top: 8px;
}

.user_box .pick_item .item_inner,
.list_main .pick_item .item_inner {
  border: 2px solid #ffb3b3;
}

.user_box .pick_item .item_sign,
.list_main .pick_item .item_sign {
  position: absolute;
  top: -10px;
  left: 10px;
  background: #fff;
  font-size: 12px;
}

@media (max-width: 767px) {
  body:not(.mypage) .secondary {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 10px;
  }
}

body:not(.mypage) .secondary .wgt {
  background: #edecea;
  padding: 10px;
  border-radius: 6px;
}

body:not(.mypage) .secondary .wgt .h5 {
  margin-top: 4px;
}

body:not(.mypage) .secondary .wgt.nobg_wgt {
  background: none;
}

body:not(.mypage) .secondary .wgt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body:not(.mypage) .secondary .cm_wgt a {
  color: #666;
}

body:not(.mypage) .secondary .cm_wgt .help-title {
  background: #e5e5e5;
  background: #4169b8;
  padding: 8px;
}

body:not(.mypage) .secondary .cm_wgt .help-title:not(:nth-of-type(1)) {
  margin-top: 30px;
}

body:not(.mypage) .secondary .cm_wgt .help-title a {
  color: #fff;
}

body:not(.mypage) .secondary .cm_wgt li {
  padding: 10px 0;
  line-height: 1.3;
  font-size: 12px;
}

body:not(.mypage) .secondary .cm_wgt li:not(:first-child) {
  border-top: 1px solid #ddd;
}


.date_wgt {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .date_wgt {
    margin-top: 10px;
  }
}

.cat_list_wgt {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .cat_list_wgt {
    margin-top: 10px;
  }
}

.cat_list_wgt ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}

.cat_list_wgt ul li a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 6px;
  font-size: 12px;
  color: #333;
}

.cat_list_wgt ul li a:hover {
  text-decoration: none;
  background: ivory;
}

.cat_list_wgt ul li:not(:first-child) {
  border-top: 1px solid #ddd;
}

.q_box {
  text-align: center;
}

.q_box [class^="h"] {
  position: relative;
}

.q_box [class^="h"]:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  margin-left: -25px;
  height: 3px;
  left: 50%;
  top: auto;
  bottom: -35px;
  background: #444;
}

@media (max-width: 767px) {
  .q_box [class^="h"]:after {
    bottom: -20px;
  }
}

@media (max-width: 767px) {
  .side_col_continer > .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
  }
}

.faq_index_box .help-title,
.faq_cat_box .help-title {
  margin-bottom: 20px;
  text-align: center;
}

.faq_index_box ul,
.faq_cat_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq_index_box ul li a,
.faq_cat_box ul li a {
  display: block;
  color: #333;
  background: white;
  padding: 10px;
  margin-bottom: 5px;
}

.faq_index_box ul li a:hover,
.faq_index_box ul li a:focus,
.faq_cat_box ul li a:hover, .faq_cat_box ul li a:focus {
  text-decoration: none;
  background: ivory;
}

.faq_cat_box .help-title {
  margin-top: 0;
}

.faq_index_box .help-indent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.faq_index_box .help-indent .faq_list_set {
  width: 50%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .faq_index_box .help-indent .faq_list_set {
    margin-bottom: 22.5px;
  }
}

@media (max-width: 767px) {
  .faq_index_box .help-indent .faq_list_set {
    margin-bottom: 15px;
  }
}

.faq_index_box .help-indent .faq_list_set .faq_list_set_inner {
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .faq_index_box .help-indent .faq_list_set {
    width: 100%;
  }
  .faq_index_box .help-indent .faq_list_set .faq_list_set_inner {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.faq_index_box .help-indent .faq_list_set .help-title {
  margin-bottom: 0;
}

.faq_index_box .help-indent .faq_list_set .help-title a {
  display: block;
  background: #4169b8;
  padding: 15px;
  color: #fff;
}

@media (max-width: 767px) {
  .faq_index_box .help-indent .faq_list_set .help-title a {
    padding: 10px;
  }
}

.faq_index_box .help-indent .faq_list_set .help-title a:hover {
  text-decoration: none;
  background: #5177c1;
}

.faq_index_box .help-indent .faq_list_set li {
  line-height: 1.6;
}

.user_main .page_header .profile_wid {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .user_main .page_header .profile_wid {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .user_main .page_header .profile_wid {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.user_main .page_header .profile_wid ul.follow {
  display: inline-block;
  font-size: 14px;
  margin-left: 0;
  list-style-type: none;
  vertical-align: middle;
}

.user_main .page_header .profile_wid ul.follow li {
  padding: 0 20px;
}

.user_main .page_header .profile_wid ul.follow li dl {
  margin-bottom: 0;
}

.user_main .page_header .profile_wid ul.follow li dl dt {
  font-weight: normal;
}

.user_main .page_header .profile_wid ul.follow li dl dd {
  font-weight: bold;
  font-size: 15px;
}

.user_main .page_header .profile_wid ul.follow li:first-child {
  border-right: 1px solid #ddd;
}

.user_main .page_header .profile_wid > * {
  margin-top: 10px;
  margin-bottom: 10px;
}

.user_main .page_header .profile_wid .profile_pic {
  width: 150px;
  height: 150px;
}

@media (max-width: 767px) {
  .user_main .page_header .profile_wid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .user_main .page_header .profile_wid .profile_pic {
    width: 100px;
    height: 100px;
  }
}

.user_main .content div[class^="col-"] {
  margin: 0 auto;
  float: none;
}

.user_box {
  padding-top: 30px;
}

.w_tab {
  background: #fff;
}

.w_tab ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.w_tab ul li {
  flex: 1;
  text-align: center;
}

.w_tab ul li a {
  padding: 10px;
  display: block;
  font-size: 16px;
}

.w_tab ul li a:hover, .w_tab ul li a:focus {
  text-decoration: none;
  background: #e8edf7;
}

.w_tab ul li.active a {
  background: #4169b8;
  color: #fff;
  position: relative;
}

.w_tab ul li.active a::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 12px;
  border-top-color: #4169b8;
  margin-left: -12px;
  left: 50%;
  bottom: -24px;
}

.w_tab ul li.active a:hover, .w_tab ul li.active a:focus {
  background: #5177c1;
  position: relative;
}

.w_tab ul li.active a:hover::before, .w_tab ul li.active a:focus::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 12px;
  border-top-color: #5177c1;
  margin-left: -12px;
  left: 50%;
  bottom: -24px;
}

@media (max-width: 767px) {
  .w_tab ul li a {
    padding: 5px;
    font-size: 14px;
  }
}

.w_tab .tab-content {
  margin-top: 30px;
}

.w_tab .tab-content > .tab-pane:not(.active) {
  display: none !important;
}

@media (max-width: 767px) {
  body .el-input__inner,
  body .el-date-editor .el-range-input, body .el-date-editor .el-range-separator {
    font-size: 16px;
  }
}

body .el-upload, body .el-upload-dragger {
  width: 100%;
}

body .el-date-editor--datetimerange.el-input:not(.inb),
body .el-date-editor--datetimerange.el-input__inner,
body .el-date-editor.el-input:not(.inb),
body .el-date-editor.el-input__inner {
  width: 100%;
}

body .event_datetime .el-date-editor.el-input {
  width: 10em;
}

@media (max-width: 374px) {
  body .event_datetime .el-date-editor.el-input:not(.date) {
    width: 6em;
  }
  body .event_datetime .el-date-editor.el-input:not(.date) .el-input__inner {
    padding-right: 5px;
  }
}

body .event_datetime .el-date-editor.el-input .el-input__inner {
  padding-right: 25px;
}

body .event_datetime .el-date-editor.el-input:not(.date) {
  margin-left: -10px;
}

body .event_datetime .el-date-editor.el-input:not(.date) .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

body .event_datetime .tx {
  font-size: 20px;
  vertical-align: middle;
  padding: 4px;
}

@media (max-width: 991px) {
  body .event_datetime .tx {
    display: block;
  }
}

body .event_datetime .pretx {
  color: #777;
}

body .el-form--label-top .el-form-item__label {
  padding-bottom: 2px !important;
  line-height: 2;
}

body .el-menu {
  border-right: none;
}

body .el-radio__inner,
body .el-checkbox__inner {
  border-color: #a1a9bb;
}

body .el-input__inner:not(:focus),
body .el-textarea__inner:not(:focus) {
  border-color: #bec4d1;
}

body .el-button:not(.el-button--danger):not(.el-button--primary):not(.el-button--success):not(.el-button--warning):not(.el-button--text) {
  border-color: #bec4d1;
}

.list_ui {
  margin-bottom: 30px;
}

.list_ui .el-input {
  width: 300px;
}

@media (max-width: 991px) {
  .list_ui .el-input {
    width: 100% !important;
    margin-top: 10px;
  }
}

.list_ui .inb {
  width: 140px !important;
}

@media (min-width: 992px) {
  .list_ui .inb {
    position: relative;
    left: -7px;
    z-index: 10;
  }
  .list_ui .inb input {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}

@media (max-width: 991px) {
  .list_ui .inb {
    margin-top: 10px;
  }
}

.list_ui .el-select .el-input {
  width: 150px !important;
}

@media (min-width: 992px) {
  .list_ui .el-select .el-input {
    position: relative;
    left: -15px;
  }
}

@media (max-width: 991px) {
  .list_ui .el-select .el-input {
    width: 100% !important;
    margin-top: 10px;
  }
}

.inqury_main textarea {
  height: 300px;
}

.inqury_main .terms {
  overflow: auto;
  height: 120px;
  border: 1px #ddd solid;
  padding: 5px;
  margin-top: 10px;
  font-size: 12px;
}

.login_box {
  text-align: center;
  padding: 6px;
}

@media (min-width: 768px) {
  .login_box {
    width: 450px;
    margin: 0 auto;
  }
}

.login_box .login_box_inner {
  background: #fff;
  padding: 20px;
}

.login_box .w_tab {
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 767px) {
  .login_box .w_tab {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.login_box .w_tab ul li a, .login_box .w_tab ul li a:hover {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.login_box .w_tab ul li a:before, .login_box .w_tab ul li a:hover:before {
  display: none !important;
}

.login_box .w_tab ul li:not(.active) a {
  border-top: none;
}

.login_box .w_tab ul li.active a {
  border-bottom: none;
  background: none;
  color: #333;
}

.login_box .w_tab ul li:not(:first-child) a {
  border-left: 1px solid #ccc;
}

.login_box .devide {
  text-align: center;
  position: relative;
}

.login_box .devide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  top: 50%;
  background: #ddd;
}

.login_box .devide span {
  display: inline-block;
  background: #fff;
  position: relative;
  padding: 10px;
}

.login_box .form-group {
  text-align: left;
  margin-bottom: 5px;
}

.login_box label {
  margin-bottom: 3px;
}

@media (min-width: 768px) {
  .login_box .login_box_inner .btn {
    padding: 14px 16px;
  }
  .login_box .login_box_inner .btn-success {
    padding: 18px;
  }
  .login_box .btn-block + .btn-block {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .login_box .w_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .login_box .w_btn .btn {
    white-space: normal;
    font-size: 12px;
    margin-top: 0;
    margin: 3px;
    padding: 8px;
  }
  .login_box .to_regist {
    font-size: 13px;
  }
  .login_box .login_box_inner {
    padding: 10px;
  }
  .login_box .devide span {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  .ticket_box {
    width: 740px;
    margin: 0 auto;
  }
}

.ticket_box .h3 {
  font-weight: normal;
}

.ticket_box .event_meta {
  background: #efefef;
  text-align: center;
  padding: 6px;
}

.ticket_box .event_meta > * {
  font-weight: normal;
  color: #666;
}

@media (max-width: 767px) {
  .ticket_box .event_meta .h4 {
    font-size: 14px;
  }
}

.ticket_box .ticket_box_inner {
  background: #fff;
  padding: 20px;
}

@media (max-width: 767px) {
  .ticket_box .ticket_box_inner {
    padding: 10px;
  }
}

.ticket_box .box_hd {
  text-align: center;
}

.ticket_box .el-input-number {
  width: 130px;
}

.ticket_box table > tbody > tr > td {
  vertical-align: middle;
}

.ticket_box table td.type {
  width: 60%;
}

.ticket_box table td.price {
  width: 15%;
  text-align: right;
}

.ticket_box table td.ui {
  text-align: right;
}

.ticket_box table td.sum_price {
  font-size: 18px;
}

.ticket_box .btns .btn {
  margin-left: 3px;
  margin-right: 3px;
}

.ticket_box .flex {
  margin-left: -10px;
  margin-right: -10px;
}

.ticket_box .flex .form-group {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

.ticket_cre_box .el-select {
  width: 70px;
}

.ticket_confirm_box label {
  background: #efefef;
  padding: 3px 8px;
  display: block;
}

body .feature_main {
  overflow: hidden;
}

body .feature_main .page_header {
  background-image: url(../img/auth_main2.jpg);
  position: relative;
}

body .feature_main .page_header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

body .feature_main .page_header .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  body .feature_main .page_header .container {
    min-height: 580px;
  }
}

body .feature_main .page_header .inner {
  color: #fff;
  position: relative;
  margin-bottom: 100px;
  z-index: 10;
}

@media (max-width: 767px) {
  body .feature_main .page_header .inner {
    margin-bottom: 130px;
  }
}

body .feature_main .page_header .inner .hd2 {
  font-weight: bold;
  font-size: 50px;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  body .feature_main .page_header .inner .hd2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  body .feature_main .page_header .inner .hd2 {
    font-size: 20px;
  }
}

body .feature_main .page_header .inner .sub_hd {
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  body .feature_main .page_header .inner .sub_hd {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  body .feature_main .page_header .inner .sub_hd {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  body .feature_main .page_header .inner .sub_hd {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
  }
}

body .feature_main .page_header .inner .read {
  margin-top: 30px;
}

@media (min-width: 992px) {
  body .feature_main .page_header .inner .read {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

body .feature_main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body .feature_main .box {
  padding-top: calc(1.2rem + 3vw);
}

body .feature_main .box_ttl span {
  padding-bottom: 20px;
  display: inline-block;
  background: linear-gradient(270deg, #333 20px, transparent 0), linear-gradient(180deg, #333 20px, transparent 0), linear-gradient(90deg, #333 20px, transparent 0), linear-gradient(0deg, #333 20px, transparent 0);
  background-position: 0 100%,0 100%,100% 0,100% 0;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-repeat: no-repeat;
  padding: 10px 20px;
}

.fea_read_box {
  margin-top: -120px;
  border-top-right-radius: 2000px 280px;
  border-top-left-radius: 2000px 280px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  background: #f9f9f1;
  position: relative;
  z-index: 30;
}

.fea_read_box .read {
  font-size: 16px;
}

@media (min-width: 992px) {
  .fea_read_box .read {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .fea_read_box .read {
    font-size: 13px;
  }
}

.fea_point_box {
  text-align: center;
}

.fea_point_box ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.fea_point_box ul li {
  width: 30%;
}

@media (max-width: 767px) {
  .fea_point_box ul li {
    width: 50%;
  }
}

.fea_point_box ul li figure {
  background: #fdf57a;
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 100%;
}

.fea_point_box ul li p {
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 16px;
}

@media (max-width: 767px) {
  .fea_point_box ul li p {
    margin-top: 5px;
    font-size: 14px;
  }
}

.fea_point_box .h4 {
  color: #4169b8;
  font-weight: normal;
  margin-top: 40px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .fea_point_box .h4 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .fea_point_box .h4 {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .fea_point_box .h4 {
    font-size: 20px;
    display: inline-block;
    position: relative;
  }
  .fea_point_box .h4:before,
  .fea_point_box .h4:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 2px;
    height: 20px;
    background: #4169b8;
    transform: skew(23deg);
    margin: 5px -10px;
  }
  .fea_point_box .h4:after {
    left: auto;
    right: 0;
    transform: skew(-23deg);
  }
}

.fea_voice_box {
  background: #b9e4ea;
}

.fea_voice_box .box_ttl {
  color: rgba(51, 51, 51, 0.8);
  font-size: 18px;
}

.fea_voice_box ul {
  margin-bottom: -40px;
}

@media (max-width: 767px) {
  .fea_voice_box ul {
    margin-bottom: 29px;
  }
}

@media (min-width: 768px) {
  .fea_voice_box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}

.fea_voice_box ul li {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 40px;
}

.fea_voice_box ul li .st0 {
  fill: #7AE280;
}

@media (min-width: 768px) {
  .fea_voice_box ul li {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .fea_voice_box ul li {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .fea_voice_box ul li .q, .fea_voice_box ul li .a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.fea_voice_box ul li .q p, .fea_voice_box ul li .a p {
  background: #fff;
  padding: 20px 30px;
  border-radius: 100px;
  line-height: 1.5;
  flex: 1;
  position: relative;
  margin-bottom: 20px;
}

.fea_voice_box ul li .q p svg, .fea_voice_box ul li .a p svg {
  position: absolute;
  top: 0;
  left: 0;
  top: 15px;
}

@media (max-width: 767px) {
  .fea_voice_box ul li .q p, .fea_voice_box ul li .a p {
    padding: 10px 20px;
    margin-bottom: 5px;
  }
  .fea_voice_box ul li .q p svg, .fea_voice_box ul li .a p svg {
    top: 6px;
  }
}

.fea_voice_box ul li .q figure {
  margin-right: 20px;
}

.fea_voice_box ul li .q p svg {
  transform: scale(-1, 1);
  left: -12px;
}

.fea_voice_box ul li .q p svg .st0 {
  fill: #fff;
}

.fea_voice_box ul li .a {
  flex-direction: row-reverse;
}

.fea_voice_box ul li .a figure {
  margin-left: 20px;
}

.fea_voice_box ul li .a p {
  background: #7AE280;
}

.fea_voice_box ul li .a p svg {
  left: auto;
  right: -12px;
}

@media (max-width: 767px) {
  .fea_voice_box ul li .q figure {
    margin-left: -20px;
  }
  .fea_voice_box ul li .a figure {
    text-align: right;
    margin-right: -20px;
  }
  .fea_voice_box ul li .q p svg {
    transform: scale(-1, 1) rotate(-15deg);
  }
  .fea_voice_box ul li .a p svg {
    transform: rotate(-15deg);
  }
}

.fea_price_box {
  background: #f9f9f9;
}

@media (min-width: 768px) {
  .fea_price_box .w_price {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.fea_price_box .w_price dl {
  flex: 1;
  background: #fff;
  text-align: center;
  padding-bottom: 40px;
  margin-left: 3px;
  margin-right: 3px;
}

@media (max-width: 767px) {
  .fea_price_box .w_price dl {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .fea_price_box .w_price dl {
    padding-bottom: 20px;
  }
}

.fea_price_box .w_price dl dt {
  font-size: 16px;
  background: #4169b8;
  color: #fff;
  padding: 20px 30px;
  border-radius: 4px;
  display: inline-block;
  margin-top: -30px;
  position: relative;
}

.fea_price_box .w_price dl dt::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 16px;
  border-top-color: #4169b8;
  margin-left: -16px;
  left: 50%;
  bottom: -32px;
}

@media (max-width: 767px) {
  .fea_price_box .w_price dl dt {
    position: relative;
  }
  .fea_price_box .w_price dl dt::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-width: 10px;
    border-top-color: #4169b8;
    margin-left: -10px;
    left: 50%;
    bottom: -20px;
  }
}

.fea_price_box .w_price dl dt:before {
  transform: scale(0.5, 1);
}

.fea_price_box .w_price dl dd span {
  font-size: 130px;
  color: #E94619;
  line-height: 1.1;
  margin-left: 30px;
}

.fea_price_box .w_price dl dd i {
  font-size: 30px;
}

.fea_price_box .w_price dl i {
  font-style: normal;
}

@media (max-width: 767px) {
  .fea_price_box .w_price dl {
    padding-bottom: 1px;
  }
  .fea_price_box .w_price dl dt {
    padding: 10px;
    font-size: 14px;
  }
  .fea_price_box .w_price dl dd span {
    font-size: 50px;
    line-height: 1.5;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .fea_price_box p:not(.notice) {
    font-size: 13px;
  }
}

.fea_flow_box .read {
  font-size: 16px;
}

@media (min-width: 992px) {
  .fea_flow_box .read {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .fea_flow_box .read {
    font-size: 13px;
  }
}

.fea_flow_box ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .fea_flow_box ul {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .fea_flow_box ul {
    padding-top: 20px;
  }
}

.fea_flow_box ul li {
  flex: 1;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.fea_flow_box ul li span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ff6666;
  border-radius: 100%;
}

.fea_flow_box ul li .h5 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .fea_flow_box ul li .h5 {
    font-size: 14px;
  }
}

.fea_flow_box ul li p {
  margin-top: 20px;
  text-align: left;
}

@media (min-width: 992px) {
  .fea_flow_box ul li p {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .fea_flow_box ul li p {
    font-size: 12px;
  }
}

.fea_flow_box ul li:not(:first-child):after {
  content: url(../img/auth_arr.png);
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  left: -15px;
  margin-top: -10px;
}

@media (max-width: 767px) {
  .fea_flow_box ul li:not(:first-child):after {
    left: -30px;
  }
}

@media (max-width: 767px) {
  .fea_flow_box ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .fea_flow_box ul li figure {
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }
  .fea_flow_box ul li figure img {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=style.css.map */
.tips{
  font-size: 95%;
  color: #d00;
}

body .transactions_main {
  overflow: hidden;
}

body .transactions_main table{
  max-width: 650px;
  margin: 0 auto;
}

body .transactions_main table th{
  width: 200px;
}

body .term_main {
  overflow: hidden;
}

body .term_main .term_content{
  max-width: 650px;
  margin: 0 auto;
  padding: 5px;
}

body .function_main .function-title{
  display: block;
  background: #4169b8;
  padding: 15px;
  color: #fff;
}

body .function_main .function_index_box .help-indent{
  background: #fff;
}

.el-dialog {
  min-width: 380px;
}

[v-cloak] {
  display: none;
}