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

.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;
}

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

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

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

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

.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: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

.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-remove:before,
.fa-close:before,
.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,
.fa-bar-chart: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-f:before,
.fa-facebook:before {
  content: '\f09a';
}

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

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

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

.fa-feed:before,
.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,
.fa-gratipay: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: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-buoy: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-y-combinator-square:before,
.fa-yc-square:before,
.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';
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: '\f1e3';
}

.fa-tty:before {
  content: '\f1e4';
}

.fa-binoculars:before {
  content: '\f1e5';
}

.fa-plug:before {
  content: '\f1e6';
}

.fa-slideshare:before {
  content: '\f1e7';
}

.fa-twitch:before {
  content: '\f1e8';
}

.fa-yelp:before {
  content: '\f1e9';
}

.fa-newspaper-o:before {
  content: '\f1ea';
}

.fa-wifi:before {
  content: '\f1eb';
}

.fa-calculator:before {
  content: '\f1ec';
}

.fa-paypal:before {
  content: '\f1ed';
}

.fa-google-wallet:before {
  content: '\f1ee';
}

.fa-cc-visa:before {
  content: '\f1f0';
}

.fa-cc-mastercard:before {
  content: '\f1f1';
}

.fa-cc-discover:before {
  content: '\f1f2';
}

.fa-cc-amex:before {
  content: '\f1f3';
}

.fa-cc-paypal:before {
  content: '\f1f4';
}

.fa-cc-stripe:before {
  content: '\f1f5';
}

.fa-bell-slash:before {
  content: '\f1f6';
}

.fa-bell-slash-o:before {
  content: '\f1f7';
}

.fa-trash:before {
  content: '\f1f8';
}

.fa-copyright:before {
  content: '\f1f9';
}

.fa-at:before {
  content: '\f1fa';
}

.fa-eyedropper:before {
  content: '\f1fb';
}

.fa-paint-brush:before {
  content: '\f1fc';
}

.fa-birthday-cake:before {
  content: '\f1fd';
}

.fa-area-chart:before {
  content: '\f1fe';
}

.fa-pie-chart:before {
  content: '\f200';
}

.fa-line-chart:before {
  content: '\f201';
}

.fa-lastfm:before {
  content: '\f202';
}

.fa-lastfm-square:before {
  content: '\f203';
}

.fa-toggle-off:before {
  content: '\f204';
}

.fa-toggle-on:before {
  content: '\f205';
}

.fa-bicycle:before {
  content: '\f206';
}

.fa-bus:before {
  content: '\f207';
}

.fa-ioxhost:before {
  content: '\f208';
}

.fa-angellist:before {
  content: '\f209';
}

.fa-cc:before {
  content: '\f20a';
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: '\f20b';
}

.fa-meanpath:before {
  content: '\f20c';
}

.fa-buysellads:before {
  content: '\f20d';
}

.fa-connectdevelop:before {
  content: '\f20e';
}

.fa-dashcube:before {
  content: '\f210';
}

.fa-forumbee:before {
  content: '\f211';
}

.fa-leanpub:before {
  content: '\f212';
}

.fa-sellsy:before {
  content: '\f213';
}

.fa-shirtsinbulk:before {
  content: '\f214';
}

.fa-simplybuilt:before {
  content: '\f215';
}

.fa-skyatlas:before {
  content: '\f216';
}

.fa-cart-plus:before {
  content: '\f217';
}

.fa-cart-arrow-down:before {
  content: '\f218';
}

.fa-diamond:before {
  content: '\f219';
}

.fa-ship:before {
  content: '\f21a';
}

.fa-user-secret:before {
  content: '\f21b';
}

.fa-motorcycle:before {
  content: '\f21c';
}

.fa-street-view:before {
  content: '\f21d';
}

.fa-heartbeat:before {
  content: '\f21e';
}

.fa-venus:before {
  content: '\f221';
}

.fa-mars:before {
  content: '\f222';
}

.fa-mercury:before {
  content: '\f223';
}

.fa-intersex:before,
.fa-transgender:before {
  content: '\f224';
}

.fa-transgender-alt:before {
  content: '\f225';
}

.fa-venus-double:before {
  content: '\f226';
}

.fa-mars-double:before {
  content: '\f227';
}

.fa-venus-mars:before {
  content: '\f228';
}

.fa-mars-stroke:before {
  content: '\f229';
}

.fa-mars-stroke-v:before {
  content: '\f22a';
}

.fa-mars-stroke-h:before {
  content: '\f22b';
}

.fa-neuter:before {
  content: '\f22c';
}

.fa-genderless:before {
  content: '\f22d';
}

.fa-facebook-official:before {
  content: '\f230';
}

.fa-pinterest-p:before {
  content: '\f231';
}

.fa-whatsapp:before {
  content: '\f232';
}

.fa-server:before {
  content: '\f233';
}

.fa-user-plus:before {
  content: '\f234';
}

.fa-user-times:before {
  content: '\f235';
}

.fa-hotel:before,
.fa-bed:before {
  content: '\f236';
}

.fa-viacoin:before {
  content: '\f237';
}

.fa-train:before {
  content: '\f238';
}

.fa-subway:before {
  content: '\f239';
}

.fa-medium:before {
  content: '\f23a';
}

.fa-yc:before,
.fa-y-combinator:before {
  content: '\f23b';
}

.fa-optin-monster:before {
  content: '\f23c';
}

.fa-opencart:before {
  content: '\f23d';
}

.fa-expeditedssl:before {
  content: '\f23e';
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: '\f240';
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: '\f241';
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: '\f242';
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: '\f243';
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: '\f244';
}

.fa-mouse-pointer:before {
  content: '\f245';
}

.fa-i-cursor:before {
  content: '\f246';
}

.fa-object-group:before {
  content: '\f247';
}

.fa-object-ungroup:before {
  content: '\f248';
}

.fa-sticky-note:before {
  content: '\f249';
}

.fa-sticky-note-o:before {
  content: '\f24a';
}

.fa-cc-jcb:before {
  content: '\f24b';
}

.fa-cc-diners-club:before {
  content: '\f24c';
}

.fa-clone:before {
  content: '\f24d';
}

.fa-balance-scale:before {
  content: '\f24e';
}

.fa-hourglass-o:before {
  content: '\f250';
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: '\f251';
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: '\f252';
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: '\f253';
}

.fa-hourglass:before {
  content: '\f254';
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: '\f255';
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: '\f256';
}

.fa-hand-scissors-o:before {
  content: '\f257';
}

.fa-hand-lizard-o:before {
  content: '\f258';
}

.fa-hand-spock-o:before {
  content: '\f259';
}

.fa-hand-pointer-o:before {
  content: '\f25a';
}

.fa-hand-peace-o:before {
  content: '\f25b';
}

.fa-trademark:before {
  content: '\f25c';
}

.fa-registered:before {
  content: '\f25d';
}

.fa-creative-commons:before {
  content: '\f25e';
}

.fa-gg:before {
  content: '\f260';
}

.fa-gg-circle:before {
  content: '\f261';
}

.fa-tripadvisor:before {
  content: '\f262';
}

.fa-odnoklassniki:before {
  content: '\f263';
}

.fa-odnoklassniki-square:before {
  content: '\f264';
}

.fa-get-pocket:before {
  content: '\f265';
}

.fa-wikipedia-w:before {
  content: '\f266';
}

.fa-safari:before {
  content: '\f267';
}

.fa-chrome:before {
  content: '\f268';
}

.fa-firefox:before {
  content: '\f269';
}

.fa-opera:before {
  content: '\f26a';
}

.fa-internet-explorer:before {
  content: '\f26b';
}

.fa-tv:before,
.fa-television:before {
  content: '\f26c';
}

.fa-contao:before {
  content: '\f26d';
}

.fa-500px:before {
  content: '\f26e';
}

.fa-amazon:before {
  content: '\f270';
}

.fa-calendar-plus-o:before {
  content: '\f271';
}

.fa-calendar-minus-o:before {
  content: '\f272';
}

.fa-calendar-times-o:before {
  content: '\f273';
}

.fa-calendar-check-o:before {
  content: '\f274';
}

.fa-industry:before {
  content: '\f275';
}

.fa-map-pin:before {
  content: '\f276';
}

.fa-map-signs:before {
  content: '\f277';
}

.fa-map-o:before {
  content: '\f278';
}

.fa-map:before {
  content: '\f279';
}

.fa-commenting:before {
  content: '\f27a';
}

.fa-commenting-o:before {
  content: '\f27b';
}

.fa-houzz:before {
  content: '\f27c';
}

.fa-vimeo:before {
  content: '\f27d';
}

.fa-black-tie:before {
  content: '\f27e';
}

.fa-fonticons:before {
  content: '\f280';
}

@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url('./fonts/Pe-icon-7-stroke.eot?-2irksn');
  src:
    url('./fonts/Pe-icon-7-stroke.eot?#iefix-2irksn')
      format('embedded-opentype'),
    url('./fonts/Pe-icon-7-stroke.woff?-2irksn') format('woff'),
    url('./fonts/Pe-icon-7-stroke.ttf?-2irksn') format('truetype'),
    url('./fonts/Pe-icon-7-stroke.svg?-2irksn#Pe-icon-7-stroke') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^='pe-7s-'],
[class*=' pe-7s-'] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pe-7s-cloud-upload:before {
  content: '\e68a';
}

.pe-7s-cash:before {
  content: '\e68c';
}

.pe-7s-close:before {
  content: '\e680';
}

.pe-7s-bluetooth:before {
  content: '\e68d';
}

.pe-7s-cloud-download:before {
  content: '\e68b';
}

.pe-7s-way:before {
  content: '\e68e';
}

.pe-7s-close-circle:before {
  content: '\e681';
}

.pe-7s-id:before {
  content: '\e68f';
}

.pe-7s-angle-up:before {
  content: '\e682';
}

.pe-7s-wristwatch:before {
  content: '\e690';
}

.pe-7s-angle-up-circle:before {
  content: '\e683';
}

.pe-7s-world:before {
  content: '\e691';
}

.pe-7s-angle-right:before {
  content: '\e684';
}

.pe-7s-volume:before {
  content: '\e692';
}

.pe-7s-angle-right-circle:before {
  content: '\e685';
}

.pe-7s-users:before {
  content: '\e693';
}

.pe-7s-angle-left:before {
  content: '\e686';
}

.pe-7s-user-female:before {
  content: '\e694';
}

.pe-7s-angle-left-circle:before {
  content: '\e687';
}

.pe-7s-up-arrow:before {
  content: '\e695';
}

.pe-7s-angle-down:before {
  content: '\e688';
}

.pe-7s-switch:before {
  content: '\e696';
}

.pe-7s-angle-down-circle:before {
  content: '\e689';
}

.pe-7s-scissors:before {
  content: '\e697';
}

.pe-7s-wallet:before {
  content: '\e600';
}

.pe-7s-safe:before {
  content: '\e698';
}

.pe-7s-volume2:before {
  content: '\e601';
}

.pe-7s-volume1:before {
  content: '\e602';
}

.pe-7s-voicemail:before {
  content: '\e603';
}

.pe-7s-video:before {
  content: '\e604';
}

.pe-7s-user:before {
  content: '\e605';
}

.pe-7s-upload:before {
  content: '\e606';
}

.pe-7s-unlock:before {
  content: '\e607';
}

.pe-7s-umbrella:before {
  content: '\e608';
}

.pe-7s-trash:before {
  content: '\e609';
}

.pe-7s-tools:before {
  content: '\e60a';
}

.pe-7s-timer:before {
  content: '\e60b';
}

.pe-7s-ticket:before {
  content: '\e60c';
}

.pe-7s-target:before {
  content: '\e60d';
}

.pe-7s-sun:before {
  content: '\e60e';
}

.pe-7s-study:before {
  content: '\e60f';
}

.pe-7s-stopwatch:before {
  content: '\e610';
}

.pe-7s-star:before {
  content: '\e611';
}

.pe-7s-speaker:before {
  content: '\e612';
}

.pe-7s-signal:before {
  content: '\e613';
}

.pe-7s-shuffle:before {
  content: '\e614';
}

.pe-7s-shopbag:before {
  content: '\e615';
}

.pe-7s-share:before {
  content: '\e616';
}

.pe-7s-server:before {
  content: '\e617';
}

.pe-7s-search:before {
  content: '\e618';
}

.pe-7s-film:before {
  content: '\e6a5';
}

.pe-7s-science:before {
  content: '\e619';
}

.pe-7s-disk:before {
  content: '\e6a6';
}

.pe-7s-ribbon:before {
  content: '\e61a';
}

.pe-7s-repeat:before {
  content: '\e61b';
}

.pe-7s-refresh:before {
  content: '\e61c';
}

.pe-7s-add-user:before {
  content: '\e6a9';
}

.pe-7s-refresh-cloud:before {
  content: '\e61d';
}

.pe-7s-paperclip:before {
  content: '\e69c';
}

.pe-7s-radio:before {
  content: '\e61e';
}

.pe-7s-note2:before {
  content: '\e69d';
}

.pe-7s-print:before {
  content: '\e61f';
}

.pe-7s-network:before {
  content: '\e69e';
}

.pe-7s-prev:before {
  content: '\e620';
}

.pe-7s-mute:before {
  content: '\e69f';
}

.pe-7s-power:before {
  content: '\e621';
}

.pe-7s-medal:before {
  content: '\e6a0';
}

.pe-7s-portfolio:before {
  content: '\e622';
}

.pe-7s-like2:before {
  content: '\e6a1';
}

.pe-7s-plus:before {
  content: '\e623';
}

.pe-7s-left-arrow:before {
  content: '\e6a2';
}

.pe-7s-play:before {
  content: '\e624';
}

.pe-7s-key:before {
  content: '\e6a3';
}

.pe-7s-plane:before {
  content: '\e625';
}

.pe-7s-joy:before {
  content: '\e6a4';
}

.pe-7s-photo-gallery:before {
  content: '\e626';
}

.pe-7s-pin:before {
  content: '\e69b';
}

.pe-7s-phone:before {
  content: '\e627';
}

.pe-7s-plug:before {
  content: '\e69a';
}

.pe-7s-pen:before {
  content: '\e628';
}

.pe-7s-right-arrow:before {
  content: '\e699';
}

.pe-7s-paper-plane:before {
  content: '\e629';
}

.pe-7s-delete-user:before {
  content: '\e6a7';
}

.pe-7s-paint:before {
  content: '\e62a';
}

.pe-7s-bottom-arrow:before {
  content: '\e6a8';
}

.pe-7s-notebook:before {
  content: '\e62b';
}

.pe-7s-note:before {
  content: '\e62c';
}

.pe-7s-next:before {
  content: '\e62d';
}

.pe-7s-news-paper:before {
  content: '\e62e';
}

.pe-7s-musiclist:before {
  content: '\e62f';
}

.pe-7s-music:before {
  content: '\e630';
}

.pe-7s-mouse:before {
  content: '\e631';
}

.pe-7s-more:before {
  content: '\e632';
}

.pe-7s-moon:before {
  content: '\e633';
}

.pe-7s-monitor:before {
  content: '\e634';
}

.pe-7s-micro:before {
  content: '\e635';
}

.pe-7s-menu:before {
  content: '\e636';
}

.pe-7s-map:before {
  content: '\e637';
}

.pe-7s-map-marker:before {
  content: '\e638';
}

.pe-7s-mail:before {
  content: '\e639';
}

.pe-7s-mail-open:before {
  content: '\e63a';
}

.pe-7s-mail-open-file:before {
  content: '\e63b';
}

.pe-7s-magnet:before {
  content: '\e63c';
}

.pe-7s-loop:before {
  content: '\e63d';
}

.pe-7s-look:before {
  content: '\e63e';
}

.pe-7s-lock:before {
  content: '\e63f';
}

.pe-7s-lintern:before {
  content: '\e640';
}

.pe-7s-link:before {
  content: '\e641';
}

.pe-7s-like:before {
  content: '\e642';
}

.pe-7s-light:before {
  content: '\e643';
}

.pe-7s-less:before {
  content: '\e644';
}

.pe-7s-keypad:before {
  content: '\e645';
}

.pe-7s-junk:before {
  content: '\e646';
}

.pe-7s-info:before {
  content: '\e647';
}

.pe-7s-home:before {
  content: '\e648';
}

.pe-7s-help2:before {
  content: '\e649';
}

.pe-7s-help1:before {
  content: '\e64a';
}

.pe-7s-graph3:before {
  content: '\e64b';
}

.pe-7s-graph2:before {
  content: '\e64c';
}

.pe-7s-graph1:before {
  content: '\e64d';
}

.pe-7s-graph:before {
  content: '\e64e';
}

.pe-7s-global:before {
  content: '\e64f';
}

.pe-7s-gleam:before {
  content: '\e650';
}

.pe-7s-glasses:before {
  content: '\e651';
}

.pe-7s-gift:before {
  content: '\e652';
}

.pe-7s-folder:before {
  content: '\e653';
}

.pe-7s-flag:before {
  content: '\e654';
}

.pe-7s-filter:before {
  content: '\e655';
}

.pe-7s-file:before {
  content: '\e656';
}

.pe-7s-expand1:before {
  content: '\e657';
}

.pe-7s-exapnd2:before {
  content: '\e658';
}

.pe-7s-edit:before {
  content: '\e659';
}

.pe-7s-drop:before {
  content: '\e65a';
}

.pe-7s-drawer:before {
  content: '\e65b';
}

.pe-7s-download:before {
  content: '\e65c';
}

.pe-7s-display2:before {
  content: '\e65d';
}

.pe-7s-display1:before {
  content: '\e65e';
}

.pe-7s-diskette:before {
  content: '\e65f';
}

.pe-7s-date:before {
  content: '\e660';
}

.pe-7s-cup:before {
  content: '\e661';
}

.pe-7s-culture:before {
  content: '\e662';
}

.pe-7s-crop:before {
  content: '\e663';
}

.pe-7s-credit:before {
  content: '\e664';
}

.pe-7s-copy-file:before {
  content: '\e665';
}

.pe-7s-config:before {
  content: '\e666';
}

.pe-7s-compass:before {
  content: '\e667';
}

.pe-7s-comment:before {
  content: '\e668';
}

.pe-7s-coffee:before {
  content: '\e669';
}

.pe-7s-cloud:before {
  content: '\e66a';
}

.pe-7s-clock:before {
  content: '\e66b';
}

.pe-7s-check:before {
  content: '\e66c';
}

.pe-7s-chat:before {
  content: '\e66d';
}

.pe-7s-cart:before {
  content: '\e66e';
}

.pe-7s-camera:before {
  content: '\e66f';
}

.pe-7s-call:before {
  content: '\e670';
}

.pe-7s-calculator:before {
  content: '\e671';
}

.pe-7s-browser:before {
  content: '\e672';
}

.pe-7s-box2:before {
  content: '\e673';
}

.pe-7s-box1:before {
  content: '\e674';
}

.pe-7s-bookmarks:before {
  content: '\e675';
}

.pe-7s-bicycle:before {
  content: '\e676';
}

.pe-7s-bell:before {
  content: '\e677';
}

.pe-7s-battery:before {
  content: '\e678';
}

.pe-7s-ball:before {
  content: '\e679';
}

.pe-7s-back:before {
  content: '\e67a';
}

.pe-7s-attention:before {
  content: '\e67b';
}

.pe-7s-anchor:before {
  content: '\e67c';
}

.pe-7s-albums:before {
  content: '\e67d';
}

.pe-7s-alarm:before {
  content: '\e67e';
}

.pe-7s-airplay:before {
  content: '\e67f';
}

@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;
}

body {
  font-family:
    'Lato', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック',
    'MS PGothic', Sans-Serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  color: #3d3d3d;
}

h1,
h2,
h3,
h4,
h4,
h5,
h6 {
  font-weight: bold;
  font-feature-settings: 'palt';
}

h1.page-header__title {
  font-size: 35px;
}

.entry_inner h2 {
  font-size: 28px;
  color: #51bd6f;
  margin: 30px 0 30px 0;
  padding: 0;
}

.entry .entry_inner h3 {
  font-size: 22px;
  color: #3d3d3d;
  line-height: 1.4em;
}

.entry_inner h4 {
  font-size: 18px;
  color: #575757;
  line-height: 1.4em;
}

.entry_inner .lead {
  font-size: 20px;
}

.entry_inner .lead_m {
  font-size: 17px;
}

@media (max-width: 767px) {
  h1.page-header__title {
    font-size: 20px;
    font-weight: normal;
  }
  .entry_inner h2 {
    font-size: 18px;
  }
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

i {
  font-style: normal;
}

/* */
.tx9 {
  font-size: 69%;
  line-height: 1.2em;
}

.tx10 {
  font-size: 77%;
  line-height: 1.2em;
}

.tx11 {
  font-size: 85%;
  line-height: 1.4em;
}

.tx12 {
  font-size: 93%;
}

.tx14 {
  font-size: 107%;
}

.tx15 {
  font-size: 116%;
}

.tx16 {
  font-size: 123.1%;
}

.tx18 {
  font-size: 139%;
}

.bldb {
  font-weight: bold;
}

.red {
  color: #ff0000;
}

.orange {
  color: #ff7a21;
}

.blue {
  color: #24b3c8;
}

.tomato {
  color: tomato;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.blk {
  display: block;
}

.inl {
  display: inline;
}

.inb {
  display: inline-block;
  display: inline;
  zoom: 1;
}

.ofa {
  overflow: auto;
}

.hide {
  display: none;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.ml0 {
  margin-left: 0px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.ind {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

.ind.notes {
  font-size: 12px;
  line-height: 1.5em;
  list-style: none;
  padding-top: 1em;
}

.ex {
  list-style: none;
  padding-left: 0;
  font-size: 12px;
  display: block;
}

.ex li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5em;
}

.ex span {
  color: red;
}

.ind.ex {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding-top: 0.5em;
}

.flex {
  display: flex;
}

.inner {
  padding: 0 20px;
}

.section_box {
  padding-bottom: 100px;
  padding-top: 30px;
  overflow: hidden;
}

.lead_s {
  max-width: 750px;
  margin: auto;
  padding: 0 15px;
}

.tx_l {
  font-size: 16px;
}

body a {
  color: #6f6f6f;
  text-decoration: underline;
  word-break: break-all;
}

body a:focus,
body a:hover {
  opacity: 0.6;
  color: #6f6f6f;
}
body a:active {
  color: inherit;
}

a:hover img {
  opacity: 0.8;
}

.pc_none {
  display: none;
}

.bdr_sec {
  padding: 1em 0;
}

.bdr_sec span {
  font-size: 30px;
  text-align: center;
  display: inline-block;
  position: relative;
  color: #ccc;
  line-height: 0;
}

.bdr_sec span:before {
  content: '';
  width: 150px;
  height: 10px;
  border-top: 1px solid #ccc;
  display: block;
  position: absolute;
  top: 0em;
  left: -150px;
}

.bdr_sec span:after {
  content: '';
  width: 150px;
  height: 10px;
  border-top: 1px solid #ccc;
  display: block;
  position: absolute;
  top: 0em;
  right: -150px;
}

.con div {
  background: #ccc;
  border: 1px solid #000;
}

.img-responsive {
  margin: 0 auto;
}

.glyphicon {
  margin-right: 0.3em;
}

.btn {
  border: none;
  border-radius: 2px;
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  .btn {
    padding-top: 8px;
    padding-bottom: 4px;
  }
}

.btn-tl {
  text-align: left;
  padding-left: 30px !important;
  padding-right: 75px !important;
}

.btn-lg {
  padding: 25px 50px;
  font-size: 17px;
  min-width: 220px;
  font-weight: bold;
}

.btn-xlg {
  min-width: 400px;
}

.btn-md {
  font-size: 14px;
  padding: 15px 60px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
  background-color: #ff7a21;
  font-weight: bold;
}

.btn-primary:hover {
  background-color: #ff6e0d;
}

.btn-default,
.btn-default:focus,
.btn-default:active {
  background-color: gray;
  color: #fff;
  outline: none;
}

.btn-default:hover {
  background-color: #666666;
  color: #fff;
}

.btn-wthite {
  background-color: #fff;
  color: #000;
}

.btn-gry {
  background-color: gray;
  color: #fff;
}

.btn-gry:hover {
  background-color: #8c8c8c;
  color: #fff;
}

.btn-blk {
  background-color: #333333;
  color: #fff;
}

.btn-blk:hover {
  background-color: #404040;
  color: #fff;
}

.btn-bdr {
  border: 2px solid #888;
  color: #333;
}

.btn-bdr:hover {
  border-color: #000;
}

.btn-bdr-fff {
  border: 2px solid #fff;
  color: #333;
}

.btn-bdr-fff:hover {
  border-color: #ff7a21;
}

.btn-backform {
  background-color: #cccccc;
  color: #fff;
}

.btn-backform:hover,
.btn-backform:focus,
.btn-backform:active {
  background-color: #aaaaaa;
  color: #fff;
}

.btn-bdr {
  border: 1px solid #ddd;
  color: #333;
}

.btn-bdr:hover {
  background: #fafafa;
}

.btn-bdr-or {
  border: 2px solid #ffa86e;
  color: #ff893b;
}

.btn-bdr-or:hover {
  background: #ff7a21;
  color: #fff;
}

.btn-bdr-bl {
  border: 2px solid #58cfe1;
  color: #2cc3d9;
}

.btn-bdr-bl:hover {
  background: #24b3c8;
  color: #fff;
}

.btn-next {
  overflow: hidden;
}

.btn-next:before {
  content: '\e00d';
  font-family: 'icomoon';
  left: auto;
  right: 10px;
  z-index: 2;
  position: absolute;
}

.btn-next:after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 65px;
  height: 200%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg);
}

.btn-next:hover:after {
  width: 85px;
}

.btn-back {
  overflow: hidden;
}

.btn-back:before {
  content: '\e003';
  font-family: 'icomoon';
  right: auto;
  left: 10px;
  z-index: 2;
  position: absolute;
}

.btn-back:after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 65px;
  height: 300%;
  background: rgba(255, 255, 255, 0.15);
  z-index: 1;
  left: 0;
  top: 0;
  margin: -5px 0 0 -30px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg);
}

.btn-back:hover:after {
  width: 85px;
}

.btn_or {
  background: #ff7a21;
  color: #fff;
}

.btn_or:hover {
  background: #ff6802;
  color: #fff;
}

.btn_lg {
  padding: 16px;
  font-size: 18px;
  width: 300px;
  max-width: 100%;
  box-sizing: border-box;
}

.btn_round {
  border-radius: 100px;
}

.table {
  border-bottom: 1px solid #ddd;
}

.table thead tr th {
  background: #d9f4f8;
  text-align: center;
  border-bottom: none !important;
  vertical-align: middle;
  padding: 12px 5px;
}

.table thead tr th:not(:first-child) {
  border-left: 1px solid #fff;
}

.table th,
.table td {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.table i.fa-exclamation-triangle {
  color: #ff7a21;
  font-size: 120%;
}

.table i.fa-circle-o {
  color: #24b3c8;
  font-size: 120%;
}

.table i.fa-times {
  color: #ccc;
  font-size: 120%;
}

.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 4px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  box-shadow: 0 0 1px #fff;
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .wtr {
    position: relative;
  }
  .wtr b.shadow {
    content: '';
    position: absolute;
    width: 25px;
    height: 100%;
    top: 0px;
    right: 0;
    background: -webkit-gradient(
      linear,
      left,
      from(transparent),
      to(rgba(0, 0, 0, 0.2))
    );
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2));
  }
}

@media (max-width: 1023px) {
  .section_box {
    padding-bottom: 50px;
    padding-top: 20px;
    overflow: hidden;
  }
  ul.ex {
    margin-left: 10px;
  }
}

@media (max-width: 480px) {
  .pc_none {
    display: block;
  }
  .btn {
    max-width: 100%;
    text-align: center;
  }
  .btn.btn-md {
    padding-left: 15px;
    padding-right: 15px;
  }
  .btn.btn-lg {
    padding: 20px 20px;
    font-size: 14px;
  }
  .sp_none {
    display: none;
  }
}

p {
  margin-bottom: 0;
}

.alignleft {
  display: inline;
  float: none;
  margin-right: auto;
}

.alignright {
  display: inline;
  float: none;
  margin-left: auto;
}

.aligncenter {
  text-align: start;
}

textarea,
input[type='text'] {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.d-none {
  display: none;
}

#container {
  overflow: visible;
}

.container {
  overflow: visible;
}

#header {
  height: 60px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #eee;
  transition: 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#contents {
  padding-top: 60px;
}

#header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.home #header {
  z-index: 100;
}

@media (max-width: 991px) {
  #header .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  #header {
    padding-top: 0;
    padding-bottom: 0px;
  }
  #header .container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

header.fixed {
  -webkit-animation: move 0.5s ease;
  animation: move 0.5s ease;
}

header.re {
  -webkit-animation: re-move 0.5s ease;
  animation: re-move 0.5s ease;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes re-move {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes move {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes re-move {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0);
  }
}

a,
a:focus {
  outline: none;
}
.header--default .header__content {
  display: table;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.site-branding a:hover img {
  opacity: 1;
  display: block;
}

.global-nav {
  display: block;
  float: right;
}

.global-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
}

.global-nav ul li {
  float: left;
  position: relative;
}

.global-nav ul li a {
  display: block;
  color: #000;
}

.global-nav ul li a:hover {
  color: #555;
}

.page-top #header:not(.fixed) .global-nav ul li a {
  color: #fff;
  font-weight: bold;
}

.page-top #header:not(.fixed) .global-nav ul li a:hover {
  color: #ccc;
}

@media (min-width: 992px) {
  .global-nav ul li .sub-menu {
    display: none;
    top: calc(100% - 1px) !important;
  }
}

@media (min-width: 992px) {
  .global-nav ul li ul {
    visibility: hidden;
    opacity: 0;
  }
}

@media (max-width: 767px) {
  #header {
    display: flex;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }
  #header .container {
    display: flex;
    flex: 1;
  }
  .header--default .header__content {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .header--default .header__content .header__col-left {
    padding-left: 15px;
  }
  .header--default .header__content .global-nav-wrapper {
    display: none;
  }
}

@media (max-width: 991px) {
  #responsive-btn,
  .responsive-btn {
    display: none !important;
  }
  .responsive-nav {
    display: block !important;
  }
}

@media (max-width: 767px) {
  #responsive-btn,
  .responsive-btn {
    display: flex !important;
  }
  .responsive-nav {
    display: block !important;
  }
  .global-nav {
    display: none !important;
  }
  .off-canvas-nav {
    display: block !important;
  }
}

#responsive-btn,
.responsive-btn {
  bottom: auto;
  background: none;
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #000;
  padding: 0;
  padding-left: 4px;
}

#responsive-btn:before,
.responsive-btn:before {
  position: relative;
}

@media (min-width: 768px) {
  #responsive-btn,
  .responsive-btn {
    display: none !important;
  }
}

.responsive-btn {
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.responsive-btn span {
  display: inline-block;
}

.responsive-btn i {
  transition: 0.5s;
  width: 23px;
  height: 2px;
  background: #333;
  display: block;
  position: relative;
}

.responsive-btn i:first-child {
  top: -5px;
}

.responsive-btn i:last-child {
  top: 5px;
}

.responsive-btn.active i {
  opacity: 0;
}

.responsive-btn.active i:first-child {
  opacity: 1;
  top: 1.5px;
  transform: rotate(405deg);
}

.responsive-btn.active i:last-child {
  opacity: 1;
  top: -1.5px;
  transform: rotate(-405deg);
}

.off-canvas-nav {
  right: 0 !important;
  z-index: 500;
  width: 100%;
  height: 0px;
  top: 60px !important;
  visibility: hidden;
  transition-delay: 0.3s !important;
}

.off-canvas-nav li a {
  text-align: center !important;
}

.off-canvas-nav li a span {
  display: inline-block;
}

.off-canvas-nav.active {
  height: calc(100% - 60px);
  visibility: visible;
}

body .gnavs {
  zoom: 1;
  font-size: 15px;
}

body .gnavs:before,
body .gnavs:after {
  content: '\0020';
  display: block;
  height: 0;
  overflow: hidden;
}

body .gnavs:after {
  clear: both;
}

body .gnavs li a {
  margin-left: 8px;
  margin-right: 8px;
  padding: 0px 20px;
  padding-top: 2px;
}

@media (max-width: 991px) {
  body .gnavs li a {
    padding-left: 3px;
    padding-right: 3px;
  }
}

body .gnavs ul.menu > li.current-menu-item > a,
body .gnavs ul.menu > li.current-menu-ancestor > a,
body .gnavs ul.menu > li.current-page-ancestor > a {
  position: relative;
  color: #000;
}

@media (min-width: 768px) {
  body .gnavs ul.menu > li.current-menu-item > a span,
  body .gnavs ul.menu > li.current-menu-ancestor > a span,
  body .gnavs ul.menu > li.current-page-ancestor > a span {
    position: relative;
  }
  body .gnavs ul.menu > li.current-menu-item > a span:before,
  body .gnavs ul.menu > li.current-menu-ancestor > a span:before,
  body .gnavs ul.menu > li.current-page-ancestor > a span:before {
    content: ' ';
    position: absolute;
    top: -8px;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #b3b3b3;
  }
}

@media (max-width: 991px) {
  .bread_crumb .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#footer {
  background: #333 !important;
  position: relative;
}

#footer .pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 500;
  border-radius: 100%;
  text-align: center;
}

#footer .pagetop span {
  width: 32%;
  height: 32%;
  display: inline-block;
  cursor: pointer;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  position: relative;
  top: 13%;
}

@media (max-width: 767px) {
  #footer .pagetop {
    right: 10px;
    bottom: 10px;
  }
}

#footer svg.footer_hd {
  position: absolute;
  width: 600px;
  top: -1px;
  left: 50%;
  margin-left: -300px;
  height: 60px;
  z-index: 10;
}

.footer-office-link {
  padding-top: 60px;
  background: #1659a1;
  color: #fff;
}

.footer-office-link .row {
  margin: 30px 0;
}

@media (max-width: 767px) {
  .footer-office-link .row {
    margin: 10px -31px;
  }
}

.footer-office-link h5 {
  margin-top: 0;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 767px) {
  .footer-office-link h5 {
    text-align: center;
    font-size: 12px;
  }
}

.footer-office-link ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  table-layout: fixed;
  font-size: 16px;
}

.footer-office-link ul > li {
  display: table-cell;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 1.2em;
  vertical-align: middle;
  font-size: 13px;
}

.footer-office-link ul > li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

@media (max-width: 767px) {
  .footer-office-link ul > li {
    padding: 0 3px;
  }
}

.footer-office-link ul a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 6px;
  padding-right: 6px;
}

@media (max-width: 767px) {
  .footer-office-link ul a {
    padding: 0;
    font-size: 10px;
    letter-spacing: -0.05em;
  }
}

@media (max-width: 767px) {
  .footer-office-link {
    padding-bottom: 10px;
    margin-bottom: -20px;
    position: relative;
    z-index: 5;
  }
}

.footer-btn-area {
  position: relative;
  background: #ddd;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 80px;
  color: #fff;
}

@media (max-width: 991px) {
  .footer-btn-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-btn-area div[class^='col']:last-child {
    margin-top: 30px;
  }
}

.footer-btn-area a,
.footer-btn-area p {
  display: block;
  margin: 0 auto;
}

.footer-btn-area p {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .footer-btn-area p {
    letter-spacing: normal;
    font-size: 13px;
  }
}

.footer-btn-area .btn {
  font-size: 18px;
}

@media (min-width: 992px) {
  .footer-btn-area .btn {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .footer-btn-area .btn {
    padding: 20px 10px;
  }
}

.footer-btn-area .btn i {
  display: inline-block;
  vertical-align: -35%;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background: url(/wp-content/themes/sw-corp/image/footer_btn_ico1.svg) center
    no-repeat;
}

.footer-btn-area .btn i.inq {
  background: url(/wp-content/themes/sw-corp/image/footer_btn_ico2.svg) center
    no-repeat;
}

.footer-subbtn-area {
  background: #78ac86;
}

.footer-subbtn-area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.footer-subbtn-area ul li {
  flex: 1 0 0%;
  text-align: center;
}

.footer-subbtn-area ul li:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-subbtn-area ul a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .footer-subbtn-area ul a {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
  }
}

.footer-widget-area {
  padding: 40px 0 0;
}

@media (max-width: 767px) {
  .footer-widget-area {
    padding-top: 0;
  }
}

.footer-nav {
  text-align: center;
  zoom: 1;
  padding: 0;
}

.footer-nav:before,
.footer-nav:after {
  content: '\0020';
  display: block;
  height: 0;
  overflow: hidden;
}

.footer-nav:after {
  clear: both;
}

.footer-nav a {
  color: #fff !important;
  font-size: 14px;
}

.footer-nav li {
  display: inline-block;
}

@media (max-width: 767px) {
  .footer-nav {
    margin-left: 0;
  }
  .footer-nav li {
    padding: 0;
    margin: 0;
    display: block;
  }
  .footer-nav a {
    display: block;
    width: 100%;
    float: left;
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-nav a:hover {
    background: #4d4d4d !important;
  }
}

@media (min-width: 768px) {
  .footer-nav li {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) {
  .footer-nav li {
    padding: 10px 40px;
  }
}

.copyright {
  background: #1d1d1d;
  color: #ccc;
  text-align: center;
  padding-bottom: 40px;
  opacity: 0.6;
}

.copyright .container {
  display: flex;
}

.copyright .container .list-inline {
  margin-bottom: 0;
}

.copyright .container .list-inline li:not(:first-child) {
  margin-left: 30px;
}

.copyright .container .list-inline a,
.copyright .container .list-inline a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .copyright .container .p {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .copyright {
    margin-top: 0;
  }
  .copyright .container {
    flex-direction: column;
  }
}

.full_width {
  margin-left: -500%;
  margin-right: -500%;
  padding-left: 500%;
  padding-right: 500%;
}

@media (min-width: 992px) {
  section > .container,
  .no_pd {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .no-page-header {
    display: none;
  }
}

.page-campaign .social {
  display: none;
}

.social {
  zoom: 1;
}

.social:before,
.social:after {
  content: '\0020';
  display: block;
  height: 0;
  overflow: hidden;
}

.social:after {
  clear: both;
}

.social > div {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
}

.social .print {
  float: right;
  margin: -10px 0 30px 0;
}

.social .twitter {
  overflow: hidden;
}

.social .facebook {
  overflow: hidden;
  position: relative;
  top: -5px;
}

.social .google {
  overflow: hidden;
}

.social .pocket {
  overflow: hidden;
}

.social .hatena {
  overflow: hidden;
}

.social .bookmark {
  position: relative;
  cursor: pointer;
}

.social .bookmark .btn {
  padding: 0;
  border-radius: 0;
  vertical-align: top;
  line-height: 0;
}

.social .bookmark-inside {
  display: none;
  position: absolute;
  width: 108px;
  top: 22px;
  left: 0;
  border: 1px solid #e5e5e5;
  z-index: 10;
}

.social .bookmark-inside a {
  display: block;
  padding: 2px 4px;
  font-size: 85%;
  text-decoration: none;
  background: #fff;
}

.social .bookmark-inside a:hover {
  background: #eee;
}

.social .bookmark-inside a img {
  margin: 0 5px 0 0;
}

body.single-post .entry .entry-title {
  line-height: 1.2;
  font-size: 26px;
}

@media (max-width: 991px) {
  body.single-post .entry .entry-title {
    font-size: 22.34px;
  }
}

body.single-post .entry .date_single:before {
  content: ' ';
  border-bottom: 1px solid #ccc;
  width: 1em;
  margin-right: 6px;
  display: inline-block;
  position: relative;
  top: -0.5em;
}

body.single-post .entry h3 {
  background: whitesmoke;
  padding: 15px 10px;
  font-size: 16px;
}

@media (max-width: 767px) {
  body.single-post .entry h3 {
    padding: 10px;
  }
}

body.single-post .entry h5 {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 4px;
}

.archive_list li a {
  padding: 20px;
}

.archive_list li {
  border-left: 1px solid #e6e6e6;
}

.archive_list li:first-child {
  border: none;
}

@media (max-width: 767px) {
  .archive_list li {
    border: none;
  }
  .archive_list li a {
    padding: 6px;
  }
}

.entries-archive_hd {
  background: whitesmoke;
  padding: 15px 10px;
}

.entries-archive .entry-title {
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
}

.entries-archive .date {
  padding-left: 1em;
  width: 10em;
}

@media (max-width: 767px) {
  .entries-archive .date {
    padding: 0;
    margin-bottom: 5px;
  }
}

.entries-archive .entry {
  display: table;
}

@media (max-width: 767px) {
  .entries-archive .entry {
    display: block;
    margin-bottom: 20px;
  }
}

.entries-archive .entry > p,
.entries-archive .entry .entry-title {
  display: table-cell;
}

@media (max-width: 767px) {
  .entries-archive .entry > p,
  .entries-archive .entry .entry-title {
    display: block;
  }
}

.bold {
  font-weight: bold;
}

.article {
  background: #fbfbfb;
}

@media (max-width: 767px) {
  .article .entry.container {
    padding-left: 0;
    padding-right: 0;
  }
}

#main {
  margin-bottom: 0;
}

#main .w_page-header {
  display: flex;
}

#main .page-header {
  position: relative;
  flex: 1;
  padding: 8px 0;
  border: none;
  display: flex;
  margin: 0;
  min-height: 310px;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  background-image: url('./img/page-header_bg_company.png');
}

@media (max-width: 991px) {
  #main .page-header {
    min-height: 160px;
  }
}

@media (max-width: 767px) {
  #main .page-header {
    min-height: 100px;
  }
}

body.page-contact #main .page-header,
body.single-post #main .page-header {
  min-height: 210px;
}

@media (max-width: 991px) {
  body.page-contact #main .page-header,
  body.single-post #main .page-header {
    min-height: 140px;
  }
}

@media (max-width: 767px) {
  body.page-contact #main .page-header,
  body.single-post #main .page-header {
    min-height: 80px;
  }
}

#main .page-header .bread-crumb {
  opacity: 0.7;
}

#main .page-header .bread-crumb a {
  color: #fff;
}

#main .page-header .page-header_inner {
  position: relative;
  display: flex;
  flex-direction: column;
}

#main .page-header .page-header_inner .page-header_inntop {
  display: flex;
  border-bottom: 1px solid rgba(254, 203, 68, 0.7);
}

#main .page-header .page-header_inner .page-header_inntop .page-header__subttl {
  margin-left: auto;
  font-size: 12px;
  opacity: 0.6;
}

@media (max-width: 767px) {
  #main
    .page-header
    .page-header_inner
    .page-header_inntop
    .page-header__subttl {
    font-size: 10px;
  }
}

#main .page-header .page-header_inner .w_page-header__title {
  display: flex;
  flex: 1;
  align-items: center;
}

#main
  .page-header
  .page-header_inner
  .w_page-header__title
  .page-header__title {
  position: relative;
  top: -30px;
}

@media (max-width: 991px) {
  #main
    .page-header
    .page-header_inner
    .w_page-header__title
    .page-header__title {
    top: -10px;
  }
}

@media (max-width: 767px) {
  #main
    .page-header
    .page-header_inner
    .w_page-header__title
    .page-header__title {
    top: 0;
  }
}

#main .page-header .page-header_inner .bread-crumb {
  margin-bottom: 10px;
  flex: 1;
}

#main .page-header .page-header_inner .bread-crumb .s {
  width: calc(100% - 10em);
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

@media (max-width: 991px) {
  #main .page-header .page-header_inner .bread-crumb .s {
    width: calc(100vw - 16em);
  }
}

@media (max-width: 767px) {
  #main .page-header .page-header_inner .bread-crumb {
    font-size: 10px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  #main .page-header .page-header_inner {
    width: 100%;
  }
}

.page-service #main .page-header {
  background-image: url('./img/page-header_bg_service.png');
}

.page-ir-child #main .page-header,
.page-ir #main .page-header {
  background-image: url('./img/page-header_bg_ir.png');
}

.single-post #main .page-header,
.page-news #main .page-header {
  background-image: url('./img/page-header_bg_news.png');
}

.contents_frame {
  display: flex;
}

@media (max-width: 767px) {
  .contents_frame {
    flex-direction: column-reverse;
  }
}

.side-menu {
  width: 220px;
  margin-top: 40px;
  padding-right: 30px;
  position: relative;
  z-index: 40;
}

.side-menu .menu-title {
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 16px;
  color: #999;
  display: none;
}

.side-menu a {
  display: block;
  color: #333;
  text-decoration: none;
}

.side-menu a:focus,
.side-menu a:active,
.side-menu a:hover {
  text-decoration: none;
  color: #333;
}

.side-menu a .menu,
.side-menu > div > .menu {
  padding: 8px 10px;
}

.side-menu > a .menu:not(.menu-current):hover {
  background: rgb(255 236 46 / 30%);
  color: #000;
}

.side-menu a .menu-current {
  background: #000;
  color: #fff;
}

@media (max-width: 991px) {
  .side-menu {
    margin-top: 30px;
    width: 190px;
  }
  .side-menu .menu-title {
    font-size: 12px;
  }
  .side-menu a .menu {
    padding: 2px 10px;
  }
}

@media (max-width: 767px) {
  .side-menu {
    width: auto;
    padding-right: 0;
    margin-top: 20px;
    display: none;
  }
  .side-menu > div > .menu_faq {
    padding: 0;
  }
}

.side-menu ul.submenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
}

.side-menu ul.submenu li a {
  padding: 8px 0px;
  padding-left: 20px;
  padding-right: 5px;
  line-height: 1.2;
  background: #eeeeee;
}

.side-menu ul.submenu li a:hover {
  background: #e1e1e1;
  color: #333;
}

.side-menu ul.submenu li.select a {
  background: white;
}

.content-main {
  flex: 1;
  margin-top: -50px;
  position: relative;
}

@media (max-width: 991px) {
  .content-main {
    margin-top: 0;
  }
}

.content-main > .content-box {
  position: relative;
  z-index: 30;
  background: #fff;
  padding: 40px 80px;
  margin-bottom: 80px;
  min-height: 680px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .content-main > .content-box {
    padding: 30px 15px;
    margin-bottom: 0px;
  }
}

.content-main:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px;
  z-index: 10;
}

@media (max-width: 991px) {
  .content-main:after {
    display: none;
  }
}

.content-main:before {
  content: '';
  position: absolute;
  top: 100px;
  left: -50px;
  width: calc(100% + 100px);
  height: calc(100% - 100px);
  background: linear-gradient(rgba(251, 251, 251, 0), #fbfbfb 300px);
  z-index: 20;
}

@media (max-width: 991px) {
  .content-main:before {
    display: none;
  }
}

.title {
  line-height: 1.2;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 80px;
  padding-bottom: 40px;
  position: relative;
}

@media (max-width: 991px) {
  .title {
    font-size: 24.46px;
  }
}

@media (max-width: 991px) {
  .title {
    margin-bottom: 49px;
  }
}

@media (max-width: 991px) {
  .title {
    padding-bottom: 27px;
  }
}

.title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  top: auto;
  bottom: 0px;
  width: 65px;
  height: 10px;
  background: #fecb44;
}

#footer-menu {
  opacity: 0.6;
}

#footer-menu .menu {
  font-size: 14px;
}

@media (min-width: 768px) {
  #footer-menu .menu {
    display: flex;
  }
}

@media (max-width: 767px) {
  #footer-menu .menu {
    margin-bottom: 20px;
  }
}

#footer-menu .menu .box {
  flex-grow: 1;
}

#footer-menu .menu .box:nth-of-type(3) {
  flex-grow: 1.5;
}

#footer-menu .menu .box:nth-of-type(4) {
  flex-grow: 0.7;
}

#footer-menu .menu .box:nth-of-type(5) .ttl,
#footer-menu .menu .box:nth-of-type(5) hr {
  visibility: hidden;
}

@media (max-width: 767px) {
  #footer-menu .menu .box:nth-of-type(5) .ttl,
  #footer-menu .menu .box:nth-of-type(5) hr {
    display: none;
  }
}

#footer-menu .menu .box hr {
  width: 16px;
  float: left;
  opacity: 0.4;
  margin-top: 5px;
}

@media (max-width: 767px) {
  #footer-menu .menu .box hr {
    float: none;
    text-align: center;
  }
}

#footer-menu .menu .box .ttl {
  color: #fff;
  font-size: 16px;
}

@media (max-width: 991px) {
  #footer-menu .menu .box .ttl {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #footer-menu .menu .box .ttl {
    padding-top: 15px;
    font-size: 12px;
    text-align: center;
  }
}

#footer-menu .menu .box ul {
  clear: both;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#footer-menu .menu .box ul li {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  #footer-menu .menu .box ul {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #footer-menu .menu .box ul {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
  }
  #footer-menu .menu .box ul li {
    width: 50%;
    text-align: center;
  }
}

#footer-menu .menu .box a,
#footer-menu .menu .box a:hover {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  #footer-menu .menu .box {
    flex: 1;
  }
  #footer-menu .menu .box:nth-of-type(1) {
    flex: 0.5;
  }
  #footer-menu .menu .box:nth-of-type(3) {
    flex: 0.4;
  }
  #footer-menu .menu .box ul li {
    line-height: 1.2;
    margin-bottom: 20px;
    margin-right: 10px;
  }
}

body.page-top #header.fixed .logo_mg_w {
  display: none;
}

@media (min-width: 768px) {
  body.page-top #header:not(.fixed) {
    background: transparent;
    border: none;
  }
}

body.page-top #header:not(.fixed) .logo_mg {
  display: none;
}

@media (min-width: 768px) {
  body.page-top #contents {
    padding-top: 0px;
  }
}

.top_main {
  position: relative;
}

.top_main .catch {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  align-items: center;
  justify-content: center;
}

.top_main .catch .catch_inner {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .top_main .catch .catch_inner {
    top: -70px;
  }
}

.top_main .catch .hd {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .top_main .catch .hd {
    margin-top: 15px;
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .top_main .catch .hd {
    margin-top: 10px;
  }
}

.top_main .catch .ou {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.2;
  font-size: 16px;
}

@media (max-width: 991px) {
  .top_main .catch .ou {
    font-size: 17.04px;
  }
}

@media (max-width: 991px) {
  .top_main .catch .ou {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .top_main .catch .ou {
    font-size: 11px;
  }
}

.top_main .catch img {
  width: calc(29vw + 210px);
  display: block;
}

.top_main .catch .top_lead {
  line-height: 1.2;
  font-size: 20px;
}

@media (max-width: 991px) {
  .top_main .catch .top_lead {
    font-size: 19.16px;
  }
}

@media (max-width: 991px) {
  .top_main .catch .top_lead {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .top_main .catch .top_lead {
    font-size: 14px;
  }
}

.top_main .movie {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .top_main .movie {
    height: calc(70vh - 60px);
  }
}

@media (max-width: 767px) {
  .top_main .movie {
    height: calc(50vh - 60px);
  }
}

.top_main .movie video {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 110%;
  min-height: 110%;
}

.top_main .movie:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}

.top_link {
  background: #333;
  border-top: 12px solid #fecb44;
  position: relative;
  z-index: 60;
}

@media (min-width: 768px) {
  .top_link {
    margin-top: -136px;
  }
}

@media (max-width: 767px) {
  .top_link {
    margin-top: 0;
    border-top-width: 6px;
  }
  .top_link .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.top_link ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.top_link ul li {
  flex: 1;
  text-align: center;
}

.top_link ul a {
  color: #fff;
  line-height: 1.2;
  font-size: 20px;
  display: block;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}

.top_link ul a:hover,
.top_link ul a:active,
.top_link ul a:focus {
  text-decoration: none;
}

@media (max-width: 991px) {
  .top_link ul a {
    font-size: 19.16px;
  }
}

.top_link ul a:hover {
  background: rgba(0, 0, 0, 0.2);
}

.top_link ul a:before {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 50%;
  height: 16px;
  width: 1px;
  background: white;
}

@media (max-width: 767px) {
  .top_link ul a {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .top_link ul a:before {
    height: 5px;
    bottom: 30%;
  }
}

.top_cont {
  background: #fff;
  position: relative;
  z-index: 50;
  padding-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .top_cont {
    padding-top: 49px;
  }
}

@media (max-width: 991px) {
  .top_cont {
    margin-bottom: 49px;
  }
}

@media (max-width: 767px) {
  .top_cont {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}

.top_cont .container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.top_cont .container #newslist {
  flex: 1;
}

.top_cont .top_bana_box {
  margin-top: 20px;
  margin-left: 80px;
  width: 300px;
}

.top_cont .news_header {
  display: flex;
  align-items: center;
}

.top_cont .news_header .hd {
  flex: 1;
}

.top_cont .news_header .hd i {
  font-size: 50%;
  display: inline-block;
  margin-left: 5px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .top_cont .news_header .hd {
    font-size: 16px;
  }
}

.top_cont .news_header .rt {
  margin-left: auto;
}

@media (max-width: 767px) {
  .top_cont .news_header .rt .btn {
    font-size: 10px;
  }
}

.side_bana_box {
  margin-top: 30px;
}

.side_bana_box .bana {
  display: flex;
  background: #fff;
  height: 70px;
}

.side_bana_box .bana .bana_tx {
  padding: 3px;
}

.side_bana_box .bana .bana_tx .bana_ttl {
  padding-top: 0;
  line-height: 1.2;
}

.bana {
  position: relative;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 6px solid rgba(153, 153, 153, 0.1);
}

.bana:before,
.bana:after {
  transition: 0.3s;
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 6px solid rgba(153, 153, 153, 0.3);
}

.bana:before {
  top: -6px;
  left: -6px;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.bana:after {
  bottom: -6px;
  right: -6px;
  border-left-color: transparent;
  border-top-color: transparent;
}

.bana:hover {
  background: #fcfcfc;
  text-decoration: none;
}

.bana:hover:before,
.bana:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
}

.bana .bana_tx {
  color: #333;
  text-align: center;
  padding: 10px;
}

.bana .bana_tx .bana_ttl {
  display: inline-block;
  padding: 5px 10px;
}

.bana .bana_tx .bana_p {
  font-size: 10px;
  line-height: 1.3;
  color: #888;
}

.bana-lg {
  height: 130px;
}

@media (max-width: 767px) {
  .bana-lg {
    height: 100px;
  }
}

.bana-lg .bana_tx .bana_ttl {
  line-height: 1.2;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  text-align: left;
}

@media (max-width: 991px) {
  .bana-lg .bana_tx .bana_ttl {
    font-size: 20.22px;
  }
}

@media (max-width: 991px) {
  .bana-lg .bana_tx .bana_ttl {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .bana-lg .bana_tx .bana_ttl {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
}

.bana-lg .bana_tx .bana_ttl u {
  display: block;
  text-decoration: none;
  font-size: 60%;
  margin-bottom: 4px;
}

.bana-lg .bana_tx .bana_p {
  font-size: 14px;
  margin-top: 6px;
}

.page-about .entry__content .table {
  font-size: 16px;
}

@media (max-width: 767px) {
  .page-about .entry__content .table th {
    width: 6em;
  }
}

.nt_table a {
  word-break: break-all;
}

.nt_table th {
  opacity: 0.5;
  font-size: 80%;
}

.nt_table .sum_stock {
  background: #eceff4;
  font-weight: bold;
}

@media (max-width: 767px) {
  .page-holder .nt_table td:first-child {
    width: 50%;
  }
}

.page-message .subtitle {
  line-height: 1.2;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .page-message .subtitle {
    font-size: 20.22px;
  }
}

@media (max-width: 991px) {
  .page-message .subtitle {
    margin-bottom: 27px;
  }
}

@media (max-width: 767px) {
  .page-message .subtitle {
    font-size: 18px;
  }
  .page-message .subtitle br {
    display: none;
  }
}

.page-message .messe_sign {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
}

.page-message .messe_sign figure:first-child {
  margin-right: 40px;
}

.page-executive-test .entry__content .content-main .outer,
.page-executive .entry__content .content-main .outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .page-executive-test .entry__content .content-main .outer,
  .page-executive .entry__content .content-main .outer {
    margin-left: -80px;
    margin-right: -80px;
  }
}

.page-executive-test .entry__content .content-main .content-box .title-bar,
.page-executive .entry__content .content-main .content-box .title-bar {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .page-executive-test .entry__content .content-main .content-box .title-bar,
  .page-executive .entry__content .content-main .content-box .title-bar {
    margin-bottom: 27px;
  }
}

.page-executive-test
  .entry__content
  .content-main
  .content-box
  .title-bar:nth-of-type(4),
.page-executive
  .entry__content
  .content-main
  .content-box
  .title-bar:nth-of-type(4) {
  margin-top: 70px;
}

@media (max-width: 991px) {
  .page-executive-test
    .entry__content
    .content-main
    .content-box
    .title-bar:nth-of-type(4),
  .page-executive
    .entry__content
    .content-main
    .content-box
    .title-bar:nth-of-type(4) {
    margin-top: 43.5px;
  }
}

.page-executive-test .entry__content .exe,
.page-executive .entry__content .exe {
  display: block;
  position: relative;
  cursor: pointer;
  color: #333;
  background: #e4e9ed;
  width: 50%;
}

.page-executive-test .entry__content .exe.-even,
.page-executive .entry__content .exe.-even {
  background: #f2f5fa;
}

.page-executive-test .entry__content .exe .tx,
.page-executive .entry__content .exe .tx {
  position: absolute;
  z-index: 10;
  top: 40%;
  left: 40px;
  font-family: serif;
  font-weight: bold;
  color: #000;
}

.page-executive-test .entry__content .exe .tx b,
.page-executive .entry__content .exe .tx b {
  display: block;
  font-weight: normal;
  margin-top: 10px;
  line-height: 1.2;
  font-size: 22px;
}

@media (max-width: 991px) {
  .page-executive-test .entry__content .exe .tx b,
  .page-executive .entry__content .exe .tx b {
    font-size: 20.22px;
  }
}

.page-executive-test .entry__content .exe .executive-frame,
.page-executive .entry__content .exe .executive-frame {
  display: none;
}

@media (max-width: 1199px) {
  .page-executive-test .entry__content .exe .tx,
  .page-executive .entry__content .exe .tx {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .page-executive-test .entry__content .exe .tx,
  .page-executive .entry__content .exe .tx {
    top: auto;
    bottom: 5px;
  }
  .page-executive-test .entry__content .exe .tx span,
  .page-executive .entry__content .exe .tx span {
    font-size: 10px;
  }
  .page-executive-test .entry__content .exe .tx b,
  .page-executive .entry__content .exe .tx b {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: -2px;
  }
  .page-executive-test .entry__content .exe .tx i,
  .page-executive .entry__content .exe .tx i {
    font-size: 10px;
  }
}

@media (max-width: 991px) {
  .page-executive-test .entry__content .outer .exe .tx,
  .page-executive .entry__content .outer .exe .tx {
    left: 10px;
  }
  .page-executive-test .entry__content .outer .exe .tx i,
  .page-executive .entry__content .outer .exe .tx i {
    font-size: 12px;
    background: #333;
    padding: 2px;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .page-executive-test .entry__content .outer .exe .tx,
  .page-executive .entry__content .outer .exe .tx {
    left: 10px;
  }
  .page-executive-test .entry__content .outer .exe .tx i,
  .page-executive .entry__content .outer .exe .tx i {
    font-size: 10px;
  }
}

.page-executive-test .entry__content .exe_modal,
.page-executive .entry__content .exe_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 500;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .page-executive-test .entry__content .exe_modal,
  .page-executive .entry__content .exe_modal {
    background: #fff;
  }
}

.page-executive-test .entry__content .exe_modal .b_close,
.page-executive .entry__content .exe_modal .b_close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  line-height: 1.2;
  font-size: 30px;
  z-index: 10;
}

@media (max-width: 991px) {
  .page-executive-test .entry__content .exe_modal .b_close,
  .page-executive .entry__content .exe_modal .b_close {
    font-size: 24.46px;
  }
}

@media (max-width: 767px) {
  .page-executive-test .entry__content .exe_modal .b_close,
  .page-executive .entry__content .exe_modal .b_close {
    color: #000;
    top: 15px;
    right: 20px;
  }
}

.page-executive-test .entry__content .exe_modal .close_triggeer,
.page-executive .entry__content .exe_modal .close_triggeer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-executive-test .entry__content .exe_modal.active,
.page-executive .entry__content .exe_modal.active {
  visibility: visible;
  opacity: 1;
}

.page-executive-test .entry__content .exe_modal .slick,
.page-executive .entry__content .exe_modal .slick {
  width: 660px;
}

@media (max-width: 767px) {
  .page-executive-test .entry__content .exe_modal .slick,
  .page-executive .entry__content .exe_modal .slick {
    width: 100vw;
    height: 100vh;
  }
}

.page-executive-test .entry__content .exe_modal .slick-arrow,
.page-executive .entry__content .exe_modal .slick-arrow {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 43%;
  z-index: 10;
  border: none;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  background: transparent;
  font-size: 0px;
  width: 20px;
  height: 20px;
  outline: none;
}

.page-executive-test .entry__content .exe_modal .slick-arrow.slick-prev,
.page-executive .entry__content .exe_modal .slick-arrow.slick-prev {
  left: -20px;
  transform: rotate(-45deg);
}

.page-executive-test .entry__content .exe_modal .slick-arrow.slick-next,
.page-executive .entry__content .exe_modal .slick-arrow.slick-next {
  right: -20px;
  transform: rotate(135deg);
}

@media (max-width: 767px) {
  .page-executive-test .entry__content .exe_modal .slick-arrow,
  .page-executive .entry__content .exe_modal .slick-arrow {
    width: 12px;
    height: 12px;
    border-top-color: #000;
    border-left-color: #000;
  }
  .page-executive-test .entry__content .exe_modal .slick-arrow.slick-prev,
  .page-executive .entry__content .exe_modal .slick-arrow.slick-prev {
    left: 10px;
  }
  .page-executive-test .entry__content .exe_modal .slick-arrow.slick-next,
  .page-executive .entry__content .exe_modal .slick-arrow.slick-next {
    right: 10px;
  }
}

.page-executive-test .entry__content .exe_modal .exe .exe_top,
.page-executive .entry__content .exe_modal .exe .exe_top {
  overflow: hidden;
  position: relative;
}

.page-executive-test .entry__content .exe_modal .exe figure,
.page-executive .entry__content .exe_modal .exe figure {
  float: right;
  height: 330px;
  overflow: hidden;
}

.page-executive-test .entry__content .exe_modal .exe figure img,
.page-executive .entry__content .exe_modal .exe figure img {
  margin-top: -15px;
}

.page-executive-test .entry__content .exe_modal .exe .tx,
.page-executive .entry__content .exe_modal .exe .tx {
  top: 160px;
}

.page-executive-test .entry__content .exe_modal .exe .tx b,
.page-executive .entry__content .exe_modal .exe .tx b {
  font-size: 36px;
}

.page-executive-test .entry__content .exe_modal .exe .tx span,
.page-executive .entry__content .exe_modal .exe .tx span {
  display: none;
}

.page-executive-test .entry__content .exe_modal .exe .executive-frame,
.page-executive .entry__content .exe_modal .exe .executive-frame {
  display: block;
  clear: both;
  background: #fff;
  padding: 30px;
  font-size: 13px;
}

.page-executive-test
  .entry__content
  .exe_modal
  .exe
  .executive-frame
  .executive-title,
.page-executive
  .entry__content
  .exe_modal
  .exe
  .executive-frame
  .executive-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.page-executive-test
  .entry__content
  .exe_modal
  .exe
  .executive-frame
  .executive-txt
  dl,
.page-executive
  .entry__content
  .exe_modal
  .exe
  .executive-frame
  .executive-txt
  dl {
  overflow: hidden;
}

.page-executive-test
  .entry__content
  .exe_modal
  .exe
  .executive-frame
  .executive-txt
  dl
  dt,
.page-executive
  .entry__content
  .exe_modal
  .exe
  .executive-frame
  .executive-txt
  dl
  dt {
  display: block;
  width: 8em;
  clear: left;
  float: left;
  font-weight: normal;
}

.page-executive-test
  .entry__content
  .exe_modal
  .exe
  .executive-frame
  .executive-txt
  dl
  dt
  i,
.page-executive
  .entry__content
  .exe_modal
  .exe
  .executive-frame
  .executive-txt
  dl
  dt
  i {
  width: 2.5em;
  display: inline-block;
  text-align: right;
}

.page-executive-test
  .entry__content
  .exe_modal
  .exe
  .executive-frame
  .executive-txt
  dl
  dd,
.page-executive
  .entry__content
  .exe_modal
  .exe
  .executive-frame
  .executive-txt
  dl
  dd {
  display: block;
  width: calc(100% - 10em);
  float: left;
}

@media (max-width: 991px) {
  .page-executive-test .entry__content .exe_modal .exe .tx,
  .page-executive .entry__content .exe_modal .exe .tx {
    position: absolute;
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .page-executive-test .entry__content .exe_modal .exe,
  .page-executive .entry__content .exe_modal .exe {
    margin-bottom: 0;
  }
  .page-executive-test .entry__content .exe_modal .exe figure,
  .page-executive .entry__content .exe_modal .exe figure {
    margin-right: 0;
    margin-top: 40px;
    position: relative;
    width: 100%;
    height: auto;
  }
  .page-executive-test .entry__content .exe_modal .exe .tx,
  .page-executive .entry__content .exe_modal .exe .tx {
    margin-left: 20px;
    position: absolute;
    top: 40%;
  }
  .page-executive-test .entry__content .exe_modal .exe .tx b,
  .page-executive .entry__content .exe_modal .exe .tx b {
    font-size: 6vw;
  }
}

.page-parent.page-company .content-box {
  padding-top: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.page-parent.page-company .content-box:after {
  content: '';
  display: block;
}

@media (max-width: 767px) {
  .page-parent.page-company .content-box:after {
    width: 48%;
  }
}

.page-parent.page-company .imgbox {
  margin-top: 50px;
  margin-right: auto;
}

.page-parent.page-company .imgbox a {
  display: block;
  color: #333;
}

.page-parent.page-company .imgbox a:hover {
  text-decoration: none;
  color: #333;
}

.page-parent.page-company .imgbox:nth-of-type(2) a,
.page-parent.page-company .imgbox:nth-of-type(2) a:hover,
.page-parent.page-company .imgbox:nth-of-type(5) a,
.page-parent.page-company .imgbox:nth-of-type(5) a:hover {
  color: #fff;
}

.page-parent.page-company .imgbox figure {
  position: relative;
}

.page-parent.page-company .imgbox figure span {
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  top: calc(50% - 10px);
  left: 40px;
  line-height: 1.2;
  font-size: 22px;
  font-weight: bold;
  z-index: 10;
}

@media (max-width: 991px) {
  .page-parent.page-company .imgbox figure span {
    font-size: 20.22px;
  }
}

@media (max-width: 374px) {
  .page-parent.page-company .imgbox figure span {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .page-parent.page-company .imgbox figure span {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .page-parent.page-company .imgbox figure span {
    left: 10px;
  }
}

.page-parent.page-company .imgbox .imgtxt {
  flex: 1;
  background: #333;
  min-height: 150px;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (max-width: 991px) {
  .page-parent.page-company .imgbox .imgtxt {
    min-height: 140px;
  }
}

@media (max-width: 767px) {
  .page-parent.page-company .imgbox .imgtxt {
    align-items: start;
    min-height: 100px;
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (max-width: 374px) {
  .page-parent.page-company .imgbox .imgtxt {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (max-width: 1199px) {
  .page-parent.page-company .imgbox {
    width: 48%;
  }
}

@media (max-width: 991px) {
  .page-parent.page-company .imgbox {
    width: 48%;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .page-parent.page-company .imgbox {
    width: 48%;
    margin-top: 15px;
  }
}

.bmore {
  background: #fff;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #333;
  width: 8em;
  font-size: 10px;
  padding: 5px 10px;
  line-height: 1;
}

.bmore:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fecb44;
  border-right: 2px solid #fecb44;
  position: absolute;
  right: 3px;
  top: 7px;
  transform: rotate(45deg);
}

.txt-top {
  background: #fafafa;
  border: 4px solid #ebebeb;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  font-size: 24px;
  padding: 30px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .txt-top {
    font-size: 21.28px;
  }
}

@media (max-width: 767px) {
  .txt-top {
    padding: 10px;
  }
}

.title-bar {
  font-size: 16px;
  font-weight: bold;
  border-left: 1px solid #000;
  line-height: 1.2;
  padding-left: 10px;
}

body:not(.page-service) .title-bar {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-service .content-main__inner {
  position: relative;
  z-index: 80;
}

.page-service .tab,
.page-service .content {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page-service ul.tab {
  background: #eceff4;
  display: flex;
  border-bottom: 1px solid #dfe4ed;
  padding-left: 40px;
  padding-right: 40px;
  position: sticky;
  top: 60px;
  z-index: 60;
}

.page-service ul.tab li {
  flex: 1;
}

.page-service ul.tab li a {
  flex: 1;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  display: block;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: content-box;
}

.page-service ul.tab li a:active,
.page-service ul.tab li a:focus,
.page-service ul.tab li a:hover {
  text-decoration: none;
}

.page-service ul.tab li.select a {
  position: relative;
  font-weight: bold;
}

@media (min-width: 992px) {
  .page-service ul.tab li.select a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    top: auto;
    bottom: -1px;
    border-bottom: 2px solid #333;
  }
}

@media (max-width: 991px) {
  .page-service ul.tab {
    position: static;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  .page-service ul.tab li {
    width: 50%;
    flex: 0 0 auto;
    border-top: 1px solid #d2d9e5;
  }
  .page-service ul.tab li a {
    font-size: 11px;
    height: 3.5em;
  }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .page-service ul.tab li a br {
    display: none;
  }
}

@media (max-width: 991px) {
  .page-service ul.tab li:nth-child(odd) {
    border-right: 1px solid #d2d9e5;
  }
  .page-service ul.tab li.select a {
    border: none;
    background: #d2d9e5;
  }
}

.page-service ul.content .page-content {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .page-service ul.content .page-content {
    flex-direction: column-reverse;
    flex-direction: column;
  }
}

.page-service ul.content .submenus {
  background: #fff;
  position: relative;
  z-index: 30;
  width: 200px;
  padding-top: 190px;
  margin-bottom: 80px;
}

.page-service ul.content .submenus figure {
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-service ul.content .submenus figure img {
  width: 86px;
}

#page-pr .submenus figure {
  background: #fb7b15;
}

#page-influencer .submenus figure {
  background: #ed2581;
}

#page-research .submenus figure {
  background: #0085e6;
}

#page-office .submenus figure {
  background: #00aeef;
}

#page-trance .submenus figure {
  background: #014da1;
}

.page-service ul.content .submenus .submenus_inner {
  position: sticky;
  top: 160px;
}

@media (min-width: 992px) {
  .page-service ul.content .submenus .submenus_inner {
    margin-bottom: 40px;
  }
}

.page-service ul.content .submenus ul.submenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page-service ul.content .submenus ul.submenu a {
  display: block;
  padding: 10px 4px;
  color: #777;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
}

.page-service ul.content .submenus ul.submenu li:first-child a {
  border-top: 1px solid #ddd;
}

.page-service ul.content .submenus .service-dl-btn {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .page-service ul.content .submenus .service-dl-btn {
    width: 175px;
    min-height: 28px;
  }
}

.page-service ul.content .submenus .service-dl-btn span {
  white-space: normal;
  font-size: 11px;
  line-height: 1.1;
  text-align: left;
}

.page-service ul.content .submenus .service-dl-btn i {
  display: inline-block;
  margin-left: 0.4em;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .page-service ul.content .submenus {
    width: auto;
    padding-top: 0px;
    margin-bottom: 0px;
  }
  .page-service ul.content .submenus figure {
    height: 60px;
  }
  .page-service ul.content .submenus .submenu {
    display: none;
  }
  .page-service ul.content .submenus .service-dl-btn {
    display: block;
    margin: 0 auto;
  }
}

.page-service ul.content .content-box {
  flex: 1;
  position: relative;
}

.page-service ul.content .content-box .service-word {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .page-service ul.content .content-box {
    width: 660px;
    padding-left: 240px;
    padding-right: 40px;
  }
}

.page-service ul.content .content-box .hd {
  text-align: center;
  line-height: 1.2;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 991px) {
  .page-service ul.content .content-box .hd {
    font-size: 24.46px;
  }
}

@media (max-width: 991px) {
  .page-service ul.content .content-box .hd {
    margin-top: 27px;
  }
}

@media (max-width: 991px) {
  .page-service ul.content .content-box .hd {
    margin-bottom: 32.5px;
  }
}

.page-service ul.content .content-box .hd span {
  font-size: 70%;
  font-weight: normal;
  display: block;
  margin-bottom: 6px;
}

.page-service ul.content .content-box > a {
  height: 20px;
  display: block;
}

@media (min-width: 992px) {
  .page-service ul.content .content-box .title-bar {
    position: absolute;
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-service ul.content .content-box .title-bar {
    margin-left: -15px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .page-service ul.content .content-box .title-bar {
    margin-bottom: 10px;
  }
}

.page-service ul.content .content-box table.list2 {
  border: 1px solid #ddd;
}

.page-service ul.content .content-box table.list2 th {
  background-color: #eceff4;
}

.page-service ul.content .content-box table.list2 th,
.page-service ul.content .content-box table.list2 td {
  padding: 15px 10px;
}

.page-service ul.content .content-box table.list2 th li,
.page-service ul.content .content-box table.list2 td li {
  margin-bottom: 5px;
}

.page-service ul.content .content-box table.list2 th > ul > li,
.page-service ul.content .content-box table.list2 td > ul > li {
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
}

.page-service ul.content .content-box table.list2 th > ul > li ul,
.page-service ul.content .content-box table.list2 td > ul > li ul {
  margin-top: 10px;
}

.page-service ul.content .content-box table.list2 th > ul > li ul li,
.page-service ul.content .content-box table.list2 td > ul > li ul li {
  font-weight: normal;
  font-size: 12px;
}

@media (max-width: 767px) {
  .page-service ul.content .content-box .w_chart {
    margin-left: -55px;
    margin-left: -55px;
  }
}

.page-service ul.content ul.business-service-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .page-service ul.content ul.business-service-list {
    justify-content: center;
  }
}

.page-service ul.content ul.business-service-list li {
  display: inline-block;
  text-align: center;
  margin: 20px 0px;
  width: 31%;
  padding: 1.5%;
}

.page-service ul.content ul.business-service-list li a img {
  max-width: 100%;
}

.page-service ul.content ul.business-service-list li span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-service ul.content ul.business-service-list li span {
    font-size: 13px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-service ul.content ul.business-service-list li img {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .page-service ul.content ul.business-service-list {
    margin-top: -10px;
  }
  .page-service ul.content ul.business-service-list li {
    width: 50%;
    padding: 10px;
    margin: 0px 0;
  }
  .page-service ul.content ul.business-service-list li a span {
    font-size: 12px;
  }
}

.page-ir .entry .entry_inner .hd {
  line-height: 1.2;
  font-size: 20px;
}

@media (max-width: 991px) {
  .page-ir .entry .entry_inner .hd {
    font-size: 19.16px;
  }
}

.page-ir .ir_bana_box {
  display: flex;
}

.page-ir .ir_bana_box > a {
  flex: 1;
}

.page-ir .ir_bana_box > a:first-child {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .page-ir .ir_bana_box {
    flex-direction: column;
  }
  .page-ir .ir_bana_box > a {
    flex: 1;
  }
  .page-ir .ir_bana_box > a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.page-ir .link_box_wrap {
  margin-top: 40px;
  display: flex;
}

@media (max-width: 991px) {
  .page-ir .link_box_wrap {
    margin-top: 27px;
  }
}

@media (min-width: 768px) {
  .page-ir .link_box_wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 991px) {
  .page-ir .link_box_wrap {
    flex-wrap: wrap;
  }
}

.page-ir .link_box_wrap .link_box {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) {
  .page-ir .link_box_wrap .link_box {
    flex: 1;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-ir .link_box_wrap .link_box {
    width: 33.33%;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 40px;
  }
  .page-ir .link_box_wrap .link_box:not(:nth-child(3n-2)) {
    border-left: 1px dashed #ccc;
  }
}

@media (max-width: 767px) {
  .page-ir .link_box_wrap .link_box {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-ir .link_box_wrap .link_box {
    width: 50%;
    border: none;
  }
  .page-ir .link_box_wrap .link_box:nth-child(even) {
    border-left: 1px dashed #ccc;
  }
}

@media (min-width: 992px) {
  .page-ir .link_box_wrap .link_box:not(:first-child) {
    border-left: 1px dashed #ccc;
  }
}

.page-ir .link_box_wrap .link_box .title {
  line-height: 1.2;
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .page-ir .link_box_wrap .link_box .title {
    font-size: 19.16px;
  }
}

@media (max-width: 991px) {
  .page-ir .link_box_wrap .link_box .title {
    margin-bottom: 27px;
  }
}

@media (max-width: 991px) {
  .page-ir .link_box_wrap .link_box .title {
    padding-bottom: 21.5px;
  }
}

.page-ir .link_box_wrap .link_box .title:after {
  content: '';
  background: #333;
  width: 24px;
  height: 3px;
  left: 50%;
  margin-left: -12px;
}

.page-ir .link_box_wrap .link_box figure {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.page-ir .link_box_wrap .link_box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page-ir .link_box_wrap .link_box ul li {
  margin-top: 20px;
  font-feature-settings: 'palt';
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

.page-ir .link_box_wrap .link_box ul li:before {
  content: '・ ';
}

.page-ir .link_box_wrap .link_box .btn {
  font-size: 10px;
}

.page-ir .link_box_wrap .link_box .btn i {
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 2px;
}

.small,
.note {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.6;
}

.small {
  font-size: 10px;
}

#press_link .sub {
  padding-left: 0;
}

.page-messagelist .message-main,
.page-message .message-main {
  position: relative;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .page-messagelist .message-main,
  .page-message .message-main {
    margin-left: -80px;
    margin-right: -80px;
  }
}

@media (max-width: 991px) {
  .page-messagelist .message-main,
  .page-message .message-main {
    margin-bottom: 32.5px;
  }
}

@media (max-width: 767px) {
  .page-messagelist .message-main,
  .page-message .message-main {
    padding-top: 100px;
    background: #ebebe9;
  }
}

.page-messagelist .message-main__txt,
.page-message .message-main__txt {
  position: absolute;
  top: 90px;
  left: 110px;
}

@media (max-width: 991px) {
  .page-messagelist .message-main__txt,
  .page-message .message-main__txt {
    max-width: 300px;
    top: 25px;
    left: 30px;
  }
}

@media (max-width: 767px) {
  .page-messagelist .message-main__txt,
  .page-message .message-main__txt {
    max-width: 310px;
    top: 20px;
    left: 5%;
  }
}

@media (max-width: 374px) {
  .page-messagelist .message-main__txt,
  .page-message .message-main__txt {
    max-width: 90%;
  }
}

.page-messagelist .default-link,
.page-message .default-link {
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}

.page-messagelist .default-link:first-child,
.page-message .default-link:first-child {
  padding-top: 0;
}

.w_hd_bdr {
  margin-top: 30px;
  border-bottom: 1px solid #c4c4c4;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .w_hd_bdr {
    margin-top: 21.5px;
  }
}

.w_hd_bdr *:first-child {
  flex: 1;
}

.w_hd_bdr :not(:first-child) {
  margin-left: auto;
}

.news_link {
  margin-top: 10px;
}

.news_link a {
  color: #333;
}

.news_link a:hover,
.news_link a:active,
.news_link a:focus {
  text-decoration: none;
}

.box_else ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 992px) {
  .box_else ul {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.box_else ul li {
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .box_else ul li {
    margin-right: 60px;
  }
}

.box_else ul li:before {
  content: '・ ';
}

.strategy_list .col {
  overflow: hidden;
  height: 140px;
  background: #fecb44;
  border: 8px solid #fee090;
  position: relative;
}

.strategy_list .col:not(:first-child) {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .strategy_list .col {
    height: 180px;
  }
}

.strategy_list .col:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.strategy_list .col:hover i {
  top: 6px;
}

.strategy_list .col .box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
}

.strategy_list .col .inn {
  position: absolute;
  width: 100%;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.strategy_list .col .strategy_list_title {
  line-height: 1.2;
  font-size: 36px;
}

@media (max-width: 991px) {
  .strategy_list .col .strategy_list_title {
    font-size: 27.64px;
  }
}

.strategy_list .col p {
  margin-bottom: 0;
  font-weight: bold;
}

.strategy_list .col i {
  font-size: 30px;
  display: block;
  position: relative;
}

.strategy_list .col .ex {
  display: block;
  font-size: 16px;
  color: #fff;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-top: 300px;
}

@media (max-width: 991px) {
  .strategy_list .col .ex {
    font-size: 13px;
  }
}

@media (max-width: 320px) {
  .strategy_list .col .ex {
    font-size: 12px;
  }
}

.strategy_list .col .box,
.strategy_list .col .ex,
.strategy_list .col:after {
  transition: 0.5s ease 0s;
  -webkit-transition: 0.5s ease 0s;
  z-index: 5;
  cursor: pointer;
}

.strategy_list .col:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.strategy_list .col.show:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

@media (min-width: 768px) {
  .strategy_list .col.show:before {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}

.strategy_list .col.show .box {
  margin-top: -300px;
}

.strategy_list .col.show .ex {
  margin-top: 0;
}

.dividends-table th {
  background: #eceff4;
}

.dividends-table td .small {
  display: block;
  font-size: 10px;
}

.dividends-table .listtitle {
  background: #f8f8f8;
}

.dividends-table .tem1,
.dividends-table .tem2,
.dividends-table .tem_last {
  width: 25%;
}

@media (max-width: 991px) {
  .dividends-table th,
  .dividends-table td:not(.listtitle) {
    white-space: nowrap;
  }
  .dividends-table th .small,
  .dividends-table td:not(.listtitle) .small {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .dividends-table th,
  .dividends-table td {
    font-size: 12px;
  }
}

body div#ir_library h3.accordion_ttl,
body div#ir_library h3 {
  background: none;
  padding: 10px;
  background: #f2f2f2;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

body div#ir_library h3.accordion_ttl span,
body div#ir_library h3 span {
  flex: 1;
  padding-top: 0;
  display: block;
  vertical-align: middle;
}

div div#ancDiv ul {
  width: auto;
}

div div#ancDiv ul li {
  line-height: 1.2;
}

@media (max-width: 767px) {
  div div#ancDiv ul li {
    font-size: 12px;
  }
}

body div#ir_library h3.accordion_ttl {
  cursor: pointer;
}

body div#ir_library h3.accordion_ttl span {
  position: relative;
}

body div#ir_library h3.accordion_ttl span:after {
  content: '+';
  position: absolute;
  right: 0;
}

body div#ir_library h3.accordion_ttl:hover {
  opacity: 0.7;
}

body div#ir_library h3.accordion_ttl.active span:after {
  transform: rotate(-45deg);
}

@media (max-width: 991px) {
  #hqir > table {
    width: 100%;
    text-align: center;
  }
  #hqir > table > tbody > tr {
    text-align: center;
  }
  #hqir > table > tbody > tr > th,
  #hqir > table > tbody > tr > td {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
  }
  #hqir > table > tbody > tr > th:first-child,
  #hqir > table > tbody > tr > td:first-child {
    margin-top: 0;
  }
  #hqir > table > tbody > tr > th div,
  #hqir > table > tbody > tr > td div {
    width: auto !important;
  }
  #hqir > table > tbody > tr > th table,
  #hqir > table > tbody > tr > td table {
    width: 100% !important;
  }
}

.chart_ir_title {
  font-weight: bold;
  font-size: 16px;
}

.note {
  margin-bottom: 1em;
  font-size: 11px;
  color: rgba(51, 51, 51, 0.8);
}

#hqir table.qir_table th,
#hqir table.qir_table td {
  border: 1px solid #e0e0e0;
  padding: 3px;
  font-size: 11px;
  text-align: right;
}

#hqir table.qir_table th {
  background: #f2f2f2;
  text-align: center;
}

#hqir table.qir_table td {
  width: 18%;
}

.ir_kpi_title {
  font-weight: bold;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-kpi .content-main h3 {
  padding: 10px;
  background: #f2f2f2;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 24px;
}

.page-kpi .content-main h3:not(:nth-of-type(1)) {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .page-kpi .content-main h3:not(:nth-of-type(1)) {
    margin-top: 49px;
  }
}

@media (max-width: 991px) {
  .page-kpi .content-main h3 {
    font-size: 21.28px;
  }
}

@media (max-width: 767px) {
  .page-kpi .content-main h3 {
    font-size: 18px;
  }
}

.ir_mtg_table {
  margin-top: 10px;
}

.ir_mtg_table tr td:first-child {
  background: #eceff4;
  width: 20%;
  font-weight: bold;
  color: #a6a6a6;
  font-size: 12px;
}

@media (max-width: 767px) {
  .ir_mtg_table tr td:first-child {
    width: 7em;
  }
}

.page-ir_meeting #form1 table {
  background: #eeeeee;
  width: 540px;
}

@media (max-width: 991px) {
  .page-ir_meeting #form1 table {
    width: 100%;
  }
}

.page-ir_meeting #form1 table tbody tr {
  display: flex;
}

@media (max-width: 767px) {
  .page-ir_meeting #form1 table tbody tr {
    flex-direction: column;
  }
}

.page-ir_meeting #form1 table th,
.page-ir_meeting #form1 table td {
  padding: 10px 5px;
  width: auto;
  text-align: center;
}

.page-ir_meeting #form1 table th {
  text-align: center;
  padding-left: 10px;
}

.page-ir_meeting #form1 table td .btn-area .btn {
  font-size: 11px;
}

.page-ir_meeting #form1 table td input {
  font-size: 16px;
  width: 100%;
}

.page-ir_meeting #form1 table td:last-child {
  padding-right: 10px;
}

.page-ir_meeting #form1 table td:not(:last-child) {
  flex: 1;
}

@media (max-width: 767px) {
  .page-ir_meeting #form1 table td:not(:last-child) {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.page-ir_meeting #form1 + div {
  width: auto !important;
  max-width: 540px;
  font-size: 11px;
  margin-top: -10px;
}

@media (max-width: 991px) {
  #chart_bunpu {
    width: auto !important;
    height: auto !important;
  }
}

.ir_faq_list dt span,
.ir_faq_list dd span {
  padding-left: 3em;
  position: relative;
  display: inline-block;
}

.ir_faq_list dt span:before,
.ir_faq_list dd span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  content: 'Q';
  display: inline-block;
  text-align: center;
}

.ir_faq_list dt {
  background: #eceff4;
  padding: 10px;
  display: block;
  color: #555;
}

.ir_faq_list dd {
  margin-bottom: 30px;
  padding: 10px;
}

.ir_faq_list dd span:before {
  content: 'A';
  border-radius: 100%;
  background: #333;
  color: #fff;
}

@media (max-width: 991px) {
  .page-contact .side-menu {
    display: none;
  }
}

.page-history table tbody th,
.page-history table tbody td,
.form table tbody th,
.form table tbody td {
  padding: 10px;
  border-top-color: #e6e6e6;
}

.page-history table tbody th:not(.vtop),
.form table tbody th:not(.vtop) {
  vertical-align: middle;
}

.form th {
  font-weight: normal;
  position: relative;
  background-clip: padding-box;
  width: 30%;
}

@media (max-width: 767px) {
  .form table {
    display: block;
  }
  .page-history table tbody,
  .form table tbody {
    display: block;
  }
  .page-history table tbody tr,
  .form table tbody tr {
    display: block;
  }
  .page-history table tbody tr th,
  .page-history table tbody tr td,
  .form table tbody tr th,
  .form table tbody tr td {
    display: block;
    width: 100%;
  }
  .page-history table tbody tr th,
  .form table tbody tr th {
    padding: 0;
    margin-bottom: -15px;
  }
  .page-history table tbody tr td,
  .form table tbody tr td {
    border-top-color: transparent;
    padding: 0;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  .page-history table tbody .btn-required,
  .form table tbody .btn-required {
    position: static;
  }
}

.page-history .mdl-textfield__input,
.form .mdl-textfield__input {
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: block;
  font-size: 16px;
  margin: 0;
  padding: 4px 0;
  color: inherit;
}

.page-history .full-wid,
.page-history textarea,
.form .full-wid,
.form textarea {
  width: 100%;
}

.page-history .w_select,
.form .w_select {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 4px;
  position: relative;
}

.page-history .w_select select,
.form .w_select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0 5px;
  padding-right: 50px;
  background: none transparent;
}

.page-history .w_select:after,
.form .w_select:after {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -13px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: 1px solid #333;
  border-bottom-color: transparent;
  border-right-color: transparent;
  transform: rotate(-135deg);
  display: inline-block;
  z-index: -1;
}

.page-history .btn-area,
.form .btn-area {
  text-align: center;
}

@media (min-width: 768px) {
  .page-history table > tbody th,
  .page-history table > tbody td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

body.error404 #main .page-header h1 {
  text-align: center;
  font-weight: normal;
}

body.error404 .article {
  background: none;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

.btn-required,
.btn-new {
  font-size: 12px;
  color: #fff;
  background: #777;
  line-height: 1.2;
  padding: 3px;
  border-radius: 3px;
  transform: scale(0.7);
  font-weight: bold;
  display: inline-block;
}

.btn-required {
  position: absolute;
  right: 0;
  background: #ff7a21;
}

.btn-new {
  background: #cc0000;
}

.no-page-header {
  display: none;
}

.pankuzu {
  display: none;
}

.privacy div {
  padding-top: 20px;
  font-weight: bold;
}

@media (max-width: 991px) {
  .privacy div {
    padding-top: 16px;
  }
}

.esg_cont p {
  margin-bottom: 11px;
}

.esg_cont .sub_ttl {
  text-align: center;
  margin-bottom: 30px;
}

.esg_cont .sdgs_main_fig {
  text-align: center;
  margin-bottom: 30px;
}

.esg_cont .esg_tagline {
  text-align: center;
  margin-top: 70px;
}

@media (max-width: 767px) {
  .esg_cont .esg_tagline {
    margin-top: 40px;
  }
}

.esg_cont .esg_action_lists {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .esg_cont .esg_action_lists {
    flex-wrap: wrap;
  }
}

.esg_cont .esg_action_lists li {
  text-align: center;
  width: 33.33%;
  margin: 1.5%;
}
.esg_cont .esg_action_lists li a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .esg_cont .esg_action_lists li {
    width: 100%;
  }
}

.esg_cont .esg_action_lists li .action_hd {
  display: block;
  background: #fecb44;
  font-size: 20px;
}

.esg_cont .esg_action_lists li .action_hd i {
  font-size: 140%;
}

.esg_cont .esg_action_lists li p {
  background: #ebebeb;
  line-height: 1.5;
  font-size: 16px;
}

.esg_cont .esg_action_lists li b,
.esg_cont .esg_action_lists li p {
  padding: 10px 6px;
}

.esg_cont .esg_action_lists li a {
  display: block;
  color: #333;
}

.esg_cont .esg_action_lists li a:hover,
.esg_cont .esg_action_lists li a:focus {
  opacity: 0.8;
  text-decoration: none;
}

.esg_cont .esg_cont_sec {
  margin: 60px 0;
}

.esg_cont .esg_cont_sec_header .bg {
  height: 350px;
  background: url(/wp-content/themes/sw-corp/image/sdgs_pic1.jpg) center
    no-repeat;
  background-size: cover;
  margin-left: -80px;
  margin-right: -80px;
}

@media (max-width: 991px) {
  .esg_cont .esg_cont_sec_header .bg {
    margin-left: -15px;
    margin-right: -15px;
    height: 240px;
  }
}

.esg_cont .esg_cont_sec_header .bg.-a2 {
  background-image: url(/wp-content/themes/sw-corp/image/sdgs_pic2.jpg);
  position: relative;
}

.esg_cont .esg_cont_sec_header .bg.-a2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.esg_cont .esg_cont_sec_header .bg.-a3 {
  background-image: url(/wp-content/themes/sw-corp/image/sdgs_pic3.jpg);
}

.esg_cont .esg_cont_sec_header .esg_cont_sec_header_inner {
  margin-top: -120px;
  background: #fff;
  padding: 40px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .esg_cont .esg_cont_sec_header .esg_cont_sec_header_inner {
    padding: 20px;
  }
}

.esg_cont .esg_cont_sec_header .esg_cont_sec_header_inner .esg_cont_sec_subttl {
  position: absolute;
  top: -0.75em;
  left: 50%;
  font-size: 50px;
  color: #fff;
  transform: translateX(-50%);
  font-weight: bold;
}

.esg_cont
  .esg_cont_sec_header
  .esg_cont_sec_header_inner
  .esg_cont_sec_subttl
  i {
  font-size: 140%;
}

@media (max-width: 767px) {
  .esg_cont
    .esg_cont_sec_header
    .esg_cont_sec_header_inner
    .esg_cont_sec_subttl {
    font-size: 40px;
  }
}

.esg_cont .esg_cont_sec_header .esg_cont_sec_header_inner .esg_cont_sec_ttl {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .esg_cont .esg_cont_sec_header .esg_cont_sec_header_inner .esg_cont_sec_ttl {
    font-size: 20px;
  }
}

.esg_cont .esg_cont_sec_body .title-bar {
  margin-top: 30px;
}

.esg_cont .esg_cont_sec_body .esg_cont_sec_hd {
  text-align: center;
  position: relative;
  padding-bottom: 36px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.esg_cont .esg_cont_sec_body .esg_cont_sec_hd:after {
  content: '';
  position: absolute;
  bottom: 19px;
  left: 50%;
  height: 2px;
  width: 280px;
  margin-left: -140px;
  background: #fecb44;
}

.esg_cont .esg_cont_sec_body .esg_cont_sec_hd i {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  display: block;
  overflow: hidden;
  text-align: left;
  z-index: 2;
}

.esg_cont .esg_cont_sec_body .esg_cont_sec_hd i:after {
  content: '';
  position: absolute;
  top: -45%;
  width: 92%;
  height: 100%;
  border: 2px solid #fecb44;
  background: #f8f8f8;
  transform: rotate(45deg);
}

.esg_cont .esg_cont_sec_body .table td {
  text-align: center;
}

.esg_cont .esg_cont_sec_body .table th[scope='col'] {
  text-align: center;
  background: #eee;
}

/*# sourceMappingURL=style.css.map */
.col-sm-12,
.col-sm-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-sm-12,
  .col-sm-3 {
    float: left;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
