@charset "UTF-8";
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

ul[class] body, h1, h2, h3, h4, p, ul[class], figure, blockquote, dl, dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%; /*display:block*/
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

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

.fa-indent:before {
  content: "\f03c";
}

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

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

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

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

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

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

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

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

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

.fa-bar-chart-o:before {
  content: "\f080";
}

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

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

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

.fa-key:before {
  content: "\f084";
}

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

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

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

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

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

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

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

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

.fa-rss:before {
  content: "\f09e";
}

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

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

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

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

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

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

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-square:before {
  content: "\f0c8";
}

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

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

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

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

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

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

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

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

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

.fa-beer:before {
  content: "\f0fc";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b";
}

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

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

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

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

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

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

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

.fa-crop:before {
  content: "\f125";
}

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

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

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

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

.fa-microphone:before {
  content: "\f130";
}

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

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

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

.fa-bullseye:before {
  content: "\f140";
}

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

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

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e";
}

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

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

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

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

.fa-gbp:before {
  content: "\f154";
}

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

.fa-dropbox:before {
  content: "\f16b";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

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

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

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

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

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

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

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

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

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

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

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

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

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-square:before, .fa-pied-piper:before {
  content: "\f1a7";
}

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

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-recycle:before {
  content: "\f1b8";
}

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

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

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

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

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

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

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

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

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

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

.fa-qq:before {
  content: "\f1d6";
}

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

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

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

.fa-history:before {
  content: "\f1da";
}

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

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

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

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

.fa-bomb:before {
  content: "\f1e2";
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.modal:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
}
.modal-wrapper {
  width: 100%;
  max-width: 80vw;
  width: 1000px;
  height: 1000px;
  max-height: 80vh;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  padding: 0;
}
@media (max-width: 849px) {
  .modal-wrapper {
    max-width: 90vw;
  }
}
.modal-contents {
  overflow: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 20px 30px;
}
.modal-body {
  padding: 0;
}
.modal-close {
  position: absolute;
  top: -50px;
  right: 0px;
  text-decoration: none;
  font-size: 30px;
  color: #fff;
}

.fv-container {
  position: relative;
  height: 100%;
}
.fv-tx {
  text-align: left;
  position: absolute;
  top: 55%;
  left: 0%;
  transform: translate(0%, -50%);
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  box-shadow: 0 1.5rem 1rem -1rem rgba(0, 0, 0, 0.2);
}
.fv-tx .page-title {
  padding: 0;
  margin: 0;
}
.fv-tx p {
  padding-top: 1em;
  margin-bottom: 0;
}
@media (max-width: 849px) {
  .fv-tx {
    margin-top: 1em;
  }
}
@media (max-width: 479px) {
  .fv-tx {
    position: relative;
    display: inline-block;
  }
  .fv-tx p {
    margin: 0;
    font-size: 13px;
  }
}
.fv-pict {
  float: right;
  display: none;
}
.fv-cat {
  height: 555px;
}
@media (max-width: 849px) {
  .fv-cat {
    height: 300px;
  }
}
@media (max-width: 479px) {
  .fv-cat {
    height: 240px;
  }
}
.fv-page {
  height: 360px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #F0F1F4;
}
@media (max-width: 849px) {
  .fv-page {
    height: 220px;
  }
}
.fv-page:before {
  background: inherit;
  filter: blur(30px);
  position: absolute;
  top: -40px;
  left: -40px;
  right: -40px;
  bottom: -40px;
  z-index: -1;
  height: 120%;
  width: 130%;
}
.fv-item {
  height: 360px;
  position: fixed;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 849px) {
  .fv-item {
    height: 220px;
  }
}
.fv-about {
  background: url(/img/fv-about.jpg) center center/cover;
}
.fv-cytokine {
  background: url(/img/fv-cytokine@2x.jpg) center center/cover;
}
.fv-technology {
  background: url(/img/fv-technology@2x.jpg) center center/cover;
}
.fv-professional {
  background: url(/img/fv-professional@2x.jpg) center center/cover;
}
.fv-material {
  background: url(/img/fv-material@2x.jpg) center 70%/cover;
}
.fv-products {
  background: url(/img/fv-products.jpg) center/cover;
}
.fv-products {
  background: url(/img/fv-products.jpg) center/cover;
}
.fv-nd1 {
  background: url(/img/fv-nd1.jpg) center/cover;
}
.fv-nds {
  background: url(/img/fv-nds.jpg) center/cover;
}
.fv-ndpet {
  background: url(/img/fv-ndpet@2x.jpg) center/cover;
}
@media (max-width: 849px) {
  .fv-ndpet {
    background: url(/img/fv-ndpet@2x.jpg) 40% 0/cover;
  }
}
.fv-ndg {
  background: url(/img/fv-ndg.jpg) center/cover;
}
.fv-company {
  background: url(/img/fv-company@2x.jpg) center/cover;
}
.fv-clinic {
  background: url(/img/fv-clinic@2x.jpg) center/cover;
}

body {
  font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  body {
    letter-spacing: 0.02em;
  }
}
@media (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
}

.min, .professional-stitle, .cytokine-mid-tx h4, .about-stitle span, .about-point, .top-cat, .bt-link, .bt-link-s, .page-lead, .page-title, .stitle, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "A1明朝", "A1 Mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
}

.goth, .nd-g__point h3, .product__item-title small, .product__item-red, .contact-content h3, .company-address-title, .nds-tefi h5, .nds-tefi h4, .nds-outline h3, .material-labo-title, .news-content-title, .top-taibantitle, .voice-howto-title, .voice-shop {
  font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

a {
  color: #a3821e;
}

a:hover, a:focus {
  color: #786016;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0em;
}

h1 {
  line-height: 50px;
  font-size: 35px;
}

dt, dd {
  line-height: 1.8;
}

p {
  margin-top: 1.5em;
}

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

h3, .h3 {
  font-size: 24px;
}
h3 span.small, .h3 span.small {
  font-size: 0.8em;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 18px;
  }
}

.stitle {
  font-size: 27px;
}
.stitle span.small {
  font-size: 20px;
}
@media (max-width: 849px) {
  .stitle {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .stitle {
    font-size: 20px;
  }
}

.vertical-rl, .top-cat {
  line-height: 1.6;
  letter-spacing: 0.03em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
}

.tx13 {
  font-size: 13px;
  line-height: 1.6em;
}

.tx14, .nds-tefi p {
  font-size: 14px;
  line-height: 1.6em;
}

.tx15 {
  font-size: 15px;
  line-height: 1.6em;
}

.tx16 {
  font-size: 16px;
  line-height: 1.6em;
}

.tx-gold {
  color: #A3821E;
}

.note, .note-in {
  font-size: 13px;
  line-height: 1.5em;
}
.note-in {
  text-indent: -1em;
  padding-left: 1em;
}

.page-title {
  font-size: 35px;
  padding-bottom: 0.7em;
}
.page-title span {
  font-size: 27px;
  display: block;
}
@media (max-width: 849px) {
  .page-title {
    font-size: 27px;
  }
}
@media (max-width: 479px) {
  .page-title {
    font-size: 22px;
    padding-bottom: 0.4em;
    line-height: 1.4em;
  }
}
.page-lead {
  font-size: 27px;
  padding: 0px 0 0px 0;
  margin-top: 0;
}
@media (max-width: 1049px) {
  .page-lead {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .page-lead {
    font-size: 20px;
  }
}
.page-copy {
  position: fixed;
  font-size: 11px;
  letter-spacing: 0.15em;
  transform: rotate(-90deg);
  top: 350px;
  left: -100px;
  color: #6f6f6f;
  z-index: 10;
  text-transform: uppercase;
  width: 300px;
  text-align: right;
}
@media (max-width: 1049px) {
  .page-copy {
    left: -120px;
  }
}
@media (max-width: 767px) {
  .page-copy {
    display: none;
  }
}
.page-copy span {
  display: inline-block;
  position: relative;
}
.page-copy span:before, .page-copy span:after {
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid #6f6f6f;
  position: absolute;
  top: 10px;
  right: -60px;
}
.page-copy span:after {
  top: 10px;
  left: -60px;
}

.voice {
  border-top: 2px solid rgba(163, 130, 30, 0.6);
  margin: 30px 0 0 0;
}
.voice:not(:last-child) {
  margin-bottom: 80px;
}
.voice-shop {
  background: #e2c15f;
  background: rgba(163, 130, 30, 0.6);
  color: #fff;
  width: 290px;
  font-size: 18px;
  font-weight: bold;
  line-height: 0;
  padding: 20px 20px;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
}
.voice-shop:after {
  content: "";
  border-bottom: 40px solid transparent;
  border-left: 40px solid rgba(163, 130, 30, 0.6);
  background: transparent;
  position: absolute;
  right: -40px;
  top: 0;
}
@media (min-width: 1050px) {
  .voice-content {
    display: flex;
    align-items: flex-start;
  }
}
.voice-comment {
  flex: 1;
  padding: 0 20px 0 20px;
}
.voice-comment p {
  margin: 0;
}
.voice-howto, .voice-howto-none {
  width: 354px;
  background: #F0F1F4;
  padding: 20px 28px;
}
@media (max-width: 1049px) {
  .voice-howto, .voice-howto-none {
    margin-left: 20px;
    margin-top: 20px;
    width: calc(100% - 20px);
  }
}
.voice-howto-title {
  font-size: 18px;
  margin: 0;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: bold;
  color: #A3821E;
}
.voice-howto-none {
  background: none;
}
.voice-flow {
  margin-bottom: 0;
  line-height: 1.5em;
  padding-left: 1.5em;
}
.voice-flow li {
  margin-top: 15px;
}
.voice-flow p {
  line-height: 1.6em;
}

.qa {
  border: 1px solid #A3821E;
  border-radius: 20px;
  padding: 35px 35px 30px 35px;
  position: relative;
  margin-top: 50px;
}
.qa-category {
  position: absolute;
  top: -15px;
  left: -1px;
  margin: 0;
}
.qa-cat-icon {
  background: #A09375;
  display: inline-block;
  padding: 8px 10px;
  color: #fff;
  margin-right: 3px;
  font-weight: bold;
  line-height: 1;
  font-size: 14px;
}
.qa-question {
  padding-left: 35px;
  color: #A3821E;
  font-size: 120%;
  border-bottom: 1px solid rgba(163, 130, 30, 0.2);
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
}
.qa-question:before {
  content: "Q";
  font-size: 34px;
  position: absolute;
  top: -5px;
  left: 0;
  line-height: 1;
  font-weight: normal;
}
.qa-answer {
  padding-left: 35px;
  position: relative;
  margin-top: 20px;
  font-size: 15px;
}
.qa-answer:before {
  content: "A";
  font-size: 34px;
  position: absolute;
  top: -5px;
  left: 0;
  line-height: 1;
  font-weight: normal;
}

body.contact {
  background: url(/img/fv-contact@2x.jpg) no-repeat top center/contain;
}

.top-swiper-container, .top-swiper-wrapper {
  height: auto;
  max-height: 690px;
  position: relative;
  text-align: center;
}
.top-swiper-container img, .top-swiper-wrapper img {
  width: 100%;
  display: inline-block;
}
.top-swiper-container .swiper-pagination-bullet-active, .top-swiper-wrapper .swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, #A3821E);
}

.slid-fv-tx {
  position: absolute;
  bottom: 10%;
  left: 60%;
  text-align: left;
  z-index: 100;
}
@media (max-width: 767px) {
  .slid-fv-tx {
    left: 15%;
    bottom: 5%;
  }
  .slid-fv-tx .page-title {
    text-align: right;
    padding-bottom: 0;
    font-size: 20px;
  }
  .slid-fv-tx .page-title span {
    font-size: 16px;
  }
  .slid-fv-tx p {
    font-size: 13px;
  }
}

.bt-link, .bt-link-s {
  font-size: 20px;
  background: url(/img/arrow-link.svg) no-repeat center right 20px;
  padding-right: 150px;
  color: #222;
  transition: all 0.25s;
  margin-top: 25px;
  display: inline-block;
  white-space: nowrap;
}
.bt-link:hover, .bt-link-s:hover {
  color: #A3821E;
  background-position: center right 0px;
}
@media (max-width: 767px) {
  .bt-link, .bt-link-s {
    font-size: 15px;
    margin-top: 0.5em;
    background: url(/img/arrow-link-s.svg) no-repeat center right 20px;
    padding-right: 110px;
  }
}
.bt-link-s {
  background: url(/img/arrow-link-s.svg) no-repeat center right 20px;
  padding-right: 110px;
}
.bt-link-s:hover {
  color: #A3821E;
  background-position: center right 0px;
}

.border-r-bk, .nds-making, .nds-tefi-container {
  border: 1px solid #bbbbbb;
  border-radius: 20px;
  padding: 30px 40px;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

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

.inb {
  display: inline-block;
}

.d-none {
  display: none;
}

.ml50 {
  margin-left: 50px;
}

.col-5 {
  width: 49%;
}

.col-5-sm {
  width: 49%;
}
@media (max-width: 767px) {
  .col-5-sm {
    width: 100%;
  }
}

.col-5-xs {
  width: 49%;
}
@media (max-width: 479px) {
  .col-5-xs {
    width: 100%;
  }
}

.pict-right {
  padding: 20px 0 20px 50px;
}
@media (max-width: 479px) {
  .pict-right {
    padding: 20px;
  }
}
.pict-left {
  padding: 20px 50px 20px 0;
}
@media (max-width: 479px) {
  .pict-left {
    padding: 20px;
  }
}

.doctor-kawai {
  display: block;
  text-align: right;
}

.bg-gry {
  background: rgba(240, 241, 244, 0.5);
}

.movie-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.stitle-small {
  font-size: 24px;
}
@media (max-width: 849px) {
  .stitle-small {
    font-size: 20px;
  }
}
.stitle-gold {
  color: #A3821E;
}
.stitle-mint {
  color: #15A2AB;
}

@media (max-width: 849px) {
  .sp-brnone br {
    display: none;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  margin: 0;
}

html {
  min-height: 100%;
  position: relative;
}

section {
  padding: 60px 0;
}
section.sec-wide {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.sec-top-none {
  padding-top: 0;
}
@media (max-width: 479px) {
  section {
    padding: 20px 0;
  }
}

main {
  overflow: hidden;
  margin: auto;
}
main#nd-1 {
  background: #fff;
}
main > section:last-child {
  padding-bottom: 120px;
}
@media (max-width: 479px) {
  main > section:last-child {
    padding-bottom: 40px;
  }
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container {
  position: relative;
  margin: auto;
  width: 950px;
}
@media (max-width: 1049px) {
  .container {
    width: 80%;
  }
}
@media (max-width: 849px) {
  .container {
    width: 650px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 20px 20px;
  }
}

.flex {
  display: flex;
}
.flex-sm {
  display: flex;
}
@media (max-width: 767px) {
  .flex-sm {
    display: block;
  }
}
.flex-xs {
  display: flex;
}
@media (max-width: 479px) {
  .flex-xs {
    display: block;
  }
}

main .breadcrumb {
  display: block;
  font-size: 12px;
  padding-top: 15px;
}

header.gheader {
  padding: 10px 20px 0 20px;
  margin: 0px auto;
  position: absolute;
  width: 100%;
  top: 0px;
  transition: all 0.3s linear;
  z-index: 100;
}
header.gheader .site_logo {
  display: inline-block;
  margin: 0;
  line-height: 0px;
}
@media (max-width: 849px) {
  header.gheader .site_logo {
    width: 130px;
  }
}
@media (max-width: 479px) {
  header.gheader .site_logo {
    width: 100px;
  }
}
header.gheader nav {
  text-align: center;
  margin: 5px 0px 0px 0px;
  width: 450px;
  float: right;
}
header.gheader nav > ul {
  margin: 0;
}
header.gheader nav > ul > li {
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
header.gheader nav > ul > li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0;
  border-top: 2px solid #000;
  transition: all 0.2s linear;
}
header.gheader nav > ul > li:hover, header.gheader nav > ul > li.current {
  color: #000;
}
header.gheader nav > ul > li:hover:before, header.gheader nav > ul > li.current:before {
  width: 100%;
  left: 0;
}
header.gheader nav > ul > li > a {
  color: #000;
  position: relative;
  padding: 15px 0;
  display: block;
  letter-spacing: 0.5;
  text-decoration: none;
}
header.gheader nav > ul > li > ul.sub {
  padding: 0;
  list-style: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  top: 55px;
  text-align: left;
  display: none;
  box-shadow: 0 1.5rem 1rem -1rem rgba(0, 0, 0, 0.2);
}
header.gheader nav > ul > li > ul.sub li {
  white-space: nowrap;
}
header.gheader nav > ul > li > ul.sub li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
header.gheader nav > ul > li > ul.sub li a {
  display: block;
  padding: 10px 30px;
  position: relative;
  text-decoration: none;
}
header.gheader nav > ul > li > ul.sub li a:hover, header.gheader nav > ul > li > ul.sub li.current a {
  background: rgba(160, 147, 117, 0.8);
  color: #fff;
}
header.gheader.def.fadein {
  top: 0px;
  opacity: 0;
}
header.gheader.fixed {
  position: fixed;
  opacity: 1;
  top: 0px;
  margin: 0;
  background: rgba(255, 255, 255, 0.7);
}
body.welcome header.gheader.fixed .site_logo {
  margin-top: 0;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: absolute;
  width: 30px;
  height: 23px;
  z-index: 101;
  right: 20px;
  top: 20px;
  display: none;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
  background-color: #fff;
}

.footer {
  background: #222;
  color: #fff;
  padding: 20px 10px 0;
  width: 100%;
}
.footer-link {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 849px) {
  .footer-link {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-link {
    display: block;
  }
}
.footer ul {
  vertical-align: top;
  list-style: none;
  font-size: 14px;
}
@media (max-width: 849px) {
  .footer ul {
    font-size: 13px;
  }
}
.footer ul li {
  padding: 10px 0px;
  vertical-align: top;
  line-height: 1.3em;
  position: relative;
}
.footer ul li:first-child {
  font-weight: bold;
}
.footer ul a {
  color: #a09375;
  display: block;
  text-decoration: none;
}
.footer ul a:hover {
  color: #fff;
}
.footer-copy {
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #A09375;
  padding: 20px 10px;
  margin-top: 10px;
  color: #A09375;
}

@media only screen and (max-width: 849px) {
  header.gheader {
    position: fixed;
    padding: 15px 10px 10px 15px;
    opacity: 1 !important;
  }
  header.gheader .site_logo a {
    display: block;
    max-height: 40px;
    margin: 0 auto;
  }
  header.gheader .menu-trigger {
    width: 26px;
    height: 16px;
    right: 15px;
    top: 20px;
    display: block;
  }
  header.gheader .menu-trigger span {
    height: 2px;
    border-radius: 2px;
  }
  header.gheader .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
  header.gheader .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  header.gheader .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  header.gheader nav {
    margin-top: 0;
  }
  header.gheader nav > ul {
    position: fixed;
    width: 250px;
    background: rgba(0, 0, 0, 0.9);
    padding: 0;
    padding-top: 50px !important;
    padding-bottom: 50px;
    display: block;
    top: 0;
    right: -250px;
    bottom: 0;
    transition: all 0.4s;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  header.gheader nav > ul > li {
    display: block;
    clear: both;
    text-align: center;
    position: relative;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 0;
  }
  header.gheader nav > ul > li > a:before {
    content: "";
    display: none;
  }
  header.gheader nav > ul > li.current > a {
    background: #4d3d0e;
  }
  header.gheader nav > ul > li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding: 15px 0;
    color: #fff;
  }
  header.gheader nav > ul > li a:hover {
    background: black !important;
  }
  header.gheader nav > ul > li span {
    display: inline-block;
    width: 80%;
  }
  header.gheader nav > ul > li span a {
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 90%;
    margin: 1px;
    background: rgba(0, 0, 0, 0.5);
  }
  header.gheader nav > ul li > ul.sub {
    display: block !important;
    position: relative;
    padding-top: 0 !important;
    top: 0;
    background: none;
    overflow: auto;
  }
  header.gheader nav > ul li > ul.sub li {
    border: none !important;
    text-align: center;
  }
  header.gheader nav > ul li > ul.sub li:hover {
    background: black !important;
  }
  header.gheader nav > ul li > ul.sub li a {
    width: 60%;
    margin: 0 auto 0px auto;
    padding: 10px 0;
    border-top: 1px dotted rgba(255, 255, 255, 0.2);
  }
  header.gheader nav > ul li > ul.sub a:hover, header.gheader nav > ul li > ul.sub li.current a {
    color: #A3821E;
    background: none;
  }
  header.gheader.open nav ul {
    right: 0;
  }
  body {
    margin-bottom: 0;
  }
}
/* Scss Document */
.top-sec {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 849px) {
  .top-sec-last {
    margin-bottom: 80px;
  }
}
@media (max-width: 479px) {
  .top-sec-last {
    margin-bottom: 20px;
  }
}
.top-box {
  background: rgba(255, 255, 255, 0.85);
  padding: 20px 30px 30px 120px;
  width: 465px;
  position: absolute;
  margin: 30px auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .top-box {
    position: relative;
    padding: 0px 50px 0 20px;
  }
}
@media (max-width: 479px) {
  .top-box {
    padding: 0px 0 0 20px;
    margin-top: 100px;
    margin-bottom: 50px;
    max-width: calc(100% - 70px);
  }
}
.top-box-tx {
  font-size: 14px;
}
.top-box p:first-child {
  margin: 0.5em 0 0 0;
}
@media (max-width: 849px) {
  .top-pic {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .top-pic {
    width: 200px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
}
.top-cat {
  font-size: 27px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  top: 0;
  left: 0;
  z-index: 10;
  width: 80px;
  margin: 1em 0 0 0;
}
@media (max-width: 1049px) {
  .top-cat {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .top-cat {
    font-size: 20px;
  }
}
@media (min-width: 850px) {
  .top-sec-r .top-cat {
    order: 2;
  }
  .top-sec-r .top-box {
    padding: 20px 120px 30px 30px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .top-keyword {
    height: 50px;
  }
}
.top-note {
  display: flex;
}
@media (max-width: 767px) {
  .top-note {
    margin-top: 0px;
    padding-top: 30px;
  }
}
@media (max-width: 479px) {
  .top-note {
    display: block;
  }
}
.top-taibanlogo {
  width: 90px;
}
@media (max-width: 479px) {
  .top-taibanlogo {
    width: 100%;
    text-align: center;
  }
}
.top-taibannote {
  flex: 1;
}
.top-taibantitle {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
@media (max-width: 479px) {
  .top-taibantitle {
    text-align: center;
    font-weight: bold;
  }
}

.news {
  border-bottom: 1px solid rgba(163, 130, 30, 0.2);
  padding: 30px 0 0 0;
  margin-bottom: 50px;
}
.news-list {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  height: 200px;
  overflow: scroll;
}
.news-list::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.news-list::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
}
.news-list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #eeeeee;
}
@media (max-width: 849px) {
  .news-list {
    display: block;
  }
}
.news-list-header {
  background: #222;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 5px 8px;
  display: inline-block;
  line-height: 1;
  margin: 0 5px;
}
@media (max-width: 849px) {
  .news-list-header {
    margin: 0 auto 20px auto;
    display: block;
    width: 100px;
    text-align: center;
  }
}
.news-list-title {
  flex: 1;
  display: block;
  padding-bottom: 15px;
  text-decoration: none;
  color: #000;
  line-height: 1.4em;
  letter-spacing: 0;
}
.news-list-body {
  margin: 0;
  padding-left: 20px;
}
@media (max-width: 849px) {
  .news-list-body {
    padding: 0 20px;
  }
}
.news-list-item {
  display: flex;
}
.news-list-item:not(:first-child) {
  border-top: 1px solid rgba(163, 130, 30, 0.2);
  padding-top: 20px;
}
.news-list-date {
  width: 100px;
  line-height: 1.4em;
}
.news-content-title {
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  font-size: 22px;
}
.news-content-date {
  display: block;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding-top: 0.5em;
}
.news-content img {
  max-width: 80%;
}
.news-content-detail {
  padding-top: 30px;
}

#about p {
  margin: 1em 0;
}

.about-flex {
  justify-content: space-between;
}
.about-point {
  text-align: center;
  color: #A09375;
  max-width: 921px;
  margin: auto;
  background: url(/img/about-point-title.png) no-repeat center center;
  background-size: contain;
}
.about-point span {
  background: #fff;
  padding: 0 30px;
  font-size: 27px;
}
@media (max-width: 1049px) {
  .about-point span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .about-point span {
    font-size: 20px;
  }
}
.about-box {
  padding: 30px 0 30px 0px;
  margin-top: 80px;
  margin-left: 30px;
  width: 47%;
  max-width: 430px;
  position: relative;
}
@media (max-width: 1049px) {
  .about-box {
    margin-left: 10px;
  }
}
.about-box:before {
  content: "";
  width: 186px;
  height: 100%;
  background: #F0F1F4;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: -1;
}
@media (max-width: 1049px) {
  .about-box:before {
    left: -10px;
  }
}
@media (max-width: 849px) {
  .about-box {
    margin-left: 0;
    padding: 10px;
  }
  .about-box:before {
    content: "";
    left: -10px;
  }
}
@media (max-width: 767px) {
  .about-box {
    width: 100%;
    margin: 20px auto;
  }
  .about-box:before {
    content: "";
    width: 100%;
    left: 0px;
  }
}
.about-number {
  display: block;
}
.about-stitle {
  margin: 0;
}
.about-stitle span {
  display: inline-block;
  background: #A09375;
  color: #fff;
  padding: 8px 15px;
  margin-top: 1px;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1049px) {
  .about-stitle span {
    font-size: 24px;
    line-height: 1.2em;
  }
}
@media (max-width: 849px) {
  .about-stitle span {
    font-size: 22px;
    line-height: 1.2em;
  }
}
@media (max-width: 479px) {
  .about-stitle span {
    font-size: 20px;
  }
}
.about-lead {
  padding: 0px 0 0px 70px;
}
@media (max-width: 1049px) {
  .about-lead {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .about-lead {
    padding-left: 30px;
  }
}
.about-lead p {
  min-height: 108px;
}
.about-link {
  position: relative;
  width: 90%;
  display: block;
  transition: all 0.5s;
}
@media (max-width: 1049px) {
  .about-link {
    padding-bottom: 50px;
  }
}
.about-link:after {
  content: "";
  background: url("/img/arrow-link.svg") no-repeat right 20px bottom 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
}
.about-link:hover {
  width: 100%;
}

.cytokine-lead {
  max-width: 600px;
  background: #fff;
  padding: 40px 0;
  position: relative;
  display: inline-block;
  text-align: left;
}
@media (max-width: 767px) {
  .cytokine-lead {
    border-bottom: 1px dotted #222;
  }
}
.cytokine-lead:before {
  content: "";
  width: 116%;
  height: 80%;
  border: 1px solid #222;
  position: absolute;
  left: -8%;
  top: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .cytokine-lead:before {
    content: none;
  }
}
.cytokine-flex {
  display: flex;
}
@media (max-width: 767px) {
  .cytokine-flex {
    display: block;
  }
}
.cytokine-mid-tx {
  padding-left: 180px;
}
.cytokine-mid-tx h4 {
  font-size: 22px;
  padding: 20px 0 0 0;
  margin-bottom: 0;
  color: #A3821E;
}
@media (max-width: 767px) {
  .cytokine-mid-tx {
    padding-left: 0;
  }
}
.cytokine-photo02 {
  flex: 1;
}
.cytokine-tx02 {
  flex: 1;
  font-size: 13px;
  line-height: 1.6em;
}
.cytokine-stitle-indent {
  padding: 1.5em;
  text-indent: -1.5em;
}

.technology-stitle {
  padding-bottom: 30px;
}
.technology-flow {
  border-top: 1px solid #d5d5d5;
}
.technology-box01 {
  padding: 60px 0;
  background: url(/img/technology-pic02-bg.jpg) no-repeat center center;
  background-size: cover;
}

.professional-media {
  border: 1px solid #A09375;
  position: relative;
  padding: 40px 115px 40px 200px;
}
@media (max-width: 849px) {
  .professional-media {
    padding: 60px 20px 20px 20px;
  }
}
.professional-stitle {
  position: absolute;
  background: #A09375;
  color: #fff;
  top: 0;
  left: 0;
  font-size: 22px;
  line-height: 1;
  padding: 20px;
  margin-top: 0;
}

.material-bg-photo {
  width: 100%;
  height: 150px;
  background: url(/img/material-bg.jpg);
}
.material-labo-address {
  border: solid #fff 15px;
  background: #F0F1F4;
  padding: 15px;
  text-align: center;
}
.material-labo-title {
  font-weight: bold;
  margin-bottom: 0;
}

.product-item {
  position: relative;
  margin-top: 360px;
}
@media (max-width: 849px) {
  .product-item {
    margin-top: 220px;
  }
}

@media (min-width: 1050px) {
  .nd1-flex {
    display: flex;
  }
}
.nd1-main:before {
  content: "";
  width: 100%;
  height: 690px;
  background: url(/img/nd1-bg-img.jpg) center right/cover;
  position: absolute;
  top: 0;
  left: 0;
}
.nd1-lead {
  color: #A3821E;
  white-space: nowrap;
  width: 190px;
  padding-right: 60px;
}
.nd1-lead br {
  display: none;
}
@media (min-width: 1050px) {
  .nd1-lead {
    line-height: 1.6;
    letter-spacing: 0.03em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
  }
  .nd1-lead br {
    display: block;
  }
}
@media (max-width: 767px) {
  .nd1-lead {
    text-align: center;
    width: 100%;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    background: #A09375;
    color: #fff;
    padding: 10px;
    font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    margin-bottom: 1em;
  }
}
.nd1-slead {
  padding-top: 0;
  font-size: 22px;
}
.nd1-slead span {
  font-size: 24px;
}
@media (max-width: 767px) {
  .nd1-slead {
    font-size: 18px;
  }
  .nd1-slead span {
    font-size: 16px;
  }
}
.nd1-outline {
  flex: 1;
}
.nd1-taibanmark {
  vertical-align: middle;
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 70px;
}
@media (max-width: 849px) {
  .nd1-taibanmark {
    max-width: 40px;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .nd1-taibanmark {
    max-width: 30px;
    padding-left: 0px;
  }
}
.nd1-title {
  padding-top: 0px;
  line-height: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  .nd1-title {
    font-size: 22px;
  }
}
.nd1-stitle {
  color: #A3821E;
  text-align: center;
  padding: 20px 0;
}
.nd1-series {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 15px;
}
.nd1-point {
  list-style: outside !important;
  list-style-type: decimal !important;
  font-size: 16px;
  margin: 30px 0;
  padding-left: 1.5em;
  font-weight: bold;
}
.nd1-point span {
  font-size: 130%;
  color: #A3821E;
}
.nd1-point span small {
  font-size: 13px;
}
@media (max-width: 767px) {
  .nd1-point li {
    padding-bottom: 1.5em;
  }
}
.nd1-item img {
  margin: 10px 40px 0 0;
  max-width: 40%;
  height: auto;
  align-self: flex-start;
}
.nd1-doctor {
  flex: 1;
}
.nd1-doctor-pic {
  width: 310px;
  order: -1;
  padding-right: 50px;
}
.nd1-chart {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 8px;
}
.nd1-chart p {
  flex-basis: 50%;
}
@media (max-width: 767px) {
  .nd1-chart {
    display: block;
  }
  .nd1-chart img {
    width: 447px;
    max-width: 100%;
  }
}
.nd1-qa {
  border-top: 1px dotted #222;
  margin-top: 60px;
  margin-bottom: 60px;
}
.nd1-howtouse:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dotted #A3821E;
}
.nd1-howto-title {
  color: #A3821E;
  font-size: 22px;
  margin-bottom: 0;
}

.nds-p {
  margin: 1.5em;
}
.nds-main {
  background: url(/img/nds-bg-img@2x.jpg) #fff top right no-repeat;
  background-size: auto 384px;
}
@media (max-width: 849px) {
  .nds-main {
    background-position: top 0 right 50%;
  }
}
@media (max-width: 767px) {
  .nds-main {
    background-position: top 0 right 30%;
  }
}
@media (max-width: 479px) {
  .nds-main {
    background-position: top 0 right 20%;
    background-size: auto 300px;
  }
}
.nds-title {
  padding-top: 5px;
  line-height: 0;
}
@media (max-width: 1049px) {
  .nds-title {
    font-size: 24px;
    width: calc(100% - 100px);
  }
  .nds-title small {
    margin-top: 20px;
  }
}
.nds-slead {
  font-size: 24px;
}
@media (max-width: 1049px) {
  .nds-slead {
    font-size: 18px;
    width: calc(100% - 180px);
  }
}
@media (max-width: 479px) {
  .nds-slead {
    width: calc(100% - 100px);
  }
}
.nds-lead {
  width: 40%;
}
@media (max-width: 767px) {
  .nds-lead {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .nds-lead {
    width: 100%;
  }
}
.nds-lead-stitle {
  font-size: 22px;
  padding-left: calc(100% + 200px);
  padding-top: 3em;
  white-space: nowrap;
  text-indent: -1.5em;
}
@media (max-width: 767px) {
  .nds-lead-stitle {
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    padding: 0;
    text-indent: 0;
    text-align: center;
  }
}
.nds-point {
  background: url(/img/nds-bg-img2.png) center center/cover;
}
@media (max-width: 849px) {
  .nds-point {
    background-position: top 300px left 30%;
    background-size: 1000px;
    background-repeat: no-repeat;
    padding-bottom: 0;
  }
}
@media (max-width: 849px) {
  .nds-point {
    padding-bottom: 300px;
    background-position: bottom -60px left;
    background-size: 200%;
  }
}
.nds-outline {
  width: 60%;
}
@media (max-width: 767px) {
  .nds-outline {
    width: 75%;
  }
}
@media (max-width: 479px) {
  .nds-outline {
    width: 100%;
  }
}
.nds-outline h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 3em 0 1em 0;
}
.nds-outline h3 span {
  font-size: 1em;
}
@media (max-width: 767px) {
  .nds-outline h3 {
    text-align: center;
    padding-bottom: 0.5em;
  }
}
.nds-outline h3 img {
  margin-bottom: 10px;
}
.nds-stitle {
  color: #A3821E;
  text-align: center;
}
.nds-taibanmark {
  vertical-align: middle;
  display: inline-block;
  padding-left: 20px;
}
.nds-tefi {
  padding-bottom: 80px;
}
@media (max-width: 849px) {
  .nds-tefi {
    padding-top: 20px;
  }
}
.nds-tefi-container {
  text-align: center;
}
.nds-tefi h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
  color: #484848;
}
.nds-tefi h4 small {
  font-size: 14px;
}
@media (max-width: 479px) {
  .nds-tefi h4 {
    font-size: 17px;
  }
}
.nds-tefi-box:not(:first-child) {
  padding-left: 20px;
}
@media (max-width: 479px) {
  .nds-tefi-box:not(:first-child) {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .nds-tefi-box {
    width: 100%;
  }
}
.nds-tefi h5 {
  color: #A3821E;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 849px) {
  .nds-tefi h5 {
    font-size: 13px;
  }
}
.nds-tefi h5 span {
  font-size: 22px;
  display: block;
}
.nds-tefi p {
  text-align: left;
  padding: 0 0 10px 0;
}
.nds-pic01 {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .nds-pic01 {
    padding-right: 50px;
  }
}
.nds-making {
  max-width: 800px;
  margin: auto;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.nds-making-title {
  font-size: 22px;
}
@media (max-width: 767px) {
  .nds-making-title {
    font-size: 18px;
  }
}
.nds-making-list {
  text-align: left;
  margin-bottom: 2em;
  padding-left: 1.5em;
}
.nds-difference p {
  padding-top: 1em;
}
.nds-difference-graph {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .nds-difference-graph {
    padding-right: 50px;
  }
}
.nds-difference-graph img {
  width: 340px;
  max-width: 100%;
}

#company p {
  padding: 1em 0;
}

.company-message {
  position: relative;
}
.company-message-txt {
  padding-right: 30%;
}
.company-message-txt p {
  background: rgba(255, 255, 255, 0.4);
  padding-right: 20px;
}
@media (max-width: 479px) {
  .company-message-txt {
    padding-right: 0;
  }
  .company-message-txt p {
    padding: 15px;
  }
}
@media (max-width: 479px) {
  .company-signature {
    max-width: 70%;
    float: right;
    margin-top: -40px;
  }
}
.company-president {
  position: absolute;
  right: 0;
  top: 200px;
  z-index: -1;
}
@media (max-width: 849px) {
  .company-president {
    right: -20%;
  }
}
@media (max-width: 479px) {
  .company-president {
    position: relative;
    top: 0;
    right: 0;
  }
}
.company-mission {
  margin-top: 120px;
  padding: 40px 0 150px 0;
}
@media (max-width: 849px) {
  .company-mission {
    margin-top: 0px;
    padding-bottom: 50px;
  }
}
@media (max-width: 849px) {
  .company-mission {
    margin-top: 20px;
    padding-top: 0px;
  }
}
.company-mission-txt {
  position: relative;
  margin-left: 50%;
  padding-left: 50px;
}
@media (max-width: 849px) {
  .company-mission-txt {
    margin-left: 30%;
  }
}
.company-mission-txt:after {
  content: "";
  width: 683px;
  height: 455px;
  background: url(/img/company-pic01.jpg) center center/cover;
  position: absolute;
  left: -683px;
  top: -180px;
}
@media (max-width: 849px) {
  .company-mission-txt:after {
    width: 300px;
    height: 200px;
    left: -300px;
    top: 100px;
  }
}
@media (max-width: 767px) {
  .company-mission-txt {
    max-width: 600px;
    margin: auto;
    padding-left: 0;
    padding-bottom: 200px;
  }
  .company-mission-txt:after {
    content: none;
  }
  .company-mission-txt:before {
    content: "";
    width: 100%;
    height: 200px;
    background: url(/img/company-pic01.jpg) center center/cover;
    bottom: 0px;
    left: 0;
    position: absolute;
  }
}
.company-address-txt {
  position: relative;
  margin-right: 50%;
  padding-right: 50px;
}
@media (max-width: 849px) {
  .company-address-txt {
    margin-right: 30%;
  }
}
@media (max-width: 767px) {
  .company-address-txt {
    max-width: 600px;
    margin: auto;
    padding-right: 0;
    padding-bottom: 200px;
  }
}
.company-address-txt:after {
  content: "";
  width: 683px;
  height: 455px;
  background: url(/img/company-pic02.jpg) center center/cover;
  position: absolute;
  right: -683px;
  top: -180px;
}
@media (max-width: 849px) {
  .company-address-txt:after {
    width: 300px;
    height: 200px;
    right: -300px;
    top: 100px;
  }
}
@media (max-width: 767px) {
  .company-address-txt:after {
    width: 100%;
    left: 0;
    bottom: 0 !important;
    top: auto;
  }
}
.company-address-title {
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0 0 0;
  padding: 0;
}
.company-address dt {
  width: 80px;
  display: inline-block;
  font-weight: bold;
  padding: 10px 0;
  vertical-align: top;
}
@media (max-width: 479px) {
  .company-address dt {
    width: 100%;
    padding-bottom: 0;
  }
}
.company-address dd {
  width: calc(100% - 110px);
  display: inline-block;
  margin: 0;
  padding: 10px 0;
}
@media (max-width: 479px) {
  .company-address dd {
    width: 100%;
    padding-left: 2em;
  }
}
.company-address dd p {
  padding: 0 0 0 1.5em;
  margin: 0;
}

@media (max-width: 767px) {
  .contact h1 {
    margin-top: 50px;
    font-size: 20px;
  }
}
.contact-body {
  background: #fff;
  padding: 50px 30px;
}
.contact-content {
  max-width: 685px;
  margin: auto;
}
.contact-content h3 {
  font-size: 15px;
  margin: 2em 0 0.5em 0;
}
.contact-content input[type=text], .contact-content textarea {
  width: 100%;
  border: 1px solid lignten(#222, 40%) !important;
}
.contact-content input[type=submit] {
  background: #222;
  color: #fff;
  border: none;
  padding: 15px 20px;
  width: 200px;
  margin-top: 50px;
}
.contact-content input[type=submit]:hover {
  cursor: pointer;
}
.contact-content label {
  padding-right: 1em;
}
.contact-content textarea {
  min-height: 200px;
}
.contact-info {
  border-bottom: 1px solid #a2a2a2;
  padding-bottom: 30px;
}
.contact .required {
  font-size: 12px;
  display: inline-block;
  padding-left: 1em;
  background: #A3821E;
  color: #fff;
  border-radius: 4px;
  padding: 0 4px;
}
.contact input {
  font-size: 16px;
}
.contact .alert {
  padding: 0.75em 0.4;
}
.contact .alert-warning {
  background: #f8f0d8;
  border: none;
  color: #000;
}
.contact .alert-danger {
  padding: 5px 10px;
}
.contact .alert-message {
  color: red;
}
.contact-heading {
  font-weight: bold;
}
.contact .form-group {
  margin-top: 20px;
}

.top-bana-area {
  display: flex;
  justify-content: center;
}
.top-bana-area img {
  width: 300px;
}
@media (max-width: 767px) {
  .top-bana-area {
    display: block;
    max-width: 80%;
  }
  .top-bana-area p {
    margin-top: 0em;
  }
}

.item__lineup {
  justify-content: space-around;
}
.item__lineup h3 {
  text-align: center;
}
@media (max-width: 767px) {
  .item__lineup h3 {
    max-width: 90%;
  }
}
.item__lineup-wh {
  background: #fff;
}
.item__list {
  display: flex;
  padding: 50px 30px 0 30px;
  list-style: none;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 849px) {
  .item__list {
    gap: 5%;
  }
}
@media (max-width: 767px) {
  .item__list {
    padding: 10px;
    gap: 10%;
  }
  .item__list br {
    display: none;
  }
}
.item__box {
  flex-basis: 190px;
  align-items: flex-start;
}
@media (max-width: 849px) {
  .item__box {
    flex-basis: 30%;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .item__box {
    flex-basis: 45%;
    padding-bottom: 20px;
  }
}
.item__box img {
  transition: 0.2s;
}
.item__box a:hover img {
  transform: scale(1.05);
}
.item__title {
  font-size: 13px;
  margin-top: 0.5em;
}
.item__title-name {
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  line-height: 1.6;
}

.product__main {
  background: #ffffff;
  margin-top: 360px;
}
@media (max-width: 849px) {
  .product__main {
    margin-top: 220px;
  }
}
@media (min-width: 1050px) {
  .product__outline {
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }
}
.product__item {
  width: 200px;
  text-align: center;
}
@media (max-width: 849px) {
  .product__item {
    width: 100%;
  }
}
.product__item-red {
  font-size: 16px;
  display: inline-block;
  color: #EF5DA8;
  border: 1px solid #EF5DA8;
  padding: 4px 8px;
  margin-bottom: 4px;
  line-height: 1;
  vertical-align: middle;
}
.product__item p {
  margin-top: 0;
}
.product__item-title {
  line-height: 1.5em;
  margin-bottom: 1em;
}
@media (max-width: 849px) {
  .product__item-title {
    text-align: center;
    margin: 0.5em 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F1F4;
  }
}
.product__item-title small {
  display: block;
  font-weight: bold;
  line-height: 1.3em;
  font-size: 16px;
}
.product__container {
  flex: 1;
}
.product__lead {
  font-weight: bold;
  font-size: 16px;
  padding: 20px 0;
  margin-top: 0;
}

.nd-pet__main {
  position: relative;
}
.nd-pet__main:before {
  content: "";
  width: 100%;
  height: 355px;
  background: url(/img/product-ndpet-pic02.png) top right/contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 849px) {
  .nd-pet__main:before {
    height: 150px;
    right: -70px;
    width: 50%;
    top: 150px;
  }
}
.nd-pet__check {
  gap: 40px;
  display: flex;
}
@media (max-width: 849px) {
  .nd-pet__check {
    display: block;
  }
}
.nd-pet__check-point {
  display: flex;
  width: 480px;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 849px) {
  .nd-pet__check-point {
    margin-bottom: 20px;
  }
}
.nd-pet__check-point p {
  width: 108px;
  background-color: #E5C57E;
  border-radius: 50px;
  line-height: 130%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 13px;
}
@media (max-width: 849px) {
  .nd-pet__check-point p {
    width: 30%;
  }
}
.nd-pet__check-text {
  width: 480px;
  max-width: 100%;
  text-align: left;
}
.nd-pet__check-text > p {
  margin: 20px 0;
}
.nd-pet__check-photo {
  flex: 1;
}
.nd-pet__item-material {
  background-color: rgba(229, 197, 126, 0.4);
  padding: 30px;
  border-radius: 16px;
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 849px) {
  .nd-pet__item-material {
    display: block;
  }
}
.nd-pet__flow {
  border: 1px solid #A3821E;
  border-radius: 20px;
  padding: 20px 20px 10px 20px;
  margin-bottom: 60px;
}
.nd-pet__flow img {
  max-width: 100%;
  margin-top: 30px;
}

.nd-g__main {
  position: relative;
}
.nd-g__main:before {
  content: "";
  width: 100%;
  height: 500px;
  background: url(/img/product-ndg-bg.jpg) top right/contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 849px) {
  .nd-g__main:before {
    height: 600px;
    right: 0px;
    width: 50%;
    top: 0px;
    opacity: 0.4;
  }
}
.nd-g__point {
  display: flex;
  gap: 40px;
  margin: 20px 0;
}
@media (max-width: 849px) {
  .nd-g__point {
    display: block;
  }
}
.nd-g__point-box {
  background: rgba(165, 238, 241, 0.6);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.nd-g__point h3 {
  color: #15A2AB;
  border-bottom: 3px solid #15A2AB;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: 18px;
  font-weight: bold;
}
.nd-g__qa {
  display: flex;
  gap: 40px;
}
@media (max-width: 849px) {
  .nd-g__qa {
    display: block;
  }
}
.nd-g__qa-text {
  text-align: left;
}
.nd-g__qa-q {
  margin-top: 15px;
  position: relative;
  padding-left: 40px;
  font-weight: bold;
}
.nd-g__qa-q::before {
  content: "Q";
  display: inline-block;
  background: #A3821E;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 30px;
}
.nd-g__qa-a {
  position: relative;
  padding-left: 40px;
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(160, 147, 117, 0.3);
  line-height: 1.4;
}
.nd-g__qa-a::before {
  content: "A";
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 30px;
}
.nd-g__check {
  gap: 40px;
  display: flex;
}
@media (max-width: 849px) {
  .nd-g__check {
    display: block;
  }
}
.nd-g__check-point {
  display: flex;
  width: 480px;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
.nd-g__check-point p {
  width: 108px;
  background-color: #E5C57E;
  border-radius: 50px;
  line-height: 130%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 13px;
}
.nd-g__check-text {
  width: 550px;
  max-width: 100%;
  text-align: left;
}
.nd-g__check-text > p {
  margin: 20px 0;
}
.nd-g__check-text > b {
  display: inline-block;
  font-size: 18px;
  margin: 10px 0 0 0;
}
.nd-g__check-photo {
  flex: 1;
}
.nd-g__trouble {
  padding: 20px;
}
.nd-g__trouble-box {
  display: flex;
}
@media (max-width: 849px) {
  .nd-g__trouble-box {
    display: block;
  }
}
.nd-g__trouble ul {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
}/*# sourceMappingURL=common.css.map */