@import url(http://fonts.googleapis.com/css?family=Roboto:400);
@import url(https://fonts.googleapis.com/css?family=Cabin);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}
html {
	line-height: 1
}
ol, ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle
}
q, blockquote {
	quotes: none
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none
}
a img {
	border: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
	line-height: normal;
}
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://fonts.gstatic.com/s/materialicons/v17/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format("woff2")
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#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
}
.fa-lg {
	font-size: 1.33333em;
	line-height: .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.28571em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: .14286em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714em
}
.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
}
.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
}
.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-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: ""
}
.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
}
 @-webkit-keyframes bounce {
 0% {
 -webkit-transform: translateY(0)
}
 20% {
 -webkit-transform: translateY(0)
}
 40% {
 -webkit-transform: translateY(-30px)
}
 50% {
 -webkit-transform: translateY(0)
}
 60% {
 -webkit-transform: translateY(-15px)
}
 80% {
 -webkit-transform: translateY(0)
}
 100% {
 -webkit-transform: translateY(0)
}
}
 @-moz-keyframes bounce {
 0% {
 -moz-transform: translateY(0)
}
 20% {
 -moz-transform: translateY(0)
}
 40% {
 -moz-transform: translateY(-30px)
}
 50% {
 -moz-transform: translateY(0)
}
 60% {
 -moz-transform: translateY(-15px)
}
 80% {
 -moz-transform: translateY(0)
}
 100% {
 -moz-transform: translateY(0)
}
}
 @-ms-keyframes bounce {
 0% {
 -ms-transform: translateY(0)
}
 20% {
 -ms-transform: translateY(0)
}
 40% {
 -ms-transform: translateY(-30px)
}
 50% {
 -ms-transform: translateY(0)
}
 60% {
 -ms-transform: translateY(-15px)
}
 80% {
 -ms-transform: translateY(0)
}
 100% {
 -ms-transform: translateY(0)
}
}
 @-o-keyframes bounce {
 0% {
 -o-transform: translateY(0)
}
 20% {
 -o-transform: translateY(0)
}
 40% {
 -o-transform: translateY(-30px)
}
 50% {
 -o-transform: translateY(0)
}
 60% {
 -o-transform: translateY(-15px)
}
 80% {
 -o-transform: translateY(0)
}
 100% {
 -o-transform: translateY(0)
}
}
 @keyframes bounce {
 0% {
 transform: translateY(0)
}
 20% {
 transform: translateY(0)
}
 40% {
 transform: translateY(-30px)
}
 50% {
 transform: translateY(0)
}
 60% {
 transform: translateY(-15px)
}
 80% {
 transform: translateY(0)
}
 100% {
 transform: translateY(0)
}
}
.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-ms-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce
}
 @-webkit-keyframes flash {
 0% {
 opacity: 1
}
 25% {
 opacity: 0
}
 50% {
 opacity: 1
}
 75% {
 opacity: 0
}
 100% {
 opacity: 1
}
}
 @-moz-keyframes flash {
 0% {
 opacity: 1
}
 25% {
 opacity: 0
}
 50% {
 opacity: 1
}
 75% {
 opacity: 0
}
 100% {
 opacity: 1
}
}
 @-ms-keyframes flash {
 0% {
 opacity: 1
}
 25% {
 opacity: 0
}
 50% {
 opacity: 1
}
 75% {
 opacity: 0
}
 100% {
 opacity: 1
}
}
 @-o-keyframes flash {
 0% {
 opacity: 1
}
 25% {
 opacity: 0
}
 50% {
 opacity: 1
}
 75% {
 opacity: 0
}
 100% {
 opacity: 1
}
}
 @keyframes flash {
 0% {
 opacity: 1
}
 25% {
 opacity: 0
}
 50% {
 opacity: 1
}
 75% {
 opacity: 0
}
 100% {
 opacity: 1
}
}
.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-ms-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash
}
 @-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(1)
}
 50% {
 -webkit-transform: scale(1.1)
}
 100% {
 -webkit-transform: scale(1)
}
}
 @-moz-keyframes pulse {
 0% {
 -moz-transform: scale(1)
}
 50% {
 -moz-transform: scale(1.1)
}
 100% {
 -moz-transform: scale(1)
}
}
 @-ms-keyframes pulse {
 0% {
 -ms-transform: scale(1)
}
 50% {
 -ms-transform: scale(1.1)
}
 100% {
 -ms-transform: scale(1)
}
}
 @-o-keyframes pulse {
 0% {
 -o-transform: scale(1)
}
 50% {
 -o-transform: scale(1.1)
}
 100% {
 -o-transform: scale(1)
}
}
 @keyframes pulse {
 0% {
 transform: scale(1)
}
 50% {
 transform: scale(1.1)
}
 100% {
 transform: scale(1)
}
}
.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-ms-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse
}
 @-webkit-keyframes shake {
 0% {
 -webkit-transform: translateX(0)
}
 10% {
 -webkit-transform: translateX(-10px)
}
 20% {
 -webkit-transform: translateX(10px)
}
 30% {
 -webkit-transform: translateX(-10px)
}
 40% {
 -webkit-transform: translateX(10px)
}
 50% {
 -webkit-transform: translateX(-10px)
}
 60% {
 -webkit-transform: translateX(10px)
}
 70% {
 -webkit-transform: translateX(-10px)
}
 80% {
 -webkit-transform: translateX(10px)
}
 90% {
 -webkit-transform: translateX(-10px)
}
 100% {
 -webkit-transform: translateX(0)
}
}
 @-moz-keyframes shake {
 0% {
 -moz-transform: translateX(0)
}
 10% {
 -moz-transform: translateX(-10px)
}
 20% {
 -moz-transform: translateX(10px)
}
 30% {
 -moz-transform: translateX(-10px)
}
 40% {
 -moz-transform: translateX(10px)
}
 50% {
 -moz-transform: translateX(-10px)
}
 60% {
 -moz-transform: translateX(10px)
}
 70% {
 -moz-transform: translateX(-10px)
}
 80% {
 -moz-transform: translateX(10px)
}
 90% {
 -moz-transform: translateX(-10px)
}
 100% {
 -moz-transform: translateX(0)
}
}
 @-ms-keyframes shake {
 0% {
 -ms-transform: translateX(0)
}
 10% {
 -ms-transform: translateX(-10px)
}
 20% {
 -ms-transform: translateX(10px)
}
 30% {
 -ms-transform: translateX(-10px)
}
 40% {
 -ms-transform: translateX(10px)
}
 50% {
 -ms-transform: translateX(-10px)
}
 60% {
 -ms-transform: translateX(10px)
}
 70% {
 -ms-transform: translateX(-10px)
}
 80% {
 -ms-transform: translateX(10px)
}
 90% {
 -ms-transform: translateX(-10px)
}
 100% {
 -ms-transform: translateX(0)
}
}
 @-o-keyframes shake {
 0% {
 -o-transform: translateX(0)
}
 10% {
 -o-transform: translateX(-10px)
}
 20% {
 -o-transform: translateX(10px)
}
 30% {
 -o-transform: translateX(-10px)
}
 40% {
 -o-transform: translateX(10px)
}
 50% {
 -o-transform: translateX(-10px)
}
 60% {
 -o-transform: translateX(10px)
}
 70% {
 -o-transform: translateX(-10px)
}
 80% {
 -o-transform: translateX(10px)
}
 90% {
 -o-transform: translateX(-10px)
}
 100% {
 -o-transform: translateX(0)
}
}
 @keyframes shake {
 0% {
 transform: translateX(0)
}
 10% {
 transform: translateX(-10px)
}
 20% {
 transform: translateX(10px)
}
 30% {
 transform: translateX(-10px)
}
 40% {
 transform: translateX(10px)
}
 50% {
 transform: translateX(-10px)
}
 60% {
 transform: translateX(10px)
}
 70% {
 transform: translateX(-10px)
}
 80% {
 transform: translateX(10px)
}
 90% {
 transform: translateX(-10px)
}
 100% {
 transform: translateX(0)
}
}
.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-ms-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake
}
 @-webkit-keyframes swing {
 20%, 40%, 60%, 80%, 100% {
 -webkit-transform-origin: top center
}
 20% {
 -webkit-transform: rotate(15deg)
}
 40% {
 -webkit-transform: rotate(-10deg)
}
 60% {
 -webkit-transform: rotate(5deg)
}
 80% {
 -webkit-transform: rotate(-5deg)
}
 100% {
 -webkit-transform: rotate(0deg)
}
}
 @-moz-keyframes swing {
 20%, 40%, 60%, 80%, 100% {
 -moz-transform-origin: top center
}
 20% {
 -moz-transform: rotate(15deg)
}
 40% {
 -moz-transform: rotate(-10deg)
}
 60% {
 -moz-transform: rotate(5deg)
}
 80% {
 -moz-transform: rotate(-5deg)
}
 100% {
 -moz-transform: rotate(0deg)
}
}
 @-ms-keyframes swing {
 20%, 40%, 60%, 80%, 100% {
 -ms-transform-origin: top center
}
 20% {
 -ms-transform: rotate(15deg)
}
 40% {
 -ms-transform: rotate(-10deg)
}
 60% {
 -ms-transform: rotate(5deg)
}
 80% {
 -ms-transform: rotate(-5deg)
}
 100% {
 -ms-transform: rotate(0deg)
}
}
 @-o-keyframes swing {
 20%, 40%, 60%, 80%, 100% {
 -o-transform-origin: top center
}
 20% {
 -o-transform: rotate(15deg)
}
 40% {
 -o-transform: rotate(-10deg)
}
 60% {
 -o-transform: rotate(5deg)
}
 80% {
 -o-transform: rotate(-5deg)
}
 100% {
 -o-transform: rotate(0deg)
}
}
 @keyframes swing {
 20%, 40%, 60%, 80%, 100% {
 transform-origin: top center
}
 20% {
 transform: rotate(15deg)
}
 40% {
 transform: rotate(-10deg)
}
 60% {
 transform: rotate(5deg)
}
 80% {
 transform: rotate(-5deg)
}
 100% {
 transform: rotate(0deg)
}
}
.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-ms-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing
}
 @-webkit-keyframes tada {
 0% {
 -webkit-transform: scale(1)
}
 10% {
 -webkit-transform: scale(0.9) rotate(-3deg)
}
 20% {
 -webkit-transform: scale(0.9) rotate(-3deg)
}
 30% {
 -webkit-transform: scale(1.1) rotate(3deg)
}
 40% {
 -webkit-transform: scale(1.1) rotate(-3deg)
}
 50% {
 -webkit-transform: scale(1.1) rotate(3deg)
}
 60% {
 -webkit-transform: scale(1.1) rotate(-3deg)
}
 70% {
 -webkit-transform: scale(1.1) rotate(3deg)
}
 80% {
 -webkit-transform: scale(1.1) rotate(-3deg)
}
 90% {
 -webkit-transform: scale(1.1) rotate(3deg)
}
 100% {
 -webkit-transform: scale(1) rotate(0)
}
}
 @-moz-keyframes tada {
 0% {
 -moz-transform: scale(1)
}
 10% {
 -moz-transform: scale(0.9) rotate(-3deg)
}
 20% {
 -moz-transform: scale(0.9) rotate(-3deg)
}
 30% {
 -moz-transform: scale(1.1) rotate(3deg)
}
 40% {
 -moz-transform: scale(1.1) rotate(-3deg)
}
 50% {
 -moz-transform: scale(1.1) rotate(3deg)
}
 60% {
 -moz-transform: scale(1.1) rotate(-3deg)
}
 70% {
 -moz-transform: scale(1.1) rotate(3deg)
}
 80% {
 -moz-transform: scale(1.1) rotate(-3deg)
}
 90% {
 -moz-transform: scale(1.1) rotate(3deg)
}
 100% {
 -moz-transform: scale(1) rotate(0)
}
}
 @-ms-keyframes tada {
 0% {
 -ms-transform: scale(1)
}
 10% {
 -ms-transform: scale(0.9) rotate(-3deg)
}
 20% {
 -ms-transform: scale(0.9) rotate(-3deg)
}
 30% {
 -ms-transform: scale(1.1) rotate(3deg)
}
 40% {
 -ms-transform: scale(1.1) rotate(-3deg)
}
 50% {
 -ms-transform: scale(1.1) rotate(3deg)
}
 60% {
 -ms-transform: scale(1.1) rotate(-3deg)
}
 70% {
 -ms-transform: scale(1.1) rotate(3deg)
}
 80% {
 -ms-transform: scale(1.1) rotate(-3deg)
}
 90% {
 -ms-transform: scale(1.1) rotate(3deg)
}
 100% {
 -ms-transform: scale(1) rotate(0)
}
}
 @-o-keyframes tada {
 0% {
 -o-transform: scale(1)
}
 10% {
 -o-transform: scale(0.9) rotate(-3deg)
}
 20% {
 -o-transform: scale(0.9) rotate(-3deg)
}
 30% {
 -o-transform: scale(1.1) rotate(3deg)
}
 40% {
 -o-transform: scale(1.1) rotate(-3deg)
}
 50% {
 -o-transform: scale(1.1) rotate(3deg)
}
 60% {
 -o-transform: scale(1.1) rotate(-3deg)
}
 70% {
 -o-transform: scale(1.1) rotate(3deg)
}
 80% {
 -o-transform: scale(1.1) rotate(-3deg)
}
 90% {
 -o-transform: scale(1.1) rotate(3deg)
}
 100% {
 -o-transform: scale(1) rotate(0)
}
}
 @keyframes tada {
 0% {
 transform: scale(1)
}
 10% {
 transform: scale(0.9) rotate(-3deg)
}
 20% {
 transform: scale(0.9) rotate(-3deg)
}
 30% {
 transform: scale(1.1) rotate(3deg)
}
 40% {
 transform: scale(1.1) rotate(-3deg)
}
 50% {
 transform: scale(1.1) rotate(3deg)
}
 60% {
 transform: scale(1.1) rotate(-3deg)
}
 70% {
 transform: scale(1.1) rotate(3deg)
}
 80% {
 transform: scale(1.1) rotate(-3deg)
}
 90% {
 transform: scale(1.1) rotate(3deg)
}
 100% {
 transform: scale(1) rotate(0)
}
}
.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-ms-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada
}
 @-webkit-keyframes wobble {
 0% {
 -webkit-transform: translateX(0%)
}
 15% {
 -webkit-transform: translateX(-25%) rotate(-5deg)
}
 30% {
 -webkit-transform: translateX(20%) rotate(3deg)
}
 45% {
 -webkit-transform: translateX(-15%) rotate(-3deg)
}
 60% {
 -webkit-transform: translateX(10%) rotate(2deg)
}
 75% {
 -webkit-transform: translateX(-5%) rotate(-1deg)
}
 100% {
 -webkit-transform: translateX(0%)
}
}
 @-moz-keyframes wobble {
 0% {
 -moz-transform: translateX(0%)
}
 15% {
 -moz-transform: translateX(-25%) rotate(-5deg)
}
 30% {
 -moz-transform: translateX(20%) rotate(3deg)
}
 45% {
 -moz-transform: translateX(-15%) rotate(-3deg)
}
 60% {
 -moz-transform: translateX(10%) rotate(2deg)
}
 75% {
 -moz-transform: translateX(-5%) rotate(-1deg)
}
 100% {
 -moz-transform: translateX(0%)
}
}
 @-ms-keyframes wobble {
 0% {
 -ms-transform: translateX(0%)
}
 15% {
 -ms-transform: translateX(-25%) rotate(-5deg)
}
 30% {
 -ms-transform: translateX(20%) rotate(3deg)
}
 45% {
 -ms-transform: translateX(-15%) rotate(-3deg)
}
 60% {
 -ms-transform: translateX(10%) rotate(2deg)
}
 75% {
 -ms-transform: translateX(-5%) rotate(-1deg)
}
 100% {
 -ms-transform: translateX(0%)
}
}
 @-o-keyframes wobble {
 0% {
 -o-transform: translateX(0%)
}
 15% {
 -o-transform: translateX(-25%) rotate(-5deg)
}
 30% {
 -o-transform: translateX(20%) rotate(3deg)
}
 45% {
 -o-transform: translateX(-15%) rotate(-3deg)
}
 60% {
 -o-transform: translateX(10%) rotate(2deg)
}
 75% {
 -o-transform: translateX(-5%) rotate(-1deg)
}
 100% {
 -o-transform: translateX(0%)
}
}
 @keyframes wobble {
 0% {
 transform: translateX(0%)
}
 15% {
 transform: translateX(-25%) rotate(-5deg)
}
 30% {
 transform: translateX(20%) rotate(3deg)
}
 45% {
 transform: translateX(-15%) rotate(-3deg)
}
 60% {
 transform: translateX(10%) rotate(2deg)
}
 75% {
 transform: translateX(-5%) rotate(-1deg)
}
 100% {
 transform: translateX(0%)
}
}
.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-ms-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble
}
 @-webkit-keyframes fadeIn {
 0% {
 opacity: 0
}
 100% {
 opacity: 1
}
}
 @-moz-keyframes fadeIn {
 0% {
 opacity: 0
}
 100% {
 opacity: 1
}
}
 @-ms-keyframes fadeIn {
 0% {
 opacity: 0
}
 100% {
 opacity: 1
}
}
 @-o-keyframes fadeIn {
 0% {
 opacity: 0
}
 100% {
 opacity: 1
}
}
 @keyframes fadeIn {
 0% {
 opacity: 0
}
 100% {
 opacity: 1
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-ms-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn
}
 @-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px)
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0)
}
}
 @-moz-keyframes fadeInUp {
 0% {
 opacity: 0;
 -moz-transform: translateY(20px)
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0)
}
}
 @-ms-keyframes fadeInUp {
 0% {
 opacity: 0;
 -ms-transform: translateY(20px)
}
 100% {
 opacity: 1;
 -ms-transform: translateY(0)
}
}
 @-o-keyframes fadeInUp {
 0% {
 opacity: 0;
 -o-transform: translateY(20px)
}
 100% {
 opacity: 1;
 -o-transform: translateY(0)
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 transform: translateY(20px)
}
 100% {
 opacity: 1;
 transform: translateY(0)
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-ms-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp
}
 @-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px)
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0)
}
}
 @-moz-keyframes fadeInDown {
 0% {
 opacity: 0;
 -moz-transform: translateY(-20px)
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0)
}
}
 @-ms-keyframes fadeInDown {
 0% {
 opacity: 0;
 -ms-transform: translateY(-20px)
}
 100% {
 opacity: 1;
 -ms-transform: translateY(0)
}
}
 @-o-keyframes fadeInDown {
 0% {
 opacity: 0;
 -o-transform: translateY(-20px)
}
 100% {
 opacity: 1;
 -o-transform: translateY(0)
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 transform: translateY(-20px)
}
 100% {
 opacity: 1;
 transform: translateY(0)
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-ms-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown
}
 @-webkit-keyframes fadeInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-20px)
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0)
}
}
 @-moz-keyframes fadeInLeft {
 0% {
 opacity: 0;
 -moz-transform: translateX(-20px)
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0)
}
}
 @-ms-keyframes fadeInLeft {
 0% {
 opacity: 0;
 -ms-transform: translateX(-20px)
}
 100% {
 opacity: 1;
 -ms-transform: translateX(0)
}
}
 @-o-keyframes fadeInLeft {
 0% {
 opacity: 0;
 -o-transform: translateX(-20px)
}
 100% {
 opacity: 1;
 -o-transform: translateX(0)
}
}
 @keyframes fadeInLeft {
 0% {
 opacity: 0;
 transform: translateX(-20px)
}
 100% {
 opacity: 1;
 transform: translateX(0)
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
 @-webkit-keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(20px)
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0)
}
}
 @-moz-keyframes fadeInRight {
 0% {
 opacity: 0;
 -moz-transform: translateX(20px)
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0)
}
}
 @-ms-keyframes fadeInRight {
 0% {
 opacity: 0;
 -ms-transform: translateX(20px)
}
 100% {
 opacity: 1;
 -ms-transform: translateX(0)
}
}
 @-o-keyframes fadeInRight {
 0% {
 opacity: 0;
 -o-transform: translateX(20px)
}
 100% {
 opacity: 1;
 -o-transform: translateX(0)
}
}
 @keyframes fadeInRight {
 0% {
 opacity: 0;
 transform: translateX(20px)
}
 100% {
 opacity: 1;
 transform: translateX(0)
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-ms-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight
}
 @-webkit-keyframes fadeInUpBig {
 0% {
 opacity: 0;
 -webkit-transform: translateY(2000px)
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0)
}
}
 @-moz-keyframes fadeInUpBig {
 0% {
 opacity: 0;
 -moz-transform: translateY(2000px)
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0)
}
}
 @-ms-keyframes fadeInUpBig {
 0% {
 opacity: 0;
 -ms-transform: translateY(2000px)
}
 100% {
 opacity: 1;
 -ms-transform: translateY(0)
}
}
 @-o-keyframes fadeInUpBig {
 0% {
 opacity: 0;
 -o-transform: translateY(2000px)
}
 100% {
 opacity: 1;
 -o-transform: translateY(0)
}
}
 @keyframes fadeInUpBig {
 0% {
 opacity: 0;
 transform: translateY(2000px)
}
 100% {
 opacity: 1;
 transform: translateY(0)
}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-ms-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}
 @-webkit-keyframes fadeInDownBig {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px)
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0)
}
}
 @-moz-keyframes fadeInDownBig {
 0% {
 opacity: 0;
 -moz-transform: translateY(-2000px)
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0)
}
}
 @-ms-keyframes fadeInDownBig {
 0% {
 opacity: 0;
 -ms-transform: translateY(-2000px)
}
 100% {
 opacity: 1;
 -ms-transform: translateY(0)
}
}
 @-o-keyframes fadeInDownBig {
 0% {
 opacity: 0;
 -o-transform: translateY(-2000px)
}
 100% {
 opacity: 1;
 -o-transform: translateY(0)
}
}
 @keyframes fadeInDownBig {
 0% {
 opacity: 0;
 transform: translateY(-2000px)
}
 100% {
 opacity: 1;
 transform: translateY(0)
}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-ms-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}
 @-webkit-keyframes fadeInLeftBig {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-2000px)
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0)
}
}
 @-moz-keyframes fadeInLeftBig {
 0% {
 opacity: 0;
 -moz-transform: translateX(-2000px)
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0)
}
}
 @-ms-keyframes fadeInLeftBig {
 0% {
 opacity: 0;
 -ms-transform: translateX(-2000px)
}
 100% {
 opacity: 1;
 -ms-transform: translateX(0)
}
}
 @-o-keyframes fadeInLeftBig {
 0% {
 opacity: 0;
 -o-transform: translateX(-2000px)
}
 100% {
 opacity: 1;
 -o-transform: translateX(0)
}
}
 @keyframes fadeInLeftBig {
 0% {
 opacity: 0;
 transform: translateX(-2000px)
}
 100% {
 opacity: 1;
 transform: translateX(0)
}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-ms-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}
 @-webkit-keyframes fadeInRightBig {
 0% {
 opacity: 0;
 -webkit-transform: translateX(2000px)
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0)
}
}
 @-moz-keyframes fadeInRightBig {
 0% {
 opacity: 0;
 -moz-transform: translateX(2000px)
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0)
}
}
 @-ms-keyframes fadeInRightBig {
 0% {
 opacity: 0;
 -ms-transform: translateX(2000px)
}
 100% {
 opacity: 1;
 -ms-transform: translateX(0)
}
}
 @-o-keyframes fadeInRightBig {
 0% {
 opacity: 0;
 -o-transform: translateX(2000px)
}
 100% {
 opacity: 1;
 -o-transform: translateX(0)
}
}
 @keyframes fadeInRightBig {
 0% {
 opacity: 0;
 transform: translateX(2000px)
}
 100% {
 opacity: 1;
 transform: translateX(0)
}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-ms-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1
}
 100% {
 opacity: 0
}
}
 @-moz-keyframes fadeOut {
 0% {
 opacity: 1
}
 100% {
 opacity: 0
}
}
 @-ms-keyframes fadeOut {
 0% {
 opacity: 1
}
 100% {
 opacity: 0
}
}
 @-o-keyframes fadeOut {
 0% {
 opacity: 1
}
 100% {
 opacity: 0
}
}
 @keyframes fadeOut {
 0% {
 opacity: 1
}
 100% {
 opacity: 0
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-ms-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut
}
 @-webkit-keyframes fadeOutUp {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0)
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-20px)
}
}
 @-moz-keyframes fadeOutUp {
 0% {
 opacity: 1;
 -moz-transform: translateY(0)
}
 100% {
 opacity: 0;
 -moz-transform: translateY(-20px)
}
}
 @-ms-keyframes fadeOutUp {
 0% {
 opacity: 1;
 -ms-transform: translateY(0)
}
 100% {
 opacity: 0;
 -ms-transform: translateY(-20px)
}
}
 @-o-keyframes fadeOutUp {
 0% {
 opacity: 1;
 -o-transform: translateY(0)
}
 100% {
 opacity: 0;
 -o-transform: translateY(-20px)
}
}
 @keyframes fadeOutUp {
 0% {
 opacity: 1;
 transform: translateY(0)
}
 100% {
 opacity: 0;
 transform: translateY(-20px)
}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-ms-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}
 @-webkit-keyframes fadeOutDown {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0)
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(20px)
}
}
 @-moz-keyframes fadeOutDown {
 0% {
 opacity: 1;
 -moz-transform: translateY(0)
}
 100% {
 opacity: 0;
 -moz-transform: translateY(20px)
}
}
 @-ms-keyframes fadeOutDown {
 0% {
 opacity: 1;
 -ms-transform: translateY(0)
}
 100% {
 opacity: 0;
 -ms-transform: translateY(20px)
}
}
 @-o-keyframes fadeOutDown {
 0% {
 opacity: 1;
 -o-transform: translateY(0)
}
 100% {
 opacity: 0;
 -o-transform: translateY(20px)
}
}
 @keyframes fadeOutDown {
 0% {
 opacity: 1;
 transform: translateY(0)
}
 100% {
 opacity: 0;
 transform: translateY(20px)
}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-ms-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}
 @-webkit-keyframes fadeOutLeft {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0)
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(-20px)
}
}
 @-moz-keyframes fadeOutLeft {
 0% {
 opacity: 1;
 -moz-transform: translateX(0)
}
 100% {
 opacity: 0;
 -moz-transform: translateX(-20px)
}
}
 @-ms-keyframes fadeOutLeft {
 0% {
 opacity: 1;
 -ms-transform: translateX(0)
}
 100% {
 opacity: 0;
 -ms-transform: translateX(-20px)
}
}
 @-o-keyframes fadeOutLeft {
 0% {
 opacity: 1;
 -o-transform: translateX(0)
}
 100% {
 opacity: 0;
 -o-transform: translateX(-20px)
}
}
 @keyframes fadeOutLeft {
 0% {
 opacity: 1;
 transform: translateX(0)
}
 100% {
 opacity: 0;
 transform: translateX(-20px)
}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-ms-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}
 @-webkit-keyframes fadeOutRight {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0)
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(20px)
}
}
 @-moz-keyframes fadeOutRight {
 0% {
 opacity: 1;
 -moz-transform: translateX(0)
}
 100% {
 opacity: 0;
 -moz-transform: translateX(20px)
}
}
 @-ms-keyframes fadeOutRight {
 0% {
 opacity: 1;
 -ms-transform: translateX(0)
}
 100% {
 opacity: 0;
 -ms-transform: translateX(20px)
}
}
 @-o-keyframes fadeOutRight {
 0% {
 opacity: 1;
 -o-transform: translateX(0)
}
 100% {
 opacity: 0;
 -o-transform: translateX(20px)
}
}
 @keyframes fadeOutRight {
 0% {
 opacity: 1;
 transform: translateX(0)
}
 100% {
 opacity: 0;
 transform: translateX(20px)
}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-ms-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}
 @-webkit-keyframes fadeOutUpBig {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0)
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-2000px)
}
}
 @-moz-keyframes fadeOutUpBig {
 0% {
 opacity: 1;
 -moz-transform: translateY(0)
}
 100% {
 opacity: 0;
 -moz-transform: translateY(-2000px)
}
}
 @-ms-keyframes fadeOutUpBig {
 0% {
 opacity: 1;
 -ms-transform: translateY(0)
}
 100% {
 opacity: 0;
 -ms-transform: translateY(-2000px)
}
}
 @-o-keyframes fadeOutUpBig {
 0% {
 opacity: 1;
 -o-transform: translateY(0)
}
 100% {
 opacity: 0;
 -o-transform: translateY(-2000px)
}
}
 @keyframes fadeOutUpBig {
 0% {
 opacity: 1;
 transform: translateY(0)
}
 100% {
 opacity: 0;
 transform: translateY(-2000px)
}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-ms-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}
 @-webkit-keyframes fadeOutDownBig {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0)
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(2000px)
}
}
 @-moz-keyframes fadeOutDownBig {
 0% {
 opacity: 1;
 -moz-transform: translateY(0)
}
 100% {
 opacity: 0;
 -moz-transform: translateY(2000px)
}
}
 @-ms-keyframes fadeOutDownBig {
 0% {
 opacity: 1;
 -ms-transform: translateY(0)
}
 100% {
 opacity: 0;
 -ms-transform: translateY(2000px)
}
}
 @-o-keyframes fadeOutDownBig {
 0% {
 opacity: 1;
 -o-transform: translateY(0)
}
 100% {
 opacity: 0;
 -o-transform: translateY(2000px)
}
}
 @keyframes fadeOutDownBig {
 0% {
 opacity: 1;
 transform: translateY(0)
}
 100% {
 opacity: 0;
 transform: translateY(2000px)
}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-ms-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}
 @-webkit-keyframes fadeOutLeftBig {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0)
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(-2000px)
}
}
 @-moz-keyframes fadeOutLeftBig {
 0% {
 opacity: 1;
 -moz-transform: translateX(0)
}
 100% {
 opacity: 0;
 -moz-transform: translateX(-2000px)
}
}
 @-ms-keyframes fadeOutLeftBig {
 0% {
 opacity: 1;
 -ms-transform: translateX(0)
}
 100% {
 opacity: 0;
 -ms-transform: translateX(-2000px)
}
}
 @-o-keyframes fadeOutLeftBig {
 0% {
 opacity: 1;
 -o-transform: translateX(0)
}
 100% {
 opacity: 0;
 -o-transform: translateX(-2000px)
}
}
 @keyframes fadeOutLeftBig {
 0% {
 opacity: 1;
 transform: translateX(0)
}
 100% {
 opacity: 0;
 transform: translateX(-2000px)
}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-ms-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}
 @-webkit-keyframes fadeOutRightBig {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0)
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(2000px)
}
}
 @-moz-keyframes fadeOutRightBig {
 0% {
 opacity: 1;
 -moz-transform: translateX(0)
}
 100% {
 opacity: 0;
 -moz-transform: translateX(2000px)
}
}
 @-ms-keyframes fadeOutRightBig {
 0% {
 opacity: 1;
 -ms-transform: translateX(0)
}
 100% {
 opacity: 0;
 -ms-transform: translateX(2000px)
}
}
 @-o-keyframes fadeOutRightBig {
 0% {
 opacity: 1;
 -o-transform: translateX(0)
}
 100% {
 opacity: 0;
 -o-transform: translateX(2000px)
}
}
 @keyframes fadeOutRightBig {
 0% {
 opacity: 1;
 transform: translateX(0)
}
 100% {
 opacity: 0;
 transform: translateX(2000px)
}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-ms-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}
 @-webkit-keyframes bounceIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.3)
}
 50% {
 opacity: 1;
 -webkit-transform: scale(1.05)
}
 70% {
 -webkit-transform: scale(0.9)
}
 100% {
 -webkit-transform: scale(1)
}
}
 @-moz-keyframes bounceIn {
 0% {
 opacity: 0;
 -moz-transform: scale(0.3)
}
 50% {
 opacity: 1;
 -moz-transform: scale(1.05)
}
 70% {
 -moz-transform: scale(0.9)
}
 100% {
 -moz-transform: scale(1)
}
}
 @-ms-keyframes bounceIn {
 0% {
 opacity: 0;
 -ms-transform: scale(0.3)
}
 50% {
 opacity: 1;
 -ms-transform: scale(1.05)
}
 70% {
 -ms-transform: scale(0.9)
}
 100% {
 -ms-transform: scale(1)
}
}
 @-o-keyframes bounceIn {
 0% {
 opacity: 0;
 -o-transform: scale(0.3)
}
 50% {
 opacity: 1;
 -o-transform: scale(1.05)
}
 70% {
 -o-transform: scale(0.9)
}
 100% {
 -o-transform: scale(1)
}
}
 @keyframes bounceIn {
 0% {
 opacity: 0;
 transform: scale(0.3)
}
 50% {
 opacity: 1;
 transform: scale(1.05)
}
 70% {
 transform: scale(0.9)
}
 100% {
 transform: scale(1)
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-ms-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn
}
 @-webkit-keyframes bounceInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px)
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(30px)
}
 80% {
 -webkit-transform: translateY(-10px)
}
 100% {
 -webkit-transform: translateY(0)
}
}
 @-moz-keyframes bounceInDown {
 0% {
 opacity: 0;
 -moz-transform: translateY(-2000px)
}
 60% {
 opacity: 1;
 -moz-transform: translateY(30px)
}
 80% {
 -moz-transform: translateY(-10px)
}
 100% {
 -moz-transform: translateY(0)
}
}
 @-ms-keyframes bounceInDown {
 0% {
 opacity: 0;
 -ms-transform: translateY(-2000px)
}
 60% {
 opacity: 1;
 -ms-transform: translateY(30px)
}
 80% {
 -ms-transform: translateY(-10px)
}
 100% {
 -ms-transform: translateY(0)
}
}
 @-o-keyframes bounceInDown {
 0% {
 opacity: 0;
 -o-transform: translateY(-2000px)
}
 60% {
 opacity: 1;
 -o-transform: translateY(30px)
}
 80% {
 -o-transform: translateY(-10px)
}
 100% {
 -o-transform: translateY(0)
}
}
 @keyframes bounceInDown {
 0% {
 opacity: 0;
 transform: translateY(-2000px)
}
 60% {
 opacity: 1;
 transform: translateY(30px)
}
 80% {
 transform: translateY(-10px)
}
 100% {
 transform: translateY(0)
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-ms-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown
}
 @-webkit-keyframes bounceInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(2000px)
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(-30px)
}
 80% {
 -webkit-transform: translateY(10px)
}
 100% {
 -webkit-transform: translateY(0)
}
}
 @-moz-keyframes bounceInUp {
 0% {
 opacity: 0;
 -moz-transform: translateY(2000px)
}
 60% {
 opacity: 1;
 -moz-transform: translateY(-30px)
}
 80% {
 -moz-transform: translateY(10px)
}
 100% {
 -moz-transform: translateY(0)
}
}
 @-ms-keyframes bounceInUp {
 0% {
 opacity: 0;
 -ms-transform: translateY(2000px)
}
 60% {
 opacity: 1;
 -ms-transform: translateY(-30px)
}
 80% {
 -ms-transform: translateY(10px)
}
 100% {
 -ms-transform: translateY(0)
}
}
 @-o-keyframes bounceInUp {
 0% {
 opacity: 0;
 -o-transform: translateY(2000px)
}
 60% {
 opacity: 1;
 -o-transform: translateY(-30px)
}
 80% {
 -o-transform: translateY(10px)
}
 100% {
 -o-transform: translateY(0)
}
}
 @keyframes bounceInUp {
 0% {
 opacity: 0;
 transform: translateY(2000px)
}
 60% {
 opacity: 1;
 transform: translateY(-30px)
}
 80% {
 transform: translateY(10px)
}
 100% {
 transform: translateY(0)
}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-ms-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp
}
 @-webkit-keyframes bounceInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-2000px)
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(30px)
}
 80% {
 -webkit-transform: translateX(-10px)
}
 100% {
 -webkit-transform: translateX(0)
}
}
 @-moz-keyframes bounceInLeft {
 0% {
 opacity: 0;
 -moz-transform: translateX(-2000px)
}
 60% {
 opacity: 1;
 -moz-transform: translateX(30px)
}
 80% {
 -moz-transform: translateX(-10px)
}
 100% {
 -moz-transform: translateX(0)
}
}
 @-ms-keyframes bounceInLeft {
 0% {
 opacity: 0;
 -ms-transform: translateX(-2000px)
}
 60% {
 opacity: 1;
 -ms-transform: translateX(30px)
}
 80% {
 -ms-transform: translateX(-10px)
}
 100% {
 -ms-transform: translateX(0)
}
}
 @-o-keyframes bounceInLeft {
 0% {
 opacity: 0;
 -o-transform: translateX(-2000px)
}
 60% {
 opacity: 1;
 -o-transform: translateX(30px)
}
 80% {
 -o-transform: translateX(-10px)
}
 100% {
 -o-transform: translateX(0)
}
}
 @keyframes bounceInLeft {
 0% {
 opacity: 0;
 transform: translateX(-2000px)
}
 60% {
 opacity: 1;
 transform: translateX(30px)
}
 80% {
 transform: translateX(-10px)
}
 100% {
 transform: translateX(0)
}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-ms-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}
 @-webkit-keyframes bounceInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(2000px)
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(-30px)
}
 80% {
 -webkit-transform: translateX(10px)
}
 100% {
 -webkit-transform: translateX(0)
}
}
 @-moz-keyframes bounceInRight {
 0% {
 opacity: 0;
 -moz-transform: translateX(2000px)
}
 60% {
 opacity: 1;
 -moz-transform: translateX(-30px)
}
 80% {
 -moz-transform: translateX(10px)
}
 100% {
 -moz-transform: translateX(0)
}
}
 @-ms-keyframes bounceInRight {
 0% {
 opacity: 0;
 -ms-transform: translateX(2000px)
}
 60% {
 opacity: 1;
 -ms-transform: translateX(-30px)
}
 80% {
 -ms-transform: translateX(10px)
}
 100% {
 -ms-transform: translateX(0)
}
}
 @-o-keyframes bounceInRight {
 0% {
 opacity: 0;
 -o-transform: translateX(2000px)
}
 60% {
 opacity: 1;
 -o-transform: translateX(-30px)
}
 80% {
 -o-transform: translateX(10px)
}
 100% {
 -o-transform: translateX(0)
}
}
 @keyframes bounceInRight {
 0% {
 opacity: 0;
 transform: translateX(2000px)
}
 60% {
 opacity: 1;
 transform: translateX(-30px)
}
 80% {
 transform: translateX(10px)
}
 100% {
 transform: translateX(0)
}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-ms-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight
}
 @-webkit-keyframes bounceOut {
 0% {
 -webkit-transform: scale(1)
}
 25% {
 -webkit-transform: scale(0.95)
}
 50% {
 opacity: 1;
 -webkit-transform: scale(1.1)
}
 100% {
 opacity: 0;
 -webkit-transform: scale(0.3)
}
}
 @-moz-keyframes bounceOut {
 0% {
 -moz-transform: scale(1)
}
 25% {
 -moz-transform: scale(0.95)
}
 50% {
 opacity: 1;
 -moz-transform: scale(1.1)
}
 100% {
 opacity: 0;
 -moz-transform: scale(0.3)
}
}
 @-ms-keyframes bounceOut {
 0% {
 -ms-transform: scale(1)
}
 25% {
 -ms-transform: scale(0.95)
}
 50% {
 opacity: 1;
 -ms-transform: scale(1.1)
}
 100% {
 opacity: 0;
 -ms-transform: scale(0.3)
}
}
 @-o-keyframes bounceOut {
 0% {
 -o-transform: scale(1)
}
 25% {
 -o-transform: scale(0.95)
}
 50% {
 opacity: 1;
 -o-transform: scale(1.1)
}
 100% {
 opacity: 0;
 -o-transform: scale(0.3)
}
}
 @keyframes bounceOut {
 0% {
 transform: scale(1)
}
 25% {
 transform: scale(0.95)
}
 50% {
 opacity: 1;
 transform: scale(1.1)
}
 100% {
 opacity: 0;
 transform: scale(0.3)
}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-ms-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut
}
 @-webkit-keyframes bounceOutDown {
 0% {
 -webkit-transform: translateY(0)
}
 20% {
 opacity: 1;
 -webkit-transform: translateY(-20px)
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(2000px)
}
}
 @-moz-keyframes bounceOutDown {
 0% {
 -moz-transform: translateY(0)
}
 20% {
 opacity: 1;
 -moz-transform: translateY(-20px)
}
 100% {
 opacity: 0;
 -moz-transform: translateY(2000px)
}
}
 @-ms-keyframes bounceOutDown {
 0% {
 -ms-transform: translateY(0)
}
 20% {
 opacity: 1;
 -ms-transform: translateY(-20px)
}
 100% {
 opacity: 0;
 -ms-transform: translateY(2000px)
}
}
 @-o-keyframes bounceOutDown {
 0% {
 -o-transform: translateY(0)
}
 20% {
 opacity: 1;
 -o-transform: translateY(-20px)
}
 100% {
 opacity: 0;
 -o-transform: translateY(2000px)
}
}
 @keyframes bounceOutDown {
 0% {
 transform: translateY(0)
}
 20% {
 opacity: 1;
 transform: translateY(-20px)
}
 100% {
 opacity: 0;
 transform: translateY(2000px)
}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-ms-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}
 @-webkit-keyframes bounceOutUp {
 0% {
 -webkit-transform: translateY(0)
}
 20% {
 opacity: 1;
 -webkit-transform: translateY(20px)
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-2000px)
}
}
 @-moz-keyframes bounceOutUp {
 0% {
 -moz-transform: translateY(0)
}
 20% {
 opacity: 1;
 -moz-transform: translateY(20px)
}
 100% {
 opacity: 0;
 -moz-transform: translateY(-2000px)
}
}
 @-ms-keyframes bounceOutUp {
 0% {
 -ms-transform: translateY(0)
}
 20% {
 opacity: 1;
 -ms-transform: translateY(20px)
}
 100% {
 opacity: 0;
 -ms-transform: translateY(-2000px)
}
}
 @-o-keyframes bounceOutUp {
 0% {
 -o-transform: translateY(0)
}
 20% {
 opacity: 1;
 -o-transform: translateY(20px)
}
 100% {
 opacity: 0;
 -o-transform: translateY(-2000px)
}
}
 @keyframes bounceOutUp {
 0% {
 transform: translateY(0)
}
 20% {
 opacity: 1;
 transform: translateY(20px)
}
 100% {
 opacity: 0;
 transform: translateY(-2000px)
}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-ms-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}
 @-webkit-keyframes bounceOutLeft {
 0% {
 -webkit-transform: translateX(0)
}
 20% {
 opacity: 1;
 -webkit-transform: translateX(20px)
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(-2000px)
}
}
 @-moz-keyframes bounceOutLeft {
 0% {
 -moz-transform: translateX(0)
}
 20% {
 opacity: 1;
 -moz-transform: translateX(20px)
}
 100% {
 opacity: 0;
 -moz-transform: translateX(-2000px)
}
}
 @-ms-keyframes bounceOutLeft {
 0% {
 -ms-transform: translateX(0)
}
 20% {
 opacity: 1;
 -ms-transform: translateX(20px)
}
 100% {
 opacity: 0;
 -ms-transform: translateX(-2000px)
}
}
 @-o-keyframes bounceOutLeft {
 0% {
 -o-transform: translateX(0)
}
 20% {
 opacity: 1;
 -o-transform: translateX(20px)
}
 100% {
 opacity: 0;
 -o-transform: translateX(-2000px)
}
}
 @keyframes bounceOutLeft {
 0% {
 transform: translateX(0)
}
 20% {
 opacity: 1;
 transform: translateX(20px)
}
 100% {
 opacity: 0;
 transform: translateX(-2000px)
}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-ms-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}
 @-webkit-keyframes bounceOutRight {
 0% {
 -webkit-transform: translateX(0)
}
 20% {
 opacity: 1;
 -webkit-transform: translateX(-20px)
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(2000px)
}
}
 @-moz-keyframes bounceOutRight {
 0% {
 -moz-transform: translateX(0)
}
 20% {
 opacity: 1;
 -moz-transform: translateX(-20px)
}
 100% {
 opacity: 0;
 -moz-transform: translateX(2000px)
}
}
 @-ms-keyframes bounceOutRight {
 0% {
 -ms-transform: translateX(0)
}
 20% {
 opacity: 1;
 -ms-transform: translateX(-20px)
}
 100% {
 opacity: 0;
 -ms-transform: translateX(2000px)
}
}
 @-o-keyframes bounceOutRight {
 0% {
 -o-transform: translateX(0)
}
 20% {
 opacity: 1;
 -o-transform: translateX(-20px)
}
 100% {
 opacity: 0;
 -o-transform: translateX(2000px)
}
}
 @keyframes bounceOutRight {
 0% {
 transform: translateX(0)
}
 20% {
 opacity: 1;
 transform: translateX(-20px)
}
 100% {
 opacity: 0;
 transform: translateX(2000px)
}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-ms-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}
 @-webkit-keyframes rotateIn {
 0% {
 -webkit-transform-origin: center center;
 -webkit-transform: rotate(-200deg);
 opacity: 0
}
 100% {
 -webkit-transform-origin: center center;
 -webkit-transform: rotate(0);
 opacity: 1
}
}
 @-moz-keyframes rotateIn {
 0% {
 -moz-transform-origin: center center;
 -moz-transform: rotate(-200deg);
 opacity: 0
}
 100% {
 -moz-transform-origin: center center;
 -moz-transform: rotate(0);
 opacity: 1
}
}
 @-ms-keyframes rotateIn {
 0% {
 -ms-transform-origin: center center;
 -ms-transform: rotate(-200deg);
 opacity: 0
}
 100% {
 -ms-transform-origin: center center;
 -ms-transform: rotate(0);
 opacity: 1
}
}
 @-o-keyframes rotateIn {
 0% {
 -o-transform-origin: center center;
 -o-transform: rotate(-200deg);
 opacity: 0
}
 100% {
 -o-transform-origin: center center;
 -o-transform: rotate(0);
 opacity: 1
}
}
 @keyframes rotateIn {
 0% {
 transform-origin: center center;
 transform: rotate(-200deg);
 opacity: 0
}
 100% {
 transform-origin: center center;
 transform: rotate(0);
 opacity: 1
}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-ms-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn
}
 @-webkit-keyframes rotateInDownLeft {
 0% {
 -webkit-transform-origin: left bottom;
 -webkit-transform: rotate(-90deg);
 opacity: 0
}
 100% {
 -webkit-transform-origin: left bottom;
 -webkit-transform: rotate(0);
 opacity: 1
}
}
 @-moz-keyframes rotateInDownLeft {
 0% {
 -moz-transform-origin: left bottom;
 -moz-transform: rotate(-90deg);
 opacity: 0
}
 100% {
 -moz-transform-origin: left bottom;
 -moz-transform: rotate(0);
 opacity: 1
}
}
 @-ms-keyframes rotateInDownLeft {
 0% {
 -ms-transform-origin: left bottom;
 -ms-transform: rotate(-90deg);
 opacity: 0
}
 100% {
 -ms-transform-origin: left bottom;
 -ms-transform: rotate(0);
 opacity: 1
}
}
 @-o-keyframes rotateInDownLeft {
 0% {
 -o-transform-origin: left bottom;
 -o-transform: rotate(-90deg);
 opacity: 0
}
 100% {
 -o-transform-origin: left bottom;
 -o-transform: rotate(0);
 opacity: 1
}
}
 @keyframes rotateInDownLeft {
 0% {
 transform-origin: left bottom;
 transform: rotate(-90deg);
 opacity: 0
}
 100% {
 transform-origin: left bottom;
 transform: rotate(0);
 opacity: 1
}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-ms-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}
 @-webkit-keyframes rotateInDownRight {
 0% {
 -webkit-transform-origin: right bottom;
 -webkit-transform: rotate(90deg);
 opacity: 0
}
 100% {
 -webkit-transform-origin: right bottom;
 -webkit-transform: rotate(0);
 opacity: 1
}
}
 @-moz-keyframes rotateInDownRight {
 0% {
 -moz-transform-origin: right bottom;
 -moz-transform: rotate(90deg);
 opacity: 0
}
 100% {
 -moz-transform-origin: right bottom;
 -moz-transform: rotate(0);
 opacity: 1
}
}
 @-ms-keyframes rotateInDownRight {
 0% {
 -ms-transform-origin: right bottom;
 -ms-transform: rotate(90deg);
 opacity: 0
}
 100% {
 -ms-transform-origin: right bottom;
 -ms-transform: rotate(0);
 opacity: 1
}
}
 @-o-keyframes rotateInDownRight {
 0% {
 -o-transform-origin: right bottom;
 -o-transform: rotate(90deg);
 opacity: 0
}
 100% {
 -o-transform-origin: right bottom;
 -o-transform: rotate(0);
 opacity: 1
}
}
 @keyframes rotateInDownRight {
 0% {
 transform-origin: right bottom;
 transform: rotate(90deg);
 opacity: 0
}
 100% {
 transform-origin: right bottom;
 transform: rotate(0);
 opacity: 1
}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-ms-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}
 @-webkit-keyframes rotateInUpLeft {
 0% {
 -webkit-transform-origin: left bottom;
 -webkit-transform: rotate(90deg);
 opacity: 0
}
 100% {
 -webkit-transform-origin: left bottom;
 -webkit-transform: rotate(0);
 opacity: 1
}
}
 @-moz-keyframes rotateInUpLeft {
 0% {
 -moz-transform-origin: left bottom;
 -moz-transform: rotate(90deg);
 opacity: 0
}
 100% {
 -moz-transform-origin: left bottom;
 -moz-transform: rotate(0);
 opacity: 1
}
}
 @-ms-keyframes rotateInUpLeft {
 0% {
 -ms-transform-origin: left bottom;
 -ms-transform: rotate(90deg);
 opacity: 0
}
 100% {
 -ms-transform-origin: left bottom;
 -ms-transform: rotate(0);
 opacity: 1
}
}
 @-o-keyframes rotateInUpLeft {
 0% {
 -o-transform-origin: left bottom;
 -o-transform: rotate(90deg);
 opacity: 0
}
 100% {
 -o-transform-origin: left bottom;
 -o-transform: rotate(0);
 opacity: 1
}
}
 @keyframes rotateInUpLeft {
 0% {
 transform-origin: left bottom;
 transform: rotate(90deg);
 opacity: 0
}
 100% {
 transform-origin: left bottom;
 transform: rotate(0);
 opacity: 1
}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-ms-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}
 @-webkit-keyframes rotateInUpRight {
 0% {
 -webkit-transform-origin: right bottom;
 -webkit-transform: rotate(-90deg);
 opacity: 0
}
 100% {
 -webkit-transform-origin: right bottom;
 -webkit-transform: rotate(0);
 opacity: 1
}
}
 @-moz-keyframes rotateInUpRight {
 0% {
 -moz-transform-origin: right bottom;
 -moz-transform: rotate(-90deg);
 opacity: 0
}
 100% {
 -moz-transform-origin: right bottom;
 -moz-transform: rotate(0);
 opacity: 1
}
}
 @-ms-keyframes rotateInUpRight {
 0% {
 -ms-transform-origin: right bottom;
 -ms-transform: rotate(-90deg);
 opacity: 0
}
 100% {
 -ms-transform-origin: right bottom;
 -ms-transform: rotate(0);
 opacity: 1
}
}
 @-o-keyframes rotateInUpRight {
 0% {
 -o-transform-origin: right bottom;
 -o-transform: rotate(-90deg);
 opacity: 0
}
 100% {
 -o-transform-origin: right bottom;
 -o-transform: rotate(0);
 opacity: 1
}
}
 @keyframes rotateInUpRight {
 0% {
 transform-origin: right bottom;
 transform: rotate(-90deg);
 opacity: 0
}
 100% {
 transform-origin: right bottom;
 transform: rotate(0);
 opacity: 1
}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-ms-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}
 @-webkit-keyframes rotateOut {
 0% {
 -webkit-transform-origin: center center;
 -webkit-transform: rotate(0);
 opacity: 1
}
 100% {
 -webkit-transform-origin: center center;
 -webkit-transform: rotate(200deg);
 opacity: 0
}
}
 @-moz-keyframes rotateOut {
 0% {
 -moz-transform-origin: center center;
 -moz-transform: rotate(0);
 opacity: 1
}
 100% {
 -moz-transform-origin: center center;
 -moz-transform: rotate(200deg);
 opacity: 0
}
}
 @-ms-keyframes rotateOut {
 0% {
 -ms-transform-origin: center center;
 -ms-transform: rotate(0);
 opacity: 1
}
 100% {
 -ms-transform-origin: center center;
 -ms-transform: rotate(200deg);
 opacity: 0
}
}
 @-o-keyframes rotateOut {
 0% {
 -o-transform-origin: center center;
 -o-transform: rotate(0);
 opacity: 1
}
 100% {
 -o-transform-origin: center center;
 -o-transform: rotate(200deg);
 opacity: 0
}
}
 @keyframes rotateOut {
 0% {
 transform-origin: center center;
 transform: rotate(0);
 opacity: 1
}
 100% {
 transform-origin: center center;
 transform: rotate(200deg);
 opacity: 0
}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-ms-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut
}
 @-webkit-keyframes rotateOutDownLeft {
 0% {
 -webkit-transform-origin: left bottom;
 -webkit-transform: rotate(0);
 opacity: 1
}
 100% {
 -webkit-transform-origin: left bottom;
 -webkit-transform: rotate(90deg);
 opacity: 0
}
}
 @-moz-keyframes rotateOutDownLeft {
 0% {
 -moz-transform-origin: left bottom;
 -moz-transform: rotate(0);
 opacity: 1
}
 100% {
 -moz-transform-origin: left bottom;
 -moz-transform: rotate(90deg);
 opacity: 0
}
}
 @-ms-keyframes rotateOutDownLeft {
 0% {
 -ms-transform-origin: left bottom;
 -ms-transform: rotate(0);
 opacity: 1
}
 100% {
 -ms-transform-origin: left bottom;
 -ms-transform: rotate(90deg);
 opacity: 0
}
}
 @-o-keyframes rotateOutDownLeft {
 0% {
 -o-transform-origin: left bottom;
 -o-transform: rotate(0);
 opacity: 1
}
 100% {
 -o-transform-origin: left bottom;
 -o-transform: rotate(90deg);
 opacity: 0
}
}
 @keyframes rotateOutDownLeft {
 0% {
 transform-origin: left bottom;
 transform: rotate(0);
 opacity: 1
}
 100% {
 transform-origin: left bottom;
 transform: rotate(90deg);
 opacity: 0
}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	-ms-animation-name: rotateOutDownLeft;
	-o-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}
 @-webkit-keyframes rotateOutDownRight {
 0% {
 -webkit-transform-origin: right bottom;
 -webkit-transform: rotate(0);
 opacity: 1
}
 100% {
 -webkit-transform-origin: right bottom;
 -webkit-transform: rotate(-90deg);
 opacity: 0
}
}
 @-moz-keyframes rotateOutDownRight {
 0% {
 -moz-transform-origin: right bottom;
 -moz-transform: rotate(0);
 opacity: 1
}
 100% {
 -moz-transform-origin: right bottom;
 -moz-transform: rotate(-90deg);
 opacity: 0
}
}
 @-ms-keyframes rotateOutDownRight {
 0% {
 -ms-transform-origin: right bottom;
 -ms-transform: rotate(0);
 opacity: 1
}
 100% {
 -ms-transform-origin: right bottom;
 -ms-transform: rotate(-90deg);
 opacity: 0
}
}
 @-o-keyframes rotateOutDownRight {
 0% {
 -o-transform-origin: right bottom;
 -o-transform: rotate(0);
 opacity: 1
}
 100% {
 -o-transform-origin: right bottom;
 -o-transform: rotate(-90deg);
 opacity: 0
}
}
 @keyframes rotateOutDownRight {
 0% {
 transform-origin: right bottom;
 transform: rotate(0);
 opacity: 1
}
 100% {
 transform-origin: right bottom;
 transform: rotate(-90deg);
 opacity: 0
}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-ms-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}
 @-webkit-keyframes rotateOutUpLeft {
 0% {
 -webkit-transform-origin: left bottom;
 -webkit-transform: rotate(0);
 opacity: 1
}
 100% {
 -webkit-transform-origin: left bottom;
 -webkit-transform: rotate(-90deg);
 opacity: 0
}
}
 @-moz-keyframes rotateOutUpLeft {
 0% {
 -moz-transform-origin: left bottom;
 -moz-transform: rotate(0);
 opacity: 1
}
 100% {
 -moz-transform-origin: left bottom;
 -moz-transform: rotate(-90deg);
 opacity: 0
}
}
 @-ms-keyframes rotateOutUpLeft {
 0% {
 -ms-transform-origin: left bottom;
 -ms-transform: rotate(0);
 opacity: 1
}
 100% {
 -ms-transform-origin: left bottom;
 -ms-transform: rotate(-90deg);
 opacity: 0
}
}
 @-o-keyframes rotateOutUpLeft {
 0% {
 -o-transform-origin: left bottom;
 -o-transform: rotate(0);
 opacity: 1
}
 100% {
 -o-transform-origin: left bottom;
 -o-transform: rotate(-90deg);
 opacity: 0
}
}
 @keyframes rotateOutUpLeft {
 0% {
 transform-origin: left bottom;
 transform: rotate(0);
 opacity: 1
}
 100% {
 transform-origin: left bottom;
 transform: rotate(-90deg);
 opacity: 0
}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	-ms-animation-name: rotateOutUpLeft;
	-o-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}
 @-webkit-keyframes rotateOutUpRight {
 0% {
 -webkit-transform-origin: right bottom;
 -webkit-transform: rotate(0);
 opacity: 1
}
 100% {
 -webkit-transform-origin: right bottom;
 -webkit-transform: rotate(90deg);
 opacity: 0
}
}
 @-moz-keyframes rotateOutUpRight {
 0% {
 -moz-transform-origin: right bottom;
 -moz-transform: rotate(0);
 opacity: 1
}
 100% {
 -moz-transform-origin: right bottom;
 -moz-transform: rotate(90deg);
 opacity: 0
}
}
 @-ms-keyframes rotateOutUpRight {
 0% {
 -ms-transform-origin: right bottom;
 -ms-transform: rotate(0);
 opacity: 1
}
 100% {
 -ms-transform-origin: right bottom;
 -ms-transform: rotate(90deg);
 opacity: 0
}
}
 @-o-keyframes rotateOutUpRight {
 0% {
 -o-transform-origin: right bottom;
 -o-transform: rotate(0);
 opacity: 1
}
 100% {
 -o-transform-origin: right bottom;
 -o-transform: rotate(90deg);
 opacity: 0
}
}
 @keyframes rotateOutUpRight {
 0% {
 transform-origin: right bottom;
 transform: rotate(0);
 opacity: 1
}
 100% {
 transform-origin: right bottom;
 transform: rotate(90deg);
 opacity: 0
}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	-ms-animation-name: rotateOutUpRight;
	-o-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}
 @-webkit-keyframes hinge {
 0% {
 -webkit-animation-timing-function: ease-in-out, webkit;
 -moz-animation-timing-function: ease-in-out, webkit;
 -ms-animation-timing-function: ease-in-out, webkit;
 -o-animation-timing-function: ease-in-out, webkit;
 animation-timing-function: ease-in-out, webkit;
 -webkit-transform: rotate(0);
 -webkit-transform-origin: top left
}
 20%, 60% {
 -webkit-animation-timing-function: ease-in-out, webkit;
 -moz-animation-timing-function: ease-in-out, webkit;
 -ms-animation-timing-function: ease-in-out, webkit;
 -o-animation-timing-function: ease-in-out, webkit;
 animation-timing-function: ease-in-out, webkit;
 -webkit-transform: rotate(80deg);
 -webkit-transform-origin: top left
}
 40% {
 -webkit-transform: rotate(60deg);
 -webkit-transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out, webkit;
 -moz-animation-timing-function: ease-in-out, webkit;
 -ms-animation-timing-function: ease-in-out, webkit;
 -o-animation-timing-function: ease-in-out, webkit;
 animation-timing-function: ease-in-out, webkit
}
 80% {
 opacity: 1;
 -webkit-animation-timing-function: ease-in-out, webkit;
 -moz-animation-timing-function: ease-in-out, webkit;
 -ms-animation-timing-function: ease-in-out, webkit;
 -o-animation-timing-function: ease-in-out, webkit;
 animation-timing-function: ease-in-out, webkit;
 -webkit-transform: rotate(60deg) translateY(0);
 -webkit-transform-origin: top left
}
 100% {
 -webkit-transform: translateY(700px);
 opacity: 0
}
}
 @-moz-keyframes hinge {
 0% {
 -webkit-animation-timing-function: ease-in-out, moz;
 -moz-animation-timing-function: ease-in-out, moz;
 -ms-animation-timing-function: ease-in-out, moz;
 -o-animation-timing-function: ease-in-out, moz;
 animation-timing-function: ease-in-out, moz;
 -moz-transform: rotate(0);
 -moz-transform-origin: top left
}
 20%, 60% {
 -webkit-animation-timing-function: ease-in-out, moz;
 -moz-animation-timing-function: ease-in-out, moz;
 -ms-animation-timing-function: ease-in-out, moz;
 -o-animation-timing-function: ease-in-out, moz;
 animation-timing-function: ease-in-out, moz;
 -moz-transform: rotate(80deg);
 -moz-transform-origin: top left
}
 40% {
 -moz-transform: rotate(60deg);
 -moz-transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out, moz;
 -moz-animation-timing-function: ease-in-out, moz;
 -ms-animation-timing-function: ease-in-out, moz;
 -o-animation-timing-function: ease-in-out, moz;
 animation-timing-function: ease-in-out, moz
}
 80% {
 opacity: 1;
 -webkit-animation-timing-function: ease-in-out, moz;
 -moz-animation-timing-function: ease-in-out, moz;
 -ms-animation-timing-function: ease-in-out, moz;
 -o-animation-timing-function: ease-in-out, moz;
 animation-timing-function: ease-in-out, moz;
 -moz-transform: rotate(60deg) translateY(0);
 -moz-transform-origin: top left
}
 100% {
 -moz-transform: translateY(700px);
 opacity: 0
}
}
 @-ms-keyframes hinge {
 0% {
 -webkit-animation-timing-function: ease-in-out, ms;
 -moz-animation-timing-function: ease-in-out, ms;
 -ms-animation-timing-function: ease-in-out, ms;
 -o-animation-timing-function: ease-in-out, ms;
 animation-timing-function: ease-in-out, ms;
 -ms-transform: rotate(0);
 -ms-transform-origin: top left
}
 20%, 60% {
 -webkit-animation-timing-function: ease-in-out, ms;
 -moz-animation-timing-function: ease-in-out, ms;
 -ms-animation-timing-function: ease-in-out, ms;
 -o-animation-timing-function: ease-in-out, ms;
 animation-timing-function: ease-in-out, ms;
 -ms-transform: rotate(80deg);
 -ms-transform-origin: top left
}
 40% {
 -ms-transform: rotate(60deg);
 -ms-transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out, ms;
 -moz-animation-timing-function: ease-in-out, ms;
 -ms-animation-timing-function: ease-in-out, ms;
 -o-animation-timing-function: ease-in-out, ms;
 animation-timing-function: ease-in-out, ms
}
 80% {
 opacity: 1;
 -webkit-animation-timing-function: ease-in-out, ms;
 -moz-animation-timing-function: ease-in-out, ms;
 -ms-animation-timing-function: ease-in-out, ms;
 -o-animation-timing-function: ease-in-out, ms;
 animation-timing-function: ease-in-out, ms;
 -ms-transform: rotate(60deg) translateY(0);
 -ms-transform-origin: top left
}
 100% {
 -ms-transform: translateY(700px);
 opacity: 0
}
}
 @-o-keyframes hinge {
 0% {
 -webkit-animation-timing-function: ease-in-out, o;
 -moz-animation-timing-function: ease-in-out, o;
 -ms-animation-timing-function: ease-in-out, o;
 -o-animation-timing-function: ease-in-out, o;
 animation-timing-function: ease-in-out, o;
 -o-transform: rotate(0);
 -o-transform-origin: top left
}
 20%, 60% {
 -webkit-animation-timing-function: ease-in-out, o;
 -moz-animation-timing-function: ease-in-out, o;
 -ms-animation-timing-function: ease-in-out, o;
 -o-animation-timing-function: ease-in-out, o;
 animation-timing-function: ease-in-out, o;
 -o-transform: rotate(80deg);
 -o-transform-origin: top left
}
 40% {
 -o-transform: rotate(60deg);
 -o-transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out, o;
 -moz-animation-timing-function: ease-in-out, o;
 -ms-animation-timing-function: ease-in-out, o;
 -o-animation-timing-function: ease-in-out, o;
 animation-timing-function: ease-in-out, o
}
 80% {
 opacity: 1;
 -webkit-animation-timing-function: ease-in-out, o;
 -moz-animation-timing-function: ease-in-out, o;
 -ms-animation-timing-function: ease-in-out, o;
 -o-animation-timing-function: ease-in-out, o;
 animation-timing-function: ease-in-out, o;
 -o-transform: rotate(60deg) translateY(0);
 -o-transform-origin: top left
}
 100% {
 -o-transform: translateY(700px);
 opacity: 0
}
}
 @keyframes hinge {
 0% {
 -webkit-animation-timing-function: ease-in-out, none;
 -moz-animation-timing-function: ease-in-out, none;
 -ms-animation-timing-function: ease-in-out, none;
 -o-animation-timing-function: ease-in-out, none;
 animation-timing-function: ease-in-out, none;
 transform: rotate(0);
 transform-origin: top left
}
 20%, 60% {
 -webkit-animation-timing-function: ease-in-out, none;
 -moz-animation-timing-function: ease-in-out, none;
 -ms-animation-timing-function: ease-in-out, none;
 -o-animation-timing-function: ease-in-out, none;
 animation-timing-function: ease-in-out, none;
 transform: rotate(80deg);
 transform-origin: top left
}
 40% {
 transform: rotate(60deg);
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out, none;
 -moz-animation-timing-function: ease-in-out, none;
 -ms-animation-timing-function: ease-in-out, none;
 -o-animation-timing-function: ease-in-out, none;
 animation-timing-function: ease-in-out, none
}
 80% {
 opacity: 1;
 -webkit-animation-timing-function: ease-in-out, none;
 -moz-animation-timing-function: ease-in-out, none;
 -ms-animation-timing-function: ease-in-out, none;
 -o-animation-timing-function: ease-in-out, none;
 animation-timing-function: ease-in-out, none;
 transform: rotate(60deg) translateY(0);
 transform-origin: top left
}
 100% {
 transform: translateY(700px);
 opacity: 0
}
}
.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-ms-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge
}
 @-webkit-keyframes rollIn {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%) rotate(-120deg)
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0px) rotate(0deg)
}
}
 @-moz-keyframes rollIn {
 0% {
 opacity: 0;
 -moz-transform: translateX(-100%) rotate(-120deg)
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0px) rotate(0deg)
}
}
 @-ms-keyframes rollIn {
 0% {
 opacity: 0;
 -ms-transform: translateX(-100%) rotate(-120deg)
}
 100% {
 opacity: 1;
 -ms-transform: translateX(0px) rotate(0deg)
}
}
 @-o-keyframes rollIn {
 0% {
 opacity: 0;
 -o-transform: translateX(-100%) rotate(-120deg)
}
 100% {
 opacity: 1;
 -o-transform: translateX(0px) rotate(0deg)
}
}
 @keyframes rollIn {
 0% {
 opacity: 0;
 transform: translateX(-100%) rotate(-120deg)
}
 100% {
 opacity: 1;
 transform: translateX(0px) rotate(0deg)
}
}
.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-ms-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn
}
 @-webkit-keyframes rollOut {
 0% {
 opacity: 1;
 -webkit-transform: translateX(0px) rotate(0deg)
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(100%) rotate(120deg)
}
}
 @-moz-keyframes rollOut {
 0% {
 opacity: 1;
 -moz-transform: translateX(0px) rotate(0deg)
}
 100% {
 opacity: 0;
 -moz-transform: translateX(100%) rotate(120deg)
}
}
 @-ms-keyframes rollOut {
 0% {
 opacity: 1;
 -ms-transform: translateX(0px) rotate(0deg)
}
 100% {
 opacity: 0;
 -ms-transform: translateX(100%) rotate(120deg)
}
}
 @-o-keyframes rollOut {
 0% {
 opacity: 1;
 -o-transform: translateX(0px) rotate(0deg)
}
 100% {
 opacity: 0;
 -o-transform: translateX(100%) rotate(120deg)
}
}
 @keyframes rollOut {
 0% {
 opacity: 1;
 transform: translateX(0px) rotate(0deg)
}
 100% {
 opacity: 0;
 transform: translateX(100%) rotate(120deg)
}
}
.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-ms-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut
}
 @-webkit-keyframes flip {
 0% {
 -webkit-transform: perspective(400px) rotateY(0);
 -webkit-animation-timing-function: ease-out
}
 40% {
 -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
 -webkit-animation-timing-function: ease-out
}
 50% {
 -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
 -webkit-animation-timing-function: ease-in
}
 80% {
 -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
 -webkit-animation-timing-function: ease-in
}
 100% {
 -webkit-transform: perspective(400px) scale(1);
 -webkit-animation-timing-function: ease-in
}
}
 @-moz-keyframes flip {
 0% {
 -moz-transform: perspective(400px) rotateY(0);
 -moz-animation-timing-function: ease-out
}
 40% {
 -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
 -moz-animation-timing-function: ease-out
}
 50% {
 -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
 -moz-animation-timing-function: ease-in
}
 80% {
 -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
 -moz-animation-timing-function: ease-in
}
 100% {
 -moz-transform: perspective(400px) scale(1);
 -moz-animation-timing-function: ease-in
}
}
 @-ms-keyframes flip {
 0% {
 -ms-transform: perspective(400px) rotateY(0);
 -ms-animation-timing-function: ease-out
}
 40% {
 -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
 -ms-animation-timing-function: ease-out
}
 50% {
 -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
 -ms-animation-timing-function: ease-in
}
 80% {
 -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
 -ms-animation-timing-function: ease-in
}
 100% {
 -ms-transform: perspective(400px) scale(1);
 -ms-animation-timing-function: ease-in
}
}
 @-o-keyframes flip {
 0% {
 -o-transform: perspective(400px) rotateY(0);
 -o-animation-timing-function: ease-out
}
 40% {
 -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
 -o-animation-timing-function: ease-out
}
 50% {
 -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
 -o-animation-timing-function: ease-in
}
 80% {
 -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
 -o-animation-timing-function: ease-in
}
 100% {
 -o-transform: perspective(400px) scale(1);
 -o-animation-timing-function: ease-in
}
}
 @keyframes flip {
 0% {
 transform: perspective(400px) rotateY(0);
 animation-timing-function: ease-out
}
 40% {
 transform: perspective(400px) translateZ(150px) rotateY(170deg);
 animation-timing-function: ease-out
}
 50% {
 transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
 animation-timing-function: ease-in
}
 80% {
 transform: perspective(400px) rotateY(360deg) scale(0.95);
 animation-timing-function: ease-in
}
 100% {
 transform: perspective(400px) scale(1);
 animation-timing-function: ease-in
}
}
.flip {
	-webkit-animation-name: flip;
	-moz-animation-name: flip;
	-ms-animation-name: flip;
	-o-animation-name: flip;
	animation-name: flip;
	-webkit-backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	-o-backface-visibility: visible !important;
	backface-visibility: visible !important
}
 @-webkit-keyframes flipInX {
 0% {
 -webkit-transform: perspective(400px) rotateX(90deg);
 opacity: 0
}
 40% {
 -webkit-transform: perspective(400px) rotateX(-10deg)
}
 70% {
 -webkit-transform: perspective(400px) rotateX(10deg)
}
 100% {
 -webkit-transform: perspective(400px) rotateX(0deg);
 opacity: 1
}
}
 @-moz-keyframes flipInX {
 0% {
 -moz-transform: perspective(400px) rotateX(90deg);
 opacity: 0
}
 40% {
 -moz-transform: perspective(400px) rotateX(-10deg)
}
 70% {
 -moz-transform: perspective(400px) rotateX(10deg)
}
 100% {
 -moz-transform: perspective(400px) rotateX(0deg);
 opacity: 1
}
}
 @-ms-keyframes flipInX {
 0% {
 -ms-transform: perspective(400px) rotateX(90deg);
 opacity: 0
}
 40% {
 -ms-transform: perspective(400px) rotateX(-10deg)
}
 70% {
 -ms-transform: perspective(400px) rotateX(10deg)
}
 100% {
 -ms-transform: perspective(400px) rotateX(0deg);
 opacity: 1
}
}
 @-o-keyframes flipInX {
 0% {
 -o-transform: perspective(400px) rotateX(90deg);
 opacity: 0
}
 40% {
 -o-transform: perspective(400px) rotateX(-10deg)
}
 70% {
 -o-transform: perspective(400px) rotateX(10deg)
}
 100% {
 -o-transform: perspective(400px) rotateX(0deg);
 opacity: 1
}
}
 @keyframes flipInX {
 0% {
 transform: perspective(400px) rotateX(90deg);
 opacity: 0
}
 40% {
 transform: perspective(400px) rotateX(-10deg)
}
 70% {
 transform: perspective(400px) rotateX(10deg)
}
 100% {
 transform: perspective(400px) rotateX(0deg);
 opacity: 1
}
}
.flipInX {
	-webkit-animation-name: flipInX;
	-moz-animation-name: flipInX;
	-ms-animation-name: flipInX;
	-o-animation-name: flipInX;
	animation-name: flipInX;
	-webkit-backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	-o-backface-visibility: visible !important;
	backface-visibility: visible !important
}
 @-webkit-keyframes flipOutX {
 0% {
 -webkit-transform: perspective(400px) rotateX(0deg);
 opacity: 1
}
 100% {
 -webkit-transform: perspective(400px) rotateX(90deg);
 opacity: 0
}
}
 @-moz-keyframes flipOutX {
 0% {
 -moz-transform: perspective(400px) rotateX(0deg);
 opacity: 1
}
 100% {
 -moz-transform: perspective(400px) rotateX(90deg);
 opacity: 0
}
}
 @-ms-keyframes flipOutX {
 0% {
 -ms-transform: perspective(400px) rotateX(0deg);
 opacity: 1
}
 100% {
 -ms-transform: perspective(400px) rotateX(90deg);
 opacity: 0
}
}
 @-o-keyframes flipOutX {
 0% {
 -o-transform: perspective(400px) rotateX(0deg);
 opacity: 1
}
 100% {
 -o-transform: perspective(400px) rotateX(90deg);
 opacity: 0
}
}
 @keyframes flipOutX {
 0% {
 transform: perspective(400px) rotateX(0deg);
 opacity: 1
}
 100% {
 transform: perspective(400px) rotateX(90deg);
 opacity: 0
}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	-moz-animation-name: flipOutX;
	-ms-animation-name: flipOutX;
	-o-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	-o-backface-visibility: visible !important;
	backface-visibility: visible !important
}
 @-webkit-keyframes flipInY {
 0% {
 -webkit-transform: perspective(400px) rotateY(90deg);
 opacity: 0
}
 40% {
 -webkit-transform: perspective(400px) rotateY(-10deg)
}
 70% {
 -webkit-transform: perspective(400px) rotateY(10deg)
}
 100% {
 -webkit-transform: perspective(400px) rotateY(0deg);
 opacity: 1
}
}
 @-moz-keyframes flipInY {
 0% {
 -moz-transform: perspective(400px) rotateY(90deg);
 opacity: 0
}
 40% {
 -moz-transform: perspective(400px) rotateY(-10deg)
}
 70% {
 -moz-transform: perspective(400px) rotateY(10deg)
}
 100% {
 -moz-transform: perspective(400px) rotateY(0deg);
 opacity: 1
}
}
 @-ms-keyframes flipInY {
 0% {
 -ms-transform: perspective(400px) rotateY(90deg);
 opacity: 0
}
 40% {
 -ms-transform: perspective(400px) rotateY(-10deg)
}
 70% {
 -ms-transform: perspective(400px) rotateY(10deg)
}
 100% {
 -ms-transform: perspective(400px) rotateY(0deg);
 opacity: 1
}
}
 @-o-keyframes flipInY {
 0% {
 -o-transform: perspective(400px) rotateY(90deg);
 opacity: 0
}
 40% {
 -o-transform: perspective(400px) rotateY(-10deg)
}
 70% {
 -o-transform: perspective(400px) rotateY(10deg)
}
 100% {
 -o-transform: perspective(400px) rotateY(0deg);
 opacity: 1
}
}
 @keyframes flipInY {
 0% {
 transform: perspective(400px) rotateY(90deg);
 opacity: 0
}
 40% {
 transform: perspective(400px) rotateY(-10deg)
}
 70% {
 transform: perspective(400px) rotateY(10deg)
}
 100% {
 transform: perspective(400px) rotateY(0deg);
 opacity: 1
}
}
.flipInY {
	-webkit-animation-name: flipInY;
	-moz-animation-name: flipInY;
	-ms-animation-name: flipInY;
	-o-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	-o-backface-visibility: visible !important;
	backface-visibility: visible !important
}
 @-webkit-keyframes flipOutY {
 0% {
 -webkit-transform: perspective(400px) rotateY(0deg);
 opacity: 1
}
 100% {
 -webkit-transform: perspective(400px) rotateY(90deg);
 opacity: 0
}
}
 @-moz-keyframes flipOutY {
 0% {
 -moz-transform: perspective(400px) rotateY(0deg);
 opacity: 1
}
 100% {
 -moz-transform: perspective(400px) rotateY(90deg);
 opacity: 0
}
}
 @-ms-keyframes flipOutY {
 0% {
 -ms-transform: perspective(400px) rotateY(0deg);
 opacity: 1
}
 100% {
 -ms-transform: perspective(400px) rotateY(90deg);
 opacity: 0
}
}
 @-o-keyframes flipOutY {
 0% {
 -o-transform: perspective(400px) rotateY(0deg);
 opacity: 1
}
 100% {
 -o-transform: perspective(400px) rotateY(90deg);
 opacity: 0
}
}
 @keyframes flipOutY {
 0% {
 transform: perspective(400px) rotateY(0deg);
 opacity: 1
}
 100% {
 transform: perspective(400px) rotateY(90deg);
 opacity: 0
}
}
.flipOutY {
	-webkit-animation-name: flipOutY;
	-moz-animation-name: flipOutY;
	-ms-animation-name: flipOutY;
	-o-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	-o-backface-visibility: visible !important;
	backface-visibility: visible !important
}
html {
	font-size: 62.5%;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
* {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	box-sizing: border-box
}
body {
	position: relative
}
img {
	max-width: 100%;
	height: auto;
	line-height: 0;
	vertical-align: bottom
}
a {
	color: inherit;
	text-decoration: none
}
#wrap {
	overflow: hidden;
	margin-left: 300px;
	margin-right: 0px
}

@media only screen and (max-width: 960px) {
#wrap {
	width: 100%;
	margin: 60px 0 0 0
}
}

@media only screen and (max-width: 600px) {
#wrap {
	margin: 50px 0 0 0
}
}
main {
	background: #fff
}
.inner {
	box-sizing: border-box;
	padding: 60px 40px
}

@media only screen and (max-width:600px) {
.inner {
	padding: 20px 15px
}
}
body#top #wrap, body#campaign #wrap {
	margin-right: 0px
}
body#top .inner {
	padding: 60px
}

@media only screen and (max-width: 960px) {
body#top .inner {
	padding: 60px 20px;
}
}

@media only screen and (max-width: 600px) {
body#top .inner {
	padding: 20px 15px
}
}
#footer-access {
	border-top: 1px solid #000;
	clear: both
}

@media only screen and (max-width: 600px) {
#footer-access .inner {
	padding: 20px 15px
}
}
#footer-access .inner .info-box {
	margin: 0 0 30px;
	padding: 0 10px;
	box-sizing: border-box;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 1px
}
#footer-access .inner .info-box .name span {
	display: block
}
#footer-access .inner .info-box .name span:nth-of-type(1) img {
	width: auto;
	height: 24px
}
#footer-access .inner .info-box .name span:nth-of-type(2) {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 15px 0 0
}
#footer-access .inner .info-box .name span:nth-of-type(3) {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 5px 0 0
}
#footer-access .inner .info-box .address {
	margin: 10px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6
}

@media only screen and (max-width: 600px) {
#footer-access .inner .info-box .address {
	font-size: 12px;
	font-size: 1.2rem
}
}
#footer-access .inner .info-box .train, #footer-access .inner .info-box .car {
	margin: 10px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5
}

@media only screen and (max-width: 600px) {
#footer-access .inner .info-box .train, #footer-access .inner .info-box .car {
	font-size: 12px;
	font-size: 1.2rem
}
}
#footer-access .inner .info-box .train em, #footer-access .inner .info-box .car em {
	font-weight: bold
}
#footer-access .inner #map-canvas {
	width: 1005;
	height: 400px;
	border: 1px solid #000
}

@media only screen and (max-width: 600px) {
#footer-access .inner #map-canvas {
	height: 200px
}
}
#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	background: #000;
	width: 300px;
	height: 100vh;
	padding: 40px;
	box-sizing: border-box
}

@media only screen and (max-width: 960px) {
#header {
	z-index: 1000;
	width: 100%;
	height: 60px;
	padding: 0;
	box-sizing: border-box
}
}

@media only screen and (max-width: 600px) {
#header {
	height: 50px
}
}

@media only screen and (max-width: 960px) {
#header__logo {
	background: #000;
	padding: 5px 0
}
}
#header__logo button {
	display: none
}

@media only screen and (max-width: 960px) {
#header__logo button {
	position: absolute;
	left: 20px;
	top: 15px;
	border: 0;
	outline: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: none;
	padding: 0;
}
#header__logo button span {
	display: block;
	color: #fff;
	font-size: 10px;
	position: absolute;
	bottom: 0;
	transition: all .4s;
}
#header__logo button::before, #header__logo button::after {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
	transition: all .4s;
}
#header__logo button::before {
	top: 2px;
}
#header__logo button::after {
	top: 11px;
}
#header__logo button.opened::before {
	transform: rotate(45deg);
	top: 14px;
}
#header__logo button.opened::after {
	transform: rotate(-45deg);
	top: 14px;
}
#header__logo button.opened span {
	bottom: -10px;
	opacity: 0;
}
}

@media only screen and (max-width: 600px) {
#header__logo button {
	top: 10px;
	width: 30px;
	height: 30px
}
}
#header__logo h1 {
	text-align: right
}

@media only screen and (max-width: 960px) {
#header__logo h1 {
	width: 100%;
	text-align: center
}
}
#header__logo h1 img {
	width: 210px
}

@media only screen and (max-width: 960px) {
#header__logo h1 img {
	width: auto;
	height: 50px
}
}

@media only screen and (max-width: 600px) {
#header__logo h1 img {
	width: auto;
	height: 40px
}
}
#gnav {
	margin: 20px 0 0;
	font-size: 11px;
	font-size: 1.1rem;
	color: #fff
}

@media only screen and (max-width: 960px) {
#gnav {
	width: 100%;
	height: 100vh;
	overflow-y: scroll;
	position: fixed;
	top: 60px;
	margin: 0;
	z-index: -1;
	background: #000;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-moz-transition: all, .4s;
	-o-transition: all, .4s;
	-webkit-transition: all, .4s;
	transition: all, .4s
}
#gnav.active {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
}

@media only screen and (max-width: 600px) {
#gnav {
	top: 50px
}
}
#gnav__menu li a {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	box-sizing: border-box;
	text-align: right;
	border-bottom: 1px solid #3c3c3c;
	letter-spacing: 1px;
	font-family: "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	position: relative;
}
#gnav__menu {
 margin-bottom: 20px;
}


@media only screen and (max-width: 960px) {
#gnav__menu li a {
	padding: 5px 10px;
	text-align: left;
	font-size: 14px;
	font-size: 1.0em;
}
}
#gnav__menu li a::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	-moz-transition: all, .6s;
	-o-transition: all, .6s;
	-webkit-transition: all, .6s;
	transition: all, .6s;
	background: #fff
}

@media only screen and (max-width: 960px) {
#gnav__menu li a::before {
	display: none;
	right: auto;
	left: 0
}
}
#gnav__menu li a:hover::before {
	width: 100%
}
#gnav__tel {
	margin: 20px 0 0
}

@media only screen and (max-width: 960px) {
#gnav__tel {
	margin: 10px 0 0
}
}
#gnav__tel p {
	letter-spacing: 1px;
	text-align: center;
	margin: 10px 0 0
}

@media only screen and (max-width: 960px) {
#gnav__tel p {
	margin: 4px 0 0
}
}
#gnav__tel p:nth-of-type(1) {
	font-size: 14px;
	font-size: 1.4rem
}
#gnav__tel p:nth-of-type(2) {
	font-size: 11px;
	font-size: 1.1rem
}
#gnav__tel p:nth-of-type(3) {
 font-size: 28px;
 font-size: 1.1rem;
 font-family: "Roboto";
 font-weight: 400;
 font-style: normal
}
#gnav__tel p:nth-of-type(4) {
	font-size: 11px;
	font-size: 1.1rem
}
#gnav__youtube {
	width: 180px;
	display: block;
	border: 1px solid #fff;
	margin: 20px auto
}

@media only screen and (max-width: 960px) {
#gnav__youtube {
	margin: 10px auto
}
}
#gnav__sns {
	font-size: 0;
	text-align: center;
	padding-bottom:200px;
}
#gnav__sns li {
	display: inline-block;
	width: 34px;
	margin: 0 10px
}
#footer {
	position: relative;
	background: #141414;
	text-align: center;
	padding: 80px 20px 120px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px
}

@media only screen and (max-width: 600px) {
#footer {
	padding-top: 30px;
}
}
#footer__nav ul {
	max-width: 608px;
	margin: auto;
	text-align: center;
	padding-top: 40px;
}

@media only screen and (max-width: 600px) {
#footer__nav ul {
	width: 100%;
	max-width: none;
}
}
#footer__nav ul li {
	display: inline-block;
	margin: 0 15px 20px
}

@media only screen and (max-width: 600px) {
#footer__nav ul li {
	display: block;
	margin: 0 10px 20px;
	text-align: left;
	border-bottom: 1px dotted;
	padding-bottom: 10px;
}
}
#footer__logo {
	margin: 20px 0 0;
}
#footer__logo span {
	display: block
}
#footer__logo span:nth-of-type(1) {
	text-align: center
}
#footer__logo span:nth-of-type(1) img {
	width: 24px
}
#footer__logo span:nth-of-type(2) {
	text-align: center;
	margin: 10px 0 0
}
#footer__logo span:nth-of-type(2) img {
	width: 200px;
	height: auto
}
#footer address {
	margin: 20px 0 0
}

@media only screen and (max-width: 600px) {
#footer address {
	line-height: 1.5;
}
}
#footer__tel {
	margin: 20px 0 0;
	font-size: 24px;
	font-size: 2.4rem
}
#footer__sns {
	font-size: 0;
	text-align: center;
	margin: 24px 0 0
}
#footer__sns_left {
	font-size: 0;
	text-align: left;
	margin: 24px 0 0
}
#footer__sns li,
#footer__sns_left li {
	display: inline-block;
	width: 34px;
	margin: 0 10px
}
#sp-banner {
	display: none
}
.sp-display {
	display: none;
}
.pc-display {
	display: block;
}

@media only screen and (max-width: 600px) {
.sp-display {
	display: block;
}
.sp-hidden {
	display: none;
}
	.pc-display {
	display: none;
}
}

@media only screen and (max-width: 960px) {
#sp-banner {
	-moz-transition: all, .4s;
	-o-transition: all, .4s;
	-webkit-transition: all, .4s;
	transition: all, .4s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	overflow: hidden
}
#sp-banner img {
	display: block;
	width: 150%;
	height: auto;
	margin-left: -25%;
	max-width: none
}
#sp-banner.active {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
}
#sidebar {
	width: 240px;
	min-height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: auto;
	padding: 40px 20px;
	background: #ebebeb
}

@media only screen and (max-width: 960px) {
#sidebar {
	position: relative;
	width: 100%;
	min-height: 0
}
}
#sidebar .side-menu {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 1px;
	padding: 0 0 30px
}
#sidebar .side-menu h1 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px;
}
#sidebar .side-menu ul {
	padding: 10px 0 0;
}
#sidebar .side-menu ul {
	font-size: 12px;
}
#sidebar .side-menu ul li a {
	padding: 5px 10px;
	display: block
}
#sidebar .side-contact {
	padding: 30px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000
}
#sidebar .side-contact h1 {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold
}
#sidebar .side-contact ul {
	margin: 10px 0 0
}

@media only screen and (max-width: 960px) {
#sidebar .side-contact ul {
 *zoom: 1;
	padding: 0 50px
}
#sidebar .side-contact ul:after {
	content: "";
	display: table;
	clear: both
}
}

@media only screen and (max-width: 600px) {
#sidebar .side-contact ul {
	padding: 0;
}
}
#sidebar .side-contact ul li {
	padding: 5px;
	box-sizing: border-box
}

@media only screen and (max-width: 960px) {
#sidebar .side-contact ul li {
	width: 50%;
	float: left
}
}
#sidebar .side-contact p {
	margin: 10px 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
	text-align: center;
	font-weight: bold
}
#sidebar .side-banner {
	padding: 30px 0 0
}

@media only screen and (max-width: 960px) {
#sidebar .side-banner ul {
 *zoom: 1;
	padding: 0 30px;
	box-sizing: border-box;
}
#sidebar .side-banner ul:after {
	content: "";
	display: table;
	clear: both
}
}

@media only screen and (max-width: 600px) {
#sidebar .side-banner ul {
	padding: 0
}
}
#sidebar .side-banner ul li {
	padding: 5px
}

@media only screen and (max-width: 960px) {
#sidebar .side-banner ul li {
	width: 50%;
	float: left
}
#sidebar .side-banner ul li:first-child {
	width: 100%;
	float: none;
	padding-bottom: 30px;
}
#sidebar .side-banner ul li:first-child a {
	display: block;
	text-align: center;
}
#sidebar .side-banner ul li:first-child a img {
	width: 50%;
}
}

@media only screen and (max-width: 600px) {
#sidebar .side-banner ul li {
	width: 50%;
}
#sidebar .side-banner ul li:first-child {
	width: 100%;
	float: none
}
#sidebar .side-banner ul li:first-child a img {
	width: 100%;
}
}
body#top #wrap {
	z-index: 1
}
body#top main {
	position: relative;
	z-index: 2
}
body#top #visual {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 300px;
	right: 0;
	width: auto;
	height: 100vh;
	overflow: hidden;
	z-index: 0;
	background-color: #000000;
}
body#top.landscape #visual {
	height: auto;
	position: relative;
}
body#top #visual.loaded {
	opacity: 1
}
body#top #visual.hidden {
	display: none
}
body#top.landscape #visual.hidden {
	display: block !important;
}

@media only screen and (max-width: 960px) {
body#top #visual {
	left: 0
}
}
body#top #visual .inner {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center
}
body#top.landscape #visual .inner {
	top: auto;
	left: auto;
	padding: 60px 0;
	position: relative;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

@media only screen and (max-width: 600px) {
body#top #visual .inner .logo {
	max-width: 66%;
	margin: auto
}
}
body#top #visual .inner .catch {
	z-index: 1;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 10px 0 30px 0;
	line-height: 1.5em;
}

@media only screen and (max-width: 600px) {
body#top #visual .inner .catch {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.5em;
}
}
body#top #visual .inner .button {
	z-index: 1;
	display: block;
	margin: auto;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	border: 1px solid #fff;
	width: 280px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-weight: 500;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2YTBmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4NzhmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -moz-linear-gradient(270deg, #26a0ff 0%, #2878ff 100%);
	background-image: -webkit-linear-gradient(270deg, #26a0ff 0%, #2878ff 100%);
	background-image: linear-gradient(180deg, #26a0ff 0%, #2878ff 100%);
}

@media only screen and (max-width: 960px) {
body#top #visual .inner .button {
	font-weight: bold;
}
}

@media only screen and (max-width: 600px) {
body#top #visual .inner .button {
	max-width: 75%;
	height: auto;
	line-height: 1.6;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem
}
}
body#top #visual .inner .tel {
	margin: 20px 0 0
}
body#top #visual .inner .tel p:nth-of-type(1) {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}
body#top #visual .inner .tel p:nth-of-type(2) {
	margin: 20px 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
}
body#top #visual .inner .tel p:nth-of-type(3) {
	margin: 10px 0 0;
	font-size: 40px;
	font-size: 4rem;
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width: 600px) {
body#top #visual .inner .tel p:nth-of-type(3) {
	font-size: 30px;
	font-size: 3rem
}
}
body#top #visual .inner .tel p:nth-of-type(4) {
	margin: 10px 0 0;
	font-size: 12px;
	font-size: 1.2rem
}
 @keyframes fadeOutDown {
 0% {
 opacity: 1
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(100%);
 -moz-transform: translateY(100%);
 -ms-transform: translateY(100%);
 -o-transform: translateY(100%);
 transform: translateY(100%)
}
}
 @-moz-keyframes fadeOutDown {
 0% {
 opacity: 1
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(100%);
 -moz-transform: translateY(100%);
 -ms-transform: translateY(100%);
 -o-transform: translateY(100%);
 transform: translateY(100%)
}
}
 @-webkit-keyframes fadeOutDown {
 0% {
 opacity: 1
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(100%);
 -moz-transform: translateY(100%);
 -ms-transform: translateY(100%);
 -o-transform: translateY(100%);
 transform: translateY(100%)
}
}
 @-ms-keyframes fadeOutDown {
 0% {
 opacity: 1
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(100%);
 -moz-transform: translateY(100%);
 -ms-transform: translateY(100%);
 -o-transform: translateY(100%);
 transform: translateY(100%)
}
}
 @-o-keyframes fadeOutDown {
 0% {
 opacity: 1
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(100%);
 -moz-transform: translateY(100%);
 -ms-transform: translateY(100%);
 -o-transform: translateY(100%);
 transform: translateY(100%)
}
}
body#top #visual .inner #scroll-icon {
	text-align: center;
	position: relative;
	margin: 20px auto 0;
	-webkit-animation: fadeOutDown 2s ease -2s infinite normal;
	animation: fadeOutDown 2s ease -2s infinite normal
}
body#top #visual .inner #scroll-icon a {
	width: 30px
}
body#top #visual .inner #scroll-icon a img {
	width: 30px
}
body#top .banner-area {
	box-sizing: border-box;
	color: #fff;
	background: #1f1f1f;
}
body#top .banner-area .pnav ul {
 *zoom: 1;
}
body#top .banner-area .pnav ul:after {
	content: "";
	display: table;
	clear: both;
}
body#top .banner-area .pnav ul li {
	width: 25%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
body#top .banner-area .pnav ul li {
	width: 50%
}
}
body#top .banner-area .pnav ul li a {
	display: block;
	box-sizing: border-box
}
body#top .banner-area .pnav ul li a img {
	border: 1px solid #fff
}
body#top .banner-area .banner {
	margin: 0px 0 0;
	text-align: center;
	display: flex;
	justify-content:space-between;
}
body#top .banner-area .banner a {
flex-basis: 50%;
	width: 50%;
	padding: 5px;
}
body#top .banner-area .banner a img {
	width: 100%
}
@media only screen and (max-width: 600px) {
	body#top .banner-area .banner{
		display: block;
	}
	body#top .banner-area .banner a {
flex-basis: 100%;
	width: 100%;
		display: block;
}
}
body#top .banner-area .tel {
	text-align: center;
	margin: 30px 0 0
}
body#top .banner-area .tel .mainTitle {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1em;
}
body#top .banner-area .tel .title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}

@media only screen and (max-width: 600px) {
body#top .banner-area .tel .title {
	font-size: 16px;
	font-size: 1.6rem;
}
}
body#top .banner-area .tel .title b {
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

@media only screen and (max-width: 600px) {
body#top .banner-area .tel .title b {
	font-size: 20px;
	font-size: 2rem;
}
}
body#top .banner-area .tel ul {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	text-align: center;
    /*max-width: 500px;*/
    *zoom: 1
}
body#top .banner-area .tel ul:after {
	content: "";
	display: table;
	clear: both
}
body#top .banner-area .tel ul li {
	display: inline-block;
	width: 300px;
	box-sizing: border-box;
}
body#top .banner-area .tel ul li:first-child {
	margin-right: 15px;
}

@media only screen and (max-width: 960px) {
body#top .banner-area .tel ul li {
	width: 48%;
}
body#top .banner-area .tel ul li:first-child {
	margin-right: 2%;
}
}

@media only screen and (max-width: 600px) {
body#top .banner-area .tel ul li {
	width: 100%;
	max-width: 260px;
	margin: auto;
	display: block;
}
body#top .banner-area .tel ul li:first-child {
	margin-bottom: 10px;
	margin-right: auto;
}
}
body#top .banner-area .tel ul li a {
	font-size: 14px;
	height: auto;
	text-align: center;
	font-weight: 500;
	line-height: 1em;
	margin: 0px;
	clear: none;
	min-height: 0px;
	color: rgb(255, 255, 255);
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	letter-spacing: normal;
	display: block;
	padding: 20px;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(270deg, rgb(38, 160, 255) 0%, rgb(40, 120, 255) 100%);
	background-image: linear-gradient(180deg, rgb(38, 160, 255) 0%, rgb(40, 120, 255) 100%);
}
body#top .banner-area .tel ul li a img {
	/*border: 1px solid #fff*/
}
body#top .banner-area .tel .tel-box {
	margin: 20px 0 0;
	font-weight: 700;
	line-height: 1.5
}

@media only screen and (max-width: 600px) {
body#top .banner-area .tel .tel-box {
	margin: 20px 0 35px;
}
}
body#top .banner-area .tel .tel-box p:nth-of-type(1) {
	font-size: 16px;
}
body#top .banner-area .tel .tel-box p:nth-of-type(2) {
	font-size: 12px;
	padding-top: 5px;
}
body#top .banner-area .tel .tel-box p:nth-of-type(3) {
	font-size: 30px;
}

@media only screen and (max-width: 600px) {
body#top .banner-area .tel .tel-box p:nth-of-type(3) {
	font-size: 24px;
}
}
body#top .banner-area .tel .tel-box p:nth-of-type(4) {
	font-size: 12px;
	padding-top: 5px;
}

@media only screen and (max-width: 600px) {
body#top .banner-area .tel .tel-box p:nth-of-type(4) {
	font-size: 11px;
}
}
body#top .banner-area .tel .time {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 10px 0 20px 0;
	font-weight: 700
}
body#top .banner-area .campaign {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    text-align: center
}
body#top .banner-area .campaign figure img {
	display: block;
	margin: 0 auto;
	width: 100%;
	border: 1px solid #fff
}

@media only screen and (max-width: 960px) {
body#top .banner-area .campaign{
    padding: 0 5px;
    text-align: center;
}
}

@media only screen and (max-width: 600px) {
body#top .banner-area .campaign {
	margin: 10px 0 0;
}
}
body#top .banner-area .campaign p {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 10px 0 0;
	line-height: 1.5
}
body#top .banner-area .campaign .title {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 20px 0 0
}
body#top .banner-area:nth-of-type(1) {
	margin-top: 100vh;
	color: inherit;
	background-image: url(../images/top/banner-area-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
body#top.landscape .banner-area:nth-of-type(1) {
	margin-top: 0;
}
body#top .banner-area:nth-of-type(1) .banner a img {

}
body#top .banner-area:nth-of-type(1) .tel ul li a img {
	border: 1px solid #fff;
}
body#top .banner-area:nth-of-type(1) .pnav ul li a img {
	border: 1px solid #000
}
body#top #news {
	color: #fff;
	font-weight: 500;
	margin-bottom: 50px;
	padding: 50px 70px;
	background-image: url("../images/top/news_bg.jpg");
	background-attachment: fixed;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: 0% 0%;
	background-repeat: repeat repeat;
}
@media only screen and (max-width: 600px) {
body#top #news {
	padding: 20px;
}
}
body#top #news h1 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1em;
	margin: 8px 0px 0px;
	font-family: "Times New Roman", Times, "serif";
	padding: 0 0 10px;
	border: 0;
	text-align: left;
	background: none;
	animation: Flash1 2s infinite;
}
@keyframes Flash1{
  50%{
    text-shadow: 0 0 10px #fff,0 0 15px #fff;
  }
}
body#top #news hr {
	width: 100%;
	height: 30px;
	border: none 0;
	background: none;
}
body#top #news h2 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1em;
	margin: 8px 0px 0px;
	font-family: "Times New Roman", Times, "serif";
	background: none;
	padding: 0 0 10px;
	border: 0;
	text-align: left;
}
@media only screen and (max-width: 600px) {
body#top #blog h1 {
	font-size: 36px;
	font-size: 3.6rem;
}
}
body#top #news ul li {
	font-size: 13px;
	font-size: 1.3rem;
	font-family: "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
body#top #news ul li.newslist:first-child {
	font-size: 13px;
	font-size: 1.3rem;
	/*
	color: rgba(212,0,3,1.00);*/
	font-family: "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
body#top #news ul li.newslist:first-child::after {
	/*content:"重要";
	font-size: 13px;
	line-height: 28px;
	color: rgba(255,255,255,1.00);
	padding: 0px 10px 5px 10px;
	background-color: rgba(212,0,3,1.00);
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;	*/
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
body#top #news ul li time, body#top #news ul li h3 {
	display: inline-block;
	vertical-align: top;
	padding: 10px 0 0;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
body#top #news ul li time, body#top #blog ul li time {
	margin-right: 4px;
}
body#top #news .all-post, body#top #blog .all-post {
	display: inline-block;
	color: rgb(40, 120, 255);
	margin: 20px 0 0;
	text-decoration: underline;
}
body#top .section h1 {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	font-family: "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	background: #000;
	color: #fff;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000
}
body#top .section h1+figure {
	margin: 20px 0 0
}
body#top .section h1+figure img {
	width: 100%;
}
body#top .section .intro {
	text-align: center;
	font-family: "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif
}
body#top .section .intro .catch {
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	line-height: 1.3em;
}
body#top .section .intro .catch2 {
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 30px;
	font-size: 3rem;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
	line-height: 40px;
}

@media only screen and (max-width: 600px) {
body#top .section .intro .catch {
	text-align: left;
	font-size: 16px;
	margin-top: 10px;
}
body#top .section h1 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	background: #000;
	color: #fff;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
body#top .section .intro .catch2 {
	font-weight: bold;
	letter-spacing: 0em;
	font-size: 30px;
	font-size: 2rem;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	text-align: left;
	line-height: 40px;
}
body#top .section .h2 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
	font-family: "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	background: #ebebeb;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color: #e1e1e1
}
}
body#top .section .intro .text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8
}

@media only screen and (max-width: 600px) {
body#top .section .intro .text {
	text-align: left;
	line-height: 1.8;
	font-size: 14px;
}
}
body#top .section .intro .text em {
	font-weight: bold
}
body#top .section .intro .banner {
	margin: 30px 0 0;
	text-align: center;
	display: flex;
	justify-content:space-between;
}
body#top .section .intro .banner a {
	flex-basis: 49%;
}
body#top .section .intro .banner a img {
	width: 100%;
	border: 1px solid #000
}

@media only screen and (max-width: 600px) {
	body#top .section .intro .banner{
		display: block;
	}
	body#top .section .intro .banner a {
flex-basis: 100%;
	width: 100%;
		display: block;
		padding: 5px 0;
}
}

body#top .section .section-child {
    margin: 40px 0 0;
}
body#top .section .section-child h2 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	font-family: "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	background: #ebebeb;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	box-sizing: border-box;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color: #e1e1e1
}
body#top .section .section-child h2.omidashi {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    font-family: "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    box-sizing: border-box;
	border-top: 2px none #000;
	border-bottom: 2px none #000;
}

@media only screen and (max-width: 600px) {
body#top .section .section-child h2 {
	font-size: 16px;
	padding: 10px;
	text-align: left;
}
}
body#top .section .section-child .read-text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	font-family: "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	text-align: center;
	padding: 30px 0 30px;/*border-bottom: 1px dotted #1f1f1f*/
}

@media only screen and (max-width: 960px) {
body#top .section .section-child .read-text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	font-family: "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	text-align: center;
	padding: 30px 10px;/*border-bottom: 1px dotted #1f1f1f*/
}
}

@media only screen and (max-width: 600px) {
body#top .section .section-child .read-text {
	text-align: left;
	padding: 20px 0;
	font-size: 14px;
}
}
body#top .section .section-child .read-text em {
	font-weight: bold
}
body#top .section .section-child .read-text.large {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 40px 0;
	border: 0
}

@media only screen and (max-width: 600px) {
body#top .section .section-child .read-text.large {
	text-align: left;
	font-size: 1.4rem;
	padding: 20px 0;
}
}
body#top #about .section-child {
	margin: 40px 0 0
}

@media only screen and (max-width: 600px) {
body#top #about .section-child {
	margin: 20px 0 0
}
}
body#top #about .section-child h2 {
	background-image: url("../images/top/recom_title_bg1.png"), url("../images/top/recom_title_bg1.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: contain, contain;
	background-position: right 50%, left 50%;
	font-size: 2rem;
}
body#top #about .section-child h2.omidashi {
	background-image: url("../images/top/midashi-bg.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	font-size: 2rem;
	color:#fff;
	padding: 5% 0;
}
body#top #studio .section-child h2.omidashi {
	background-image: url("../images/top/midashi-bg.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	font-size: 2rem;
	color:#fff;
	padding: 5% 0;
}
body#top #program .section-child h2.omidashi {
	background-image: url("../images/top/midashi-bg.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	font-size: 2rem;
	color:#fff;
	padding: 5% 0;
}
body#top #access .section-child h2.omidashi {
	background-image: url("../images/top/midashi-bg.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	font-size: 2rem;
	color:#fff;
	padding: 5% 0;
}

@media only screen and (max-width: 600px) {
body#top #about .section-child h2 {
	background-image: none;
	font-size: 1.6rem;
	line-height: 1.5;
}
}
body#top #about .section-child .course-title {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 40px 0 20px 0;
	margin: 30px 0 0;
	font-family: "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	border-top: 2px solid #000;
	/*border-bottom: 1px dotted #1f1f1f;*/
	text-align: center;
	line-height: 1.8
}
body#top #about .section-child .course-title h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 15px;
}

@media only screen and (max-width: 600px) {
body#top #about .section-child .course-title h3 {
	font-size: 16px;
	letter-spacing: -1px;
}
body#top #about .section-child .course-title p {
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
}
}
body#top #about .section-child .course-title .diff {
	margin: 10px 0 0
}
body#top #about .section-child .course-title:nth-of-type(1) {
	background-image: url("../images/top/about_bg_fitness.png");
	background-size: contain;
	background-position: right bottom;
	margin: 0
}
body#top #about .section-child .course-title:nth-of-type(2) {
	background-image: url("../images/top/about_bg_diet.png");
	background-size: contain;
	background-position: right bottom;
	margin: 0
}
body#top #about .section-child .course-title:nth-of-type(3) {
	background-image: url("../images/top/about_bg_athlete.png");
	background-size: contain;
	background-position: right bottom;
	margin: 0
}
body#top #about .banner-kick {
	display: block;
	margin: 25px 0 0;
	padding: 40px 0 0;
	border-top: 2px solid #000
}
body#top #about .banner-kick img {
	width: 100%;
}

@media only screen and (max-width: 600px) {
body#top #about .banner-kick {
	padding-top: 0;
	border: 0;
}
}
body#top #program {

}

@media only screen and (max-width: 767px) {
body#top #program {
	background-image: none;
}
}
body#top #program h1 {
	background: #fff;
	color: #000;
	font-weight: bold
}
body#top #program .section-child h2 {
	padding-left: 0;
	padding-right: 0
}

@media only screen and (max-width: 600px) {
body#top #program .section-child h2 {
	font-size: 16px;
	padding: 10px;
	line-height: 1.5;
}
}
body#top #program .section-child .read-text {
	border-bottom: 2px solid #000;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2
}

@media only screen and (max-width: 960px) {
body#top #program .section-child .read-text {
	text-align: left;
	line-height: 1.5;
}
}
body#top #program #program-flow #program-flow01 {
	position: relative;
	display: table;
	width: 300px;
	padding: 10px;
	box-sizing: border-box;
	border: 2px solid #1f1f1f;
	background: #fff;
	margin: 30px auto 0
}
body#top #program #program-flow #program-flow01 p {
	display: table-cell;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	font-family: "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	text-align: center;
	padding: 20px 0
}
body#top #program #program-flow #program-flow01 p span {
	font-size: 12px;
	font-size: 1.2rem
}
body#top #program #program-flow #program-flow02 .title {
	margin: 0 0 40px
}
body#top #program #program-flow #program-flow02 .title span {
	display: block;
	text-align: center
}
body#top #program #program-flow #program-flow02 .title span:nth-of-type(1) {
	font-size: 24px;
	font-size: 2.4rem;
	font-family : 'futura-pt', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: bold;
}
body#top #program #program-flow #program-flow02 .title span:nth-of-type(2) {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 10px 0 0;
	font-family: "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif
}
body#top #program #program-flow #program-flow02 .plan-box {
	background: #fff
}
body#top #program #program-flow #program-flow02 .arrow {
	margin: 20px auto;
	text-align: center
}
body#top #program #program-flow #program-flow02 .arrow img {
	width: auto;
	height: 110px
}
body#top #program #program-flow #program-flow03 {
	width: 300px;
	margin: auto
}

@media only screen and (max-width: 600px) {
body#top #program #program-flow #program-flow03 {
	width: 100%
}
}
body#top #program #program-flow #program-flow03 .plan-box {
	padding: 10px 0;
	background: #fff
}
body#top #program #program-flow #program-flow03 .plan-box ul {
	margin: 0
}
body#top #program #program-flow #program-flow03 .plan-box ul li {
	width: 100%
}
body#top #program #program-flow #program-flow03 .plan-box ul+p {
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 1px;
	line-height: 1.5
}
body#top #program #program-flow #program-flow03 .arrow {
	margin: 20px auto;
	text-align: center
}
body#top #program #program-flow #program-flow03 .arrow img {
	width: auto;
	height: 110px
}
body#top #program #program-flow #program-flow01, body#top #program #program-flow #program-flow02 {
	position: relative
}
body#top #program #program-flow #program-flow01::before, body#top #program #program-flow #program-flow02::before {
	content: "";
	display: none;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 100%;
	left: 50%;
	background: url("../images/top/arrow_down_b.png") no-repeat center center;
	background-size: cover;
	margin: 20px 0 0 -18px
}
body#top #price {

}

@media only screen and (max-width: 767px) {
body#top #price {
	background-image: none;
}
}
body#top #price h1 {
	background: #fff;
	color: #000;
	font-weight: bold
}
body#top #price h1+p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	padding: 30px 0;
	text-align: center;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}

@media only screen and (max-width: 600px) {
body#top #price h1 {
	padding: 10px;
}
body#top #price h1+p {
	text-align: left;
	padding: 15px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}
}
body#top #price .price-section {
	padding: 0 0 20px
}
body#top #price .price-section h2 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	padding: 15px;
	box-sizing: border-box;
	border-top: 1px solid #1f1f1f;
	border-bottom: 1px solid #1f1f1f;
	background: #fff;
	margin: 0 0 20px
}

@media only screen and (max-width: 600px) {
body#top #price .price-section h2 {
	padding: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
}
body#top #price .price-section table {
	width: 100%;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	margin: 20px 0 0;
	background: #fff
}
body#top #price .price-section table:nth-of-type(1) {
	margin: 0
}
body#top #price .price-section table caption {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	padding: 10px;
	box-sizing: border-box;
	font-weight: bold;
	background-color: #4B4B4B;
	border-style: solid;
	border-bottom-width: 0;
	border-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
}
body#top #price .price-section table tr {
	border: 1px solid #1f1f1f
}
body#top #price .price-section table tr th, body#top #price .price-section table tr td {
	padding: 14px;
	box-sizing: border-box;
	text-align: center
}

@media only screen and (max-width: 600px) {
body#top #price .price-section table tr th, body#top #price .price-section table tr td {
	display: block
}
}
body#top #price .price-section table tr th {
	width: 30%;
	padding: 14px 0;
	border-right: 1px dotted #1f1f1f;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold
}
body#top #price .price-section table tr td:nth-of-type(1) {
    width: 45%;
    font-size: 12px;
    font-size: 1.2rem;
    border-right: 1px dotted #1f1f1f;
    text-align: left;
}

@media only screen and (max-width: 600px) {
body#top #price .price-section table tr td:nth-of-type(1) {
	width: 100%;
	border: 0;
	padding: 0 14px
}
}
body#top #price .price-section table tr td:nth-of-type(2) {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
}
body#top #price .price-section table tr td span {
	font-size: 10px;
	font-size: 1rem
}
body#top #price .price-section table.table2 caption {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 10px
}
body#top #price .price-section table.table2 tr th, body#top #price .price-section table.table2 tr td {
	padding: 10px
}
body#top #price .price-section table.table2 tr td:nth-of-type(1) {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px
}

@media only screen and (max-width: 600px) {
body#top #price .price-section table tr th {
	width: 100%;
	border: 0;
	text-align: left;
	padding-left: 15px;
}
body#top #price .price-section table tr td {
	text-align: left;
	line-height: 1.5;
}
}
body#top #price .price-section table+p {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	margin: 10px 0 0;
	padding: 0 10px;
	box-sizing: border-box
}

@media only screen and (max-width: 600px) {
body#top #price .price-section table+p {
	line-height: 1.5;
}
}
body#top #price .text-box {
	border-top: 1px solid rgb(31, 31, 31);
	border-bottom: 1px solid rgb(31, 31, 31);
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	padding: 30px 0 0;
	margin: 10px 0 20px;
}
body#top #price .text-box h3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px dotted rgb(31, 31, 31);
}
body#top #price .text-box ul {
	padding: 0 15px 20px;
	overflow: hidden;
}
body#top #price .text-box ul li {
	width: 100%;
	float: left;
	line-height: 1.5;
}
body#top #price .text-box ul li:nth-of-type(odd) {
	clear: both;
}
body#top #price .text-box h4 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 10px 5px;
}
body#top #price .text-box p {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0px 10px 10px;
}
body#top #price .text-box small {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0px 10px 10px;
}

@media only screen and (max-width: 600px) {
body#top #price .text-box ul {
	padding: 0;
}
body#top #price .text-box ul li {
	width: 100%;
}
}
body#top #price .credit-text {
	margin: 10px 0 0;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
body#top #price .credit-text img {
	width: 250px
}
body#top #studio h1 {
	background: #ebebeb;
	color: #000;
	font-weight: bold
}
body#top #studio .studio-section {
	padding: 30px 0 0;
	margin: 0 0 50px;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	border-top: 1px solid #000
}
body#top #studio .studio-section:nth-of-type(1) {
	border-top: none
}
body#top #studio .studio-section:last-child {
	margin-bottom: 0
}
body#top #studio .studio-section h3 {
	width: 50%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	z-index: 1;
	position: relative
}

@media only screen and (max-width: 600px) {
body#top #studio .studio-section {
	margin: 0;
	padding: 20px 0;
}
body#top #studio .studio-section h3 {
	width: 100%;
	padding: 0;
	float: none;
}
}
body#top #studio .studio-section h3 img {
	z-index: 0
}
body#top #studio .studio-section h3 .text {
	z-index: 2;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
body#top #studio .studio-section h3 .text span {
	text-align: center;
	color: #fff;
	display: block
}
body#top #studio .studio-section h3 .text span:nth-of-type(1) {
	font-family : 'futura-pt', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 60px;
	font-size: 6rem;
	font-weight: bold;
}
body#top #studio .studio-section h3 .text span:nth-of-type(2) {
	font-size: 16px;
	font-size: 1.6rem
}
body#top #studio .studio-section ul {
	width: 50%;
	float: left;
	padding: 5px;
	box-sizing: border-box
}

@media only screen and (max-width: 600px) {
body#top #studio .studio-section ul {
	width: 100%;
	float: none;
	padding: 0;
}
}
body#top #studio .studio-section ul li {
	width: 50%;
	float: left;
	padding: 5px;
	box-sizing: border-box
}

@media only screen and (max-width: 600px) {
body#top #studio .studio-section ul li {
	width: 49%;
	padding: 0;
	margin-top: 5px;
}
body#top #studio .studio-section ul li:nth-of-type(even) {
	margin-left: 2%;
}
}
body#top #studio .studio-section p {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 15px 10px 0;
	box-sizing: border-box
}
body#top #access h1 {
	background: #ebebeb;
	color: #000;
	font-weight: bold
}
body#top #access .inner {
	padding-top: 0
}
body#top #access .info-box {
	margin: 50px 0;
	padding: 0 10px;
	box-sizing: border-box;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 1px
}
body#top #access .info-box .name span {
	display: block
}
body#top #access .info-box .name span:nth-of-type(1) img {
	width: auto;
	height: 24px
}
body#top #access .info-box .name span:nth-of-type(2) {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 15px 0 0;
	font-weight: 700
}
body#top #access .info-box .name span:nth-of-type(3) {
	font-size: 20px;
	font-size: 2.0rem;
	margin: 5px 0 0;
	font-weight: 700
}
body#top #access .info-box .address {
	margin: 15px 0 0;
	font-size: 16px;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #4f4f4f
}
body#top #access .info-box .train, body#top #access .info-box .car {
	margin: 15px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #4f4f4f
}
body#top #access .info-box .train em, body#top #access .info-box .car em {
	font-weight: bold;
	color: #000000
}
body#top #access #map-canvas {
	width: 1005;
	height: 400px;
	border: 1px solid #000
}

@media only screen and (max-width: 600px) {
body#top #access .info-box {
	margin: 30px 0;
}
body#top #access .info-box .address, body#top #access .info-box .train, body#top #access .info-box .car {
	font-size: 14px;
	letter-spacing: 0;
}
body#top #access #map-canvas {
	height: 200px
}
}
body#top #studio_view .read-text {
	border: 0
}

@media only screen and (max-width: 600px) {
body#top #studio_view .read-text {
	font-size: 14px;
	padding: 15px 0;
}
}
body#top #studio_view iframe {
	width: 100%;
	height: 430px
}

@media only screen and (max-width: 600px) {
body#top #studio_view iframe {
	height: 200px
}
}
body#top .instagram-content h1 {
	text-align: center
}
body#top .instagram-content h1 img {
	width: 220px;
	height: auto
}
body#top .instagram-content h1+p {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin: 10px 0 0;
	text-align: center
}
body#top .instagram-content ul {
	margin: 60px 0 0;
 *zoom: 1
}
body#top .instagram-content ul:after {
	content: "";
	display: table;
	clear: both
}
body#top .instagram-content ul li {
	width: 25%;
	float: left;
	padding: 10px;
	box-sizing: border-box
}

@media only screen and (max-width: 600px) {
body#top .instagram-content ul li {
	width: 50%
}
}
body#top .plan-box {
	width: 100%;
	text-align: center;
	border: 2px solid #000;
	box-sizing: border-box;
	padding: 30px 0
}
body#top .plan-box .plan-title span {
	display: block
}
body#top .plan-box .plan-title span:nth-of-type(1) {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif
}
body#top .plan-box .plan-title span:nth-of-type(2) {
	font-size: 30px;
	font-size: 3.0rem;
	font-family : 'futura-pt', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	;
	margin: 10px 0 0;
	font-weight: bold;
}

@media only screen and (max-width: 600px) {
body#top .plan-box .plan-title span:nth-of-type(2) {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 10px 0 0;
}
}
body#top .plan-box ul {
	margin: 20px 0 0;
	padding: 0 10px;
	box-sizing: border-box;
 *zoom: 1
}
body#top .plan-box ul:after {
	content: "";
	display: table;
	clear: both
}
body#top .plan-box ul li {
	display: block;
	width: 33.333333%;
	float: left;
	box-sizing: border-box;
	padding: 10px
}

@media only screen and (max-width: 600px) {
body#top .plan-box ul li {
	width: 100%
}
}
body#top .plan-box ul li figure {
	display: block;
	border: 1px solid #1f1f1f;
	border-bottom: 0
}
body#top .plan-box ul li .text-box {
	padding: 20px 10px;
	box-sizing: border-box;
	background: #f5f5f5;
	border: 1px solid #1f1f1f;
	border-top: 0
}
body#top .plan-box ul li .text-box .plan-name {
	padding-bottom: 20px;
	border-bottom: 1px dotted #1f1f1f
}
body#top .plan-box ul li .text-box .plan-name span {
	display: block;
	text-align: center
}
body#top .plan-box ul li .text-box .plan-name span:nth-of-type(1) {
	font-family : 'futura-pt', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	;
	font-size: 24px;

	font-size: 2.4rem;
	font-weight: bold;
}

@media only screen and (max-width: 600px) {
body#top .plan-box ul li .text-box .plan-name span:nth-of-type(1) {
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 0;
	font-weight: bold;
}
}
body#top .plan-box ul li .text-box .plan-name span:nth-of-type(2) {
	font-family: "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	margin: 10px 0 0;
	font-size: 11px;
	font-size: 1.1rem
}
body#top .plan-box ul li .text-box .plan-content {
	padding: 20px 0 15px;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
body#top .plan-box ul li .text-box .plan-content em {
	font-size: 18px;
	font-size: 1.8rem
}
body#top .plan-box ul li .text-box .plan-price {
	font-family: "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	font-weight: bold
}
body#top .plan-box ul li .text-box .plan-price span:nth-of-type(1) {
	font-size: 18px;
	font-size: 1.8rem
}
body#top .plan-box ul li .text-box .plan-price span:nth-of-type(2) {
	font-size: 12px;
	font-size: 1.2rem
}
body#top .card-wrap {
 *zoom: 1;
	margin: 0 0 30px
}
body#top .card-wrap:after {
	content: "";
	display: table;
	clear: both
}
body#top .card-wrap .card-box {
	width: 33.333333%;
	float: left;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
	font-family: "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	font-size: medium;
}

@media only screen and (max-width: 600px) {
body#top .card-wrap .card-box {
	width: 100%;
	padding-top: 10px;
}
body#top .card-wrap .card-box:last-child {
	padding-bottom: 0px;
}
}
body#top .card-wrap .card-box .title {
	font-weight: bold;
	font-size: 14px;
	font-size: 1.3rem;
	margin-top: 12px;
	margin-right: 0;
	margin-left: 5px;
	margin-bottom: 0
}
body#top .card-wrap .card-box p {
    font-size: 12px;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px
}

@media only screen and (max-width: 600px) {
body#top .card-wrap .card-box p {
	font-size: 14px;
	font-size: 1.4rem;
}
body#top .card-wrap .card-box .title {
	font-size: 16px;
	font-size: 1.6rem;
}
}
body#top .card-wrap.trainer .card-box {
	padding: 5px 5px 15px;
	width: 25%;
	font-family: "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif
}

@media only screen and (max-width: 600px) {
body#top .card-wrap.trainer .card-box {
	width: 50%
}
body#top .card-wrap.trainer .card-box:nth-of-type(odd) {
	clear: both
}
}
body#top .card-wrap.trainer .card-box .title {
	margin: 15px 0 0 5px;
	line-height: 1.5
}
body#top .card-wrap.trainer .card-box .title span {
	display: block
}
body#top .card-wrap.trainer .card-box .title span:nth-of-type(1) {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2;
	margin: 15px 0 2px 0;
}
body#top .card-wrap.trainer .card-box .title span:nth-of-type(2) {
	font-size: 15px;
	font-size: 1.5rem;
 line-height: 1.3 margin: 15px 0 0 5px;
}
body#top .card-wrap.trainer .card-box p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3
}
body#blog .blog-wrap {
	padding: 40px 40px 0
}

@media only screen and (max-width: 600px) {
body#blog .blog-wrap {
	padding: 20px 15px
}
}
body#blog .blog-wrap .blog-title {
	padding: 0 10px;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
body#blog .blog-wrap .blog-title h1 img {
	width: auto;
	height: 30px
}
body#blog .blog-wrap .blog-title h1+p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 20px 0 0
}
body#blog .blog-wrap .blog-box {
	margin: 60px 0
}
body#blog .blog-wrap .blog-box:nth-of-type(1) {
	margin: 40px 0 0
}
body#blog .blog-wrap .blog-box .blog-header {
	padding: 20px 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 12px;
	font-size: 1.2rem
}
body#blog .blog-wrap .blog-box .blog-header h1 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
body#blog .blog-wrap .blog-box .blog-header time {
	display: block;
	margin: 20px 0 0
}
body#blog .blog-wrap .blog-box .blog-header p {
	margin: 10px 0 0
}
body#blog .blog-wrap .blog-box .blog-contents {
	padding: 40px 10px 0;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	line-height: 2
}
body#blog .blog-wrap .blog-box .blog-contents p {
	margin: 2em 0 0
}
body#blog .blog-wrap .blog-box .blog-contents .addtoany_share_save_container {
	margin: 40px 0
}
body#blog .blog-wrap .blog-box .blog-footer {
	padding: 0 10px
}
body#blog .pager-wrap {
	padding: 40px 0;
	border-top: 1px solid #000
}

@media only screen and (max-width: 960px) {
body#blog .pager-wrap {
	padding: 40px
}
}
body#blog .pager-wrap p {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	margin: 0 0 20px
}
body#blog .pager-wrap .pager {
	display: block;
	text-align: center;
	font-size: 0
}
body#blog .pager-wrap .pager span, body#blog .pager-wrap .pager a {
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #000;
	margin: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block
}
body#blog .pager-wrap .pager span.current {
	background: #ebebeb
}
body#blog .pager-wrap .pager a {
	-moz-transition: all, .4s;
	-o-transition: all, .4s;
	-webkit-transition: all, .4s;
	transition: all, .4s
}
body#blog .pager-wrap .pager a:hover {
	background: #ebebeb
}
body#blog .pager-wrap .wp-pagenavi {
	display: block;
	text-align: center;
	font-size: 0
}
body#blog .pager-wrap .wp-pagenavi span, body#blog .pager-wrap .wp-pagenavi a {
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #000;
	margin: 5px;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block
}
body#blog .pager-wrap .wp-pagenavi span.current {
	background: #ebebeb
}
body#blog .pager-wrap .wp-pagenavi a {
	-moz-transition: all, .4s;
	-o-transition: all, .4s;
	-webkit-transition: all, .4s;
	transition: all, .4s
}
body#blog .pager-wrap .wp-pagenavi a:hover {
	background: #ebebeb
}
body#contact .form-wrap {
	padding: 40px 40px 0
}

@media only screen and (max-width: 600px) {
body#contact .form-wrap {
	padding: 20px 15px
}
}
body#contact .form-wrap .form-title {
	padding: 0 10px
}
body#contact .form-wrap .form-title h1 {
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold
}
body#contact.thanks .form-wrap .form-title h1 img {
	height: 30px;
}
body#contact .form-wrap .form-box {
	margin: 30px 0
}
body#contact .form-wrap .form-box .form-header {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 10px;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
body#contact .form-wrap .form-box .form-header p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px
}
body#contact .form-wrap .form-box .form-header p:last-child {
	margin-bottom: 0
}
body#contact .form-wrap .form-box .form-header p.tel {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold
}
body#contact .form-wrap .form-box .form-header p.small {
	margin: 20px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal
}
body#contact .form-wrap .form-box .form-contents {
	margin: 0;
	padding: 0 0 60px;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	line-height: 2
}
body#contact .form-wrap .form-box .form-contents .form-table {
	padding: 40px 10px 0
}

@media only screen and (max-width: 960px) {
body#contact .form-wrap .form-box .form-contents .form-table {
	padding-right: 50px;
	padding-left: 50px
}
}

@media only screen and (max-width: 600px) {
body#contact .form-wrap .form-box .form-contents .form-table {
	padding-right: 30px;
	padding-left: 30px
}
}
body#contact .form-wrap .form-box .form-contents .form-table dl {
	margin: 20px 0 0
}
body#contact .form-wrap .form-box .form-contents .form-table dl:first-child {
	margin: 0
}
body#contact .form-wrap .form-box .form-contents .form-table dl dt {
	line-height: 1;
	padding: 10px 0
}
body#contact .form-wrap .form-box .form-contents .form-table dl dd input[type="text"], body#contact .form-wrap .form-box .form-contents .form-table dl dd input[type="email"], body#contact .form-wrap .form-box .form-contents .form-table dl dd textarea {
	margin: 10px;
	width: 100%;
	resize: none;
	padding: 10px 10px;
	box-sizing: border-box;
	border: 1px solid #000
}
body#contact .form-wrap .form-box .form-contents .form-table dl dd input[type="text"]:first-child, body#contact .form-wrap .form-box .form-contents .form-table dl dd input[type="email"]:first-child, body#contact .form-wrap .form-box .form-contents .form-table dl dd textarea:first-child {
	margin: 0
}
body#contact .form-wrap .form-box .form-contents .form-table dl dd input[type="text"].wpcf7c-conf, body#contact .form-wrap .form-box .form-contents .form-table dl dd input[type="email"].wpcf7c-conf, body#contact .form-wrap .form-box .form-contents .form-table dl dd textarea.wpcf7c-conf {
	background: none
}
body#contact .form-wrap .form-box .form-contents .form-table dl dd input[type="text"], body#contact .form-wrap .form-box .form-contents .form-table dl dd input[type="email"] {
	max-width: 350px
}
body#contact .form-wrap .form-box .form-contents .form-table dl dd input[type="tel"] {
	width: 100px;
	resize: none;
	padding: 10px 10px;
	box-sizing: border-box;
	border: 1px solid #000
}
body#contact .form-wrap .form-box .form-contents .form-table dl dd textarea {
	height: 200px
}
body#contact .form-wrap .form-box .form-contents .form-table dl dd ul li {
	margin: 10px 0 0
}
body#contact .form-wrap .form-box .form-contents .form-table dl dd ul li:first-child {
	margin: 0
}
body#contact .form-wrap .form-box .form-contents .form-table .privacy {
	margin: 20px 0 0
}
body#contact .form-wrap .form-box .form-contents .form-table .privacy .title {
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem
}
body#contact .form-wrap .form-box .form-contents .form-table .privacy .box {
	width: 100%;
	height: 100px;
	overflow-y: scroll;
	border: 1px solid #000;
	padding: 10px;
	box-sizing: border-box
}
body#contact .form-wrap .form-box .form-contents .form-table .privacy .box p {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 10px 0 0
}
body#contact .form-wrap .form-box .form-contents .form-table .privacy .box p:nth-of-type(1) {
	margin: 0
}
body#contact .form-wrap .form-box .form-contents .form-table .privacy .box p em {
	font-weight: bold
}
body#contact .form-wrap .form-box .form-contents .form-table .privacy .agree {
	margin: 10px 0 0
}
body#contact .form-wrap .form-box .form-contents .form-table .button {
	width: 100%;
	margin: 40px 0 0;
	text-align: left
}
body#contact .form-wrap .form-box .form-contents .form-table .button input, body#contact .form-wrap .form-box .form-contents .form-table .button a {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2YTBmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4NzhmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -moz-linear-gradient(270deg, #26a0ff 0%, #2878ff 100%);
	background-image: -webkit-linear-gradient(270deg, #26a0ff 0%, #2878ff 100%);
	background-image: linear-gradient(180deg, #26a0ff 0%, #2878ff 100%);
	outline: 0;
	border: 0;
	line-height: 1;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	padding: 20px 40px;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
body#contact .form-wrap .form-box .form-footer {
	padding: 0 10px
}
body#contact .form-wrap .thanks-box {
	margin: 40px 0;
	padding: 60px 10px;
	border-top: 1px solid #000;
	text-align: center;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
body#contact .form-wrap .thanks-box p {
	line-height: 2
}
body#contact .form-wrap .thanks-box p:nth-of-type(1) {
	font-size: 18px;
	font-size: 1.8rem
}
body#contact .form-wrap .thanks-box p:nth-of-type(2) {
	font-size: 14px;
	font-size: 1.4rem
}
body#contact .form-wrap .thanks-box a {
	margin: 100px 0 0;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #000;
	outline: 0;
	border: 0;
	width: 160px;
	line-height: 1;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	padding: 20px 40px
}
body#contact .pager-wrap {
	padding: 40px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000
}

@media only screen and (max-width: 960px) {
body#contact .pager-wrap {
	padding: 40px
}
}
body#contact .pager-wrap p {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	margin: 0 0 20px
}
body#contact .pager-wrap .pager {
	display: block;
	text-align: center;
	font-size: 0
}
body#contact .pager-wrap .pager span, body#contact .pager-wrap .pager a {
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #000;
	margin: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block
}
body#contact .pager-wrap .pager span.current {
	background: #ebebeb
}
body#contact .pager-wrap .pager a {
	-moz-transition: all, .4s;
	-o-transition: all, .4s;
	-webkit-transition: all, .4s;
	transition: all, .4s
}
body#contact .pager-wrap .pager a:hover {
	background: #ebebeb
}
body#trialform .form-wrap {
	padding: 40px 40px 0
}

@media only screen and (max-width: 600px) {
body#trialform .form-wrap {
	padding: 20px 15px
}
}
body#trialform .form-wrap .form-title {
	padding: 0 10px;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
/*body#trialform .form-wrap .form-title h1 {
	font-size: 24px;
	font-size: 2.4rem;
	padding: 100px 0;
	margin: 0 -10px;
	background-image: url("../images/trialform/form_header.jpg");
	background-position: 50% 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	-webkit-background-size: cover;
	background-size: cover
}*/
body#trialform .form-wrap .form-title h1 img{
	width: 100%;
	height: auto;
}
body#trialform .form-wrap .form-title h1 span {
	display: block;
	color: #fff
}
body#trialform .form-wrap .form-title h1 span:nth-of-type(1) {
	width: 200px
}
body#trialform .form-wrap .form-title h1 span:nth-of-type(2) {
	margin: 20px 0 0;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2
}
body#trialform .form-wrap .form-title p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5
}
body#trialform .form-wrap .form-title p:nth-of-type(1) {
	margin: 30px 0 0px;
	font-size: 24px;
	font-size: 2.4rem;
	color: #2878ff;
	font-weight: bold;
	line-height: 1.2
}
body#trialform .form-wrap .form-title p:nth-of-type(2) {
	margin: 0px 0 10px;
	font-size: 24px;
	font-size: 2.4rem;
	color: red;
	font-weight: bold;
	line-height: 1.2
}
body#trialform .form-wrap .form-box {
	margin: 20px 0 40px
}
body#trialform .form-wrap .form-box .form-header {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 10px;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
body#trialform .form-wrap .form-box .form-header p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px
}
body#trialform .form-wrap .form-box .form-header p:last-child {
	margin-bottom: 0
}
body#trialform .form-wrap .form-box .form-header p.tel {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold
}
body#trialform .form-wrap .form-box .form-header p.small {
	margin: 20px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal
}
body#trialform .form-wrap .form-box .form-contents {
	margin: 0;
	padding: 0 0 60px;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	line-height: 2
}
body#trialform .form-wrap .form-box .form-contents .form-table {
	padding: 40px 10px 0
}

@media only screen and (max-width: 960px) {
body#trialform .form-wrap .form-box .form-contents .form-table {
	padding-right: 50px;
	padding-left: 50px
}
body#trialform .form-wrap .form-box .form-contents .form-table dl dt {
	line-height: 1.5;
	padding: 10px 0
}
}

@media only screen and (max-width: 600px) {
body#trialform .form-wrap .form-box .form-contents .form-table {
	padding-right: 30px;
	padding-left: 30px
}
}
body#trialform .form-wrap .form-box .form-contents .form-table dl {
	margin: 20px 0 0
}
body#trialform .form-wrap .form-box .form-contents .form-table dl:first-child {
	margin: 0
}
body#trialform .form-wrap .form-box .form-contents .form-table dl dt {
	line-height: 1.5;
	padding: 10px 0
}
body#trialform .form-wrap .form-box .form-contents .form-table dl dd input[type="text"], body#trialform .form-wrap .form-box .form-contents .form-table dl dd input[type="email"], body#trialform .form-wrap .form-box .form-contents .form-table dl dd textarea {
	margin: 10px;
	width: 100%;
	resize: none;
	padding: 8px 8px;
	box-sizing: border-box;
	border: 1px solid #000
}
body#trialform .form-wrap .form-box .form-contents .form-table dl dd input[type="text"]:first-child, body#trialform .form-wrap .form-box .form-contents .form-table dl dd input[type="email"]:first-child, body#trialform .form-wrap .form-box .form-contents .form-table dl dd textarea:first-child {
	margin: 0
}
body#trialform .form-wrap .form-box .form-contents .form-table dl dd input[type="text"].wpcf7c-conf, body#trialform .form-wrap .form-box .form-contents .form-table dl dd input[type="email"].wpcf7c-conf, body#trialform .form-wrap .form-box .form-contents .form-table dl dd textarea.wpcf7c-conf {
	background: none
}
body#trialform .form-wrap .form-box .form-contents .form-table dl dd input[type="text"], body#trialform .form-wrap .form-box .form-contents .form-table dl dd input[type="email"] {
	max-width: 350px
}
body#trialform .form-wrap .form-box .form-contents .form-table dl dd input[type="tel"], body#trialform .form-wrap .form-box .form-contents .form-table dl dd input[name="zip1"], body#trialform .form-wrap .form-box .form-contents .form-table dl dd input[name="zip2"] {
	width: 100px;
	resize: none;
	padding: 8px 8px;
	box-sizing: border-box;
	border: 1px solid #000
}
body#trialform .form-wrap .form-box .form-contents .form-table dl dd input[name="prefecture"], body#trialform .form-wrap .form-box .form-contents .form-table dl dd input[name="city"], body#trialform .form-wrap .form-box .form-contents .form-table dl dd input[name="street"] {
	width: 100%;
	padding: 8px 8px;
	box-sizing: border-box;
	border: 1px solid #000
}
body#trialform .form-wrap .form-box .form-contents .form-table dl dd.select-wrap span {
	position: relative;
	width: 120px;
	display: inline-block;
	border: 1px solid #000;
	margin-left: 10px
}
body#trialform .form-wrap .form-box .form-contents .form-table dl dd.select-wrap span:nth-of-type(1) {
	margin-left: 0
}
body#trialform .form-wrap .form-box .form-contents .form-table dl dd.select-wrap span:after {
	content: "\25BC";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	line-height: 40px;
	padding: 0 5px;
	color: #3c3c3c;
	background: #ebebeb
}
body#trialform .form-wrap .form-box .form-contents .form-table dl dd.select-wrap select, body#trialform .form-wrap .form-box .form-contents .form-table dl dd.select-wrap option {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0px;
	margin: 0;
	text-indent: 1em;
	background-color: transparent;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none
}
body#trialform .form-wrap .form-box .form-contents .form-table dl dd textarea {
	height: 100px
}
body#trialform .form-wrap .form-box .form-contents .form-table dl dd ul li {
	margin: 10px 0 0
}
body#trialform .form-wrap .form-box .form-contents .form-table dl dd ul li:first-child {
	margin: 0
}
body#trialform .form-wrap .form-box .form-contents .form-table dl dd ul.date-wrap li {
	display: inline
}
body#trialform .form-wrap .form-box .form-contents .form-table dl.reserve dt {
	font-weight: bold;
	color: #000000;
	margin: 10px 0 0 0px;
}
body#trialform .form-wrap .form-box .form-contents .form-table dl.reserve .title {
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem
}
body#trialform .form-wrap .form-box .form-contents .form-table dl.reserve .title+dd {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 20px
}
body#trialform .form-wrap .form-box .form-contents .form-table .privacy {
	margin: 20px 0 0
}
body#trialform .form-wrap .form-box .form-contents .form-table .privacy .title {
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem
}
body#trialform .form-wrap .form-box .form-contents .form-table .privacy .box {
	width: 100%;
	height: 100px;
	overflow-y: scroll;
	border: 1px solid #000;
	padding: 10px;
	box-sizing: border-box
}
body#trialform .form-wrap .form-box .form-contents .form-table .privacy .box p {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 10px 0 0
}
body#trialform .form-wrap .form-box .form-contents .form-table .privacy .box p:nth-of-type(1) {
	margin: 0
}
body#trialform .form-wrap .form-box .form-contents .form-table .privacy .box p em {
	font-weight: bold
}
body#trialform .form-wrap .form-box .form-contents .form-table .privacy .agree {
	margin: 10px 0 0
}
body#trialform .form-wrap .form-box .form-contents .form-table .button {
	width: 100%;
	margin: 40px 0 0;
	text-align: left
}
body#trialform .form-wrap .form-box .form-contents .form-table .button input, body#trialform .form-wrap .form-box .form-contents .form-table .button a {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2YTBmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4NzhmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -moz-linear-gradient(270deg, #26a0ff 0%, #2878ff 100%);
	background-image: -webkit-linear-gradient(270deg, #26a0ff 0%, #2878ff 100%);
	background-image: linear-gradient(180deg, #26a0ff 0%, #2878ff 100%);
	outline: 0;
	border: 0;
	line-height: 1;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	padding: 20px 40px;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
body#trialform .form-wrap .form-box .form-footer {
	padding: 0 10px
}
body#trialform .form-wrap .thanks-box {
	margin: 40px 0;
	padding: 60px 10px;
	border-top: 1px solid #000;
	text-align: center;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
body#trialform .form-wrap .thanks-box p {
	line-height: 2
}
body#trialform .form-wrap .thanks-box p:nth-of-type(1) {
	font-size: 18px;
	font-size: 1.8rem
}
body#trialform .form-wrap .thanks-box p:nth-of-type(2) {
	font-size: 14px;
	font-size: 1.4rem
}
body#trialform .form-wrap .thanks-box a {
	margin: 100px 0 0;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #000;
	outline: 0;
	border: 0;
	width: 160px;
	line-height: 1;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	padding: 20px 40px
}
body#trialform .pager-wrap {
	padding: 40px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000
}

@media only screen and (max-width: 960px) {
body#trialform .pager-wrap {
	padding: 40px
}
}
body#trialform .pager-wrap p {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	margin: 0 0 20px
}
body#trialform .pager-wrap .pager {
	display: block;
	text-align: center;
	font-size: 0
}
body#trialform .pager-wrap .pager span, body#trialform .pager-wrap .pager a {
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #000;
	margin: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block
}
body#trialform .pager-wrap .pager span.current {
	background: #ebebeb
}
body#trialform .pager-wrap .pager a {
	-moz-transition: all, .4s;
	-o-transition: all, .4s;
	-webkit-transition: all, .4s;
	transition: all, .4s;
}
body#trialform .pager-wrap .pager a:hover {
	background: #ebebeb
}


/*----------------------------------------------------------------ここから無料体験フォームテスト用css*/
body#trialform-2 .form-wrap {
	padding: 40px 40px 0
}

@media only screen and (max-width: 600px) {
body#trialform-2 .form-wrap {
	padding: 20px 15px
}
}
body#trialform-2 .form-wrap .form-title {
	padding: 0 10px;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
/*body#trialform .form-wrap .form-title h1 {
	font-size: 24px;
	font-size: 2.4rem;
	padding: 100px 0;
	margin: 0 -10px;
	background-image: url("../images/trialform/form_header.jpg");
	background-position: 50% 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	-webkit-background-size: cover;
	background-size: cover
}*/
body#trialform-2 .form-wrap .form-title h1 img{
	width: 100%;
	height: auto;
}
body#trialform-2 .form-wrap .form-title h1 span {
	display: block;
	color: #fff
}
body#trialform-2 .form-wrap .form-title h1 span:nth-of-type(1) {
	width: 200px
}
body#trialform-2 .form-wrap .form-title h1 span:nth-of-type(2) {
	margin: 20px 0 0;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2
}
body#trialform-2 .form-wrap .form-title p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5
}
body#trialform-2 .form-wrap .form-title p:nth-of-type(1) {
	margin: 30px 0 0px;
	font-size: 24px;
	font-size: 2.4rem;
	color: #2878ff;
	font-weight: bold;
	line-height: 1.2
}
body#trialform-2 .form-wrap .form-title p:nth-of-type(2) {
	margin: 0px 0 10px;
	font-size: 24px;
	font-size: 2.4rem;
	color: red;
	font-weight: bold;
	line-height: 1.2
}
body#trialform-2 .form-wrap .form-box {
	margin-top: 60px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 25px
}
body#trialform-2 .form-wrap .form-box .form-header {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 10px;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
body#trialform-2 .form-wrap .form-box .form-header p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px
}
body#trialform-2 .form-wrap .form-box .form-header p:last-child {
	margin-bottom: 0
}
body#trialform-2 .form-wrap .form-box .form-header p.tel {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold
}
body#trialform-2 .form-wrap .form-box .form-header p.small {
	margin: 20px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal
}
/*------------追加ここから-------------------*/
body#trialform-2 .form-wrap .form-box .form-footer {
	margin-top:5px;
	padding: 0px 10px;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
body#trialform-2 .form-wrap .form-box .form-footer p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
body#trialform-2 .form-wrap .form-box .form-footer p:last-child {
	margin-bottom: 0
}
body#trialform-2 .form-wrap .form-box .form-footer p.tel {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold
}
body#trialform-2 .form-wrap .form-box .form-footer p.small {
	margin: 10px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal
}
/*------------追加ここまで-------------------*/
body#trialform-2 .form-wrap .form-box .form-contents {
	margin: 0;
	padding: 0 0 30px;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	line-height: 2
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table {
	padding: 25px 10px 0
}

@media only screen and (max-width: 960px) {
body#trialform-2 .form-wrap .form-box .form-contents .form-table {
	padding-right: 50px;
	padding-left: 50px
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dt {
	line-height: 1.5;
	padding: 10px 0
}
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table .required_red {
color:#e60000;
}

@media only screen and (max-width: 600px) {
body#trialform-2 .form-wrap .form-box .form-contents .form-table {
	padding-right: 30px;
	padding-left: 30px
}
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl {
	margin: 20px 0 0
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl:first-child {
	margin: 0
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dt {
	line-height: 1.5;
	padding: 10px 0
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd input[type="text"] {
	margin: 10px;
	width: 50%;
	resize: none;
	padding: 5px 5px;
	box-sizing: border-box;
	border: 1px solid #000
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd input[type="email"], body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd textarea {
	margin: 10px;
	width: 100%;
	resize: none;
	padding: 5px 5px;
	box-sizing: border-box;
	border: 1px solid #000
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd input[type="text"]:first-child, body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd input[type="email"]:first-child, body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd textarea:first-child {
	margin: 0
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd input[type="text"].wpcf7c-conf, body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd input[type="email"].wpcf7c-conf, body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd textarea.wpcf7c-conf {
	background: none
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd input[type="text"], body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd input[type="email"] {
	max-width: 350px
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd input[type=checkbox] {
	padding:0px;
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd .other {
	margin: 10px;
	width: 50%;
	resize: none;
	padding: 5px 5px;
	box-sizing: border-box;
	border: 1px solid #000
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd input[type="tel"], body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd input[name="zip1"], body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd input[name="zip2"] {
	width: 100px;
	resize: none;
	padding: 5px 5px;
	box-sizing: border-box;
	border: 1px solid #000
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd input[name="prefecture"], body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd input[name="city"], body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd input[name="street"] {
	width: 100%;
	padding: 5px 5px;
	box-sizing: border-box;
	border: 1px solid #000
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd.select-wrap span {
	position: relative;
	width: 120px;
	display: inline-block;
	border: 1px solid #000;
	margin-left: 10px
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd.select-wrap span:nth-of-type(1) {
	margin-left: 0
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd.select-wrap span:after {
	content: "\25BC";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	line-height: 40px;
	padding: 0 5px;
	color: #3c3c3c;
	background: #ebebeb
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd.select-wrap select,body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd.select-wrap option {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0px;
	margin: 0;
	text-indent: 1em;
	background-color: transparent;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd textarea {
	height: 100px
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd ul li {
	margin: 10px 0 0
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd ul li:first-child {
	margin: 0
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd ul.name-1 {
	margin-bottom:15px;
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd ul.name-1 li {
	display: inline;
}
@media only screen and (max-width: 1360px) {
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd ul.name-1 li {
	display: block;
	padding-bottom:10px;
}
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd ul.date-wrap li {
	display: inline
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl dd #diet span.wpcf7-list-item:nth-child(5):after {
    content: "\A" ;
    white-space: pre;
	display:inline; 
}

body#trialform-2 .form-wrap .form-box .form-contents .form-table dl.reserve dt {
	font-weight: bold;
	color: #000000;
	margin: 10px 0 0 0px;
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl.reserve .title {
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table dl.reserve .title+dd {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 20px
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table .privacy {
	margin: 20px 0 0
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table .privacy .title {
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table .privacy .box {
	width: 100%;
	height: 100px;
	overflow-y: scroll;
	border: 1px solid #000;
	padding: 10px;
	box-sizing: border-box
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table .privacy .box p {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 10px 0 0
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table .privacy .box p:nth-of-type(1) {
	margin: 0
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table .privacy .box p em {
	font-weight: bold
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table .privacy .agree {
	margin: 10px 0 0
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table .button {
	width: 100%;
	margin: 40px 0 0;
	text-align: left
}
body#trialform-2 .form-wrap .form-box .form-contents .form-table .button input, body#trialform-2 .form-wrap .form-box .form-contents .form-table .button a {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2YTBmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4NzhmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -moz-linear-gradient(270deg, #26a0ff 0%, #2878ff 100%);
	background-image: -webkit-linear-gradient(270deg, #26a0ff 0%, #2878ff 100%);
	background-image: linear-gradient(180deg, #26a0ff 0%, #2878ff 100%);
	outline: 0;
	border: 0;
	line-height: 1;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	padding: 20px 40px;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
body#trialform-2 .form-wrap .form-box .form-footer {
	padding: 0 10px
}
body#trialform-2 .form-wrap .thanks-box {
	margin: 40px 0;
	padding: 60px 10px;
	border-top: 1px solid #000;
	text-align: center;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
body#trialform-2 .form-wrap .thanks-box p {
	line-height: 2
}
body#trialform-2 .form-wrap .thanks-box p:nth-of-type(1) {
	font-size: 18px;
	font-size: 1.8rem
}
body#trialform-2 .form-wrap .thanks-box p:nth-of-type(2) {
	font-size: 14px;
	font-size: 1.4rem
}
body#trialform-2 .form-wrap .thanks-box a {
	margin: 100px 0 0;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #000;
	outline: 0;
	border: 0;
	width: 160px;
	line-height: 1;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	padding: 20px 40px
}
body#trialform-2 .pager-wrap {
	padding: 40px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000
}

@media only screen and (max-width: 960px) {
body#trialform-2 .pager-wrap {
	padding: 40px
}
}
body#trialform-2 .pager-wrap p {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	margin: 0 0 20px
}
body#trialform-2 .pager-wrap .pager {
	display: block;
	text-align: center;
	font-size: 0
}
body#trialform-2 .pager-wrap .pager span, body#trialform .pager-wrap .pager a {
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #000;
	margin: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block
}
body#trialform-2 .pager-wrap .pager span.current {
	background: #ebebeb
}
body#trialform-2 .pager-wrap .pager a {
	-moz-transition: all, .4s;
	-o-transition: all, .4s;
	-webkit-transition: all, .4s;
	transition: all, .4s;
}
body#trialform-2 .pager-wrap .pager a:hover {
	background: #ebebeb
}
/*----------------------------------------------------------------ここまで無料体験フォームテスト用css*/


body#top #banner-area01 .tel ul li a {
	background: none;
	padding: 0;
}
body#top #banner-area01 .tel ul li a img {
	border: 1px solid #000;
}
body#top #banner-area01 .campaign figure img {
	border: 1px solid #000;
	width: 100%;
}
body#top #about .banner-kick {
	padding-top: 0;
	border-top: none;
}

@media only screen and (max-width: 960px) {
body#top #banner-area01 .campaign{
    padding: 0 5px;
    text-align: center;
}
body#top #banner-area01 .campaign figure img {
	border: 1px solid #000;
}
}

@media only screen and (max-width: 600px) {
body#top .instagram-content {
	padding: 40px 15px;
}
body#top .instagram-content .inner {
	padding: 0;
}
body#top .instagram-content h1 img {
	width: 160px;
}
body#top .instagram-content h1+p {
	font-size: 14px;
}
body#top .instagram-content ul {
	margin: 20px 0 0;
}
body#top .instagram-content ul li {
	padding: 5px;
}
}

/* contact form */
@media only screen and (max-width: 960px) {
body#contact .form-wrap .form-box {
	margin: 30px 0;
}
body#trialform .form-wrap .form-box .form-contents .form-table, body#contact .form-wrap .form-box .form-contents .form-table {
	padding-right: 10px;
	padding-left: 10px;
}
body#trialform .form-wrap .form-box .form-contents .form-table .button input, body#trialform .form-wrap .form-box .form-contents .form-table .button a, body#contact .form-wrap .form-box .form-contents .form-table .button input, body#contact .form-wrap .form-box .form-contents .form-table .button a {
	font-weight: bold;
	letter-spacing: 0;
}
}

@media only screen and (max-width: 600px) {
body#trialform .form-wrap, body#contact .form-wrap {
	padding: 30px 15px;
}
body#trialform .form-wrap .form-box, body#contact .form-wrap .form-box {
	margin: 20px 0;
}
body#trialform .form-wrap .form-title h1, body#contact .form-wrap .form-title h1 {
	font-size: 18px;
	font-size: 1.8rem;
}
body#trialform .form-wrap .form-box .form-header p, body#contact .form-wrap .form-box .form-header p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 5px;
}
body#trialform .form-wrap .form-box .form-contents .form-table dl dd input[type="tel"], body#trialform .form-wrap .form-box .form-contents .form-table dl dd input[name="zip1"], body#trialform .form-wrap .form-box .form-contents .form-table dl dd input[name="zip2"], body#contact .form-wrap .form-box .form-contents .form-table dl dd input[type="tel"] {
	width: 70px;
}
body#trialform .form-wrap .form-box .form-contents .form-table .button input, body#trialform .form-wrap .form-box .form-contents .form-table .button a, body#contact .form-wrap .form-box .form-contents .form-table .button input, body#contact .form-wrap .form-box .form-contents .form-table .button a {
	width: 100%;
	display: block;
}
body#trialform .form-wrap .form-box .form-contents .form-table .button input, body#contact .form-wrap .form-box .form-contents .form-table .button input {
	margin-top: 0;
}
body#trialform .form-wrap .form-box .form-contents .form-table .button a, body#contact .form-wrap .form-box .form-contents .form-table .button a {
	margin-top: -5px;
}
body#trialform .form-wrap .form-box .form-contents, body#contact .form-wrap .form-box .form-contents {
	padding: 0 0 20px;
}
body#trialform .form-wrap .form-title h1 span:nth-of-type(2) {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
body#trialform .form-wrap .form-title p:nth-of-type(1) {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
body#trialform .form-wrap .form-title p:nth-of-type(2) {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
body#trialform .form-wrap .form-title p:nth-of-type(1) {
	margin: 15px 0 0px;
}
body#trialform .form-wrap .form-title p:nth-of-type(2) {
	margin: 0px 0 10px;
}
body#trialform .form-wrap .form-box .form-contents .form-table dl dd.select-wrap span {
	width: 65px;
}
body#trialform .form-wrap .form-box .form-contents .form-table dl dd.select-wrap li:first-child span {
	width: 80px;
}
}
body#campaign #campaign-visual .visual-pc {
	display: block;
}
body#campaign #campaign-visual .visual-sp {
	display: none;
}

@media only screen and (max-width: 600px) {
body#campaign #campaign-visual .visual-pc {
	display: none;
}
body#campaign #campaign-visual .visual-sp {
	display: block;
}
}

body#campaign #campaign-contents{
/*background-image: -webkit-linear-gradient(260deg, rgb(52, 14, 0) 0%, rgb(26, 7, 0) 100%);
background-image: linear-gradient(190deg, rgb(52, 14, 0) 0%, rgb(26, 7, 0) 100%);
background-attachment: scroll;
-webkit-background-size: auto;
background-size: auto;
background-position: 100% 0%, 0% 0%;
background-repeat: no-repeat, repeat;*/
background: #000;
}
body#campaign #campaign-contents .campaign-text{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
	color: rgb(255, 255, 255);
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	padding: 60px 60px 0;
}

@media only screen and (max-width: 600px) {
body#campaign #campaign-contents .campaign-text {
	padding: 30px 15px;
	font-size: 12px;
}
}

body#campaign #campaign-contents .campaign-content {
	padding: 60px 60px 0;
}

@media only screen and (max-width: 600px) {
body#campaign #campaign-contents .campaign-content {
	padding: 30px 15px;
}
}

body#campaign #campaign-contents .campaign-content .title img {
	width: auto;
	height: 39px;
}
body#campaign #campaign-contents .campaign-content .campaign-catch {
	font-size: 24px;
	line-height: 1.5em;
	min-height: 13px;
	color: rgb(70, 200, 255);
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 1px;
	padding-top: 20px;
	padding-bottom: 0px;
}

@media only screen and (max-width: 600px) {
body#campaign #campaign-contents .campaign-content .campaign-catch {
	font-size: 14px;
	padding-left: 0;
}
}
body#campaign #campaign-contents .campaign-content .campaign-name {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5em;
	min-height: 13px;
	color: rgb(70, 200, 255);
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 1px;
}

@media only screen and (max-width: 600px) {
body#campaign #campaign-contents .campaign-content .campaign-name {
	font-size: 18px;
}
}
body#campaign #campaign-contents .campaign-content .campaign-desc {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
	color: rgb(255, 255, 255);
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	padding-top: 10px;
}

@media only screen and (max-width: 600px) {
body#campaign #campaign-contents .campaign-content .campaign-desc {
	font-size: 12px;
}
}
body#campaign #campaign-contents .campaign-content .benefits-title{
	margin-top: 40px !important;
	padding: 5px 0 7px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.6em;
	color: rgb(255, 70, 0);
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 20px;
	border-top: solid 1px rgb(255, 70, 0);
	border-bottom: solid 1px rgb(255, 70, 0);
	text-align: center;
}
body#campaign #campaign-contents .campaign-content .benefits {
	padding: 15px 0 20px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6em;
	color: rgb(255, 70, 0);
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 1px;
}

@media only screen and (max-width: 600px) {
body#campaign #campaign-contents .campaign-content .benefits-title {
	font-size: 16px;
}
body#campaign #campaign-contents .campaign-content .benefits {
	font-size: 16px;
}
}
body#campaign #campaign-contents .campaign-content .benefits-note {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
	color: rgb(255, 255, 255);
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	margin: 10px 0 30px;
}

@media only screen and (max-width: 600px) {
body#campaign #campaign-contents .campaign-content .benefits-note {
	font-size: 12px;
}
}
body#campaign #campaign-contents .campaign-content .benefits-image img {
	width: auto;
	height: 100px;
	margin: 0 0 40px;
}

@media only screen and (max-width: 600px) {
body#campaign #campaign-contents .campaign-content .benefits-image img {
	height: auto;
}
}
body#campaign #campaign-contents .campaign-content .campaign-detail {
	font-size: 18px;
	color: #fff;
	margin-top: 60px;
}

@media only screen and (max-width: 600px) {
body#campaign #campaign-contents .campaign-content .campaign-detail {
	font-size: 12px;
}
}
body#campaign #campaign-contents .campaign-content .campaign-detail h3 {
}

@media only screen and (max-width: 600px) {
body#campaign #campaign-contents .campaign-content .campaign-detail h3 {
	font-size: 15px;
	margin: 0 0 10px;
}
}
body#campaign #campaign-contents .campaign-content .campaign-detail table {
	border-spacing: 10px 20px;
	border-collapse: separate;
	line-height: 1.5;
}

@media only screen and (max-width: 600px) {
body#campaign #campaign-contents .campaign-content .campaign-detail table {
	border-spacing: none;
}
}
body#campaign #campaign-contents .campaign-content .campaign-detail table tbody tr td {
	padding: 8px 5px;
	line-height: 1.5;
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}

@media only screen and (max-width: 600px) {
body#campaign #campaign-contents .campaign-content .campaign-detail table, body#campaign #campaign-contents .campaign-content .campaign-detail table tbody, body#campaign #campaign-contents .campaign-content .campaign-detail table tbody tr, body#campaign #campaign-contents .campaign-content .campaign-detail table tbody tr td {
	width: 100%;
	display: block;
}
}
body#campaign #campaign-contents .campaign-content .campaign-detail table tbody tr td:nth-of-type(1) {
	min-width: 77px;
	text-align: center;
	padding: 8px 5px;
	border: 1px solid #fff;
}

@media only screen and (max-width: 600px) {
body#campaign #campaign-contents .campaign-content .campaign-detail table tbody tr td:nth-of-type(1) {
	padding: 8px 10px;
	text-align: center;
}
}

@media only screen and (max-width: 600px) {
body#campaign #campaign-contents .campaign-content .campaign-detail table tbody tr td {
	padding: 15px 0;
}
}
body#campaign #campaign-contents .campaign-content .detail-note {
	font-size: 11px;
	color: #fff;
	line-height: 1.5;
}
body#campaign #campaign-contents .campaign-content .freearea{
	padding: 30px 0 0;
}
body#campaign #campaign-contents .campaign-end {
	text-align: center;
	padding: 60px 0 40px;
	background: rgb(0, 0, 0);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
	color: rgb(70, 200, 255);
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 1px;
}

@media only screen and (max-width: 600px) {
body#campaign #campaign-contents .campaign-end {
	font-size: 16px;
	padding: 20px 15px 40px;
}
}
body#campaign #contact-box {
	text-align: center;
	padding: 60px;
	background: rgb(0, 0, 0);
	border-top: 1px solid #fff;
}

@media only screen and (max-width: 600px) {
body#campaign #contact-box {
	padding: 20px 15px 40px;
}
}
body#campaign #contact-box h1 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
	color: rgb(255, 255, 255);
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 1px;
}
body#campaign #catch-box h1 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
	color: rgb(255, 70, 0);
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 1px;
}

@media only screen and (max-width: 600px) {
body#campaign #contact-box h1 {
	font-size: 16px;
}
body#campaign #catch-box h1 {
	font-size: 16px;
}
}
body#campaign #contact-box ul {
	clear: both;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	margin: 20px 0 30px;
}

@media only screen and (max-width: 600px) {
body#campaign #contact-box ul {
	margin: 0 0 30px;
}
}
body#campaign #contact-box ul li {
	font-size: 14px;
	width: 300px;
	height: auto;
	text-align: center;
	font-weight: 500;
	line-height: 1em;
	margin: 0px;
	clear: none;
	margin: 0 5px;
	min-height: 0px;
	color: rgb(255, 255, 255);
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	letter-spacing: normal;
	display: inline-block;
	min-width: 0px;
	padding: 20px;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(270deg, rgb(38, 160, 255) 0%, rgb(40, 120, 255) 100%);
	background-image: linear-gradient(180deg, rgb(38, 160, 255) 0%, rgb(40, 120, 255) 100%);
	background-attachment: scroll;
	-webkit-background-size: auto;
	background-size: auto;
	background-position: 0% 0%;
	background-repeat: repeat repeat;
}

@media only screen and (max-width: 600px) {
body#campaign #contact-box ul li {
	max-width: 100%;
	margin: 20px 0 0;
}
}
body#campaign #contact-box .contact-tel p {
	letter-spacing: 1px;
	text-align: center;
	margin: 10px 0 0;
	color: #fff;
}
body#campaign #contact-box .contact-tel p:nth-of-type(1) {
	font-size: 16px;
	font-size: 1.6rem
}
body#campaign #contact-box .contact-tel p:nth-of-type(2) {
	font-size: 11px;
	font-size: 1.1rem
}
body#campaign #contact-box .contact-tel p:nth-of-type(3) {
	font-size: 40px;
	font-size: 4rem;
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal
}
body#campaign #contact-box .contact-tel p:nth-of-type(4) {
	font-size: 11px;
	font-size: 1.1rem
}
body#campaign #guide-box {
	padding: 60px;
	background: rgb(0, 0, 0);
	border-top: 1px solid rgb(91, 91, 91);
}

@media only screen and (max-width: 600px) {
body#campaign #guide-box {
	padding: 20px 15px 40px;
}
}
body#campaign #guide-box h1 {
	font-size: 13px;
	font-weight: 500;
	line-height: 1em;
	color: rgb(225, 225, 225);
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom: 1px dotted #fff;
	letter-spacing: 1px;
}
body#campaign #guide-box ul {
	padding: 0 15px;
}

@media only screen and (max-width: 600px) {
body#campaign #guide-box ul {
	padding: 0
}
}
body#campaign #guide-box ul li h2 {
	font-size: 14px;
	font-weight: 700;
	line-height: 1em;
	color: rgb(255, 255, 255);
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	margin: 20px 0 10px;
	letter-spacing: 1px;
}

@media only screen and (max-width: 600px) {
body#campaign #guide-box ul li h2 {
	font-size: 13px;
}
}
body#campaign #guide-box p {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5em;
	color: rgb(255, 255, 255);
	font-family: 'A-OTF Shin Go Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 1px;
}

@media only screen and (max-width: 600px) {
body#campaign #guide-box p {
	font-size: 11px;
}
}
body#campaign #guide-box p small {
	font-size: 11px;
}

@media only screen and (max-width: 600px) {
body#campaign #guide-box p small {
	display: inline-block;
	margin: 10px 0 0;
}
}
body#campaign #guide-box ul + p {
	margin: 30px 0 0;
}
body#campaign #guide-box ul + p .credit {
	display: inline-block;
	margin: 6px 0 0;
	width: auto;
	height: 21px;
}

@media only screen and (max-width: 600px) {
body#blog .blog-wrap .blog-title h1 img {
	width: auto;
	height: auto;
}
}
body#top .banner-area .tel ul li a {
	padding: 0;
}
/*  ----------------------------------------------------------------------------------------------------------------- 170821kickrevolution追加分 */
@font-face {
	font-family: “GaramondPremrPro”;
	src: url("../fonts/GaramondPremrPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GaramondPremrPro.woff") format("woff"), url("../fonts/GaramondPremrPro.ttf") format("truetype");
}
@font-face {
	font-family: “impact”;
	src: url("../fonts/impact.eot?#iefix") format("embedded-opentype"), url("../fonts/impact.woff") format("woff"), url("../fonts/impact.ttf") format("truetype");
}
body#kickrevolution {
	background-color: #000;
}
body#kickrevolution #wrap {
	margin: 0;
	padding-left: 300px;
}
body#kickrevolution main {
	width: 100%;
	background-image: url(../images/kickrevolution/back.png);
	background-position: 0 top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #000;
	font-size: 2.0em;
	font-weight: 600;
	line-height: 1.7em;
	color: #fff;
	text-shadow: 0px 0px 1px #000;
}

@media only screen and (max-width: 1024px) {
body#kickrevolution main {
	font-size: 1.5em;
}
}
body#kickrevolution main section {
	text-align: center;
}
body#kickrevolution main #seciton03 h2 img, body#kickrevolution main #seciton04 h2 img, body#kickrevolution main #seciton05 h2 img, body#kickrevolution main #seciton06 h2 img, body#kickrevolution main #seciton07 h2 img {
	width: 60%;
	margin: auto auto 30px auto;
	display: block;
}

@media only screen and (max-width: 1366px) {
body#kickrevolution main #seciton03 h2 img, body#kickrevolution main #seciton04 h2 img, body#kickrevolution main #seciton05 h2 img, body#kickrevolution main #seciton06 h2 img, body#kickrevolution main #seciton07 h2 img {
	width: 50%;
}
}

@media only screen and (max-width: 1024px) {
body#kickrevolution main #seciton03 h2 img, body#kickrevolution main #seciton04 h2 img, body#kickrevolution main #seciton05 h2 img, body#kickrevolution main #seciton06 h2 img, body#kickrevolution main #seciton07 h2 img {
	width: 40%;
}
}
body#kickrevolution main #seciton03 .text, body#kickrevolution main #seciton04 .text, body#kickrevolution main #seciton05 .text, body#kickrevolution main #seciton06 .text, body#kickrevolution main #seciton07 .text {
	width: 100%;
	margin: auto;
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.5em;
}

@media only screen and (max-width: 1536px) {
body#kickrevolution main #seciton03 .text, body#kickrevolution main #seciton04 .text, body#kickrevolution main #seciton05 .text, body#kickrevolution main #seciton06 .text, body#kickrevolution main #seciton07 .text {
	font-size: 0.9em;
}
}
body#kickrevolution main #seciton04 aside, body#kickrevolution main #seciton05 aside {
	width: 28%;
	margin: auto;
	padding: 20px 0;
	text-align: left;
	font-size: 1.0em;
	font-weight: 400;
	line-height: 1.6em;
}

@media only screen and (max-width: 1536px) {
body#kickrevolution main #seciton04 aside, body#kickrevolution main #seciton05 aside {
	width: 40%;
	font-size: 0.9em;
}
}
body#kickrevolution main #seciton04 h4, body#kickrevolution main #seciton05 h4 {
	margin: 20px auto auto auto;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bolder;
	color: #e50012;
}
body#kickrevolution main #seciton01 p#powered img {
	width: 30%;
	margin: 50px auto auto auto;
}
body#kickrevolution main #seciton01 h2 {
	margin-top: 100px;
}
body#kickrevolution main #seciton01 h2 img {
	width: 75%;
}
body#kickrevolution main #seciton01 h3 img {
	width: 75%;
}
body#kickrevolution main #seciton01 .text {
	margin-bottom: 30px;
}
body#kickrevolution main #seciton01 figure img {
	width: 95%;
}

@media only screen and (max-width: 1024px) {
body#kickrevolution main #seciton01 h2 {
	margin-top: 60px;
}
}
body#kickrevolution main #seciton02 {
	width: 100%;
	margin-top: 10px;
	background-color: #e60012;
}
body#kickrevolution main #seciton02 img {
	width: 90%;
	margin: -100px auto auto auto;
}

@media only screen and (max-width: 2560px) {
body#kickrevolution main #seciton02 {
	margin-top: 190px;
}
body#kickrevolution main #seciton02 img {
	margin: -145px auto auto auto;
}
}

@media only screen and (max-width: 1920px) {
body#kickrevolution main #seciton02 img {
	margin: -100px auto auto auto;
}
}

@media only screen and (max-width: 1680px) {
body#kickrevolution main #seciton02 {
	margin-top: 30px;
}
body#kickrevolution main #seciton02 img {
	margin: -80px auto auto auto;
}
}

@media only screen and (max-width: 1536px) {
body#kickrevolution main #seciton02 img {
	margin: -75px auto auto auto;
}
}

@media only screen and (max-width: 1440px) {
body#kickrevolution main #seciton02 img {
	margin: -68px auto auto auto;
}
}

@media only screen and (max-width: 1366px) {
body#kickrevolution main #seciton02 img {
	margin: -70px auto auto auto;
}
}

@media only screen and (max-width: 1280px) {
body#kickrevolution main #seciton02 img {
	margin: -60px auto auto auto;
}
}

@media only screen and (max-width: 1024px) {
body#kickrevolution main #seciton02 img {
	margin: -44px auto auto auto;
}
}
body#kickrevolution main #seciton03 h2 img {
	padding-top: 150px;
}

@media only screen and (max-width: 2560px) {
body#kickrevolution main #seciton03 h2 img {
	padding-top: 230px;
}
}

@media only screen and (max-width: 1920px) {
body#kickrevolution main #seciton03 h2 img {
	padding-top: 100px;
}
}

@media only screen and (max-width: 1680px) {
body#kickrevolution main #seciton03 h2 img {
	padding-top: 50px;
}
}

@media only screen and (max-width: 1536px) {
body#kickrevolution main #seciton03 h2 img {
	padding-top: 70px;
}
}

@media only screen and (max-width: 1366px) {
body#kickrevolution main #seciton03 h2 img {
	padding-top: 50px;
}
}
body#kickrevolution main #seciton03 #yamato figure {
	width: 70%;
	margin: 0 auto;
	display: block;
	text-align: center;
}
body#kickrevolution main #seciton03 #yamato {
	width: 70%;
	margin: auto;
}
body#kickrevolution main #seciton03 #yamato p {
	width: 50%;
	margin: auto;
	padding: 20px 0;
	text-align: left;
	font-weight: 400;
}
body#kickrevolution main #seciton03 p small {
	margin-bottom: 10px;
	display: block;
	text-align: center;
}
body#kickrevolution main #seciton03 p small span {
	font-size: 1.5em;
	display: block;
	text-align: center;
}

@media only screen and (max-width: 2560px) {
body#kickrevolution main #seciton03 #yamato p {
	width: 40%;
}
}

@media only screen and (max-width: 1920px) {
body#kickrevolution main #seciton03 #yamato p {
	width: 50%;
}
}

@media only screen and (max-width: 1680px) {
body#kickrevolution main #seciton03 #yamato p {
	width: 60%;
}
}

@media only screen and (max-width: 1536px) {
body#kickrevolution main #seciton03 #yamato p {
	font-size: 0.7em;
	line-height: 1.6em;
}
}

@media only screen and (max-width: 1440px) {
body#kickrevolution main #seciton03 #yamato {
	width: 60%;
}
}

@media only screen and (max-width: 1366px) {
body#kickrevolution main #seciton03 #yamato {
	width: 55%;
}
}

@media only screen and (max-width: 1280px) {
body#kickrevolution main #seciton03 #yamato {
	width: 50%;
}
body#kickrevolution main #seciton03 #yamato p {
	width: 90%;
}
}

@media only screen and (max-width: 1024px) {
body#kickrevolution main #seciton03 #yamato p {
	width: 100%;
}
}
body#kickrevolution main #seciton04 h2 img {
	padding-top: 500px;
}
body#kickrevolution main #seciton04 figure {
	margin: 0 auto;
	display: block;
}

@media only screen and (max-width: 2560px) {
body#kickrevolution main #seciton04 h2 img {
	padding-top: 1200px;
}
}

@media only screen and (max-width: 1920px) {
body#kickrevolution main #seciton04 h2 img {
	padding-top: 400px;
}
}

@media only screen and (max-width: 1680px) {
body#kickrevolution main #seciton04 h2 img {
	padding-top: 200px;
}
}

@media only screen and (max-width: 1366px) {
body#kickrevolution main #seciton04 h2 img {
	padding-top: 200px;
}
}

@media only screen and (max-width: 1280px) {
body#kickrevolution main #seciton04 h2 img {
	padding-top: 130px;
}
}

@media only screen and (max-width: 1024px) {
body#kickrevolution main #seciton04 h2 img {
	padding-top: 30px;
}
}
body#kickrevolution main #seciton05 h2 img {
	padding-top: 650px;
}

@media only screen and (max-width: 2560px) {
body#kickrevolution main #seciton05 h2 img {
	padding-top: 1200px;
}
}

@media only screen and (max-width: 1920px) {
body#kickrevolution main #seciton05 h2 img {
	padding-top: 680px;
}
}

@media only screen and (max-width: 1680px) {
body#kickrevolution main #seciton05 h2 img {
	padding-top: 480px;
}
}

@media only screen and (max-width: 1440px) {
body#kickrevolution main #seciton05 h2 img {
	padding-top: 340px;
}
}

@media only screen and (max-width: 1366px) {
body#kickrevolution main #seciton05 h2 img {
	padding-top: 300px;
}
}

@media only screen and (max-width: 1280px) {
body#kickrevolution main #seciton05 h2 img {
	padding-top: 280px;
}
}

@media only screen and (max-width: 1024px) {
body#kickrevolution main #seciton05 h2 img {
	padding-top: 250px;
}
}
body#kickrevolution main #seciton06 h2 img {
	padding-top: 500px;
}
body#kickrevolution main #seciton06 figure {
	width: 35%;
	margin: 20px auto 15px auto;
	overflow: hidden;
	clear: both;
}
body#kickrevolution main #seciton06 figure img {
	width: 40%;
	float: left;
}
body#kickrevolution main #seciton06 figure p {
	width: 55%;
	float: right;
	text-align: left;
	font-weight: 400;
}
body#kickrevolution main #seciton06 p img {
	width: 40%;
}

@media only screen and (max-width: 2560px) {
body#kickrevolution main #seciton06 h2 img {
	padding-top: 900px;
}
}

@media only screen and (max-width: 1920px) {
body#kickrevolution main #seciton06 h2 img {
	padding-top: 600px;
}
}

@media only screen and (max-width: 1680px) {
body#kickrevolution main #seciton06 h2 img {
	padding-top: 390px;
}
body#kickrevolution main #seciton06 figure p {
	font-size: 0.9em;
	line-height: 1.6em;
}
}

@media only screen and (max-width: 1536px) {
body#kickrevolution main #seciton06 h2 img {
	padding-top: 390px;
}
body#kickrevolution main #seciton06 figure p {
	font-size: 0.8em;
}
}

@media only screen and (max-width: 1440px) {
body#kickrevolution main #seciton06 h2 img {
	padding-top: 260px;
}
}

@media only screen and (max-width: 1366px) {
body#kickrevolution main #seciton06 h2 img {
	padding-top: 260px;
}
body#kickrevolution main #seciton06 figure {
	width: 45%;
}
body#kickrevolution main #seciton06 figure img {
	width: 40%;
}
body#kickrevolution main #seciton06 figure p {
	width: 55%;
}
}

@media only screen and (max-width: 1280px) {
body#kickrevolution main #seciton06 h2 img {
	padding-top: 220px;
}
}

@media only screen and (max-width: 1024px) {
body#kickrevolution main #seciton06 h2 img {
	padding-top: 140px;
}
}
body#kickrevolution main #seciton07 h2 img {
	padding-top: 580px;
}

@media only screen and (max-width: 2560px) {
body#kickrevolution main #seciton07 h2 img {
	padding-top: 810px;
}
}

@media only screen and (max-width: 1920px) {
body#kickrevolution main #seciton07 h2 img {
	padding-top: 600px;
}
}

@media only screen and (max-width: 1680px) {
body#kickrevolution main #seciton07 h2 img {
	padding-top: 370px;
}
}

@media only screen and (max-width: 1536px) {
body#kickrevolution main #seciton07 h2 img {
	padding-top: 530px;
}
}

@media only screen and (max-width: 1440px) {
body#kickrevolution main #seciton07 h2 img {
	padding-top: 300px;
}
}

@media only screen and (max-width: 1366px) {
body#kickrevolution main #seciton07 h2 img {
	padding-top: 300px;
}
}

@media only screen and (max-width: 1280px) {
body#kickrevolution main #seciton07 h2 img {
	padding-top: 400px;
}
}

@media only screen and (max-width: 1024px) {
body#kickrevolution main #seciton07 h2 img {
	padding-top: 200px;
}
}
body#kickrevolution main #seciton08 h2 img {
	width: 90%;
	padding-top: 250px;
	margin-bottom: 80px;
}
body#kickrevolution main #seciton08 figure {
	margin: 0 auto;
	display: block;
	text-align: center;
}
body#kickrevolution main #seciton08 #flow {
}
body#kickrevolution main #seciton08 #flow h5 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.6em;
}
body#kickrevolution main #seciton08 #flow aside {
	width: 70%;
	margin: 10px auto;
	text-align: center;
	padding: 50px 0;
	background-color: #e60012;
	line-height: 1.6em;
	text-shadow: 0 0 0 #e60012;
}
body#kickrevolution main #seciton08 #flow span.arrow {
	width: 0;
	height: 0;
	margin: -25px auto -20px auto;
	border: 60px solid transparent;
	border-top: 60px solid #e60012;
	text-align: center;
	display: block;
}

@media only screen and (max-width: 2560px) {
body#kickrevolution main #seciton08 h2 img {
	padding-top: 390px;
}
body#kickrevolution main #seciton08 #flow h5 {
	margin-bottom: 45px;
}
body#kickrevolution main #seciton08 #flow aside {
	padding: 50px 0;
	font-size: 1.3em;
	line-height: 1.6em;
}
}

@media only screen and (max-width: 1920px) {
body#kickrevolution main #seciton08 h2 img {
	padding-top: 150px;
}
body#kickrevolution main #seciton08 #flow h5 {
	margin-bottom: 25px;
}
body#kickrevolution main #seciton08 #flow aside {
	padding: 50px 0;
}
}

@media only screen and (max-width: 1680px) {
body#kickrevolution main #seciton08 h2 img {
	padding-top: 150px;
}
body#kickrevolution main #seciton08 #flow h5 {
	margin-bottom: 25px;
}
body#kickrevolution main #seciton08 #flow aside {
	padding: 30px 0;
	font-size: 1.1em;
}
}

@media only screen and (max-width: 1536px) {
body#kickrevolution main #seciton08 #flow h5 {
	font-size: 1.4em;
}
body#kickrevolution main #seciton08 #flow aside {
	width: 90%;
	padding: 20px 0;
}
}

@media only screen and (max-width: 1440px) {
body#kickrevolution main #seciton08 h2 img {
	padding-top: 160px;
}
body#kickrevolution main #seciton08 #flow span.arrow {
	border: 40px solid transparent;
	border-top: 40px solid #e60012;
}
}

@media only screen and (max-width: 1280px) {
body#kickrevolution main #seciton08 h2 img {
	padding-top: 100px;
}
body#kickrevolution main #seciton08 #flow h5 {
	margin-bottom: 15px;
}
}

@media only screen and (max-width: 1024px) {
body#kickrevolution main #seciton08 h2 img {
	padding-top: 100px;
}
body#kickrevolution main #seciton08 #flow aside {
	padding: 10px 0;
}
body#kickrevolution main #seciton08 #flow span.arrow {
	margin: -35px auto -30px auto;
	border: 40px solid transparent;
	border-top: 40px solid #e60012;
}
}
body#kickrevolution main #seciton09 figure img {
	width: 90%;
	margin-bottom: 150px;
	padding-top: 200px;
}

@media only screen and (max-width: 2560px) {
body#kickrevolution main #seciton09 {
	padding-top: 300px;
}
}

@media only screen and (max-width: 1920px) {
body#kickrevolution main #seciton09 {
	padding-top: 30px;
}
}

@media only screen and (max-width: 1536px) {
body#kickrevolution main #seciton09 figure img {
	padding-top: 30px;
}
}

@media only screen and (max-width: 1440px) {
body#kickrevolution main #seciton09 figure img {
	margin-bottom: 30px;
	padding-top: 100px;
}
}

@media only screen and (max-width: 1366px) {
body#kickrevolution main #seciton09 figure img {
	margin-bottom: 50px;
	padding-top: 100px;
}
}

@media only screen and (max-width: 1280px) {
body#kickrevolution main #seciton09 figure img {
	margin-bottom: 10px;
	padding-top: 60px;
}
}

@media only screen and (max-width: 1024px) {
body#kickrevolution main #seciton09 figure img {
	margin-bottom: 30px;
	padding-top: 70px;
}
}

/*  ----------------------------------------------------------------------------------------------------------------- sp */
@media (max-width: 1280px) {/*Galaxy Tab- 1280 x 800に合わせています*/
body#kickrevolution_sp #wrap {
	width: 100%;
	background-color: #000;
}
body#kickrevolution_sp main {
	background-color: #000;
	font-weight: 600;
	line-height: 1.7em;
	color: #fff;
	text-shadow: 2px 1px 1px #000;
}
body#kickrevolution_sp main #seciton01 {
	background-image: url(../images/kickrevolution_sp/section01bk.png);
	background-position: 0 20%;
	background-repeat: no-repeat;
	background-size: contain;
}
body#kickrevolution_sp main #seciton01 h2 {
	margin: 30px auto 0 auto;
	display: block;
	text-align: center;
}
body#kickrevolution_sp main #seciton01 h3 {
	margin: 120px auto 0 auto;
	display: block;
	text-align: center;
}
body#kickrevolution_sp main #seciton01 h3 img {
	width: 100%;
}
body#kickrevolution_sp main #seciton01 .text {
	width: 90%;
	margin: auto;
	padding: 10px 0;
	text-align: center;
	font-size: 1.1em;
}
body#kickrevolution_sp main #seciton01 figure {
	width: 100%;
	margin: 20px auto 0 auto;
	display: block;
	text-align: center;
}
body#kickrevolution_sp main #seciton02 {
	margin-top: 40px;
	background-color: #e60012;
}
body#kickrevolution_sp main #seciton02 figure {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
}
body#kickrevolution_sp main #seciton02 figure img {
	margin-top: -25px;
}
body#kickrevolution_sp main #seciton03 {
	background-image: url(../images/kickrevolution_sp/section03bk.png);
	background-position: 0 top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
body#kickrevolution_sp main #seciton03 h2 {
	margin: 0 auto;
	padding-top: 10px;
	display: block;
	text-align: center;
}
body#kickrevolution_sp main #seciton03 h2 img {
	width: 100%;
}
body#kickrevolution_sp main #seciton03 .text {
	width: 100%;
	margin: auto;
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 1.0em;
	font-weight: 600;
}
body#kickrevolution_sp main #seciton03 #yamato {
}
body#kickrevolution_sp main #seciton03 #yamato figure {
	width: 90%;
	margin: 0 auto;
	display: block;
	text-align: center;
}
body#kickrevolution_sp main #seciton03 h2 img {
	width: 100%;
	margin-top: -10px;
}
body#kickrevolution_sp main #seciton03 #yamato {
	width: 100%;
	margin: auto;
}
body#kickrevolution_sp main #seciton03 p {
	width: 80%;
	margin: auto;
	padding: 20px 0;
	text-align: left;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1.5em;
}
body#kickrevolution_sp main #seciton03 p small {
	margin-bottom: 10px;
	display: block;
	text-align: center;
}
body#kickrevolution_sp main #seciton03 p small span {
	font-size: 1.5em;
	display: block;
	text-align: center;
}
body#kickrevolution_sp main #seciton04 {
	margin-top: -200px;
	background-image: url(../images/kickrevolution_sp/section04bk.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
body#kickrevolution_sp main #seciton04 h2 {
	padding-top: 280px;
	display: block;
	text-align: center;
}
body#kickrevolution_sp main #seciton04 h2 img {
	width: 100%;
}
body#kickrevolution_sp main #seciton04 h4 {
	text-align: center;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bolder;
	color: #e50012;
}
body#kickrevolution_sp main #seciton04 figure {
	margin: 0 auto;
	display: block;
}
body#kickrevolution_sp main #seciton04 .text {
	width: 90%;
	margin: auto;
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 1.0em;
	font-weight: 600;
}
body#kickrevolution_sp main #seciton04 aside {
	width: 80%;
	margin: 10px auto;
	text-align: center;
	padding: 10px 0;
	font-size: 1.0em;
	font-weight: 600;
	line-height: 1.6em;
}
body#kickrevolution_sp main #seciton05 {
	margin-top: -150px;
	background-image: url(../images/kickrevolution_sp/section05bk.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
body#kickrevolution_sp main #seciton05 h2 {
	margin: 0 auto;
	padding-top: 250px;
	display: block;
	text-align: center;
}
body#kickrevolution_sp main #seciton05 h2 img {
	width: 100%;
}
body#kickrevolution_sp main #seciton05 h4 {
	text-align: center;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bolder;
	color: #e50012;
}
body#kickrevolution_sp main #seciton05 .text {
	width: 90%;
	margin: auto;
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 1.0em;
	font-weight: 600;
}
body#kickrevolution_sp main #seciton05 aside {
	width: 80%;
	margin: 10px auto;
	text-align: center;
	padding: 10px 0;
	font-size: 1.0em;
	font-weight: 600;
	line-height: 1.6em;
}
body#kickrevolution_sp main #seciton06 {
	margin-top: -360px;
	background-image: url(../images/kickrevolution_sp/section06bk.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
body#kickrevolution_sp main #seciton06 h2 {
	margin: 0 auto;
	padding-top: 450px;
	display: block;
	text-align: center;
}
body#kickrevolution_sp main #seciton06 h2 img {
	width: 100%;
}
body#kickrevolution_sp main #seciton06 figure {
	width: 45%;
	margin: 0 auto 20px;
	text-align: center;
}
body#kickrevolution_sp main #seciton06 .text {
	width: 90%;
	margin: auto;
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 1.0em;
	font-weight: 600;
}
body#kickrevolution_sp main #seciton06 aside {
	width: 65%;
	margin: 10px auto;
	padding: 0;
	display: block;
	font-size: 1.0em;
	font-weight: 600;
	line-height: 1.5em;
}
body#kickrevolution_sp main #seciton06 aside img {
	width: 100%;
	margin: auto;
	display: block;
}
body#kickrevolution_sp main #seciton07 {
	margin-top: -100px;
	padding: 150px 0;
	background-image: url(../images/kickrevolution_sp/section07bk.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
body#kickrevolution_sp main #seciton07 h2 {
	margin: -10px auto 0 auto;
	display: block;
	text-align: center;
}
body#kickrevolution_sp main #seciton07 h2 img {
	width: 100%;
}
body#kickrevolution_sp main #seciton07 .text {
	width: 90%;
	margin: auto;
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 1.0em;
	font-weight: 600;
}
body#kickrevolution_sp main #seciton08 {
	margin-top: -770px;
	background-image: url(../images/kickrevolution_sp/section08bk.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
body#kickrevolution_sp main #seciton08 h2 {
	margin: 0 auto 40px auto;
	padding-top: 800px;
	display: block;
	text-align: center;
}
body#kickrevolution_sp main #seciton08 h2 img {
	width: 100%;
	margin: -200px auto auto auto;
}
body#kickrevolution_sp main #seciton08 figure {
	margin: 0 auto;
	display: block;
	text-align: center;
}
body#kickrevolution_sp main #seciton08 #flow {
}
body#kickrevolution_sp main #seciton08 #flow h5 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bolder;
}
body#kickrevolution_sp main #seciton08 #flow aside {
	width: 80%;
	margin: 10px auto;
	text-align: center;
	padding: 10px 0;
	background-color: #e60012;
	font-size: 1.0em;
	font-weight: 600;
	text-shadow: 0 0 0 #e60012;
}
body#kickrevolution_sp main #seciton08 #flow span.arrow {
	width: 0;
	height: 0;
	margin: -15px auto -10px auto;
	border: 20px solid transparent;
	border-top: 20px solid #e60012;
	text-align: center;
	display: block;
}
body#kickrevolution_sp main #seciton09 {
	margin-top: 50px;
	background-image: url(../images/kickrevolution_sp/section09bk.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
body#kickrevolution_sp main #seciton09 figure {
	width: 100%;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 30px;
	display: block;
	text-align: center;
}
}



/*キャンペーン用追加　171130*/
#campaign-youtube:after{
	content: " ";
    display: block;
    clear: both;
}
#campaign-youtube li{
	width: 49%;
	float: left;
	padding-bottom: 15px;
}
#campaign-youtube li:nth-child(odd){
	margin-right: 2%;
}
#campaign-youtube li div{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
#campaign-youtube li div iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
#campaign-youtube li span{
	display: block;
	color: #fff;
	margin-top: 8px;
	/*background: rgba(255,255,255,0.7);*/
	font-size: 18px;
	font-weight: bold;
}
#campaign-youtube li p{
	margin-top: 5px;
}

@media only screen and (max-width: 600px) {
#campaign-youtube li{
	width: 100%;
	float: none;
}
#campaign-youtube li:first-child{
	/*margin-bottom: 15px;*/
	margin-right: 0;
}
#campaign-youtube li span{
	font-size: 14px;
}
#campaign-youtube li p{
	margin-top: 5px;
}
}


/*リクルート用追加　180109*/
.recruit_content{
	background: url(../images/recruit/back.jpg) right top no-repeat;
	background-size: cover;
	background-color: #231815;
	padding: 60px;
}
	.recruit_content p{
		width: 75%;
	}
		.recruit_content p img{
			width: 100%;
		}
	.recruit_content h1{
		width: 60%;
		border-bottom: solid 1px #fff;
		padding-bottom: 10px;
		margin-top: 80px;
	}
			.recruit_content h1 img{
				width: 200px;
			}
	.recruit_content dl{
		color: #fff;
		width: 60%;
		margin-top: 20px;
		line-height: 1.8;
	}
		.recruit_content dt{
			float: left;
			clear: left;
			width: 110px;
			font-weight: bold;
			padding: 8px 0;
		}
			.recruit_content dt:before{
				content: '□ ';
			}
		.recruit_content dd{
			padding: 8px 0 8px 110px;
		}
		
@media only screen and (max-width: 1366px) {
	.recruit_content p{
		width: 100%;
	}
	.recruit_content h1{
		width: 100%;
	}
			.recruit_content h1 img{
				width: 200px;
			}
	.recruit_content dl{
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
.recruit_content{
	background: url(../images/recruit/back_sp.jpg) right top no-repeat;
	background-size: 100%;
	background-color: #231815;
	padding: 40px 20px;
}
	.recruit_content h1{
		margin-top: 60px;
	}
			.recruit_content h1 img{
				width: 150px;
			}
	.recruit_content dl{
		margin-top: 0px;
	}
		.recruit_content dt{
			float: none;
			width: auto;
			padding: 20px 0 5px 0;
		}
		.recruit_content dd{
			padding: 0;
		}
}

/*  ----------------------------------------------------------------------------------------------------------------- 201229wcampaign追加分 */

body#wcampaign2021 {
	background-color: #000;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, Meiryo, sans-serif;
}
body#wcampaign2021 #wrap {
	margin: 0;
	padding-left: 300px;
}
@media only screen and (max-width: 1024px) {
body#wcampaign2021 #wrap {
	margin: 0;
	padding-left: 0;
}
}

body#wcampaign2021 main {
	width: 100%;
	background-image: url(../images/campaign/pic_bg_wcampaign-3.png);
	background-position: 0 top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #000;
	background-attachment: fixed;
	font-size: 2.0em;
	font-weight: 600;
	line-height: 1.7em;
	color: #fff;
	text-shadow: 0px 0px 1px #000;
}
@media only screen and (max-width: 1366px) {
body#wcampaign2021 main {
	width: 100%;
	background-image: url(../images/campaign/pic_bg_wcampaign-4-tb.png);
	background-position: 0 top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #000;
	background-attachment: fixed;
	font-size: 2.0em;
	font-weight: 600;
	line-height: 1.7em;
	color: #fff;
	text-shadow: 0px 0px 1px #000;
}
}
@media only screen and (max-width: 1024px) {
body#wcampaign2021 main {
	width: 100%;
	background-image: url(../images/campaign/pic_bg_wcampaign-sp.png);
	background-position: 0 top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #000;
	background-attachment: fixed;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.7em;
	color: #fff;
	text-shadow: 0px 0px 1px #000;
	padding-top:2em;
}
}
body#wcampaign2021 main #seciton01 h1 img {
	width: 50%;
	margin: auto auto 30px auto;
	padding:50px 0 0;
	display: block;
}
@media only screen and (max-width: 1366px) {
body#wcampaign2021n main #seciton01 h1 img {
	width: 50%;
	margin: auto auto 0.8em auto;
	padding:50px 0 0;
}
}
@media only screen and (max-width: 1024px) {
body#wcampaign2021 main #seciton01 h1 img {
	width: 70%;
	margin: auto auto 0.8em auto;
	padding:50px 0 0;
}
}

body#wcampaign2021 main #seciton01 h2 img, body#wcampaign2021 main #seciton02 h2 img {
	width: 40%;
	margin: auto auto 15px auto;
	display: block;
}
@media only screen and (max-width: 1366px) {
body#wcampaign2021n main #seciton01 h2 img, body#wcampaign2021 main #seciton02 h2 img {
	width: 40%;
	margin: auto auto 15px auto;
}
}
@media only screen and (max-width: 1024px) {
body#wcampaign2021 main #seciton01 h2 img, body#wcampaign2021 main #seciton02 h2 img {
	width: 70%;
	margin: auto auto 15px auto;
}
}

body#wcampaign2021 main #seciton01 h2 .red img, body#wcampaign2021 main #seciton02 h2 .red img {
	width: 40%;
	margin: auto auto 60px auto;
	display: block;
}
@media only screen and (max-width: 1366px) {
body#wcampaign2021n main #seciton01 h2 .red img, body#wcampaign2021 main #seciton02 h2 .red img {
	width: 40%;
	margin: auto auto 15px auto;
}
}
@media only screen and (max-width: 1024px) {
body#wcampaign2021 main #seciton01 h2 .red img, body#wcampaign2021 main #seciton02 h2 .red img {
	width: 70%;
	margin: auto auto 15px auto;
}
}

body#wcampaign2021 main #seciton01 h3 img, body#wcampaign2021 main #seciton02 h3 img {
	width: 55%;
	margin: 60px auto 15px auto;
	display: block;
}
@media only screen and (max-width: 1366px) {
body#wcampaign2021n main #seciton01 h3 img, body#wcampaign2021 main #seciton02 h3 img {
	width: 50%;
	margin: 60px auto 15px auto;
	display: block;
}
}
@media only screen and (max-width: 1024px) {
body#wcampaign2021 main #seciton01 h3 img, body#wcampaign2021 main #seciton02 h3 img {
	width: 75%;
	margin: 60px auto 15px auto;
	display: block;
}
}

body#wcampaign2021 main #seciton01 h4, body#wcampaign2021 main #seciton02 h4 {
	width: 50%;
	margin: 20px auto 10px auto;
	display: block;
	color: #e3007f;
	font-size:2em;
	line-height:1.4em;
}
@media only screen and (max-width: 1366px) {
body#wcampaign2021n main #seciton01 h4, body#wcampaign2021 main #seciton02 h4 {
	width: 50%;
	margin: 15px auto 10px auto;
	display: block;
	color: #e3007f;
	font-size:0.9em;
	line-height:1.2em;
}
}
@media only screen and (max-width: 1024px) {
body#wcampaign2021 main #seciton01 h4, body#wcampaign2021 main #seciton02 h4 {
	width: 75%;
	margin:15px auto 10px auto;
	display: block;
	color: #e3007f;
	font-size:0.9em;
	line-height:1.2em;
}
}

body#wcampaign2021 main #seciton01 .text, body#wcampaign2021 main #seciton02 .text {
	width: 50%;
	margin: auto;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5em;
}
@media only screen and (max-width: 1366px) {
body#wcampaign2021 main #seciton01 .text, body#wcampaign2021 main #seciton02 .text {
	width: 50%;
	margin: auto;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 0.6em;
	font-weight: 400;
	line-height: 1.5em;
}
}
@media only screen and (max-width: 1024px) {
body#wcampaign2021 main #seciton01 .text, body#wcampaign2021 main #seciton02 .text {
	width: 75%;
	margin: auto;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 0.8em;
	font-weight: 400;
	line-height: 1.5em;
}
}

body#wcampaign2021 main #seciton01 table, body#wcampaign2021 main #seciton02 table {
	border-collapse:  collapse;
	width: 50%;
	margin: auto;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5em;
}
@media only screen and (max-width: 1366px) {
body#wcampaign2021 main #seciton01 table, body#wcampaign2021 main #seciton02 table {
	border-collapse:  collapse;
	width: 50%;
	margin: auto;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 0.6em;
	font-weight: 400;
	line-height: 1.5em;
}
}
@media only screen and (max-width: 1024px) {
body#wcampaign2021 main #seciton01 table, body#wcampaign2021 main #seciton02 table {
	border-collapse:  collapse;
	width: 75%;
	margin: auto;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 0.8em;
	font-weight: 400;
	line-height: 1.5em;
}
}
body#wcampaign2021 main #seciton01 table th, td, body#wcampaign2021 main #seciton02 table th, td {
	border: none;
	padding: 10px 0 0 0;
	vertical-align: top;
}
body#wcampaign2021 main #seciton01 table th, body#wcampaign2021 main #seciton02 table th {
	width:15%;
}
@media only screen and (max-width: 1366px) {
body#wcampaign2021 main #seciton01 table th, body#wcampaign2021 main #seciton02 table th {
	width:25%;
}
}
@media only screen and (max-width: 1024px) {
body#wcampaign2021 main #seciton01 table th, body#wcampaign2021 main #seciton02 table th {
	width:15%;
}
}

body#wcampaign2021 main #seciton01 h5, body#wcampaign2021 main #seciton02 h5 {
	width: 50%;
	margin: 20px auto 10px auto;
	display: block;
	font-size: 1.2em;
	line-height:1.5em;
}
@media only screen and (max-width: 1366px) {
body#wcampaign2021n main #seciton01 h5, body#wcampaign2021 main #seciton02 h5 {
	width: 50%;
	margin: 15px auto 10px auto;
	display: block;
	font-size: 0.8em;
	line-height:1.5em;
}
}
@media only screen and (max-width: 1024px) {
body#wcampaign2021 main #seciton01 h5, body#wcampaign2021 main #seciton02 h5 {
	width: 75%;
	margin:15px auto 10px auto;
	display: block;
	font-size: 0.7em;
	line-height:1.5em;
}
}
body#wcampaign2021 main #seciton01 h5 span, body#wcampaign2021 main #seciton02 h5 span{
	color: #e3007f;
}
body#wcampaign2021 main #seciton01 .text span, body#wcampaign2021 main #seciton02 .text span{
	color: #e3007f;
	font-weight:700;
}

body#wcampaign2021 main #seciton01 figure img, body#wcampaign2021 main #seciton02 figure img {
	width: 50%;
	margin: 30px auto;
	display: block;
	text-align:center;
}
@media only screen and (max-width: 1366px) {
body#wcampaign2021 main #seciton01 figure img, body#wcampaign2021 main #seciton02 figure img {
	width: 50%;
	margin: 30px auto;
	display: block;
	text-align:center;
}
}
@media only screen and (max-width: 1024px) {
body#wcampaign2021 main #seciton01 figure img, body#wcampaign2021 main #seciton02 figure img {
	width: 75%;
	margin: 30px auto;
	display: block;
	text-align:center;
}
}

body#wcampaign2021 main #seciton02 figure .cta {
	margin-bottom: 60px;

}
@media only screen and (max-width: 1366px) {
body#wcampaign2021 main #seciton02 figure .cta {
	margin-bottom: 45px;
}
}
@media only screen and (max-width: 1024px) {
body#wcampaign2021 main #seciton02 figure .cta {
	margin-bottom: 45px;
}
}
body#wcampaign2021 main #seciton02 figure .cta a:hover {
	opacity:0.7 !important;
}
