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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ----------------------------------------------------------------
	base
----------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}
@media all and (-ms-high-contrast: none) {
  body,
  button,
  input,
  select,
  textarea {
    font-family: Meiryo, "メイリオ", "MyYuGothicM", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  }
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html:lang(ja) body {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media (max-width: 980px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
  line-height: 2;
}

ol {
  padding: 0;
  margin: 0;
}
ol li {
  line-height: 2;
}

dl {
  line-height: 2;
}

p {
  line-height: 2.2;
}

a {
  color: #ce3636;
  text-decoration: underline;
  outline: 0 none;
}
a:hover, a:active {
  color: #ce3636;
  text-decoration: none;
}

figure {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

img {
  border: 0;
  line-height: 1;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ----------------------------------------------------------------
	header
----------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media (max-width: 767px) and (orientation: landscape) {
  .header {
    position: absolute;
  }
}
.header:before {
  content: "";
  display: block;
  background: #ee8100;
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .header:before {
    height: 58px;
  }
}
.header__logo {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
}
.header__logo h1 {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1170px) {
  .header__logo h1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .header__logo h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header__logo a {
  display: block;
  overflow: hidden;
  height: 0;
  width: 242px;
  padding: 70px 0 0 0;
  line-height: 2;
  background: url(/miyaji-lab/basic-seccap/images/logo.png) no-repeat 50% 50%;
  background-size: auto 33px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .header__logo a {
    padding-top: 58px;
    background-size: auto 28px;
    width: 210px;
  }
}
.header #nav {
  position: relative;
  max-width: 1170px;
  min-height: 70px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1170px) {
  .header #nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 980px) {
  .header #nav {
    padding: 0;
  }
}
.header__nav {
  z-index: 4;
  position: relative;
  margin: 0 0 0 400px;
  padding: 0;
}
.header__nav:before, .header__nav:after {
  display: table;
  content: '';
}
.header__nav:after {
  clear: both;
}
@media (max-width: 980px) {
  .header__nav {
    margin-left: 285px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .header__nav {
    margin-left: 255px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #ee8100;
  }
}
.header__nav > li > a:before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -0.5em 0 0 0;
  background: #fff;
}
@media (max-width: 767px) {
  .header__nav > li > a:before {
    display: none;
  }
}
.header__nav > li:last-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -0.5em 0 0 0;
  background: #fff;
}
@media (max-width: 767px) {
  .header__nav > li:last-child:after {
    display: none;
  }
}
.header__nav li {
  float: left;
  width: 22%;
  text-align: center;
  display: block;
  background-repeat: no-repeat;
  position: relative;
}
.header__nav li.has-submenu {
  width: 34%;
}
@media (max-width: 767px) {
  .header__nav li.has-submenu {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__nav li {
    float: none;
    width: 100%;
    border-top: 1px dotted #fff;
  }
}
.header__nav li:first-child {
  display: none;
}
@media (max-width: 767px) {
  .header__nav li:first-child {
    display: block;
    border-top: 0 none;
  }
}
.header__nav li a {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0;
  text-decoration: none;
  color: #fff;
  line-height: 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) {
  .header__nav li a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .header__nav li a {
    line-height: 1;
    font-size: 16px;
    padding: 20px 0;
    text-align: left;
  }
}
@media (max-width: 360px) {
  .header__nav li a {
    padding: 15px 0;
  }
}
.header__nav li a span {
  position: relative;
}
@media (max-width: 767px) {
  .header__nav li a span {
    padding-left: 15px;
    background: url(/miyaji-lab/basic-seccap/images/arrow.png) no-repeat 0 50%;
    background-size: 7px 11px;
    margin-left: 20px;
  }
}
.header__nav li a span:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
}
@media (min-width: 981px) {
  .header__nav li a span:before {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media (max-width: 767px) {
  .header__nav .has-submenu {
    border-bottom: none;
  }
}
.header__nav .has-submenu span {
  padding-left: 20px;
  background: url(/miyaji-lab/basic-seccap/images/arrow_down.png) no-repeat 0 50%;
  background-size: 11px 7px;
}
@media (max-width: 767px) {
  .header__nav .has-submenu span {
    padding-left: 15px;
    background: url(/miyaji-lab/basic-seccap/images/arrow.png) no-repeat 0 50%;
    background-size: 7px 11px;
  }
}
.header__nav .has-submenu:hover ul {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  max-height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__nav .has-submenu ul {
  padding: 10px 20px 15px 20px;
  background-color: #ee8100;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
@media (max-width: 767px) {
  .header__nav .has-submenu ul {
    padding: 10px 0 15px 0;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    max-height: 100%;
    border-top: 1px dotted #fff;
  }
}
.header__nav .has-submenu ul li {
  width: 100%;
  float: none;
}
.header__nav .has-submenu ul li:first-child {
  display: block;
}
@media (max-width: 767px) {
  .header__nav .has-submenu ul li {
    padding: 0 0 0 20px;
    border: none;
    margin: 0;
  }
}
.header__nav .has-submenu ul li a {
  font-size: 13px;
  line-height: 45px;
  text-align: left;
  padding-left: 15px;
  background: url(/miyaji-lab/basic-seccap/images/arrow.png) no-repeat 0 50%;
  background-size: 7px 11px;
}
@media (max-width: 767px) {
  .header__nav .has-submenu ul li a {
    line-height: 1em;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 360px) {
  .header__nav .has-submenu ul li a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

#buildMenuButton {
  display: none;
  z-index: 4;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 58px;
  height: 58px;
  cursor: pointer;
  background: #ee8100 url(/miyaji-lab/basic-seccap/images/menu-open.png) no-repeat 50% 50%;
  background-size: auto 32px;
}
@media (max-width: 767px) {
  #buildMenuButton {
    display: block;
  }
}
#buildMenuButton span {
  position: relative;
  z-index: 1;
  display: block;
  width: 58px;
  height: 58px;
  background: #ee8100 url(/miyaji-lab/basic-seccap/images/menu-close.png) no-repeat 50% 50%;
  background-size: auto 32px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.build-menu-animating #nav ul {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.build-menu-animating.build-menu-open #nav ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.build-menu-animating.build-menu-open #buildMenuButton span {
  opacity: 1;
}

/* ----------------------------------------------------------------
	footer
----------------------------------------------------------------- */
.footer {
  background-color: #f5f5f5;
  color: #333;
  margin: 80px 0 0 0;
  padding: 60px 0 0 0;
  position: relative;
}
@media (max-width: 980px) {
  .footer {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 30px;
    margin: 40px 0 0 0;
  }
}
.footer__contact {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer__contact {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer__contact h2 {
  text-align: center;
  margin: 0 0 25px 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #333;
}
@media (max-width: 980px) {
  .footer__contact h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .footer__contact h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.footer__contact--mail {
  text-align: center;
}
.footer__contact--mail a {
  background: #ee8100;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 40px;
}
@media (min-width: 981px) {
  .footer__contact--mail a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media (max-width: 767px) {
  .footer__contact--mail a {
    font-size: 16px;
  }
}
@media (min-width: 981px) {
  .footer__contact--mail a:hover {
    opacity: 0.7;
  }
}
.footer__contact--mail a span {
  padding: 0 0 0 28px;
  background: url(/miyaji-lab/basic-seccap/images/mail-icon.png) no-repeat 0 50%;
  background-size: 22px 15px;
}
@media (max-width: 767px) {
  .footer__contact--mail {
    margin-top: 20px;
    text-align: center;
  }
}
.footer__address {
  padding: 0 0 60px 0;
}
@media (max-width: 980px) {
  .footer__address {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer__address {
    padding-bottom: 30px;
  }
}
.footer__address address {
  text-align: center;
  margin: 0 0 30px 0;
  font-style: normal;
}
@media (max-width: 767px) {
  .footer__address address {
    margin-bottom: 20px;
  }
}
.footer__address address p {
  border: 2px solid #888888;
  background-color: #fff;
  max-width: 85%;
  margin: 0 auto 30px auto;
  padding: 20px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .footer__address address p {
    margin-bottom: 15px;
    padding: 15px;
    max-width: 100%;
  }
  .footer__address address p br {
    display: none;
  }
}
.footer__address address .org {
  font-size: 16px;
  display: block;
}
.footer__address address .adr {
  margin: 3px 0 0 0;
  font-size: 14px;
  display: block;
}
@media (max-width: 767px) {
  .footer__address address .adr {
    font-size: 13px;
  }
}
.footer__address address span {
  line-height: 1.8;
}
.footer__address address img {
  max-width: 435px;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .footer__address address img {
    max-width: 300px;
    padding: 0 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 360px) {
  .footer__address address img {
    max-width: 80%;
  }
}
.footer small {
  display: block;
  text-align: center;
  padding: 5px 0;
  margin: 0;
  font-size: 12px;
  line-height: 30px;
  background-color: #333;
  color: #fff;
  width: 100%;
}

/* ----------------------------------------------------------------
	pagetop
----------------------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  line-height: 1;
}
#pagetop:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/miyaji-lab/basic-seccap/images/pagetop.png) no-repeat 0 0;
  background-size: 54px auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  #pagetop:before {
    background-size: 32px auto;
  }
}
#pagetop a {
  height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 74px;
  padding-top: 74px;
}
@media (max-width: 767px) {
  #pagetop a {
    width: 42px;
    padding-top: 42px;
  }
}
@media (min-width: 1180px) {
  #pagetop {
    right: auto;
    left: 50%;
    margin-left: 520px;
  }
  #pagetop:before {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  #pagetop:hover:before {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* ----------------------------------------------------------------
	common
----------------------------------------------------------------- */
/* scrollbox
----------------------------------------------------------------------*/
.scroll-desc {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .scroll-desc {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .scroll-desc:before {
    content: "\5DE6\53F3\306B\52D5\304B\3057\3066\3054\89A7\304F\3060\3055\3044";
    display: block;
    color: #666;
    font-size: 11px;
    line-height: 1;
    margin: 0 0 5px 0;
  }
}
.scroll-desc figure {
  margin: 0;
}

@media (max-width: 767px) {
  .scroll-wrapper {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.scroll-wrapper .scroll-box {
  margin: 0;
}
@media (max-width: 767px) {
  .scroll-wrapper .scroll-box {
    width: 800px;
    padding: 10px;
  }
}

/* YouTube, Google Map etc */
.embed-iframe {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .embed-iframe {
    margin: 15px auto;
  }
}
.embed-iframe.gallery {
  padding-top: 0;
  height: 400px;
  width: 300px;
  margin-top: 0;
  margin-bottom: 0;
}

.embed-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*multi colum*/
.col {
  -js-display: flex;
  /*IE9*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col__box {
  position: relative;
}

.col6 .col__box {
  width: 15.5%;
  margin-right: 1.4%;
}
@media (max-width: 767px) {
  .col6 .col__box {
    width: 30%;
    margin-right: 5%;
  }
}
.col6 .col__box:nth-child(6n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col6 .col__box:nth-child(6n) {
    margin-right: 5%;
  }
}
@media (max-width: 767px) {
  .col6 .col__box:nth-child(3n) {
    margin-right: 0;
  }
}

.col5 .col__box {
  width: 18.5%;
  margin-right: 1.875%;
}
@media (max-width: 767px) {
  .col5 .col__box {
    width: 47%;
    margin-right: 6%;
  }
}
.col5 .col__box:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col5 .col__box:nth-child(5n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .col5 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

.col4 .col__box {
  width: 23.5%;
  margin-right: 2%;
}
@media (max-width: 767px) {
  .col4 .col__box {
    width: 47%;
    margin-right: 6%;
  }
}
.col4 .col__box:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col4 .col__box:nth-child(4n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .col4 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

.col3 .col__box {
  width: 30%;
  margin-right: 5%;
}
@media (max-width: 767px) {
  .col3 .col__box {
    width: 47%;
    margin-right: 6%;
  }
}
.col3 .col__box:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col3 .col__box:nth-child(3n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .col3 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

.col2 .col__box {
  width: 47%;
  margin-right: 6%;
}
.col2 .col__box:nth-child(2n) {
  margin-right: 0;
}

/*
.col6 .col__box:nth-child(n+7),
.col5 .col__box:nth-child(n+6),
.col4 .col__box:nth-child(n+5),
.col3 .col__box:nth-child(n+4),
.col2 .col__box:nth-child(n+3) {
	margin-top: 0px;
}
*/
@media (max-width: 767px) {
  .sp--none {
    display: none !important;
  }
}

/* ----------------------------------------------------------------
	content
----------------------------------------------------------------- */
.content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.content:before, .content:after {
  display: table;
  content: '';
}
.content:after {
  clear: both;
}
@media (max-width: 1040px) {
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ----------------------------------------------------------------
	main
----------------------------------------------------------------- */
.wrap {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ----------------------------------------------------------------
	home
----------------------------------------------------------------- */
.hero_box {
  background-color: #eaeaea;
  padding: 110px 0 0 0;
}
@media (max-width: 1170px) {
  .hero_box {
    background-color: #fff;
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .hero_box {
    padding-top: 58px;
  }
}

.hero {
  position: relative;
  background-color: #eaeaea;
  overflow: hidden;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1170px) {
  .hero {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .hero {
    margin-top: 0;
  }
}
.hero:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero:after {
  content: "";
  display: block;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-color: transparent #2d287e transparent #2d287e;
  border-radius: 100%;
  font-size: 0;
  line-height: 0;
  opacity: 1;
  -webkit-animation: rotate-loading 1s linear 0s infinite;
  animation: rotate-loading 1s linear 0s infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hero__text {
  position: relative;
  z-index: 1;
  height: 0;
  margin: 0 auto;
  padding-top: 38%;
  max-width: 1170px;
  line-height: 2;
}
@media (max-width: 1170px) {
  .hero__text {
    padding-top: 35%;
  }
}
@media (max-width: 767px) {
  .hero__text {
    padding-top: 56.25%;
  }
}
.hero #heroLoading {
  background-image: url(/miyaji-lab/basic-seccap/images/main.jpg);
}
@media (max-width: 767px) {
  .hero #heroLoading {
    background-image: url(/miyaji-lab/basic-seccap/images/main--sp.jpg);
  }
}
html:lang(en) .hero #heroLoading {
  background-image: url(/miyaji-lab/basic-seccap/images/main--en.jpg);
}
@media (max-width: 767px) {
  html:lang(en) .hero #heroLoading {
    background-image: url(/miyaji-lab/basic-seccap/images/main--sp--en.jpg);
  }
}
.hero--loaded .hero:before {
  background: url(/miyaji-lab/basic-seccap/images/main.jpg) no-repeat 50% 0;
  background-size: 100% auto;
  -webkit-animation: fadeIn 3s;
  animation: fadeIn 3s;
  -webkit-animation: zoom120to100 3s;
  animation: zoom120to100 3s;
}
@media (max-width: 1170px) {
  .hero--loaded .hero:before {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .hero--loaded .hero:before {
    background-image: url(/miyaji-lab/basic-seccap/images/main--sp.jpg);
  }
}
.hero--loaded .hero:after {
  opacity: 0;
  -webkit-animation: rotate-loading 1s linear 0s 1;
  animation: rotate-loading 1s linear 0s 1;
}
.hero--loaded .hero #heroLoading {
  background: none;
}
html:lang(en).hero--loaded .hero:before {
  background-image: url(/miyaji-lab/basic-seccap/images/main--en.jpg);
}
@media (max-width: 767px) {
  html:lang(en).hero--loaded .hero:before {
    background-image: url(/miyaji-lab/basic-seccap/images/main--sp--en.jpg);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoom120to100 {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom120to100 {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
main h2 {
  text-align: center;
  margin: 0 0 25px 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #333;
}
@media (max-width: 980px) {
  main h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  main h2 {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
}
main h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border-bottom: 3px solid #ddd;
  background-repeat: no-repeat;
  background-position: 0 5px;
}
@media (max-width: 980px) {
  main h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  main h3 {
    font-size: 16px;
    background-position: 0 3px;
  }
}
main h4 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
  margin: 20px 0 15px 0;
}
@media (max-width: 980px) {
  main h4 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  main h4 {
    font-size: 14px;
  }
}
main h5 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  border-bottom: 3px solid #ddd;
}
@media (max-width: 980px) {
  main h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  main h5 {
    font-size: 16px;
    margin: 0;
  }
}


.officer {
  float: right;
  width: 250px;
  margin: 0.5em 0 20px 20px;
}
@media (max-width: 767px) {
  .officer {
    width: 150px;
    margin: 0.5em 0 10px 10px;
  }
}
.officer .post {
  color: #666;
  font-weight: normal;
  font-size: 80%;
  display: block;
  padding: 0 0 0.33em 0;
}
@media (max-width: 767px) {
  .officer .post {
    font-size: 90%;
  }
}
.officer .belong {
  color: #666;
  font-weight: normal;
  font-size: 80%;
  display: block;
  padding: 0.33em 0 0 0;
}
@media (max-width: 767px) {
  .officer .belong {
    font-size: 90%;
  }
}
.officer figcaption {
  padding: 0.5em 0 0 0;
  display: block;
  font-weight: bold;
}
@media (max-width: 767px) {
  .officer figcaption {
    font-size: 90%;
  }
}
.target-section{
clear:both;
}
.target-section:before,
.target-section:after{
content:'';
display:table;
}
.target-section:after{
clear:both;
}
main .red {
  color: #de3f00;
}
main .wrap > section {
  margin: 60px 0 0 0;
}
@media (max-width: 980px) {
  main .wrap > section {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 767px) {
  main .wrap > section {
    margin: 30px 0 0 0;
  }
}
main p strong {
  display: block;
}
@media (max-width: 767px) {
  main p br {
    display: none;
  }
}
main #greeting li {
  list-style-type: disc;
  margin-left: 20px;
}
main .course {
  line-height: 1.5;
}
main .course-caption {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 980px) {
  main .course-caption {
    font-size: 20px;
  }
}
main .course h3 {
  color: #f57809;
  position: relative;
}
@media (max-width: 980px) {
  main .course h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  main .course h3 {
    font-size: 20px;
  }
}
main .course h3 span {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  main .course h3 span {
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  main .course h3 span {
    position: static;
    display: block;
    padding-top: 5px;
  }
}
main .course-wrap {
  float: left;
  width: 75%;
  padding-right: 5%;
}
@media (max-width: 767px) {
  main .course-wrap {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
main .course-txt {
  max-width: 550px;
  margin: 30px auto 15px auto;
}
main .course-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  padding-top: 300px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  main .course-img {
    position: static;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
main .course__base h3 {
  color: #2d287e;
  background-image: url(/miyaji-lab/basic-seccap/images/listmark1.png);
  background-size: 18px auto;
  padding-left: 25px;
}
main .course__base-box {
  border: solid 3px #9896c3;
  padding: 25px 30px;
}
@media (max-width: 767px) {
  main .course__base-box {
    padding: 20px 15px;
  }
}
main .course__base-box div {
  margin: 0 0 10px 0;
}
main .course__base-box div > div {
  position: relative;
}
main .course__base-box div > div:before {
  content: counter(chapter) ".";
  counter-increment: chapter;
  color: #333;
  width: 2em;
  height: 1.6em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  main .course__base-box div > div:before {
    font-size: 13px;
  }
}
main .course__base-box div > div span {
  padding: 0 0 0 25px;
  display: block;
}
@media (max-width: 767px) {
  main .course__base-box div > div span {
    padding: 0 0 0 20px;
  }
}
main .course__special {
  border: solid 3px #f49e16;
  border-bottom: none;
  padding: 25px 30px;
}
@media (max-width: 767px) {
  main .course__special {
    padding: 20px 15px;
  }
}
main .course__special h3 {
  background-image: url(/miyaji-lab/basic-seccap/images/listmark.png);
  background-size: 18px auto;
  padding-left: 25px;
}
main .course__special-box {
  position: relative;
}
main .course__special-box:before, main .course__special-box:after {
  display: table;
  content: '';
}
main .course__special-box:after {
  clear: both;
}
main .course__special-box div {
  margin: 0 0 10px 0;
}
main .course__special .course-img {
  width: 20%;
  background-image: url(/miyaji-lab/basic-seccap/images/img1.jpg);
  background-size: 175px auto;
}
@media (max-width: 980px) {
  main .course__special .course-img {
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  main .course__special .course-img {
    width: 100%;
    padding-top: 230px;
    background-image: url(/miyaji-lab/basic-seccap/images/img1--sp.jpg);
    background-size: 260px auto;
  }
}
html:lang(en) main .course__special .course-img {
  background-image: url(/miyaji-lab/basic-seccap/images/img1--en.jpg);
}
@media (max-width: 767px) {
  html:lang(en) main .course__special .course-img {
    background-image: url(/miyaji-lab/basic-seccap/images/img1--sp--en.jpg);
  }
}
main .course__special-line {
  position: relative;
  border-left: 3px solid #ccc;
  border-right: 3px solid #ccc;
}
main .course__special-line:before, main .course__special-line:after {
  display: block;
  width: 22px;
  height: 100%;
  background-position: top left , bottom left;
  background-repeat: no-repeat;
  background-size: 22px auto;
  position: absolute;
  top: 0;
}
main .course__special-line:before {
  content: "";
  left: -3px;
  background-image: url(/miyaji-lab/basic-seccap/images/corner_1.png), url(/miyaji-lab/basic-seccap/images/corner_2.png);
}
main .course__special-line:after {
  content: "";
  right: -3px;
  background-image: url(/miyaji-lab/basic-seccap/images/corner_2.png), url(/miyaji-lab/basic-seccap/images/corner_1.png);
}
main .course__special-line > div {
  padding: 20px 30px 5px 30px;
  counter-reset: chapter;
}
@media (max-width: 767px) {
  main .course__special-line > div {
    padding: 20px 15px 5px 20px;
  }
}
main .course__special-line div > div {
  position: relative;
}
main .course__special-line div > div:before {
  content: "Topics " counter(chapter);
  counter-increment: chapter;
  color: #f57809;
  background: #ffeed3;
  width: 5em;
  height: 1.7em;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.7;
  text-align: center;
}
main .course__special-line div > div span {
  padding: 25px 0 0 0;
  display: block;
}
main .course-ma {
  border: solid 3px #f49e16;
  padding: 35px 30px 50px 30px;
}
@media (max-width: 767px) {
  main .course-ma {
    padding: 20px 15px 30px 20px;
  }
}
main .course-ma h3 {
  background-image: url(/miyaji-lab/basic-seccap/images/listmark.png);
  background-size: 18px auto;
  padding-left: 25px;
}
main .course-ma .course-box {
  position: relative;
}
main .course-ma .course-box:before, main .course-ma .course-box:after {
  display: table;
  content: '';
}
main .course-ma .course-box:after {
  clear: both;
}
main .course-ma .course-box ol {
  padding-left: 30px;
}
@media (max-width: 767px) {
  main .course-ma .course-box ol {
    padding-left: 15px;
  }
}
main .course-ma .course-img {
  width: 20%;
  padding-top: 350px;
  background-image: url(/miyaji-lab/basic-seccap/images/img2.jpg);
  background-size: 175px auto;
}
@media (max-width: 980px) {
  main .course-ma .course-img {
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  main .course-ma .course-img {
    width: 100%;
    padding-top: 230px;
    background-image: url(/miyaji-lab/basic-seccap/images/img2--sp.jpg);
    background-size: 260px auto;
  }
}
html:lang(en) main .course-ma .course-img {
  background-image: url(/miyaji-lab/basic-seccap/images/img2--en.jpg);
}
@media (max-width: 767px) {
  html:lang(en) main .course-ma .course-img {
    background-image: url(/miyaji-lab/basic-seccap/images/img2--sp--en.jpg);
  }
}
main .course__maneuvers {
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  main .course__maneuvers {
    margin-top: 20px;
  }
}
main .level {
  margin: 50px 0 0 0;
}
@media (max-width: 767px) {
  main .level {
    margin: 30px 0 0 0;
  }
}
main .level p {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  padding: 0 0 5px 0;
  border-bottom: solid 3px #ddd;
}
@media (max-width: 980px) {
  main .level p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  main .level p {
    font-size: 18px;
  }
}
main .level dl {
  background-color: #f5f5f5;
  padding: 20px;
}
main .level dl dt {
  font-weight: bold;
}
@media (max-width: 767px) {
  main .level dl dd {
    margin: 0;
  }
}
main .level img {
  width: 940px;
}
main .seccap > section {
  margin: 70px 0 45px 0;
}
@media (max-width: 980px) {
  main .seccap > section {
    margin: 50px 0 45px 0;
  }
}
@media (max-width: 767px) {
  main .seccap > section {
    margin: 40px 0 25px 0;
  }
}
main .seccap > section > section {
  margin: 20px 0 70px 0;
}
@media (max-width: 767px) {
  main .seccap > section > section {
    margin-bottom: 30px;
  }
}
main .seccap h3 {
  position: relative;
  background-color: #ef960a;
  padding: 0.9em;
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin: 0 0 35px 0;
  border-bottom: none;
}
@media (max-width: 980px) {
  main .seccap h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  main .seccap h3 {
    font-size: 18px;
    padding: 0.8em;
    margin: 0 0 20px 0;
  }
}
main .seccap h3:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 10px solid #ef960a;
}
main .seccap h5 {
  font-size: 20px;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  border-bottom: 3px solid #ddd;
  line-height: 1;
}
@media (max-width: 980px) {
  main .seccap h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  main .seccap h5 {
    font-size: 16px;
    line-height: 1.3;
  }
}
main .seccap p {
  margin: 0;
}
main .seccap img {
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  main .seccap img {
    margin: 0;
  }
}
main .seccap__course {
  border: solid 3px #ef960a;
  padding: 35px 40px;
}
@media (max-width: 980px) {
  main .seccap__course {
    padding: 35px 30px;
  }
}
@media (max-width: 767px) {
  main .seccap__course {
    padding: 25px 15px 15px 15px;
  }
}
main .seccap__course section {
  margin: 0 0 30px 0;
}
main .seccap__course section:last-child {
  margin: 0;
}
main .seccap__course h4 {
  text-align: center;
  border: none;
  color: #f57809;
  font-size: 26px;
  margin: 0 0 30px 0;
}
@media (max-width: 980px) {
  main .seccap__course h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  main .seccap__course h4 {
    font-size: 19px;
    margin: 0 0 15px 0;
  }
}
main .seccap__course h4 span {
  display: block;
  font-size: 17px;
  font-weight: 400;
  padding: 5px 0 0 0;
}
@media (max-width: 767px) {
  main .seccap__course h4 span {
    font-size: 15px;
    padding: 0;
  }
}
main .seccap__base {
  margin: 0;
}
main .seccap__base > section {
  margin: 0 0 40px 0 !important;
}
@media (max-width: 767px) {
  main .seccap__base > section {
    margin: 0 0 25px 0 !important;
  }
}
main .seccap__base h3 {
  background-color: #36b8ca;
  counter-reset: chapter;
}
@media (max-width: 767px) {
  main .seccap__base h3 {
    margin: 0 0 25px 0;
  }
}
main .seccap__base h3:after {
  border-top: 10px solid #36b8ca;
}
main .seccap__base section > h4 {
  position: relative;
  border-bottom: 3px solid #ddd;
  padding: 0 0 10px 0;
  line-height: 1.3;
  font-size: 20px;
}
@media (max-width: 980px) {
  main .seccap__base section > h4 {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  main .seccap__base section > h4 {
    font-size: 16px;
  }
}
main .seccap__base section > h4:before {
  content: counter(chapter) ".";
  counter-increment: chapter;
  color: #333;
  width: 2em;
  height: 1.3em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 980px) {
  main .seccap__base section > h4:before {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  main .seccap__base section > h4:before {
    font-size: 16px;
  }
}
main .seccap__base section > h4 span {
  padding: 0 0 0 30px;
  display: block;
}
@media (max-width: 980px) {
  main .seccap__base section > h4 span {
    padding: 0 0 0 28px;
  }
}
@media (max-width: 767px) {
  main .seccap__base section > h4 span {
    padding: 0 0 0 25px;
  }
}
main .seccap__special h3 {
  margin: 0 0 45px 0;
}
@media (max-width: 767px) {
  main .seccap__special h3 {
    margin: 0 0 25px 0;
  }
}
main .seccap__special h4 {
  counter-reset: chapter;
}
main .seccap__special h5 {
  position: relative;
}
main .seccap__special h5:before {
  content: "Topics " counter(chapter);
  counter-increment: chapter;
  color: #fff;
  background: #ef960a;
  width: 5.5em;
  height: 1.6em;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 980px) {
  main .seccap__special h5:before {
    font-size: 12px;
  }
}
main .seccap__special h5 span {
  padding: 0 0 0 90px;
}
@media (max-width: 980px) {
  main .seccap__special h5 span {
    padding: 0 0 0 80px;
  }
}
@media (max-width: 767px) {
  main .seccap__special h5 span {
    padding: 30px 0 0 0;
    display: block;
  }
}
main .seccap__special img {
  max-width: 705px;
}
@media (max-width: 980px) {
  main .seccap__special img {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  main .seccap__special img {
    max-width: 100%;
  }
}
main .seccap__special dl dt {
  font-weight: bold;
}
main .seccap__special dl dd {
  margin: 0;
}
main .seccap__maneuvers .img-1 {
  max-width: 450px;
}
@media (max-width: 980px) {
  main .seccap__maneuvers .img-1 {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  main .seccap__maneuvers .img-1 {
    max-width: 80%;
  }
}
main .seccap__maneuvers .img-2 {
  max-width: 800px;
}
@media (max-width: 980px) {
  main .seccap__maneuvers .img-2 {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  main .seccap__maneuvers .img-2 {
    max-width: 85%;
  }
}
main .seccap__advanced .img-3 {
  max-width: 600px;
}
@media (max-width: 980px) {
  main .seccap__advanced .img-3 {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  main .seccap__advanced .img-3 {
    max-width: 100%;
  }
}

/* ----------------------------------------------------------------
	common
----------------------------------------------------------------- */
#breadcrumbs {
  background: #f5f5f5;
  margin: 100px 0 0 0;
}
@media (max-width: 980px) {
  #breadcrumbs {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  #breadcrumbs {
    margin-top: 50px;
  }
}
#breadcrumbs ol {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#breadcrumbs ol:before, #breadcrumbs ol:after {
  display: table;
  content: '';
}
#breadcrumbs ol:after {
  clear: both;
}
@media (max-width: 1040px) {
  #breadcrumbs ol {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #breadcrumbs ol {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#breadcrumbs ol li {
  margin: 0;
  padding: 0 0.5em 0 1em;
  position: relative;
  float: left;
}
#breadcrumbs ol li:before {
  content: "\3E";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline;
  margin-top: -0.5em;
  line-height: 1;
}
#breadcrumbs ol li:first-child {
  padding-left: 0;
}
#breadcrumbs ol li:first-child:before {
  display: none;
}
#breadcrumbs ol li a {
  padding: 16px 0;
  display: block;
  color: #333;
}
#breadcrumbs ol li > span {
  padding: 16px 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 40em;
}
@media (max-width: 980px) {
  #breadcrumbs ol li > span {
    max-width: 25em;
  }
}
@media (max-width: 767px) {
  #breadcrumbs ol li > span {
    max-width: 15em;
  }
}

/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
