@charset "UTF-8";
/*
 libraries
-------------------------------------------------- */
/*!
 *  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 {
  src: url("/files/user/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/files/user/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/files/user/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/files/user/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/files/user/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/files/user/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal; }

.fa {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  margin-left: 2.14286em;
  padding-left: 0;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  top: 0.14286em;
  left: -2.14286em;
  width: 2.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-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 {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-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 {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible; }

.zs-enabled {
  position: relative; }

.zs-enabled .zs-slideshow, .zs-enabled .zs-slides, .zs-enabled .zs-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1; }

.zs-enabled .zs-slideshow .zs-slides .zs-slide {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  position: absolute;
  transform: scale(1.2, 1.2);
  background: transparent none no-repeat 50% 50%;
  background-size: cover;
  opacity: 0;
  visibility: hidden; }

.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
  opacity: 1;
  visibility: visible; }

.zs-enabled .zs-slideshow .zs-bullets {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 4; }

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 10px;
  border: 2px solid #ccc;
  border-radius: 8px;
  background-color: #4a4a4a;
  cursor: pointer; }

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
  background-color: #ccc; }

.zs-enabled .zs-slideshow:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent none repeat 0 0;
  content: " ";
  z-index: 3; }

.zs-enabled.overlay-plain .zs-slideshow:after {
  background-image: url(plain.png); }

.zs-enabled.overlay-dots .zs-slideshow:after {
  background-image: url(dots.png); }

/*
 foundation
-------------------------------------------------- */
/*
 * mixin用SCSS
 *
 */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fade-in-flex {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: -ms-flexbox;
    display: flex;
    opacity: 0; }
  100% {
    display: -ms-flexbox;
    display: flex;
    opacity: 1; } }

@-webkit-keyframes fade-in-flex {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: flex;
    opacity: 0; }
  100% {
    display: flex;
    opacity: 1; } }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  /* 1 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/********************************************
    Font Face
********************************************/
/********************************************
		Common
********************************************/
*,
*:after,
*:before {
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1; }

dd,
dl,
dt,
label,
ul,
ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  color: inherit; }
  a:hover {
    cursor: pointer; }

img {
  vertical-align: top; }

html {
  height: 100%;
  font-size: 62.5%; }

body,
html {
  width: 100%; }

body {
  min-height: 100vh;
  color: #333;
  font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7; }

button,
input,
optgroup,
select,
textarea {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem; }

button,
input[type="button"],
input[type="submit"] {
  border: none; }

iframe {
  vertical-align: top; }

/*
 layout
-------------------------------------------------- */
.l-container {
  position: relative; }
  .l-container--huge {
    position: relative;
    width: 100%;
    background: #efefef; }
  .l-container--large {
    position: relative;
    background: #efefef; }
  .l-container--middle {
    position: relative; }
  .l-container--main {
    position: relative; }
  .l-container--wrap {
    padding-right: 20px;
    padding-left: 20px; }
  .l-container__layout--s {
    position: relative;
    margin: 0 auto; }
  .l-container__layout--m {
    position: relative;
    margin: 0 auto; }
  .l-container__layout--l {
    position: relative;
    margin: 0 auto; }

[class*=" l-container"]:after,
[class^="l-container"]:after {
  display: block;
  clear: both;
  content: ""; }

.l-footer {
  width: 100%;
  margin-top: auto;
  background-color: #252525; }

.l-footer__container {
  position: relative; }

.l-footer__subnav {
  display: -ms-flexbox;
  display: flex; }
  .l-footer__subnav a {
    color: #fff; }

.l-footer__copyright__outer {
  color: #fff; }

.l-footer__pagetop {
  position: absolute;
  top: -34px;
  right: 10px;
  width: 44px;
  height: 44px;
  background: #252525;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  z-index: 1; }

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }
  .l-header.is-scroll {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1); }

.l-header.-scrolling {
  box-shadow: 0px 2px 4px -3px rgba(0, 0, 0, 0.6); }

.l-header__container--foot {
  background-color: #ffffff;
  padding: 15px 20px;
   }

.l-header__container--head {
  width: 100%;
  height: 25px;
  background-color: #252525; }

.l-header__container--foot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.l-header__language {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .l-header__language__item {
    line-height: 25px; }
  .l-header__language__item:not(:last-child) {
    margin-right: 10px; }
  .l-header__language__item a {
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem; }
  .l-header__language__item__active {
    background: #C8242C;
  }

.l-header__logo {
  display: inline-block; }
  .l-header__logo img {
    max-width: 180px;
    display: block;
    height: 80px;
    width: 100%; }
  .l-header__logo__outer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: center;
    align-items: center;
    max-width: 200px;
    margin-right: auto; }

.l-header__menu {
  display: block;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 28px;
  height: 19px;
  background: rgba(255, 255, 255, 0.02); }
  .l-header__menu span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-left: 0;
    border-radius: 5px;
    background-color: #39bbc3; }
  .l-header__menu span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s; }
  .l-header__menu .top {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
    .is-open.l-header__menu .top {
      -webkit-transform: rotate(-45deg) translateY(0px);
      transform: rotate(-45deg) translateY(0px); }
  .l-header__menu .bottom {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
    .is-open.l-header__menu .bottom {
      -webkit-transform: rotate(45deg) translateY(0px);
      transform: rotate(45deg) translateY(0px); }
  .is-open.l-header__menu .middle {
    background: rgba(255, 255, 255, 0); }

.l-header__nav__list {
  width: 100%;
  height: 100%; }

.l-header__nav__item.-current .l-header__nav__link {
  color: #999 !important; }

.l-header__nav__item a {
  color: #333; }

.l-header__nav__link {
  display: block;
  color: #333; }
  .l-header__nav__link:hover {
    text-decoration: none;
    opacity: .9; }

.l-header__nav__button {
  padding: 0 25px; }

/*
 object
-------------------------------------------------- */
/* component --------------------------- */
/*
---
name: base button
category:
 - component/button
tag:
 - base
 - button
---

## This is base button

* Base button style.
* Use `a` or `button` tag.

```html
<div>
	<button class="c-button">ボタン</button>
	<button class="c-button icon-arrow-right">ボタン</button>
	<button class="c-button icon-arrow-left">ボタン</button>
</div>
<div>
	<button class="c-button--strong">強調ボタン</button>
	<button class="c-button--strong icon-arrow-right">強調ボタン</button>
	<button class="c-button--strong icon-arrow-left">強調ボタン</button>
</div>
<div>
	<button class="c-button--disabled">非活性ボタン</button>
	<button class="c-button--disabled icon-arrow-right">非活性ボタン</button>
	<button class="c-button--disabled icon-arrow-left">非活性ボタン</button>
</div>
<div>
	<button class="c-button--return">戻るボタン</button>
	<button class="c-button--return icon-arrow-right">戻るボタン</button>x
	<button class="c-button--return icon-arrow-left">戻るボタン</button>
</div>
<div>
	<button class="c-button--outline">外枠ボタン</button>
</div>
```
*/
.c-button, .c-button--return {
  display: inline-block;
  position: relative;
  width: 80%;
  max-width: 320px;
  height: 44px;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 44px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: .2s all; }
  .c-button:hover, .c-button--return:hover {
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    opacity: 1; }

.c-button__outer {
  text-align: center; }
  .c-button__outer button:not(last-child) {
    margin-bottom: 10px; }

.c-button {
  background: #C8242C;
  color: #fff; }

.c-button:hover {
  background: #FF0B55; }

.c-button--return {
  background: #ff3301;
  color: #fff; }

/*
---
name: TopicsList
category:
 - component/topics/topicsList
---

```html
<ul class="c-card__list">
	<li class="c-card__item">
		<div class="c-card__title -symbol">タイトル</div>
		<div class="c-card__description">テキストテキストテキストテキストテキストテキスト</div>
	</li>
	<li class="c-card__item">
		<div class="c-card__title -symbol">タイトル</div>
		<div class="c-card__description">テキストテキストテキストテキストテキストテキスト</div>
	</li>
	<li class="c-card__item">
		<div class="c-card__title -symbol">タイトル</div>
		<div class="c-card__description">テキストテキストテキストテキストテキストテキスト</div>
	</li>
</ul>
```
*/

.c-card__title {
  display: -ms-flexbox;
  display: flex;
  color: #444;
  font-weight: bold; }
  .c-card__title::before {
    display: inline-block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; }
    .-compliance.c-card__title::before {
      background-image: url(/files/user/images/card-symbol/symbol-compliance.png?v=); }
    .-demand.c-card__title::before {
      background-image: url(/files/user/images/card-symbol/symbol-demand.png?v=); }
    .-support.c-card__title::before {
      background-image: url(/files/user/images/card-symbol/symbol-support.png?v=); }

.c-card__description {
  color: #555; }

/*
---
name: Error MessageBox
category:
 - component/form/error
---

```html
<div class="c-form-errorBox">
    <div class="c-form-errorBox__heading">
        <i class="fa fa-exclamation-triangle fa-2x"></i>エラーが発生しました。
    </div>
    <ul class="c-form-errorBox__list">
        <li>お名前は必ず入力してください。</li>
        <li>・お名前は必ず入力してください。</li>
        <li>※ お名前は必ず入力してください。</li>
    </ul>
</div>
```
*/
.c-form-errorBox {
  width: 100%;
  margin: 20px auto;
  padding: 20px;
  border: 2px solid #D91E10;
  background-color: rgba(217, 30, 16, 0.1);
  color: #D91E10; }

.c-form-errorBox__heading {
  padding-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }
  .c-form-errorBox__heading i {
    margin-right: 10px;
    vertical-align: middle; }

.c-form-errorBox__list {
  margin-top: 20px; }
  .c-form-errorBox__list li {
    margin-top: 10px; }

/*
---
name: Error Message
category:
- component/form/error
---

```html
<div class="c-form__inner">
    <input type="text" name="" value="" class="c-form-input" placeholder="テキストを入力してください。">
    <div class="c-form-error__msg">
        ※ お名前は必ず入力してください。
    </div>
</div>
```
*/
.c-form-error__msg {
  display: block;
  margin-top: 10px;
  color: #D91E10; }

/*
---
name: Flow
category:
 - component/typography/flow

---

## disc list

```html
<ol class="p-flow__olist">
    <li class="p-flow__item">
    	<div class="p-flow__content">
    		<span class="p-flow__text">テキスト<br class="is-pc">テキスト</span>
    		<span class="p-flow__text--sm">テキスト</span>
    	</div>
    </li>
    <li class="p-flow__item">
    	<div class="p-flow__content">
    		<span class="p-flow__text">テキスト<br class="is-pc">テキスト</span>
    		<span class="p-flow__text--sm">テキスト</span>
    	</div>
    </li>
    <li class="p-flow__item">
    	<div class="p-flow__content">
    		<span class="p-flow__text">テキスト<br class="is-pc">テキスト</span>
    		<span class="p-flow__text--sm">テキスト</span>
    	</div>
    </li>
    <li class="p-flow__item">
    	<div class="p-flow__content">
    		<span class="p-flow__text">テキスト<br class="is-pc">テキスト</span>
    		<span class="p-flow__text--sm">テキスト</span>
    	</div>
    </li>
    <li class="p-flow__item">
    	<div class="p-flow__content">
    		<span class="p-flow__text">テキスト<br class="is-pc">テキスト</span>
    		<span class="p-flow__text--sm">テキスト</span>
    	</div>
    </li>
 </ol>
```
*/

.c-flow__item {
  position: relative;
  color: #CD2800;
  font-size: 15px;
  font-size: 1.5rem; }

.c-flow__content {
  position: absolute;
  top: 50%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.c-flow__text {
  font-weight: 500; }
  .c-flow__text--sm {
    display: block;
    color: #555;
    font-size: 14px;
    font-size: 1.4rem; }

/*
---
name: Required
category:
 - component/form
---

```html
<div class="c-form">
    項目<span class="c-form-required">（必須）</span>
</div>
```
*/
.c-form-required {
  display: inline-block;
  margin-left: 10px;
  color: red;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold; }

/*
---
name: Policy Agree
category:
 - component/form
---

```html
<div class="c-form-policyAgree">
  <div class="c-form-policyAgree__contents">
    <h2 class="c-heading--lv2">個人情報保護方針</h2>
    <p>ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</p>

    <h3 class="c-heading--lv3">１．個人情報に関する個人の尊重</h3>
    <p>ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</p>

    <p class="c-text--align-right">XXXX年XX月XX日</p>
  </div>
  <p class="c-form-policyAgree__check"><label><input type="checkbox" name="" value="" class="c-form-toggle__checkbox" data-js="privacyAgreeCheck"> 個人情報保護方針に同意する</label></p>
</div>
<div class="c-button__outer">
  <button class="c-button--disabled" type="submit" data-js="privacyAgreeSubmit">確認</button>
</div>
```
*/
.c-form-policyAgree {
  font-size: 14px;
  font-size: 1.4rem; }
  .c-form-policyAgree__title {
    margin: 30px auto 20px;
    text-align: center; }
  .c-form-policyAgree__contents {
    height: 200px;
    overflow-y: auto;
    border: 1px solid #e3e3e3;
    color: #444; }
  .c-form-policyAgree__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .c-form-policyAgree__check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }

.c-form-toggle__list--inline {
  display: -ms-flexbox;
  display: flex; }
  .c-form-toggle__list--inline li, .c-form-toggle__list--inline input {
    margin-right: 10px; }

/*
---
name: Heading h1
category:
 - component/typography/heading
---

## h1

```html
<h1 class="c-heading--lv1">h1テキストh1テキストh1テキストh1テキストh1テキストh1テキストh1テキストh1テキスト</h1>

<article class="c-article">
	<h1>h1テキストh1テキストh1テキストh1テキスト</h1>
</article>

```
*/
.c-heading--lv1, .c-article h1 {
  color: #fff;
  font-family: "Avenir Next", sans-serif;
  font-weight: bold; }

.c-heading--lv1.-en, .c-article h1.-en {
  font-family: "Avenir Next", sans-serif; }

/*
---
name: Heading h2
category:
 - component/typography/heading
---

## h2

```html
<h2 class="c-heading--lv2">h2テキストh2テキストh2テキストh2テキストh2テキストh2テキストh2テキストh2テキスト</h2>

<article class="c-article">
	<h2>h2テキストh2テキストh2テキストh2テキスト</h2>
</article>

```
*/
.c-heading--lv2, .c-article h2, .p-common__section__heading, .p-static__heading {
  display: inline;
  position: relative;
  color: #17939a;
  font-weight: bold;
  line-height: 1.6;
  text-align: center; }
  .c-heading--lv2--underline:after {
    -webkit-border-radius: 5px;
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 60px;
    border-bottom: 4px solid #111;
    border-radius: 5px;
    content: ''; }
  .c-heading--lv2.-black, .c-article h2.-black, .-black.p-common__section__heading, .-black.p-static__heading {
    color: #111; }
  .c-heading--lv2.-white, .c-article h2.-white, .-white.p-common__section__heading, .-white.p-static__heading {
    color: #fff; }

/*
---
name: Heading h3
category:
 - component/typography/heading
---

## h3

```html
<h3 class="c-heading--lv3">h3テキストh3テキストh3テキストh3テキストh3テキストh3テキストh3テキストh3テキストh3テキスト</h3>

<article class="c-article">
	<h3>h3テキストh3テキストh3テキストh3テキスト</h3>
</article>

```
*/
.c-heading--lv3, .c-article h3 {
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center; }

/*
---
name: Heading h4
category:
 - component/typography/heading
---

## h4

```html
<h4 class="c-heading--lv4">h4テキストh4テキストh4テキストh4テキストh4テキストh4テキストh4テキストh4テキスト</h4>

<article class="c-article">
	<h4>h4テキストh4テキストh4テキストh4テキスト</h4>
</article>

```
*/
.c-heading--lv4, .c-article h4 {
  margin: 5px 0;
  color: #333;
  font-weight: bold; }

/*
---
name: Heading h5
category:
 - component/typography/heading
---

## h5

```html
<h5 class="c-heading--lv5">h5テキストh5テキストh5テキストh5テキストh5テキストh5テキストh5テキストh5テキスト</h5>

<article class="c-article">
	<h5>h5テキストh5テキストh5テキストh5テキスト</h5>
</article>

```
*/
.c-heading--lv5, .c-article h5 {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5; }

/*
---
name: ImageText
category:
 - component/figure/imageText
---

## ImageText

```html
<div class="c-imageText">
	<div class="c-imageText__picture--top">
		<img src="/files/user/images/600x400.png?v=1535347837">
		<p class="c-imageText__caption">画像のキャプションが入ります。</p>
	</div>
	<p class="c-text">画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。画像上配置＋テキストです。</p>
</div>

<div class="c-imageText">
	<div class="c-imageText__picture--right">
		<img src="/files/user/images/300x200.png?v=1535347837">
		<p class="c-imageText__caption">画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。</p>
	</div>
	<p class="c-text">画像右配置＋テキストです。画像右配置＋テキストです。画像右配置＋テキストです。画像右配置＋テキストです。画像右配置＋テキストです。<br><br>画像右配置＋テキストです。<br>画像右配置＋テキストです。<br>画像右配置＋テキストです。<br>画像右配置＋テキストです。画像右配置＋テキストです。</p>
</div>

<div class="c-imageText">
	<div class="c-imageText__picture--left">
		<img src="/files/user/images/200x133.png?v=1535347836">
		<p class="c-imageText__caption">画像のキャプションが入ります。画像のキャプションが入ります。</p>
	</div>
	<p class="c-text">画像左配置＋テキストです。画像左配置＋テキストです。<br>画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。<br>画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。画像左配置＋テキストです。</p>
</div>

<div class="c-imageText">
	<p class="c-text">画像下配置＋テキストです。画像下配置＋テキストです。画像下配置＋テキストです。画像下配置＋テキストです。</p>
	<div class="c-imageText__picture--bottom">
		<img src="/files/user/images/600x400.png?v=1535347837">
		<p class="c-imageText__caption">画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。</p>
	</div>
</div>

<div class="c-imageText">
	<p class="c-text">画像下配置＋テキストです。画像下配置＋テキストです。画像下配置＋テキストです。画像下配置＋テキストです。</p>
	<div class="c-imageText__picture--bottom">
		<img src="/files/user/images/600x400.png?v=1535347837">
		<p class="c-imageText__caption">画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。</p>
	</div>
</div>
```
*/

.c-imageText::after {
  display: block;
  clear: both;
  content: ""; }

.c-imageText__picture--top {
  text-align: center; }

.c-imageText__picture--bottom {
  text-align: center; }

[class^="c-imageText__picture"] img {
  width: 100%; }

.c-imageText__caption {
  width: 100%;
  margin: 10px auto 0;
  color: #CD2800;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right; }

/*
---
name: ImageTextBlock
category:
 - component/figure/imageText
---

## ImageText

```html
<ul class="c-imagetextBlock">
	<li class="c-imageText__flex">
		<div class="c-imageText__contents">
			<div class="c-imageText__title">タイトル</div>
			<p class="c-text">画像下配置＋テキストです。画像下配置＋テキストです。画像下配置＋テキストです。画像下配置＋テキストです。</p>
		</div>
		<div class="c-imageText__picture">
			<img src="/files/user/images/600x400.png?v=1535347837">
			<p class="c-imageText__caption">画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。</p>
		</div>
	</li>
	<li class="c-imageText__flex">
		<div class="c-imageText__contents">
			<div class="c-imageText__title">タイトル</div>
			<p class="c-text">画像下配置＋テキストです。画像下配置＋テキストです。画像下配置＋テキストです。画像下配置＋テキストです。</p>
		</div>
		<div class="c-imageText__picture">
			<img src="/files/user/images/600x400.png?v=1535347837">
			<p class="c-imageText__caption">画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。</p>
		</div>
	</li>
	<li class="c-imageText__flex">
		<div class="c-imageText__contents">
			<div class="c-imageText__title">タイトル</div>
			<p class="c-text">画像下配置＋テキストです。画像下配置＋テキストです。画像下配置＋テキストです。画像下配置＋テキストです。</p>
		</div>
		<div class="c-imageText__picture">
			<img src="/files/user/images/600x400.png?v=1535347837">
			<p class="c-imageText__caption">画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。画像のキャプションが入ります。</p>
		</div>
	</li>
</ul>
```
*/
.c-imageTextBlock__item {
  position: relative; }
  .c-imageTextBlock__item:nth-child(2n) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .c-imageTextBlock__item:nth-child(2n-1) {
    background-color: #fafafa; }
    .c-imageTextBlock__item:nth-child(2n-1)::after {
      position: absolute;
      top: 0;
      left: 50%;
      width: 100vw;
      height: 100%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #fafafa;
      content: "";
      z-index: -1; }

.c-imageTextBlock__picture img {
  max-width: 100%; }

.c-imageTextBlock__picture--shadow {
  box-shadow: 10px 13px 13px 0 rgba(0, 0, 0, 0.1); }

.c-imageTextBlock__title {
  font-weight: bold; }
  .c-imageTextBlock__title--icon {
    display: block;
    min-width: 85px;
    margin: 5px 15px 0 0;
    color: #237fd1;
    font-size: 22px;
    font-size: 2.2rem; }

.c-imageTextBlock__caption {
  width: 100%;
  margin: 10px auto 0;
  color: #CD2800;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right; }

/*
---
name: Input
category:
 - component/form/input
---

```html
<div class="c-form__inner">
<input type="text" name="" value="" class="c-form-input" placeholder="テキストを入力してください。">
</div>
```
*/
.c-form-input, .c-form-input--tel, .c-form-input--zip, .c-form-input--textarea {
  padding: 20px;
  border: 1px solid #e3e3e3; }

.c-form__inner {
  display: block;
  padding: 20px 0; }

.c-form-input {
  -webkit-border-radius: 5px;
  display: block;
  width: 100%;
  border-radius: 5px; }

/*
---
name: Input tell
category:
- component/form/input
---

```html
<div class="c-form__inner">
    <input type="text" name="" value="" class="c-form-input--tel" placeholder="">－<input type="text" name="" value="" class="c-form-input--tel" placeholder="">－<input type="text" name="" value="" class="c-form-input--tel" placeholder="">
</div>
```
*/
.c-form-input--tel {
  display: inline-block;
  width: 150px; }
  .c-form-input--tel:first-of-type {
    margin-right: 10px; }
  .c-form-input--tel:nth-of-type(2) {
    margin: 0 10px; }
  .c-form-input--tel:last-of-type {
    margin-left: 10px; }

/*
---
name: Input zip
category:
- component/form/input
---

```html
<div class="c-form__inner">
    〒<input type="text" name="" value="" class="c-form-input--zip" placeholder="">－<input type="text" name="" value="" class="c-form-input--zip" placeholder="">
    <button id="" class="c-form-input--zip__btn c-button">住所自動入力</button>
</div>
```
*/
.c-form-input--zip {
  display: inline-block; }
  .c-form-input--zip:first-of-type {
    width: 100px;
    margin: 0 10px; }
  .c-form-input--zip:last-of-type {
    width: 150px;
    margin-left: 10px; }

.c-form-input--zip__btn {
  margin-left: 20px;
  cursor: pointer; }

/*
---
name: Input textarea
category:
- component/form/input
---

```html
<div class="c-form__inner">
    <textarea name="" rows="" cols="" class="c-form-input--textarea" placeholder="テキストを入力してください。"></textarea>
</div>

<div class="c-form__inner">
    <textarea name="" rows="10" cols="0" class="c-form-input--textarea" placeholder="テキストを入力してください。"></textarea>
</div>
```
*/
.c-form-input--textarea {
  -webkit-border-radius: 5px;
  display: block;
  width: 100%;
  min-height: 100px;
  border-radius: 5px; }

/*
---
name: Link
category:
 - component/typography/link
---

```html
<article class="c-article">
	<p>テキストが入っています。テキストが入っています。<a href="/DUMMY">テキストリンク</a>テキストが入っています。</li>
	<ul class="c-list--link">
		<li><a href="/DUMMY"><i class="c-link__icon c-list__icon -front fa fa-caret-right"></i>矢印リンク矢印リンク矢印リンク</a></li>
		<li><a href="/DUMMY"><i class="c-link__icon c-list__icon -front fa fa-caret-right"></i>別窓リンク別窓リンク別窓リンク別窓リンク<i class="c-link__icon -rear fa fa-window-restore"></i></a></li>
		<li><a href="/DUMMY"><i class="c-link__icon c-list__icon -front fa fa-caret-right"></i>PDFリンクPDFリンクPDFリンクPDFリンク(532KB)<i class="c-link__icon -rear fa fa-file-pdf-o"></i></a></li>
	</ul>
</article>
```
*/
a {
  
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    opacity: 0.65; }

.c-link {
  color: #CD2800;
  text-decoration: underline !important; }
  .c-link:hover {
    opacity: .6; }

.c-link__icon {
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: 0; }
  .c-link__icon.-front {
    margin-right: 3px; }
  .c-link__icon.-rear {
    margin-left: 5px; }

[class^='c-list'] li {
  position: relative;
  padding-left: 24px; }
  [class^='c-list'] li::before {
    position: absolute;
    left: 0;
    content: "・"; }

/*
---
name: List
category:
 - component/typography/list
---

## disc list

```html
<ul class="c-list--disc">
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--disc {
  margin-bottom: 15px;
  padding-left: 2rem; }

.c-list--disc li {
  padding-left: 0;
  list-style: disc; }
  .c-list--disc li::before {
    content: none; }

/*
---
name: List
category:
 - component/typography/list
---

## number list

```html
<ul class="c-list--number">
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--number li {
  counter-increment: cnt; }
  .c-list--number li::before {
    content: counter(cnt) "."; }

/*
---
name: List
category:
 - component/typography/list
---

## number list（brackets）

```html
<ul class="c-list--number-brackets">
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--number-brackets li {
  counter-increment: cnt; }
  .c-list--number-brackets li::before {
    content: "(" counter(cnt) ")"; }

/*
---
name: List
category:
 - component/typography/list
---

## annotation list

```html
<ul class="c-list--annotation">
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--annotation li::before {
  content: "※"; }

/*
---
name: List
category:
 - component/typography/list
---

## asterisk list

```html
<ul class="c-list--asterisk">
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--asterisk li {
  padding-left: 14px; }
  .c-list--asterisk li::before {
    content: "*"; }

/*
---
name: List
category:
 - component/typography/list
---

## link list

```html
<ul class="c-list--link">
	<li><a href="/DUMMY"><i class="c-link__icon c-list__icon fa fa-caret-right"></i>リストです。リストです。リストです。リストです。リストです。リストです。</a></li>
	<li><a href="/DUMMY"><i class="c-link__icon c-list__icon fa fa-caret-right"></i>リストです。リストです。リストです。リストです。リストです。リストです。</a></li>
	<li><a href="/DUMMY"><i class="c-link__icon c-list__icon fa fa-caret-right"></i>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</a></li>
</ul>
```
*/
.c-list--link li {
  position: relative;
  padding-left: 14px; }
  .c-list--link li::before {
    content: none; }

.c-list__icon {
  position: absolute;
  top: 3px;
  left: 0;
  color: #CD2800; }

/*
---
name: List
category:
 - component/typography/list
---

## link list

```html
<ul class="c-list--dia">
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。</li>
	<li>リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。リストです。</li>
</ul>
```
*/
.c-list--dia li {
  position: relative;
  padding-left: 2rem; }
  .c-list--dia li:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #237fd1;
    content: "◆"; }

/*
---
name: Navi
category:
 - component/js/navi
---

```html
<button type="button" data-js="pageTop">ページトップへ</button>
```
*/
/*
---
name: Table simple (table tag)
category:
 - component/table
---

```html
<table class="c-table">
    <tbody>
        <tr>    
            <th>見出しが入ります</th>
            <td>テキストが入りますテキストが入りますテキストが入ります</td>
        </tr>
        <tr>    
            <th>見出しが入ります</th>
            <td>テキストが入りますテキストが入りますテキストが入ります</td>
        </tr>
    </tbody>
</table>
```
*/
.c-table th, .c-table td, .c-table--dl dt, .c-table--dl dd, .c-table--scroll th, .c-table--scroll td {
  text-align: left; }

.c-table {
  width: 100%;
  border-top: 1px solid #e3e3e3;
  border-collapse: collapse; }
  .c-table th {
    color: #CD2800;
    font-weight: bold; }

/*
---
name: Table simple (dl tag)
category:
- component/table
---

```html
<div class="c-table--dl">
    <dl>
        <dt>見出しが入ります</dt>
        <dd>テキストが入りますテキストが入りますテキストが入ります</dd>
    </dl>
    <dl>
        <dt>見出しが入ります</dt>
        <dd>テキストが入りますテキストが入りますテキストが入ります</dd>
    </dl>
</div>
```
*/
.c-table--dl dl {
  width: 100%;
  margin-bottom: 10px; }
  .c-table--dl dl:first-of-type {
    border-top: 1px solid #e3e3e3; }

.c-table--dl dt {
  margin-bottom: 10px; }

.c-table--dd.-bgwhite {
  padding: 5px 15px; }

/*
---
name: Table scroll
category:
- component/table
---

```html
<table class="c-table--scroll">
    <thead>
        <tr>
            <th>見出しその1</th>
            <th>見出しその2</th>
            <th>見出しその3</th>
            <th>見出しその4</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <th>見出しが入ります</th>
            <td>テキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
        </tr>
        <tr>
            <th>見出しが入ります</th>
            <td>テキストが入りますテキストが入りますテキストが入りますテキストが入りますテキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
        </tr>
        <tr>
            <th>見出しが入ります</th>
            <td>テキストが入りますテキストが入りますテキストが入りますテキストが入りますテキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
        </tr>
    </tbody>
</table>
```
*/
.c-table--scroll {
  border-top: 1px solid #e3e3e3;
  border-collapse: collapse; }
  .c-table--scroll th, .c-table--scroll td {
    min-width: 200px; }
    .c-table--scroll th:not(:first-child), .c-table--scroll td:not(:first-child) {
      border-left: 1px solid #e3e3e3; }
  .c-table--scroll th {
    color: #CD2800;
    font-weight: bold; }
  .c-table--scroll thead th {
    background-color: #f8f8f8; }

/*
---
name: Text
category:
 - component/typography/text
---

## テキスト

```html
<p class="c-text">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>

<article class="c-article">
	<p>テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</p>
	<p>テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</p>
</article>
```
*/
.c-text, .c-article p {
  margin: 10px 0;
  line-height: 1.6; }

/*
---
name: highlighted Text 
category:
 - component/typography/text
---

## テキスト

```html
<p class="c-text--highlighted">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>

<article class="c-article">
	<p>
		テキストが入ります。<strong>テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</strong>
		<br>テキストが<em>入ります。</em>テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。<em>テキストが入ります。</em>
	</p>
</article>
```
*/
.c-text--highlighted, .c-article strong, .c-article em {
  font-style: normal;
  font-weight: bold; }

/*
---
name: align Text 
category:
 - component/typography/text
---

## テキスト位置

```html
<p class="c-text c-text--align-right">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>
<p class="c-text c-text--align-center">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>
<p class="c-text c-text--align-left">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>

```
*/
.c-text--align-right {
  text-align: right; }

.c-text--align-center {
  text-align: center; }

.c-text--align-left {
  text-align: left; }

/*
---
name: Note Text (注釈)
category:
 - component/typography/text
---

## テキスト位置

```html
<p class="c-text--note">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>


```
*/
.c-text--note {
  position: relative;
  padding-left: 1.6rem;
  color: #555;
  font-size: 14px;
  font-size: 1.4rem; }
  .c-text--note:before {
    display: inline-block;
    position: absolute;
    left: 0;
    content: "※"; }

.c-text--en, .c-heading--lv2, .c-article h2, .p-common__section__heading, .p-static__heading {
  font-family: "Times New Roman", serif; }

.c-title--type1 {
  color: #cd2800; }

.c-title--type2 {
  font-weight: bold; }

.c-title--type3 {
  padding: 10px;
  background: #ffae9a; }

.c-title--type4 {
  padding: 10px;
  border-left: 5px solid #CD2800; }

/* project ----------------------------- */

.p-common__section__heading--sub {
  display: block;
  color: #CD2800;
  font-weight: normal; }

.p-sitemap__section__heading {
  font-weight: bold;
  line-height: 1.4;
  text-align: center; }

.p-sitemap__section__heading--sub {
  display: block;
  color: #CD2800;
  font-weight: normal; }

.p-sitemap a {
  color: #333; }
  .p-sitemap a:hover {
    color: #CD2800;
    text-decoration: none; }

.p-sitemap__flex {
  margin-bottom: 20px; }
  .p-sitemap__flex__item {
    color: #333; }

.p-sitemap__title {
  margin: 50px 0 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  font-size: 32px;
  font-size: 3.2rem; }

.p-static__inner {
  background: #fff; }

.p-static__heading {
  display: inline-block;
  width: 100%;
  text-align: center; }

.p-static__title {
  font-weight: bold; }

.p-static__subtitle {
  color: #CD2800;
  font-weight: bold; }

.p-top__hero {
  position: relative; }

.p-top__hero__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #111; }
  .p-top__hero__image img {
    position: relative; }

.p-top__hero__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  content: "";
  z-index: 2; }
  .p-top__hero__text__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }

.p-top__hero__description {
  color: #fff; }

.p-top__intro {
  position: relative;
  z-index: 3;
  min-height: 1200px; }
  .p-top__intro__wrapper {
    overflow: hidden;
    text-align: center; }
  .p-top__intro__inner {
    position: relative;
    z-index: 2; }
  .p-top__intro__text__wrapper {
    position: relative;
    margin: 20px auto 40px; }
    .p-top__intro__text__wrapper:before {
      position: absolute;
      top: -10px;
      line-height: 1;
      font-size: 36px;
      font-size: 3.6rem;
      content: "「"; }
    .p-top__intro__text__wrapper:after {
      position: absolute;
      bottom: -10px;
      line-height: 1;
      font-size: 36px;
      font-size: 3.6rem;
      content: "」"; }
  .p-top__intro__text.-md {
    margin: 5px 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
  .p-top__intro__text.-bg {
    margin: 5px 0;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold; }
  .p-top__intro__text--en {
    color: #17939a;
    font-size: 14px;
    font-size: 1.4rem; }
  .p-top__intro__listing__image {
    -webkit-border-radius: 50%;
    width: 240px;
    height: 240px;
    overflow: hidden;
    border-radius: 50%; }
    .p-top__intro__listing__image img {
      width: auto;
      min-width: 100%;
      max-width: 150%;
      height: auto;
      min-height: 100%; }
  .p-top__intro__listing__textarea__title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }

.p-top__service {
  position: relative; }
  .p-top__service__head {
    text-align: center; }
  .p-top__service__listing__image {
    position: relative;
    height: 200px;
    overflow: hidden; }
    .p-top__service__listing__image:hover img {
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
    .p-top__service__listing__image:hover:before {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(100, 100, 120, 0.4);
      content: ""; }
    .p-top__service__listing__image__title {
      position: absolute;
      top: 50%;
      width: 100%;
      height: 50px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background: radial-gradient(#fafafa, rgba(230, 230, 230, 0.35));
      color: #cd2800;
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: bold;
      letter-spacing: 2px;
      line-height: 1.7;
      text-align: center; }
    .p-top__service__listing__image:before {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(100, 100, 120, 0.4);
      content: ""; }
    .p-top__service__listing__image img {
      width: 100%;
      height: auto;
      min-height: 100%;
      transition: -webkit-transform 0.5s linear;
      transition: transform 0.5s linear;
      transition: transform 0.5s linear, -webkit-transform 0.5s linear; }
  .p-top__service__listing__textarea {
    padding: 20px 7.5px; }
    .p-top__service__listing__textarea__title {
      font-weight: bold; }
    .p-top__service__listing__textarea__text {
      margin: 5px 0; }
    .p-top__service__listing__textarea__list {
      margin-left: 25px;
      color: #18255e;
      font-size: 14px;
      font-size: 1.4rem; }
      .p-top__service__listing__textarea__list li {
        list-style-type: disc; }
      .p-top__service__listing__textarea__list a {
        color: #18255e; }
      .p-top__service__listing__textarea__list .fa {
        margin-left: 10px; }

.p-top__partner {
  background: #fff;
  text-align: center; }
  .p-top__partner__listing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .p-top__partner__listing__item {
      height: 50px;
      padding: 5px;
      overflow: hidden; }
      .p-top__partner__listing__item a {
        display: block;
        width: 100%;
        height: 100%; }
      .p-top__partner__listing__item img {
        margin: 0 auto;
        vertical-align: middle; }

.p-top__release {
  background: #efefef; }
  .p-top__release__listing {
    margin: 40px 0 0; }
  .p-top__release__listing__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start; }
    .p-top__release__listing__item:first-child {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
    .p-top__release__listing__item:not(:first-child) {
      border-bottom: 1px solid #ccc; }
  .p-top__release__listing__category {
    color: #CD2800; }
    .p-top__release__listing__category span {
      padding-right: 10px;
      border-right: 3px solid #CD2800; }

.p-top__request {
  position: relative;
  background: #fff; }
  .p-top__request__wrapper {
    position: relative;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
    background: #222;
    color: #fff;
    z-index: 2; }
    .p-top__request__wrapper:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(/files/user/images/request_bg.jpg?v=1570692206);
      content: "";
      z-index: -1; }
    .p-top__request__wrapper form {
      z-index: 3; }
    .p-top__request__wrapper .c-button {
      height: 60px;
      margin: auto;
      background: #17939a; }
      .p-top__request__wrapper .c-button:hover {
        background: #69e1e8; }
  .p-top__request__text {
    z-index: 3; }
  .p-top__request__heading {
    color: #fff; }
  .p-top__request__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center; }
    .p-top__request__form .c-form-input {
       background-color: transparent;
       position: absolute;
       top: 0;
       left: 0;}
    .p-top__request__form--input {
     color: #333333;
     position: relative;
     height:60px;
     min-width:450px;
     padding: 20px;
     border-radius:5px;
     background-color: #ffffff; }
  .p-top__request img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .p-top__request__image {
    position: relative; }
    .p-top__request__image:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.65);
      content: ""; }

.p-top__contact {
  background: #fff;
  text-align: center; }
  .p-top__contact__image {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .p-top__contact__image:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(15, 0, 0, 0.35);
      content: ""; }
    .p-top__contact__image__title {
      position: absolute;
      top: 35px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      color: #fff;
      z-index: 3; }
  .p-top__contact img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.8; }
  .p-top__contact__contents {
    position: relative;
    top: -100px;
    z-index: 2; }
  .p-top__contact__text.-heading {
    margin: 10px 0;
    color: #17939a;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold; }
  .p-top__contact__company {
    -webkit-border-radius: 8px;
    padding: 20px;
    border-radius: 8px;
    background: #efefef;
    text-align: left; }
    .p-top__contact__company .fa {
      -webkit-border-radius: 50%;
      width: 35px;
      height: 35px;
      margin-right: 15px;
      border: 4px solid #17939a;
      border-radius: 50%;
      color: #17939a;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.3;
      text-align: center; }
    .p-top__contact__company__listing {
      margin: 10px 0; }
    .p-top__contact__company__listing li {
      margin-bottom: 10px; }
      .p-top__contact__company__listing li a {
        color: #333; }
  .p-top__contact__gmap {
    margin: 20px auto; }
  .p-top__contact__form {
    -webkit-border-radius: 8px;
    padding: 20px;
    border-radius: 8px;
    background: #e5e5e5; }

/* utility ----------------------------- */

.u-ma-0 {
  margin: 0px !important; }

.u-mt-0 {
  margin-top: 0px !important; }

.u-mr-0 {
  margin-right: 0px !important; }

.u-mb-0 {
  margin-bottom: 0px !important; }

.u-ml-0 {
  margin-left: 0px !important; }

.u-pa-0 {
  padding: 0px !important; }

.u-pt-0 {
  padding-top: 0px !important; }

.u-pr-0 {
  padding-right: 0px !important; }

.u-pb-0 {
  padding-bottom: 0px !important; }

.u-pl-0 {
  padding-left: 0px !important; }

.u-ma-5 {
  margin: 5px !important; }

.u-mt-5 {
  margin-top: 5px !important; }

.u-mr-5 {
  margin-right: 5px !important; }

.u-mb-5 {
  margin-bottom: 5px !important; }

.u-ml-5 {
  margin-left: 5px !important; }

.u-pa-5 {
  padding: 5px !important; }

.u-pt-5 {
  padding-top: 5px !important; }

.u-pr-5 {
  padding-right: 5px !important; }

.u-pb-5 {
  padding-bottom: 5px !important; }

.u-pl-5 {
  padding-left: 5px !important; }

.u-ma-10 {
  margin: 10px !important; }

.u-mt-10 {
  margin-top: 10px !important; }

.u-mr-10 {
  margin-right: 10px !important; }

.u-mb-10 {
  margin-bottom: 10px !important; }

.u-ml-10 {
  margin-left: 10px !important; }

.u-pa-10 {
  padding: 10px !important; }

.u-pt-10 {
  padding-top: 10px !important; }

.u-pr-10 {
  padding-right: 10px !important; }

.u-pb-10 {
  padding-bottom: 10px !important; }

.u-pl-10 {
  padding-left: 10px !important; }

.u-ma-15 {
  margin: 15px !important; }

.u-mt-15 {
  margin-top: 15px !important; }

.u-mr-15 {
  margin-right: 15px !important; }

.u-mb-15 {
  margin-bottom: 15px !important; }

.u-ml-15 {
  margin-left: 15px !important; }

.u-pa-15 {
  padding: 15px !important; }

.u-pt-15 {
  padding-top: 15px !important; }

.u-pr-15 {
  padding-right: 15px !important; }

.u-pb-15 {
  padding-bottom: 15px !important; }

.u-pl-15 {
  padding-left: 15px !important; }

.u-ma-20 {
  margin: 20px !important; }

.u-mt-20 {
  margin-top: 20px !important; }

.u-mr-20 {
  margin-right: 20px !important; }

.u-mb-20 {
  margin-bottom: 20px !important; }

.u-ml-20 {
  margin-left: 20px !important; }

.u-pa-20 {
  padding: 20px !important; }

.u-pt-20 {
  padding-top: 20px !important; }

.u-pr-20 {
  padding-right: 20px !important; }

.u-pb-20 {
  padding-bottom: 20px !important; }

.u-pl-20 {
  padding-left: 20px !important; }

.u-ma-25 {
  margin: 25px !important; }

.u-mt-25 {
  margin-top: 25px !important; }

.u-mr-25 {
  margin-right: 25px !important; }

.u-mb-25 {
  margin-bottom: 25px !important; }

.u-ml-25 {
  margin-left: 25px !important; }

.u-pa-25 {
  padding: 25px !important; }

.u-pt-25 {
  padding-top: 25px !important; }

.u-pr-25 {
  padding-right: 25px !important; }

.u-pb-25 {
  padding-bottom: 25px !important; }

.u-pl-25 {
  padding-left: 25px !important; }

.u-ma-30 {
  margin: 30px !important; }

.u-mt-30 {
  margin-top: 30px !important; }

.u-mr-30 {
  margin-right: 30px !important; }

.u-mb-30 {
  margin-bottom: 30px !important; }

.u-ml-30 {
  margin-left: 30px !important; }

.u-pa-30 {
  padding: 30px !important; }

.u-pt-30 {
  padding-top: 30px !important; }

.u-pr-30 {
  padding-right: 30px !important; }

.u-pb-30 {
  padding-bottom: 30px !important; }

.u-pl-30 {
  padding-left: 30px !important; }

.u-ma-35 {
  margin: 35px !important; }

.u-mt-35 {
  margin-top: 35px !important; }

.u-mr-35 {
  margin-right: 35px !important; }

.u-mb-35 {
  margin-bottom: 35px !important; }

.u-ml-35 {
  margin-left: 35px !important; }

.u-pa-35 {
  padding: 35px !important; }

.u-pt-35 {
  padding-top: 35px !important; }

.u-pr-35 {
  padding-right: 35px !important; }

.u-pb-35 {
  padding-bottom: 35px !important; }

.u-pl-35 {
  padding-left: 35px !important; }

.u-ma-40 {
  margin: 40px !important; }

.u-mt-40 {
  margin-top: 40px !important; }

.u-mr-40 {
  margin-right: 40px !important; }

.u-mb-40 {
  margin-bottom: 40px !important; }

.u-ml-40 {
  margin-left: 40px !important; }

.u-pa-40 {
  padding: 40px !important; }

.u-pt-40 {
  padding-top: 40px !important; }

.u-pr-40 {
  padding-right: 40px !important; }

.u-pb-40 {
  padding-bottom: 40px !important; }

.u-pl-40 {
  padding-left: 40px !important; }

.u-ma-45 {
  margin: 45px !important; }

.u-mt-45 {
  margin-top: 45px !important; }

.u-mr-45 {
  margin-right: 45px !important; }

.u-mb-45 {
  margin-bottom: 45px !important; }

.u-ml-45 {
  margin-left: 45px !important; }

.u-pa-45 {
  padding: 45px !important; }

.u-pt-45 {
  padding-top: 45px !important; }

.u-pr-45 {
  padding-right: 45px !important; }

.u-pb-45 {
  padding-bottom: 45px !important; }

.u-pl-45 {
  padding-left: 45px !important; }

.u-ma-50 {
  margin: 50px !important; }

.u-mt-50 {
  margin-top: 50px !important; }

.u-mr-50 {
  margin-right: 50px !important; }

.u-mb-50 {
  margin-bottom: 50px !important; }

.u-ml-50 {
  margin-left: 50px !important; }

.u-pa-50 {
  padding: 50px !important; }

.u-pt-50 {
  padding-top: 50px !important; }

.u-pr-50 {
  padding-right: 50px !important; }

.u-pb-50 {
  padding-bottom: 50px !important; }

.u-pl-50 {
  padding-left: 50px !important; }

.u-ma-55 {
  margin: 55px !important; }

.u-mt-55 {
  margin-top: 55px !important; }

.u-mr-55 {
  margin-right: 55px !important; }

.u-mb-55 {
  margin-bottom: 55px !important; }

.u-ml-55 {
  margin-left: 55px !important; }

.u-pa-55 {
  padding: 55px !important; }

.u-pt-55 {
  padding-top: 55px !important; }

.u-pr-55 {
  padding-right: 55px !important; }

.u-pb-55 {
  padding-bottom: 55px !important; }

.u-pl-55 {
  padding-left: 55px !important; }

.u-ma-60 {
  margin: 60px !important; }

.u-mt-60 {
  margin-top: 60px !important; }

.u-mr-60 {
  margin-right: 60px !important; }

.u-mb-60 {
  margin-bottom: 60px !important; }

.u-ml-60 {
  margin-left: 60px !important; }

.u-pa-60 {
  padding: 60px !important; }

.u-pt-60 {
  padding-top: 60px !important; }

.u-pr-60 {
  padding-right: 60px !important; }

.u-pb-60 {
  padding-bottom: 60px !important; }

.u-pl-60 {
  padding-left: 60px !important; }

.u-ma-65 {
  margin: 65px !important; }

.u-mt-65 {
  margin-top: 65px !important; }

.u-mr-65 {
  margin-right: 65px !important; }

.u-mb-65 {
  margin-bottom: 65px !important; }

.u-ml-65 {
  margin-left: 65px !important; }

.u-pa-65 {
  padding: 65px !important; }

.u-pt-65 {
  padding-top: 65px !important; }

.u-pr-65 {
  padding-right: 65px !important; }

.u-pb-65 {
  padding-bottom: 65px !important; }

.u-pl-65 {
  padding-left: 65px !important; }

.u-ma-70 {
  margin: 70px !important; }

.u-mt-70 {
  margin-top: 70px !important; }

.u-mr-70 {
  margin-right: 70px !important; }

.u-mb-70 {
  margin-bottom: 70px !important; }

.u-ml-70 {
  margin-left: 70px !important; }

.u-pa-70 {
  padding: 70px !important; }

.u-pt-70 {
  padding-top: 70px !important; }

.u-pr-70 {
  padding-right: 70px !important; }

.u-pb-70 {
  padding-bottom: 70px !important; }

.u-pl-70 {
  padding-left: 70px !important; }

.u-ma-75 {
  margin: 75px !important; }

.u-mt-75 {
  margin-top: 75px !important; }

.u-mr-75 {
  margin-right: 75px !important; }

.u-mb-75 {
  margin-bottom: 75px !important; }

.u-ml-75 {
  margin-left: 75px !important; }

.u-pa-75 {
  padding: 75px !important; }

.u-pt-75 {
  padding-top: 75px !important; }

.u-pr-75 {
  padding-right: 75px !important; }

.u-pb-75 {
  padding-bottom: 75px !important; }

.u-pl-75 {
  padding-left: 75px !important; }

.u-ma-80 {
  margin: 80px !important; }

.u-mt-80 {
  margin-top: 80px !important; }

.u-mr-80 {
  margin-right: 80px !important; }

.u-mb-80 {
  margin-bottom: 80px !important; }

.u-ml-80 {
  margin-left: 80px !important; }

.u-pa-80 {
  padding: 80px !important; }

.u-pt-80 {
  padding-top: 80px !important; }

.u-pr-80 {
  padding-right: 80px !important; }

.u-pb-80 {
  padding-bottom: 80px !important; }

.u-pl-80 {
  padding-left: 80px !important; }

.u-ma-85 {
  margin: 85px !important; }

.u-mt-85 {
  margin-top: 85px !important; }

.u-mr-85 {
  margin-right: 85px !important; }

.u-mb-85 {
  margin-bottom: 85px !important; }

.u-ml-85 {
  margin-left: 85px !important; }

.u-pa-85 {
  padding: 85px !important; }

.u-pt-85 {
  padding-top: 85px !important; }

.u-pr-85 {
  padding-right: 85px !important; }

.u-pb-85 {
  padding-bottom: 85px !important; }

.u-pl-85 {
  padding-left: 85px !important; }

.u-ma-90 {
  margin: 90px !important; }

.u-mt-90 {
  margin-top: 90px !important; }

.u-mr-90 {
  margin-right: 90px !important; }

.u-mb-90 {
  margin-bottom: 90px !important; }

.u-ml-90 {
  margin-left: 90px !important; }

.u-pa-90 {
  padding: 90px !important; }

.u-pt-90 {
  padding-top: 90px !important; }

.u-pr-90 {
  padding-right: 90px !important; }

.u-pb-90 {
  padding-bottom: 90px !important; }

.u-pl-90 {
  padding-left: 90px !important; }

.u-ma-95 {
  margin: 95px !important; }

.u-mt-95 {
  margin-top: 95px !important; }

.u-mr-95 {
  margin-right: 95px !important; }

.u-mb-95 {
  margin-bottom: 95px !important; }

.u-ml-95 {
  margin-left: 95px !important; }

.u-pa-95 {
  padding: 95px !important; }

.u-pt-95 {
  padding-top: 95px !important; }

.u-pr-95 {
  padding-right: 95px !important; }

.u-pb-95 {
  padding-bottom: 95px !important; }

.u-pl-95 {
  padding-left: 95px !important; }

.u-ma-100 {
  margin: 100px !important; }

.u-mt-100 {
  margin-top: 100px !important; }

.u-mr-100 {
  margin-right: 100px !important; }

.u-mb-100 {
  margin-bottom: 100px !important; }

.u-ml-100 {
  margin-left: 100px !important; }

.u-pa-100 {
  padding: 100px !important; }

.u-pt-100 {
  padding-top: 100px !important; }

.u-pr-100 {
  padding-right: 100px !important; }

.u-pb-100 {
  padding-bottom: 100px !important; }

.u-pl-100 {
  padding-left: 100px !important; }

.u-ta-l {
  text-align: left !important; }

.u-ta-c {
  text-align: center !important; }

.u-ta-r {
  text-align: right !important; }

.u-ta-j {
  text-align: justify !important; }

@media only screen and (max-width: 767px) {
    img {
      width: 100%; }
    body {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5; }
    button,
    input,
    optgroup,
    select,
    textarea {
      font-size: 16px;
      font-size: 1.6rem; }
      .l-container--huge {
        width: 100%; }
      .l-container--large {
        width: 100%; }
      .l-container--middle {
        width: 100%; }
      .l-container--main {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px; }
      .l-container__layout--s {
        width: 90%; }
      .l-container__layout--m {
        width: 90%; }
      .l-container__layout--l {
        width: 90%; }
  .l-footer__inner {
    padding: 20px 0; }
    .l-footer__subnav {
      margin-bottom: 10px; }
  .l-footer__subnav__item {
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem; }
  .l-footer__subnav__item + .l-footer__subnav__item {
    margin-left: 20px; }
  .l-footer__copyright {
    font-size: 11px;
    font-size: 1.1rem; }
    .l-footer__pagetop {
      right: 0px; }
    .l-header__container--foot {
      padding: 15px 20px;
      height: auto }
    .l-header__logo {
      max-width: 100px;
      color: #111; }
    .l-header__logo img {
      width: auto;
      height: 50px}
  .l-header__nav__item {
    background: #fff; }
  .l-header__nav__item:not(:last-child) {
    border-bottom: 1px solid #e3e3e3; }
    .l-header__nav__button {
      width: 80%; }
    .c-button__outer {
      margin: 30px auto; }
  .c-card__item + .c-card__item {
    margin-top: 30px; }
    .c-card__title {
      -ms-flex-align: start;
      align-items: flex-start;
      margin-bottom: 5px; }
      .c-card__title::before {
        margin-right: 10px; }
    .c-card__description {
      padding-left: 60px; }
    .c-flow__item {
      width: 100%;
      height: 50px;
      margin-bottom: 20px;
      border: 1px solid #CD2800; }
      .c-flow__item:not(:last-child):before {
        display: block;
        position: absolute;
        right: 0;
        bottom: -20px;
        left: 0;
        width: 20px;
        height: 15px;
        margin: auto;
        background-image: url(/files/user/images/satellite/common/price-flow-sp.png?v=);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; }
    .c-flow__content {
      left: 50%;
      width: 100%;
      text-align: center; }
      .c-form-policyAgree__title {
        padding: 0 22.5px; }
      .c-form-policyAgree__contents {
        margin: 0;
        padding: 10px; }
      .c-form-policyAgree__item {
        margin: 10px 10px 10px 0; }
      .c-form-policyAgree__check {
        margin: 10px auto; }
    .c-heading--lv1, .c-article h1 {
      margin-bottom: 20px;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.2; }
    .c-heading--lv2, .c-article h2, .p-common__section__heading, .p-static__heading {
      margin-bottom: 30px;
      font-size: 28px;
      font-size: 2.8rem; }
    .c-heading--lv3, .c-article h3 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.6; }
    .c-heading--lv4, .c-article h4 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.3; }
  .c-imageText {
    margin: 20px 0; }
  .c-imageText__picture {
    margin-bottom: 20px; }
    .c-imageText__picture--top {
      margin-bottom: 10px; }
  .c-imageText__picture--right {
    margin-top: 10px;
    text-align: center; }
    .c-imageText__picture--bottom {
      margin-top: 10px; }
    .c-imageTextBlock__item {
      padding: 30px 0; }
  .c-imageTextBlock__picture {
    margin-bottom: 20px; }
  .c-imageTextBlock__contents__button {
    text-align: center; }
    .c-imageTextBlock__title {
      margin-bottom: 10px;
      font-size: 20px;
      font-size: 2rem; }
    .c-table th, .c-table td {
      display: block;
      width: 100%; }
    .c-table th {
      border-bottom: 1px solid #e3e3e3; }
    .c-table--dl dl {
      -ms-flex-direction: column;
      flex-direction: column; }
      .c-table--dl dl dt, .c-table--dl dl dd {
        width: 100%; }
      .c-table--dl dl dt {
        border-bottom: 1px solid #e3e3e3; }
    .c-table--scroll {
      display: block;
      overflow-x: scroll; }
    .c-title--type1 {
      margin-bottom: 30px;
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.2; }
    .c-title--type2 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.4; }
    .c-title--type3 {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.3; }
    .c-title--type4 {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.2; }
  .p-common__section {
    margin: 50px 0; }
    .p-common__section__heading--sub {
      margin-bottom: 2px;
      font-size: 14px;
      font-size: 1.4rem; }
  .p-common__contact__button + .p-common__contact__button {
    margin-top: 20px; }
  .p-sitemap__section {
    margin: 50px 0; }
    .p-sitemap__section__heading {
      margin-bottom: 30px;
      font-size: 22px;
      font-size: 2.2rem; }
    .p-sitemap__section__heading--sub {
      margin-bottom: 2px;
      font-size: 14px;
      font-size: 1.4rem; }
  .p-static__wrapper {
    margin: 40px auto; }
    .p-static__inner {
      padding: 20px; }
    .p-static__title {
      font-size: 18px;
      font-size: 1.8rem; }
    .p-static__subtitle {
      font-size: 14px;
      font-size: 1.4rem; }
    .p-top__hero__image {
      height: 80vh; }
      .p-top__hero__image img {
        left: 25%;
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
        width: auto;
        height: 100%; }
    .p-top__hero__text {
      height: 80vh; }
    .p-top__hero__description {
      margin-bottom: 35px;
      font-size: 16px;
      font-size: 1.6rem; }
    .p-top__intro {
      background: #fff; }
      .p-top__intro__wrapper {
        padding: 50px 0;
        background: #fff; }
      .p-top__intro__text__wrapper {
        width: 100%; }
        .p-top__intro__text__wrapper:before {
          left: -22px; }
        .p-top__intro__text__wrapper:after {
          right: -22px; }
    .p-top__intro__listing {
      margin-top: 20px; }
    .p-top__intro__listing__item:not(:last-child) {
      margin-bottom: 20px; }
      .p-top__intro__listing__image {
        margin: 0 auto 10px; }
    .p-top__service {
      top: 0px;
      padding: 50px 0; }
        .p-top__service__listing__textarea__title {
          font-size: 16px;
          font-size: 1.6rem; }
    .p-top__partner {
      padding: 50px 0; }
        .p-top__partner__listing__item {
          width: calc(50% - 15px);
          margin-bottom: 35px; }
        .p-top__partner__listing__item:nth-child(2n-1) {
          margin-right: 15px; }
          .p-top__partner__listing__item img {
            width: 100%;
            max-width: 200px;
            height: auto;
            max-height: 100%; }
    .p-top__release {
      padding: 50px 0; }
      .p-top__release__listing__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px; }
      .p-top__release__listing__category {
        margin-right: 15px; }
    .p-top__release__listing__text {
      width: 100%; }
        .p-top__request__wrapper form {
          width: 100%; }
      .p-top__request img {
        min-width: 100%; }
      .p-top__request__form--input { min-width: 230px; }
      .p-top__contact__contents__listing {
          width: 90%;
          margin: 0 auto; }
      .p-top__contact__image {
        height: 250px; }
      .p-top__contact img {
        min-width: 100%; }
      .p-top__contact__company {
        margin-bottom: 15px; }
  .is-pc {
    display: none !important; }
  .is-sp {
    display: block !important; } }

@media not print {
      .l-container--huge {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 100vh;
        margin: 0 auto; } }
@media print, screen and (min-width: 970px) {
    .p-top__request__inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    .p-top__request__wrapper form {
      width: 70%; }
    .p-top__request__form .c-form-input {
      min-width: 450px; }
}
@media print, screen and (min-width: 768px) {
      .l-container--large {
        margin-bottom: auto;
        overflow-x: hidden; }
      .l-container--middle {
        min-width: 1160px;
        max-width: 1880px;
        margin: 0 auto;
        padding: 0 40px; }
      .l-container--main {
        width: calc( 100% - 330px);
        float: left; }
      .l-container__layout--s {
        max-width: 960px; }
      .l-container__layout--m {
        max-width: 1080px; }
      .l-container__layout--l {
        max-width: 1160px; }
    .l-footer__container {
      padding: 30px 0; }
  .l-footer__inner {
    display: -ms-flexbox;
    display: flex; }
    .l-footer__subnav {
      margin-right: auto; }
  .l-footer__subnav__item {
    font-size: 13px;
    font-size: 1.3rem; }
  .l-footer__subnav__item + .l-footer__subnav__item {
    margin-left: 50px; }
    .l-footer__copyright__outer {
      text-align: right; }
  .l-footer__copyright {
    font-size: 12px;
    font-size: 1.2rem; }
  .l-header.-scrolling .l-header__logo {
    color: #111; }
    .l-header__container--foot {
      height: auto;
      padding: 15px 10%; }
    .l-header__logo {
      color: #fff; }
  .l-header__nav__item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 30px;
    line-height: 70px; }
    .l-header__nav__button {
      width: auto;
      height: 32px;
      line-height: 32px; }
    .c-button__outer {
      margin: 30px auto; }
  .c-card__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
  .c-card__item {
    width: calc(33.3% - 4%); }
  .c-card__item + .c-card__item {
    margin-left: 6%; }
    .c-card__title {
      margin-bottom: 10px;
      font-size: 16px;
      font-size: 1.6rem; }
      .c-card__title::before {
        margin-right: 15px; }
    .c-card__description {
      padding-left: 65px; }
  .c-flow {
    height: calc( 40px + 67px + 200px); }
  .c-flow__olist {
    display: -ms-flexbox;
    display: flex; }
    .c-flow__item {
      height: 157px; }
      .c-flow__item:before {
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: "";
        z-index: -1; }
      .c-flow__item:last-child {
        width: 167px; }
        .c-flow__item:last-child:before {
          width: 100%;
          background-image: url(/files/user/images/satellite/common/price-last-flow.png?v=); }
      .c-flow__item:not(:last-child) {
        width: 198.25px; }
        .c-flow__item:not(:last-child):before {
          background-image: url(/files/user/images/satellite/common/price-flow.png?v=); }
    .c-flow__content {
      left: 48%;
      min-width: 105px;
      margin-left: 2%; }
      .c-form-policyAgree__title {
        margin: 20px auto; }
      .c-form-policyAgree__contents {
        margin: 0 10px 15px;
        padding: 20px;
        line-height: 1.7; }
      .c-form-policyAgree__item {
        margin: 5px 0; }
    .c-heading--lv1, .c-article h1 {
      font-size: 50px;
      font-size: 5rem;
      line-height: 1.3; }
    .c-heading--lv2, .c-article h2, .p-common__section__heading, .p-static__heading {
      margin-bottom: 40px;
      font-size: 42px;
      font-size: 4.2rem; }
    .c-heading--lv3, .c-article h3 {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.7; }
    .c-heading--lv4, .c-article h4 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.6; }
  .c-imageText {
    margin: 30px 50px; }
  .c-imageText__picture {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 46.5%;
    margin: 20px 60px 0 0; }
    .c-imageText__picture--top {
      margin: 0 auto 20px; }
  .c-imageText__picture--right {
    margin: 0 0 20px 20px;
    float: right; }
    .c-imageText__picture--bottom {
      margin: 20px auto 0; }
  .c-imageText__picture--left {
    margin: 0 40px 20px 0;
    float: left; }
  [class^="c-imageText__picture"] {
    display: table;
    width: 40%;
    text-align: center; }
  .c-imageText__picture--top {
    width: 90%; }
    .c-imageTextBlock__item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 85px 0; }
  .c-imageTextBlock__picture {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 60px);
    margin: 20px 60px 0 0; }
  .c-imageTextBlock__item:nth-child(2n) .c-imageTextBlock__picture {
    margin: 20px 0 0 60px; }
  .c-imageTextBlock__contents {
    width: calc(50% - 30px); }
    .c-imageTextBlock__title {
      margin-bottom: 30px;
      font-size: 28px;
      font-size: 2.8rem; }
    .c-table {
      width: 100%; }
    .c-title--type1 {
      margin-bottom: 40px;
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1.3; }
    .c-title--type2 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.3; }
    .c-title--type3 {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.2; }
    .c-title--type4 {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.3; }
  .p-common__section {
    margin: 60px 0; }
    .p-common__section__heading--sub {
      margin-bottom: 4px;
      font-size: 16px;
      font-size: 1.6rem; }
  .p-common__contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 100px 0; }
  .p-common__contact__button + .p-common__contact__button {
    margin-left: 30px; }
  .p-sitemap__section {
    margin: 60px 0; }
    .p-sitemap__section__heading {
      margin-bottom: 60px;
      font-size: 34px;
      font-size: 3.4rem; }
    .p-sitemap__section__heading--sub {
      margin-bottom: 4px;
      font-size: 16px;
      font-size: 1.6rem; }
    .p-sitemap__flex {
      display: -ms-flexbox;
      display: flex; }
      .p-sitemap__flex__item {
        width: 33.3%; }
  .p-static__wrapper {
    margin: 60px auto; }
    .p-static__inner {
      padding: 40px 60px; }
    .p-static__title {
      font-size: 20px;
      font-size: 2rem; }
    .p-static__subtitle {
      font-size: 16px;
      font-size: 1.6rem; }
    .p-top__hero__image {
      top: -70px;
      height: calc(100vh - 15vh + 70px); }
      .p-top__hero__image img {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        min-height: calc(100% + 70px); }
    .p-top__hero__text {
      height: calc(100% - 70px); }
      .p-top__hero__text__inner {
        max-width: 1160px;
        margin: auto;
        max-height: 700px;
        height: 100%; }
    .p-top__hero__description {
      margin: 30px 0;
      font-size: 22px;
      font-size: 2.2rem; }
      .p-top__intro__wrapper {
        padding: 50px 10%;
        background: #fafafa;
        width: 100%;
        position: absolute;
        top: -150px;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0px 2px 4px -3px rgba(0, 0, 0, 0.6); }
      .p-top__intro__text__wrapper {
        width: 90%; }
        .p-top__intro__text__wrapper:before {
          left: -30px; }
        .p-top__intro__text__wrapper:after {
          right: -30px; }
    .p-top__intro__listing {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 50px; }
    .p-top__intro__listing__item {
      width: 45%;
      max-width: 340px; }
    .p-top__intro__listing__item:not(:last-child) {
      margin-right: 25px; }
      .p-top__intro__listing__image {
        margin: 0 auto 20px; }
      .p-top__intro__listing__image:not(:first-child) {
        margin-left: 20px; }
    .p-top__service__listing {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 50px;
      margin-bottom: 70px; }
    .p-top__service__listing__item {
      width: 31.8%;
      margin-bottom: 20px; }
        .p-top__service__listing__textarea__title {
          font-size: 18px;
          font-size: 1.8rem; }
    .p-top__partner {
      padding: 80px 0; }
      .p-top__partner__listing {
        margin-top: 40px; }
        .p-top__partner__listing__item {
          width: calc(25% - 30px);
          margin-bottom: 40px; }
        .p-top__partner__listing__item:not(:last-child) {
          margin-right: 30px; }
          .p-top__partner__listing__item img {
            max-width: 100%;
            max-height: 40px; }
    .p-top__release {
      padding: 80px 0; }
      .p-top__release__listing__item {
        padding: 10px 50px 10px 20px; }
      .p-top__release__listing__category {
        width: 120px; }
    .p-top__release__listing__time {
      width: 150px; }
    .p-top__release__listing__text {
      width: calc(100% - 120px - 150px); }
    .p-top__request {
      padding-bottom: 80px; }
      .p-top__request__wrapper {
        padding: 50px; }
      .p-top__request__text {
        width: 200px; }
      .p-top__request img {
        width: 100%; }
      .p-top__contact__image {
        height: 300px; }
      .p-top__contact img {
        width: 100%; }
    .p-top__contact__contents__listing {
      max-width: 1080px;
      position: relative;
      margin: 0 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .p-top__contact__company {
        width: 48%; }
      .p-top__contact__form {
        width: 48%; }
  .is-pc {
    display: block !important; }
  .is-sp {
    display: none !important; } }

@media only screen and (min-width: 767px) and (max-width: 1180px) {
      .l-container--huge {
        width: 100%; }
      .l-container--middle {
        width: 100%;
        min-width: auto; }
      .l-container__layout--s {
        margin: 0 auto; }
      .l-container__layout--m {
        margin: 0 auto; }
      .l-container__layout--l {
        margin: 0 auto; }
    .l-header__nav__button {
      width: 220px; } }

@media only screen and (min-width: 540px) and (max-width: 768px) {
    .l-footer__container {
      min-width: auto;
      padding: 30px 0 0; } }

@media print {
    .l-header {
      position: absolute; } }

@media print, screen and (min-width: 769px) {
    .l-header__menu {
      display: none; }
  .l-header__nav {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-left: 40px; }
    .l-header__nav__list {
      display: -ms-flexbox;
      display: flex; }
    .l-header__nav__link {
      font-size: 14px;
      font-size: 1.4rem; }
    .l-header__nav__button__outer {
      margin-left: 30px; }
  .is-tb {
    display: block !important; } }

@media only screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    background-color: #fafafa;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    z-index: 900; } }

@media screen and (max-width: 768px) {
    .l-header__nav__list {
      border-top: 1px solid #e3e3e3; }
    .l-header__nav__link {
      padding: 10px 5%;
      color: #111 !important; }
    .l-header__nav__button__outer {
      padding: 20px 0px;
      text-align: center; }
      .p-top__hero__text__inner {
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        padding: 10% 5%; }
  .is-tb {
    display: none !important; } }

/*# sourceMappingURL=style.css.map */