@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL FOFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url("../../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

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

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

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

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

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

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

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

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

.fa-flip-horizontal {
  -ms-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 {
  -ms-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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-feed:before,
.fa-rss:before {
  content: "";
}

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

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

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

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

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

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.c-form-block, .c-post-navs, .c-sidebar-archive__item,
.c-sidebar-archive ul > li > a, .c-single-pager, .c-small-card, .p-post-item.is-horizon, .p-post-item.is-line, .p-profile-box, .l-aside, .l-footer__menu, .l-post-content, #tinymce.post-type-post {
  zoom: 1;
}

.c-form-block:before, .c-post-navs:before, .c-sidebar-archive__item:before,
.c-sidebar-archive ul > li > a:before, .c-single-pager:before, .c-small-card:before, .p-post-item.is-horizon:before, .p-post-item.is-line:before, .p-profile-box:before, .l-aside:before, .l-footer__menu:before, .l-post-content:before, #tinymce.post-type-post:before, .c-form-block:after, .c-post-navs:after, .c-sidebar-archive__item:after,
.c-sidebar-archive ul > li > a:after, .c-single-pager:after, .c-small-card:after, .p-post-item.is-horizon:after, .p-post-item.is-line:after, .p-profile-box:after, .l-aside:after, .l-footer__menu:after, .l-post-content:after, #tinymce.post-type-post:after {
  content: " ";
  display: table;
}

.c-form-block:after, .c-post-navs:after, .c-sidebar-archive__item:after,
.c-sidebar-archive ul > li > a:after, .c-single-pager:after, .c-small-card:after, .p-post-item.is-horizon:after, .p-post-item.is-line:after, .p-profile-box:after, .l-aside:after, .l-footer__menu:after, .l-post-content:after, #tinymce.post-type-post:after {
  clear: both;
}

/* グローバルナビのホーバーエフェクト */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック", "Yu Gothic", YuGothic, "YuGothic", "メイリオ", Meiryo, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

* {
  box-sizing: border-box;
}

/**
 * Remove default margin.
 */
body {
  width: 100%;
  margin: 0;
  line-height: 1.7;
  min-width: 1080px;
  overflow-x: hidden;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  body {
    width: 100%;
    min-width: inherit;
    padding-top: 4.375rem;
    overflow-x: auto;
  }
}

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
address {
  font-style: normal;
}

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

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

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

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

h2 {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.6rem;
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.5rem;
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.4rem;
  margin-top: 1.3rem;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/* dl
   ========================================================================== */
/**
 * Remove most spacing between dl, dd.
 */
dl, dd {
  margin: 0;
}

/* ul
   ========================================================================== */
/**
 * Remove most spacing between ul, li.
 */
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
}

.heading {
  margin-top: 1em;
  margin-bottom: 1em;
  font-width: bold;
}

.heading small, .heading .c-dropdown__list li a, .c-dropdown__list li .heading a {
  font-size: 0.65em;
  color: #cccccc;
}

.heading.is-xlg {
  font-size: 2.25rem;
  text-align: center;
  position: relative;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #2e2e2e;
}

.heading.is-xlg span,
.heading.is-xlg strong {
  color: #2E64FE;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-xlg {
    font-size: 1.6875rem;
  }
}

.heading.is-lg, .l-post-content h1, #tinymce.post-type-post h1 {
  font-size: 1.75rem;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-lg, .l-post-content h1, #tinymce.post-type-post h1 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.heading.is-md, .l-post-content h2, #tinymce.post-type-post h2 {
  font-size: 1.25rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-md, .l-post-content h2, #tinymce.post-type-post h2 {
    font-size: 1.5rem;
  }
}

.heading.is-sm, .l-post-content h3, #tinymce.post-type-post h3 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.heading.is-xs, .l-post-content h4, #tinymce.post-type-post h4 {
  font-size: 1rem;
}

.heading.is-white {
  color: #fff;
}

.heading.is-white span,
.heading.is-white strong {
  color: #fff100;
}

.heading.is-primary {
  color: #2E64FE;
}

.heading.is-left {
  text-align: left;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.heading.is-line {
  border-bottom: 3px solid #CCC;
  position: relative;
  padding-bottom: 0.375rem;
  text-align: left;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-line {
    font-size: 1.5rem;
    padding-bottom: 0.75rem;
  }
}

.heading.is-line:before {
  content: "";
  display: block;
  height: 3px;
  width: 160px;
  background-color: #2E64FE;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.heading.is-bg {
  background-color: #ecf4fe;
  padding: 7px 16px;
  position: relative;
}

.heading.is-bg:before {
  content: "";
  display: block;
  background-color: #2E64FE;
  width: 4px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 11px;
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="date"] {
  font-size: 1rem;
  line-height: 1.8;
  border: none;
  background-color: #ecf4fe;
  border-radius: 0;
  padding: 10px 22px;
  max-width: 100%;
  width: 100%;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

input[type="text"]:focus, input[type="text"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="date"]:focus,
input[type="date"]:active {
  outline: none;
  border-color: #2E64FE;
  box-shadow: inset 0 0 0px 2px #2E64FE;
}

input.hasDatepicker {
  width: 20.25rem;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  input.hasDatepicker {
    width: 100%;
  }
}

textarea {
  font-size: 1rem;
  line-height: 1.8;
  border: none;
  background-color: #ecf4fe;
  border-radius: 0;
  padding: 10px 22px;
  max-width: 100%;
  width: 100%;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

textarea:focus, textarea:active {
  outline: none;
  border-color: #2E64FE;
  box-shadow: inset 0 0 0px 2px #2E64FE;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

select:not(.ui-datepicker-year):not(.ui-datepicker-month) {
  -webkit-appearance: none;
  appearance: none;
  text-transform: none;
  display: block;
  width: 20.25rem;
  height: 44px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.3;
  font-size: 1rem;
  color: #2e2e2e;
  border: 2px solid #2E64FE;
  background: #fff url("../images/select-arrow.png") center right/27px no-repeat;
  background: #fff url("../images/select-arrow.png") center right/27px no-repeat;
  border-radius: 2px;
  position: relative;
}

select:focus, select:active {
  outline: none;
}


@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  select {
    width: 100%;
    font-size: 13px;
  }
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}

/*  プレイスホルダーの色変更 */
:placeholder-shown {
  color: #828182;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #828182;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #828182;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #828182;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #828182;
}

p,
.text-normal {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.725em;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  p,
  .text-normal {
    font-size: 0.875rem;
  }
}

small, .c-dropdown__list li a,
.text-small {
  font-size: 0.85em;
}

strong,
.text-strong {
  font-weight: bold;
}

del,
.text-del {
  text-decoration: line-through;
}

a,
.text-link {
  color: #2E64FE;
}

.text-link.is-black {
  color: #000;
  text-decoration: none;
}

.text-link.is-black:hover {
  color: #000;
  opacity: 0.7;
}

a:hover,
.text-link.text-link--hover {
  color: #2E64FE;
}

a:active,
.text-link.text-link--active {
  color: #2E64FE;
}

hr, .hr {
  border: 4px solid #2E64FE;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  margin-top: 80px;
  margin-bottom: 80px;
}

ul.list-style-01 {
  font-size: 0.875rem;
}

ul.list-style-01 li {
  margin: 4px 0;
}

ul.list-style-01 li:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #2E64FE;
  margin-right: 1rem;
}

ul.list-style-02 > li {
  color: #2E64FE;
}

ul.list-style-02 > li:before {
  content: "●";
  padding-right: 0.25rem;
}

ul.list-style-02 > li > ul > li {
  color: #2e2e2e;
  padding-left: 2rem;
}

ul.list-style-02 > li > ul > li:before {
  content: "・";
  padding-right: 0.25rem;
}

ol.ol-list-style-01 {
  padding-left: 1.25rem;
}

ol.ol-list-style-01 li {
  color: #2E64FE;
  list-style-type: decimal;
}

ol.ol-list-style-01 li > ul > li {
  margin-left: 2rem;
  color: #2e2e2e;
}

.inline-list {
  list-style: none;
  padding-left: 0;
}

.inline-list li {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}

blockquote {
  border-left: 4px solid #2E64FE;
  padding-left: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #ecf4fe;
  padding: 30px 45px;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  blockquote {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

blockquote:before {
  content: "\f10d";
  display: block;
  font-family: "FontAwesome";
  font-size: 1.25rem;
  color: #2E64FE;
  position: absolute;
  left: 12px;
  top: 8px;
}

blockquote cite {
  display: block;
  text-align: right;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-access__content .heading {
    line-height: 1.4;
  }
}

.c-access__content__route {
  margin-top: -15px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-access__content__route {
    margin-top: 30px;
  }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-access__content__route .large-3 {
    margin-top: -25px;
  }
}

@media (max-width: 330px) {
  .c-access__content__route .large-3 {
    margin-top: -40px;
  }
}

.c-access__content__map {
  margin-top: 20px;
}

.c-access__content__map .btn {
  margin: 32px auto;
}

.c-access__route__number {
  display: block;
  height: 39px;
  width: 57px;
  position: relative;
  top: 39px;
  background: url("../images/ribon.png") top left/57px no-repeat;
  color: #FFF;
  font-family: sans-serif;
  padding-top: 5px;
  padding-left: 20px;
  font-size: 1.125rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-access__route__number {
    font-size: 14px;
    background-size: 38px;
    padding-top: 3px;
    padding-left: 10px;
  }
}

.c-access__route__number.is-pad {
  padding-left: 11px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-access__route__number.is-pad {
    padding-left: 7px;
  }
}

.c-access img {
  margin-bottom: 12px;
}

#access-map {
  width: 100%;
  height: 320px;
  border-radius: 5px;
}

.c-accordion__title {
  background: #2E64FE;
  color: #fff;
  padding: 16px 32px;
  margin-bottom: 0;
  font-size: 1.125rem;
  border-radius: 3px 3px 0 0;
}

.c-accordion__content {
  padding: 16px 32px;
  border: 1px solid #efefef;
  border-radius: 0 0 3px 3px;
}

.c-accordion.is-danger .c-accordion__title {
  background: #cc2919;
}

.c-accordion.is-warning .c-accordion__title {
  background: #cc9e12;
}

.c-accordion.is-success .c-accordion__title {
  background: #13a83a;
}

.c-accordion.is-info .c-accordion__title {
  background: #378da3;
}

.c-accordion.is-faq .c-accordion__title {
  position: relative;
  padding-left: 4.25rem;
}

.c-accordion.is-faq .c-accordion__title:before {
  content: "Q";
  left: 1.5rem;
  top: 0.875rem;
  font-size: 1.125rem;
  background: #fff100;
  text-align: center;
  border-radius: 62.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  padding-top: 0.125rem;
  margin-right: 0.5rem;
  position: absolute;
}

.c-badge {
  background: #2E64FE;
  color: #fff;
  font-size: 12.8px;
  border-radius: 1000px;
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: middle;
}

.c-badge.is-lg {
  font-size: 1rem;
}

.c-badge.is-sm {
  font-size: 0.64rem;
}

.c-badge.is-secondary {
  background: #ecf4fe;
}

.c-badge.is-tertiary {
  background: #efefef;
}

.c-badge.is-danger {
  background: #cc2919;
}

.c-badge.is-warning {
  background: #cc9e12;
}

.c-badge.is-info {
  background: #378da3;
}

.c-badge.is-success {
  background: #13a83a;
}

.c-bg-primary {
  background-color: #2E64FE;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-bg-primary {
    background-image: url("../images/contact-bg.png");
    background-repeat: no-repeat;
    background-position: top 36px left -100px;
  }
}

.c-bg-primary:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 41px 0 41px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -40px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-bg-primary:before {
    border-width: 30px 31px 0 31px;
    margin-left: -30px;
  }
}

.c-bg-primary__inner {
  background-image: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-position: top -5px left;
  padding: 72px 0 40px 105px;
  margin-left: -105px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-bg-primary__inner {
    background: none;
    padding: 64px 0 32px 0;
    margin-left: 0;
  }
  .c-bg-primary__inner .heading {
    font-size: 1.375rem;
  }
}

.c-bg-primary.is-contact:before {
  border: none;
  content: url("../images/offer-arrow.png");
  margin-top: -1px;
}

.c-breadcrumb {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.c-breadcrumb > ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.c-breadcrumb > ul > li {
  display: inline-block;
  padding-right: 16px;
  font-size: 0.875rem;
}

.c-button, .c-social-share > a {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 2px;
  background: #2E64FE;
  color: #fff;
  text-decoration: none;
  border: none;
  font-size: 1rem;
  position: relative;
  text-align: center;
  border-radius: 2px;
  font-weight: bold;
}

.c-button:hover, .c-social-share > a:hover {
  cursor: pointer;
}

.c-button:disabled, .c-social-share > a:disabled {
  cursor: not-allowed;
}

.c-button:focus, .c-social-share > a:focus {
  outline: none;
}

.c-button:active, .c-social-share > a:active {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  outline: none;
  color: #fff;
}

.c-button.is-lg, .c-social-share > a.is-lg {
  width: 100%;
  font-size: 1.125rem;
  padding: 18px;
  background-color: #fff;
  color: #2E64FE;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-lg, .c-social-share > a.is-lg {
    margin: 6px 0;
  }
}

.c-button.is-lg i, .c-social-share > a.is-lg i {
  margin-right: 0.625rem;
}

.c-button.is-lg img, .c-social-share > a.is-lg img {
  margin-top: 0.375rem;
  margin-right: 0.625rem;
}

.c-button.is-lg:hover span, .c-social-share > a.is-lg:hover span {
  opacity: 0.7;
}

.c-button.is-md, .c-social-share > a.is-md {
  min-width: 15.75rem;
  max-width: 100%;
  font-size: 1rem;
  padding: 7.5px;
}

.c-button.is-md i, .c-social-share > a.is-md i {
  margin-right: 0.625rem;
}

.c-button.is-sm, .c-social-share > a.is-sm {
  min-width: 14.25rem;
  max-width: 100%;
  font-size: 0.875rem;
  padding: 5px;
}

.c-button.is-xs, .c-social-share > a.is-xs {
  font-size: 0.8rem;
  padding: 0.125rem 0.8rem;
}

.c-button.is-primary, .c-social-share > a.is-primary {
  background: #2E64FE;
  border: 2px solid #2E64FE;
  color: #fff;
}

.c-button.is-primary:hover, .c-social-share > a.is-primary:hover {
  background: #fff;
  border-color: #2E64FE;
  color: #2E64FE;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.c-button.is-white, .c-social-share > a.is-white {
  background: #fff;
  border: 2px solid #2E64FE;
  color: #2E64FE;
}

.c-button.is-white:hover, .c-social-share > a.is-white:hover {
  background: #2E64FE;
  color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.c-button.is-white.is-active, .c-social-share > a.is-white.is-active {
  background: #2E64FE;
  color: #fff;
}

.c-button.is-text-black, .c-social-share > a.is-text-black {
  color: #2e2e2e;
}

.c-button.is-secondary, .c-social-share > a.is-secondary {
  background: #ecf4fe;
}

.c-button.is-tertiary, .c-social-share > a.is-tertiary {
  background: #efefef;
}

.c-button.is-danger, .c-social-share > a.is-danger {
  background: #cc2919;
}

.c-button.is-warning, .c-social-share > a.is-warning {
  background: #cc9e12;
}

.c-button.is-info, .c-social-share > a.is-info {
  background: #378da3;
}

.c-button.is-success, .c-social-share > a.is-success {
  background: #13a83a;
}

.c-button.is-round, .c-social-share > a.is-round {
  border-radius: 1000px;
}

.c-button.is-outline, .c-social-share > a.is-outline {
  background: transparent;
  border: 3px solid #2e2e2e;
  color: #2e2e2e;
  font-weight: bold;
}

.c-button.is-expand, .c-social-share > a.is-expand {
  width: 100%;
  text-align: center;
}

.c-button.is-left, .c-social-share > a.is-left {
  position: relative;
  padding-left: 16px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-left, .c-social-share > a.is-left {
    padding-left: 16px;
  }
}

.c-button.is-left:before, .c-social-share > a.is-left:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 16px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-left:before, .c-social-share > a.is-left:before {
    left: 9px;
  }
}

.c-button.is-bottom, .c-social-share > a.is-bottom {
  position: relative;
  padding-left: 16px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-bottom, .c-social-share > a.is-bottom {
    padding-left: 16px;
  }
}

.c-button.is-bottom:before, .c-social-share > a.is-bottom:before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  left: 16px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-bottom:before, .c-social-share > a.is-bottom:before {
    left: 9px;
  }
}

.c-button.is-shadow, .c-social-share > a.is-shadow {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.c-button.is-primary-border, .c-social-share > a.is-primary-border {
  border: 2px solid #2E64FE;
}

.c-button.is-tel, .c-social-share > a.is-tel {
  background-color: #2E64FE;
  color: #fff;
}

.c-button.is-opacity:hover, .c-social-share > a.is-opacity:hover {
  opacity: 0.7;
}

.c-capsule-nav .c-button, .c-capsule-nav .c-social-share > a {
  margin-bottom: 1.25rem;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-capsule-nav .c-button, .c-capsule-nav .c-social-share > a {
    min-width: inherit;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

.c-card {
  border: 1px solid #CCC;
  display: block;
  background-color: #fff;
  position: relative;
  text-decoration: none;
  color: #2e2e2e;
  margin-top: 24px;
}

.c-card__inner {
  display: block;
  padding: 24px 24px 21px 24px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card__inner {
    padding: 16px;
  }
}

.c-card__place {
  width: 10rem;
  background-color: #F7F7F7;
  text-align: center;
  font-size: 0.875rem;
  padding: 3px;
  position: absolute;
  top: 0;
  right: 0;
}

.c-card__place i {
  color: #2E64FE;
  margin-right: 0.5rem;
}

.c-card__image {
  width: 7.5rem;
  height: 5.75rem;
  background-color: #CCC;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
}

.c-card__image:hover {
  opacity: 0.8;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card__image {
    display: none;
  }
}

.c-card__title {
  font-size: 1.125rem;
  color: #2E64FE;
  font-weight: bold;
  padding-bottom: 0.625rem;
  line-height: 1;
  text-decoration: none;
}

.c-card__text {
  margin-left: 8.75rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card__text {
    margin-left: 0;
  }
}

.c-card__date {
  font-size: 0.875rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card__date {
    font-size: 0.75rem;
  }
}

.c-card__date i {
  color: #2E64FE;
  margin-right: 0.5rem;
}

.c-card__button {
  border-top: 1px dotted #2E64FE;
  padding: 16px 24px;
  background-color: #ecf4fe;
  text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card__button {
    padding: 8px;
  }
  .c-card__button .c-button, .c-card__button .c-social-share > a {
    min-width: inherit;
    width: 48% !important;
  }
}

.c-card__button .c-button.is-primary, .c-card__button .c-social-share > a.is-primary {
  margin-right: 1.25rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card__button .c-button.is-primary, .c-card__button .c-social-share > a.is-primary {
    margin-right: 2%;
  }
}

.c-dropdown {
  position: relative;
  text-align: center;
}

.c-dropdown__list {
  padding-left: 0;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  list-style: none;
  max-width: 240px;
  border-radius: 1.5px;
  position: absolute;
  left: 50%;
  margin-top: 4px;
  margin-bottom: 0;
  margin-left: -102px;
  display: none;
  opacity: 0;
  z-index: 10000000;
}

.c-dropdown__list li {
  border-bottom: 1px solid #f2f2f2;
}

.c-dropdown__list li:last-child {
  border-radius: 0 0 1.5px 1.5px;
}

.c-dropdown__list li a {
  text-decoration: none;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.c-dropdown__list li a:hover {
  background: #2E64FE;
  color: #fff;
}

.c-dropdown__trigger:hover {
  cursor: pointer;
}

.c-dropdown__trigger:hover .c-dropdown__list {
  display: block;
  opacity: 1;
}

.c-faqbox {
  border: 1px solid #2E64FE;
  border-radius: 3px;
  padding: 23px 30px 5px;
  margin-bottom: 16px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-faqbox {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.c-faqbox.is-open .c-faqbox__title:after {
  content: "\f106";
}

.c-faqbox__title {
  font-weight: bold;
  color: #000;
  font-size: 1.125rem;
  padding-bottom: 18px;
  position: relative;
  padding-left: 68px;
  position: relative;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-faqbox__title {
    padding-left: 48px;
    font-size: 1rem;
  }
}

.c-faqbox__title:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 4px;
  top: 50%;
  color: #2E64FE;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-81%);
      transform: translateY(-81%);
}

.c-faqbox__title:before {
  content: "Q";
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 5000px;
  background: #2E64FE;
  position: absolute;
  text-align: center;
  padding-top: 3px;
  color: #fff;
  top: -3px;
  left: 0px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-faqbox__title:before {
    padding-top: 1px;
    width: 30px;
    height: 30px;
  }
}

.c-faqbox__content {
  border-top: 1px solid #ccc;
  padding-top: 16px;
  padding-left: 68px;
  margin-bottom: 12px;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-faqbox__content {
    padding-left: 48px;
  }
}

.c-faqbox__content:after {
  content: "A";
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.125rem;
  width: 36px;
  height: 36px;
  border-radius: 5000px;
  color: #2E64FE;
  position: absolute;
  text-align: center;
  padding-top: 3px;
  background: #f2f2f2;
  top: 15px;
  left: 0px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-faqbox__content:after {
    padding-top: 1px;
    width: 30px;
    height: 30px;
  }
}

.c-flow__block {
  border: 1px solid #B5B5B6;
  min-height: 12.625rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flow__block {
    margin-bottom: 1rem;
  }
}

.c-flow__image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 15.75rem;
  height: 12.5rem;
  float: left;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flow__image {
    width: 100%;
    float: none;
    height: 100%;
    padding-top: 60%;
  }
}

.c-flow__number {
  width: 6.25rem;
  height: 6.25rem;
  background: url("../images/ribon.png") top left/57px no-repeat;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  padding-left: 1.1875rem;
  padding-top: 0.125rem;
  position: absolute;
  top: 0;
  left: 0;
}

.c-flow__text {
  margin-left: 15.75rem;
  padding: 28px 40px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flow__text {
    margin-left: 0;
    padding: 16px;
  }
}

.c-flow__text .heading {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.c-flow__text p {
  margin-bottom: 0;
}

.c-flowbn {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: fixed;
  overflow: hidden;
  bottom: 0;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  z-index: 9999;
}

.c-flowbn.is-fixed {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.c-flowbn.is-fixed.is-hidden {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flowbn {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .c-flowbn .c-button, .c-flowbn .c-social-share > a {
    padding: 12px 5px 9px 60px;
    line-height: 1.3;
    font-size: 0.8125rem;
    position: relative;
    text-align: left;
    min-height: 3.3125rem;
  }
  .c-flowbn__text {
    display: block;
    padding-top: 0.5rem;
  }
  .c-flowbn .c-button img, .c-flowbn .c-social-share > a img {
    width: 34px;
    position: absolute;
    top: 10px;
    left: 18px;
  }
  .c-flowbn .c-button i, .c-flowbn .c-social-share > a i {
    font-size: 1.6875rem;
    position: absolute;
    top: 12px;
    left: 18px;
  }
}

.c-form {
  border-top: 1px dotted #2E64FE;
  width: 56rem;
  margin: 0 auto;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-form {
    width: 100%;
  }
}

.c-form-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  border-bottom: 1px dotted #2E64FE;
}

.c-form-block__title {
  float: left;
  width: 15.875rem;
  font-weight: bold;
  position: relative;
  padding-top: 0.625rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-form-block__title {
    width: 100%;
    float: none;
    padding-bottom: 1rem;
    padding-top: 0;
  }
}

.c-form-block__title .c-label, .c-form-block__title .p-post__category li a, .p-post__category li .c-form-block__title a {
  float: right;
  margin-top: 0px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-form-block__title .c-label, .c-form-block__title .p-post__category li a, .p-post__category li .c-form-block__title a {
    margin-left: 0;
  }
}

.c-form-block__content {
  margin-left: 17.5rem;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-form-block__content {
    margin-left: 0;
  }
}

/*
.c-form-block__content textarea {
  min-height: 200px;
}
*/

.c-form-block__content label {
  margin-bottom: 5px;
  font-weight: bold;
  display: inline-block;
}

.c-form-block__content p {
  margin-top: 8px;
  font-size: 0.9em;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-form-block__content {
    width: 100%;
    float: none;
  }
}

.c-form-block__radio label {
  display: inline-block;
  margin-right: 32px;
}

.c-form-block__radio label input {
  margin-right: 8px;
}

.c-form-block__calender {
  display: inline-block;
}

.c-form-block__calender i.icon-date {
  position: absolute;
  top: 15px;
  left: 294px;
  color: #2E64FE;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-form-block__calender i.icon-date {
    left: auto;
    right: 16px;
  }
}

.c-form-block__submit button {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-form-block__submit button {
    width: 100%;
    display: block;
    margin-bottom: 0.75rem;
  }
}

.mw_wp_form.mw_wp_form_confirm .c-form-block__title {
  padding-top: 0;
}

.mw_wp_form.mw_wp_form_confirm .c-form-block__title .c-label, .mw_wp_form.mw_wp_form_confirm .c-form-block__title .p-post__category li a, .p-post__category li .mw_wp_form.mw_wp_form_confirm .c-form-block__title a {
  display: none;
}

.mw_wp_form.mw_wp_form_confirm .c-form-block__content i.fa {
  display: none;
}

.mw_wp_form.mw_wp_form_confirm .p-privacy,
.mw_wp_form.mw_wp_form_confirm .from-caution{
  display: none;
}

.c-fqa__content {
  border: 2px solid #2E64FE;
  border-radius: 3px;
  margin-top: 16px;
  background: #FFF;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  text-align: left;
  padding: 12px 30px 5px 30px;
  cursor: pointer;
  position: relative;
}

.c-fqa__content:after {
  content: "\f107";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  top: 18px;
  right: 50px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-fqa__content:after {
    top: 17px;
    right: 20px;
  }
}

.c-fqa__content.is-open:after {
  content: "\f106";
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-fqa__content {
    padding: 12px 15px 3px 15px;
  }
}

.c-fqa__content__title {
  font-size: 1.125rem;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 4px;
  padding-left: 60px;
  min-height: 44px;
  background: url("../images/icon-q.svg") top 0px left no-repeat;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-fqa__content__title {
    font-size: 1.125rem;
    background-size: 30px;
    background-position: top 3px left;
    padding-left: 40px;
    padding-bottom: 10px;
    padding-right: 25px;
  }
}

.c-fqa__content__text {
  border-top: 1px dotted #2E64FE;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: 60px;
  display: none;
  background: url("../images/icon-a.svg") top 15px left no-repeat;
}

.c-fqa__content__text.is-display {
  display: block;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-fqa__content__text {
    background-size: 30px;
    padding-left: 40px;
  }
}

.container, .l-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.container:after, .l-container:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .container, .l-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}

.row:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .row {
    margin-left: -3px;
    margin-right: -3px;
  }
}

.small-1 {
  box-sizing: border-box;
  width: 8.3333%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 3px;
  padding-right: 3px;
}

.is-push-sm-1 {
  margin-left: 8.3333%;
  padding-left: 3px;
  padding-right: 3px;
}

.small-2 {
  box-sizing: border-box;
  width: 16.6667%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 3px;
  padding-right: 3px;
}

.is-push-sm-2 {
  margin-left: 16.6667%;
  padding-left: 3px;
  padding-right: 3px;
}

.small-3 {
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 3px;
  padding-right: 3px;
}

.is-push-sm-3 {
  margin-left: 25%;
  padding-left: 3px;
  padding-right: 3px;
}

.small-4 {
  box-sizing: border-box;
  width: 33.3333%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 3px;
  padding-right: 3px;
}

.is-push-sm-4 {
  margin-left: 33.3333%;
  padding-left: 3px;
  padding-right: 3px;
}

.small-5 {
  box-sizing: border-box;
  width: 41.6667%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 3px;
  padding-right: 3px;
}

.is-push-sm-5 {
  margin-left: 41.6667%;
  padding-left: 3px;
  padding-right: 3px;
}

.small-6 {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 3px;
  padding-right: 3px;
}

.is-push-sm-6 {
  margin-left: 50%;
  padding-left: 3px;
  padding-right: 3px;
}

.small-7 {
  box-sizing: border-box;
  width: 58.3333%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 3px;
  padding-right: 3px;
}

.is-push-sm-7 {
  margin-left: 58.3333%;
  padding-left: 3px;
  padding-right: 3px;
}

.small-8 {
  box-sizing: border-box;
  width: 66.6667%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 3px;
  padding-right: 3px;
}

.is-push-sm-8 {
  margin-left: 66.6667%;
  padding-left: 3px;
  padding-right: 3px;
}

.small-9 {
  box-sizing: border-box;
  width: 75%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 3px;
  padding-right: 3px;
}

.is-push-sm-9 {
  margin-left: 75%;
  padding-left: 3px;
  padding-right: 3px;
}

.small-10 {
  box-sizing: border-box;
  width: 83.3333%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 3px;
  padding-right: 3px;
}

.is-push-sm-10 {
  margin-left: 83.3333%;
  padding-left: 3px;
  padding-right: 3px;
}

.small-11 {
  box-sizing: border-box;
  width: 91.6667%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 3px;
  padding-right: 3px;
}

.is-push-sm-11 {
  margin-left: 91.6667%;
  padding-left: 3px;
  padding-right: 3px;
}

.small-12 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 3px;
  padding-right: 3px;
}

.is-push-sm-12 {
  margin-left: 100%;
  padding-left: 3px;
  padding-right: 3px;
}

@media screen and (min-width: 46.875em) and (max-width: 67.4375em) {
  .medium-1 {
    box-sizing: border-box;
    width: 8.3333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-1 {
    margin-left: 8.3333%;
  }
  .medium-2 {
    box-sizing: border-box;
    width: 16.6667%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-2 {
    margin-left: 16.6667%;
  }
  .medium-3 {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-3 {
    margin-left: 25%;
  }
  .medium-4 {
    box-sizing: border-box;
    width: 33.3333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-4 {
    margin-left: 33.3333%;
  }
  .medium-5 {
    box-sizing: border-box;
    width: 41.6667%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-5 {
    margin-left: 41.6667%;
  }
  .medium-6 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-6 {
    margin-left: 50%;
  }
  .medium-7 {
    box-sizing: border-box;
    width: 58.3333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-7 {
    margin-left: 58.3333%;
  }
  .medium-8 {
    box-sizing: border-box;
    width: 66.6667%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-8 {
    margin-left: 66.6667%;
  }
  .medium-9 {
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-9 {
    margin-left: 75%;
  }
  .medium-10 {
    box-sizing: border-box;
    width: 83.3333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-10 {
    margin-left: 83.3333%;
  }
  .medium-11 {
    box-sizing: border-box;
    width: 91.6667%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-11 {
    margin-left: 91.6667%;
  }
  .medium-12 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-md-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 46.875em) {
  .large-1 {
    box-sizing: border-box;
    width: 8.3333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-1 {
    margin-left: 8.3333%;
  }
  .large-2 {
    box-sizing: border-box;
    width: 16.6667%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-2 {
    margin-left: 16.6667%;
  }
  .large-3 {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-3 {
    margin-left: 25%;
  }
  .large-4 {
    box-sizing: border-box;
    width: 33.3333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-4 {
    margin-left: 33.3333%;
  }
  .large-5 {
    box-sizing: border-box;
    width: 41.6667%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-5 {
    margin-left: 41.6667%;
  }
  .large-6 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-6 {
    margin-left: 50%;
  }
  .large-7 {
    box-sizing: border-box;
    width: 58.3333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-7 {
    margin-left: 58.3333%;
  }
  .large-8 {
    box-sizing: border-box;
    width: 66.6667%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-8 {
    margin-left: 66.6667%;
  }
  .large-9 {
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-9 {
    margin-left: 75%;
  }
  .large-10 {
    box-sizing: border-box;
    width: 83.3333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-10 {
    margin-left: 83.3333%;
  }
  .large-11 {
    box-sizing: border-box;
    width: 91.6667%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-11 {
    margin-left: 91.6667%;
  }
  .large-12 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-12 {
    margin-left: 100%;
  }
}

.c-info__content {
  text-align: center;
  padding-bottom: 70px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-info__content {
    text-align: left;
    padding-bottom: 40px;
  }
  .c-info__content .heading {
    letter-spacing: 0;
  }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) and (max-width: 340px) {
  .c-info__content .heading {
    font-size: 1.375rem;
  }
}

.c-info__content__about {
  margin-top: 40px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-info__content__about {
    margin-top: 25px;
  }
}

.c-info__content__about table {
  width: 100%;
  text-align: left;
  border-top: 1px dotted #2E64FE;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-info__content__about table {
    margin-top: 25px;
  }
}

.c-info__content__about table tr {
  border-bottom: 1px dotted #2E64FE;
}

.c-info__content__about table tr th, .c-info__content__about table tr td {
  padding: 10px 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-info__content__about table tr th, .c-info__content__about table tr td {
    padding: 15px 0;
  }
}

.c-info__content__about table tr th {
  color: #2E64FE;
  width: 160px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-info__content__about table tr th {
    width: 100px;
    vertical-align: top;
  }
}

.c-info__content__about table tr th span {
  display: inline-block;
  border-left: 4px solid #2E64FE;
  padding-left: 13px;
  line-height: 1.1;
}

.c-info__content__des {
  padding: 45px 0 30px 0;
  text-align: left;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-info__content__des {
    padding: 30px 0 20px 0;
    vertical-align: top;
  }
}

.c-info__content .btn:hover {
  opacity: 0.7;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-info__content .btn {
    margin-bottom: 15px;
  }
  .c-info__content .btn img {
    width: 24px;
    padding-top: 1px;
  }
}

.c-inline-list {
  list-style: disc;
  margin-left: 0;
  padding-left: 0;
  overflow: hidden;
  list-style-position: outside;
}

.c-inline-list li {
  float: left;
  margin-left: 2rem;
  margin-right: 0.5rem;
}

.c-label, .p-post__category li a {
  background: #2E64FE;
  color: #fff;
  font-size: 12.8px;
  border-radius: 3px;
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: middle;
  text-align: center;
}

.c-label > a, .p-post__category li a > a {
  color: #fff;
  text-decoration: none;
}

.c-label.is-lg, .p-post__category li a {
  min-width: 10rem;
  border-radius: 0;
  font-size: 0.875rem;
  padding: 2px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-label.is-lg, .p-post__category li a {
    min-width: 7.5rem;
  }
}

.c-label.is-required, .p-post__category li a.is-required {
  width: 5.25rem;
  border-radius: 0;
  letter-spacing: 5px;
  padding: 2px 6px;
  font-weight: normal;
}

.c-label.is-sm, .p-post__category li a.is-sm {
  font-size: 0.64rem;
}

.c-label.is-secondary, .p-post__category li a.is-secondary {
  background: #ecf4fe;
}

.c-label.is-tertiary, .p-post__category li a.is-tertiary {
  background: #efefef;
}

.c-label.is-danger, .p-post__category li a.is-danger {
  background: #cc2919;
}

.c-label.is-warning, .p-post__category li a.is-warning {
  background: #cc9e12;
}

.c-label.is-info, .p-post__category li a.is-info {
  background: #378da3;
}

.c-label.is-success, .p-post__category li a.is-success {
  background: #13a83a;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing-page {
    margin: 0 -16px;
  }
}

.c-landing-page__block {
  position: relative;
  margin-bottom: 8.125rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing-page__block {
    margin-bottom: 3.5rem;
    padding: 0;
  }
}

.c-landing-page__block:last-child {
  margin-bottom: 3rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing-page__block:last-child {
    margin-bottom: 3.5rem;
  }
}

.c-landing-page__text {
  background-color: #2E64FE;
  height: 100%;
  text-align: center;
  width: 33rem;
  padding: 72px 56px 56px 56px;
  position: relative;
  top: 54px;
  left: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing-page__text {
    width: 94%;
    margin: -24px auto 0 auto;
    padding-top: 1.875rem;
    position: static;
    padding: 56px 24px 24px;
  }
  .c-landing-page__text p {
    font-size: 0.75rem;
  }
}

.c-landing-page__text:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 24px;
  border-color: transparent transparent transparent #2E64FE;
  right: -20px;
  top: 56px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing-page__text:after {
    display: none;
  }
}

.c-landing-page__text .heading {
  margin-bottom: 0.5rem;
}

.c-landing-page__number {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-size: 10.625rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 3px;
  left: 220px;
  z-index: 999;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing-page__number {
    font-size: 7.9375rem;
    top: 175px;
    left: 50%;
    margin-left: -30px;
  }
}

.c-landing-page__image {
  width: 55rem;
  height: 23rem;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  right: -260px;
  top: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing-page__image {
    width: 100%;
    position: static;
    height: 12.5rem;
  }
}

.c-landing-page__block.is-right {
  margin-left: 0;
  padding-left: 0;
  margin-right: -260px;
  padding-right: 260px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing-page__block.is-right {
    margin: 0 0 56px 0;
    padding: 0;
  }
}

.c-landing-page__block.is-right .c-landing-page__text {
  margin-left: 34.5rem;
}

.c-landing-page__block.is-right .c-landing-page__text:after {
  right: auto;
  left: -20px;
  border-width: 22px 24px 22px 0;
  border-color: transparent #2E64FE transparent transparent;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing-page__block.is-right .c-landing-page__text {
    width: 94%;
    margin: -24px auto 0 auto;
  }
}

.c-landing-page__block.is-right .c-landing-page__image {
  left: -260px;
  top: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing-page__block.is-right .c-landing-page__image {
    left: 0;
  }
}

.c-landing-page__block.is-right .c-landing__number {
  position: absolute;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing-page__block.is-right .c-landing__number {
    top: 175px;
    left: 50%;
  }
}

.c-landing .l-container {
  position: relative;
}

.c-landing__block {
  background-color: #2E64FE;
  position: relative;
  height: 14.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing__block {
    min-height: 18.125rem;
  }
}

.c-landing__text {
  height: 100%;
  text-align: center;
  width: 23.75rem;
  padding-top: 4rem;
  margin-left: 5.875rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing__text {
    width: 100%;
    padding-top: 2.125rem;
    width: 80%;
    margin: 0 auto;
  }
  .c-landing__text p {
    font-size: 0.75rem;
  }
}

.c-landing__text .heading {
  margin-bottom: 0.5rem;
}

.c-landing__number {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-size: 10.625rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 30px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing__number {
    font-size: 7.9375rem;
    left: 50%;
    top: 6px;
    margin-left: -30px;
  }
}

.c-landing__image {
  width: 50%;
  height: 14.5rem;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing__image {
    width: 100%;
    position: static;
    height: 9.0625rem;
  }
}

.c-landing__image:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 24px;
  border-color: transparent transparent transparent #2E64FE;
  left: 0;
  top: 90px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing__image:after {
    display: none;
  }
}

.c-landing__block.is-right .c-landing__text {
  margin-left: 37.125rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing__block.is-right .c-landing__text {
    width: 100%;
    margin-left: 0;
  }
}

.c-landing__block.is-right .c-landing__image {
  left: 0;
  top: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing__block.is-right .c-landing__image {
    left: 0;
  }
}

.c-landing__block.is-right .c-landing__image:after {
  left: auto;
  right: 0;
  top: 90px;
  border-width: 22px 24px 22px 0;
  border-color: transparent #2E64FE transparent transparent;
}

.c-landing__block.is-right .c-landing__number {
  position: absolute;
  top: 30px;
  right: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing__block.is-right .c-landing__number {
    top: 6px;
    left: 50%;
  }
}

.c-lead {
  font-size: 1.125rem;
}

.c-main-visual {
  max-width: 100%;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.c-media > img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.c-media > figcaption {
  margin-top: 0;
  background: #efefef;
  text-align: center;
  padding: 0.5rem 1rem;
}

.c-menu-image {
  width: 100%;
  height: 380px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #CCC;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-menu-image {
    height: 100%;
    padding-top: 53%;
  }
}

.single-voice .c-menu-image {
  background-size: contain;
  background-color: #fff;
}

.c-menu {
  padding-left: 0;
  margin-left: 0;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

.c-menu > li {
  list-style: none;
}

.c-menu > li > a {
  display: block;
  border-bottom: 1px solid #efefef;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
}

.c-menu > li > a:hover, .c-menu > li > a.is-active {
  background: #2E64FE;
  color: #fff;
}

.c-message {
  padding: 1rem;
  background: #efefef;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  margin-bottom: 16px;
}

.c-message .c-message__icon {
  margin-right: 0.375rem;
}

.c-message .c-message__icon.is-right {
  float: right;
  margin-top: 0.25rem;
}

.c-message > p {
  margin-bottom: 0;
}

.c-message.is-primary {
  background: #2E64FE;
  border: 1px solid #d60011;
}

.c-message.is-primary > p {
  color: #fff;
}

.c-message.is-secondary {
  background: #ecf4fe;
  border: 1px solid #f0e8dd;
}

.c-message.is-secondary > p {
  color: #fff;
}

.c-message.is-danger {
  background: #cc2919;
  border: 1px solid #be2617;
}

.c-message.is-danger > * {
  color: #fff;
}

.c-message.is-warning {
  background: #cc9e12;
  border: 1px solid #be9311;
}

.c-message.is-warning > p {
  color: #fff;
}

.c-message.is-info {
  background: #378da3;
  border: 1px solid #338398;
}

.c-message.is-info > p {
  color: #fff;
}

.c-message.is-success {
  background: #13a83a;
  border: 1px solid #119a35;
}

.c-message.is-success > p {
  color: #fff;
}

.c-navs-list > li {
  display: inline-block;
}

.c-navs-list > li > a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #efefef;
  text-decoration: none;
  border-radius: 3px;
}

.c-navs-list > li > a:hover, .c-navs-list > li > a.is-active {
  background: #2E64FE;
  color: #fff;
}

.c-navs-list.is-expand > li > a {
  padding: 0.5rem 2rem;
}

.c-news-frontpage__block {
  color: #000;
  text-decoration: none;
  display: block;
  border-bottom: 1px dotted #2E64FE;
  padding: 24px 0;
}

.c-news-frontpage__block:first-child {
  padding-top: 0;
}

.c-news-frontpage .heading {
  font-weight: bold;
  text-decoration: underline;
  margin-top: 0;
  margin-bottom: 0.75rem;
  line-height: 1.6;
  color: #2e2e2e;
}

.c-news-frontpage .heading:hover {
  opacity: 0.8;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-frontpage .heading {
    text-decoration: none;
  }
}

.c-news-frontpage__date .c-label, .c-news-frontpage__date .p-post__category li a, .p-post__category li .c-news-frontpage__date a {
  margin-right: 0.5rem;
}

.c-news-frontpage__sup {
  font-size: 0.875rem;
  color: #707070;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-frontpage__sup {
    display: inline-block;
    margin-top: 0.5rem;
  }
}

.c-news-frontpage__image {
  width: 7.5rem;
  height: 5.75rem;
  background-color: #CCC;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
  border: 1px solid #CCC;
}

.c-news-frontpage__image:hover {
  opacity: 0.8;
}

.c-news-frontpage__text {
  margin-left: 9rem;
}

.c-news-frontpage.is-page {
  border-top: 1px dotted #2E64FE;
  padding: 24px 0;
}

.c-news-frontpage.is-page .c-news-frontpage__text {
  margin-left: 0;
}

.c-news-frontpage.is-page .c-news-frontpage__text p {
  color: #707070;
  margin-bottom: 0.5rem;
}

.c-news-frontpage.is-page .c-news-frontpage__text p a {
  color: #707070;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme {
  position: relative;
}

.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #2E64FE;
  width: 30px;
  height: 94px;
  border: 1px solid #2E64FE;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: -1px;
  text-indent: -99999px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #FFF;
  color: #2E64FE;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-prev {
  left: -34px;
  border-radius: 10px 0 0 10px;
}

.owl-prev:before {
  content: "";
  display: block;
  width: 30px;
  height: 94px;
  background: url("../images/slider-prev.png") center/10px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.owl-prev:hover:before {
  background-image: url("../images/slider-prev_mo.png");
}

.owl-next {
  right: -34px;
  border-radius: 0px 10px 10px 0;
}

.owl-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 94px;
  background: url("../images/slider-next.png") center/10px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.owl-next:hover:before {
  background-image: url("../images/slider-next_mo.png");
}

.owl-theme .owl-nav {
  position: absolute;
  width: 900px;
  height: 450px;
  top: 174px;
  left: 50%;
  margin-left: -450px;
}

.owl-carousel .owl-item {
  width: 100%;
}

.owl-carousel .owl-item img {
  width: 900px;
  height: auto;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 750px) {
  .owl-theme .owl-nav {
    width: 100%;
    height: 0;
    padding-top: 46%;
    margin: 0;
    top: 0;
    left: auto;
  }
  .owl-carousel .owl-item {
    padding: 0 16px;
  }
  .owl-carousel .owl-item img {
    width: 100%;
    box-shadow: none;
    border: 1px solid #2E64FE;
  }
  .owl-theme .owl-nav {
    width: 100%;
  }
  .owl-carousel .owl-item.center:after {
    display: none;
  }
  .owl-theme .owl-nav [class*='owl-'] {
    width: 22px;
    height: 44px;
    top: 50%;
    margin-top: -22px;
    border: none;
  }
  .owl-prev {
    left: -5px;
    border-radius: 0px 4px 4px 0;
  }
  .owl-prev:before {
    width: 22px;
    height: 44px;
    background: url("../images/slider-prev.png") center/7px no-repeat;
  }
  .owl-next {
    right: -5px;
    border-radius: 4px 0 0 4px;
  }
  .owl-next:before {
    width: 22px;
    height: 44px;
    background: url("../images/slider-next.png") center/7px no-repeat;
  }
}

.owl-carousel .owl-item.center:after {
  content: "";
  width: 896px;
  height: 446px;
  border: 2px solid #2E64FE;
  position: absolute;
  top: 0;
  z-index: 999;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 58px;
  height: 4px;
  border: 1px solid #2E64FE;
  margin: 0px 7px;
  background: #2E64FE;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #FFF;
}

.c-page-header {
  width: 100%;
  max-width: 100%;
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
  background: #2E64FE url("../images/bg-stripe.png") repeat;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  padding-top: 2.5rem;
}

.c-page-header h1,
.c-page-header div {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: bold;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-page-header h1,
  .c-page-header div {
    font-size: 1.6875rem;
  }
}

.c-page-header.is-left {
  text-align: left;
}

.c-page-header.is-right {
  text-align: right;
}

.c-page-header__title {
  font-size: 2.25rem;
}

.c-page-header__subtitle {
  font-size: 1rem;
}

.c-pagetop {
  opacity: 0;
  position: fixed;
  bottom: 140px;
  right: 20px;
}

.c-pagetop img {
  width: 66px;
}

.c-pagetop.is-fixed {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagetop {
    bottom: 20px;
    right: 10px;
  }
}

.c-pagination > ul {
  text-align: center;
  list-style: none;
  font-size: 0;
}

.c-pagination > ul > li {
  display: inline-block;
  font-size: 1rem;
  margin: 0 4px;
}

.c-pagination > ul > li > span,
.c-pagination > ul > li > a {
  display: inline-block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-decoration: none;
  border: 1px solid #2E64FE;
  border-radius: 2px;
}

.c-pagination > ul > li > span:hover,
.c-pagination > ul > li > a:hover {
  background: #2E64FE;
  color: #fff;
}

.c-pagination > ul > li > span.is-active,
.c-pagination > ul > li > a.is-active {
  background: #2E64FE;
  color: #fff;
}

.c-pagination__next, .c-pagination__prev {
  width: 7.25rem;
  display: inline-block;
  text-decoration: none;
  background: #2E64FE;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagination__next, .c-pagination__prev {
    display: none !important;
  }
}

.c-pagination__prev {
  margin-right: 0.25rem;
}

.c-pagination__prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  position: absolute;
  left: 8px;
}

.c-pagination__next {
  margin-left: 0.25rem;
}

.c-pagination__next:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 8px;
}

.c-panel__title {
  background: #2E64FE;
  color: #fff;
  padding: 16px 32px;
  margin-bottom: 0;
  font-size: 1.125rem;
  border-radius: 3px 3px 0 0;
}

.c-panel__content {
  padding: 16px 32px;
  border: 1px solid #efefef;
  border-radius: 0 0 3px 3px;
  background: #fff;
}

.c-panel.is-danger .c-panel__title {
  background: #cc2919;
}

.c-panel.is-warning .c-panel__title {
  background: #cc9e12;
}

.c-panel.is-success .c-panel__title {
  background: #13a83a;
}

.c-panel.is-info .c-panel__title {
  background: #378da3;
}

.c-post-navs {
  width: 100%;
  overflow: hidden;
}

.c-post-navs ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  overflow: hidden;
}

.c-post-navs__prev .c-button, .c-post-navs__prev .c-social-share > a, .c-post-navs__next .c-button, .c-post-navs__next .c-social-share > a {
  width: 184px;
  background: #fff;
  border: 2px solid #2E64FE;
  color: #2E64FE;
  padding: 10px;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs__prev .c-button, .c-post-navs__prev .c-social-share > a, .c-post-navs__next .c-button, .c-post-navs__next .c-social-share > a {
    width: 40%;
    font-size: 0.875rem;
  }
}

.c-post-navs__prev {
  float: left;
}

.c-post-navs__prev .c-button, .c-post-navs__prev .c-social-share > a {
  padding-left: 20px;
}

.c-post-navs__prev .c-button i.fa, .c-post-navs__prev .c-social-share > a i.fa {
  position: absolute;
  left: 10px;
  top: 16px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs__prev .c-button i.fa, .c-post-navs__prev .c-social-share > a i.fa {
    top: 14px;
  }
}

.c-post-navs__next {
  float: right;
}

.c-post-navs__next .c-button, .c-post-navs__next .c-social-share > a {
  padding-right: 20px;
}

.c-post-navs__next .c-button i.fa, .c-post-navs__next .c-social-share > a i.fa {
  position: absolute;
  right: 10px;
  top: 16px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs__next .c-button i.fa, .c-post-navs__next .c-social-share > a i.fa {
    top: 14px;
  }
}

.c-price-des {
  text-align: center;
  position: relative;
}

.c-price-des strong {
  font-size: 1.75rem;
  color: #fff;
  text-decoration: underline;
}

.c-price-des__icon {
  position: absolute;
  width: 16.125rem;
  height: auto;
  right: -40px;
  top: -140px;
}

.c-price {
  width: 100%;
  overflow-x: hidden;
}

.c-price__content {
  padding-bottom: 50px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-price__content {
    padding-bottom: 1.5625rem;
  }
}

.c-price__content__list {
  padding-top: 1.875rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-price__content__list {
    padding-top: 0.9375rem;
  }
}

.c-price__content__list table {
  width: 100%;
  margin-bottom: 10px;
}

table.c-price-table th, #tinymce.post-type-shop table th,
.c-price__content__list table th,
table.c-price-table td, #tinymce.post-type-shop table td,
.c-price__content__list table td {
  width: 33.3%;
  padding: 9px 15px;
  font-weight: bold;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  table.c-price-table th, #tinymce.post-type-shop table th,
  .c-price__content__list table th,
  table.c-price-table td, #tinymce.post-type-shop table td,
  .c-price__content__list table td {
    padding: 7px;
    font-size: 0.8125rem;
  }
}

table.c-price-table th, #tinymce.post-type-shop table th,
.c-price__content__list table th {
  background: #2E2E2E;
  color: #FFF;
  letter-spacing: 1px;
}

table.c-price-table th:first-child, #tinymce.post-type-shop table th:first-child,
.c-price__content__list table th:first-child {
  border-right: 1px dotted #2E64FE;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  table.c-price-table th span, #tinymce.post-type-shop table th span,
  .c-price__content__list table th span {
    display: block;
  }
}

table.c-price-table td, #tinymce.post-type-shop table td,
.c-price__content__list table td {
  border-bottom: 1px dotted #2E64FE;
  border-right: 1px dotted #2E64FE;
  background: #F7F7F7;
}

table.c-price-table td:nth-child(2n), #tinymce.post-type-shop table td:nth-child(2n),
.c-price__content__list table td:nth-child(2n) {
  text-align: right;
}

table.c-price-table td:last-child, #tinymce.post-type-shop table td:last-child,
.c-price__content__list table td:last-child {
  border-right: none;
}

.c-price__content__list table.is-three-culumn {
  width: 100%;
  margin-bottom: 10px;
}

.c-price__content__list table.is-three-culumn th, .c-price__content__list table.is-three-culumn td {
  width: 33.3%;
  padding: 9px 15px;
  font-weight: bold;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-price__content__list table.is-three-culumn th, .c-price__content__list table.is-three-culumn td {
    padding: 7px;
    font-size: 0.8125rem;
  }
}

.c-price__content__list table.is-three-culumn th {
  background: #2E2E2E;
  color: #FFF;
  letter-spacing: 1px;
}

.c-price__content__list table.is-three-culumn th:first-child {
  border-right: 1px dotted #2E64FE;
}

.c-price__content__list table.is-three-culumn th:last-child {
  background: #2E64FE url("../images/bg-th.png") left center/26px no-repeat;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-price__content__list table.is-three-culumn th:last-child {
    background-image: url("../images/bg-th_sp.svg");
    background-size: 18px;
  }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-price__content__list table.is-three-culumn th span {
    display: block;
  }
}

.c-price__content__list table.is-three-culumn td {
  border-bottom: 1px dotted #2E64FE;
  border-right: 1px dotted #2E64FE;
  background: #F7F7F7;
}

.c-price__content__list table.is-three-culumn td:nth-child(2n) {
  text-align: right;
}

.c-price__content__list table.is-three-culumn td:last-child {
  border-right: none;
  background: #ecf4fe;
  color: #2E64FE;
  text-align: right;
  font-size: 115%;
}

@media (max-width: 330px) {
  .c-price__content__list table.is-three-culumn td:last-child {
    font-size: 102%;
  }
}

.c-price__des {
  height: 232px;
  background: url("../images/price-bg.jpg") no-repeat center;
  text-align: center;
  padding-top: 35px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-price__des {
    display: none;
  }
}

.c-price__des p {
  margin-top: 1.125rem;
}

.c-price__des p strong {
  color: #FFF;
  font-size: 1.75rem;
  border-bottom: 1px solid #FFF;
  padding-bottom: 8px;
  font-weight: normal;
}

.c-price__des__icon {
  position: relative;
  top: -255px;
  right: -460px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-price__des__icon {
    position: relative;
    top: 0;
    right: 0;
  }
}

.c-price__des__icon img {
  width: 258px;
}

.c-price__content__list p strong {
  color: #2E64FE;
}

.c-shop-header {
  background: #2E64FE;
  width: 100%;
  min-height: 21.875rem;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-shop-header {
    min-width: inherit;
    width: 100%;
    min-height: inherit;
  }
}

.c-shop-header:before {
  content: "";
  width: 18.75rem;
  height: 21.875rem;
  background: url("../images/shop-header-image.png") no-repeat;
  position: absolute;
  left: 50%;
  top: 26px;
  margin-left: -760px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-shop-header:before {
    margin-left: 0;
    left: 20px;
    top: 180px;
    width: 6.25rem;
    height: 7.5rem;
    background-size: 100%;
    background-position: center;
  }
}

.c-shop-header__text {
  width: 27.1875rem;
  text-align: center;
  padding-top: 8.4375rem;
  color: #fff;
}

.c-shop-header__text .heading {
  font-size: 2.25rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-shop-header__text .heading {
    margin-bottom: 0.3125rem;
  }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-shop-header__text {
    width: 100%;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}

.c-shop-header__nav {
  font-size: 0.8125rem;
}

.c-shop-header__nav span {
  padding: 0 3px;
}

.c-shop-header__nav a {
  color: #fff;
}

.c-shop-header__image {
  width: 55.3%;
  height: 21.875rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-shop-header__image {
    width: 100%;
    height: 100%;
    padding-top: 50%;
    position: static;
  }
}

.c-shop-news {
  border-top: 1px dotted #2E64FE;
}

.c-shop-news a:hover {
  opacity: 0.7;
}

.c-shop-news__block {
  color: #000;
  text-decoration: none;
  display: block;
  border-bottom: 1px dotted #2E64FE;
  padding: 24px 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-shop-news__block {
    padding: 16px 0;
  }
  .c-shop-news__block:last-child {
    border-bottom: none;
  }
}

.c-shop-news__date .c-label, .c-shop-news__date .p-post__category li a, .p-post__category li .c-shop-news__date a {
  margin-right: 0.5rem;
}

.c-shop-news__sup {
  font-size: 0.875rem;
  color: #707070;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-shop-news__sup {
    display: inline-block;
    margin-top: 0.5rem;
  }
}

.c-shop-news__image {
  display: block;
  width: 10rem;
  height: 7.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #CCC;
  float: left;
  border: 1px solid #CCC;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-shop-news__image {
    width: 9.375rem;
    height: 6.875rem;
  }
}

.c-shop-news__text {
  margin-left: 11.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-shop-news__text {
    margin-left: 0;
  }
}

.c-shop-news__text .heading {
  font-weight: bold;
  text-decoration: underline;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: #2e2e2e;
}

.c-shop-news__text .heading:hover {
  opacity: 0.7;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-shop-news__text .heading {
    margin-left: 10rem;
  }
}

.c-shop-news__text p {
  color: #707070;
  margin-bottom: 0.5rem;
}

.c-shop-news__text p a {
  color: #707070;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-shop-news__text p {
    clear: both;
    padding-top: 0.75rem;
  }
}

.c-shop-news.is-no-image .c-shop-news__text {
  margin-left: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-shop-voice {
    border-top: 1px dotted #2E64FE;
    padding-top: 1rem;
  }
}

.c-shop-voice__image {
  width: 100%;
  display: block;
  height: 16.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-shop-voice__image {
    width: 9.375rem;
    height: 100%;
    padding-top: 45%;
    float: left;
  }
}

.c-shop-voice__label {
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-shop-voice__sup {
  border-bottom: 1px dotted #2E64FE;
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-shop-voice__sup {
    margin-left: 10.375rem;
    border-bottom: none;
  }
}

.c-shop-voice__sup .heading {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.c-shop-voice__sup small, .c-shop-voice__sup .c-dropdown__list li a, .c-dropdown__list li .c-shop-voice__sup a {
  color: #707070;
  font-size: 0.875rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-shop-voice__text {
    clear: both;
    padding-top: 1rem;
  }
}

.c-sidebar-archive {
  margin-bottom: 1.5rem;
}

.c-sidebar-archive__title,
.c-sidebar-archive .widget-title {
  margin-top: 0;
  margin-bottom: 0;
  background: #2E64FE;
  color: #fff;
  text-align: center;
  padding: 0.6875rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.c-sidebar-archive__item,
.c-sidebar-archive ul > li > a {
  display: block;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 12px 12px 12px 42px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  color: #2e2e2e;
  font-weight: bold;
}

.c-sidebar-archive__item:after,
.c-sidebar-archive ul > li > a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 1.375rem;
  top: 12px;
}

.c-sidebar-archive__item:hover,
.c-sidebar-archive ul > li > a:hover {
  text-decoration: underline;
  color: #2e2e2e;
}

.c-sidebar-bnr img {
  margin-bottom: 1rem;
}

.c-sidebar-bnr img:hover {
  opacity: 0.7;
}

.c-single-date {
  width: 100%;
  background-color: #ecf4fe;
  padding: 4px 32px;
  margin-bottom: 1rem;
  font-size: 1rem;
  position: relative;
}

.c-single-date:before {
  font-family: "FontAwesome";
  content: "\f017";
  display: block;
  position: absolute;
  left: 12px;
  top: 3px;
  color: #2E64FE;
  font-size: 1.125rem;
}

.c-single-pager {
  width: 100%;
  overflow: hidden;
}

.c-single-pager .c-button, .c-single-pager .c-social-share > a {
  width: 184px;
  background: #fff;
  border: 2px solid #2E64FE;
  color: #2E64FE;
  padding: 10px;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-single-pager .c-button, .c-single-pager .c-social-share > a {
    width: 40%;
    font-size: 0.875rem;
  }
}

.c-single-pager__prev {
  float: left;
}

.c-single-pager__prev .c-button, .c-single-pager__prev .c-social-share > a {
  padding-left: 20px;
}

.c-single-pager__prev i {
  position: absolute;
  left: 10px;
  top: 16px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-single-pager__prev i {
    top: 14px;
  }
}

.c-single-pager__next {
  float: right;
}

.c-single-pager__next .c-button, .c-single-pager__next .c-social-share > a {
  padding-right: 20px;
}

.c-single-pager__next i {
  position: absolute;
  right: 10px;
  top: 16px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-single-pager__next i {
    top: 14px;
  }
}

.c-sitemap .heading {
  margin-top: 0;
}

.c-sitemap ul li a {
  color: #2e2e2e;
  text-decoration: none;
}

.c-sitemap ul li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sitemap ul li a {
    font-size: 0.8125rem !important;
  }
}

@media screen and (min-width: 46.875em) {
  .slidebar-button {
    display: none !important;
  }
  .slidebar-menu {
    display: none !important;
  }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .slidebar-button {
    width: 3.75rem;
    height: 3.75rem;
    position: fixed;
    padding-top: 0.5rem;
    right: 4px;
    top: 4px;
    text-align: center;
    font-size: 1.75rem;
    z-index: 100000;
    text-decoration: none;
    border-radius: 2px;
    background: #2E64FE;
    line-height: 1;
    color: #fff;
  }
  .slidebar-menu {
    position: fixed;
    z-index: 9997;
    padding: 16px;
    background: #ecf4fe url("../images/bg-stripe.png") repeat;
    width: 75%;
    -webkit-transform: translateX(100%);
    transform: translate3d(100%, 0px, 0px);
    right: 0;
    top: -31px;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    overflow-y: scroll;
  }
  .slidebar-menu__main {
    display: block;
    background: #fff;
    border: 1px solid #2E64FE;
    border-radius: 2px;
    padding: 9px 16px;
    margin-bottom: 0.5rem;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    color: #2E64FE;
  }
  .slidebar-menu__main:after {
    content: "\f105";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .slidebar-menu__sub {
    border-top: 1px solid #2E64FE;
    margin-top: 0.4375rem;
    display: none;
  }
  .slidebar-menu__sub ul {
    overflow: hidden;
    padding-top: 0.1875rem;
  }
  .slidebar-menu__sub ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .slidebar-menu__sub ul li {
    width: 48%;
    float: left;
    border-bottom: 1px dotted #2E64FE;
    position: relative;
  }
  .slidebar-menu__sub ul li.is-border-none {
    border-bottom: none;
  }
  .slidebar-menu__sub ul li:nth-child(odd) {
    margin-right: 4%;
  }
  .slidebar-menu__sub ul li:before {
    content: "\f105";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
  }
  .slidebar-menu__sub ul li a {
    display: block;
    padding: 9px 0 7px 18px;
    font-size: 0.8125rem;
    color: #2e2e2e;
    font-weight: normal;
    text-decoration: none;
  }
  .slidebar-menu__button {
    margin-top: 1.75rem;
    margin-bottom: 1rem;
  }
  .slidebar-menu.is-top-to-bottom {
    -webkit-transform: translateX(0%);
    -webkit-transform: translateY(-100%);
    transform: translate3d(0px, -100%, 0px);
    height: auto;
    width: 100%;
    opacity: 0;
  }
  .slidebar-menu > ul > li a {
    display: block;
    padding-left: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-right: 0.5rem;
    text-decoration: none;
    color: #fff;
  }
  .slidebar-container {
    height: 100%;
  }
  .slidebar-container:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    display: none;
  }
  .slidebar-container {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .is-slidebar-active {
    cursor: pointer;
  }
  .is-slidebar-active .slidebar-container {
    -webkit-transform: translateX(-75%);
    transform: translate3d(-75%, 0px, 0px);
  }
  .is-slidebar-active .slidebar-container:after {
    content: "";
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    top: 0;
    left: 0;
  }
  .is-slidebar-active .slidebar-container.is-top-to-bottom {
    -webkit-transform: translateX(0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .is-slidebar-active .slidebar-container.is-top-to-bottom:after {
    top: 100px;
  }
  .is-slidebar-active .slidebar-menu {
    -webkit-transform: translateX(0);
    transform: translate3d(0, 0, 0);
  }
  .is-slidebar-active .slidebar-menu.is-top-to-bottom {
    -webkit-transform: translateX(100px);
    transform: translate3d(0, 100px, 0);
    opacity: 1;
  }
}

.js-accordion.is-open .slidebar-menu__main:after {
  content: "＋";
  font-weight: normal;
  right: 16px;
}

#btn small, #btn .c-dropdown__list li a, .c-dropdown__list li #btn a {
  display: block;
  text-align: center;
  font-size: 0.6875rem;
  padding-top: 2.0625rem;
}

#btn small:hover, #btn .c-dropdown__list li a:hover, .c-dropdown__list li #btn a:hover, #btn small:active, #btn .c-dropdown__list li a:active, .c-dropdown__list li #btn a:active {
  color: #fff;
}

#btn small.close, #btn .c-dropdown__list li a.close, .c-dropdown__list li #btn a.close {
  display: none;
}

#btn span {
  position: absolute;
  width: 26px;
  height: 3px;
  top: 40%;
  left: 50%;
  background: #FFF;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#btn span:nth-child(1) {
  -webkit-animation: span-first-off 0.5s ease-in-out;
          animation: span-first-off 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#btn span:nth-child(2) {
  -webkit-animation: span-second-off 0.5s ease-in-out;
          animation: span-second-off 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#btn span:nth-child(3) {
  -webkit-animation: span-third-off 0.5s ease-in-out;
          animation: span-third-off 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

body.slidebar-init.is-slidebar-active .slidebar-button {
  background: #fff;
}

body.slidebar-init.is-slidebar-active #btn span {
  position: absolute;
  width: 30px;
  height: 4px;
  background: #2E64FE;
}

body.slidebar-init.is-slidebar-active #btn small, body.slidebar-init.is-slidebar-active #btn .c-dropdown__list li a, .c-dropdown__list li body.slidebar-init.is-slidebar-active #btn a {
  display: none;
  color: #2E64FE;
  padding-top: 2.125rem;
}

body.slidebar-init.is-slidebar-active #btn small.close, body.slidebar-init.is-slidebar-active #btn .c-dropdown__list li a.close, .c-dropdown__list li body.slidebar-init.is-slidebar-active #btn a.close {
  display: block;
}

body.slidebar-init.is-slidebar-active #btn:hover span::before {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

body.slidebar-init.is-slidebar-active #btn span:nth-child(1) {
  -webkit-animation: span-first-on 0.5s ease-in-out;
          animation: span-first-on 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

body.slidebar-init.is-slidebar-active #btn span:nth-child(2) {
  -webkit-animation: span-second-on 0.5s ease-in-out;
          animation: span-second-on 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

body.slidebar-init.is-slidebar-active #btn span:nth-child(3) {
  -webkit-animation: span-third-on 0.5s ease-in-out;
          animation: span-third-on 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes span-first-on {
  0% {
    -webkit-transform: translate(-50%, -300%);
            transform: translate(-50%, -300%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@keyframes span-first-on {
  0% {
    -webkit-transform: translate(-50%, -300%);
            transform: translate(-50%, -300%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@-webkit-keyframes span-first-off {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  30% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -300%);
            transform: translate(-50%, -300%);
  }
}

@keyframes span-first-off {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  30% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -300%);
            transform: translate(-50%, -300%);
  }
}

@-webkit-keyframes span-second-on {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  25% {
    background: gray;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-150%, -50%) scale(0);
            transform: translate(-150%, -50%) scale(0);
  }
}

@keyframes span-second-on {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  25% {
    background: gray;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-150%, -50%) scale(0);
            transform: translate(-150%, -50%) scale(0);
  }
}

@-webkit-keyframes span-second-off {
  0% {
    -webkit-transform: translate(-150%, -50%) scale(0);
            transform: translate(-150%, -50%) scale(0);
  }
  25% {
    background: gray;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes span-second-off {
  0% {
    -webkit-transform: translate(-150%, -50%) scale(0);
            transform: translate(-150%, -50%) scale(0);
  }
  25% {
    background: gray;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@-webkit-keyframes span-third-on {
  0% {
    -webkit-transform: translate(-50%, 200%);
            transform: translate(-50%, 200%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}

@keyframes span-third-on {
  0% {
    -webkit-transform: translate(-50%, 200%);
            transform: translate(-50%, 200%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}

@-webkit-keyframes span-third-off {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  30% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 200%);
            transform: translate(-50%, 200%);
  }
}

@keyframes span-third-off {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  30% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 200%);
            transform: translate(-50%, 200%);
  }
}

.c-slider {
  overflow: hidden;
  position: relative;
}

.c-slider-outer {
  cursor: pointer;
}

.c-slider-outer > * {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.c-slider__prev,
.c-slider__next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 1000px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 8px;
  line-height: 1;
  color: #fff;
}

.c-slider__next {
  right: 10%;
}

.c-slider__prev {
  left: 10%;
}

.c-slider .is-transition {
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}

.c-small-card {
  width: 100%;
  height: 4.25rem;
  display: block;
  background-color: #fff;
  text-decoration: none;
  color: #2e2e2e;
  border-radius: 2px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  margin: 12px 0;
  padding: 16px 16px 12px 0;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-small-card {
    margin: 6px 0;
  }
}

.c-small-card.is-border {
  border: 1px solid #2E64FE;
}

.c-small-card__icon {
  width: 4.1875rem;
  height: 2.25rem;
  float: left;
  border-right: 1px dotted #2E64FE;
  text-align: center;
}

.c-small-card__title {
  font-weight: bold;
  display: inline-block;
  padding-left: 1rem;
  padding-top: 0.25rem;
}

.c-small-card:hover .c-small-card__title,
.c-small-card:hover .c-small-card__icon {
  opacity: 0.7;
  color: #2e2e2e;
}

.c-social-share > a.c-social-share__facebook {
  background: #3b5998;
}

.c-social-share > a.c-social-share__twitter {
  background: #00aced;
}

.c-social-share > a.c-social-share__googleplus {
  background: #d34836;
}

.c-table, .l-post-content table, #tinymce.post-type-post table {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #CCC;
}

.c-table > thead > tr, .l-post-content table > thead > tr, #tinymce.post-type-post table > thead > tr {
  background: #f2f2f2;
}

.c-table > thead > tr > th, .l-post-content table > thead > tr > th, #tinymce.post-type-post table > thead > tr > th {
  padding: 15px 25px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table > thead > tr > th, .l-post-content table > thead > tr > th, #tinymce.post-type-post table > thead > tr > th {
    padding: 10px 15px;
  }
}

.c-table > tbody > tr > td, .l-post-content table > tbody > tr > td, #tinymce.post-type-post table > tbody > tr > td {
  padding: 15px 25px;
  background: #fff;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table > tbody > tr > td, .l-post-content table > tbody > tr > td, #tinymce.post-type-post table > tbody > tr > td {
    padding: 10px 0px 10px 15px;
  }
}

.c-table > tbody > tr, .l-post-content table > tbody > tr, #tinymce.post-type-post table > tbody > tr {
  border-top: 1px solid #CCC;
}

.c-table > tbody > tr > th, .l-post-content table > tbody > tr > th, #tinymce.post-type-post table > tbody > tr > th {
  background: #f2f2f2;
  width: 18%;
  padding: 15px 25px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table > tbody > tr > th, .l-post-content table > tbody > tr > th, #tinymce.post-type-post table > tbody > tr > th {
    width: 35%;
    padding: 10px 15px;
  }
}

table.table-style-01.is-three-culumn {
  width: 100%;
  margin-bottom: 10px;
}

table.table-style-01.is-three-culumn th,
table.table-style-01.is-three-culumn td {
  width: 33.3%;
  padding: 10px 15px;
  font-weight: bold;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  table.table-style-01.is-three-culumn th,
  table.table-style-01.is-three-culumn td {
    padding: 7px;
    font-size: 0.8125rem;
  }
}

table.table-style-01.is-three-culumn th {
  background: #2E2E2E;
  color: #FFF;
  letter-spacing: 1px;
}

table.table-style-01.is-three-culumn th:first-child {
  border-right: 1px dotted #2E64FE;
}

table.table-style-01.is-three-culumn th:last-child {
  position: relative;
  background: #2E64FE;
}

table.table-style-01.is-three-culumn th:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 20px;
  border-color: transparent transparent transparent #2E2E2E;
  top: 0;
  left: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  table.table-style-01.is-three-culumn th:last-child:after {
    border-width: 29px 0 29px 20px;
  }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  table.table-style-01.is-three-culumn th:last-child {
    background-size: 18px;
  }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  table.table-style-01.is-three-culumn th span {
    display: block;
  }
}

table.table-style-01.is-three-culumn td {
  border-bottom: 1px dotted #2E64FE;
  border-right: 1px dotted #2E64FE;
  background: #F7F7F7;
}

table.table-style-01.is-three-culumn td:nth-child(2n) {
  text-align: right;
}

table.table-style-01.is-three-culumn td:last-child {
  border-right: none;
  background: #ecf4fe;
  color: #2E64FE;
  text-align: right;
  font-size: 115%;
}

@media (max-width: 330px) {
  table.table-style-01.is-three-culumn td:last-child {
    font-size: 102%;
  }
}

table.table-style-02 {
  width: 100%;
  border-top: 1px dotted #2E64FE;
}

table.table-style-02 tr th,
table.table-style-02 tr td {
  padding: 12px 24px;
  border-bottom: 1px dotted #2E64FE;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  table.table-style-02 tr th,
  table.table-style-02 tr td {
    padding: 8px 16px;
  }
}

table.table-style-02 tr th {
  width: 10rem;
  background-color: #ecf4fe;
  text-align: left;
  font-weight: normal;
}

table.table-style-02 tr th i {
  color: #2E64FE;
  margin-right: 0.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  table.table-style-02 tr th {
    width: 40%;
  }
}

.c-tabs__navs {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  font-size: 0;
}

.c-tabs__navs > li {
  display: inline-block;
  border-radius: 5px 5px 0px 0px;
  width: 19.2%;
  height: 78px;
  padding-top: 11px;
  background: url("../images/bg-tab.png") repeat;
  color: #fff;
  text-align: center;
  font-size: 15px;
  margin-right: 1%;
  font-weight: bold;
  vertical-align: bottom;
  cursor: pointer;
}

.c-tabs__navs > li small, .c-dropdown__list .c-tabs__navs > li a {
  font-size: 11px;
  display: block;
  line-height: 1;
}

.c-tabs__navs > li:last-child {
  margin-right: 0;
  line-height: 1.4;
  padding-top: 7px;
  font-size: 15px;
}

.c-tabs__navs > li:last-child svg {
  margin-bottom: 3px;
}

.c-tabs__navs > li:last-child.is-active {
  padding-top: 11px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs > li:last-child {
    padding-top: 11px;
  }
  .c-tabs__navs > li small, .c-dropdown__list .c-tabs__navs > li a {
    font-size: 10px;
    line-height: 1.3;
  }
  .c-tabs__navs > li:last-child.is-active {
    padding-top: 8px;
  }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs > li {
    width: 49%;
    border-radius: 5px;
    height: 100%;
    padding: 24px 4px 4px 60px;
    height: 70px;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    margin-right: 0;
  }
  .c-tabs__navs > li:nth-child(odd) {
    margin-right: 2%;
  }
  .c-tabs__navs > li span.line-two {
    display: inline-block;
    margin-top: -11px;
    line-height: 1.5;
  }
}

@media (max-width: 344px) {
  .c-tabs__navs > li {
    width: 49%;
    padding-left: 50px;
  }
}

.c-tabs__navs > li svg {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 5px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs > li svg {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0;
    vertical-align: middle;
    position: absolute;
    left: 16px;
    top: 19px;
  }
}

@media (max-width: 344px) {
  .c-tabs__navs > li svg {
    left: 10px;
  }
}

.c-tabs__navs > li:hover {
  background: #2E64FE;
}

.c-tabs__navs > li.is-active {
  background: #fff url("../images/bg-tab_active.svg") left 5px top 5px/20px no-repeat;
  color: #2E64FE;
  border-top: 4px solid #2E64FE;
  border-right: 4px solid #2E64FE;
  border-left: 4px solid #2E64FE;
  height: 90px;
  padding-top: 15px;
  margin-bottom: -4px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs > li.is-active {
    border: 3px solid #2E64FE;
    background-size: 14px;
    height: 70px;
    padding: 21px 0px 0px 57px;
    margin-bottom: 10px;
  }
}

@media (max-width: 330px) {
  .c-tabs__navs > li.is-active {
    padding-left: 47px;
  }
}

.c-tabs__navs > li.is-active svg {
  width: 40px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs > li.is-active svg {
    width: 32px;
    height: 32px;
    left: 13px;
    top: 16px;
  }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) and (max-width: 344px) {
  .c-tabs__navs > li.is-active svg {
    left: 7px;
  }
}

.c-tabs__navs > li.is-active .cls-1 {
  fill: #2E64FE;
}

.c-tabs__navs > li > a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #efefef;
  text-decoration: none;
  border-radius: 3px 3px 0 0;
}

.c-tabs__navs.is-expand > li > a {
  padding: 0.5rem 2rem;
}

.c-tabs__content {
  padding: 40px;
  border: 4px solid #2E64FE;
  border-radius: 0px 0px 5px 5px;
  display: none;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__content {
    padding: 4%;
    margin-top: 15px;
    border: 2px solid #2E64FE;
  }
}

.c-tabs__content.is-active {
  display: block;
}

.c-tabs__content p {
  margin-top: 0;
}

.c-tabs__content p span {
  color: #2E64FE;
  font-weight: bold;
}

.c-tel-banner__number {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1em;
}

.c-tel-banner__text {
  font-size: 0.75rem;
}

.c-toc {
  background-color: #ecf4fe;
  padding: 14px 16px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-toc {
    padding: 8px 12px;
  }
}

.c-toc__list li {
  list-style-type: decimal;
  margin-left: -13px;
}

.c-toc__list li a {
  text-decoration: none;
  color: #2e2e2e;
}

.c-toc__list li a:hover {
  color: #2E64FE;
  text-decoration: underline;
}

.c-voice-box {
  overflow-y: scroll;
  padding-right: 6.25rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-voice-box {
    height: 100%;
    overflow-y: auto;
    padding-right: 0;
  }
}

.c-voice {
  border-bottom: 1px dotted #2E64FE;
}

.c-voice__block {
  border-top: 1px dotted #2E64FE;
  display: block;
  background-color: #fff;
  padding: 24px 24px 20px 0px;
  position: relative;
  text-decoration: none;
  color: #2e2e2e;
  min-height: 170px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-voice__block {
    padding: 24px 0;
  }
}

.c-voice__image {
  display: block;
  width: 10rem;
  height: 7.5rem;
  background-color: #CCC;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-voice__image:hover {
  opacity: 0.8;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-voice__image {
    width: 7.5rem;
    height: 5.625rem;
  }
}

.c-voice__title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #2e2e2e;
  padding-bottom: 0.625rem;
  line-height: 1;
}

.c-voice__title:hover {
  color: #2e2e2e;
  opacity: 0.8;
}

.c-voice__text {
  margin-left: 11.5rem;
  color: #707070;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-voice__text {
    margin-left: 8.125rem;
  }
}

.c-voice__text p {
  margin-bottom: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-voice__text p {
    margin-left: -130px;
  }
}

.c-voice__date {
  margin: 8px 0;
  font-size: 0.875rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-voice__date {
    margin: 0;
  }
}

.c-voice__date .c-label, .c-voice__date .p-post__category li a, .p-post__category li .c-voice__date a {
  margin-right: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-voice__date .c-label, .c-voice__date .p-post__category li a, .p-post__category li .c-voice__date a {
    display: block;
    margin-right: 0;
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-voice__sup {
    clear: both;
    display: block;
    margin-top: 0.125rem;
    margin-bottom: 0.5rem;
  }
}

.c-voice__button {
  border-top: 1px dotted #2E64FE;
  margin: 0 -24px;
  padding: 16px 24px;
  background-color: #ecf4fe;
  margin-top: 1.375rem;
  text-align: center;
}

.c-voice__button .c-button.is-primary, .c-voice__button .c-social-share > a.is-primary {
  margin-right: 1.25rem;
}

.c-voice.is-page .c-voice__block {
  padding: 24px 0 20px 0;
}

.c-white-container {
  background-color: #fff;
  margin: 0 -50px;
  padding: 60px 50px 72px 50px;
  border-radius: 4px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-white-container {
    margin: 0;
    padding: 60px 16px 32px 16px;
  }
}

.c-white-container.is-icon:before {
  content: url("../images/icon-head.svg");
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -32px;
}

.p-contact {
  max-width: 680px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  background: #fff;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  box-shadow: 0 4px 24px 4px rgba(0, 0, 0, 0.1);
}

.p-contact__button {
  margin-top: 24px;
}

.p-contact__tel {
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin-top: 24px;
}

.p-contact__tel i.fa {
  margin-right: 8px;
}

.p-landing-block {
  display: table;
  margin-bottom: 3rem;
}

.p-landing-block__thumbnail {
  display: table-cell;
  width: 50%;
  background-position: center;
  background-repeat: no-repet;
}

.p-landing-block__content {
  display: table-cell;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#tinymce {
  min-width: 1080px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック", "Yu Gothic", YuGothic, "YuGothic", "メイリオ", Meiryo, sans-serif !important;
  overflow: scroll;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  #tinymce {
    min-width: inherit !important;
    width: 100%;
  }
}

#tinymce.post-type-page {
  min-width: inherit !important;
  margin-left: 0 !important;
}

#tinymce.post-type-shop {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

#tinymce.post-type-shop table {
  width: 100%;
}

body.login {
  background-color: #f1f1f1;
}

#login h1 > a {
  width: 100%;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.p-post-item.is-horizon {
  border: 1px solid #efefef;
  padding: 16px;
  background: #fff;
}

.p-post-item.is-horizon .p-post-item__thumbnail {
  float: left;
  margin-right: 16px;
  margin-bottom: 0;
}

.p-post-item.is-line {
  border-bottom: 1px solid #efefef;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  margin-bottom: 0;
}

.p-post-item.is-line .p-post-item__thumbnail {
  float: left;
  margin-right: 16px;
  margin-bottom: 0;
}

.p-post-item.is-line .p-post-item__thumbnail > img {
  max-height: 1.5rem;
  width: auto;
}

.p-post-item.is-line .p-post-item__date,
.p-post-item.is-line .p-post-item__category {
  margin-right: 16px;
  float: left;
  color: #2e2e2e;
}

.p-post-item.is-line .p-post-item__title {
  float: left;
  color: #2e2e2e;
  margin-right: 16px;
  margin-bottom: 0;
  font-size: 0.875rem;
  margin-top: 0.1875rem;
  margin-right: 16px;
}

.p-post-item {
  margin-bottom: 1rem;
}

.p-post-item__title {
  font-size: 1.125rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.p-post-item__title > a {
  color: #000;
  text-decoration: none;
}

.p-post h1,
.p-post h2,
.p-post h3,
.p-post h4,
.p-post h5,
.p-post h6,
.p-post p {
  margin-top: 0;
}

.p-post__category li {
  display: inline-block;
}

.p-post__category li a {
  text-decoration: none;
}

.p-post__content {
  padding-bottom: 1.5rem;
}

.p-privacy {
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 32px;
  background: #fff;
  border: 1px solid #2E64FE;
  max-width: 896px;
  width: 100%;
  height: 9.1875rem;
  overflow-y: scroll;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p-privacy .heading {
  margin-top: 0;
}

.p-profile-box {
  border: 1px solid #efefef;
  padding: 16px;
}

.p-profile-box__thumbnail {
  float: left;
  text-align: center;
  margin-right: 16px;
}

.p-profile-box__authorname {
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-bottom: 8px;
}

.p-sitemap {
  margin-bottom: 3rem;
}

.p-sitemap__title {
  font-size: 1.125rem;
  color: #2e2e2e;
  margin-bottom: 1.5rem;
}

.p-sitemap > ul > li {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 0.5rem;
}

.p-sitemap > ul > li a {
  text-decoration: none;
}

.p-sitemap > ul > li a:hover {
  text-decoration: underline;
}

.l-aside {
  width: 17.25rem;
  float: right;
  margin-top: 3.5rem;
  padding-bottom: 5.3125rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-aside {
    width: 100%;
    float: none;
    margin-top: 2rem;
    padding-bottom: 2.5rem;
  }
}

.l-footer {
  background: #2e2e2e;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-footer {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}

.l-footer__menu {
  width:600px;
  margin: 0 auto;
  border-left: 1px solid #fff;
  display: block;
  margin-bottom: 2rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-footer__menu {
    width: 100%;
    border-left: none;
    margin-bottom: 1rem;
  }
}

.l-footer__menu li {
  float: left;
  border-right: 1px solid #fff;
  line-height: 1;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-footer__menu li {
    width: 100%;
    border-bottom: 1px solid #fff;
    border-right: none;
  }
  .l-footer__menu li:nth-child(odd) {
    border-right: 1px solid #fff;
  }
}

.l-footer__menu li a {
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
  padding: 0 15px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-footer__menu li a {
    display: block;
    padding: 10px 0;
  }
}

.l-footer__menu li a:hover {
  text-decoration: underline;
}

.l-footer__copyright h1 {
  display: none;
  color: #fff;
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  padding-top: 0;
  margin-top: 0;
}

.l-footer__copyright p {
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #707070;
}

.l-global-nav {
  background: #fff;
  margin-top: 1.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-global-nav {
    display: none;
  }
}

.l-global-nav ul > li {
  margin-right: -25px;
  float: left;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  padding-bottom: 12px;
}

.l-global-nav ul > li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 25%;
  right: 25%;
  bottom: 0;
  background: #2E64FE;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.l-global-nav ul > li:hover:before, .l-global-nav ul > li:focus:before, .l-global-nav ul > li:active:before {
  left: 35px;
  right: 31px;
}

.l-global-nav ul > li:last-child:hover:before, .l-global-nav ul > li:last-child:focus:before, .l-global-nav ul > li:last-child:active:before {
  right: 0px;
}

.l-global-nav ul > li:first-child:hover:before, .l-global-nav ul > li:first-child:focus:before, .l-global-nav ul > li:first-child:active:before {
  left: 0px;
}

.l-global-nav ul > li:first-child a {
  border: none;
  padding-left: 0;
}

.l-global-nav ul > li:last-child a {
  padding-right: 0;
}

.l-global-nav ul > li a {
  padding: 0 32px;
  border-left: 2px solid #e8e8e8;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #2e2e2e;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
}

.l-global-nav ul > li a.is-current:after {
  opacity: 1;
}

.l-global-nav ul > li a:hover:after {
  opacity: 1;
}

.l-global-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000000;
}

.l-header {
  border-top: 4px #2E64FE solid;
  padding-top: 1.5rem;
  padding-bottom: 1.0625rem;
  background-color: #fff;
  width: 100%;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-header {
    padding-top: 0.4375rem;
    padding-bottom: 0.75rem;
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 4.375rem;
    z-index: 9998;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  }
}

.l-header__item {
  overflow: hidden;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-header__item {
    margin-top: -6px;
  }
}

.l-header__des {
  float: left;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-header__des {
    display: none;
  }
}

.l-header__des h1 {
  font-size: 0.8125rem;
  font-weight: normal;
  padding-top: 0;
  margin-top: 0;
}

.l-header__mail {
  margin-top: 2px;
  float: right;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-header__mail {
    display: none;
  }
}

.l-header__logo img {
  width: 135px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-header__logo img {
    width: 92px;
  }
}

.l-main {
  padding-top: 4.5rem;
  padding-bottom: 9rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-main {
    padding-top: 2.25rem;
    padding-bottom: 3.5rem;
  }
}

.l-main.is-section-pages {
  padding-top: 0;
  padding-bottom: 0;
}

.l-main.is-two-columns {
  width: 46rem;
  float: left;
  padding-top: 3.5rem;
  padding-bottom: 5.3125rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-main.is-two-columns {
    width: 100%;
    float: none;
    padding-bottom: 2.5rem;
  }
}

.l-post-content, #tinymce.post-type-post {
  /*------------------------------------*      $GALLERY
  \*------------------------------------*/
  /* =WordPress Core
  -------------------------------------------------------------- */
  /* Text meant only for screen readers. */
}

.l-post-content h1, #tinymce.post-type-post h1 {
  margin-top: 0;
}

.l-post-content h2, #tinymce.post-type-post h2 {
  margin-top: 0;
}

.l-post-content h3, #tinymce.post-type-post h3 {
  margin-top: 0;
}

.l-post-content h4, #tinymce.post-type-post h4 {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.l-post-content h5, #tinymce.post-type-post h5 {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #2E64FE;
}

.l-post-content h6, #tinymce.post-type-post h6 {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.l-post-content pre, #tinymce.post-type-post pre {
  padding: 1rem;
  background-color: #252525;
  margin-bottom: 1rem;
  border-radius: 3px;
  color: #fff;
}

.l-post-content code, #tinymce.post-type-post code {
  background-color: #cccccc;
}

.l-post-content ul, #tinymce.post-type-post ul {
  margin-bottom: 1rem;
}

.l-post-content ol, #tinymce.post-type-post ol {
  margin-bottom: 1rem;
}

.l-post-content hr, #tinymce.post-type-post hr {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 100%;
  border-width: 2px;
}

.l-post-content address, #tinymce.post-type-post address {
  margin-bottom: 1rem;
}

.l-post-content .gallery, #tinymce.post-type-post .gallery {
  margin-bottom: 1.5em;
}

.l-post-content .gallery-item, #tinymce.post-type-post .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
}

.l-post-content .gallery-columns-2 .gallery-item, #tinymce.post-type-post .gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.l-post-content .gallery-columns-3 .gallery-item, #tinymce.post-type-post .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.l-post-content .gallery-columns-4 .gallery-item, #tinymce.post-type-post .gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.l-post-content .gallery-columns-5 .gallery-item, #tinymce.post-type-post .gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.l-post-content .gallery-columns-6 .gallery-item, #tinymce.post-type-post .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.l-post-content .gallery-columns-7 .gallery-item, #tinymce.post-type-post .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.l-post-content .gallery-columns-8 .gallery-item, #tinymce.post-type-post .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.l-post-content .gallery-columns-9 .gallery-item, #tinymce.post-type-post .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.l-post-content .gallery-caption, #tinymce.post-type-post .gallery-caption {
  display: block;
}

.l-post-content .alignnone, #tinymce.post-type-post .alignnone {
  margin: 5px 20px 20px 0;
}

.l-post-content .aligncenter, #tinymce.post-type-post .aligncenter,
.l-post-content div.aligncenter, #tinymce.post-type-post div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.l-post-content .alignright, #tinymce.post-type-post .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.l-post-content .alignleft, #tinymce.post-type-post .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.l-post-content a img.alignright, #tinymce.post-type-post a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.l-post-content a img.alignnone, #tinymce.post-type-post a img.alignnone {
  margin: 5px 20px 20px 0;
}

.l-post-content a img.alignleft, #tinymce.post-type-post a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.l-post-content a img.aligncenter, #tinymce.post-type-post a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.l-post-content .wp-caption, #tinymce.post-type-post .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.l-post-content .wp-caption.alignnone, #tinymce.post-type-post .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.l-post-content .wp-caption.alignleft, #tinymce.post-type-post .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.l-post-content .wp-caption.alignright, #tinymce.post-type-post .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.l-post-content .wp-caption img, #tinymce.post-type-post .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.l-post-content .wp-caption p.wp-caption-text, #tinymce.post-type-post .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.l-post-content .screen-reader-text, #tinymce.post-type-post .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.l-post-content .screen-reader-text:focus, #tinymce.post-type-post .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

@media print {
  html, body {
    min-width: 1080px;
  }
  .slidebar-menu,
  .slidebar-button,
  .u-hidden-lg {
    display: none;
  }
  .large-1 {
    box-sizing: border-box;
    width: 8.3333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-1 {
    margin-left: 8.3333%;
  }
  .large-2 {
    box-sizing: border-box;
    width: 16.6667%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-2 {
    margin-left: 16.6667%;
  }
  .large-3 {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-3 {
    margin-left: 25%;
  }
  .large-4 {
    box-sizing: border-box;
    width: 33.3333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-4 {
    margin-left: 33.3333%;
  }
  .large-5 {
    box-sizing: border-box;
    width: 41.6667%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-5 {
    margin-left: 41.6667%;
  }
  .large-6 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-6 {
    margin-left: 50%;
  }
  .large-7 {
    box-sizing: border-box;
    width: 58.3333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-7 {
    margin-left: 58.3333%;
  }
  .large-8 {
    box-sizing: border-box;
    width: 66.6667%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-8 {
    margin-left: 66.6667%;
  }
  .large-9 {
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-9 {
    margin-left: 75%;
  }
  .large-10 {
    box-sizing: border-box;
    width: 83.3333%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-10 {
    margin-left: 83.3333%;
  }
  .large-11 {
    box-sizing: border-box;
    width: 91.6667%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-11 {
    margin-left: 91.6667%;
  }
  .large-12 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-push-lg-12 {
    margin-left: 100%;
  }
}

.l-section {
  padding-top: 5rem;
/*  padding-bottom: 5rem; */
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section {
    padding-top: 3.125rem;
/*    padding-bottom: 0.5rem;*/
  }
}


.l-section.is-xlg {
  padding-top: 4.5rem;
  padding-bottom: 9rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xlg {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

.l-section.is-lg {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-lg {
    padding-top: 2rem;
    padding-bottom: 3.125rem;
  }
}

.l-section.is-md {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-md {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.l-section.is-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.l-section.is-flowbn {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-flowbn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.l-section.is-xs {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xs {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.l-section.is-xxs {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xxs {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}

.l-section.is-bottom {
  padding-top: 0 !important;
}

.l-section.is-top {
  padding-bottom: 0 !important;
}

.l-section.is-primary {
  background: #2E64FE url("../images/bg-stripe.png") repeat;
}

.l-section.is-secondary {
  background: #ecf4fe url("../images/bg-stripe.png") repeat;
}

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

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

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

.u-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.u-animated.is-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.u-display-block {
  display: block !important;
}

.u-display-none {
  display: none !important;
}

.u-display-inlineblock {
  display: inline-block !important;
}

.u-display-inline {
  display: inline !important;
}

.u-mbs {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
}

.u-mbs.is-xlg {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xlg {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

.u-mbs.is-lg {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-lg {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
}

.u-mbs.is-md {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-md {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

.u-mbs.is-sm {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-sm {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

.u-mbs.is-xs {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xs {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}

.u-mbs.is-xxs {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xxs {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

.u-mbs.is-top {
  margin-bottom: 0 !important;
}

.u-mbs.is-bottom {
  margin-top: 0 !important;
}

.u-f-left {
  float: left !important;
}

.u-f-right {
  float: right !important;
}

.u-f-none {
  float: none !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 46.875em) {
  .u-hidden-lg {
    display: none !important;
  }
}

.u-visible-sm,
.u-visible-md,
.u-visible-lg {
  display: none !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-visible-sm {
    display: block !important;
  }
  .u-visible-sm.is-inlineblock {
    display: inline-block !important;
  }
}

@media screen and (min-width: 46.875em) {
  .u-visible-lg {
    display: block !important;
  }
  .u-visible-lg.is-inlineblock {
    display: inline-block !important;
  }
}

.u-text.is-white {
  color: #fff;
}

.u-text-danger {
  color: #cc2919;
}

.u-text-info {
  color: #378da3;
}

.u-text-success {
  color: #378da3;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mr24{margin-right:24px;}
.l-section.is-top{ padding-top:0;}
