﻿@charset "UTF-8";
/* ---------------------------
* ALL Width
* --------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden], template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b, strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button, select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled], html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

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

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* Mediumがない場合 */
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
  /* for Chrome */
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #303030;
  text-align: left !important;
  background: none !important;
}

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

li {
  list-style-type: none;
}

a {
  color: #303030;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

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

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

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

.ml-50 {
  margin-left: 50px;
}

.wrapper {
  min-width: 320px;
}

.main-wrapper {
  position: relative;
}

body.is-loading {
  overflow: hidden;
}
body.is-loading .loading-icon {
  opacity: 1;
}

.loading-block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
}

.loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
}

.global-nav01__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.global-nav01__item a {
  display: block;
  text-decoration: none;
}

.footer {
  background-color: #303030;
  color: #d8d8d8;
}

.pagetop a {
  color: #95989a;
  text-decoration: none;
  font-family: Helvetica, Arial;
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  position: relative;
}
.pagetop a:before {
  content: "\f102";
  font-family: FontAwesome;
  line-height: 1;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}

.footer__copyright {
  font-family: Helvetica, Arial;
  font-weight: 300;
  color: #95989a;
}
.footer__copyright small {
  font-size: 12px;
  font-size: 1.2rem;
}

.page-title {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.page-title:before, .page-title:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(216, 216, 216, 0.2);
  position: absolute;
  top: 0;
}
.page-title__inner {
  overflow: hidden;
  height: 360px;
}
.page-title__text {
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.page-title__sub {
  margin: 0;
  width: 100%;
  font-family: Helvetica, Arial;
  font-weight: 200;
  line-height: 1;
}
.page-title__heading {
  margin: 0 auto;
  width: 100%;
  font-weight: normal;
  line-height: 1;
}

.page-simple-title {
  background-color: #303030;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.page-simple-title__inner {
  overflow: hidden;
  position: relative;
}

.page-simple-title__text {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-simple-title__sub {
  font-family: Helvetica, Arial;
  font-weight: 200;
  line-height: 1;
  margin: 0;
  width: 100%;
}

.page-simple-title__heading {
  font-weight: normal;
  line-height: 1;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.section-type01.type-anchor > *:first-child, .section-type02.type-anchor > *:first-child, .section-type03.type-anchor > *:first-child, .section-type04.type-anchor > *:first-child {
  margin-top: 0 !important;
}

.top-content__item.top07 {
  display:flex;
  align-items:center;
  justify-content:center;
  height: 61vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/assets/img/top_img07.jpg);
  position: relative;
}

.top07__head {
  color:#ffffff;
  font-size: 28px;
  font-family: Helvetica, Arial;
  text-align:center;
}

.top07__button a{
  display:block;
  width:700px;
  border:1px solid #ffffff;
  margin:45px auto 0;
  font-size:20px;
  text-align:center;
  padding:35px 0;
  color:#303030;
  background:rgba(255,255,255,0.8);
  text-decoration:none;
  -webkit-transition: .5s;
  transition: .5s;
}
.top07__button a:hover{
  color:#EC510F;
  border:1px solid #EC510F;
  background:#ffffff;
}
.top07__main{
  padding:40px 0 0;
}
.top07__list{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
}
.top07__item{
  width:351px;
  padding:0;
  margin:auto;
  text-align:center;
  border-right:1px solid #ffffff;
}
.top07__item:last-child{
  border-right:0;
}
.top07__item a{
  display:block;
  color:#ffffff;
  text-align:center;
  text-decoration:none;
  font-size:16px;
  font-weight:200;
  padding:8px 0;
}
.top07__item a:hover{
  color:#EC510F;
}.top06__head {
  position: relative;
}

.heading-type02 {
  border-bottom: 1px solid #555;
  font-weight: normal;
  margin: 0;
}
.heading-type02.flex {
  display: flex;
}
.heading-type02 .num {
  margin-inline: 10px 12px;
}

.heading-type03 {
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
}

.button-type01 {
  text-decoration: none;
  border: 1px solid #303030;
  background-color: transparent;
  color: #303030;
  box-shadow: none;
  text-align: center;
  font-family: Helvetica, Arial;
  padding: 0 10px;
  box-sizing: border-box;
}

.button-type02 {
  text-decoration: none;
  border: 1px solid #ec510f;
  background-color: #ec510f;
  color: #fff;
  box-shadow: none;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}

.button-group01 {
  text-align: center;
}
.button-type02[name="onemore"] {
  float: left;
  margin-right: 15px;
}

.tag-type02 {
  font-style: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #ec510f;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
.tag-type02.type01 {
  padding-top: 3px;
  padding-bottom: 1px;
  background-color: #ec510f;
  color: #fff;
}

/* 2020 update */
.aside {
  font-size: 13px;
  width: 100px;
  height: 100%;
  position: fixed;
  color: #303030;
  background: #fff;
  text-align: center;
}
.global-nav .global-nav01__item a {
  height:60px;
  background:#ffffff;
  padding:0;
  border-bottom:1px solid #F2F2F2;
}
.global-nav .global-nav01__item > a:hover {
  background:#EAEAEA;
}
.global-nav .global-nav01__item a.external {
  position:relative;
}
.global-nav .global-nav01__item a.external:after {
  display:none;
}
.global-nav .global-nav01__item a.external:before {
  position:absolute;
  left:inherit;
  opacity:1;
  right:4px;
  top:0;
  bottom:0;
  margin:auto;
  content:"";
  width:9px;
  height:9px;
  background:url(/assets/img/ico_external.svg) 0 0 no-repeat;
  background-size:9px;
  display:block;
}
.global-nav .global-nav01__item a.external:hover:before {
  background:url(/assets/img/ico_external.svg) 0 -9px no-repeat;
}

.global-nav .sub__menu-nav {
  position: fixed;
  background: #EAEAEA;
  color: #fff;
  top: 0;
  padding:22px 0;
  left: -380px;
  width: 380px;
  height: 100%;
  overflow: hidden;
  opacity:0;
  z-index: -9999;
  transition: all .3s ease-out;
}
.global-nav .sub__menu-nav a{
font-size:14px;
background:#EAEAEA;
padding:18px 0;
}

.sub__menu-item{
padding:0 40px;
box-sizing:border-box;
}
.sub__menu-list{
padding:0 12px 8px;
box-sizing:border-box;
}
.global-nav .sub__menu-nav .sub__menu-head a{
border-top:1px solid #D8D8D8;
border-bottom:0;
height:auto;
}
.global-nav .sub__menu-nav .sub__menu-head.top a{
border-top:0;
border-bottom:0;
height:auto;
}
.global-nav .sub__menu-nav .sub__menu-link a{
border-bottom:0;
border-top:1px solid #D8D8D8;
height:auto;
}
.global-nav .sub__menu-nav .sub__menu-link:nth-child(1) a{
border-top:0;
}
.global-nav .sub__menu-nav .sub__menu-list__link a{
border-bottom:0;
padding:8px 0;
height:auto;
}

.global-nav .sub__menu-nav .sub__menu-list__link a:before{
display:block;
content:"";
width:14px;
height:8px;
background:url(../../common/images/ico/ico_arrow.svg) 0 0 no-repeat;
opacity:1;
position:relative;

}
.global-nav .sub__menu-nav .sub__menu-list__link a:hover:before{
background:url(../../common/images/ico/ico_arrow.svg) 0 -8px no-repeat;
}

.footer__wrap {
  position:relative;
  width:calc(100% - 40px);
  background:#EAEAEA;
  z-index:11;
}
.footer__upper {
  width:100%;
  border-bottom:1px solid #D8D8D8;
}
.footer__upper-inner {
  display:flex;
  width:100%;
  margin:auto;
  align-items:center;
  padding:24px 20px;
  box-sizing:border-box;
  justify-content:space-between;
}
.footer__external {
  text-align:left;
}
.footer__external a {
  display:inline-flex;
  text-align:left;
  align-items:center;
  padding:0;
  text-decoration:none;
}
.footer__external a:before {
  content:"";
  width:9px;
  height:9px;
  background:url(/assets/img/ico_external.svg) 0 0 no-repeat;
  display:block;
  margin:0 8px 0 0;
}
.footer__external a:hover {
  color:#EC510F;
}
.footer__external a:hover:before {
  background:url(/assets/img/ico_external.svg) 0 -9px no-repeat;
}
.footer__pagetop {
  display:block;
  position:absolute;
  right:-40px;
  top:0;
  width:40px;
  background:#EAEAEA;
  border-left:1px solid #D8D8D8;
  height: 100%;
}
.footer__pagetop.sp {
  display:none;
}
.footer__pagetop a {
  width:100%;
  height:100%;
  color:#95989A;
  text-decoration:none;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size:13px;
}
.footer__pagetop a:before {
  width:100%;
  height:8px;
  content:"";
  display:block;
  margin:0 auto 15px;
  background:url(/assets/img/ico_doubleup.svg) 50% 0 no-repeat;
  background-size:7px;
}
.footer__pagetop a:hover {
  color:#000000;
}
.footer__pagetop a:hover:before {
  background:url(/assets/img/ico_doubleup.svg) 50% -16px no-repeat;
  background-size:7px;
}

.footer__bottom {
  width:100%;
  color:#ffffff;
  background:#1C1C1C;
}
.footer__bottom-inner {
  padding: 24px 20px;
  width:100%;
  text-align: center;
}

.footer__copyright {
  color:#95989A;
  font-size:12px;
}

.form-block01 {
  border-top: 1px solid #555;
}

.form-block01 table {
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

.agreement-block01 {
  height: 200px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #898989;
  box-sizing: border-box;
}

.agreement-block01 ul {
  padding-left: 3rem;
}
.agreement-block01 li {
  list-style: disc;
}

.annotation {
  color: #555;
}

.input-type01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: 1px solid #898989;
  border-radius: 0;
  width: 100%;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
}

.input-list01 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.checkbox-type01 {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.checkbox-type01.type-horizon {
  margin-right: 20px;
  float: left;
}
.checkbox-type01.type-horizon + * {
  overflow: hidden;
}

.checkbox-type01__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.checkbox-type01__input:checked + .checkbox-type01__text:after {
  opacity: 1;
}

.checkbox-type01__text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
}
.checkbox-type01__text:before {
  content: "";
  border: 1px solid #898989;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.checkbox-type01__text:after {
  opacity: 0;
  content: "\f00c";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.key-visual img {
  width: 100vw;
  max-height: 360px;
}

.form-link {
  padding: 20px 0 20px 50px;
}
.signtext {
  margin-top: 30px;
  text-align: right;
}
.signtext--solicitationpolicy {
  margin-block: 50px;
}

.common__color {
  color: #ec510f;
}

.dl-list01 {
  position: relative;
  margin: 0 10px;
}
.dl-list01 li {
  margin-bottom: 10px;
}
.dl-list01 span {
  position: absolute;
  left: 5px;
}

@media print, screen and (min-width: 64em) {
  /* ---------------------------
  * PC
  * --------------------------- */
  .pc-hide {
    display: none !important;
  }
  .sp-only, .sp-only-inline {
    display: none !important;
  }
  .main {
    width: calc(100% - 100px);
    margin-left: 100px;
  }
  .content-second {
    max-width: calc(1366px - 100px);
    padding: 0 40px;
    margin-bottom: 100px;
    margin: auto;
    box-sizing: border-box;
  }
  .content-second .content-thread {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content-second {
    padding-left: 60px;
    padding-right: 60px;
  }
  .content-thread {
    max-width: 984px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .content-thread {
    padding-left: 40px;
    padding-right: 40px;
  }

  .aside {
    width: 100px;
    display: block;
    background-color: #eaeaea;
    border-right: 1px solid #f2f2f2;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    box-sizing: border-box;
  }
  .aside__inner {
    position: relative;
    min-height: 100vh;
    padding-bottom: 70px;
    box-sizing: border-box;
    background:#F2F2F2;
  }
  .header__logo {
    text-align: center;
    font-size: 0;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
  }
  .header__logo a {
    display: block;
    height: 80px;
    padding-top: 25px;
    box-sizing: border-box;
  }
  .header__logo a{
    position:relative;
  }
  .header__logo a:before{
    transition: all .3s ease-out;
  }
  .header__logo a:hover:before{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    height:74px;
    margin:auto;
    font-size:13px;
    font-weight:normal;
    content:"AAC HOME";
    text-align:center;
    line-height:74px;
    background:rgba(255,255,255,.8);
  }
  .header__logo img {
    width: 84px;
    height: auto;
  }
  .global-nav01__list {
    border-top: 1px solid #fff;
    background-color: #f2f2f2;
  }
  .global-nav01__item {
    text-align: center;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.15385;
  }
  body.privacypolicy .global-nav01__item.privacypolicy > a,
  body.solicitationpolicy .global-nav01__item.solicitationpolicy > a,
  body.form_entry .global-nav01__item.form_entry > a{
    background:#FFFCFA;
  }
  body.privacypolicy .global-nav01__item.privacypolicy > a:hover,
  body.solicitationpolicy .global-nav01__item.solicitationpolicy > a:hover,
  body.form_entry .global-nav01__item.form_entry > a:hover{
    background:#EAEAEA;
  }
  body.privacypolicy .global-nav01__item.privacypolicy > a:before,
  body.solicitationpolicy .global-nav01__item.solicitationpolicy > a:before,
  body.form_entry .global-nav01__item.form_entry > a:before{
    opacity:1;
  }
  .global-nav01__item a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 60px;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
  }
  .global-nav01__item a:before {
    content: "";
    width: 2px;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    background-color: #ec510f;
    opacity: 0;
  }
  .global-nav01__item a:hover {
    color: #ec510f;
  }
  .global-nav01__item.is-current a {
    background-color: #fff;
  }
  .global-nav01__item.is-current a:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
    background-color: #fff;
  }
  .global-nav01__item.is-current a:before {
    opacity: 1;
  }
  .global-nav01__item span {
    width: 100%;
  }

  .sp-menu {
    display: none;
  }

  .page-simple-title:before {
    left: 50%;
    margin-left: -220px;
  }
  .page-simple-title:after {
    right: 50%;
    margin-right: -180px;
  }
  .page-simple-title__inner:after {
    right: 40px;
  }
  .page-simple-title__sub, .page-simple-title__heading {
    padding-right: 40px;
  }

  .content__ourbrand {
    display: block;
    padding-top: 10px;
    width: 100%;
  }
  #content01.content__ourbrand {
    margin-top:0;
  }
  .content__ourbrand-item {
    display:flex;
    margin:0 auto 80px;
  }
  .content__ourbrand-img {
    width:50%;
  }
  .content__ourbrand-img img {
    width:100%;
    vertical-align:middle;
  }
  .content__ourbrand-detail {
    position:relative;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    width:50%;
  }
  .content__ourbrand-detail:before {
    position:absolute;
    width:calc(100% - 40px);
    height:1px;
    background:#D8D8D8;
    top:0;
    right:0;
    display:block;
    content:"";
  }
  .content__ourbrand-detail:after {
    position:absolute;
    width:1px;
    height:calc(100% - 40px);
    background:#D8D8D8;
    top:0;
    right:0;
    display:block;
    content:"";
  }
  .content__ourbrand-detail.round:after {
    position:absolute;
    width:1px;
    height:100%;
    background:#D8D8D8;
    top:0;
    right:0;
    display:block;
    content:"";
  }
  .ratio-irregular .content__ourbrand-img {
    width: 33.5%;
  }
  .ratio-irregular .content__ourbrand-img img {
    width: 384px;
    height: 512px;
  }
  .ratio-irregular .content__ourbrand-detail {
    width: 66.5%;
  }
  .content__ourbrand-title {
    width:100%;
  }
  .content__ourbrand-title-inner {
    position:relative;
    display:flex;
    align-items: start;
    line-height: 1;
    width: 100%;
    justify-content: space-between;
    font-size:52px;
    padding:32px 40px 0;
    box-sizing:border-box;
    font-weight:normal;
    white-space: nowrap;
    word-break: break-all;
    font-family: "arial";
  }
  .content__ourbrand-title .content__ourbrand-tag {
    font-size:13px;
    display:inline-block;
    color:#ffffff;
    text-align:center;
    padding:8px;
    box-sizing:border-box;
    background:#555555;
    font-weight:100;
  }
  .content__ourbrand-ex {
    width:100%;
    font-size:13px;
    color:#303030;
    padding:10px 40px 0;
    box-sizing:border-box;
    font-weight:bold;
  }
  .content__ourbrand-heading {
    font-size:24px;
    margin:0 0 32px;
  }
  .content__ourbrand-text a {
    position:relative;
    align-items: center;
    justify-content: center;
    display:flex;
    border:1px solid #303030;
    padding:20px 0;
    text-align:center;
    text-decoration:none;
    margin-top:16px;
  }

  .content__ourbrand-text a {
    margin: 0 auto;
    width: 90%;
    color:#EC510F;
    border: 3px solid #EC510F;
    font-weight: bold;
  }

  .content__ourbrand-text a:before {
    content:"";
    display:block;
    width: 12px;
    height: 12px;
    background: url(/assets/img/ico_external.svg) 0 -12px no-repeat;
    background-size: 12px;
    margin:0 4px 0 0;
  }

  .content__ourbrand-text {
    position:relative;
    width:100%;
    padding:0 40px 40px;
    box-sizing:border-box;
    margin-top:auto;
  }
  .content__ourbrand-text:after {
    content:"";
    position:absolute;
    right:0;
    bottom:0;
    width:1px;
    height:40px;
    background:#ffffff;
    z-index:1;
  }
  .content__ourbrand-detail.round .content__ourbrand-text:after {
    display:none;
  }
  .content__ourbrand-text.free {
    margin-top:inherit;
  }
  .content__ourbrand-text.free:before {
    position:absolute;
    content:"";
    display:block;
    width:calc(100% - 40px);
    height:1px;
    bottom:0;
    right:0;
    background:#D8D8D8;
  }
  .content__ourbrand-tips {
    display: flex;
    align-items: center;
    width:100%;
    background:#D8D8D8;
    padding:0 40px;
    box-sizing:border-box;
  }
  .content__ourbrand-btn a {
    position:relative;
    width:100%;
    max-width:700px;
    align-items: center;
    justify-content: center;
    display:flex;
    border:1px solid #303030;
    padding:20px 0;
    text-align:center;
    text-decoration:none;
    margin:16px auto 60px;
  }
  .content__ourbrand-btn a:hover {
    color:#EC510F;
    border:1px solid #EC510F;
  }

  .content__ourbrand-btn a.external:before {
    content:"";
    display:block;
    width: 12px;
    height: 12px;
    background: url(/assets/img/ico_external.svg) 0 0 no-repeat;
    background-size: 12px;
    margin:0 4px 0 0;
  }
  .content__ourbrand-btn a.external:hover:before {
    background: url(/assets/img/ico_external.svg) 0 -12px no-repeat;
    background-size: 12px;
  }
  .ourbrand .top-content__item.top07 {
    height:354px;
    margin-bottom:80px;
  }

  .circlepagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    padding: 36px;
    background: #231815;
    border-radius: 50%;
    z-index:10;
  }
  .circlepagetop:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 3px #fff;
    border-left: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -6px;
  }
}

@media screen and (min-width: 48em) {
  /* ---------------------------
  * PC & Tablet
  * --------------------------- */
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
  }

  .global-nav .sub__menu:hover .sub__menu-nav {
    width: 380px;
    opacity: 1;
    z-index: 0;
    left: 100px;
  }

  .lh-xm {
    line-height: 1.75 !important;
  }
  .font-size-xl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .font-size-l {
    font-size: 20px;
    font-size: 2rem;
  }
  .font-size-xm {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .font-size-m {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .font-size-s {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .font-basic-style {
    font-family: MyYuGothicM,YuGothic,-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  }

  .pagetop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .pagetop a {
    width: 100%;
    text-align: center;
    display: block;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .pagetop a:hover {
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .page-title__inner {
    height: 360px;
  }
  .page-title__sub {
    margin-bottom: 20px;
    font-size: 4rem;
  }
  .page-title__heading {
    margin: 0 auto;
    width: 100%;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1;
  }

  .page-simple-title__inner {
    height: 143px;
  }
  .page-simple-title__sub {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
  .page-simple-title__heading {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.10714;
  }
  .section-type01 {
    margin: 70px 0 35px;
  }

  .section-type01.type-anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
  .section-type02 {
    margin: 50px 0;
  }
  #invest02.section-type02{
    margin: 50px 0 0;
  }

  .section-type05 {
    margin: 70px 0 100px;
  }

  .top-content__item.top07 {
    display:flex;
    align-items:center;
    justify-content:center;
    height: 61vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/assets/img/top_img07.jpg);
    position: relative;
  }

  .home .top-content__item.top07,
  .privacypolicy .top-content__item.top07,
  .form_entry .top-content__item.top07{
    width: calc(100% - 80px);
    margin: 0 auto 100px;
  }

  .home .top07__button a,
  .privacypolicy .top07__button a,
  .form_entry .top07__button a{
    padding:20px 0;
  }
  .top07__head {
    color: #ffffff;
    font-size: 32px;
    font-family: Helvetica, Arial;
    text-align: center;
  }

  .heading-type02 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.33333;
    padding-bottom: 20px;
    margin: 0 0 35px;
  }
  .heading-type03 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.16667;
    margin: 15px 0;
  }
  .heading-type03.type-mb-l {
    margin-bottom: 30px;
  }

  .button-type01 {
    display: inline-block;
    min-width: 400px;
    line-height: 58px;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .button-type01:hover {
    color: #fff;
    background-color: #303030;
  }
  .button-type01.size-l {
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 500px;
  }
  .button-type02 {
    display: inline-block;
    /*    min-width: 500px; */
    min-width: 385px;
    line-height: 58px;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .button-type02.disable {
    opacity: 0.35;
  }
  .button-type02:hover {
    color: #ec510f;
    background-color: #fff;
  }
  .button-type02.disable:hover {
    color: #fff;
    background-color: #ec510f;
  }
  .button-group01 {
    margin: 20px 0;
  }

  .tag-type02 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    padding: 0 10px;
    margin-right: 5px;
  }

  .form-block01 {
    margin: 40px 0 60px;
    padding-top: 10px;
  }
  .form-block01 .tag-type02 {
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: baseline;
  }
  .form-block01__row {
    margin: 20px 0;
  }
  .form-block01__heading {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  .form-block01__input {
    margin: 8px 0;
  }
  .form-block01__text {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 8px 0 30px;
    padding-left: 20px;
  }
  .annotation {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .input-type01.size-m {
    max-width: 600px;
  }
  .input-type01.size-s {
    max-width: 200px;
  }
  [type="text"].input-type01 {
    height: 40px;
  }
  textarea.input-type01 {
    height: 120px;
  }
  select.input-type01 {
    -webkit-appearance: auto;
    height: 40px;
  }
  .input-list01.column1 li {
    width: 100%;
  }
  .input-list01.column2 li {
    width: calc((100% / 2) - 5px);
    margin-right: 10px;
  }
  .input-list01.column2 li:nth-child(2n) {
    margin-right: 0;
  }
  .input-list01.column3 li {
    width: calc((100% / 3) - 7px);
    margin-right: 10px;
  }
  .input-list01.column3 li:nth-child(3n) {
    margin-right: 0;
  }
  .input-list01.column4 li {
    width: calc((100% / 4) - 9px);
    margin-right: 10px;
  }
  .input-list01.column4 li:nth-child(4n) {
    margin-right: 0;
  }
  .input-list01.column5 li {
    width: calc((100% / 5) - 8px);
    margin-right: 10px;
  }
  .input-list01.column5 li:nth-child(5n) {
    margin-right: 0;
  }
  .input-list01 li {
    width: 100%;
    margin: 5px 0;
  }
  .checkbox-type01.type-horizon {
    padding-top: 10px;
  }
  .checkbox-type01__text {
    padding: 0 0 0 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .checkbox-type01__text:before {
    width: 22px;
    height: 22px;
  }
  .checkbox-type01__text:after {
    font-size: 18px;
    top: 3px;
    left: 3px;
  }

  .name_area-box_common {
    max-width: 295px;
    margin-right:10px;
  }
}

@media screen and (max-width: 63.9375em) {
  /* ---------------------------
  * Tablet
  * --------------------------- */
  .top-content__item.top07 {
    width:100%;
  }
  .aside {
    position:relative;
    width:100%;
  }
  .global-nav01 {
    margin:auto;
    background:none;
    padding:0 20px;
    box-sizing:border-box;
  }
  .global-nav .global-nav01__item a{
    text-align:left;
    height:auto;
    font-size:16px;
    padding:0 0 0 10px;
    box-sizing:border-box;
    background:rgba(234,234,234,0.97);
    width:calc(100% - 50px);
  }
  .global-nav .global-nav01__item a br{
    display:none
  }
  .global-nav .global-nav01__item.sub__menu .global-nav01__arrow:after{
    -webkit-transform: translateY(0%) rotate(90deg);
    transform: translateY(0%) rotate(90deg);
  }
  .global-nav .global-nav01__item.sub__menu .global-nav01__arrow.open:after{
    -webkit-transform: translateY(0%) rotate(270deg);
    transform: translateY(0%) rotate(270deg);
  }

  .global-nav .global-nav01__item.sub__menu .global-nav01__arrow:after{
    -webkit-transform: translateY(0%) rotate(90deg);
    transform: translateY(0%) rotate(90deg);
  }
  .global-nav .global-nav01__item.sub__menu .global-nav01__arrow.open:after{
    -webkit-transform: translateY(0%) rotate(270deg);
    transform: translateY(0%) rotate(270deg);
  }
  .global-nav .sub__menu-nav{
    transition: width 0s ease-out;
    opacity:1;
    z-index:1000;
  }
  .global-nav .sub__menu .sub__menu-nav.open {
    position:relative;
    left:0;
    width:100%;
    padding:0;
  }
  .sub__menu-item{
    padding:0 20px;
  }
  .global-nav .sub__menu-nav .sub__menu-head.top a{
    font-size:14px;
  }
  .global-nav .sub__menu-nav .sub__menu-head.top a:after{
    display:none;
  }
  .global-nav .sub__menu-nav .sub__menu-list__link a{
    display:flex;
    font-size:14px;
    align-items:center;
    padding: 0;
    height: 32px;
  }
  .global-nav .sub__menu-nav .sub__menu-link a:after{
    display:none;
  }
  .global-nav .sub__menu-nav .sub__menu-list__link a:after{
    display:none;
  }

  .tb-hide {
    display: none !important;
  }
  .sp-only, .sp-only-inline {
    display: none !important;
  }

  .content-second {
    margin-left: 40px;
    margin-right: 40px;
  }
  .content-thread {
    margin-left: 20px;
    margin-right: 20px;
  }

  .header {
    display: flex;
    align-items: center;
    background-color: #fff;
    width: 100%;
    height: 70px;
    position: relative;
    overflow: hidden;
    z-index: 2000;
  }

  .header__logo {
    width: 50%;
    padding-left: 20px;
  }
  .header__logo img {
    width: 100%;
  }

  body.is-open .global-nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .global-nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: #eaeaea;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(-650px);
    transform: translateY(-650px);
    z-index: 1000;
  }

  .global-nav01__item {
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid #fff;
  }
  .global-nav01__item a {
    position: relative;
    line-height: 50px;
    padding-left: 10px;
  }
  .global-nav01__item .global-nav01__arrow{
    position: absolute;
    top: 0;
    right: -16px;
    margin:auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width:50px;
    height:50px;
    text-align:center;
    z-index:10;
  }
  .global-nav01__item .global-nav01__arrow:after{
    position: absolute;
    top: 0;
    bottom:0;
    content: "\f105";
    font-family: FontAwesome;
    line-height: 50px;
    font-size: 16px;
  }

  .sp-menu {
    margin: 5px 0 0;
    position: relative;
    z-index: 110;
    position: absolute;
    right: 20px;
    top: 18px;
  }
  .sp-menu__link {
    display: block;
    text-decoration: none;
    width: 25px;
    height: 25px;
    overflow: hidden;
    box-sizing: border-box;
  }
  body.is-open .sp-menu__icon {
    background: transparent !important;
  }
  body.is-open .sp-menu__icon:before, body.is-open .sp-menu__icon:after {
    margin-top: 0;
  }
  body.is-open .sp-menu__icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body.is-open .sp-menu__icon:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .sp-menu__button {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    margin: 0;
  }
  .sp-menu__icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 2px;
    margin: -1px 0 0 -13px;
    background: #ccc;
  }
  .sp-menu__icon:before, .sp-menu__icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 2px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    background: #ccc;
  }
  .sp-menu__icon:before {
    margin-top: -11px;
  }
  .sp-menu__icon:after {
    margin-top: 8px;
  }

  .page-simple-title:before {
    left: 50%;
    margin-left: -200px;
  }
  .page-simple-title:after {
    right: 50%;
    margin-right: -200px;
  }
  .page-simple-title__inner:after {
    display: none;
  }

  .button-type02 {
    min-width: 250px;
  }
}

@media screen and (max-width: 47.9375em) {
  /* ---------------------------
  * SmartPhone
  * --------------------------- */
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.625;
  }
  .sp-hide {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-only-inline {
    display: inline !important;
  }
  .pc-tb-only {
    display: none;
  }
  .lh-xl {
    line-height: 2.14286 !important;
  }
  .lh-l {
    line-height: 2.14286 !important;
  }
  .lh-sp-default {
    line-height: inherit !important;
  }
  .font-size-xl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .font-size-l {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .font-size-xm {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .font-size-m {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .font-size-s {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .wrapper {
    overflow: hidden;
  }

  .header__logo {
    width: 75%;
    padding: 0 0 15px 20px;
  }
  .header__logo img {
    width: 100%;
  }

  .content-second {
    margin-left: 20px;
    margin-right: 20px;

  }

  .content-thread {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pagetop {
    text-align: center;
    margin-bottom: 20px;
  }
  .pagetop a {
    display: inline-block;
  }

  .page-title__inner {
    height: 160px;
  }
  .page-title__sub {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .page-title__heading {
    font-size: 1.3rem;
  }

  .page-simple-title:before {
    left: 50%;
    margin-left: -170px;
  }
  .page-simple-title:after {
    right: 50%;
    margin-right: -170px;
  }
  .page-simple-title__inner {
    height: 80px;
  }
  .page-simple-title__sub {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  .page-simple-title__heading {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 10px;
  }
  .page-simple-title__heading span{
    display:block;
  }
  .page-simple-title__heading span.sp_none{
    display:none;
  }

  .section-type01.type-anchor {
    margin-top: -40px;
    padding-top: 40px;
  }
  .section-type02 {
    margin: 40px 0;
  }
  .section-type05 {
    margin: 40px 0 70px;
  }

  .top-content__item.top07 {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/assets/img/top_img07.jpg);
    position: relative;
    padding:48px 0 36px;
  }
  .top07__head {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin: auto;
  }
  .top07__inner{
    width:100%;
  }
  .top07__button a{
    width:80%;
    padding:12px 0;
    margin:24px auto 0;
    font-size:14px;
  }
  .top07__button a span{
    display:block;
  }
  .top07__list{
    flex-wrap:wrap;
    width:100%;
  }
  .top07__item{
    width:80%;
    border-right:0;
    border-bottom:1px solid #ffffff;
  }
  .top07__item:last-child{
    border-bottom:0;
  }
  .top07__item a{
    font-size:12px;
    padding:12px 0;
  }
  .top07__main{
    padding:0;
  }

  .footer__wrap{
    width:100%;
  }
  .footer__external a{
    font-size:13px;
    text-decoration:none;
  }
  .footer__pagetop{
    display:none;
  }
  .footer__pagetop.sp{
    display:block;
    position:relative;
    width:100%;
    right:0;
    left:0;
    border-left:0;
  }
  .footer__bottom-inner{
    display:block;
    padding:20px 0;
  }

  .heading-type02 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.09091;
    padding-bottom: 15px;
    margin: 0 0 20px;
  }
  .heading-type03 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
    margin: 15px 0;
  }
  .heading-type03.heading-type03 {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .button-type01 {
    display: block;
    width: 100%;
    line-height: 1.4;
    padding: 20px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .button-type01.size-l {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 18px 10px;
  }
  .button-type02 {
    display: block;
    width: 100%;
    line-height: 1.4;
    padding: 20px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .button-type02[name="onemore"] {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .button-type02.disable {
    opacity: 0.35;
  }
  .button-group01 {
    margin: 15px 0;
    text-align: center;
  }
  .button-group01 {
    margin: 15px 0;
  }

  .tag-type02 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 17px;
    padding: 0 10px;
    margin-right: 5px;
  }

  .signtext--solicitationpolicy {
    margin-block: 40px;
  }

  .dl-list01 {
    margin: 0;
  }
  .dl-list01 span {
    left: 10px;
  }

  .form-link {
    padding: 10px 0 10px 42px;
  }

  .form-block01 {
    margin: 20px 0 30px;
  }
  .form-block01 .tag-type02 {
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: baseline;
  }
  .form-block01__row {
    margin: 15px 0;
  }
  .form-block01__heading {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .form-block01__input {
    margin: 5px 0;
  }
  .form-block01__text {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 5px 0 20px;
    padding-left: 10px;
  }
  .annotation {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .input-type01.size-m {
    max-width: 600px;
  }
  .input-type01.size-s {
    max-width: 200px;
  }
  [type="text"].input-type01 {
    height: 40px;
  }
  textarea.input-type01 {
    height: 110px;
  }
  .input-list01 li {
    width: 100%;
    margin: 3px 0;
  }
  .input-list01.type-sp-column2 li {
    width: calc((100% / 2) - 5px);
    margin-right: 10px;
  }
  .input-list01.type-sp-column2 li:nth-child(2n) {
    margin-right: 0;
  }
  .input-list01.type-sp-column3 li {
    width: calc((100% / 3) - 7px);
    margin-right: 10px;
  }
  .input-list01.type-sp-column3 li:nth-child(3n) {
    margin-right: 0;
  }
  .checkbox-type01.type-horizon {
    padding-top: 8px;
  }
  .checkbox-type01__text {
    padding: 0 0 0 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .checkbox-type01__text:before {
    width: 16px;
    height: 16px;
  }
  .checkbox-type01__text:after {
    font-size: 12px;
    top: 3px;
    left: 2px;
  }

  .name_area-box_common {
    max-width: 295px;
    width: calc((100% / 2) - 5px);
    margin-right: 10px;
  }
  .name_area-box_common:nth-child(2n) {
    margin-right: 0;
  }

  .agreement-block01 {
    height: 110px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 13px;
  }
  .agreement-block01 tr,.agreement-block01 td {
    background-color: #ffffff;
    width: auto;
  }

  .font-size-s-sp {
    font-size: 1.2rem;
  }
  .font-size-sb-sp {
    font-size: 1.4rem;
  }
  .heading-type03.font-size-m-sp {
    font-size: 1.4rem;
  }
  .font-size-ms-sp {
    font-size: 1.6rem;
  }
  .font-size-m-sp {
    font-size: 2.2rem;
  }
  .no-space {
    margin: 0;
    padding: 0;
  }

  .content__ourbrand{
    display: block;
    width: 100%;
  }
  .content__ourbrand-item{
    display: flex;
    padding-bottom: 40px;
    box-sizing: border-box;
    margin:auto;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #content01.content__ourbrand{
    margin:20px auto 0;
  }
  .content__ourbrand-img{
    width:100%;
    padding:0 0 20px;
  }
  .content__ourbrand-img img{
    width:100%;
    vertical-align:middle;
  }
  .content__ourbrand-detail{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    width:100%;
    margin: 0 auto 20px;
  }
  .content__ourbrand-detail:after{
    position:absolute;
    width:1px;
    height:calc(100% - 16px);
    background:#D8D8D8;
    top:0;
    right:0;
    display:block;
    content:"";
  }
  .content__ourbrand-detail.round:after{
    position:absolute;
    width:1px;
    height:100%;
    background:#D8D8D8;
    top:0;
    right:0;
    display:block;
    content:"";
  }
  .content__ourbrand-title{
    width:100%;
  }
  .content__ourbrand-title-inner{
    position:relative;
    display:flex;
    align-items: start;
    line-height: 1;
    width: 100%;
    justify-content: space-between;
    font-size:40px;
    padding:20px 16px 0;
    box-sizing:border-box;
    font-weight:normal;
    white-space: nowrap;
    word-break: break-all;
    font-family: "arial";
    border-top:1px solid #D8D8D8;
  }
  .content__ourbrand-title-inner.auspice{
    font-weight:normal;
    white-space: normal;
    word-break: break-all;
  }
  .content__ourbrand-title-inner.auspice .content__ourbrand-tag{
    top:108px;
  }

  .content__ourbrand-title-inner.property span{
    padding:0 0 60px;
  }
  .content__ourbrand-title-inner.property .content__ourbrand-tag{
    top:62px;
    padding:8px;
  }

  .content__ourbrand-title .content__ourbrand-tag{
    position:absolute;
    top:90px;
    left:16px;
    font-size:12px;
    display:inline-block;
    color:#ffffff;
    text-align:center;
    padding:8px;
    box-sizing:border-box;
    background:#555555;
    font-weight:100;
  }
  .content__ourbrand-ex{
    width:100%;
    font-size:12px;
    color:#303030;
    padding:4px 16px 68px;
    box-sizing:border-box;
    font-weight:normal;
  }
  .content__ourbrand-heading{
    font-size:20px;
    margin:0 0 28px;
  }
  .content__ourbrand-text:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 20px;
    background: #ffffff;
    z-index: 1;
  }
  .content__ourbrand-text a{
    position:relative;
    align-items: center;
    justify-content: center;
    display:flex;
    border: 3px solid #EC510F;
    padding:12px 0;
    text-align:center;
    text-decoration:none;
    margin-top:16px;
    color: #EC510F;
  }

  .content__ourbrand-text a:before{
    content:"";
    display:block;
    width: 12px;
    height: 12px;
    background: url(/assets/img/ico_external.svg) 0 -12px no-repeat;
    background-size: 12px;
    margin:0 4px 0 0;
  }
  .content__ourbrand-text{
    position:relative;
    width:100%;
    padding:0 16px 20px;
    box-sizing:border-box;
    margin-top:auto;
  }

  .content__ourbrand-detail.round .content__ourbrand-text:after{
    display:none;
  }
  .content__ourbrand-text.free{
    margin-top:inherit;
  }
  .content__ourbrand-text.free:before{
    position:absolute;
    content:"";
    display:block;
    width:100%;
    height:1px;
    bottom:0;
    right:0;
    background:#D8D8D8;
  }
  .content__ourbrand-tips{
    display: flex;
    align-items: center;
    width:100%;
    background:#D8D8D8;
    padding:20px 16px;
    box-sizing:border-box;
  }
  .content__ourbrand-btn{
    margin:-40px auto 40px;
  }
  .content__ourbrand-btn a{
    position:relative;
    width:78%;
    max-width:700px;
    align-items: center;
    justify-content: center;
    display:flex;
    border:1px solid #303030;
    padding:12px 0;
    text-align:center;
    text-decoration:none;
    margin:0 auto ;
  }
  .content__ourbrand-btn a.external:before{
    content:"";
    display:block;
    width: 12px;
    height: 12px;
    background: url(/assets/img/ico_external.svg) 0 0 no-repeat;
    background-size: 12px;
    margin:0 4px 0 0;
  }
  .ourbrand .top-content__item.top07{
    height:auto;
    margin-bottom:80px;
    padding:48px 0;
  }

  .circlepagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    padding: 20px;
    background: #231815;
    border-radius: 50%;
    z-index:10;
  }
  .circlepagetop:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 3px #fff;
    border-left: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -6px;
  }
}
