@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400");
@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;
}

.box_original {
	font-size: 14px;
	width: 1120px;
	margin: 0 auto 50px auto;
	background-color: #F2F2ED;
   box-sizing: border-box;
    padding: 20px;
}


.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-btn-box ul, .p-post-item.is-horizon, .p-post-item.is-line, .p-profile-box, .l-footer__menu {
  zoom: 1;
}

.c-btn-box ul:before, .p-post-item.is-horizon:before, .p-post-item.is-line:before, .p-profile-box:before, .l-footer__menu:before, .c-btn-box ul:after, .p-post-item.is-horizon:after, .p-post-item.is-line:after, .p-profile-box:after, .l-footer__menu:after {
  content: " ";
  display: table;
}

.c-btn-box ul:after, .p-post-item.is-horizon:after, .p-post-item.is-line:after, .p-profile-box:after, .l-footer__menu: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: "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  html {
    font-family: 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  }
}

* {
  box-sizing: border-box;
}

/**
 * Remove default margin.
 */
body {
  color: #1a1a1a;
  margin: 0;
  line-height: 1.7;
  min-width: 81.25rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  body {
    min-width: inherit;
    font-size: 0.875rem;
  }
}

/* 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 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: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 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: 1.875rem;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 3.75rem;
  color: #1a1a1a;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.heading.is-xlg:after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 3px;
  background: #1a1a1a;
  position: absolute;
  left: 50%;
  bottom: -1.25rem;
  margin-left: -3.125rem;
}

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

.heading.is-lg {
  font-size: 2rem;
  letter-spacing: 6px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-lg {
    font-size: 1.5rem;
    letter-spacing: 4px;
  }
}

.heading.is-md {
  font-size: 1.75rem;
  letter-spacing: 5px;
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-md {
    font-size: 1.3125rem;
    letter-spacing: 3px;
    line-height: 1.4;
  }
}

.heading.is-sm {
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.heading.is-xs {
  font-size: 1.125rem;
}

.heading.is-center {
  text-align: center;
}

.heading.is-bottom {
  margin-top: 0 !important;
}

.heading.is-top {
  margin-bottom: 0 !important;
}

.heading.is-left {
  position: relative;
  margin-bottom: 3.25rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-left {
    margin-bottom: 2.5rem;
  }
}

.heading.is-left small, .heading.is-left .c-dropdown__list li a, .c-dropdown__list li .heading.is-left a {
  font-size: 1rem;
  display: inline-block;
  letter-spacing: 0;
  font-weight: normal;
  background-color: #1a1a1a;
  color: #fff;
  min-width: 11.5rem;
  text-align: center;
  padding: 1px 8px;
  border-radius: 2px;
  position: relative;
  margin-left: 3.5rem;
  top: -0.375rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-left small, .heading.is-left .c-dropdown__list li a, .c-dropdown__list li .heading.is-left a {
    min-width: inherit;
    font-size: 0.625rem;
    line-height: 1.3;
    padding: 6px 8px 4px;
    margin-left: 0.75rem;
    top: 0.125rem;
  }
}

.heading.is-left span {
  content: "";
  display: inline-block;
  background-color: #4ec0ef;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  bottom: -0.75rem;
  left: 16px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-left span {
    width: 0.375rem;
    height: 0.375rem;
  }
}

.heading.is-left span:last-child {
  left: 64px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-left span:last-child {
    left: 52px;
  }
}

.heading.is-left span:before, .heading.is-left span:after {
  content: "";
  display: block;
  background-color: #4ec0ef;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-left span:before, .heading.is-left span:after {
    width: 0.375rem;
    height: 0.375rem;
  }
}

.heading.is-left span:before {
  left: -16px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-left span:before {
    left: -12px;
  }
}

.heading.is-left span:after {
  right: -16px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-left span:after {
    right: -12px;
  }
}

.heading.is-side {
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-side {
    margin-bottom: 0.375rem;
  }
}

.heading.is-side span {
  content: "";
  display: inline-block;
  background-color: #4ec0ef;
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  top: -8px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-side span {
    width: 0.375rem;
    height: 0.375rem;
    top: -6px;
  }
}

.heading.is-side span:first-child {
  margin-right: 2rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-side span:first-child {
    margin-right: 1.5rem;
  }
}

.heading.is-side span:last-child {
  margin-left: 2rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-side span:last-child {
    margin-left: 1.5rem;
  }
}

.heading.is-side span:before, .heading.is-side span:after {
  content: "";
  display: block;
  background-color: #4ec0ef;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-side span:before, .heading.is-side span:after {
    width: 0.375rem;
    height: 0.375rem;
  }
}

.heading.is-side span:before {
  left: -16px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-side span:before {
    left: -12px;
  }
}

.heading.is-side span:after {
  right: -16px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-side span:after {
    right: -12px;
  }
}

.heading.is-color-hisui {
  color: #82cd5a !important;
}

.heading.is-color-kohaku {
  color: #ea8427 !important;
}

.heading.is-color-ayame {
  color: #f193b4 !important;
}

.heading.is-hisui {
  border-color: #82cd5a !important;
}

.heading.is-hisui i {
  color: #82cd5a !important;
}

.heading.is-hisui span {
  background-color: #82cd5a !important;
}

.heading.is-hisui span:before, .heading.is-hisui span:after {
  background-color: #82cd5a !important;
}

.heading.is-kohaku {
  border-color: #ea8427 !important;
}

.heading.is-kohaku i {
  color: #ea8427 !important;
}

.heading.is-kohaku span {
  background-color: #ea8427 !important;
}

.heading.is-kohaku span:before, .heading.is-kohaku span:after {
  background-color: #ea8427 !important;
}

.heading.is-ruri {
  border-color: #2a5caf !important;
}

.heading.is-ruri i {
  color: #2a5caf !important;
}

.heading.is-ruri span {
  background-color: #2a5caf !important;
}

.heading.is-ruri span:before, .heading.is-ruri span:after {
  background-color: #2a5caf !important;
}

.heading.is-ayame {
  border-color: #f193b4 !important;
}

.heading.is-ayame i {
  color: #f193b4 !important;
}

.heading.is-ayame span {
  background-color: #f193b4 !important;
}

.heading.is-ayame span:before, .heading.is-ayame span:after {
  background-color: #f193b4 !important;
}

.heading.is-underline {
  border-bottom: 1px solid #82cd5a;
  padding-bottom: 0.375rem;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-underline {
    margin-bottom: 1.5rem;
  }
}

.heading.is-icon {
  position: relative;
  padding-left: 2.375rem;
}

.heading.is-icon i {
  font-family: "FontAwesome";
  color: #82cd5a;
  position: absolute;
  left: 0;
  top: 8px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .heading.is-icon i {
    font-size: 1.75rem;
    top: -2px;
  }
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="email"],
input[type="tel"] {
  font-size: 16px;
  line-height: 1.8;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 16px 8px;
  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 {
  outline: none;
  border-color: #4ec0ef;
  box-shadow: inset 0 0 0px 3px #4ec0ef;
}

textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  max-width: 100%;
  font-size: 16px;
  width: 100%;
  padding: 16px 8px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

textarea:focus, textarea:active {
  outline: none;
  border-color: #4ec0ef;
  box-shadow: inset 0 0 0px 3px #4ec0ef;
}

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

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

select {
  text-transform: none;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.5;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .text-lg {
    font-size: 0.9375rem;
  }
}

.text-xlg {
  font-size: 1.5rem;
  line-height: 2.2;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .text-xlg {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

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

a,
.text-link {
  color: #4ec0ef;
}

a:hover,
.text-link.text-link--hover {
  color: #7dd1f3;
}

a:active,
.text-link.text-link--active {
  color: #1fafeb;
}

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

ul.ul-list-style-01 {
  margin: 0;
  list-style-type: none;
}

ul.ul-list-style-01 > li {
  text-indent: -1.2em;
  padding-left: 1em;
  margin-bottom: 0.25rem;
}

ul.ul-list-style-01 > li:before {
  content: "●";
  padding-right: 0.25rem;
}

ul.ul-list-style-01 > li > ul > li {
  color: #1a1a1a;
  padding-left: 2rem;
  font-weight: normal;
}

ul.ul-list-style-01 > li > ul > li:before {
  content: "・";
  padding-right: 0.25rem;
}

ul.ul-list-style-02 {
  margin: 0;
}

ul.ul-list-style-02 > li {
  text-indent: -1.2em;
  padding-left: 1em;
  margin-bottom: 0.25rem;
}

ul.ul-list-style-02 > li:before {
  content: "・";
  padding-right: 0.25rem;
}

ul.ul-list-style-02 > li > ul > li {
  color: #1a1a1a;
  padding-left: 2rem;
}

ul.ul-list-style-02 > li > ul > li:before {
  content: "・";
  padding-right: 0.25rem;
}

ul.ul-list-style-02.is-check > li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #4ec0ef;
}

ol.ol-list-style-01 {
  padding-left: 1.25rem;
  margin: 0;
}

ol.ol-list-style-01 li {
  list-style-type: decimal;
}

ol.ol-list-style-01 li > ol > li {
  color: #1a1a1a;
  font-weight: normal;
}

ol.ol-list-style-01 li > ul {
  padding-left: 2rem;
}

ol.ol-list-style-01 li > ul > li {
  color: #1a1a1a;
  font-weight: normal;
}

.inline-list {
  list-style: none;
  padding-left: 0;
}

.inline-list li {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}

blockquote {
  border-left: 2px solid #4ec0ef;
  padding-left: 32px;
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: rgba(78, 192, 239, 0.1);
  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: #4ec0ef;
  position: absolute;
  left: 12px;
  top: 8px;
}

blockquote cite {
  display: block;
  text-align: right;
}

.c-accordion__title {
  background: #4ec0ef;
  color: #fff;
  padding: 32px 64px;
  margin-bottom: 0;
  font-size: 1.125rem;
  border-radius: 3px 3px 0 0;
}

.c-accordion__content {
  padding: 32px 64px;
  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: #808080;
  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: #4ec0ef;
  color: #fff;
  font-size: 12.8px;
  border-radius: 1000px;
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  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: #f2f2ed;
}

.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-bnr-main {
  display: block;
  position: relative;
  width: 100%;
  height: 9.875rem;
  text-decoration: none;
  text-align: center;
  padding-top: 2.8125rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-bnr-main {
    width: 16.5rem;
    height: 4.9375rem;
    margin: 0 auto;
    padding-top: 1.25rem;
  }
  .c-bnr-main.is-bottom {
    margin-bottom: 0.75rem;
  }
}

.c-bnr-main:hover .c-bnr-main__inner-left,
.c-bnr-main:hover .c-bnr-main__inner-right {
  -webkit-animation: TopBottom 0.2s ease-in;
          animation: TopBottom 0.2s ease-in;
}

.c-bnr-main:hover .c-bnr-main__inner-left:before,
.c-bnr-main:hover .c-bnr-main__inner-right:before {
  -webkit-animation: LeftRight 0.2s ease-in;
          animation: LeftRight 0.2s ease-in;
}

.c-bnr-main:hover:before {
  background-color: rgba(26, 26, 26, 0.7);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-bnr-main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.c-bnr-main:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  margin-top: -1.5625rem;
  right: 34px;
  z-index: 2000;
  color: #fff;
}

.c-bnr-main__inner-left {
  width: 97%;
  height: 0.0625rem;
  background-color: #fff;
  position: absolute;
  top: 5.1%;
  left: 1.5%;
  z-index: 1000;
}

.c-bnr-main__inner-left:before {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 8.875rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-bnr-main__inner-left:before {
    height: 4.4375rem;
  }
}

.c-bnr-main__inner-right {
  width: 97%;
  height: 0.0625rem;
  background-color: #fff;
  position: absolute;
  bottom: 5.1%;
  right: 1.5%;
  z-index: 1000;
}

.c-bnr-main__inner-right:before {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 8.875rem;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-bnr-main__inner-right:before {
    height: 4.4375rem;
  }
}

.c-bnr-main__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-bnr-main__image:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 64px 0 0;
  border-color: #1a1a1a transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-bnr-main__image:before {
    border-width: 32px 32px 0 0;
  }
}

.c-bnr-main__image:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 64px 64px;
  border-color: transparent transparent #1a1a1a transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-bnr-main__image:after {
    border-width: 0 0 32px 32px;
  }
}

.c-bnr-main__title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  z-index: 1000;
  letter-spacing: 4px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-bnr-main__title {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.c-bnr-main__title small, .c-bnr-main__title .c-dropdown__list li a, .c-dropdown__list li .c-bnr-main__title a {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-bnr-main__title small, .c-bnr-main__title .c-dropdown__list li a, .c-dropdown__list li .c-bnr-main__title a {
    font-size: 0.75rem;
  }
}

.c-bnr-main__title small:before, .c-bnr-main__title .c-dropdown__list li a:before, .c-dropdown__list li .c-bnr-main__title a:before, .c-bnr-main__title small:after, .c-bnr-main__title .c-dropdown__list li a:after, .c-dropdown__list li .c-bnr-main__title a:after {
  content: "-";
  padding: 0 6px;
}

@-webkit-keyframes TopBottom {
  0% {
    width: 0;
  }
  100% {
    width: 97%;
  }
}

@keyframes TopBottom {
  0% {
    width: 0;
  }
  100% {
    width: 97%;
  }
}

@-webkit-keyframes LeftRight {
  0% {
    height: 0;
  }
  100% {
    height: 8.875rem;
  }
}

@keyframes LeftRight {
  0% {
    height: 0;
  }
  100% {
    height: 8.875rem;
  }
}

.c-breadcrumb {
  background-color: #F2F2ED;
  padding: 11px 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-breadcrumb {
    padding: 8px 0;
  }
}

.c-breadcrumb ul {
  list-style: none;
}

.c-breadcrumb ul li {
  padding-right: 6px;
  font-size: 0.75rem;
  float: left;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-breadcrumb ul li {
    font-size: 0.6875rem;
  }
}

.c-breadcrumb ul li:last-child {
  color: #4ec0ef;
}

.c-breadcrumb ul li a {
  color: #1a1a1a;
  font-weight: normal;
  text-decoration: none;
}

.c-breadcrumb ul li a:hover {
  opacity: 0.7;
}

.c-btn-box {
  width: 100%;
  background-color: #F2F2ED;
  text-align: center;
  padding: 16px 0;
}

.c-btn-box ul {
  display: inline-block;
  vertical-align: bottom;
}

.c-btn-box ul li {
  float: left;
}

.c-btn-box ul li:first-child {
  margin-right: 1.125rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-btn-box ul li:first-child {
    margin-right: 0.75rem;
  }
}

.c-button, .c-social-share > a {
  display: inline-block;
  border-radius: 1000px;
  background: #4ec0ef;
  color: #fff;
  text-decoration: none;
  border: none;
  font-size: 1.125rem;
  position: relative;
  min-width: inherit;
  min-width: 12rem;
  max-width: 100%;
  text-align: center;
  padding: 10px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button, .c-social-share > a {
    font-size: 1rem;
    min-width: 9.25rem;
  }
}

@media (max-width: 350px) {
  .c-button, .c-social-share > a {
    font-size: 0.9375rem;
    min-width: 8.125rem;
  }
}

.c-button:hover, .c-social-share > a:hover {
  color: #fff;
  background-color: #008DE8;
}

.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 {
  outline: none;
  color: #fff;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.c-button.is-lg, .c-social-share > a.is-lg {
  min-width: 21.5rem;
  padding: 12px;
  overflow: hidden;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-lg, .c-social-share > a.is-lg {
    min-width: 100%;
  }
}

.c-button.is-lg:before, .c-social-share > a.is-lg:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -0.875rem;
  z-index: 999;
}

.c-button.is-lg span, .c-social-share > a.is-lg span {
  position: relative;
  z-index: 999;
}

.c-button.is-lg:after, .c-social-share > a.is-lg:after {
  content: "";
  display: block;
  width: 0;
  height: 200%;
  background-color: #008DE8;
  position: absolute;
  top: -50%;
  right: 0;
  border-radius: 2000px;
}

.c-button.is-lg:hover, .c-social-share > a.is-lg:hover {
  color: #fff;
}

.c-button.is-lg:hover:before, .c-social-share > a.is-lg:hover:before {
  -webkit-animation: arrow 0.3s;
          animation: arrow 0.3s;
}

.c-button.is-lg:hover:after, .c-social-share > a.is-lg:hover:after {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 0px;
}

.c-button.is-sm, .c-social-share > a.is-sm {
  font-size: 1rem;
  padding: 7px;
  min-width: 21.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-sm, .c-social-share > a.is-sm {
    min-width: 100%;
  }
}

.c-button.is-sm:hover, .c-social-share > a.is-sm:hover {
  color: #fff;
}

.c-button.is-sm:hover:before, .c-social-share > a.is-sm:hover:before {
  right: 12px;
}

.c-button.is-sm:before, .c-social-share > a.is-sm:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -0.875rem;
  z-index: 999;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.c-button.is-xs, .c-social-share > a.is-xs {
  font-size: 0.8rem;
  padding: 0.5rem 1.6rem;
}

.c-button.is-hisui, .c-social-share > a.is-hisui {
  background-color: #82cd5a;
}

.c-button.is-hisui:hover, .c-social-share > a.is-hisui:hover {
  background-color: #3EAA00;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-button.is-kohaku, .c-social-share > a.is-kohaku {
  background-color: #ea8427;
}

.c-button.is-kohaku:hover, .c-social-share > a.is-kohaku:hover {
  background-color: #F05600;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-button.is-ruri, .c-social-share > a.is-ruri {
  background-color: #2a5caf;
}

.c-button.is-ruri:hover, .c-social-share > a.is-ruri:hover {
  background-color: #1e3d61;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-button.is-ayame, .c-social-share > a.is-ayame {
  background-color: #f193b4;
}

.c-button.is-ayame:hover, .c-social-share > a.is-ayame:hover {
  background-color: #E84E84;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-button.is-secondary, .c-social-share > a.is-secondary {
  background: #f2f2ed;
}

.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 #1a1a1a;
  color: #1a1a1a;
  font-weight: bold;
}

.c-button.is-expand, .c-social-share > a.is-expand {
  width: 100%;
  text-align: center;
}

@-webkit-keyframes icon {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes icon {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.c-button.is-icon, .c-social-share > a.is-icon {
  padding-left: 2rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-icon, .c-social-share > a.is-icon {
    padding-left: 1.5rem;
  }
}

@media (max-width: 350px) {
  .c-button.is-icon, .c-social-share > a.is-icon {
    padding-left: 1.75rem;
  }
}

.c-button.is-icon:hover i, .c-social-share > a.is-icon:hover i {
  -webkit-animation: icon 0.5s;
          animation: icon 0.5s;
}

.c-button.is-icon i, .c-social-share > a.is-icon i {
  font-size: 1.5rem;
  position: absolute;
  top: 14px;
  left: 18px;
  z-index: 999;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-icon i, .c-social-share > a.is-icon i {
    font-size: 1.25rem;
    top: 13px;
  }
}

@media (max-width: 350px) {
  .c-button.is-icon i, .c-social-share > a.is-icon i {
    left: 14px;
  }
}

.c-button.is-icon.is-map i, .c-social-share > a.is-icon.is-map i {
  left: 22px;
}

.c-capsule-nav {
  text-align: center;
}

.c-capsule-nav ul {
  display: inline-block;
}

.c-capsule-nav ul li {
  float: left;
  width: 11.5rem;
  text-align: center;
  position: relative;
  margin-right: 0.25rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-capsule-nav ul li {
    width: 100%;
    margin-bottom: 6px;
    text-align: left;
  }
}

.c-capsule-nav ul li:last-child {
  margin-right: 0;
}

.c-capsule-nav ul li a {
  display: block;
  background-color: #4ec0ef;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  padding: 7px 6px 6px 24px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-capsule-nav ul li a {
    padding-left: 2.25rem;
  }
}

.c-capsule-nav ul li a:before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 8px;
  left: 14px;
  color: #fff;
}

.c-capsule-nav ul li a.is-active {
  background-color: #008DE8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-capsule-nav ul li a:hover {
  opacity: 0.7;
  color: #fff;
}

.c-card {
  position: relative;
  display: block;
  text-decoration: none;
  margin-bottom: 2rem;
}

.c-card__image {
  width: 100%;
  max-width: 100%;
  min-height: 224px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0.5rem;
}

.c-card__title {
  color: #1a1a1a;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.c-card__text {
  position: relative;
  color: #1a1a1a;
  z-index: 1;
}

.c-dropdown {
  position: relative;
  text-align: center;
}

.c-dropdown__list {
  padding-left: 0;
  border-left: 1px solid rgba(26, 26, 26, 0.1);
  border-right: 1px solid rgba(26, 26, 26, 0.1);
  border-top: 1px solid rgba(26, 26, 26, 0.1);
  list-style: none;
  max-width: 240px;
  border-radius: 1.5px;
  position: absolute;
  left: 50%;
  margin-top: 16px;
  margin-bottom: 0;
  margin-left: -102px;
  display: none;
  opacity: 0;
  z-index: 10000000;
}

.c-dropdown__list li {
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

.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: 32px;
  padding-right: 32px;
}

.c-dropdown__list li a:hover {
  background: #4ec0ef;
  color: #fff;
}

.c-dropdown__trigger:hover {
  cursor: pointer;
}

.c-dropdown__trigger:hover .c-dropdown__list {
  display: block;
  opacity: 1;
}

.c-faqbox {
  border: 1px solid #4ec0ef;
  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: #4ec0ef;
  -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: #4ec0ef;
  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: #4ec0ef;
  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-footer-map #map {
  width: 100%;
  height: 23.75rem;
  vertical-align: bottom;
  border: none;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-footer-map #map {
    height: 17.1562rem;
  }
}

.c-form {
  border-top: 1px solid rgba(26, 26, 26, 0.1);
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
  padding-top: 48px;
  padding-bottom: 48px;
}

.c-form-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

.c-form-block__title {
  padding-left: 80px;
  font-weight: bold;
  position: relative;
}

.c-form-block__title .c-label {
  margin-top: 6px;
  margin-top: -2px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-form-block__title .c-label {
    margin-left: 0;
  }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-form-block__title {
    margin-bottom: 20px;
    padding-left: 50px;
    width: 100%;
    float: none;
  }
}

.c-form-block__content {
  width: 60%;
  float: left;
}

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

.container, .l-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.container:after, .l-container:after {
  content: " ";
  display: block;
  clear: both;
}

.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: -12px;
    margin-right: -12px;
  }
}

.small-1 {
  box-sizing: border-box;
  width: 8.3333%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-1 {
  margin-left: 8.3333%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-2 {
  box-sizing: border-box;
  width: 16.6667%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-2 {
  margin-left: 16.6667%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-3 {
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-3 {
  margin-left: 25%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-4 {
  box-sizing: border-box;
  width: 33.3333%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-4 {
  margin-left: 33.3333%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-5 {
  box-sizing: border-box;
  width: 41.6667%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-5 {
  margin-left: 41.6667%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-6 {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-6 {
  margin-left: 50%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-7 {
  box-sizing: border-box;
  width: 58.3333%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-7 {
  margin-left: 58.3333%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-8 {
  box-sizing: border-box;
  width: 66.6667%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-8 {
  margin-left: 66.6667%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-9 {
  box-sizing: border-box;
  width: 75%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-9 {
  margin-left: 75%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-10 {
  box-sizing: border-box;
  width: 83.3333%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-10 {
  margin-left: 83.3333%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-11 {
  box-sizing: border-box;
  width: 91.6667%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-11 {
  margin-left: 91.6667%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-12 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-12 {
  margin-left: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

@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-img-lg {
  width: 100%;
  height: 31.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-img-lg {
    height: 13.75rem;
  }
}

.c-img-logo {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-img-logo {
    margin-top: 1.5rem;
  }
}

.c-img-logo img {
  width: 11.25rem;
  height: auto;
}

.c-img-md {
  width: 100%;
  height: 22.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-img-md {
    height: 12.5rem;
  }
}

.c-indoorview iframe {
  width: 100%;
  height: 27.5rem;
  border: 1px solid #82cd5a;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-indoorview iframe {
    height: 13.75rem;
  }
}

.c-indoorview.is-kohaku iframe {
  border-color: #ea8427;
}

.c-indoorview.is-ruri iframe {
  border-color: #2a5caf;
}

.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: 4rem;
  margin-right: 0.5rem;
}

.c-label {
  background: #4ec0ef;
  color: #fff;
  font-size: 1rem;
  border-radius: 1000px;
  display: inline-block;
  vertical-align: middle;
  min-width: 5rem;
  text-align: center;
  padding: 1px 12px 0px 12px;
  font-weight: normal;
}

.c-label > a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

.c-label.is-lg {
  font-size: 0.875rem;
  min-width: 7.375rem;
  padding: 2px 2px 0px 2px;
  background-color: #fff;
  color: #1a1a1a;
  border: 1px solid #82cd5a;
  margin-top: -0.1875rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-label.is-lg {
    font-size: 0.75rem;
    min-width: 5rem;
    padding: 0;
  }
}

.c-label.is-sm {
  font-size: 0.875rem;
  min-width: 4.5rem;
  padding: 2px 2px 0px 2px;
  background-color: #fff;
  color: #1a1a1a;
  border: 1px solid #82cd5a;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-label.is-sm {
    font-size: 0.75rem;
    min-width: 3.75rem;
    padding: 0;
  }
}

.c-label.is-kohaku {
  border-color: #ea8427;
}

.c-label.is-ruri {
  border-color: #2a5caf;
}

.c-label.is-ayame {
  border-color: #f193b4;
}

.c-label.is-secondary {
  background: #f2f2ed;
}

.c-label.is-tertiary {
  background: #efefef;
}

.c-label.is-danger {
  background: #cc2919;
}

.c-label.is-warning {
  background: #cc9e12;
}

.c-label.is-info {
  background: #378da3;
}

.c-label.is-success {
  background: #13a83a;
}

.c-landing {
  overflow: hidden;
}

.c-landing__block {
  position: relative;
}

.c-landing__overflow {
  width: 50%;
  height: 26.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing__overflow {
    position: static;
    width: 100%;
    height: 10.75rem;
  }
}

.c-landing__overflow a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 26.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing__overflow a {
    width: 100%;
    height: 10.75rem;
  }
}

.c-landing__image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-landing__image.is-zoom {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.c-landing__image.is-zoom:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.c-landing__label {
  display: inline-block;
  background-color: #1a1a1a;
  color: #fff;
  min-width: 11.5rem;
  text-align: center;
  padding: 1px 8px;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 0.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing__label {
    min-width: inherit;
    font-size: 0.75rem;
    line-height: 1.3;
    padding: 6px 8px 4px;
    top: -0.25rem;
  }
}

.c-landing__inner {
  position: relative;
  z-index: 999;
}

.c-landing__name {
  font-size: 2rem;
  color: #4ec0ef;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 9px;
  position: absolute;
  top: -15px;
  right: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing__name {
    font-size: 1.625rem;
    letter-spacing: 6px;
    top: -22px;
    right: 16px;
  }
}

.c-landing .l-container {
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing .l-container {
    padding-top: 0.5rem;
  }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing__category {
    position: absolute;
    top: -4px;
    right: 0;
  }
}

.c-landing__text {
  background-color: #fff;
  position: relative;
  margin-top: 2.5rem;
  min-height: 26.5rem;
  padding: 60px 0px 60px 92px;
  z-index: 999;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing__text {
    margin-top: 1.125rem;
    padding: 0;
    min-height: inherit;
  }
}

.c-landing__text:after {
  content: "";
  display: block;
  border: 1px solid #82cd5a;
  width: 300%;
  height: 96.2%;
  position: absolute;
  top: 1.9%;
  left: 8px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing__text:after {
    display: none;
  }
}

.c-landing__text .heading img {
  width: 3rem;
  margin-right: 0.75rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing__text .heading img {
    width: 2.25rem;
    margin-top: -0.25rem;
    margin-right: 0.625rem;
  }
}

.c-landing__text table tr th {
  vertical-align: top;
}

.c-landing__text table tr th,
.c-landing__text table th td {
  padding: 3px 12px 3px 0;
}

.c-landing__tel {
  font-size: 1.125rem;
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing__tel {
    font-size: 0.9375rem;
  }
}

.c-landing__tel i {
  color: #82cd5a;
  padding-right: 0.3125rem;
}

.c-landing__tel a {
  font-weight: bold;
  color: #1a1a1a;
  text-decoration: none;
}

.c-landing__button {
  padding-top: 1.375rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing__button {
    padding-top: 1rem;
  }
}

.c-landing__block.is-primary .c-landing__text:after {
  border-color: #4ec0ef;
}

.c-landing__block.is-primary .c-landing__tel i {
  color: #4ec0ef;
}

.c-landing__block.is-kohaku .c-landing__text:after {
  border-color: #ea8427;
}

.c-landing__block.is-kohaku .c-landing__tel i {
  color: #ea8427;
}

.c-landing__block.is-ruri .c-landing__text:after {
  border-color: #2a5caf;
}

.c-landing__block.is-ruri .c-landing__tel i {
  color: #2a5caf;
}

.c-landing__block.is-ayame .c-landing__text:after {
  border-color: #f193b4;
}

.c-landing__block.is-ayame .c-landing__tel i {
  color: #f193b4;
}

.c-landing__block.is-left .c-landing__overflow {
  left: auto;
  right: 0;
}

.c-landing__block.is-left .c-landing__text {
  padding: 60px 92px 60px 0px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing__block.is-left .c-landing__text {
    padding: 0;
  }
}

.c-landing__block.is-left .c-landing__text:after {
  left: auto;
  right: 8px;
}

.c-landing__block.is-left .c-landing__name {
  right: auto;
  left: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-landing__block.is-left .c-landing__name {
    right: 16px;
    left: auto;
  }
}

.c-lead {
  font-size: 1.125rem;
}

.c-main-visual {
  width: 100%;
  min-height: 36.25rem;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-main-visual {
    min-height: 18.125rem;
    margin-top: 4.0625rem;
  }
}

.c-main-visual .l-container {
  position: relative;
}

.c-main-visual__text {
  position: absolute;
  z-index: 999;
  left: 519px;
  top: 205px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-main-visual__text {
    left: auto;
    right: 16px;
    margin-left: -8.0469rem;
    top: 100px;
  }
}

.c-main-visual__text01 {
  display: block;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-main-visual__text01 img {
    width: 14.8125rem;
  }
}

.c-main-visual__item01 {
  width: 2.25rem;
  height: 2.25rem;
  background-color: #82cd5a;
  position: absolute;
  top: -18px;
  left: -18px;
  z-index: 999;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-main-visual__item01 {
    width: 1.125rem;
    height: 1.125rem;
    top: -9px;
    left: -9px;
  }
}

.c-main-visual__item02 {
  width: 1rem;
  height: 1rem;
  background-color: #4ec0ef;
  position: absolute;
  top: 28px;
  left: -40px;
  z-index: 999;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-main-visual__item02 {
    width: 0.5rem;
    height: 0.5rem;
    top: 14px;
    left: -20px;
  }
}

.c-main-visual__text02 {
  display: block;
  margin-top: 2.25rem;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-main-visual__text02 {
    margin-top: 1.125rem;
  }
  .c-main-visual__text02 img {
    width: 16.0938rem;
  }
}

.c-main-visual__item03 {
  content: "";
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  background-color: #f193b4;
  position: absolute;
  bottom: -13px;
  right: -13px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-main-visual__item03 {
    width: 0.8125rem;
    height: 0.8125rem;
    bottom: -7px;
    right: -7px;
  }
}

.c-main-visual__item04 {
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #ea8427;
  position: absolute;
  bottom: -30px;
  right: 37px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-main-visual__item04 {
    width: 0.4375rem;
    height: 0.4375rem;
    bottom: -15px;
    right: 18px;
  }
}

.c-main-visual__item05 {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #F7D300;
  position: absolute;
  top: 73px;
  right: 12px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-main-visual__item05 {
    width: 0.375rem;
    height: 0.375rem;
    top: 36px;
    right: 6px;
  }
}

.c-main-visual__item li {
  width: 100%;
  min-height: 36.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-main-visual__item li {
    min-height: 18.125rem;
  }
}

.owl-item {
  opacity: 0;
}

.owl-item.active {
  opacity: 1;
}

.owl-theme .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2.0625rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .owl-theme .owl-dots {
    display: none;
  }
}

.owl-theme .owl-dots .owl-dot span {
  width: 0.5rem;
  height: 0.5rem;
  margin: 14px 5px !important;
  background: #FFF !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #4ec0ef !important;
}

.c-map iframe {
  width: 100%;
  height: 27.5rem;
  border: 1px solid #82cd5a;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-map iframe {
    height: 13.75rem;
  }
}

.c-map__text {
  font-size: 1.125rem;
  font-weight: bold;
}

.c-map__text i {
  color: #82cd5a;
  padding-right: 0.375rem;
}

.c-map.is-ayame iframe {
  border-color: #f193b4;
}

.c-map.is-kohaku iframe {
  border-color: #ea8427;
}

.c-map.is-kohaku i {
  color: #ea8427;
}

.c-map.is-ruri iframe {
  border-color: #2a5caf;
}

.c-map.is-ruri i {
  color: #2a5caf;
}

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

.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: 32px;
  padding-right: 32px;
  text-decoration: none;
}

.c-menu > li > a:hover, .c-menu > li > a.is-active {
  background: #4ec0ef;
  color: #fff;
}

.c-message {
  padding: 1rem;
  background: #efefef;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  margin-bottom: 32px;
}

.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: #4ec0ef;
  border: 1px solid #40bbee;
}

.c-message.is-primary > p {
  color: #fff;
}

.c-message.is-secondary {
  background: #f2f2ed;
  border: 1px solid #ecece4;
}

.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 2rem;
  background: #efefef;
  text-decoration: none;
  border-radius: 3px;
}

.c-navs-list > li > a:hover, .c-navs-list > li > a.is-active {
  background: #4ec0ef;
  color: #fff;
}

.c-navs-list.is-expand > li > a {
  padding: 0.5rem 4rem;
}

.c-page-header {
  width: 100%;
  max-width: 100%;
  min-height: 9.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 3.25rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-page-header {
    margin-top: 4.0625rem;
  }
}

.c-page-header .heading {
  color: #fff;
  font-size: 2.125rem;
  margin: 0;
  letter-spacing: 5px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-page-header .heading {
    font-size: 1.625rem;
    letter-spacing: 4px;
  }
}

.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__button {
  display: block;
  text-align: center;
  width: 3rem;
  height: 3rem;
  padding-top: 0.8125rem;
  position: absolute;
  background-color: #4ec0ef;
  top: -16px;
  right: 260px;
  z-index: 999;
}

@media (max-width: 1300px) {
  .c-pagetop__button {
    right: 130px;
  }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagetop__button {
    width: 2.25rem;
    height: 2.25rem;
    padding-top: 0.5625rem;
    top: -14px;
    right: 24px;
  }
}

.c-pagetop__button:hover {
  background-color: #008DE8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-pagetop__button:hover i {
  margin-top: -0.375rem;
}

.c-pagetop__button i {
  color: #fff;
  font-size: 2.5rem;
  line-height: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagetop__button i {
    font-size: 2rem;
  }
}

@-webkit-keyframes PageTop {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(3);
            transform: translateY(3);
  }
}

@keyframes PageTop {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(3);
            transform: translateY(3);
  }
}

.c-pagination > ul {
  text-align: center;
  list-style: none;
}

.c-pagination > ul > li {
  display: inline-block;
}

.c-pagination > ul > li > span,
.c-pagination > ul > li > a {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration: none;
  border-radius: 3px;
}

.c-pagination > ul > li > span:hover,
.c-pagination > ul > li > a:hover {
  background: #4ec0ef;
  color: #fff;
}

.c-pagination > ul > li > span.is-active,
.c-pagination > ul > li > a.is-active {
  background: #4ec0ef;
  color: #fff;
}

.c-pagination__next, .c-pagination__prev {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  background: #4ec0ef;
  color: #fff;
  border-radius: 1000px;
}

.c-pagination__prev {
  margin-right: 4rem;
}

.c-pagination__next {
  margin-left: 4rem;
}

.c-panel__title {
  background: #4ec0ef;
  color: #fff;
  padding: 32px 64px;
  margin-bottom: 0;
  font-size: 1.125rem;
  border-radius: 3px 3px 0 0;
}

.c-panel__content {
  padding: 32px 64px;
  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 ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  overflow: hidden;
}

.c-post-navs__prev a, .c-post-navs__next a {
  border-radius: 1000px;
  border: 2px solid #4ec0ef;
  padding: 8px 64px;
  display: inline-block;
  text-decoration: none;
}

.c-post-navs__prev a:hover, .c-post-navs__next a:hover {
  background: #4ec0ef;
  color: #fff;
}

.c-post-navs__prev {
  float: left;
}

.c-post-navs__next {
  float: right;
}

@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 {
    position: fixed;
    width: 4.0625rem;
    height: 4.0625rem;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 1.75rem;
    z-index: 9996;
    text-decoration: none;
    padding-top: 13px;
    background: #4ec0ef;
    line-height: 1;
    color: #fff;
  }
  .slidebar-button .open img {
    width: 2rem;
  }
  .slidebar-button .close {
    display: none;
  }
  .slidebar-button .close img {
    width: 1.6875rem;
  }
  .slidebar-button span {
    display: block;
    text-align: center;
    font-size: 0.75rem;
    padding-top: 0.1875rem;
    font-weight: bold;
  }
  .slidebar-button:active, .slidebar-button:hover {
    color: #fff;
  }
  .slidebar-menu {
    height: 100%;
    position: fixed;
    z-index: 9800;
    background: #fff;
    width: 75%;
    -webkit-transform: translateX(100%);
    transform: translate3d(100%, 0px, 0px);
    right: 0;
    top: -35px;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .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 {
    border-bottom: 1px solid rgba(26, 26, 26, 0.1);
    text-align: center;
  }
  .slidebar-menu > ul > li a {
    display: block;
    padding: 12px;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .slidebar-menu > ul > li a small, .c-dropdown__list .slidebar-menu > ul > li a a {
    font-size: 0.6875rem;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    display: block;
    color: rgba(26, 26, 26, 0.4);
    letter-spacing: 4px;
  }
  .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;
    z-index: 2000;
  }
  .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;
  }
}

body.slidebar-init.is-slidebar-active .slidebar-button {
  padding-top: 1.25rem;
}

body.slidebar-init.is-slidebar-active .slidebar-button .close {
  display: block;
}

body.slidebar-init.is-slidebar-active .slidebar-button .open {
  display: none;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-slider-block {
    margin-bottom: 1rem;
  }
}

.c-slider-block__image {
  width: 100%;
  height: 22.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-slider-block__image {
    height: 11.25rem;
    margin-bottom: 0.5rem;
  }
}

.c-slider-block__thumbnail {
  width: 100%;
  height: 5.625rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-slider-block__thumbnail:hover {
  opacity: 0.8;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-slider-block__thumbnail {
    height: 3.125rem;
  }
}

.c-slider-block .bx-wrapper {
  position: relative;
}

.c-slider-block .bx-prev {
  color: transparent;
  position: absolute;
  left: -33px;
  top: 50%;
  margin-top: -1.75rem;
  z-index: 999;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-slider-block .bx-prev {
    left: -31px;
  }
}

.c-slider-block .bx-prev:after {
  content: url("../images/slider-arrow-prev.svg");
}

.c-slider-block .bx-prev:hover:after {
  opacity: 0.7;
}

.c-slider-block .bx-next {
  color: transparent;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -1.75rem;
  z-index: 999;
}

.c-slider-block .bx-next:after {
  content: url("../images/slider-arrow-next.svg");
}

.c-slider-block .bx-next:after:hover {
  opacity: 0.7;
}

.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-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-01 {
  width: 100%;
  border-top: 1px solid rgba(26, 26, 26, 0.1);
  word-break: break-all;
}

.c-table-01 > thead > tr {
  background: rgba(78, 192, 239, 0.1);
}

.c-table-01 > thead > tr > th {
  text-align: left;
}

.c-table-01 > tbody > tr > th {
  background: rgba(78, 192, 239, 0.1);
  text-align: left;
  width: 15.75rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-01 > tbody > tr > th {
    width: 28%;
  }
}

.c-table-01 > thead > tr > th,
.c-table-01 > tbody > tr > th,
.c-table-01 > tbody > tr > td {
  padding: 19px 36px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-01 > thead > tr > th,
  .c-table-01 > tbody > tr > th,
  .c-table-01 > tbody > tr > td {
    padding: 12px 16px;
  }
}

.c-table-02 {
  font-size: 1.125rem;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-02 {
    font-size: 0.9375rem;
  }
}

.c-table-02:after {
  content: "";
  display: block;
  width: 0.375rem;
  height: 100%;
  background-color: rgba(204, 204, 204, 0.5);
  position: absolute;
  top: 0;
  left: 147px;
  border-radius: 100px;
  z-index: -1;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-02:after {
    width: 0.25rem;
    left: 108px;
  }
}

.c-table-02 > thead > tr > th,
.c-table-02 > tbody > tr > th,
.c-table-02 > tbody > tr > td {
  padding: 16px 0;
}

.c-table-02 > thead > tr > th,
.c-table-02 > tbody > tr > th {
  width: 11.5625rem;
  font-weight: normal;
  position: relative;
  text-align: left;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-02 > thead > tr > th,
  .c-table-02 > tbody > tr > th {
    width: 8.125rem;
  }
}

.c-table-02 > thead > tr > th:after,
.c-table-02 > tbody > tr > th:after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #4ec0ef;
  position: absolute;
  top: 50%;
  right: 26px;
  margin-top: -0.5625rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-02 > thead > tr > th:after,
  .c-table-02 > tbody > tr > th:after {
    width: 0.875rem;
    height: 0.875rem;
    right: 13px;
  }
}

.c-table-02 > thead > tr > th.hisui:after,
.c-table-02 > tbody > tr > th.hisui:after {
  background-color: #82cd5a;
}

.c-table-02 > thead > tr > th.kohaku:after,
.c-table-02 > tbody > tr > th.kohaku:after {
  background-color: #ea8427;
}

.c-table-02 > thead > tr > th.ayame:after,
.c-table-02 > tbody > tr > th.ayame:after {
  background-color: #f193b4;
}

.c-table-02 > thead > tr > th.ruri:after,
.c-table-02 > tbody > tr > th.ruri:after {
  background-color: #2a5caf;
}

.c-table-02 > tbody > tr > td {
  font-weight: bold;
}

.c-table-02 tr:last-child td {
  position: relative;
}

.c-table-02 tr:last-child td:before, .c-table-02 tr:last-child td:after {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: rgba(204, 204, 204, 0.5);
  position: absolute;
  left: -38px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-02 tr:last-child td:before, .c-table-02 tr:last-child td:after {
    width: 0.3125rem;
    height: 0.3125rem;
    left: -23px;
  }
}

.c-table-02 tr:last-child td:after {
  bottom: -18px;
}

.c-table-02 tr:last-child td:before {
  bottom: -9px;
}

.c-table-03 > thead > tr > th,
.c-table-03 > tbody > tr > th,
.c-table-03 > tbody > tr > td {
  padding-bottom: 0.9375rem;
}

.c-table-03 > thead > tr > th,
.c-table-03 > tbody > tr > th {
  text-align: left;
  padding-right: 0.625rem;
  vertical-align: top;
}

.c-tabs__navs {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.c-tabs__navs > li {
  display: inline-block;
}

.c-tabs__navs > li > a {
  display: inline-block;
  padding: 0.5rem 2rem;
  background: #efefef;
  text-decoration: none;
  border-radius: 3px 3px 0 0;
}

.c-tabs__navs > li > a:hover, .c-tabs__navs > li > a.is-active {
  background: #4ec0ef;
  color: #fff;
}

.c-tabs__navs.is-expand > li > a {
  padding: 0.5rem 4rem;
}

.c-tabs__content {
  padding: 40px 0;
  background: #fff;
  display: none;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__content {
    padding: 24px 0 0;
  }
}

.c-tabs__content.is-active {
  display: block;
}

.c-tabs__content p {
  margin-top: 0;
}

.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-text-box {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-text-box {
    margin-bottom: 0.75rem;
  }
}

.c-text-box__title {
  background-color: #f193b4;
  padding: 2px 24px 4px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-text-box__title {
    padding: 2px 16px 3px;
  }
}

.c-text-box__title .heading {
  color: #fff;
  font-size: 1.125rem;
  margin: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-text-box__title .heading {
    font-size: 1rem;
  }
}

.c-text-box__title .heading:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  padding-right: 0.875rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-text-box__title .heading:before {
    font-size: 1.25rem;
    padding-right: 0.625rem;
  }
}

.c-text-box__text {
  border: 1px solid #f193b4;
  background-color: #fff;
  padding: 18px 24px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-text-box__text {
    padding: 12px 18px;
  }
}

.c-text-name {
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-text-name {
    font-size: 1.25rem;
  }
}

.c-text-name small, .c-text-name .c-dropdown__list li a, .c-dropdown__list li .c-text-name a {
  font-size: 1.125rem;
  color: #4ec0ef;
  padding-right: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-text-name small, .c-text-name .c-dropdown__list li a, .c-dropdown__list li .c-text-name a {
    font-size: 0.9375rem;
    padding-right: 0.75rem;
  }
}

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

.p-landing-block__content {
  display: table-cell;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-post-item.is-horizon {
  border: 1px solid #efefef;
  padding: 32px;
  background: #fff;
}

.p-post-item.is-horizon .p-post-item__thumbnail {
  float: left;
  margin-right: 32px;
  margin-bottom: 0;
}

.p-post-item.is-line {
  border-bottom: 1px solid #efefef;
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
  margin-bottom: 0;
}

.p-post-item.is-line .p-post-item__thumbnail {
  float: left;
  margin-right: 32px;
  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: 32px;
  float: left;
  color: #1a1a1a;
}

.p-post-item.is-line .p-post-item__title {
  float: left;
  color: #1a1a1a;
  margin-right: 32px;
  margin-bottom: 0;
  font-size: 0.875rem;
  margin-top: 0.1875rem;
  margin-right: 32px;
}

.p-post-item {
  margin-bottom: 2rem;
}

.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-privacy {
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 32px;
  background: #EEF1F1;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p-privacy h4 {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 16px;
}

.p-profile-box {
  border: 1px solid #efefef;
  padding: 32px;
}

.p-profile-box__thumbnail {
  float: left;
  text-align: center;
  margin-right: 32px;
}

.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: #1a1a1a;
  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: rem-calc(320);
  float: left;
}

.l-footer {
  text-align: center;
  background-color: #808080;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-footer {
    overflow: hidden;
  }
}

.l-footer .l-container {
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-footer .l-container {
    padding-top: 1.75rem;
    padding-bottom: 0;
  }
}

.l-footer__logo {
  margin-left: -1.5625rem;
}

.l-footer__logo a {
  display: inline-block;
}

.l-footer__logo:hover .l-footer__logo__mark {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
  -webkit-transition: .7s;
  transition: .7s;
}

.l-footer__logo__mark {
  margin-right: 0.375rem;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.l-footer__logo__name {
  margin-top: 0.375rem;
}

.l-footer__logo img {
  max-width: 230px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-footer__logo img {
    max-width: 10.8125rem;
    padding-bottom: 1.75rem;
  }
}

.l-footer__menu {
  margin-top: 3rem;
  display: inline-block;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-footer__menu {
    margin-top: 0;
    background-color: #fff;
    margin-left: -1rem;
    width: 110%;
  }
}

.l-footer__menu li {
  float: left;
  margin-right: 2.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-footer__menu li {
    float: none;
    text-align: left;
    padding: 15px 32px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.1);
    margin-right: 0;
  }
}

.l-footer__menu li:last-child {
  margin-right: 0;
}

.l-footer__menu li:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #4ec0ef;
  padding-right: 0.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-footer__menu li:before {
    padding-right: 0.75rem;
  }
}

.l-footer__menu li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

.l-footer__menu li a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-footer__menu li a {
    color: #1a1a1a;
  }
}

.l-footer-copyright {
  text-align: center;
  background: #1a1a1a;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-footer-copyright {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
  }
}

.l-footer-copyright small, .l-footer-copyright .c-dropdown__list li a, .c-dropdown__list li .l-footer-copyright a {
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 1px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-footer-copyright small, .l-footer-copyright .c-dropdown__list li a, .c-dropdown__list li .l-footer-copyright a {
    font-size: 0.625rem;
  }
}

.l-global-nav {
  background: #fff;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-global-nav {
    display: none;
  }
}

.l-global-nav ul {
  width: 100%;
}

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

.l-global-nav ul > li:after {
  content: "";
  display: block;
  width: 0.125rem;
  height: 1.5rem;
  background-color: rgba(26, 26, 26, 0.1);
  position: absolute;
  right: 0;
  top: 11px;
}

.l-global-nav ul > li:last-child:after {
  display: none;
}

.l-global-nav ul > li:nth-child(3) a {
  width: 18.5rem;
}

.l-global-nav ul > li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #1a1a1a;
  width: 12.0625rem;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  font-weight: bold;
}

.l-global-nav ul > li a small, .l-global-nav .c-dropdown__list ul > li a a, .c-dropdown__list .l-global-nav ul > li a a {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.5);
  letter-spacing: 3px;
  font-size: 0.75rem;
  line-height: 1.1;
}

.l-global-nav ul > li a.is-current, .l-global-nav ul > li a:hover {
  color: #4ec0ef;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-global-nav ul > li a.is-current small, .l-global-nav .c-dropdown__list ul > li a.is-current a, .c-dropdown__list .l-global-nav ul > li a.is-current a, .l-global-nav ul > li a:hover small, .l-global-nav .c-dropdown__list ul > li a:hover a, .c-dropdown__list .l-global-nav ul > li a:hover a {
  color: rgba(78, 192, 239, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-global-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000000;
}

.l-header {
  padding-top: 1.5rem;
  padding-bottom: 1.125rem;
  width: 100%;
  background-color: #fff;
  min-width: 67.5rem;
  text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-header {
    height: 4.0625rem;
    padding-top: 0.875rem;
    padding-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9995;
    min-width: inherit;
    text-align: left;
  }
}

.l-header__logo {
  padding-bottom: 1.5rem;
  display: inline-block;
  margin: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-header__logo {
    text-align: left;
    padding-bottom: 0;
    padding-left: 0.5rem;
  }
}

.l-header__logo:hover .l-header__logo__mark {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
  -webkit-transition: .7s;
  transition: .7s;
}

.l-header__logo__mark {
  margin-right: 0.375rem;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.l-header__logo__name {
  margin-top: 0.375rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-header__logo img {
    max-width: 10.8125rem;
  }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.l-main.is-two-columns {
  width: calc(100% - rem-calc(320));
  float: left;
}

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

.l-section.is-xxxlg {
  padding-top: 9.75rem;
  padding-bottom: 7.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xxxlg {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.l-section.is-xxlg {
  padding-top: 7.5rem;
  padding-bottom: 6rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xxlg {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.l-section.is-xlg {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xlg {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.l-section.is-lg {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-lg {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.l-section.is-md {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-md {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.l-section.is-sm {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-sm {
    padding-top: 1.5rem;
    padding-bottom: 1.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: 1rem;
    padding-bottom: 1rem;
  }
}

.l-section.is-xxs {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xxs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.l-section.is-bottom {
  padding-top: 0 !important;
}

.l-section.is-top {
  padding-bottom: 0 !important;
}

.l-section.is-secondary {
  background-color: #f2f2ed;
}

.l-section.is-bg {
  background: #F2F2ED url("../images/bg-stripe.png") repeat;
}

.l-section.is-bg .l-container {
  position: relative;
}

.l-section.is-bg .l-section__logo {
  width: 10.9375rem;
  height: 15.0625rem;
  position: absolute;
  right: -88px;
  top: 40px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-bg .l-section__logo {
    display: none;
  }
}

.l-section.is-bg-image {
  background: url("../images/bg-home-nursing.jpg") top center no-repeat;
}

.l-section.is-hisui {
  background-color: rgba(130, 205, 90, 0.1);
}

.l-section.is-ayame {
  background-color: rgba(241, 147, 180, 0.1);
}

.l-section.is-ruri{
  background-color: rgba(42, 92, 175, 0.1);
}

.l-section.is-kohaku {
  background-color: rgba(234, 132, 39, 0.1);
}

.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;
  margin-bottom: 5rem;
}

.u-mbs.is-xlg {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xlg {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

.u-mbs.is-lg {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-lg {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.u-mbs.is-md {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-md {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.u-mbs.is-sm {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-sm {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.u-mbs.is-xs {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xs {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.u-mbs.is-xxs {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xxs {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.u-mbs.is-xxxs {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xxxs {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}

.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-danger {
  color: #cc2919;
}

.u-text-info {
  color: #378da3;
}

.u-text-success {
  color: #378da3;
}




/*追加*/

.l-global-nav ul > li:nth-child(3) a {
    width: 15.1rem;
}
.l-global-nav ul > li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #1a1a1a;
    width: 9.9125rem;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    font-weight: bold;
}
.c-contact-head {
  text-align: center;
}

.c-contact-head p {
  font-size: 1.125rem;
  font-weight: bold;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-contact-head p {
    font-size: 1rem;
  }
}

.c-contact-head__arrow {
  font-size: 2.5rem;
  color: #1EA7D9;
  line-height: 1;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-contact-head__arrow {
    font-size: 1.875rem;
  }
}

.c-contact-head__tel {
  padding-top: 0.5rem;
  padding-bottom: 1.125rem;
}

.c-contact-head__tel a {
  text-decoration: none;
  font-size: 2.5rem;
  font-family: 'Quicksand', sans-serif;
  position: relative;
  line-height: 0.8;
  display: inline-block;
  padding-left: 3rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-contact-head__tel a {
    font-size: 2.375rem;
    padding-left: 2.625rem;
  }
}

.c-contact-head__tel a img {
  width: 42px;
  position: absolute;
  top: 4px;
  left: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-contact-head__tel a img {
    width: 2.3125rem;
    top: 3px;
  }
}

input[type="number"],
input[type="text"],
input[type="url"],
input[type="search"],
input[type="email"],
input[type="tel"] {
  font-size: 16px;
  line-height: 1.8;
  border: none;
  padding: 10px 16px;
  max-width: 100%;
  width: 100%;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: rgba(50, 50, 50, 0.1);
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  input[type="number"],
  input[type="text"],
  input[type="url"],
  input[type="search"],
  input[type="email"],
  input[type="tel"] {
    border: 1px solid rgba(50, 50, 50, 0.1);
  }
}

input[type="number"]:focus, input[type="number"]:active,
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 {
  background-color: #fff;
  outline: none;
  box-shadow: inset 0 0 0px 2px #1EA7D9;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  input[type="number"]:focus, input[type="number"]:active,
  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 {
    border-color: #1EA7D9;
  }
}

textarea {
  border: none;
  font-size: 16px;
  width: 100%;
  padding: 16px 8px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: rgba(50, 50, 50, 0.1);
  padding: 12px 16px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  textarea {
    border: 1px solid rgba(50, 50, 50, 0.1);
  }
}

textarea:focus, textarea:active {
  background-color: #fff;
  outline: none;
  box-shadow: inset 0 0 0px 2px #1EA7D9;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  textarea:focus, textarea:active {
    border-color: #1EA7D9;
  }
}

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

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

select {
  text-transform: none;
  display: block;
  width: 18.75rem;
  height: 48px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

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

/*  ãƒ—ãƒ¬ã‚¤ã‚¹ãƒ›ãƒ«ãƒ€ãƒ¼ã®è‰²å¤‰æ›´ */
:placeholder-shown {
  color: #9FA0A0;
}

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

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

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

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

.c-label.is-sm {
  font-size: 0.64rem;
}

.c-label.is-required {
  background-color: #1EA7D9;
  border-radius: 2px;
}
.c-form {
	border-top: none;
	border-bottom: none;
	margin: 0 auto;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form {
		width: 100%;
		border-bottom: none;
		padding-left: 16px;
		padding-right: 16px;
	}
}

.c-form-block {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #E3E8E8;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block {
		border-bottom: 1px dotted #ccc;
		padding-top: 0.875rem;
		padding-bottom: 1rem;
		font-size: 0.875rem;
	}
}

.c-form-block__title {
	float: left;
	width: 17.125rem;
	position: relative;
	padding-top: 0.625rem;
	font-weight: bold;
	padding-left: 30px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__title {
		width: 100%;
		float: none;
		padding-bottom: 0.25rem;
		padding-top: 0;
		font-size: 16px;
		padding-left: 0;
	}
}

.c-form-block__title .c-label {
	float: right;
	margin-top: 0px;
	font-size: 14px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__title .c-label {
		margin-left: 0;
	}
}

.c-form-block__content {
	margin-left: 40px;
	position: relative;
	width: 68%;
}

.c-form-block__content.is-full {
	margin-left: 0;
	text-align: center;
}

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

.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 {
	padding-top: 0.4375rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__radio span {
		display: block;
		padding: 4px 0;
	}
}

.c-form-block__radio label {
	display: inline-block;
	margin-right: 80px;
	margin-left: 4px;
	font-weight: normal;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__radio label {
		margin-right: 0;
	}
}

.c-form-block__text {
	margin-right: 0.75rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__text {
		position: absolute;
		top: 12px;
		left: 0;
	}
}

.c-form-block__select.is-sm {
	width: 11.25rem;
	display: inline-block;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__select.is-sm {
		width: 100%;
	}
}

.c-form-block__input.is-xxxs {
	width: 6.25rem;
	margin-right: 0.5rem;
	margin-left: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__input.is-xxxs {
		width: 30%;
		margin-right: 1%;
		margin-left: 0;
	}
}

.c-form-block__input.is-xxs {
	width: 8.75rem;
	margin-right: 0.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__input.is-xxs {
		width: 50%;
		margin-right: 1%;
		margin-left: 0;
		margin-bottom: 0.5rem;
	}
}

.c-form-block__input.is-xs {
	width: 12.5rem;
	margin-right: 0.75rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__input.is-xs {
		width: 55%;
		margin-right: 1%;
	}
}

.c-form-block__input.is-sm {
	width: 25rem;
	margin-right: 0.75rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__input.is-sm {
		width: 50%;
		margin-right: 1%;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__input.is-school {
		width: 100%;
		margin-bottom: 0.5rem;
	}
}

.decision_content,
.still_content,
.at_school_content,
.check-form_content {
	display: none;
}

.decision_content.is-open,
.still_content.is-open,
.at_school_content.is-open,
.check-form_content.is-open {
	display: block;
}

.c-form-block__check,
.c-form-block__content {
	position: relative;
	padding-bottom: 14px;
}

label.c-errortooltip {
	background: #dd5a00;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	padding: 2px 8px;
	position: absolute;
	bottom: -18px;
	left: 0px;
	border-radius: 2px;
}

label.c-errortooltip:before {
	content: "\f071";
	font-family: FontAwesome;
	margin-right: 4px;
}

input.c-errortooltip,
textarea.c-errortooltip {
	background: #ffdede;
}

.c-message.is-danger h4 {
	margin-top: 0;
}

.c-form-block__check.is-terms {
	max-width: 370px;
	margin-right: auto;
	margin-left: auto;
}

@media(max-width: 640px){
	.u-text-left-sm {
		text-align: left !important;
	}
	.heading.is-lg.u-text-center {
		font-size: 20px;
		text-align: left !important;
	}
}
