@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../build//fonts/fontawesome-webfont-674f50d287.eot?v=4.7.0");
  src: url("../../build//fonts/fontawesome-webfont-674f50d287.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../build//fonts/fontawesome-webfont-af7ae505a9.woff2?v=4.7.0") format("woff2"), url("../../build//fonts/fontawesome-webfont-fee66e712a.woff?v=4.7.0") format("woff"), url("../../build//fonts/fontawesome-webfont-b06871f281.ttf?v=4.7.0") format("truetype"), url("../../build//fonts/fontawesome-webfont-912ec66d75.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa, input[type='checkbox'] + span, input[type='radio'] + span, .unit-msg.help i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa.fa-pull-left, input[type='checkbox'] + span.fa-pull-left, input[type='radio'] + span.fa-pull-left, .unit-msg.help i.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right, input[type='checkbox'] + span.fa-pull-right, input[type='radio'] + span.fa-pull-right, .unit-msg.help i.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, input[type='checkbox'] + span.pull-left, input[type='radio'] + span.pull-left, .unit-msg.help i.pull-left {
  margin-right: .3em;
}

.fa.pull-right, input[type='checkbox'] + span.pull-right, input[type='radio'] + span.pull-right, .unit-msg.help i.pull-right {
  margin-left: .3em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-check-square-o:before, label input[type='checkbox']:checked + span:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-info-circle:before, .unit-msg.help i:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-square-o:before, label input[type='checkbox'] + span:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-circle-o:before, label input[type='radio'] + span:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-dot-circle-o:before, label input[type='radio']:checked + span:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-genderless:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

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

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

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

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

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

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

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

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

.fa-contao:before {
  content: "";
}

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

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

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

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

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

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

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

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-fonticons:before {
  content: "";
}

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

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

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

.fa-usb:before {
  content: "";
}

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

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

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

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

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

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

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

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

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

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

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

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

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

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

.fa-blind:before {
  content: "";
}

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

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

.fa-braille:before {
  content: "";
}

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

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

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

.fa-glide:before {
  content: "";
}

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

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

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

.fa-viadeo:before {
  content: "";
}

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

.fa-snapchat:before {
  content: "";
}

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

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

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

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

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

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

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

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

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

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

.fa-linode:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: "";
}

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

.fa-telegram:before {
  content: "";
}

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

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

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

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

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

.fa-shower:before {
  content: "";
}

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

.fa-podcast:before {
  content: "";
}

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

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

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

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

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

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

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

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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

/****************************************************
 *  Reset
 ***************************************************** */
html {
  font-size: 14px;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, button, select, th, td, img {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, code, address, caption, cite, code, em, strong, th, td {
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
  outline: none;
}

li {
  list-style: none;
}

input, textarea {
  outline: none;
}

input[type="submit"]::-moz-focus-inner {
  border: 0px;
}

main, article {
  display: block;
}

/****************************************************
 * html
 ***************************************************** */
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo','メイリオ','HGSｺﾞｼｯｸM',Arial,sans-serif;
  color: #222222;
  background-color: #ffffff;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: 1.5;
}

/****************************************************
 * common-style
 ***************************************************** */
.w1em {
  width: 1em;
}

.w2em {
  width: 2em;
}

.w3em {
  width: 3em;
}

.w4em {
  width: 4em;
}

.w5em {
  width: 5em;
}

.w6em {
  width: 6em;
}

.w7em {
  width: 7em;
}

.w8em {
  width: 8em;
}

.w9em {
  width: 9em;
}

.w10em {
  width: 10em;
}

.w11em {
  width: 11em;
}

.w12em {
  width: 12em;
}

.w13em {
  width: 13em;
}

.w14em {
  width: 14em;
}

.w15em {
  width: 15em;
}

.w16em {
  width: 16em;
}

.w17em {
  width: 17em;
}

.w18em {
  width: 18em;
}

.w19em {
  width: 19em;
}

.w20em {
  width: 20em;
}

.w0pc {
  width: 0%;
}

.w5pc {
  width: 5%;
}

.w10pc {
  width: 10%;
}

.w15pc {
  width: 15%;
}

.w20pc {
  width: 20%;
}

.w25pc {
  width: 25%;
}

.w30pc {
  width: 30%;
}

.w33pc {
  width: 33%;
}

.w34pc {
  width: 34%;
}

.w35pc {
  width: 35%;
}

.w40pc {
  width: 40%;
}

.w45pc {
  width: 45%;
}

.w50pc {
  width: 50%;
}

.w55pc {
  width: 55%;
}

.w60pc {
  width: 60%;
}

.w66pc {
  width: 66%;
}

.w65pc {
  width: 65%;
}

.w70pc {
  width: 70%;
}

.w75pc {
  width: 75%;
}

.w80pc {
  width: 80%;
}

.w85pc {
  width: 85%;
}

.w90pc {
  width: 90%;
}

.w95pc {
  width: 95%;
}

.w100pc {
  width: 100%;
}

.w150pc {
  width: 150%;
}

.w200pc {
  width: 200%;
}

.w300pc {
  width: 300%;
}

.padding {
  padding: 1rem;
}

p {
  margin-bottom: 1em;
}

a:hover {
  -webkit-font-smoothing: antialiased;
}

.red {
  color: #ED290F;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

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

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.hidden {
  display: none;
}

/****************************************************
 * common_elements
 ***************************************************** */
/*****************************
 * title-bar
 ****************************** */
.title-01 {
  width: 100%;
  height: 48px;
}

.title-01 .inner {
  display: inline-block;
  position: relative;
  padding: 0 1em;
  min-width: 25%;
  height: 48px;
  line-height: 48px;
  font-size: 1.25rem;
  color: #ffffff;
  background-color: #7F7663;
}

.title-01 .inner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -48px;
  border-top: 48px solid transparent;
  border-right: none;
  border-bottom: none;
  border-left: 48px solid #7F7663;
}

.title-02 {
  margin-bottom: 0.5em;
  padding: 0.5em;
  font-size: 1.72rem;
  font-weight: bold;
  color: #7F7663;
}

.title-03 {
  padding: 0.5em;
  text-align: center;
  font-size: 1.29rem;
  color: #ffffff;
  background-color: #2a67a0;
}

.title-04 {
  padding: 0.5em 0.75em;
  font-size: 1.58rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #2f75b5;
}

/*****************************
 * breadcrumbs
 ****************************** */
.unit-breadcrumbs-01 {
  margin-bottom: 1rem;
  width: 100%;
}

.unit-breadcrumbs-01 ul {
  display: block;
  height: 48px;
  background-color: #e0e7ed;
}

.unit-breadcrumbs-01 ul:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

.unit-breadcrumbs-01 li {
  float: left;
  position: relative;
  padding-left: 20px;
  height: 48px;
  line-height: 48px;
}

.unit-breadcrumbs-01 li .inner {
  display: inline-block;
  padding: 0 1.5em;
  height: 100%;
  vertical-align: middle;
  font-size: 1.375rem;
  color: #262D33;
}

.unit-breadcrumbs-01 li:first-of-type {
  padding-left: 0;
  background-color: #2f75b5;
}

.unit-breadcrumbs-01 li:first-of-type .inner {
  color: #ffffff;
}

.unit-breadcrumbs-01 li:first-of-type .inner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -24px;
  border-top: 24px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #2f75b5;
}

/*****************************
 * flow-map
 ****************************** */
.unit-msg.common {
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem;
  font-weight: bold;
  color: #2a67a0;
  border: 6px solid #2a67a0;
}

.unit-msg.common:after {
  content: '';
  display: block;
  position: absolute;
  right: -20px;
  bottom: 8px;
  border-top: 14px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 14px solid #2a67a0;
}

.unit-msg.common.error {
  color: #ED290F;
  border: 6px solid #ED290F;
}

.unit-msg.common.error:after {
  border-left: 14px solid #ED290F;
}

.unit-msg.common.success {
  color: #09a800;
  border: 6px solid #09a800;
}

.unit-msg.common.success:after {
  border-left: 14px solid #09a800;
}

.unit-msg.common i {
  margin-right: 0.25em;
  vertical-align: middle;
  font-size: 200%;
}

.unit-msg.common .inner {
  display: inline-block;
  max-width: 90%;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.flow-map-01 {
  margin-bottom: 1rem;
}

.flow-map-01 .wrap {
  margin: 0 0 1rem;
  text-align: center;
}

.flow-map-01 ul {
  display: inline-block;
  position: relative;
}

.flow-map-01 ul:before {
  content: '';
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 3px dotted #e0e7ed;
}

.flow-map-01 ul li {
  display: inline-block;
  position: relative;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 36px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  min-width: 72px;
  height: 72px;
  line-height: 72px;
  font-weight: bold;
  color: #889eb2;
  background-color: #e0e7ed;
  border-radius: 36px;
}

.flow-map-01 ul li:first-of-type {
  margin-left: 0;
}

.flow-map-01 ul li:last-of-type {
  margin-right: 0;
}

.flow-map-01 ul li.current {
  color: #ffffff;
  background-color: #2f75b5;
}

.flow-map-01 ul li.current:after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin: 0 0 0 -10px;
  content: '';
  display: block;
  padding: 0;
  width: 0px;
  height: 0px;
  line-height: 1em;
  border-top: 14px solid #2f75b5;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 0px solid transparent;
}

/*****************************
 * form
 ****************************** */
form {
  width: 100%;
}

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  display: inline-block;
  position: relative;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 46px;
  padding-left: 1em;
  height: 32px;
  line-height: 30px;
  font-size: 1.1428571429rem;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  text-overflow: ellipsis;
  color: inherit;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: button;
  -moz-appearance: button;
  -o-appearance: button;
  appearance: button;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  background-image: url("../../build//img/select-bg-2x-72847f06af.png");
  background-size: 32px 60px;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #fafafa;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
}

select:hover {
  opacity: 0.75;
}

select:focus {
  outline: 0;
}

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

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select:-moz-focusring:focus {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select.error {
  background-color: #FFD7CF;
  border: 2px solid #FF4C2E;
}

select.error:focus {
  background-color: #ffffff;
}

select option {
  font-size: 1rem;
}

input[type='text'],
input[type='password'],
input[type='email'] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  display: inline-block;
  position: relative;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 32px;
  line-height: 20px;
  font-size: 1.1428571429rem;
  background-color: #fafafa;
  border: 1px solid #c8c8c8;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus {
  background-color: #ffffff;
  border: 1px solid #2a67a0;
  box-shadow: none;
}

input[type='text'].full,
input[type='password'].full,
input[type='email'].full {
  width: 100%;
}

input[type='text']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='email']:-moz-placeholder {
  padding: 0;
  line-height: 0.75rem;
  font-size: 0.75rem;
}

input[type='text'].error,
input[type='password'].error,
input[type='email'].error {
  background-color: #FFD7CF;
  border: 2px solid #FF4C2E;
}

input[type='text'].error:focus,
input[type='password'].error:focus,
input[type='email'].error:focus {
  background-color: #ffffff;
}

textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  display: inline-block;
  position: relative;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-top: 13px;
  padding-bottom: 13px;
  min-height: 8em;
  line-height: 20px;
  font-size: 1.1428571429rem;
  background-color: #fafafa;
  border: 1px solid #c8c8c8;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

textarea:focus {
  background-color: #ffffff;
  border: 1px solid #2a67a0;
  box-shadow: none;
}

textarea.full {
  width: 100%;
}

textarea.corp {
  min-height: 4.5em;
  height: 4.5em;
}

textarea.error {
  background-color: #FFD7CF;
  border: 2px solid #FF4C2E;
}

textarea.error:focus {
  background-color: #ffffff;
}

a.btn,
input[type='submit'].btn,
input[type='button'].btn,
input[type='file'].btn {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
  padding-left: 1.5em;
  padding-top: 14px;
  padding-bottom: 14px;
  min-height: 48px;
  line-height: 20px;
  font-size: 1.1428571429rem;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

a.btn.size-ss,
input[type='submit'].btn.size-ss,
input[type='button'].btn.size-ss,
input[type='file'].btn.size-ss {
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-top: 3px;
  padding-bottom: 3.5px;
  min-height: 21px;
  line-height: 15px;
  font-size: 0.8571428571rem;
}

a.btn.size-s,
input[type='submit'].btn.size-s,
input[type='button'].btn.size-s,
input[type='file'].btn.size-s {
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 5.25px;
  padding-bottom: 5.25px;
  min-height: 28px;
  line-height: 17.5px;
  font-size: 1rem;
}

a.btn.size-m,
input[type='submit'].btn.size-m,
input[type='button'].btn.size-m,
input[type='file'].btn.size-m {
  padding-right: 1.5em;
  padding-left: 1.5em;
  padding-top: 14px;
  padding-bottom: 14px;
  min-height: 48px;
  line-height: 20px;
  font-size: 1.1428571429rem;
}

a.btn.size-l,
input[type='submit'].btn.size-l,
input[type='button'].btn.size-l,
input[type='file'].btn.size-l {
  padding-right: 3em;
  padding-left: 3em;
  padding-top: 16.875px;
  padding-bottom: 16.875px;
  min-height: 45px;
  line-height: 22.5px;
  font-size: 1.6071428571rem;
}

a.btn.full,
input[type='submit'].btn.full,
input[type='button'].btn.full,
input[type='file'].btn.full {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

a.btn.orange,
input[type='submit'].btn.orange,
input[type='button'].btn.orange,
input[type='file'].btn.orange {
  color: #ffffff;
  background-color: #ff9000;
}

a.btn.red,
input[type='submit'].btn.red,
input[type='button'].btn.red,
input[type='file'].btn.red {
  font-weight: bold;
  color: #ffffff;
  background-color: #e60012;
}

a.btn.green,
input[type='submit'].btn.green,
input[type='button'].btn.green,
input[type='file'].btn.green {
  color: #ffffff;
  background-color: #39962c;
}

a.btn.blue,
input[type='submit'].btn.blue,
input[type='button'].btn.blue,
input[type='file'].btn.blue {
  color: #ffffff;
  background-color: #4576c6;
}

a.btn.light-blue,
input[type='submit'].btn.light-blue,
input[type='button'].btn.light-blue,
input[type='file'].btn.light-blue {
  color: #ffffff;
  background-color: #5FC1ED;
}

a.btn.black,
input[type='submit'].btn.black,
input[type='button'].btn.black,
input[type='file'].btn.black {
  color: #ffffff;
  background-color: #444444;
}

a.btn.grey,
input[type='submit'].btn.grey,
input[type='button'].btn.grey,
input[type='file'].btn.grey {
  color: #ffffff;
  background-color: #777777;
}

a.btn.yellow,
input[type='submit'].btn.yellow,
input[type='button'].btn.yellow,
input[type='file'].btn.yellow {
  color: #ffffff;
  background-color: #2a67a0;
}

a.btn.border-01,
input[type='submit'].btn.border-01,
input[type='button'].btn.border-01,
input[type='file'].btn.border-01 {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #fafafa;
  border: 1px solid #c8c8c8;
  box-shadow: none;
}

a.btn.border-01.size-ss,
input[type='submit'].btn.border-01.size-ss,
input[type='button'].btn.border-01.size-ss,
input[type='file'].btn.border-01.size-ss {
  padding-top: 2px;
  padding-bottom: 2.5px;
}

a.btn.border-01.size-s,
input[type='submit'].btn.border-01.size-s,
input[type='button'].btn.border-01.size-s,
input[type='file'].btn.border-01.size-s {
  padding-top: 4.25px;
  padding-bottom: 4.25px;
}

a.btn.border-01.size-m,
input[type='submit'].btn.border-01.size-m,
input[type='button'].btn.border-01.size-m,
input[type='file'].btn.border-01.size-m {
  padding-top: 13px;
  padding-bottom: 13px;
}

a.btn.border-01.size-l,
input[type='submit'].btn.border-01.size-l,
input[type='button'].btn.border-01.size-l,
input[type='file'].btn.border-01.size-l {
  padding-top: 10.25px;
  padding-bottom: 10.25px;
}

a.btn.next,
input[type='submit'].btn.next,
input[type='button'].btn.next,
input[type='file'].btn.next {
  padding-right: 4em;
  background-image: url("../../build//img/btn-bg-next-2x-d7d9483184.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 90% center;
}

a.btn.prev,
input[type='submit'].btn.prev,
input[type='button'].btn.prev,
input[type='file'].btn.prev {
  padding-left: 4em;
  background-image: url("../../build//img/btn-bg-prev-2x-be4ce2a5e4.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 10% center;
}

a.btn.prev.size-s,
input[type='submit'].btn.prev.size-s,
input[type='button'].btn.prev.size-s,
input[type='file'].btn.prev.size-s {
  padding-left: 3em;
  background-size: 16px 16px;
  background-position: 5% center;
}

a.btn.cancel,
input[type='submit'].btn.cancel,
input[type='button'].btn.cancel,
input[type='file'].btn.cancel {
  padding-left: 4em;
  background-image: url("../../build//img/btn-bg-cancel-2x-e791250b5b.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 10% center;
}

a.btn i,
input[type='submit'].btn i,
input[type='button'].btn i,
input[type='file'].btn i {
  position: relative;
  top: -1px;
  margin-right: 0.25em;
  margin-left: 0.25em;
  vertical-align: middle;
}

a.btn:hover,
input[type='submit'].btn:hover,
input[type='button'].btn:hover,
input[type='file'].btn:hover {
  opacity: 0.75;
  -webkit-transition: opacity 0.125s ease-in-out;
  transition: opacity 0.125s ease-in-out;
}

a.btn:disabled, a.btn.disabled,
input[type='submit'].btn:disabled,
input[type='submit'].btn.disabled,
input[type='button'].btn:disabled,
input[type='button'].btn.disabled,
input[type='file'].btn:disabled,
input[type='file'].btn.disabled {
  color: #d2d2d2;
  background-color: #a0a0a0;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}

a.btn:disabled:hover, a.btn.disabled:hover,
input[type='submit'].btn:disabled:hover,
input[type='submit'].btn.disabled:hover,
input[type='button'].btn:disabled:hover,
input[type='button'].btn.disabled:hover,
input[type='file'].btn:disabled:hover,
input[type='file'].btn.disabled:hover {
  opacity: 1;
}

a .wrap,
input[type='submit'] .wrap,
input[type='button'] .wrap,
input[type='file'] .wrap {
  display: inline-block;
  vertical-align: top;
}

label {
  display: inline-block;
  position: relative;
  height: 32px;
  vertical-align: middle;
}

.btn-box {
  padding: 4rem 0;
  text-align: center;
}

.btn-box .btn {
  margin: 0 1em;
}

.btn-box .line {
  display: block;
  padding: 0.75em 1em;
  vertical-align: middle;
}

.btn-box .line .wrap {
  display: inline-block;
  text-align: left;
}

.btn-box .line a {
  color: #2a67a0;
}

/*****************************
 * unit-form
 ****************************** */
.unit-form-01,
.unit-form-02 {
  position: relative;
  margin: 0 auto 2rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.33);
}

.unit-form-01 header,
.unit-form-02 header {
  overflow: hidden;
}

.unit-form-01 header .title-02,
.unit-form-02 header .title-02 {
  margin-bottom: 0;
  padding: 0 0.5em;
}

.unit-form-01 header .link-back,
.unit-form-02 header .link-back {
  float: right;
}

.unit-form-01 table,
.unit-form-02 table {
  margin: 0 0 1em;
  width: 100%;
  font-size: 1.15rem;
}

.unit-form-01 table.child-01,
.unit-form-02 table.child-01 {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #d6cebd;
}

.unit-form-01 th,
.unit-form-01 td,
.unit-form-02 th,
.unit-form-02 td {
  padding: 0.6em 1em 0.5em;
  vertical-align: top;
  font-size: 1.15rem;
}

.unit-form-01 th.fail,
.unit-form-01 td.fail,
.unit-form-02 th.fail,
.unit-form-02 td.fail {
  background-color: #92d050;
}

.unit-form-01 th .line,
.unit-form-01 td .line,
.unit-form-02 th .line,
.unit-form-02 td .line {
  vertical-align: middle;
}

.unit-form-01 th .wrap,
.unit-form-01 td .wrap,
.unit-form-02 th .wrap,
.unit-form-02 td .wrap {
  display: inline-block;
  margin-right: 1em;
}

.unit-form-01 th,
.unit-form-02 th {
  vertical-align: top;
  font-weight: bold;
  color: #7F7663;
}

.unit-form-01 th i,
.unit-form-02 th i {
  margin-right: 0.5em;
}

.unit-form-01 tr + tr,
.unit-form-02 tr + tr {
  border-top: 2px dotted #d6cebd;
}

.unit-form-01 p,
.unit-form-02 p {
  font-size: 1.15rem;
}

.unit-form-01 .unit-msg,
.unit-form-02 .unit-msg {
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0.75em 1em;
  width: 100%;
  font-weight: bold;
}

.unit-form-01 .unit-msg i,
.unit-form-02 .unit-msg i {
  margin-right: 0.25em;
  margin-top: 0.25em;
  vertical-align: top;
  font-size: 200%;
}

.unit-form-01 .unit-msg .inner,
.unit-form-02 .unit-msg .inner {
  display: inline-block;
  max-width: 90%;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.unit-form-01 .unit-msg.error,
.unit-form-02 .unit-msg.error {
  color: #ED290F;
  background-color: #ffffff;
}

.unit-form-01 .unit-msg.success,
.unit-form-02 .unit-msg.success {
  color: #09a800;
  background-color: #ffffff;
}

.unit-form-01 .notes-01,
.unit-form-02 .notes-01 {
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 0.5em;
  height: 32px;
  line-height: 28px;
  vertical-align: middle;
  font-size: 1.1428571429rem;
  font-weight: bold;
  color: #2a67a0;
  border: 2px solid #2a67a0;
}

.unit-form-01 .error-msg,
.unit-form-02 .error-msg {
  color: #ED290F;
  font-size: 1rem;
  font-weight: bold;
}

.unit-form-01 .notes-02,
.unit-form-02 .notes-02 {
  font-size: 0.86rem;
  font-weight: bold;
  color: #2a67a0;
}

.unit-form-01 .title-bar-02,
.unit-form-02 .title-bar-02 {
  margin-bottom: 1rem;
}

.unit-form-01 .title-bar-02 .inner,
.unit-form-02 .title-bar-02 .inner {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-weight: bold;
  color: #7F7663;
  border: 3px solid #7F7663;
}

.unit-form-01 .title-bar-02.invert,
.unit-form-02 .title-bar-02.invert {
  background-color: #7F7663;
}

.unit-form-01 .title-bar-02.invert .inner,
.unit-form-02 .title-bar-02.invert .inner {
  font-weight: normal;
  color: white;
}

.unit-form-01 .status-01 .inner,
.unit-form-02 .status-01 .inner {
  display: inline-block;
  padding: 0.5em;
  font-size: 0.93rem;
  color: #ffffff;
  background-color: #7F7663;
  border-radius: 3px;
}

.unit-form-01 ol li,
.unit-form-02 ol li {
  padding-left: 1em;
  text-indent: -1em;
  list-style-type: decimal;
  list-style-position: inside;
}

.unit-form-01 ol li ol,
.unit-form-02 ol li ol {
  padding-left: 1rem;
}

.unit-form-01 ol li ol li,
.unit-form-02 ol li ol li {
  padding-left: 1em;
  text-indent: -1em;
  list-style-type: lower-roman;
  list-style-position: inside;
}

.unit-form-01 {
  padding: 1.5rem 3rem;
  background-image: url("../../build//img/bg-01-2x-807630ea44.jpg");
}

.unit-form-01 > .inner .box {
  margin-bottom: 3rem;
  padding: 1rem;
  font-size: 1.15rem;
  background-color: #ffffff;
  border-right: 1px solid #e5e1de;
  border-left: 1px solid #e5e1de;
  border-bottom: 2px solid #d3d0cf;
}

.unit-form-01 .user-name {
  margin-bottom: 2rem;
  text-decoration: underline;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000000;
}

.unit-form-02 {
  width: 75%;
}

.unit-form-02 > .inner .box {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3rem;
  padding: 1.5rem 3rem;
  font-size: 1.15rem;
}

.unit-form-02 form {
  margin: 0 auto 1em;
}

.unit-form-02 th,
.unit-form-02 td {
  vertical-align: middle;
}

.unit-form-02 th {
  color: #787878;
}

.unit-form-02 tr + tr {
  border-top: none;
}

.unit-form-02 .unit-msg {
  margin-bottom: 1rem;
  width: auto;
}

.unit-form-02 .btn-box {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/****************************************************
 * base-structure
 ***************************************************** */
header#global-header {
  position: relative;
  height: 168px;
}

header#global-header > .inner {
  height: 120px;
  background-color: #2f75b5;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

header#global-header > .inner h1 {
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 1rem;
  width: 35%;
  height: 120px;
  line-height: 120px;
  vertical-align: middle;
  font-size: 1.25rem;
  color: #ffffff;
}

header#global-header > .inner h1 .inner {
  display: inline-block;
  line-height: 1.5em;
  vertical-align: middle;
}

header#global-header > .inner h1 .inner a {
  display: block;
  color: #ffffff;
}

header#global-header > .inner h1 .inner a:hover {
  opacity: 0.75;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

header#global-header > .inner #global-menu {
  float: left;
  width: 50%;
  height: 120px;
}

header#global-header > .inner #global-menu ul {
  height: 120px;
  border-left: 1px solid #ffffff;
}

header#global-header > .inner #global-menu ul li {
  float: left;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  vertical-align: middle;
  border-right: 1px solid #ffffff;
}

header#global-header > .inner #global-menu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.125rem;
  color: #ffffff;
}

header#global-header > .inner #global-menu ul li a .inner {
  display: inline-block;
  line-height: 1.5em;
  vertical-align: middle;
}

header#global-header > .inner #global-menu ul li a .inner:hover {
  opacity: 0.75;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

header#global-header > .inner #global-menu ul li.active:after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin: 0 0 0 -14px;
  content: '';
  display: block;
  padding: 0;
  width: 0px;
  height: 0px;
  line-height: 1em;
  border-top: 14px solid #2f75b5;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-bottom: 0px solid transparent;
}

header#global-header > .inner .user-menu {
  display: table;
  float: right;
  width: 15%;
  height: 120px;
  line-height: 120px;
  text-align: right;
  vertical-align: middle;
}

header#global-header > .inner .user-menu ul {
  display: inline-block;
  line-height: initial;
  vertical-align: middle;
}

header#global-header > .inner .user-menu ul li {
  margin: 0.5rem 0;
}

header#global-header > .inner .user-menu ul li a {
  display: block;
  padding: 0.5em 0;
  width: 120px;
  line-height: 1.25;
  text-align: center;
  font-size: 0.875rem;
  color: #b6d6f4;
  background-color: #255b8d;
  border-radius: 3px;
}

header#global-header > .inner .user-menu ul li a:hover {
  color: #ffffff;
  background-color: #3b93e3;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#global-footer {
  height: 48px;
}

#global-footer .copyrights {
  line-height: 48px;
  text-align: center;
  color: #b6b6b6;
}

#main-container {
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -168px;
  margin-bottom: -48px;
  padding-top: 168px;
  padding-bottom: calc(48px + 2rem);
  min-height: 100vh;
}

.column-wrap {
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 1rem;
  width: 1200px;
}

/****************************************************
 * view
 ***************************************************** */
.detail-01 header {
  margin-bottom: 2rem;
}

.detail-01 header.bc {
  float: left;
  width: 1200px;
}

.detail-01 header.bc.fixed {
  width: auto;
  z-index: 999;
  position: fixed;
  top: 0;
}

div.tooltip {
  color: #555;
  display: inline-block;
}

div.tooltip > div {
  display: none;
}

div.tooltip:hover {
  position: relative;
  color: #333;
}

div.tooltip:hover > div {
  display: block;
  position: absolute;
  top: 20px;
  background-color: #444;
  padding: 6px 12px;
  width: auto;
  color: #fff;
  font-size: 90%;
  z-index: 100;
}

.modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
}

.modal-card-head,
.modal-card-foot {
  -webkit-box-align: center;
  align-items: center;
  background-color: whitesmoke;
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-card-title {
  color: #363636;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #dbdbdb;
}

.modal-card-foot .button:not(:last-child) {
  margin-right: 10px;
}

.modal-card-body {
  background-color: white;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-align: center;
  align-items: center;
  display: none;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 1986;
}

.modal.is-active {
  display: -webkit-box;
  display: flex;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

i.l-fa {
  font-size: 2rem;
}

input[type='checkbox'], input[type='radio'] {
  display: none;
  vertical-align: middle;
}

input[type='checkbox'] + span, input[type='radio'] + span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  color: #2f75b5;
}

label input[type='checkbox'], input[type='radio'] {
  height: 32px;
  width: 32px;
}

input[type='checkbox'] + span {
  left: -2rem;
  cursor: pointer;
}

input[type='radio'] + span {
  left: 0;
  cursor: pointer;
}

.btn-box .line a.btn.yellow {
  color: #ffffff;
}

input[type='text']:disabled, input[type='text'].disabled, input[type='password']:disabled, input[type='password'].disabled, input[type='email']:disabled, input[type='email'].disabled,
input[type='radio']:disabled,
input[type='radio'].disabled, textarea:disabled, textarea.disabled, select:disabled, select.disabled {
  color: #626262;
  background-color: #cccccc;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}

input[type='text']:disabled + span, input[type='text'].disabled + span, input[type='password']:disabled + span, input[type='password'].disabled + span, input[type='email']:disabled + span, input[type='email'].disabled + span,
input[type='radio']:disabled + span,
input[type='radio'].disabled + span, textarea:disabled + span, textarea.disabled + span, select:disabled + span, select.disabled + span {
  background-color: #cccccc;
}

input[type='text']:disabled:hover, input[type='text'].disabled:hover, input[type='password']:disabled:hover, input[type='password'].disabled:hover, input[type='email']:disabled:hover, input[type='email'].disabled:hover,
input[type='radio']:disabled:hover,
input[type='radio'].disabled:hover, textarea:disabled:hover, textarea.disabled:hover, select:disabled:hover, select.disabled:hover {
  opacity: 1;
}

table.tenant tr th {
  width: 17%;
}

table.tenant tr th:first-child {
  width: 32%;
}

table.tenant tr td {
  text-align: right;
  padding-right: 2rem;
}

table.tenant tr td.text {
  text-align: left;
}

table.tenant tr td input[type='text'] {
  width: 80px;
}

table.tenant tr td input[type='text'].full {
  width: 100%;
}

table.tenant tr td div.error-msg {
  text-align: left;
}

table.dwelling tr td input.num {
  width: 80px;
}

table.common tr td input[type='text'].short {
  width: 50%;
}

table.facility tr td {
  vertical-align: middle;
}

table.facility tr td label {
  width: 2em;
}

table.facility tr td input[type='text'] {
  width: 80%;
}

table.facility tr td.facil_date {
  text-align: right;
}

header#global-header > .inner #global-menu ul li ul {
  background-color: #2f75b5;
  display: none;
  position: absolute;
  left: -1px;
  margin: 0;
  padding: 0;
  width: 350px;
  height: auto;
  border: 1px white solid;
  text-align: left;
}

header#global-header > .inner #global-menu ul li ul a {
  display: block;
  line-height: 3rem;
  zoom: 1;
  text-align: left;
  margin-left: 1rem;
}

header#global-header > .inner #global-menu ul li ul li {
  width: 350px;
  height: 3rem;
  background-color: #2f75b5;
  float: none;
  border-left: none;
  position: static;
  line-height: auto;
  vertical-align: middle;
  border-right: 1px solid #ffffff;
}

ul.dl-buttons li {
  float: left;
  width: 25%;
  text-align: center;
  margin-bottom: 2rem;
}

.unit-form-01 > .inner .box.message {
  margin: 1rem;
  background-color: #fff0c8;
}

table.message-table tr.user_msg td {
  background-color: #eff6da;
}

table.message-table tr.admin_msg td {
  background-color: #e7daf5;
}

.question-file {
  padding-left: 5rem;
  min-height: 66px;
}

.question-file .question-file-label {
  display: inline-block;
  font-size: 1rem;
  height: 18px;
  padding: 5.25px 1em;
  cursor: pointer;
  border: 1px solid #a2a2a2;
  border-radius: 8px;
}

.question-file .question-file-label input[type='file'] {
  display: none;
}

.question-file .question-file-name {
  display: inline-block;
  font-size: 1rem;
  height: 18px;
  padding: 5.25px 1em;
}

.unit-form-01 .dropzone {
  width: 100%;
  min-height: auto;
  padding: 0;
  background-color: #eef8ff;
  border-color: #cddfec;
}

.unit-form-01 .dropzone form {
  text-align: center;
}

.unit-form-01 .dropzone form > div {
  padding: 1rem;
}

.unit-form-01 .dropzone form > div.dp-text {
  padding: 2rem;
}

.unit-form-01 .dropzone form .dz-preview {
  width: 90%;
  margin: 0 auto 2rem;
  text-align: left;
  min-height: auto;
  border-width: 1px;
  border-style: solid;
}

.unit-form-01 .dropzone form .dz-preview .message-body div.filename strong span {
  font-size: 1.2rem;
  font-weight: bold;
}

.unit-form-01 .dropzone form .dz-preview.is-danger {
  background-color: #fff5f7;
  color: #cd0930;
  border-color: #ff3860;
}

.unit-form-01 .dropzone form .dz-preview.is-success {
  background-color: #f6fef9;
  color: #0e301a;
  border-color: #23d160;
}

.unit-form-01 .dropzone form .dz-preview .dz-progress {
  left: 20%;
  width: 80%;
}

.unit-msg.help span.oneline {
  padding-top: 0.75rem;
}

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