@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 'https://fonts.googleapis.com/css?family=Teko:300,400,500';
@font-face {
	font-family: 'FontAwesome';
	src: url("../../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("../../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.3333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

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

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.2857em;
	text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.pull-left {
	float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
	color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-comparison:afetr, .c-footer-content:after, .c-graph, .c-post-head__sup:after, .c-profile, .c-search .c-search__form, .c-sidebar__content__item:after, .c-single-pager:after, .c-top-feature__block:after, .p-post-item.is-horizon, .p-profile-box, .l-header__info:after {
	zoom: 1;
}

.c-comparison:afetr:before, .c-graph:before, .c-profile:before, .c-search .c-search__form:before, .p-post-item.is-horizon:before, .p-profile-box:before, .c-comparison:afetr:after, .c-footer-content:after, .c-graph:after, .c-post-head__sup:after, .c-profile:after, .c-search .c-search__form:after, .c-sidebar__content__item:after, .c-single-pager:after, .c-top-feature__block:after, .p-post-item.is-horizon:after, .p-profile-box:after, .l-header__info:after {
	content: " ";
	display: table;
}

.c-comparison:afetr:after, .c-footer-content:after, .c-graph:after, .c-post-head__sup:after, .c-profile:after, .c-search .c-search__form:after, .c-sidebar__content__item:after, .c-single-pager:after, .c-top-feature__block:after, .p-post-item.is-horizon:after, .p-profile-box:after, .l-header__info: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: "游ゴシック", "Yu Gothic", YuGothic, "YuGothic", "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 */
}

* {
	box-sizing: border-box;
}

/**
 * Remove default margin.
 */
body {
	min-width: 1080px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
	overflow-x: hidden;
	margin: 0;
	line-height: 1.7;
}

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

/* 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: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}

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

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.heading {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
}

.heading.is-row-mbs {
	margin-bottom: 0.7em;
}

.heading.is-xlg {
	font-size: 2.125rem;
	line-height: 2.75rem;
	letter-spacing: 2px;
	color: #1a1a1a;
}

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

.heading.is-lg {
	font-size: 1.875rem;
	line-height: 2.75rem;
}

.heading.is-lg img {
	padding-right: 16px;
	position: relative;
	top: 4px;
}

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

.heading.is-lg.is-icon {
	position: relative;
	padding-left: 100px;
	text-indent: 0;
}

.heading.is-lg.is-icon svg,
.heading.is-lg.is-icon img {
	position: absolute;
	left: 0;
}

.heading.is-md {
	font-size: 1.75rem;
	line-height: 2.25rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.heading.is-md {
		font-size: 1.375rem;
		line-height: 1.875rem;
	}
}

.heading.is-sm, #tinymce:not(.post-type-page) h3,
.l-post-content h3,
.p-post h3 {
	font-size: 1.5rem;
	line-height: 2.25rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.heading.is-sm, #tinymce:not(.post-type-page) h3,
	.l-post-content h3,
	.p-post h3 {
		font-size: 1.375rem;
		line-height: 1.875rem;
	}
}

.heading.is-xs {
	font-size: 1.25rem;
	line-height: 1.875rem;
	margin-bottom: 0.3em;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.heading.is-xs {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}

.heading.is-xxs {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.heading.is-italic {
	font-style: italic;
}

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

.heading.is-white small, .heading.is-white .c-dropdown__list li a, .c-dropdown__list li .heading.is-white a {
	color: #fff;
	font-size: 0.9375rem;
	line-height: 1.5625rem;
	display: block;
}

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

.heading.is-center img {
	display: block;
	margin: 0 auto;
	padding-bottom: 16px;
	padding-right: 0;
}

.heading.is-center svg {
	display: block;
	margin: 0 auto;
	margin-bottom: 16px;
	padding-right: 0;
}

.heading.is-left {
	padding-left: 1em;
	text-indent: -1.5em;
	margin-left: 0.5em;
	margin-top: 0;
}

.heading.is-left svg {
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.heading.is-left {
		margin-left: 0;
		padding-left: 0;
		text-indent: 0;
		text-align: center;
	}
	.heading.is-left img {
		display: block;
		margin: 0 auto;
		padding-bottom: 16px;
	}
}

.heading.is-line {
	line-height: 1.75rem;
	padding-bottom: 1rem;
	padding-left: 2.8125rem;
	background: url("../images/heading-line-bg.png") left bottom 4px/46px no-repeat;
	margin-left: -10px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.heading.is-line {
		padding-left: 2.1875rem;
		margin-left: -2%;
	}
}

.heading.is-line:after {
	content: "";
	display: block;
	margin-top: 1rem;
	width: 100%;
	height: 2px;
	background-color: #cfd9d9;
}

.heading.is-line.is-right {
	background: url("../images/heading-line-bg_right.png") right bottom 4px/46px no-repeat;
	padding-right: 2.8125rem;
	padding-left: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.heading.is-line.is-right {
		background: url("../images/heading-line-bg.png") left bottom 4px/46px no-repeat;
		padding-right: 0;
		padding-left: 2.1875rem;
	}
}

.heading.is-bgcolor, #tinymce:not(.post-type-page) h3,
.l-post-content h3,
.p-post h3 {
	background-color: rgba(207, 17, 38, 0.15);
	padding: 13px 20px;
}

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

.heading.is-border span {
	display: inline-block;
	padding: 0 20px;
	background-color: #fff;
}

.heading.is-border:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	border-bottom: 2px double #cfd9d9;
	border-top: 2px double #cfd9d9;
	position: relative;
	top: -18px;
	z-index: -1;
}

.heading.is-special {
	margin-bottom: 1.25rem;
}

.heading.is-special small, .heading.is-special .c-dropdown__list li a, .c-dropdown__list li .heading.is-special a {
	font-family: "Teko", sans-serif;
	color: #cf1126;
	font-style: normal;
	font-size: 2rem;
	font-weight: 400;
}

.heading.is-special small span, .heading.is-special .c-dropdown__list li a span, .c-dropdown__list li .heading.is-special a span {
	display: inline-block;
}

.heading.is-special small span img, .heading.is-special .c-dropdown__list li a span img, .c-dropdown__list li .heading.is-special a span img {
	position: relative;
	top: 14px;
	padding-right: 20px;
	padding-left: 20px;
}

.heading.is-primary {
	color: #cf1126;
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="email"],
input[type="tel"] {
	font-size: 16px;
	line-height: 1.8;
	border: 2px solid #CFD9D9;
	border-radius: 3px;
	padding: 7px;
	max-width: 100%;
	width: 100%;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	input[type="text"],
	input[type="url"],
	input[type="search"],
	input[type="email"],
	input[type="tel"] {
		margin: 5px 0;
	}
}

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: #cf1126;
	box-shadow: inset 0 0 0px 1px #cf1126;
}

input[type="text"].is-two-column,
input[type="url"].is-two-column,
input[type="search"].is-two-column,
input[type="email"].is-two-column,
input[type="tel"].is-two-column {
	width: 436px;
	float: right;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	input[type="text"].is-two-column,
	input[type="url"].is-two-column,
	input[type="search"].is-two-column,
	input[type="email"].is-two-column,
	input[type="tel"].is-two-column {
		width: 100%;
		float: none;
	}
}

input[type="text"].is-sm,
input[type="url"].is-sm,
input[type="search"].is-sm,
input[type="email"].is-sm,
input[type="tel"].is-sm {
	width: 20%;
	min-width: 120px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	input[type="text"],
	input[type="url"],
	input[type="search"],
	input[type="email"],
	input[type="tel"] {
		font-size: 16px;
	}
}

textarea {
	border: 2px solid #CFD9D9;
	border-radius: 3px;
	max-width: 100%;
	font-size: 16px;
	width: 100%;
	padding: 4px 8px;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	margin-bottom: -7px;
}

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

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	textarea {
		font-size: 16px;
	}
}

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

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

select {
	text-transform: none;
	width: 100%;
	height: 46px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 2px solid #CFD9D9;
	border-radius: 3px !important;
}

select:focus, select:active {
	outline: none;
	border-color: #cf1126;
	box-shadow: inset 0 0 0px 1px #cf1126;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	select {
		margin: 5px 0;
		font-size: 16px;
	}
}

select.two-column {
	width: 436px;
	float: right;
}

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

select.is-sm {
	width: 184px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	select.is-sm {
		float: none;
	}
}

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

.text-sub {
	font-size: 0.875rem;
	line-height: 24px;
}

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

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

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

a,
.text-link {
	color: #cf1126;
	text-decoration: none;
}

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

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

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

ul.ul-list-style-01 li {
	color: #cf1126;
}

ul.ul-list-style-01 li:before {
	content: "●";
	padding-right: 4px;
}

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

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

ul.ul-list-style-02 li {
	display: inline-block;
	padding-left: 24px;
}

ul.ul-list-style-02 li a {
	color: #5a6464;
	font-size: 0.8125rem;
	text-decoration: none;
}

ul.ul-list-style-02 li a:hover {
	opacity: 0.7;
}

ul.ul-list-style-02 li:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 9px;
	background: url("../images/list-bg-01.svg") center no-repeat;
}

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

ol.ol-list-style-01 li > ul > li {
	color: #1a1a1a;
	margin-left: 2rem;
}

ol.ol-list-style-01.is-font-black li {
	color: #1a1a1a;
}

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

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

blockquote {
	width: 100%;
	height: 100%;
	margin-left: 0;
	border-left: 4px solid #cf1126;
	background: rgba(207, 217, 217, 0.15) url("../images/blockquote-bg.png") left 12px top 10px/19px no-repeat;
	padding: 27px 40px;
	margin-top: 16px;
	margin-bottom: 16px;
}

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

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

.c-about table {
	width: 736px;
	margin: 0 auto;
}

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

*[data-accordion-title]:hover {
	cursor: pointer;
}

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

.c-accordion__content {
	padding: 16px 32px;
	border: 1px solid #efefef;
	border-radius: 0 0 3px 3px;
}

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

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

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

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

.c-accordion.is-faq .c-accordion__title {
	position: relative;
	padding-left: 4.25rem;
}

.c-accordion.is-faq .c-accordion__title:before {
	content: "Q";
	left: 1.5rem;
	top: 0.875rem;
	font-size: 1.125rem;
	background: #b8b8b8;
	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-address {
	font-size: 1.125rem;
	font-weight: bold;
	padding-top: 1rem;
	padding-bottom: 3.5rem;
}

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

.c-address i {
	color: #cf1126;
}

.c-address .heading {
	margin-top: 1rem;
	margin-bottom: 0.25rem;
}

.c-adviser-detail {
	position: relative;
}

.c-adviser-detail__image {
	width: 736px;
}

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

.c-adviser-detail__image:before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	background: url("../images/pickup-image-bg.png") top left/48px no-repeat;
}

.c-adviser-detail__english {
	margin-top: 16px;
	font-family: "Teko", sans-serif;
	font-size: 2rem;
	color: #cf1126;
	letter-spacing: 11px;
}

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

.c-adviser-detail__text {
	width: 436px;
	position: absolute;
	top: 140px;
	right: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-adviser-detail__text {
		width: 100%;
		position: static;
	}
}

.c-adviser-detail__text .heading {
	letter-spacing: 3px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-adviser-detail__text .heading {
		margin-top: 5px;
		letter-spacing: 1px;
	}
}

.c-adviser-detail__box {
	width: 100%;
	background: rgba(90, 100, 100, 0.8);
	padding: 38px;
	color: #fff;
}

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

.c-adviser-detail__box .c-adviser-detail__name {
	font-size: 1.5rem;
	font-weight: bold;
	padding-bottom: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-adviser-detail__box .c-adviser-detail__name {
		font-size: 1.25rem;
		padding-bottom: 0.5rem;
	}
}

.c-adviser-detail__box .c-adviser-detail__label {
	display: table;
	margin-bottom: 8px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-adviser-detail__box .c-adviser-detail__label {
		font-size: 0.875rem;
	}
}

.c-adviser-detail__box .c-adviser-detail__label .c-label {
	background: #fff;
	color: #5a6464;
	font-size: 0.75rem;
	padding: 0px 8px;
}

.c-adviser-detail__box .c-adviser-detail__label div {
	display: table-cell;
	min-width: 90px;
}

.c-archive-block {
	display: table;
	border-bottom: 1px solid #CFD9D9;
	padding: 24px 0 24px 0;
	width: 100%;
	color: #000;
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
}

.c-archive-block:hover {
	background: rgba(207, 217, 217, 0.2);
	color: #000;
}

.c-archive-block__image {
	width: 126px;
	display: table-cell;
	margin-right: 1.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-archive-block__image {
		width: 30%;
	}
}

.c-archive-block__image img {
	width: 100%;
	height: auto;
}

.c-archive-block__text {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	display: table-cell;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-archive-block__text {
		padding-left: 12px;
		padding-right: 12px;
		width: 70%;
	}
}

.c-archive-block__text.is-post .c-archive-block__text {
	display: none;
}

.c-archive-block__category {
	display: inline-block;
}

.c-archive-block__category ul {
	display: inline-block;
}

.c-archive-block__category ul li {
	display: inline-block;
}

.c-archive-block .c-archive-block__date {
	display: inline-block;
	font-size: 0.875rem;
	margin-right: 30px;
	vertical-align: bottom;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-archive-block .c-archive-block__date {
		margin-right: 5px;
	}
}

.c-archive-block .heading {
	margin-top: 0.625rem;
	margin-bottom: 0.5rem;
}

.c-archive-block p {
	color: #5a6464;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-archive-block p {
		font-size: 0.75rem;
		line-height: 1.5;
	}
}

.c-badge {
	background: #cf1126;
	color: #fff;
	font-size: 12.8px;
	border-radius: 1000px;
	display: inline-block;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	vertical-align: middle;
}

.c-badge.is-lg {
	font-size: 1rem;
}

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

.c-badge.is-secondary {
	background: #cfd9d9;
}

.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-breadcrumb {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.c-breadcrumb > ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.c-breadcrumb > ul > li {
	display: inline-block;
	padding-right: 16px;
	font-size: 0.875rem;
}

.c-bunner {
	float: right;
	width: 276px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-bunner {
		float: none;
		width: 100%;
	}
}

.c-bunner img {
	width: 100%;
	margin-bottom: 1.5rem;
}

.c-bunner img:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

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

.c-button, .c-social-share > a {
	display: inline-block;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	text-decoration: none;
	text-align: center;
	border: none;
	font-size: 1rem;
	position: relative;
	background: #cf1126;
	color: #fff;
}

.c-button__icon {
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -12px;
	font-size: 1.5rem;
}

.c-button:hover, .c-social-share > a:hover {
	cursor: pointer;
}

.c-button:disabled, .c-social-share > a:disabled {
	cursor: not-allowed;
}

.c-button:focus, .c-social-share > a:focus {
	outline: none;
}

.c-button:active, .c-social-share > a:active {
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.3);
	outline: none;
	color: #fff;
}

.c-button.is-lg, .c-social-share > a.is-lg {
	font-size: 1.125rem;
	text-align: center;
	padding: 20px 40px 20px 0px;
	min-width: 392px;
}

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

.c-button.is-lg:after, .c-social-share > a.is-lg:after {
	content: "";
	display: block;
	width: 40px;
	height: 70px;
	background: #b80007 url("../images/bt-bg-arrow.svg") center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

.c-button.is-md, .c-social-share > a.is-md {
	font-size: 1rem;
	padding: 20px 40px 20px 0px;
	min-width: 318px;
	padding: 10.5px 4rem;
}

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

@media (max-width: 320px) {
	.c-button.is-md, .c-social-share > a.is-md {
		min-width: 100%;
	}
}

.c-button.is-md:after, .c-social-share > a.is-md:after {
	content: "";
	display: block;
	width: 28px;
	height: 48px;
	background: #b80007 url("../images/bt-bg-arrow.svg") center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

.c-button.is-sm, .c-social-share > a.is-sm {
	font-size: 1rem;
	text-align: center;
	padding: 9.5px 28px 9.5px 0px;
	min-width: 184px;
}

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

.c-button.is-sm:after, .c-social-share > a.is-sm:after {
	content: "";
	display: block;
	width: 28px;
	height: 46px;
	background: #b80007 url("../images/bt-bg-arrow.svg") center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-button.is-sm:after, .c-social-share > a.is-sm:after {
		height: 42px;
		width: 22px;
		background-size: 5px;
	}
}

.c-button.is-xs, .c-social-share > a.is-xs {
	font-size: 1rem;
	text-align: center;
	padding: 9px 28px 9px 0px;
	background-color: #fff;
	color: #cf1126;
	border: 1px solid #cf1126;
	font-weight: bold;
}

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

.c-button.is-xs:after, .c-social-share > a.is-xs:after {
	content: "";
	display: block;
	width: 28px;
	height: 46px;
	background: #b80007 url("../images/bt-bg-arrow.svg") center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

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

.c-button.is-xs.is-current:before, .c-social-share > a.is-xs.is-current:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
			transform: scaleX(1);
}

.c-button.is-gray, .c-social-share > a.is-gray {
	background: #5A6464;
}

.c-button.is-gray:after, .c-social-share > a.is-gray:after {
	background-color: #3F3F3F;
}

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

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

.c-button.is-career, .c-social-share > a.is-career {
	min-width: 277px;
	padding: 12px 0px 12px 36px;
	font-size: 1.25rem;
	text-align: left;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-button.is-career, .c-social-share > a.is-career {
		width: 100%;
		font-size: 0.9375rem;
		padding: 13px 0px 13px 13px;
	}
}

.c-button.is-career span, .c-social-share > a.is-career span {
	font-size: 1rem;
	font-weight: normal;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-button.is-career span, .c-social-share > a.is-career span {
		font-size: 0.8125rem;
		padding-right: 10px;
	}
}

@media (max-width: 320px) {
	.c-button.is-career span, .c-social-share > a.is-career span {
		font-size: 0.6875rem;
	}
}

.c-button.is-career:after, .c-social-share > a.is-career:after {
	width: 40px;
	height: 92px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-button.is-career:after, .c-social-share > a.is-career:after {
		height: 51px;
		background-size: 6px;
	}
}

@media (max-width: 320px) {
	.c-button.is-career:after, .c-social-share > a.is-career:after {
		width: 30px;
	}
}

.c-capsule-nav {
	padding-top: 1.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-capsule-nav {
		padding-top: 0.75rem;
		padding-bottom: 2.5rem;
	}
}

.c-capsule-nav > ul {
	width: 100%;
	font-size: 0;
	text-align: center;
}

.c-capsule-nav > ul > li {
	display: inline-block;
	margin-right: 1.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-capsule-nav > ul > li {
		display: block;
		margin-right: 0;
		margin-bottom: 12px;
	}
}

.c-capsule-nav > ul > li a {
	min-width: 252px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-capsule-nav > ul > li a {
		width: 100%;
	}
}

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

.c-capsule-nav.is-left {
	padding-top: 1.5rem;
}

.c-capsule-nav.is-left > ul {
	width: 100%;
	font-size: 0;
	text-align: left;
}

.c-capsule-nav.is-left > ul > li {
	display: inline-block;
	margin-right: 1.4375rem;
	margin-bottom: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-capsule-nav.is-left > ul > li {
		display: block;
		margin-right: 0;
	}
}

.c-capsule-nav.is-left > ul > li a {
	min-width: 230px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-capsule-nav.is-left > ul > li a {
		width: 100%;
	}
}

.c-capsule-nav.is-left > ul > li:nth-child(3n) {
	margin-right: 0;
}

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

.c-card__image {
	width: 100%;
	max-width: 100%;
	min-height: 160px;
	background-position: center center;
	background-size: cover;
	margin-bottom: 1rem;
}

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

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

.c-category-block {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

.c-company {
	padding-bottom: 1.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-company .small-12 {
		margin-bottom: 5.5rem;
	}
	.c-company .small-12:last-child {
		margin-bottom: 0;
	}
}

.c-company .heading {
	margin-top: 0;
}

.c-company__strong {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.7;
}

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

.c-company__list {
	margin-top: 1.125rem;
}

.c-company__list li {
	font-size: 1.125rem;
	font-weight: bold;
	list-style-type: decimal;
	margin-left: 23px;
	padding-left: 10px;
}

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

.c-comparison {
	position: relative;
	overflow: hidden;
}

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

.c-comparison__image {
	position: absolute;
	top: 69px;
	right: 243px;
	z-index: 9999;
}

.c-comparison__head {
	float: left;
	width: 24%;
	margin-right: 1%;
}

.c-comparison__head table {
	width: 100%;
	margin-top: 51px;
}

.c-comparison__head table tr td {
	background: rgba(207, 217, 217, 0.6);
	text-align: left;
	font-weight: normal;
	padding: 11px 11px 0 11px;
}

.c-comparison__head table tr td span {
	border-bottom: 1px solid rgba(207, 217, 217, 0.5);
	padding-bottom: 11px;
	display: block;
}

.c-comparison__head table tr td span.border-none {
	border: none;
}

.c-comparison__before {
	float: left;
	width: 37%;
	margin-right: 1%;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-comparison__before {
		width: 49%;
		margin-right: 2%;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-comparison__before table {
		border: 3px solid #5a6464;
	}
}

.c-comparison__before table tr th, .c-comparison__before table tr td {
	padding: 12px;
	text-align: center;
}

.c-comparison__before table tr th {
	background: #5a6464;
	position: relative;
	width: 272px;
	color: #fff;
	padding: 12px;
	position: relative;
}

.c-comparison__before table tr th:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(90, 100, 100, 0);
	border-top-color: #5a6464;
	border-width: 5px;
	margin-left: -5px;
}

.c-comparison__before table tr td {
	padding: 11px 11px 0 11px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-comparison__before table tr td {
		background: rgba(207, 217, 217, 0.2);
	}
}

.c-comparison__before table tr td span {
	border-bottom: 1px solid rgba(207, 217, 217, 0.5);
	padding-bottom: 11px;
	display: block;
}

.c-comparison__after {
	float: left;
	width: 37%;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-comparison__after {
		width: 49%;
	}
}

.c-comparison__after table {
	border: 3px solid #cf1126;
}

.c-comparison__after table tr th, .c-comparison__after table tr td {
	text-align: center;
}

.c-comparison__after table tr th {
	background: #cf1126;
	position: relative;
	width: 272px;
	color: #fff;
	padding: 11px;
	position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-comparison__after table tr th {
		padding: 12px;
	}
}

.c-comparison__after table tr th:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(90, 100, 100, 0);
	border-top-color: #cf1126;
	border-width: 5px;
	margin-left: -5px;
}

.c-comparison__after table tr td {
	font-weight: bold;
	padding: 11px 11px 0 11px;
	color: #cf1126;
	background: rgba(207, 17, 38, 0.05);
}

.c-comparison__after table tr td span {
	border-bottom: 1px solid rgba(207, 217, 217, 0.5);
	padding-bottom: 10px;
	display: block;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-comparison__after table tr td span {
		padding-bottom: 11px;
	}
}

.c-counseling {
	background: url("../images/counseling-bg.jpg") center no-repeat;
	background-size: cover;
	min-height: 380px;
}

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

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-counseling {
		width: 100%;
		text-align: center;
		min-height: 358px;
		background: url("../images/counseling-bg_smp.jpg") center bottom/100% no-repeat;
		margin-top: 0px;
	}
}

.c-counseling__text {
	padding-top: 5.625rem;
	padding-bottom: 2.25rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-counseling__text {
		width: 305px;
		padding-top: 3.25rem;
		padding-bottom: 1.25rem;
	}
}

.c-counseling__massage {
	padding-bottom: 50px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-counseling__massage {
		width: 221px;
		padding-bottom: 28px;
	}
}

.c-counseling__bt {
	position: absolute;
	top: 8.9375rem;
	right: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-counseling__bt {
		position: static;
		width: 90%;
		margin: 38px auto 0 auto;
	}
}

.c-main-visual {
	width: 1080px;
	margin: 0 auto;
	position: relative;
	min-height: 26.75rem;
}

.c-counseling-link {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 596px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-counseling-link {
		background-position: top center;
	}
}

.c-counseling-link .c-page-head.is-row-padding {
	padding-top: 6rem;
	padding-bottom: 2rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-counseling-link .c-page-head.is-row-padding {
		padding-top: 3rem;
		padding-bottom: 1rem;
	}
}

.c-counseling-link .c-page-head.is-row-padding.is-lg {
	padding-top: 3rem;
	padding-bottom: 1.75rem;
}

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

.c-dropdown__list {
	padding-left: 0;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	list-style: none;
	max-width: 240px;
	border-radius: 1.5px;
	position: absolute;
	left: 50%;
	margin-top: 4px;
	margin-bottom: 0;
	margin-left: -102px;
	display: none;
	opacity: 0;
	z-index: 10000000;
}

.c-dropdown__list li {
	border-bottom: 1px solid #f2f2f2;
}

.c-dropdown__list li:last-child {
	border-radius: 0 0 1.5px 1.5px;
}

.c-dropdown__list li a {
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
}

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

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

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

.c-faq__content {
	border: 1px solid #CFD9D9;
	padding: 8px 20px;
	position: relative;
	margin-top: 1rem;
}

.c-faq__content i {
	color: #cf1126;
	position: absolute;
	right: 24px;
	top: 16px;
}

.c-faq__content i.close {
	display: none;
}

.c-faq__content.is-open i.open {
	display: none;
}

.c-faq__content.is-open i.close {
	display: block;
}

.c-faq__content__title {
	background: url("../images/icon-q.png") left top 2px/28px no-repeat;
	padding-left: 45px;
	font-weight: bold;
	line-height: 2;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-faq__content__title {
		padding-right: 20px;
		background-position: left top 5px;
	}
}

.c-faq__content__text {
	border-top: 1px solid #CFD9D9;
	margin-top: 0.5rem;
	background: url("../images/icon-a.png") left top 10px/28px no-repeat;
	padding-left: 45px;
	display: none;
	padding-top: 12px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-faq__content__text {
		background-position: left top 14px;
	}
}

.c-faqbox {
	border: 1px solid #cf1126;
	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: #cf1126;
	-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: #cf1126;
	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: #cf1126;
	position: absolute;
	text-align: center;
	padding-top: 3px;
	background: #f2f2f2;
	top: 15px;
	left: 0px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-faqbox__content:after {
		padding-top: 1px;
		width: 30px;
		height: 30px;
	}
}

.c-flow {
	padding-bottom: 32px;
}

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

.c-flow__block {
	background: url("../images/flow-arrow.jpg") bottom center no-repeat;
	padding-bottom: 3.5rem;
	padding-top: 0.5rem;
	position: relative;
}

.c-flow__block:last-child {
	background-image: none;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-flow__block {
		padding-top: 1rem;
	}
	.c-flow__block .large-4 {
		margin-top: 16px;
	}
}

.c-flow__block .heading {
	margin-top: 0;
	margin-bottom: 0.3125rem;
}

.c-flow__block .heading span {
	font-family: "Teko", sans-serif;
	font-size: 3rem;
	font-weight: 200;
	letter-spacing: 1px;
	background: #cf1126;
	display: inline-block;
	width: 56px;
	height: 56px;
	color: #fff;
	text-align: center;
	padding-top: 0.9375rem;
	vertical-align: middle;
	margin-right: 24px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-flow__block .heading span {
		width: 40px;
		height: 40px;
		font-size: 1.875rem;
		padding-top: 0.5rem;
		margin-right: 8px;
		margin-top: -2px;
	}
}

.c-flow__block__text {
	padding-left: 86px;
}

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

.c-flow__block__inner {
	padding-top: 16px;
}

.c-flow__bt {
	position: absolute;
	right: 0;
	bottom: 56px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-flow__bt {
		position: static;
		width: 90%;
		margin: 24px auto 0 auto;
	}
}

.c-footer-content {
	background: #F1F4F6;
	padding-top: 3.75rem;
	padding-bottom: 4.375rem;
}

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

.c-footer-content__logo {
	float: left;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-footer-content__logo {
		width: 301px;
		float: none;
	}
}

.c-footer-content__menu {
	float: right;
	padding-top: 12px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-footer-content__menu {
		float: none;
	}
	.c-footer-content__menu ul.ul-list-style-02 {
		text-align: center;
	}
	.c-footer-content__menu ul.ul-list-style-02 li {
		padding-left: 16px;
	}
	.c-footer-content__menu ul.ul-list-style-02 li:first-child {
		padding-left: 0;
	}
}

.mwform-radio-field:hover {
	cursor: pointer;
}

.c-form {
	padding-bottom: 32px;
}

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

.c-form.is-gray {
	padding-top: 42px;
	padding-bottom: 42px;
	background: rgba(207, 217, 217, 0.15);
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form.is-gray {
		width: 100%;
		padding: 24px;
	}
}

.c-form.is-white {
	padding-top: 0px;
	padding-bottom: 4px;
}

.c-form.is-white .c-label {
	margin-top: -24px;
}

.c-form__text {
	padding-left: 94px;
	font-weight: bold;
	font-size: 1.125rem;
}

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

.c-form__category {
	padding-top: 14px;
}

.c-form__category:last-child:after {
	content: " ";
	display: block;
	height: 1px;
	width: 893px;
	margin: 0 auto;
	background: #CFD9D9;
	margin-top: 14px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form__category:last-child:after {
		width: 100%;
	}
}

.c-form__category:before {
	content: " ";
	display: block;
	height: 1px;
	width: 893px;
	margin: 0 auto;
	background: #CFD9D9;
	margin-bottom: 14px;
}

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

.c-form-block {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block {
		padding-top: 0;
		padding-bottom: 0.25rem;
	}
}

.c-form-block__title {
	position: relative;
	top: 13px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__title {
		font-weight: bold;
	}
	.c-form-block__title.is-no-title {
		display: none;
	}
}

.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: 16px;
		float: none !important;
	}
	.c-form-block__title .c-label.is-mbs-left {
		margin-left: 0;
	}
}

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

.c-form-block__sub {
	display: inline-block;
	width: 160px;
	padding-top: 10px;
}

.c-form-block__text {
	padding: 0 17px;
}

.c-form-block__check {
	padding-top: 0;
	padding-bottom: 2.8125rem;
}

.c-form-block__content {
	width: 100%;
}

.c-form-block__content select.is-short {
	width: 100px;
}

.c-form-block__content table {
	width: 100%;
}

.c-form-block__content table tr th {
	width: 160px;
	font-weight: normal;
	text-align: left;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__content table tr th {
		display: block;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__content table tr td {
		display: block;
	}
}

.c-form-block__content label {
	margin-bottom: 5px;
	font-weight: bold;
	display: inline-block;
	font-weight: normal;
}

.c-form-block__content .error {
	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: 40px;
	padding-top: 12px;
	padding-bottom: 9px;
}

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

.c-form-block__radio label input {
	margin-right: 8px;
}

.mw_wp_form .c-button:active, .mw_wp_form .c-social-share > a:active, .mw_wp_form .c-button:focus, .mw_wp_form .c-social-share > a:focus {
	color: #fff;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.mw_wp_form .c-button, .mw_wp_form .c-social-share > a {
		margin-bottom: 12px;
	}
}

.c-form-block__content {
	position: relative;
}

.c-form-block__content .error {
	font-size: 100%;
}

.c-form-block__content span.error,
.c-form-block__content label.error {
	position: absolute;
	background: #B70000;
	color: #fff;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	left: 0;
	bottom: -28px;
	font-size: 14px;
	padding: 4px 20px;
	border-radius: 5px;
	padding-left: 31px;
}

.c-form-block__content span.error:before,
.c-form-block__content label.error:before {
	content: "\f071";
	font-family: FontAwesome;
	position: absolute;
	left: 8px;
}

@media (min-width: 380px) and (max-width: 768px) {
	.c-form-block__sub {
		display: block;
	}
}

.c-form-block__terms {
	text-align: left;
	max-height: 200px;
	background: #f1f1f1;
	padding: 16px 36px;
	overflow: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.c-form-block__terms h4 {
	font-size: 1.125rem;
}

.c-form-block__terms h5 {
	font-size: 1rem;
}

.c-form-block__terms p {
	font-size: 0.875rem;
}

.c-form-head {
	width: 890px;
	margin: 0 auto;
}

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

.c-form-head .heading {
	margin-bottom: 8px;
}

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

.c-form-head .heading span {
	color: #cf1126;
	display: inline-block;
	padding-right: 20px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-head .heading span {
		display: block;
		font-size: 1rem;
	}
}

.c-graph {
	padding-top: 0.5rem;
	padding-bottom: 3.5rem;
	overflow: hidden;
}

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

.c-graph.is-row-padding {
	padding-bottom: 1.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-graph.is-row-padding {
		padding-bottom: 0;
	}
}

.c-graph__image {
	width: 758px;
	float: left;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-graph__image {
		width: 100%;
		height: auto;
		float: none;
		padding: 16px 0 32px 0;
	}
}

.c-graph__image img {
	width: 100%;
}

.c-graph__text {
	width: 276px;
	float: right;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-graph__text {
		width: 100%;
		float: none;
	}
}

.c-graph__text__block {
	background: rgba(207, 217, 217, 0.15);
	padding: 29px;
}

.c-graph__text__block.is-white {
	background: #fff;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-graph__text__block {
		width: 100%;
		float: none;
	}
}

.c-graph__text .heading {
	margin-bottom: 12px;
	margin-top: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-graph__text .heading {
		text-align: center;
		margin-bottom: 8px;
	}
}

.c-graph__text ul li {
	margin-bottom: 9px;
	position: relative;
}

.c-graph__text ul li:last-child {
	margin-bottom: 0;
}

.c-graph__text ul li img {
	width: 16px;
	height: auto;
	position: absolute;
	top: 5px;
}

.c-graph__text ul li span {
	display: inline-block;
	margin-left: 32px;
}

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

.small-1 {
	width: 8.3333%;
	float: left;
	padding-left: 13.6px;
	padding-right: 13.6px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.small-1 {
		padding-left: 3px;
		padding-right: 3px;
	}
}

.is-push-sm-1 {
	margin-left: 8.3333%;
}

.small-2 {
	width: 16.6667%;
	float: left;
	padding-left: 13.6px;
	padding-right: 13.6px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.small-2 {
		padding-left: 3px;
		padding-right: 3px;
	}
}

.is-push-sm-2 {
	margin-left: 16.6667%;
}

.small-3 {
	width: 25%;
	float: left;
	padding-left: 13.6px;
	padding-right: 13.6px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.small-3 {
		padding-left: 3px;
		padding-right: 3px;
	}
}

.is-push-sm-3 {
	margin-left: 25%;
}

.small-4 {
	width: 33.3333%;
	float: left;
	padding-left: 13.6px;
	padding-right: 13.6px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.small-4 {
		padding-left: 3px;
		padding-right: 3px;
	}
}

.is-push-sm-4 {
	margin-left: 33.3333%;
}

.small-5 {
	width: 41.6667%;
	float: left;
	padding-left: 13.6px;
	padding-right: 13.6px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.small-5 {
		padding-left: 3px;
		padding-right: 3px;
	}
}

.is-push-sm-5 {
	margin-left: 41.6667%;
}

.small-6 {
	width: 50%;
	float: left;
	padding-left: 13.6px;
	padding-right: 13.6px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.small-6 {
		padding-left: 3px;
		padding-right: 3px;
	}
}

.is-push-sm-6 {
	margin-left: 50%;
}

.small-7 {
	width: 58.3333%;
	float: left;
	padding-left: 13.6px;
	padding-right: 13.6px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.small-7 {
		padding-left: 3px;
		padding-right: 3px;
	}
}

.is-push-sm-7 {
	margin-left: 58.3333%;
}

.small-8 {
	width: 66.6667%;
	float: left;
	padding-left: 13.6px;
	padding-right: 13.6px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.small-8 {
		padding-left: 3px;
		padding-right: 3px;
	}
}

.is-push-sm-8 {
	margin-left: 66.6667%;
}

.small-9 {
	width: 75%;
	float: left;
	padding-left: 13.6px;
	padding-right: 13.6px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.small-9 {
		padding-left: 3px;
		padding-right: 3px;
	}
}

.is-push-sm-9 {
	margin-left: 75%;
}

.small-10 {
	width: 83.3333%;
	float: left;
	padding-left: 13.6px;
	padding-right: 13.6px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.small-10 {
		padding-left: 3px;
		padding-right: 3px;
	}
}

.is-push-sm-10 {
	margin-left: 83.3333%;
}

.small-11 {
	width: 91.6667%;
	float: left;
	padding-left: 13.6px;
	padding-right: 13.6px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.small-11 {
		padding-left: 3px;
		padding-right: 3px;
	}
}

.is-push-sm-11 {
	margin-left: 91.6667%;
}

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

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.small-12 {
		padding-left: 3px;
		padding-right: 3px;
	}
}

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

@media screen and (min-width: 46.875em) {
	.large-1 {
		width: 8.3333%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-1 {
		margin-left: 8.3333%;
	}
	.large-2 {
		width: 16.6667%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-2 {
		margin-left: 16.6667%;
	}
	.large-3 {
		width: 25%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-3 {
		margin-left: 25%;
	}
	.large-4 {
		width: 33.3333%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-4 {
		margin-left: 33.3333%;
	}
	.large-5 {
		width: 41.6667%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-5 {
		margin-left: 41.6667%;
	}
	.large-6 {
		width: 50%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-6 {
		margin-left: 50%;
	}
	.large-7 {
		width: 58.3333%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-7 {
		margin-left: 58.3333%;
	}
	.large-8 {
		width: 66.6667%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-8 {
		margin-left: 66.6667%;
	}
	.large-9 {
		width: 75%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-9 {
		margin-left: 75%;
	}
	.large-10 {
		width: 83.3333%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-10 {
		margin-left: 83.3333%;
	}
	.large-11 {
		width: 91.6667%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-11 {
		margin-left: 91.6667%;
	}
	.large-12 {
		width: 100%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-12 {
		margin-left: 100%;
	}
}

.c-inline-list {
	list-style: disc;
	margin-left: 0;
	padding-left: 0;
	overflow: hidden;
	list-style-position: outside;
}

.c-inline-list li {
	float: left;
	margin-left: 2rem;
	margin-right: 0.5rem;
}

.c-job-card {
	background: #fff;
	border: 1px solid #cfd9d9;
	position: relative;
	margin-bottom: 24px;
	display: block;
}

.c-job-card:hover {
	background: #efefef;
}

.c-job-card__label {
	color: #fff;
	background: url("../images/label-bg.png") left top/252px no-repeat;
	font-size: 0.875rem;
	padding: 3px 0px 3px 15px;
	width: 252px;
	height: 28px;
}

@media (max-width: 320px) {
	.c-job-card__label {
		background-position: left -50px top;
	}
}

.c-job-card__sup {
	font-size: 0.875rem;
	color: #5a6464;
	position: absolute;
	top: 8px;
	right: 14px;
}

.c-job-card__title {
	overflow: hidden;
	padding: 25px 20px 30px 20px;
	vertical-align: top;
}

.c-job-card__title img {
	position: absolute;
}

.c-job-card__title h3 {
	margin: 0;
	padding-left: 84px;
	font-size: 1.25rem;
	color: #1a1a1a;
	padding-bottom: 5px;
}

.c-job-card__date {
	font-size: 0.875rem;
	color: #5a6464;
	position: absolute;
	bottom: 10px;
	right: 14px;
}

.c-job-category {
	border: 1px solid #CFD9D9;
	margin-bottom: 40px;
}

.c-job-category__title {
	background: #E2E8E8;
	padding: 2px 10px;
	overflow: hidden;
}

.c-job-category__title:after {
	content: "";
	display: block;
	clear: both;
}

.c-job-category__title img {
	width: 48px;
	height: auto;
	float: left;
}

.c-job-category__title .heading {
	float: left;
	margin: 0;
	padding-top: 8px;
	padding-left: 4px;
}

.c-job-category__list ul li {
	border-bottom: 1px solid #CFD9D9;
	position: relative;
}

.c-job-category__list ul li:last-child {
	border: none;
}

.c-job-category__list ul li a {
	padding: 12px 14px;
	display: block;
	text-decoration: none;
	color: #1a1a1a;
}

.c-job-category__list ul li a:hover {
	background-color: #cf1126;
	color: #fff;
}

.c-job-category__list ul li a:hover i {
	color: #fff;
}

.c-job-category__list ul li i {
	color: #cf1126;
	position: absolute;
	top: 17px;
	right: 20px;
}

.c-job-info {
	border: 1px solid #CFD9D9;
	padding: 10px 30px 0 30px;
	position: relative;
	margin-bottom: 32px;
}

.c-job-info:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 46.875em) {
	.c-job-info .c-job-info__head {
		max-width: 510px;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-job-info .c-job-info__head {
		font-size: 0.875rem;
		padding-top: 1.875rem;
	}
}

.c-job-info .c-job-info__head i {
	color: #cf1126;
	margin-right: 2px;
}

.c-job-info .c-job-info__head .c-job-info__nav {
	color: #5a6464;
	display: inline-block;
	padding-right: 30px;
}

.c-job-info .c-job-info__head .c-job-info__place {
	color: #5a6464;
	display: inline-block;
}

.c-job-info .c-job-info__head .c-job-info__number {
	position: absolute;
	top: 0;
	right: 0;
}

.c-job-info .c-job-info__head .c-job-info__number table {
	min-width: 224px;
}

.c-job-info .c-job-info__head .c-job-info__number table th {
	background: #CFD9D9;
	font-weight: normal;
	padding: 3px 5px;
}

.c-job-info .c-job-info__head .c-job-info__number table td {
	background: rgba(207, 217, 217, 0.15);
	font-weight: bold;
	padding: 3px 20px;
}

.c-job-info .c-job-info__title {
	position: relative;
	padding-bottom: 5px;
	min-height: 78px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-job-info .c-job-info__title {
		min-height: 56px;
	}
}

.c-job-info .c-job-info__title img {
	position: absolute;
	left: 0;
	top: 0;
}

.c-job-info .c-job-info__title .heading {
	padding-left: 80px;
	padding-top: 5px;
}

.c-job-info .c-job-info__title .heading a {
	color: #1a1a1a;
}

.c-job-info .c-job-info__title .heading a:hover {
	opacity: 0.7;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-job-info .c-job-info__dis {
		margin: 20px 0 4px;
	}
}

.c-job-info .c-job-info__dis__border {
	border-top: 1px solid #CFD9D9;
	padding: 12px 0;
}

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

.c-job-info .c-job-info__dis table {
	width: 100%;
}

.c-job-info .c-job-info__dis table tr th {
	width: 18%;
	padding-right: 10px;
	border-right: 1px solid #CFD9D9;
	font-size: 0.9375rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-job-info .c-job-info__dis table tr th {
		display: block;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #CFD9D9;
		padding-right: 0;
		vertical-align: middle;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 13px;
		background: #efefef;
	}
}

.c-job-info .c-job-info__dis table tr td {
	padding: 0 20px;
	font-size: 0.9375rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-job-info .c-job-info__dis table tr td {
		display: block;
		width: 100%;
		padding: 10px 0;
	}
}

.c-job-info .c-job-info__bt {
	background: rgba(207, 217, 217, 0.3);
	margin: 0 -30px;
	padding: 24px 30px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-job-info .c-job-info__bt {
		padding: 6px 10px;
	}
}

.c-job-info .c-job-info__bt .c-button, .c-job-info .c-job-info__bt .c-social-share > a {
	margin: 0 9px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-job-info .c-job-info__bt .c-button, .c-job-info .c-job-info__bt .c-social-share > a {
		margin: 6px 0;
	}
}

.c-job-offer {
	background: #FAFDFE url("../images/job-offer-bg.jpg") center no-repeat;
	background-size: cover;
	padding-top: 4.375rem;
	padding-bottom: 8.125rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-job-offer {
		padding-top: 1.875rem;
		padding-bottom: 4.0625rem;
	}
}

.c-job-offer__content .c-job-offer__tabs {
	padding-top: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-job-offer__content .c-job-offer__tabs {
		padding-top: 0;
	}
}

.c-job-offer__content .c-job-offer__tabs ul {
	display: table;
	margin: 0 auto;
}

.c-job-offer__content .c-job-offer__tabs ul li {
	display: table-cell;
	padding: 10px 40px;
	cursor: pointer;
}

.c-job-offer__content .c-job-offer__tabs ul li:hover {
	opacity: 0.7;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-job-offer__content .c-job-offer__tabs ul li {
		padding: 0px 20px;
	}
}

@media (max-width: 320px) {
	.c-job-offer__content .c-job-offer__tabs ul li {
		padding: 0px 10px;
	}
}

.c-job-offer__content .c-job-offer__tabs ul li span {
	display: inline-block;
}

.c-job-offer__content .c-job-offer__tabs ul li span:after {
	content: "";
	display: block;
	width: 47px;
	height: 1px;
	background: #5a6464;
	margin: 5px auto;
}

.c-job-offer__content .c-job-offer__tabs ul li i {
	color: #cf1126;
	font-size: 1.5rem;
	position: relative;
	top: 2px;
	padding-left: 17px;
}

.c-job-offer__content .c-job-offer__tabs__content {
	display: none;
	padding-top: 2.1875rem;
}

.c-job-offer__content .c-job-offer__tabs__content.is-active {
	display: block;
}

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

.c-job-offer__content .c-job-offer__tabs__content .c-job-offer__block {
	padding-bottom: 2.1875rem;
}

.c-job-single .heading {
	margin-top: 0;
	margin-bottom: 1rem;
}

.c-job-single__block {
	padding-bottom: 2rem;
}

.c-label {
	font-size: 0.6875rem;
	background: #cf1126;
	color: #fff;
	border-radius: 100px;
	display: inline-block;
	padding: 2px 20px;
	vertical-align: middle;
	font-weight: normal;
	color: #fff;
}

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

.c-label.is-lg {
	font-size: 1rem;
}

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

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

.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-label.is-required {
	border-radius: 2px;
	padding: 4px 15px;
	font-size: 0.875rem;
	line-height: 1;
	float: right;
	margin-right: 20px;
	margin-top: 1px;
}

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

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

.c-list-nav ul {
	display: table;
	margin: 0 auto;
}

.c-list-nav ul li {
	display: table-cell;
}

.c-list-nav ul li a {
	margin: 0px 40px;
	color: #1a1a1a;
	text-decoration: none;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-list-nav ul li a {
		margin: 0px 10px;
	}
}

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

.c-list-nav ul li a.is-active {
	font-weight: bold;
}

.c-list-nav ul li a.is-active span:after {
	height: 3px;
}

.c-list-nav ul li a span {
	display: inline-block;
}

.c-list-nav ul li a span:after {
	content: "";
	display: block;
	width: 47px;
	height: 1px;
	background: #5a6464;
	margin: 5px auto;
}

.c-list-nav ul li a i {
	color: #cf1126;
	font-size: 1.5rem;
	position: relative;
	top: 2px;
	padding-left: 17px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-list-nav ul li a i {
		padding-left: 5px;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-list-nav.is-for {
		text-align: center;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-list-nav.is-for li {
		display: inline-block;
		width: 50%;
		font-size: 0.875rem;
	}
}

@media (max-width: 320px) {
	.c-list-nav.is-for li {
		font-size: 0.75rem;
	}
	.c-list-nav.is-for li i {
		font-size: 1rem;
	}
}

.c-list-nav.is-for li a {
	margin: 0px 20px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-list-nav.is-for li a {
		margin: 0;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-list-nav.is-sm li {
		padding: 7px;
	}
	.c-list-nav.is-sm li:first-child {
		width: 100%;
	}
	.c-list-nav.is-sm li i {
		font-size: 1rem;
	}
}

.c-mail-head {
	padding-bottom: 48px;
}

.c-mail-head__item {
	width: 344px;
	height: 48px;
	background: url("../images/mail-bg.png") left center/344px no-repeat;
	color: #fff;
	font-size: 1.25rem;
	padding: 5px 0 0 20px;
	display: inline-block;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-mail-head__item {
		width: 100%;
		height: 36px;
		padding: 5px 0 0 0px;
		backgroud: #5A6464;
		font-size: 1rem;
		text-align: center;
		margin-bottom: 0.75rem;
	}
}

.c-mail-head__text {
	display: inline-block;
	padding-left: 20px;
	vertical-align: bottom;
}

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

.c-main-visual__bg {
	background: url("../images/mainvisual.jpg") center top no-repeat;
	min-height: 36.25rem;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-main-visual__bg {
		background: url("../images/mainvisual_smp.jpg") center top/750px no-repeat;
		min-height: 27.1875rem;
	}
}

.c-main-visual {
	width: 1080px;
	margin: 0 auto;
	position: relative;
	min-height: 26.75rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-main-visual {
		width: 96%;
		margin: 0 auto;
	}
}

@media (max-width: 320px) {
	.c-main-visual {
		width: 100%;
		margin: 0 auto;
	}
}

.c-main-visual__text {
	padding-top: 6.25rem;
	padding-bottom: 3.4375rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-main-visual__text {
		padding-top: 3.75rem;
		padding-bottom: 1.875rem;
		max-width: 303px;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-main-visual__message {
		width: 202px;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-main-visual__content {
		content: "";
		display: block;
		clear: both;
		margin-top: 6.375rem;
	}
}

.c-main-visual__bt {
	position: absolute;
	top: 6.5rem;
	right: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-main-visual__bt {
		width: 49%;
		float: left;
		position: static;
	}
}

.c-main-visual__bt .c-button, .c-main-visual__bt .c-social-share > a {
	width: 277px;
	line-height: 1.4;
	text-align: left;
	padding: 6px 30px 10px;
	font-weight: bold;
	font-size: 1.25rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-main-visual__bt .c-button, .c-main-visual__bt .c-social-share > a {
		width: 100%;
		padding: 6px 10px 8px;
		font-size: 0.9375rem;
	}
}

@media (max-width: 320px) {
	.c-main-visual__bt .c-button, .c-main-visual__bt .c-social-share > a {
		font-size: 0.875rem;
	}
}

.c-main-visual__bt .c-button span, .c-main-visual__bt .c-social-share > a span {
	font-weight: normal;
	font-size: 1rem;
}

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

@media (max-width: 320px) {
	.c-main-visual__bt .c-button span, .c-main-visual__bt .c-social-share > a span {
		font-size: 0.5625rem;
	}
}

.c-main-visual__bt .c-button:after, .c-main-visual__bt .c-social-share > a:after {
	content: "";
	display: block;
	width: 28px;
	height: 72px;
	background: #b80007 url("../images/bt-bg-arrow.svg") center/6px no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-main-visual__bt .c-button:after, .c-main-visual__bt .c-social-share > a:after {
		width: 28px;
		height: 56px;
	}
}

@media (max-width: 320px) {
	.c-main-visual__bt .c-button:after, .c-main-visual__bt .c-social-share > a:after {
		width: 18px;
		height: 52px;
	}
}

.c-main-visual__link {
	position: absolute;
	top: 12.125rem;
	right: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-main-visual__link {
		width: 49%;
		float: right;
		position: static;
		margin-top: 0;
	}
}

.c-main-visual__link .c-button, .c-main-visual__link .c-social-share > a {
	width: 277px;
	font-size: 1.25rem;
	text-align: left;
	padding: 5px 20px 6px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-main-visual__link .c-button, .c-main-visual__link .c-social-share > a {
		width: 100%;
		font-size: 0.9375rem;
		padding: 15px 10px 14px;
	}
}

@media (max-width: 320px) {
	.c-main-visual__link .c-button, .c-main-visual__link .c-social-share > a {
		font-size: 0.875rem;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-main-visual__link .c-button:after, .c-main-visual__link .c-social-share > a:after {
		width: 28px;
		height: 54px;
		background-size: 6px;
	}
}

@media (max-width: 320px) {
	.c-main-visual__link .c-button:after, .c-main-visual__link .c-social-share > a:after {
		width: 18px;
		height: 52px;
	}
}

.c-map:after {
	content: "";
	display: block;
	clear: both;
}

.c-map__google-map {
	width: 736px;
	float: left;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-map__google-map {
		width: 100%;
		float: none;
		margin-bottom: 8px;
	}
}

.c-map__google-map iframe {
	width: 100%;
	height: 400px;
}

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

.c-map__image {
	width: 276px;
	float: right;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-map__image {
		width: 100%;
		float: none;
	}
}

.c-media > img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
}

.c-media > figcaption {
	margin-top: 0;
	background: #efefef;
	text-align: center;
	padding: 0.5rem 1rem;
}

.c-menu {
	padding-left: 0;
	margin-left: 0;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

.c-menu > li {
	list-style: none;
}

.c-menu > li > a {
	display: block;
	border-bottom: 1px solid #efefef;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
}

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

.c-message .heading-logo {
	width: 38px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-message .heading {
		margin-bottom: 0;
		margin-top: 0;
	}
}

.c-message .heading img {
	padding-bottom: 3px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-message .heading img {
		padding-bottom: 20px;
	}
}

.c-message .heading small, .c-message .heading .c-dropdown__list li a, .c-dropdown__list li .c-message .heading a {
	font-family: "Teko", sans-serif;
	font-size: 2rem;
	color: #cf1126;
	font-weight: 500;
	letter-spacing: 4px;
	display: block;
	padding-top: 17px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-message .heading small, .c-message .heading .c-dropdown__list li a, .c-dropdown__list li .c-message .heading a {
		padding-top: 0;
		margin-top: -6px;
	}
}

.c-message p {
	line-height: 1.75rem;
}

.c-name-text {
	font-weight: bold;
	text-align: right;
	padding-top: 16px;
}

.c-name-text__date {
	padding-bottom: 0.1875rem;
}

.c-name-text__name {
	font-size: 1.5rem;
}

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

.c-name-text__name span {
	font-size: 1.125rem;
}

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

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

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

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

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

.c-news-top {
	float: left;
	width: 735px;
	position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-news-top {
		float: none;
		width: 100%;
		padding-bottom: 48px;
	}
}

.c-news-top__bt {
	position: absolute;
	top: 10px;
	right: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-news-top__bt {
		position: static;
		width: 84%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-news-top__list {
		padding-top: 20px;
		padding-bottom: 24px;
	}
}

.c-page-head {
	padding-bottom: 6rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-page-head {
		padding-bottom: 3rem;
	}
}

.c-page-head.is-row-padding {
	padding-bottom: 3.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-page-head.is-row-padding {
		padding-bottom: 1rem;
	}
}

.c-page-head.is-row-padding.is-sm {
	padding-bottom: 2.5rem;
}

.c-page-head.is-row-padding.is-lg {
	padding-bottom: 7.5rem;
}

.c-page-head.is-row-padding.is-none {
	padding-bottom: 0;
}

.c-page-head.is-no-padding {
	padding-bottom: 0;
}

.c-page-head .heading {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

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

.c-page-head p {
	line-height: 28px;
}

.c-page-head p:nth-child(n + 2) {
	padding-bottom: 1rem;
}

.c-page-head__strong {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 0.625rem;
	line-height: 1.6 !important;
}

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

.c-page-header {
	width: 100%;
	max-width: 100%;
	min-height: 152px;
	background-color: #efefef;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	padding-top: 3.125rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-page-header {
		background-position: left 38% center;
		padding-top: 2rem;
		min-height: 105px;
	}
}

.c-page-header h1 {
	font-size: 2rem;
	margin: 0;
	letter-spacing: 3px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-page-header h1 {
		font-size: 1.5rem;
	}
}

.c-page-header .subtext {
	font-size: 1rem;
	margin: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-page-header .subtext {
		font-size: 0.875rem;
	}
}

.c-page-header.is-subtext {
	padding-top: 2.375rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-page-header.is-subtext {
		padding-top: 1.5rem;
	}
}

.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-page-nav {
	font-size: 0.75rem;
	color: #5a6464;
	padding-top: 0.3125rem;
}

.c-page-nav a {
	color: #5a6464;
	text-decoration: none;
}

.c-page-nav a:hover {
	opacity: 0.7;
}

.c-page-nav span {
	display: inline-block;
	padding: 0 4px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-page-nav span {
		display: inline;
	}
}

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

.c-pagetop img {
	position: absolute;
	top: -32px;
	right: 0;
}

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

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

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

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

.c-pagination__next, .c-pagination__prev {
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	background: #cf1126;
	color: #fff;
	border-radius: 0px;
}

.c-pagination__prev {
	margin-right: 2rem;
}

.c-pagination__next {
	margin-left: 2rem;
}

.c-pagination > ul > li {
	display: inline-block;
}

.c-pagination > ul > li.is-active span.current {
	background: #cf1126;
	color: #fff;
}

.c-panel__title {
	background: #cf1126;
	color: #fff;
	padding: 16px 32px;
	margin-bottom: 0;
	font-size: 1.125rem;
	border-radius: 3px 3px 0 0;
}

.c-panel__content {
	padding: 16px 32px;
	border: 1px solid #efefef;
	border-radius: 0 0 3px 3px;
	background: #fff;
}

.c-panel.is-danger .c-panel__title {
	background: #cc2919;
}

.c-panel.is-warning .c-panel__title {
	background: #cc9e12;
}

.c-panel.is-success .c-panel__title {
	background: #13a83a;
}

.c-panel.is-info .c-panel__title {
	background: #378da3;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-pickup {
		padding-top: 1rem;
	}
}

.c-pickup__content {
	padding-top: 5.625rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-pickup__content {
		padding-top: 2.25rem;
		width: 76%;
		margin: 0 auto;
	}
	.c-pickup__content .large-3 {
		padding-bottom: 1.125rem;
	}
}

.c-pickup__content .heading {
	font-size: 1.25rem;
	position: relative;
	margin-bottom: 0.875rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-pickup__content .heading {
		margin-bottom: 0;
	}
}

.c-pickup__content .heading i {
	color: #cf1126;
	position: absolute;
	top: 7px;
	right: 1px;
}

.c-pickup__image {
	position: relative;
}

.c-pickup__image span {
	display: block;
	position: absolute;
	bottom: -5px;
	right: 12px;
}

.c-pickup__image:before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	background: url("../images/pickup-image-bg.png") top left/48px no-repeat;
	z-index: 9999;
}

.c-post-image {
	position: relative;
}

.c-post-image .c-post-image__bg {
	min-height: 300px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.c-post-head .heading a {
	color: #000;
}

.c-post-head__sup {
	padding-bottom: 1.875rem;
}

.c-post-head__sup.is-heading-top {
	padding-bottom: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-post-head__sup * {
		font-size: 0.75rem;
	}
}

.c-post-head__sup .c-post__date {
	display: inline-block;
	margin-right: 0.625rem;
}

.c-post-head__sup .c-post__category {
	display: inline-block;
}

.c-post-head__sup ul {
	display: inline-block;
}

.c-post-head__sup ul li {
	display: inline-block;
	margin-right: 4px;
	margin-left: 4px;
}

.c-post-head__sup .c-label {
	font-size: 0.9375rem;
	padding: 0px 20px;
	margin-top: -5px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-post-head__sup .c-label {
		font-size: 0.75rem;
	}
}

.c-post-head__sup .c-post-head__name {
	display: inline-block;
	float: right;
	color: #5a6464;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-post-head__sup .c-post-head__name {
		font-size: 0.75rem;
	}
}

.c-post-head__sup .c-post-head__name i {
	color: #cf1126;
}

.c-post-lgitem {
	display: block;
	color: #1a1a1a;
	position: relative;
	color: #fff;
}

.c-post-lgitem:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
	opacity: 0;
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
}

.c-post-lgitem:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
}

.c-post-lgitem:hover:after {
	opacity: 1;
}

.c-post-lgitem .c-post-head {
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
	margin-top: 24px;
	bottom: 0;
	position: absolute;
	/* Rectangle: */
	/* Rectangle: */
	background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
	background-image: linear-gradient(-180deg, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
	width: 100%;
	height: 60%;
	padding: 16px 24px 0px;
	padding-top: 80px;
	z-index: 20;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-post-lgitem .c-post-head {
		padding-bottom: 8px;
		padding-top: 30px;
	}
}

.c-post-lgitem .c-post-head .heading {
	margin-top: 8px;
	color: #fff;
}

.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 #cf1126;
	padding: 8px 32px;
	display: inline-block;
	text-decoration: none;
}

.c-post-navs__prev a:hover, .c-post-navs__next a:hover {
	background: #cf1126;
	color: #fff;
}

.c-post-navs__prev {
	float: left;
}

.c-post-navs__next {
	float: right;
}

.c-post-relation {
	display: block;
	color: #000;
}

.c-post-relation img {
	margin-bottom: 12px;
	width: 100%;
}

.c-post-relation__date {
	display: inline-block;
	margin-right: 5px;
}

.c-post-relation__category {
	display: inline-block;
}

.c-post-relation__category ul {
	display: inline-block;
}

.c-post-relation__category ul li {
	display: inline-block;
}

.c-post-relation .heading {
	margin-top: 0.625rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-post-relation .heading {
		margin-top: 0.3125rem;
		padding-bottom: 2rem;
	}
}

.c-privacy-policy {
	padding-top: 0.5rem;
}

.c-profile .heading {
	margin-top: 0;
	margin-bottom: 16px;
}

.c-profile__block__left {
	width: 644px;
	float: left;
}

.c-profile__block__left p {
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-profile__block__left {
		width: 100%;
		float: none;
	}
}

.c-profile__block__right {
	width: 368px;
	float: right;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-profile__block__right {
		width: 100%;
		float: none;
	}
}

.c-ranking {
	background: #fff;
	border: 1px solid #cfd9d9;
	padding: 1.25rem;
	margin-bottom: 34px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-ranking {
		margin-bottom: 16px;
	}
}

.c-ranking .heading {
	margin-top: 0;
}

.c-ranking .heading small, .c-ranking .heading .c-dropdown__list li a, .c-dropdown__list li .c-ranking .heading a {
	display: block;
	color: #cf1126;
	font-size: 1rem;
}

.c-ranking table {
	width: 100%;
	margin-top: 0.625rem;
}

.c-ranking table tr {
	border-bottom: 2px dotted #cfd9d9;
}

.c-ranking table tr:last-child {
	border: none;
}

.c-ranking table tr th, .c-ranking table tr td {
	padding: 0.625rem;
	font-size: 0.8125rem;
}

.c-ranking table tr th {
	width: 179px;
	background: url("../images/ranking-bg.png") left center/179px no-repeat;
	color: #fff;
	font-weight: normal;
}

.c-ranking table tr td {
	padding-left: 1.25rem;
}

.c-relation {
	border: 1px solid #e1e8e8;
}

.c-relation__title {
	background: #e1e8e8;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 13px 30px;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-relation__title {
		font-size: 1.0625rem;
		padding-left: 16px;
		padding-right: 16px;
	}
}

.c-relation__title a {
	color: #1a1a1a;
}

.c-relation__title > span {
	max-width: 72%;
	float: left;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-relation__title > span {
		max-width: 100%;
		float: none;
	}
}

.c-relation__title > .tags {
	width: 28%;
	padding-left: 16px;
	right: 0;
	top: 0;
	float: right;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-relation__title > .tags {
		width: auto;
		padding-left: 0;
		padding-right: 0;
		float: none;
	}
}

.c-relation__title > .tags .c-label {
	display: block;
	background: #fff;
	color: #000;
	text-align: center;
	margin-top: 8px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-relation__title > .tags .c-label {
		display: inline-block;
	}
}

.c-relation__title > .tags ul {
	overflow: hidden;
}

.c-relation__title > .tags ul li {
	padding-left: 4px;
	padding-right: 4px;
	display: inline;
}

.c-relation__content {
	padding: 30px 30px 40px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-relation__content {
		padding: 12px;
	}
}

.c-relation__content .c-relation__image {
	position: relative;
	padding-top: 5px;
	padding-bottom: 12px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-relation__content .c-relation__image:after {
		content: "";
		display: block;
		clear: both;
	}
}

.c-relation__content .c-relation__image img {
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-relation__content .c-relation__image img {
		position: static;
		float: left;
		width: 24%;
	}
}

.c-relation__content .c-relation__image table {
	width: 592px;
	margin-left: 80px;
	color: #cf1126;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-relation__content .c-relation__image table {
		width: 70%;
		margin-left: 0;
		float: right;
	}
}

.c-relation__content .c-relation__image table tr th {
	background: #cf1126;
	color: #fff;
	font-weight: normal;
	width: 14%;
	position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-relation__content .c-relation__image table tr th {
		display: block;
		width: 100%;
	}
}

.c-relation__content .c-relation__image table tr th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #cf1126;
	border-width: 5px;
	margin-top: -5px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-relation__content .c-relation__image table tr th:after {
		top: 100%;
		left: 50%;
		border-top-color: #cf1126;
		margin-left: -5px;
		margin-top: 0;
		border-left-color: transparent;
	}
}

.c-relation__content .c-relation__image table tr td {
	padding: 2px 15px;
	background: rgba(207, 17, 38, 0.05);
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-relation__content .c-relation__image table tr td {
		display: block;
		width: 100%;
		padding: 10px;
		font-size: 0.8125rem;
	}
}

.c-relation__content .c-relation__image table tr td .c-relation__label {
	display: inline-block;
	font-size: 0.75rem;
	background: #fff;
	border-radius: 100px;
	width: 64px;
	text-align: center;
	margin-right: 10px;
}

.c-relation__content .c-relation__image table tr td .c-relation__dis {
	display: inline-block;
	margin-right: 40px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-relation__content .c-relation__image table tr td .c-relation__dis {
		margin-right: 0;
		margin-bottom: 3px;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-relation__content .c-relation__image table tr td .c-relation__category {
		margin-bottom: 3px;
	}
}

.c-relation__content .c-relation__image table tr td .c-relation__salary {
	display: inline-block;
}

.c-relation__content .c-relation__image table tr td .c-relation__table-cell {
	display: inline-block;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-relation__content .c-relation__image table tr td .c-relation__table-cell {
		display: table-cell;
	}
}

.c-relation-column .c-relation__title {
	font-size: 18px;
}

.c-relation-column .c-relation__title > span {
	width: 100%;
	max-width: 100%;
	float: none;
}

.c-relation-column .c-relation__title > .tags {
	display: none;
}

.c-relation-column .c-relation__content {
	padding: 20px;
}

.c-relation-column .c-relation__content .c-relation__image img {
	position: static;
	display: none;
}

.c-relation-column .c-relation__content .c-relation__image table {
	width: 100%;
	margin-left: 0;
}

.c-relation-column .c-relation__content .c-relation__image table tr th {
	width: 22%;
}

.c-relation-column .c-relation .c-relation__content .c-relation__image table tr td .c-relation__table-cell {
	font-size: 13px;
}

.c-relation-column .c-relation .c-relation__content .c-relation__image table tr td .c-relation__label {
	width: 54px;
}

.c-relation-column .c-button.is-md, .c-relation-column .c-social-share > a.is-md {
	min-width: 0px;
}

.c-search__block {
	border: 1px solid #CFD9D9;
}

.c-search .c-search__title {
	background-color: rgba(207, 217, 217, 0.6);
	padding: 0.625rem 1.25rem;
	font-size: 1.25rem;
	font-weight: bold;
	position: relative;
}

.c-search .c-search__title i {
	color: #cf1126;
	margin-right: 0.5rem;
}

.c-search .c-search__title i.is-right {
	position: absolute;
	right: 18px;
	top: 17px;
	color: #1a1a1a;
}

.c-search .c-search__form {
	display: table;
	width: 100%;
}

.c-search .c-search__form__menu {
	width: 252px;
	display: table-cell;
	border-right: 1px solid #CFD9D9;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-search .c-search__form__menu {
		width: 40%;
	}
}

.c-search .c-search__form__menu ul li {
	border-bottom: 1px solid #CFD9D9;
	padding: 12px 5px 10px 12px;
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-search .c-search__form__menu ul li {
		padding: 8px 3px 6px 8px;
		font-size: 12px;
	}
	.c-search .c-search__form__menu ul li label {
		display: block;
	}
	.c-search .c-search__form__menu ul li img {
		display: none;
	}
}

.c-search .c-search__form__menu ul li[data-status="middle"] label {
	background-image: url("../images/checked-middle.svg");
}

.c-search .c-search__form__menu ul li img {
	width: 24px;
	margin-right: 4px;
}

.c-search .c-search__form__menu ul li.is-active, .c-search .c-search__form__menu ul li:hover {
	cursor: pointer;
	font-weight: bold;
	background: #e3e8e8;
}

.c-search .c-search__form__menu ul li:last-child {
	border: none;
}

.c-search .c-search__form__menu ul li label:hover {
	cursor: pointer;
}

.c-search .c-search__form__content {
	width: 484px;
	display: none;
	padding: 13px 20px;
	background-color: rgba(207, 217, 217, 0.15);
}

.c-search .c-search__form__content.is-active {
	display: table-cell;
}

.c-search .c-search__form__content .c-search__category {
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #CFD9D9;
}

.c-search .c-search__form__content .c-search__list {
	padding-top: 8px;
}

.c-search .c-search__form__content .c-search__list ul li {
	padding-top: 2px;
	margin-bottom: 12px;
}

.c-search .c-search__form__content .c-search__list ul li span {
	color: #cf1126;
	font-size: 0.75rem;
	display: inline-block;
	margin-left: 14px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-search .c-search__form__content .c-search__list ul li span {
		display: none;
	}
}

.c-search .c-search__place {
	padding: 13px 12px;
	border-bottom: 1px solid #CFD9D9;
}

.c-search .c-search__place ul li {
	padding-left: 0px;
	padding-top: 2px;
	display: inline-block;
	margin-right: 24px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-search .c-search__place ul li {
		width: 49%;
		margin-right: 0;
	}
}

.c-search .c-search__keyword {
	padding: 40px 40px;
	text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-search .c-search__keyword {
		padding: 30px 10px;
	}
}

.c-search .c-search__keyword div {
	display: inline-block;
	font-weight: bold;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-search .c-search__keyword div {
		display: block;
	}
}

.c-search .c-search__keyword input {
	width: 412px;
	border-radius: 0;
	border: 2px solid #CFD9D9;
	font-weight: normal;
	margin: 0 15px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-search .c-search__keyword input {
		width: 100%;
		margin: 5px 0;
	}
}

.c-search .c-search__keyword input:focus, .c-search .c-search__keyword input:active {
	box-shadow: none;
}

.c-search .c-search__keyword .c-button, .c-search .c-search__keyword .c-social-share > a {
	display: block;
	width: 100%;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-search .c-search__keyword .c-button, .c-search .c-search__keyword .c-social-share > a {
		margin-top: 1.5rem;
		margin-bottom: 0;
	}
}

.c-sidebar__bnr {
	margin-bottom: 1.5rem;
}

.c-sidebar__bnr:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.c-sidebar__content {
	margin-bottom: 2rem;
}

.c-sidebar__content__title {
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 1.125rem;
	padding: 0.5rem;
}

.c-sidebar__content__item {
	border-bottom: 1px solid #CFD9D9;
	border-left: 1px solid #CFD9D9;
	border-right: 1px solid #CFD9D9;
	padding: 1rem;
	overflow: hidden;
}

.c-sidebar__content__item .c-sidebar__item__image {
	width: 64px;
	float: left;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-sidebar__content__item .c-sidebar__item__image {
		width: 24%;
	}
}

.c-sidebar__content__item .c-sidebar__item__image img {
	width: 100%;
}

.c-sidebar__content__item .c-sidebar__text {
	float: right;
	width: 160px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-sidebar__content__item .c-sidebar__text {
		width: 70%;
	}
}

.c-sidebar__content__item .c-label {
	font-size: 0.75rem;
	padding: 1px 17px;
	margin-top: -8px;
}

.c-sidebar__content__item .c-sidebar__title {
	font-size: 0.875rem;
}

.c-sidebar__block .c-sidebar__menu-main {
	border-bottom: 1px solid #CFD9D9;
	border-left: 1px solid #CFD9D9;
	border-right: 1px solid #CFD9D9;
	padding: 0.5rem 0.875rem;
	position: relative;
	color: #5a6464;
}

.c-sidebar__block .c-sidebar__menu-main i {
	position: absolute;
	top: 14px;
	right: 16px;
	color: #cf1126;
}

.c-sidebar__block .c-sidebar__menu-main a {
	color: #000;
}

.c-sidebar__block .c-sidebar__menu-sub {
	display: none;
}

.c-sidebar__block .c-sidebar__menu-sub ul li {
	border-bottom: 1px solid #CFD9D9;
	border-left: 1px solid #CFD9D9;
	border-right: 1px solid #CFD9D9;
	background-color: rgba(207, 217, 217, 0.2);
	padding: 0.5rem 0.875rem;
	position: relative;
}

.c-sidebar__block .c-sidebar__menu-sub ul li a {
	color: #5a6464;
	text-decoration: none;
}

.c-sidebar__block .c-sidebar__menu-sub ul li i {
	position: absolute;
	top: 14px;
	right: 16px;
}

.c-sidebar__block i.open {
	display: none;
}

.c-sidebar__block.is-open i.open {
	display: block;
}

.c-sidebar__block.is-open i.close {
	display: none;
}

.c-single-pager {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}

.c-single-pager__prev, .c-single-pager__next {
	width: 184px;
	background: #5a6464;
	color: #fff;
	padding: 10px;
	position: relative;
	text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-single-pager__prev, .c-single-pager__next {
		width: 40%;
	}
}

.c-single-pager__prev {
	float: left;
	padding-left: 20px;
}

.c-single-pager__prev i {
	position: absolute;
	left: 10px;
	top: 16px;
}

.c-single-pager__next {
	float: right;
	padding-right: 20px;
}

.c-single-pager__next i {
	position: absolute;
	right: 10px;
	top: 16px;
}

.c-sitemap-sp__block {
	margin: 0 -4%;
	font-size: 0.875rem;
}

.c-sitemap-sp__block ul {
	display: none;
}

.c-sitemap-sp__block ul li {
	background: rgba(90, 100, 100, 0.5);
}

.c-sitemap-sp__block ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 14px 30px;
}

.c-sitemap-sp__block ul li i {
	margin-right: 8px;
}

.c-sitemap-sp__title {
	border-top: 1px solid #CFD9D9;
	font-weight: bold;
	padding: 14px 30px;
	color: #5a6464;
}

.c-sitemap-sp__title a {
	color: #5a6464;
	text-decoration: none;
	display: block;
}

.c-sitemap-sp__title i {
	color: #cf1126;
	margin-right: 8px;
}

.c-sitemap {
	background: #F1F4F6;
	padding-bottom: 4.375rem;
}

.c-sitemap__block {
	display: inline-block;
	vertical-align: top;
	padding-left: 3.1875rem;
}

.c-sitemap__block:last-child {
	padding-right: 0;
}

.c-sitemap__block ul li {
	display: block;
	padding-left: 0;
	margin-bottom: 5px;
}

.c-sitemap__title {
	font-size: 0.875rem;
	color: #5a6464;
	font-weight: bold;
	padding-bottom: 5px;
}

.c-sitemap__title a {
	color: #5a6464;
	text-decoration: none;
}

.c-sitemap__title a:hover {
	text-decoration: underline;
}

@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;
		right: 0px;
		top: 0px;
		text-align: center;
		padding-top: 0.75rem;
		z-index: 10001;
		text-decoration: none;
		width: 58px;
		height: 58px;
		background: #000;
		line-height: 1;
		color: #fff;
	}
	.slidebar-button > img {
		width: 26px;
	}
	.slidebar-button > span {
		display: block;
		text-align: center;
		font-size: 0.6875rem;
		padding-top: 0.4375rem;
	}
	.slidebar-button:hover,
	.slidebar-button .text-link.text-link--hover {
		color: white !important;
	}
	.slidebar-button:active,
	.slidebar-button .text-link.text-link--active {
		color: white !important;
	}
	.slidebar-menu {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9997;
		background: #fff;
		-webkit-transform: translateY(-100%);
		transform: translate3d(0px, -100%, 0px);
		right: 0;
		top: 0;
		-webkit-transition: all ease-in-out 0.2s;
		transition: all ease-in-out 0.2s;
	}
	.slidebar-menu > ul > li {
		width: 100%;
		border-bottom: 1px solid #CFD9D9;
	}
	.slidebar-menu > ul > li a {
		display: block;
		padding-left: 3.375rem;
		padding-top: 0.875rem;
		padding-bottom: 0.875rem;
		padding-right: 0.5rem;
		font-weight: bold;
		text-decoration: none;
		color: #1a1a1a;
		background: url("../images/slidebar-bg.png") left 34px center/5px no-repeat;
	}
	.slidebar-menu__sub > ul {
		overflow: hidden;
		border-bottom: 1px solid #CFD9D9;
		display: table;
		width: 100%;
	}
	.slidebar-menu__sub > ul > li {
		display: table-cell;
		float: left;
		width: 33.3%;
		border-right: 1px solid #CFD9D9;
		text-align: center;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) and (max-width: 320px) {
	.slidebar-menu__sub > ul > li {
		width: 33.3%;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.slidebar-menu__sub > ul > li:last-child {
		border-right: none;
	}
	.slidebar-menu__sub > ul > li a {
		display: block;
		font-size: 0.8125rem;
		padding: 12px 0;
		text-decoration: none;
		color: #5a6464;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) and (max-width: 320px) {
	.slidebar-menu__sub > ul > li a {
		font-size: 0.625rem;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.slidebar-menu__sub > ul > li a i {
		color: #cf1126;
		padding-right: 2px;
	}
	.slidebar-container {
		height: 100%;
	}
	.slidebar-container:after {
		content: "";
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		top: 0;
		left: 0;
		opacity: 0;
		-webkit-transition: all ease-in-out 0.2s;
		transition: all ease-in-out 0.2s;
		display: none;
	}
	.slidebar-container {
		-webkit-transition: all ease-in-out 0.2s;
		transition: all ease-in-out 0.2s;
	}
	.is-slidebar-active {
		cursor: pointer;
	}
	.is-slidebar-active .slidebar-container {
		-webkit-transform: translateX(-75%);
		transform: translate3d(100px, 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-menu {
		-webkit-transform: translateX(0);
		transform: translate3d(0, 58px, 0);
	}
}

.slidebar-init.is-slidebar-active .slidebar-button:before {
	content: "";
	display: block;
	width: 58px;
	height: 58px;
	position: absolute;
	top: 0;
	right: 0;
	background: #000 url("../images/slidebar-close.png") center/28.5px no-repeat;
}

.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-step.is-fixed + .mw_wp_form {
	margin-top: 144px;
}

.c-step {
	padding-top: 4.5rem;
	padding-bottom: 1rem;
}

.c-step.is-fixed {
	position: fixed;
	width: 100%;
	max-width: 1080px;
	left: 50%;
	-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
					transform: translateX(-50%);
	top: 0;
	z-index: 1000;
	background: #fff;
	border-bottom: 2px solid #efefef;
}

.c-step__block {
	width: 100%;
	border: 2px solid #5a6464;
	padding: 5px 10px 3px 10px;
	color: #5a6464;
	text-align: center;
	position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-step__block {
		margin-bottom: 10px;
		font-size: 11px;
		padding-left: 4px;
		padding-right: 4px;
	}
}

.c-step__block:after {
	content: "";
	display: block;
	height: 2px;
	width: 100px;
	background: #CFD9D9;
	position: absolute;
	right: -112px;
	top: 30px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-step__block:after {
		display: none;
	}
}

.c-step__block.is-border-none:after {
	display: none;
}

.c-step__block.is-active {
	border-color: #cf1126;
	background: #cf1126;
	color: #fff;
}

.c-step__block span {
	display: block;
	font-weight: bold;
	font-size: 0.875rem;
}

.c-step__block:after {
	display: block;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-step__block:after {
		display: none;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.mw_wp_form {
		max-width: 100%;
		width: 100%;
		overflow: hidden;
	}
}

@media screen and (min-width: 46.875em) {
	.c-button-wrap .c-button + .c-button, .c-button-wrap .c-social-share > a + .c-button, .c-button-wrap .c-social-share > .c-button + a, .c-button-wrap .c-social-share > a + a {
		margin-left: 32px;
	}
}

.c-table {
	width: 100%;
	text-align: center;
}

.c-table > thead > tr {
	background: #cf1126;
}

.c-table > thead > tr > th {
	width: 20%;
	color: #fff;
	padding: 0.5rem;
	border: 1px solid #efefef;
}

.c-table > tbody > tr > td {
	border: 1px solid #efefef;
	padding: 0.5rem;
}

.c-table > tbody > tr > th {
	width: 20%;
	background: #cf1126;
	color: #fff;
	padding: 0.5rem;
	border: 1px solid #efefef;
}

.table-style-01 {
	width: 100%;
	border-top: 1px solid #efefef;
}

.table-style-01 > thead > tr {
	background: rgba(207, 217, 217, 0.15);
}

.table-style-01 > thead > tr > th {
	width: 25%;
	color: #fff;
	background: rgba(207, 217, 217, 0.15);
	padding: 10px 15px;
	border-bottom: 1px solid #efefef;
}

.table-style-01 > tbody > tr > td {
	padding: 10px 15px;
	border-bottom: 1px solid #efefef;
}

.table-style-01 > tbody > tr > th {
	width: 25%;
	background: rgba(207, 217, 217, 0.15);
	color: #1a1a1a;
	font-weight: normal;
	text-align: left;
	padding: 10px 15px;
	border-bottom: 1px solid #efefef;
}

.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 1rem;
	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: #cf1126;
	color: #fff;
}

.c-tabs__navs.is-expand > li > a {
	padding: 0.5rem 2rem;
}

.c-tabs__content {
	border: 1px solid #efefef;
	padding: 8px;
	background: #fff;
	display: none;
}

.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;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-three-column-img .large-4 {
		padding-bottom: 32px;
	}
	.c-three-column-img .large-4:last-child {
		padding-bottom: 0;
	}
}

.c-three-column-img__item {
	position: relative;
}

.c-three-column-img__item:before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	background: url("../images/pickup-image-bg.png") top left/48px no-repeat;
	z-index: 1000;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-three-column-img__item.is-gray {
		margin-top: 1rem;
	}
}

.c-three-column-img__item.is-gray:before {
	background-image: url("../images/pickup-image-bg_gray.png");
}

.c-three-column-img__item .more {
	display: block;
	position: absolute;
	bottom: -5px;
	right: 15px;
}

.c-three-column-img__name {
	font-size: 1.25rem;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 6.25rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-three-column-img__name {
		margin-bottom: 0;
	}
}

.c-three-column-img__name span {
	display: block;
	font-family: "Teko", sans-serif;
	color: #cf1126;
	font-width: 400;
	letter-spacing: 2px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-three-column-img__name span {
		display: inline-block;
		margin-left: 16px;
	}
}

.c-three-column-img__name .heading {
	margin: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-three-column-img.is-adviser {
		padding-bottom: 48px;
	}
}

#toc_container,
.c-toc {
	width: 100% !important;
	background: rgba(207, 217, 217, 0.15);
	padding: 30px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	#toc_container,
	.c-toc {
		padding: 14px 20px;
	}
}

#toc_container .toc_title,
#toc_container .heading,
.c-toc .toc_title,
.c-toc .heading {
	margin-top: 0;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: bold;
	text-align: center;
}

#toc_container ul li a,
.c-toc ul li a {
	color: #1a1a1a;
	text-decoration: none;
}

#toc_container ul li a:hover,
.c-toc ul li a:hover {
	text-decoration: underline;
	color: #cf1126;
}

#toc_container ul li ul li,
.c-toc ul li ul li {
	margin-left: 20px;
}

.c-top-feature__head .heading {
	color: #cf1126;
	margin-bottom: 3.125rem;
	font-size: 1.25rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-top-feature__head .heading {
		font-size: 0.9375rem;
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 320px) {
	.c-top-feature__head .heading {
		font-size: 0.8125rem;
	}
}

.c-top-feature__head .heading:after {
	margin-top: 10px;
	content: "";
	display: block;
	width: 845px;
	height: 3px;
	border-top: 2px solid #cf1126;
	border-bottom: 2px solid #cf1126;
	margin-left: -420px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-top-feature__head .heading:after {
		width: 330px;
		margin-left: -4%;
		margin-top: 8px;
	}
}

@media (max-width: 320px) {
	.c-top-feature__head .heading:after {
		width: 284px;
	}
}

.c-top-feature__block {
	min-height: 360px;
	position: relative;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-top-feature__block {
		padding-bottom: 16px;
	}
}

.c-top-feature__block .c-top-feature__image {
	width: 800px;
	height: 360px;
	position: absolute;
	top: 0;
	left: -260px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-top-feature__block .c-top-feature__image {
		margin-left: -14px;
		margin-right: -14px;
		width: auto;
		height: auto;
		position: static;
	}
}

.c-top-feature__block .c-top-feature__text {
	padding-left: 620px;
	padding-top: 40px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-top-feature__block .c-top-feature__text {
		padding-top: 24px;
		padding-left: 5%;
	}
}

.c-top-feature__block .c-top-feature__text .heading {
	margin-bottom: 10px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-top-feature__block .c-top-feature__text .heading {
		font-size: 1.4062rem;
		line-height: 2rem;
	}
}

.c-top-feature__block .c-top-feature__text .heading span {
	display: block;
	color: #cf1126;
	font-family: "Teko", sans-serif;
	font-size: 7.25rem;
	font-weight: 300;
	padding-bottom: 30px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-top-feature__block .c-top-feature__text .heading span {
		font-size: 5.4375rem;
		padding-bottom: 20px;
	}
}

.c-top-feature__block .c-top-feature__text p {
	padding-top: 20px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-top-feature__block .c-top-feature__text p {
		padding-top: 20px;
		width: 80%;
		font-size: 0.75rem;
	}
}

.c-top-feature__block .c-top-feature__bt {
	margin-top: 0.625rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-top-feature__block .c-top-feature__bt {
		width: 90%;
		margin: 20px auto;
	}
}

.c-top-feature .c-top-feature__block.is-left {
	position: relative;
}

.c-top-feature .c-top-feature__block.is-left .c-top-feature__image {
	width: 800px;
	height: 360px;
	position: absolute;
	top: 0;
	left: 540px;
}

@media (max-width: 1300px) and (min-width: 750px) {
	.c-top-feature .c-top-feature__block.is-left .c-top-feature__image {
		width: 650px;
	}
	.c-top-feature .c-top-feature__block.is-left .c-top-feature__image img {
		width: 650px;
		height: 360px;
		object-fit: cover;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-top-feature .c-top-feature__block.is-left .c-top-feature__image {
		width: auto;
		margin-left: -14px;
		margin-right: -14px;
		height: auto;
		position: static;
	}
}

.c-top-feature .c-top-feature__block.is-left .c-top-feature__text {
	padding-left: 0;
	padding-right: 620px;
	padding-top: 40px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-top-feature .c-top-feature__block.is-left .c-top-feature__text {
		padding-top: 24px;
		padding-right: 0;
		padding-left: 14%;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-top-feature .c-top-feature__block.is-left p {
		width: 85%;
	}
}

.c-top-feature .c-top-feature__block.is-left .c-top-feature__bt {
	margin-right: 620px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-top-feature .c-top-feature__block.is-left .c-top-feature__bt {
		margin-right: auto;
	}
}

.c-top-feature__block {
	position: relative;
}

.c-top-feature__line {
	position: absolute;
	top: 0;
	z-index: -1;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-top-feature__line {
		display: none;
	}
	.c-top-feature__line svg {
		max-width: 100%;
	}
}

.c-top-feature__line.is-01 {
	top: -612px;
	right: -87px;
	visibility: visible;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-top-feature__line.is-01 {
		right: 0px;
		top: 0px;
		display: none;
	}
}

.c-top-feature__line.is-02 {
	left: -87px;
	top: -26px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-top-feature__line.is-02 {
		left: 0;
		top: 0px;
		display: none;
	}
	.c-top-feature__line.is-02 svg {
		max-width: calc(100% + 16px);
		margin-right: 0%;
	}
}

.c-top-feature__line.is-03 {
	right: -87px;
	top: -24px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-top-feature__line.is-03 {
		right: 0;
		top: 0px;
	}
}

@-webkit-keyframes dash01 {
	from {
		stroke-dashoffset: 2000;
	}
	to {
		stroke-dashoffset: 4400;
	}
}

@keyframes dash01 {
	from {
		stroke-dashoffset: 2000;
	}
	to {
		stroke-dashoffset: 4400;
	}
}

@-webkit-keyframes dash02 {
	from {
		stroke-dashoffset: 2000;
	}
	to {
		stroke-dashoffset: 4400;
	}
}

@keyframes dash02 {
	from {
		stroke-dashoffset: 2000;
	}
	to {
		stroke-dashoffset: 4400;
	}
}

@-webkit-keyframes dash03 {
	from {
		stroke-dashoffset: 2000;
	}
	to {
		stroke-dashoffset: 4400;
	}
}

@keyframes dash03 {
	from {
		stroke-dashoffset: 2000;
	}
	to {
		stroke-dashoffset: 4400;
	}
}

.p-checkbox span.mwform-checkbox-field {
	display: block;
	margin-left: 0;
	padding-left: 0;
}

.p-checkbox .horizontal-item + .horizontal-item {
	margin-left: 0;
}

.p-checkbox div,
.p-checkbox li,
.p-checkbox span.mwform-checkbox-field,
.p-checkbox p {
	position: relative;
}

.p-checkbox input[type="checkbox"] {
	position: absolute;
	top: 10px;
	opacity: 0;
	width: 20px;
	height: 20px;
}

.p-checkbox input[type="checkbox"]:hover {
	cursor: pointer;
}

.p-checkbox label {
	-webkit-transition: all linear .1s;
	transition: all linear .1s;
}

.p-checkbox input[type="checkbox"] + span,
.p-checkbox input[type="checkbox"] + label {
	background-image: url("../images/checked-false.svg");
	background-size: 18px;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 0 0 30px;
}

.p-checkbox input[type="checkbox"] + span:hover,
.p-checkbox input[type="checkbox"] + label:hover {
	cursor: pointer;
}

.p-checkbox input[type="checkbox"]:checked + span,
.p-checkbox input[type="checkbox"]:checked + label {
	background-image: url("../images/checked-true.svg");
}

.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-img-zoom {
	overflow: hidden;
}

.p-img-zoom img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
			transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

@media screen and (min-width: 46.875em) {
	.p-img-zoom:hover img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
				transform: scale(1.1);
	}
}

.p-landing-block {
	width: 910px;
	margin: 0 auto;
	display: table;
	margin-bottom: 5.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.p-landing-block {
		width: 100%;
		margin-bottom: 3rem;
	}
}

.p-landing-block__thumbnail {
	display: table-cell;
	width: 344px;
	margin-left: 0.75rem;
	vertical-align: top;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.p-landing-block__thumbnail {
		display: block;
		width: 100%;
		margin-left: 0;
		padding-bottom: 16px;
	}
}

.p-landing-block__thumbnail:before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	background: url("../images/pickup-image-bg.png") top left/48px no-repeat;
	z-index: 9999;
}

.p-landing-block__thumbnail.is-right {
	margin-left: 0;
	margin-right: 0.75rem;
}

.p-landing-block__thumbnail.is-gray:before {
	background-image: url("../images/pickup-image-bg_gray.png");
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.p-landing-block__thumbnail {
		width: 100%;
	}
}

.p-landing-block__thumbnail img {
	width: 100%;
}

.p-landing-block__content {
	display: table-cell;
	padding-left: 24px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.p-landing-block__content {
		display: block;
		width: 100%;
		padding-left: 0;
	}
}

.p-landing-block__content .heading.is-line {
	margin-top: 0;
}

.p-landing-block__content.is-left {
	padding-left: 0;
	padding-right: 24px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.p-landing-block__content.is-left {
		margin-right: 0;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.p-landing-block__content__inner .u-text-right,
	.p-landing-block__content__inner .u-text-left {
		text-align: center !important;
	}
}

.p-landing-block__content__inner .c-button, .p-landing-block__content__inner .c-social-share > a {
	margin-top: 1.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.p-landing-block__content__inner .c-button, .p-landing-block__content__inner .c-social-share > a {
		width: 90%;
	}
}

.p-post-item.is-horizon {
	border: 1px solid #efefef;
	padding: 16px;
	background: #fff;
}

.p-post-item.is-horizon .p-post-item__thumbnail {
	float: left;
	margin-right: 16px;
	margin-bottom: 0;
}

.p-post-item {
	font-size: 0.875rem;
	position: relative;
	padding: 7px 0;
	width: 98%;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.p-post-item {
		padding: 1px 0;
	}
}

.p-post-item a {
	color: #1a1a1a;
	text-decoration: none;
}

.p-post-item a:hover .p-post-item__title {
	text-decoration: underline;
}

.p-post-item__date, .p-post-item__category, .p-post-item__title {
	display: inline-block;
	vertical-align: top;
}

.p-post-item__date {
	padding-right: 20px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.p-post-item__date {
		padding-right: 10px;
	}
}

.p-post-item__title {
	width: 70%;
	padding-left: 10px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.p-post-item__title {
		width: 100%;
		padding-left: 0;
		padding-top: 8px;
	}
}

.p-post-item i {
	position: absolute;
	top: 10px;
	right: 0;
	color: #cf1126;
}

.p-post-item {
	margin-bottom: 1rem;
}

.p-post-item__title {
	line-height: 1.3;
}

.p-post-item__title > a {
	color: #000;
	text-decoration: none;
}

#tinymce:not(.post-type-page) {
	max-width: 736px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	margin-bottom: 24px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
	min-width: 0%;
}

#tinymce:not(.post-type-page) h1,
#tinymce:not(.post-type-page) h2,
#tinymce:not(.post-type-page) h3,
#tinymce:not(.post-type-page) h4,
#tinymce:not(.post-type-page) h5,
#tinymce:not(.post-type-page) h6,
#tinymce:not(.post-type-page) p,
.l-post-content h1,
.l-post-content h2,
.l-post-content h3,
.l-post-content h4,
.l-post-content h5,
.l-post-content h6,
.l-post-content p,
.p-post h1,
.p-post h2,
.p-post h3,
.p-post h4,
.p-post h5,
.p-post h6,
.p-post p {
	margin-top: 0;
	margin-bottom: 1rem;
}

#tinymce:not(.post-type-page) h2,
.l-post-content h2,
.p-post h2 {
	margin-top: 40px;
	font-size: 1.5rem;
	line-height: 2rem;
	line-height: 1.75rem;
	padding-bottom: 1rem;
	padding-left: 2.8125rem;
	background: url("../images/heading-line-bg.png") left bottom 4px/46px no-repeat;
	margin-left: -10px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	#tinymce:not(.post-type-page) h2,
	.l-post-content h2,
	.p-post h2 {
		padding-left: 2.1875rem;
		margin-left: -2%;
	}
}

#tinymce:not(.post-type-page) h2:after,
.l-post-content h2:after,
.p-post h2:after {
	content: "";
	display: block;
	margin-top: 1rem;
	width: 100%;
	height: 2px;
	background-color: #cfd9d9;
}

#tinymce:not(.post-type-page) h3,
.l-post-content h3,
.p-post h3 {
	margin-top: 24px;
	margin-bottom: 24px;
}

#tinymce:not(.post-type-page) h4,
.l-post-content h4,
.p-post h4 {
	font-size: 1.25rem;
	line-height: 1.875rem;
	margin-bottom: 0.3em;
	margin-top: 1rem;
	font-weight: bold;
}

#tinymce:not(.post-type-page) h5,
.l-post-content h5,
.p-post h5 {
	font-size: 1.15rem;
	line-height: 1.875rem;
	margin-bottom: 0.3em;
	margin-top: 1rem;
	font-weight: bold;
	border-bottom: 1px solid #cf1126;
}

#tinymce:not(.post-type-page) h6,
.l-post-content h6,
.p-post h6 {
	font-size: 1.05rem;
}

.addtoany_content_bottom {
	background: #efefef;
	text-align: center;
	padding: 16px 24px;
	margin-top: 60px;
}

.c-social-share-block__thumb {
	width: 100%;
	min-height: 240px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-transition: all cubic-bezier(0.2, 0.24, 0.57, 1.45) 0.4s;
	transition: all cubic-bezier(0.2, 0.24, 0.57, 1.45) 0.4s;
}

@media screen and (min-width: 41.75em) {
	.c-social-share-block__thumb:hover {
		background-size: 105% auto;
	}
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
	.c-social-share-block__thumb {
		background-size: cover;
		min-height: 180px;
	}
}

.c-social-share-block__thumb__paint {
	position: relative;
	width: 100%;
	min-height: 240px;
	background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
	.c-social-share-block__thumb__paint {
		min-height: 180px;
	}
}

.c-social-share-block__thumb__paint > .c-social-share-block__thumb__content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 6rem;
	margin: auto;
	text-align: center;
}

.c-social-share-block__thumb__paint > .c-social-share-block__thumb__content p {
	font-size: 1.625rem;
	color: white;
	font-weight: bold;
	text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
	.c-social-share-block__thumb__paint > .c-social-share-block__thumb__content p {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
	.c-social-share-block__thumb__paint > .c-social-share-block__thumb__content {
		height: 130px;
	}
}

.c-social-share-block__push {
	background: #d8e2e4;
	padding: 20px;
	padding-bottom: 10px;
}

.c-social-share-block .c-button.is-outline, .c-social-share-block .c-social-share > a.is-outline {
	color: #000000;
	background-color: white;
	border: 2px solid #000000;
	font-weight: bold;
	width: 80%;
	border-radius: 4px;
}

.c-post-lead {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 32px;
	color: #cf1126;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-post-lead {
		margin-top: 24px;
		font-size: 1.125rem;
		margin-bottom: 20px;
	}
}

.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: 16px;
}

.p-profile-box__thumbnail {
	float: left;
	text-align: center;
	margin-right: 16px;
}

.p-profile-box__authorname {
	margin-top: 0;
	font-size: 1.125rem;
	line-height: 1.125rem;
	margin-bottom: 8px;
}

.p-sitemap {
	margin-bottom: 3rem;
}

.p-sitemap__title {
	font-size: 1.125rem;
	color: #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;
}

.sr {
	visibility: hidden;
}

.l-aside {
	width: 276px;
	float: right;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.l-aside {
		width: 100%;
		float: none;
		margin-top: 2rem;
	}
}

.l-footer__logo img {
	max-width: 180px;
}

.l-footer__menu {
	margin-top: 2rem;
}

.l-footer__menu ul > li a {
	color: #1a1a1a;
	text-decoration: none;
}

.l-footer-copyright {
	text-align: center;
	background: #1a1a1a;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.l-footer-copyright p {
	margin-bottom: 0;
	font-size: 0.75rem;
	color: #fff;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.l-footer-copyright p {
		font-size: 0.6875rem;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.l-global-nav {
		display: none;
	}
}

.l-global-nav > div > ul {
	width: 100%;
	font-size: 0;
}

.l-global-nav > div > ul > li {
	display: inline-block;
	position: relative;
}

.l-global-nav > div > ul > li > a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #1a1a1a;
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	font-weight: bold;
	font-size: 0.9375rem;
	letter-spacing: 2px;
	position: relative;
	padding: 0.375rem 1.6313rem 0.75rem;
	border-bottom: 2px solid #cfd9d9;
}

.l-global-nav > div > ul > li > a.is-current:after {
	opacity: 1;
}

.l-global-nav > div > ul > li > a.is-current, .l-global-nav > div > ul > li > a:hover {
	border-color: #cf1126;
	color: #cf1126;
}

.l-global-nav > div > ul > li > a.is-current:after, .l-global-nav > div > ul > li > a:hover:after {
	opacity: 1;
}

.l-global-nav > div > ul > li:hover .c-menu-children {
	display: block;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.l-global-nav > div > ul > li .c-menu-children {
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
	z-index: 1000;
	font-size: 0.875rem;
	display: block;
	position: absolute;
	display: none;
	top: 44px;
	width: 120%;
	left: 0;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.l-global-nav > div > ul > li .c-menu-children li a {
	border-bottom: 1px solid #efefef;
	font-weight: bold;
	color: #111;
	display: block;
	background: #fff;
	padding-left: 16px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
}

.l-global-nav > div > ul > li .c-menu-children li a:hover {
	background: #cf1126;
	color: #fff;
}

.l-global-nav.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000000;
}

.l-header {
	padding-bottom: 1.125rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.l-header {
		padding-top: 0.625rem;
		padding-bottom: 0;
		height: 58px;
		width: 100%;
		background: #fff;
		position: fixed;
		top: 0;
		z-index: 10000;
		box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	}
}

.l-header__info {
	overflow: hidden;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.l-header__info {
		display: none;
	}
}

.l-header__info .l-header__text {
	float: left;
}

.l-header__info .l-header__text h1 {
	font-size: 0.75rem;
	color: #5a6464;
	font-weight: normal;
	padding-top: 0.375rem;
	margin: 0;
}

.l-header__info .l-header__bt {
	float: right;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.l-header__bt {
		position: absolute;
		right: 70px;
		top: 7px;
	}
	.l-header__bt a {
		color: #fff;
		display: block;
		font-size: 1.25rem;
		background: #cf1126;
		width: 44px;
		padding-top: 4px;
		height: 44px;
		text-align: center;
	}
}

.l-header__logo {
	float: left;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.l-header__logo {
		float: none;
		padding-left: 5px;
	}
}

.l-header__logo img {
	width: 397px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.l-header__logo img {
		width: 172px;
	}
}

.l-header__menu {
	float: right;
	padding-top: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.l-header__menu {
		display: none;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.l-container {
		max-width: inherit;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.l-main.is-two-columns {
	width: 736px;
	float: left;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.l-main.is-two-columns {
		width: 100%;
		float: none;
	}
}

@media print {
	html, body {
		min-width: 1080px;
	}
	.slidebar-menu,
	.slidebar-button,
	.u-hidden-lg {
		display: none;
	}
	.large-1 {
		width: 8.3333%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-1 {
		margin-left: 8.3333%;
	}
	.large-2 {
		width: 16.6667%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-2 {
		margin-left: 16.6667%;
	}
	.large-3 {
		width: 25%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-3 {
		margin-left: 25%;
	}
	.large-4 {
		width: 33.3333%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-4 {
		margin-left: 33.3333%;
	}
	.large-5 {
		width: 41.6667%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-5 {
		margin-left: 41.6667%;
	}
	.large-6 {
		width: 50%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-6 {
		margin-left: 50%;
	}
	.large-7 {
		width: 58.3333%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-7 {
		margin-left: 58.3333%;
	}
	.large-8 {
		width: 66.6667%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-8 {
		margin-left: 66.6667%;
	}
	.large-9 {
		width: 75%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-9 {
		margin-left: 75%;
	}
	.large-10 {
		width: 83.3333%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-10 {
		margin-left: 83.3333%;
	}
	.large-11 {
		width: 91.6667%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-11 {
		margin-left: 91.6667%;
	}
	.large-12 {
		width: 100%;
		float: left;
		padding-left: 13.6px;
		padding-right: 13.6px;
	}
	.is-push-lg-12 {
		margin-left: 100%;
	}
}

.l-section {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.l-section {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
}

.l-section.is-lg {
	padding-top: 8.125rem;
	padding-bottom: 7.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: 6rem;
	padding-bottom: 6rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.l-section.is-md {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

.l-section.is-smd {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.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.875rem;
		padding-bottom: 1.25rem;
	}
}

.l-section.is-xs {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.l-section.is-bottom {
	padding-top: 0 !important;
}

.l-section.is-top {
	padding-bottom: 0 !important;
}

.l-section.is-gray {
	background: rgba(207, 217, 217, 0.15);
}

.l-section.is-company {
	padding-top: 6rem;
	padding-bottom: 3.125rem;
	margin-bottom: 0px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.l-section.is-company {
		padding-top: 3rem;
		padding-bottom: 3.75rem;
		margin-bottom: 0;
	}
}

.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, -10px, 0);
		transform: translate3d(0, -10px, 0);
		display: none;
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		display: block;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
		display: none;
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		display: block;
	}
}

.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;
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.2.1
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Sweep To Right */
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098D1;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
			transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
			transform-origin: 0 50%;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
			transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-sweep-to-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098D1;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
			transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
			transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
	color: white;
}

.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
			transform: scaleX(1);
}

.hvr-sweep-to-left.is-primary:before {
	background: #b80007;
}

.hvr-sweep-to-left.is-gray:before {
	background: #3F3F3F;
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098D1;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
			transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
			transform-origin: 50% 0;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
	color: white;
}

.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
			transform: scaleY(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098D1;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
			transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
			transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
	color: white;
}

.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
			transform: scaleY(1);
}

.u-mbs {
	margin-top: 16px;
	margin-bottom: 16px;
}

.u-mbs.is-xlg {
	margin-top: 120px !important;
	margin-bottom: 120px !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.u-mbs.is-xlg {
		margin-top: 48px !important;
		margin-bottom: 48px !important;
	}
}

.u-mbs.is-lg {
	margin-top: 96px !important;
	margin-bottom: 96px !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.u-mbs.is-lg {
		margin-top: 48px !important;
		margin-bottom: 48px !important;
	}
}

.u-mbs.is-md {
	margin-top: 56px !important;
	margin-bottom: 56px !important;
}

.u-mbs.is-sm {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.u-mbs.is-sm {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
}

.u-mbs.is-xs {
	margin-top: 32px !important;
	margin-bottom: 32px !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.u-mbs.is-xs {
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}
}

.u-mbs.is-xxs {
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

.u-mbs.is-top {
	margin-bottom: 0 !important;
}

.u-mbs.is-bottom {
	margin-top: 0 !important;
}

.u-f-left {
	float: left !important;
}

.u-f-right {
	float: right !important;
}

.u-f-none {
	float: none !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.u-hidden-sm {
		display: none !important;
	}
}

@media screen and (min-width: 46.875em) {
	.u-hidden-lg {
		display: none !important;
	}
}

.u-visible-sm,
.u-visible-md,
.u-visible-lg {
	display: none !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.u-visible-sm {
		display: block !important;
	}
	.u-visible-sm.is-inlineblock {
		display: inline-block !important;
	}
}

@media screen and (min-width: 46.875em) {
	.u-visible-lg {
		display: block !important;
	}
	.u-visible-lg.is-inlineblock {
		display: inline-block !important;
	}
}

.u-text-danger {
	color: #cc2919;
}

.u-text-info {
	color: #378da3;
}

.u-text-success {
	color: #378da3;
}

.u-text-two-column {
	text-align: left;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.u-text-two-column {
		text-align: center;
	}
}

.c-pickup__content *,
.c-page-header, .c-page-header *,
.c-counseling *,
.c-job-card,
.c-top-feature__text *,
.c-message .heading img, .c-message .heading small, .c-message .heading .c-dropdown__list li a, .c-dropdown__list li .c-message .heading a, .c-message .u-text-center,
.c-main-visual__bg,
.c-main-visual__text,
.c-main-visual__message,
.c-main-visual__bt,
.c-comparison__after,
.c-main-visual__link {
	/*visibility: hidden;*/
}

.l-post-content span {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif !important;
}
