@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Cardo:400,400i&display=swap");

@import url("https://fonts.googleapis.com/earlyaccess/hannari.css");

body,html {
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: 0 0;
}

html {
	overflow-y: scroll;
}

body {
	line-height: 1;
	color: #000;
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	*font: x-small;
	font-feature-settings: "palt";
}

abbr,address,article,aside,audio,b,blockquote,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: 0 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:after,blockquote:before,q:after,q:before {
	content: none;
}

a,body,hr,html {
	padding: 0;
}

a {
	vertical-align: baseline;
	background: 0 0;
	margin: 0;
}

ins,mark {
	background-color: #ff9;
	color: #000;
}

ins {
	text-decoration: none;
}

mark {
	font-style: italic;
	font-weight: 700;
}

del {
	text-decoration: line-through;
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font: 100%;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
}

input,select {
	vertical-align: middle;
}

button,input,select,textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

code,kbd,pre,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

@media screen and (min-width: 680px){   
  .pc { display:block !important; }
  .sp { display:none !important; }
}
@media screen and (max-width: 680px){   
  .pc { display:none !important; }
  .sp { display:block !important; }
}

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

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

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

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-webkit-keyframes loop {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes loop {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@-webkit-keyframes loop2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	to {
		-webkit-transform: translateX(-200%);
		transform: translateX(-200%);
	}
}

@keyframes loop2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	to {
		-webkit-transform: translateX(-200%);
		transform: translateX(-200%);
	}
}

.fa,.fab,.fal,.far,.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

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

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

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

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.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);
}

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

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

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

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

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

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

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

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

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

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

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

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

.fa-inverse {
	color: #fff;
}

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

.fa-abacus:before {
	content: "\f640";
}

.fa-accessible-icon:before {
	content: "\f368";
}

.fa-accusoft:before {
	content: "\f369";
}

.fa-acorn:before {
	content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
	content: "\f6af";
}

.fa-ad:before {
	content: "\f641";
}

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

.fa-address-card:before {
	content: "\f2bb";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-adn:before {
	content: "\f170";
}

.fa-adobe:before {
	content: "\f778";
}

.fa-adversal:before {
	content: "\f36a";
}

.fa-affiliatetheme:before {
	content: "\f36b";
}

.fa-air-freshener:before {
	content: "\f5d0";
}

.fa-alarm-clock:before {
	content: "\f34e";
}

.fa-algolia:before {
	content: "\f36c";
}

.fa-alicorn:before {
	content: "\f6b0";
}

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

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

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

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

.fa-alipay:before {
	content: "\f642";
}

.fa-allergies:before {
	content: "\f461";
}

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

.fa-amazon-pay:before {
	content: "\f42c";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-amilia:before {
	content: "\f36d";
}

.fa-analytics:before {
	content: "\f643";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-android:before {
	content: "\f17b";
}

.fa-angel:before {
	content: "\f779";
}

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

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

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

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

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

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

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

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

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

.fa-angry:before {
	content: "\f556";
}

.fa-angrycreative:before {
	content: "\f36e";
}

.fa-angular:before {
	content: "\f420";
}

.fa-ankh:before {
	content: "\f644";
}

.fa-app-store:before {
	content: "\f36f";
}

.fa-app-store-ios:before {
	content: "\f370";
}

.fa-apper:before {
	content: "\f371";
}

.fa-apple:before {
	content: "\f179";
}

.fa-apple-alt:before {
	content: "\f5d1";
}

.fa-apple-crate:before {
	content: "\f6b1";
}

.fa-apple-pay:before {
	content: "\f415";
}

.fa-archive:before {
	content: "\f187";
}

.fa-archway:before {
	content: "\f557";
}

.fa-arrow-alt-circle-down:before {
	content: "\f358";
}

.fa-arrow-alt-circle-left:before {
	content: "\f359";
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b";
}

.fa-arrow-alt-down:before {
	content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
	content: "\f346";
}

.fa-arrow-alt-from-left:before {
	content: "\f347";
}

.fa-arrow-alt-from-right:before {
	content: "\f348";
}

.fa-arrow-alt-from-top:before {
	content: "\f349";
}

.fa-arrow-alt-left:before {
	content: "\f355";
}

.fa-arrow-alt-right:before {
	content: "\f356";
}

.fa-arrow-alt-square-down:before {
	content: "\f350";
}

.fa-arrow-alt-square-left:before {
	content: "\f351";
}

.fa-arrow-alt-square-right:before {
	content: "\f352";
}

.fa-arrow-alt-square-up:before {
	content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
	content: "\f34a";
}

.fa-arrow-alt-to-left:before {
	content: "\f34b";
}

.fa-arrow-alt-to-right:before {
	content: "\f34c";
}

.fa-arrow-alt-to-top:before {
	content: "\f34d";
}

.fa-arrow-alt-up:before {
	content: "\f357";
}

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

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

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

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

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

.fa-arrow-from-bottom:before {
	content: "\f342";
}

.fa-arrow-from-left:before {
	content: "\f343";
}

.fa-arrow-from-right:before {
	content: "\f344";
}

.fa-arrow-from-top:before {
	content: "\f345";
}

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

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

.fa-arrow-square-down:before {
	content: "\f339";
}

.fa-arrow-square-left:before {
	content: "\f33a";
}

.fa-arrow-square-right:before {
	content: "\f33b";
}

.fa-arrow-square-up:before {
	content: "\f33c";
}

.fa-arrow-to-bottom:before {
	content: "\f33d";
}

.fa-arrow-to-left:before {
	content: "\f33e";
}

.fa-arrow-to-right:before {
	content: "\f340";
}

.fa-arrow-to-top:before {
	content: "\f341";
}

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

.fa-arrows:before {
	content: "\f047";
}

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

.fa-arrows-alt-h:before {
	content: "\f337";
}

.fa-arrows-alt-v:before {
	content: "\f338";
}

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

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

.fa-artstation:before {
	content: "\f77a";
}

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

.fa-asterisk:before {
	content: "\f069";
}

.fa-asymmetrik:before {
	content: "\f372";
}

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

.fa-atlas:before {
	content: "\f558";
}

.fa-atlassian:before {
	content: "\f77b";
}

.fa-atom:before {
	content: "\f5d2";
}

.fa-atom-alt:before {
	content: "\f5d3";
}

.fa-audible:before {
	content: "\f373";
}

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

.fa-autoprefixer:before {
	content: "\f41c";
}

.fa-avianex:before {
	content: "\f374";
}

.fa-aviato:before {
	content: "\f421";
}

.fa-award:before {
	content: "\f559";
}

.fa-aws:before {
	content: "\f375";
}

.fa-axe:before {
	content: "\f6b2";
}

.fa-axe-battle:before {
	content: "\f6b3";
}

.fa-baby:before {
	content: "\f77c";
}

.fa-baby-carriage:before {
	content: "\f77d";
}

.fa-backpack:before {
	content: "\f5d4";
}

.fa-backspace:before {
	content: "\f55a";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-bacon:before {
	content: "\f7e5";
}

.fa-badge:before {
	content: "\f335";
}

.fa-badge-check:before {
	content: "\f336";
}

.fa-badge-dollar:before {
	content: "\f645";
}

.fa-badge-percent:before {
	content: "\f646";
}

.fa-badger-honey:before {
	content: "\f6b4";
}

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

.fa-balance-scale-left:before {
	content: "\f515";
}

.fa-balance-scale-right:before {
	content: "\f516";
}

.fa-ball-pile:before {
	content: "\f77e";
}

.fa-ballot:before {
	content: "\f732";
}

.fa-ballot-check:before {
	content: "\f733";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-band-aid:before {
	content: "\f462";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-barcode-alt:before {
	content: "\f463";
}

.fa-barcode-read:before {
	content: "\f464";
}

.fa-barcode-scan:before {
	content: "\f465";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-baseball:before {
	content: "\f432";
}

.fa-baseball-ball:before {
	content: "\f433";
}

.fa-basketball-ball:before {
	content: "\f434";
}

.fa-basketball-hoop:before {
	content: "\f435";
}

.fa-bat:before {
	content: "\f6b5";
}

.fa-bath:before {
	content: "\f2cd";
}

.fa-battery-bolt:before {
	content: "\f376";
}

.fa-battery-empty:before {
	content: "\f244";
}

.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-slash:before {
	content: "\f377";
}

.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-bed:before {
	content: "\f236";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-behance:before {
	content: "\f1b4";
}

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

.fa-bell:before {
	content: "\f0f3";
}

.fa-bell-school:before {
	content: "\f5d5";
}

.fa-bell-school-slash:before {
	content: "\f5d6";
}

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

.fa-bells:before {
	content: "\f77f";
}

.fa-bezier-curve:before {
	content: "\f55b";
}

.fa-bible:before {
	content: "\f647";
}

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

.fa-bimobject:before {
	content: "\f378";
}

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

.fa-biohazard:before {
	content: "\f780";
}

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

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitcoin:before {
	content: "\f379";
}

.fa-bity:before {
	content: "\f37a";
}

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

.fa-blackberry:before {
	content: "\f37b";
}

.fa-blanket:before {
	content: "\f498";
}

.fa-blender:before {
	content: "\f517";
}

.fa-blender-phone:before {
	content: "\f6b6";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-blog:before {
	content: "\f781";
}

.fa-blogger:before {
	content: "\f37c";
}

.fa-blogger-b:before {
	content: "\f37d";
}

.fa-bluetooth:before {
	content: "\f293";
}

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

.fa-bold:before {
	content: "\f032";
}

.fa-bolt:before {
	content: "\f0e7";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-bone:before {
	content: "\f5d7";
}

.fa-bone-break:before {
	content: "\f5d8";
}

.fa-bong:before {
	content: "\f55c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-book-alt:before {
	content: "\f5d9";
}

.fa-book-dead:before {
	content: "\f6b7";
}

.fa-book-heart:before {
	content: "\f499";
}

.fa-book-medical:before {
	content: "\f7e6";
}

.fa-book-open:before {
	content: "\f518";
}

.fa-book-reader:before {
	content: "\f5da";
}

.fa-book-spells:before {
	content: "\f6b8";
}

.fa-book-user:before {
	content: "\f7e7";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-books:before {
	content: "\f5db";
}

.fa-books-medical:before {
	content: "\f7e8";
}

.fa-boot:before {
	content: "\f782";
}

.fa-booth-curtain:before {
	content: "\f734";
}

.fa-bow-arrow:before {
	content: "\f6b9";
}

.fa-bowling-ball:before {
	content: "\f436";
}

.fa-bowling-pins:before {
	content: "\f437";
}

.fa-box:before {
	content: "\f466";
}

.fa-box-alt:before {
	content: "\f49a";
}

.fa-box-ballot:before {
	content: "\f735";
}

.fa-box-check:before {
	content: "\f467";
}

.fa-box-fragile:before {
	content: "\f49b";
}

.fa-box-full:before {
	content: "\f49c";
}

.fa-box-heart:before {
	content: "\f49d";
}

.fa-box-open:before {
	content: "\f49e";
}

.fa-box-up:before {
	content: "\f49f";
}

.fa-box-usd:before {
	content: "\f4a0";
}

.fa-boxes:before {
	content: "\f468";
}

.fa-boxes-alt:before {
	content: "\f4a1";
}

.fa-boxing-glove:before {
	content: "\f438";
}

.fa-brackets:before {
	content: "\f7e9";
}

.fa-brackets-curly:before {
	content: "\f7ea";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-brain:before {
	content: "\f5dc";
}

.fa-bread-loaf:before {
	content: "\f7eb";
}

.fa-bread-slice:before {
	content: "\f7ec";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-briefcase-medical:before {
	content: "\f469";
}

.fa-broadcast-tower:before {
	content: "\f519";
}

.fa-broom:before {
	content: "\f51a";
}

.fa-browser:before {
	content: "\f37e";
}

.fa-brush:before {
	content: "\f55d";
}

.fa-btc:before {
	content: "\f15a";
}

.fa-bug:before {
	content: "\f188";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-bullseye-arrow:before {
	content: "\f648";
}

.fa-bullseye-pointer:before {
	content: "\f649";
}

.fa-burn:before {
	content: "\f46a";
}

.fa-buromobelexperte:before {
	content: "\f37f";
}

.fa-burrito:before {
	content: "\f7ed";
}

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

.fa-bus-alt:before {
	content: "\f55e";
}

.fa-bus-school:before {
	content: "\f5dd";
}

.fa-business-time:before {
	content: "\f64a";
}

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

.fa-cabinet-filing:before {
	content: "\f64b";
}

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

.fa-calculator-alt:before {
	content: "\f64c";
}

.fa-calendar:before {
	content: "\f133";
}

.fa-calendar-alt:before {
	content: "\f073";
}

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

.fa-calendar-day:before {
	content: "\f783";
}

.fa-calendar-edit:before {
	content: "\f333";
}

.fa-calendar-exclamation:before {
	content: "\f334";
}

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

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

.fa-calendar-star:before {
	content: "\f736";
}

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

.fa-calendar-week:before {
	content: "\f784";
}

.fa-camera:before {
	content: "\f030";
}

.fa-camera-alt:before {
	content: "\f332";
}

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

.fa-campfire:before {
	content: "\f6ba";
}

.fa-campground:before {
	content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
	content: "\f785";
}

.fa-candle-holder:before {
	content: "\f6bc";
}

.fa-candy-cane:before {
	content: "\f786";
}

.fa-candy-corn:before {
	content: "\f6bd";
}

.fa-cannabis:before {
	content: "\f55f";
}

.fa-capsules:before {
	content: "\f46b";
}

.fa-car:before {
	content: "\f1b9";
}

.fa-car-alt:before {
	content: "\f5de";
}

.fa-car-battery:before {
	content: "\f5df";
}

.fa-car-bump:before {
	content: "\f5e0";
}

.fa-car-crash:before {
	content: "\f5e1";
}

.fa-car-garage:before {
	content: "\f5e2";
}

.fa-car-mechanic:before {
	content: "\f5e3";
}

.fa-car-side:before {
	content: "\f5e4";
}

.fa-car-tilt:before {
	content: "\f5e5";
}

.fa-car-wash:before {
	content: "\f5e6";
}

.fa-caret-circle-down:before {
	content: "\f32d";
}

.fa-caret-circle-left:before {
	content: "\f32e";
}

.fa-caret-circle-right:before {
	content: "\f330";
}

.fa-caret-circle-up:before {
	content: "\f331";
}

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

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

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

.fa-caret-square-down:before {
	content: "\f150";
}

.fa-caret-square-left:before {
	content: "\f191";
}

.fa-caret-square-right:before {
	content: "\f152";
}

.fa-caret-square-up:before {
	content: "\f151";
}

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

.fa-carrot:before {
	content: "\f787";
}

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

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

.fa-cash-register:before {
	content: "\f788";
}

.fa-cat:before {
	content: "\f6be";
}

.fa-cauldron:before {
	content: "\f6bf";
}

.fa-cc-amazon-pay:before {
	content: "\f42d";
}

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

.fa-cc-apple-pay:before {
	content: "\f416";
}

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

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

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

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

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

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

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

.fa-centercode:before {
	content: "\f380";
}

.fa-centos:before {
	content: "\f789";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-chair:before {
	content: "\f6c0";
}

.fa-chair-office:before {
	content: "\f6c1";
}

.fa-chalkboard:before {
	content: "\f51b";
}

.fa-chalkboard-teacher:before {
	content: "\f51c";
}

.fa-charging-station:before {
	content: "\f5e7";
}

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

.fa-chart-bar:before {
	content: "\f080";
}

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

.fa-chart-line-down:before {
	content: "\f64d";
}

.fa-chart-network:before {
	content: "\f78a";
}

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

.fa-chart-pie-alt:before {
	content: "\f64e";
}

.fa-chart-scatter:before {
	content: "\f7ee";
}

.fa-check:before {
	content: "\f00c";
}

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

.fa-check-double:before {
	content: "\f560";
}

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

.fa-cheese:before {
	content: "\f7ef";
}

.fa-cheese-swiss:before {
	content: "\f7f0";
}

.fa-cheeseburger:before {
	content: "\f7f1";
}

.fa-chess:before {
	content: "\f439";
}

.fa-chess-bishop:before {
	content: "\f43a";
}

.fa-chess-bishop-alt:before {
	content: "\f43b";
}

.fa-chess-board:before {
	content: "\f43c";
}

.fa-chess-clock:before {
	content: "\f43d";
}

.fa-chess-clock-alt:before {
	content: "\f43e";
}

.fa-chess-king:before {
	content: "\f43f";
}

.fa-chess-king-alt:before {
	content: "\f440";
}

.fa-chess-knight:before {
	content: "\f441";
}

.fa-chess-knight-alt:before {
	content: "\f442";
}

.fa-chess-pawn:before {
	content: "\f443";
}

.fa-chess-pawn-alt:before {
	content: "\f444";
}

.fa-chess-queen:before {
	content: "\f445";
}

.fa-chess-queen-alt:before {
	content: "\f446";
}

.fa-chess-rook:before {
	content: "\f447";
}

.fa-chess-rook-alt:before {
	content: "\f448";
}

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

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

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

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

.fa-chevron-double-down:before {
	content: "\f322";
}

.fa-chevron-double-left:before {
	content: "\f323";
}

.fa-chevron-double-right:before {
	content: "\f324";
}

.fa-chevron-double-up:before {
	content: "\f325";
}

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

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

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

.fa-chevron-square-down:before {
	content: "\f329";
}

.fa-chevron-square-left:before {
	content: "\f32a";
}

.fa-chevron-square-right:before {
	content: "\f32b";
}

.fa-chevron-square-up:before {
	content: "\f32c";
}

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

.fa-child:before {
	content: "\f1ae";
}

.fa-chimney:before {
	content: "\f78b";
}

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

.fa-church:before {
	content: "\f51d";
}

.fa-circle:before {
	content: "\f111";
}

.fa-circle-notch:before {
	content: "\f1ce";
}

.fa-city:before {
	content: "\f64f";
}

.fa-claw-marks:before {
	content: "\f6c2";
}

.fa-clinic-medical:before {
	content: "\f7f2";
}

.fa-clipboard:before {
	content: "\f328";
}

.fa-clipboard-check:before {
	content: "\f46c";
}

.fa-clipboard-list:before {
	content: "\f46d";
}

.fa-clipboard-list-check:before {
	content: "\f737";
}

.fa-clipboard-prescription:before {
	content: "\f5e8";
}

.fa-clipboard-user:before {
	content: "\f7f3";
}

.fa-clock:before {
	content: "\f017";
}

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

.fa-closed-captioning:before {
	content: "\f20a";
}

.fa-cloud:before {
	content: "\f0c2";
}

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

.fa-cloud-download-alt:before {
	content: "\f381";
}

.fa-cloud-drizzle:before {
	content: "\f738";
}

.fa-cloud-hail:before {
	content: "\f739";
}

.fa-cloud-hail-mixed:before {
	content: "\f73a";
}

.fa-cloud-meatball:before {
	content: "\f73b";
}

.fa-cloud-moon:before {
	content: "\f6c3";
}

.fa-cloud-moon-rain:before {
	content: "\f73c";
}

.fa-cloud-rain:before {
	content: "\f73d";
}

.fa-cloud-rainbow:before {
	content: "\f73e";
}

.fa-cloud-showers:before {
	content: "\f73f";
}

.fa-cloud-showers-heavy:before {
	content: "\f740";
}

.fa-cloud-sleet:before {
	content: "\f741";
}

.fa-cloud-snow:before {
	content: "\f742";
}

.fa-cloud-sun:before {
	content: "\f6c4";
}

.fa-cloud-sun-rain:before {
	content: "\f743";
}

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

.fa-cloud-upload-alt:before {
	content: "\f382";
}

.fa-clouds:before {
	content: "\f744";
}

.fa-clouds-moon:before {
	content: "\f745";
}

.fa-clouds-sun:before {
	content: "\f746";
}

.fa-cloudscale:before {
	content: "\f383";
}

.fa-cloudsmith:before {
	content: "\f384";
}

.fa-cloudversify:before {
	content: "\f385";
}

.fa-club:before {
	content: "\f327";
}

.fa-cocktail:before {
	content: "\f561";
}

.fa-code:before {
	content: "\f121";
}

.fa-code-branch:before {
	content: "\f126";
}

.fa-code-commit:before {
	content: "\f386";
}

.fa-code-merge:before {
	content: "\f387";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-coffee-togo:before {
	content: "\f6c5";
}

.fa-coffin:before {
	content: "\f6c6";
}

.fa-cog:before {
	content: "\f013";
}

.fa-cogs:before {
	content: "\f085";
}

.fa-coins:before {
	content: "\f51e";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-comment:before {
	content: "\f075";
}

.fa-comment-alt:before {
	content: "\f27a";
}

.fa-comment-alt-check:before {
	content: "\f4a2";
}

.fa-comment-alt-dollar:before {
	content: "\f650";
}

.fa-comment-alt-dots:before {
	content: "\f4a3";
}

.fa-comment-alt-edit:before {
	content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
	content: "\f4a5";
}

.fa-comment-alt-lines:before {
	content: "\f4a6";
}

.fa-comment-alt-medical:before {
	content: "\f7f4";
}

.fa-comment-alt-minus:before {
	content: "\f4a7";
}

.fa-comment-alt-plus:before {
	content: "\f4a8";
}

.fa-comment-alt-slash:before {
	content: "\f4a9";
}

.fa-comment-alt-smile:before {
	content: "\f4aa";
}

.fa-comment-alt-times:before {
	content: "\f4ab";
}

.fa-comment-check:before {
	content: "\f4ac";
}

.fa-comment-dollar:before {
	content: "\f651";
}

.fa-comment-dots:before {
	content: "\f4ad";
}

.fa-comment-edit:before {
	content: "\f4ae";
}

.fa-comment-exclamation:before {
	content: "\f4af";
}

.fa-comment-lines:before {
	content: "\f4b0";
}

.fa-comment-medical:before {
	content: "\f7f5";
}

.fa-comment-minus:before {
	content: "\f4b1";
}

.fa-comment-plus:before {
	content: "\f4b2";
}

.fa-comment-slash:before {
	content: "\f4b3";
}

.fa-comment-smile:before {
	content: "\f4b4";
}

.fa-comment-times:before {
	content: "\f4b5";
}

.fa-comments:before {
	content: "\f086";
}

.fa-comments-alt:before {
	content: "\f4b6";
}

.fa-comments-alt-dollar:before {
	content: "\f652";
}

.fa-comments-dollar:before {
	content: "\f653";
}

.fa-compact-disc:before {
	content: "\f51f";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-compass-slash:before {
	content: "\f5e9";
}

.fa-compress:before {
	content: "\f066";
}

.fa-compress-alt:before {
	content: "\f422";
}

.fa-compress-arrows-alt:before {
	content: "\f78c";
}

.fa-compress-wide:before {
	content: "\f326";
}

.fa-concierge-bell:before {
	content: "\f562";
}

.fa-confluence:before {
	content: "\f78d";
}

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

.fa-container-storage:before {
	content: "\f4b7";
}

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

.fa-conveyor-belt:before {
	content: "\f46e";
}

.fa-conveyor-belt-alt:before {
	content: "\f46f";
}

.fa-cookie:before {
	content: "\f563";
}

.fa-cookie-bite:before {
	content: "\f564";
}

.fa-copy:before {
	content: "\f0c5";
}

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

.fa-corn:before {
	content: "\f6c7";
}

.fa-couch:before {
	content: "\f4b8";
}

.fa-cow:before {
	content: "\f6c8";
}

.fa-cpanel:before {
	content: "\f388";
}

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

.fa-creative-commons-by:before {
	content: "\f4e7";
}

.fa-creative-commons-nc:before {
	content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea";
}

.fa-creative-commons-nd:before {
	content: "\f4eb";
}

.fa-creative-commons-pd:before {
	content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed";
}

.fa-creative-commons-remix:before {
	content: "\f4ee";
}

.fa-creative-commons-sa:before {
	content: "\f4ef";
}

.fa-creative-commons-sampling:before {
	content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1";
}

.fa-creative-commons-share:before {
	content: "\f4f2";
}

.fa-creative-commons-zero:before {
	content: "\f4f3";
}

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

.fa-credit-card-blank:before {
	content: "\f389";
}

.fa-credit-card-front:before {
	content: "\f38a";
}

.fa-cricket:before {
	content: "\f449";
}

.fa-critical-role:before {
	content: "\f6c9";
}

.fa-croissant:before {
	content: "\f7f6";
}

.fa-crop:before {
	content: "\f125";
}

.fa-crop-alt:before {
	content: "\f565";
}

.fa-cross:before {
	content: "\f654";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-crow:before {
	content: "\f520";
}

.fa-crown:before {
	content: "\f521";
}

.fa-crutch:before {
	content: "\f7f7";
}

.fa-crutches:before {
	content: "\f7f8";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-css3-alt:before {
	content: "\f38b";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-curling:before {
	content: "\f44a";
}

.fa-cut:before {
	content: "\f0c4";
}

.fa-cuttlefish:before {
	content: "\f38c";
}

.fa-d-and-d:before {
	content: "\f38d";
}

.fa-d-and-d-beyond:before {
	content: "\f6ca";
}

.fa-dagger:before {
	content: "\f6cb";
}

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

.fa-database:before {
	content: "\f1c0";
}

.fa-deaf:before {
	content: "\f2a4";
}

.fa-debug:before {
	content: "\f7f9";
}

.fa-deer:before {
	content: "\f78e";
}

.fa-deer-rudolph:before {
	content: "\f78f";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-democrat:before {
	content: "\f747";
}

.fa-deploydog:before {
	content: "\f38e";
}

.fa-deskpro:before {
	content: "\f38f";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-desktop-alt:before {
	content: "\f390";
}

.fa-dev:before {
	content: "\f6cc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-dewpoint:before {
	content: "\f748";
}

.fa-dharmachakra:before {
	content: "\f655";
}

.fa-dhl:before {
	content: "\f790";
}

.fa-diagnoses:before {
	content: "\f470";
}

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

.fa-diaspora:before {
	content: "\f791";
}

.fa-dice:before {
	content: "\f522";
}

.fa-dice-d10:before {
	content: "\f6cd";
}

.fa-dice-d12:before {
	content: "\f6ce";
}

.fa-dice-d20:before {
	content: "\f6cf";
}

.fa-dice-d4:before {
	content: "\f6d0";
}

.fa-dice-d6:before {
	content: "\f6d1";
}

.fa-dice-d8:before {
	content: "\f6d2";
}

.fa-dice-five:before {
	content: "\f523";
}

.fa-dice-four:before {
	content: "\f524";
}

.fa-dice-one:before {
	content: "\f525";
}

.fa-dice-six:before {
	content: "\f526";
}

.fa-dice-three:before {
	content: "\f527";
}

.fa-dice-two:before {
	content: "\f528";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-digital-ocean:before {
	content: "\f391";
}

.fa-digital-tachograph:before {
	content: "\f566";
}

.fa-diploma:before {
	content: "\f5ea";
}

.fa-directions:before {
	content: "\f5eb";
}

.fa-discord:before {
	content: "\f392";
}

.fa-discourse:before {
	content: "\f393";
}

.fa-disease:before {
	content: "\f7fa";
}

.fa-divide:before {
	content: "\f529";
}

.fa-dizzy:before {
	content: "\f567";
}

.fa-dna:before {
	content: "\f471";
}

.fa-do-not-enter:before {
	content: "\f5ec";
}

.fa-dochub:before {
	content: "\f394";
}

.fa-docker:before {
	content: "\f395";
}

.fa-dog:before {
	content: "\f6d3";
}

.fa-dog-leashed:before {
	content: "\f6d4";
}

.fa-dollar-sign:before {
	content: "\f155";
}

.fa-dolly:before {
	content: "\f472";
}

.fa-dolly-empty:before {
	content: "\f473";
}

.fa-dolly-flatbed:before {
	content: "\f474";
}

.fa-dolly-flatbed-alt:before {
	content: "\f475";
}

.fa-dolly-flatbed-empty:before {
	content: "\f476";
}

.fa-donate:before {
	content: "\f4b9";
}

.fa-door-closed:before {
	content: "\f52a";
}

.fa-door-open:before {
	content: "\f52b";
}

.fa-dot-circle:before {
	content: "\f192";
}

.fa-dove:before {
	content: "\f4ba";
}

.fa-download:before {
	content: "\f019";
}

.fa-draft2digital:before {
	content: "\f396";
}

.fa-drafting-compass:before {
	content: "\f568";
}

.fa-dragon:before {
	content: "\f6d5";
}

.fa-draw-circle:before {
	content: "\f5ed";
}

.fa-draw-polygon:before {
	content: "\f5ee";
}

.fa-draw-square:before {
	content: "\f5ef";
}

.fa-dreidel:before {
	content: "\f792";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-dribbble-square:before {
	content: "\f397";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-drum:before {
	content: "\f569";
}

.fa-drum-steelpan:before {
	content: "\f56a";
}

.fa-drumstick:before {
	content: "\f6d6";
}

.fa-drumstick-bite:before {
	content: "\f6d7";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-duck:before {
	content: "\f6d8";
}

.fa-dumbbell:before {
	content: "\f44b";
}

.fa-dumpster:before {
	content: "\f793";
}

.fa-dumpster-fire:before {
	content: "\f794";
}

.fa-dungeon:before {
	content: "\f6d9";
}

.fa-dyalog:before {
	content: "\f399";
}

.fa-ear:before {
	content: "\f5f0";
}

.fa-ear-muffs:before {
	content: "\f795";
}

.fa-earlybirds:before {
	content: "\f39a";
}

.fa-ebay:before {
	content: "\f4f4";
}

.fa-eclipse:before {
	content: "\f749";
}

.fa-eclipse-alt:before {
	content: "\f74a";
}

.fa-edge:before {
	content: "\f282";
}

.fa-edit:before {
	content: "\f044";
}

.fa-egg:before {
	content: "\f7fb";
}

.fa-egg-fried:before {
	content: "\f7fc";
}

.fa-eject:before {
	content: "\f052";
}

.fa-elementor:before {
	content: "\f430";
}

.fa-elephant:before {
	content: "\f6da";
}

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

.fa-ellipsis-h-alt:before {
	content: "\f39b";
}

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

.fa-ellipsis-v-alt:before {
	content: "\f39c";
}

.fa-ello:before {
	content: "\f5f1";
}

.fa-ember:before {
	content: "\f423";
}

.fa-empire:before {
	content: "\f1d1";
}

.fa-empty-set:before {
	content: "\f656";
}

.fa-engine-warning:before {
	content: "\f5f2";
}

.fa-envelope:before {
	content: "\f0e0";
}

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

.fa-envelope-open-dollar:before {
	content: "\f657";
}

.fa-envelope-open-text:before {
	content: "\f658";
}

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

.fa-envira:before {
	content: "\f299";
}

.fa-equals:before {
	content: "\f52c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-erlang:before {
	content: "\f39d";
}

.fa-ethereum:before {
	content: "\f42e";
}

.fa-ethernet:before {
	content: "\f796";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-euro-sign:before {
	content: "\f153";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-exchange-alt:before {
	content: "\f362";
}

.fa-exclamation:before {
	content: "\f12a";
}

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

.fa-exclamation-square:before {
	content: "\f321";
}

.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-expand:before {
	content: "\f065";
}

.fa-expand-alt:before {
	content: "\f424";
}

.fa-expand-arrows:before {
	content: "\f31d";
}

.fa-expand-arrows-alt:before {
	content: "\f31e";
}

.fa-expand-wide:before {
	content: "\f320";
}

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

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

.fa-external-link-alt:before {
	content: "\f35d";
}

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

.fa-external-link-square-alt:before {
	content: "\f360";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-dropper:before {
	content: "\f1fb";
}

.fa-eye-evil:before {
	content: "\f6db";
}

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

.fa-facebook:before {
	content: "\f09a";
}

.fa-facebook-f:before {
	content: "\f39e";
}

.fa-facebook-messenger:before {
	content: "\f39f";
}

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

.fa-fantasy-flight-games:before {
	content: "\f6dc";
}

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

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

.fa-fax:before {
	content: "\f1ac";
}

.fa-feather:before {
	content: "\f52d";
}

.fa-feather-alt:before {
	content: "\f56b";
}

.fa-fedex:before {
	content: "\f797";
}

.fa-fedora:before {
	content: "\f798";
}

.fa-female:before {
	content: "\f182";
}

.fa-field-hockey:before {
	content: "\f44c";
}

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

.fa-figma:before {
	content: "\f799";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-alt:before {
	content: "\f15c";
}

.fa-file-archive:before {
	content: "\f1c6";
}

.fa-file-audio:before {
	content: "\f1c7";
}

.fa-file-certificate:before {
	content: "\f5f3";
}

.fa-file-chart-line:before {
	content: "\f659";
}

.fa-file-chart-pie:before {
	content: "\f65a";
}

.fa-file-check:before {
	content: "\f316";
}

.fa-file-code:before {
	content: "\f1c9";
}

.fa-file-contract:before {
	content: "\f56c";
}

.fa-file-csv:before {
	content: "\f6dd";
}

.fa-file-download:before {
	content: "\f56d";
}

.fa-file-edit:before {
	content: "\f31c";
}

.fa-file-excel:before {
	content: "\f1c3";
}

.fa-file-exclamation:before {
	content: "\f31a";
}

.fa-file-export:before {
	content: "\f56e";
}

.fa-file-image:before {
	content: "\f1c5";
}

.fa-file-import:before {
	content: "\f56f";
}

.fa-file-invoice:before {
	content: "\f570";
}

.fa-file-invoice-dollar:before {
	content: "\f571";
}

.fa-file-medical:before {
	content: "\f477";
}

.fa-file-medical-alt:before {
	content: "\f478";
}

.fa-file-minus:before {
	content: "\f318";
}

.fa-file-pdf:before {
	content: "\f1c1";
}

.fa-file-plus:before {
	content: "\f319";
}

.fa-file-powerpoint:before {
	content: "\f1c4";
}

.fa-file-prescription:before {
	content: "\f572";
}

.fa-file-signature:before {
	content: "\f573";
}

.fa-file-spreadsheet:before {
	content: "\f65b";
}

.fa-file-times:before {
	content: "\f317";
}

.fa-file-upload:before {
	content: "\f574";
}

.fa-file-user:before {
	content: "\f65c";
}

.fa-file-video:before {
	content: "\f1c8";
}

.fa-file-word:before {
	content: "\f1c2";
}

.fa-files-medical:before {
	content: "\f7fd";
}

.fa-fill:before {
	content: "\f575";
}

.fa-fill-drip:before {
	content: "\f576";
}

.fa-film:before {
	content: "\f008";
}

.fa-film-alt:before {
	content: "\f3a0";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-fingerprint:before {
	content: "\f577";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-fire-alt:before {
	content: "\f7e4";
}

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

.fa-fire-smoke:before {
	content: "\f74b";
}

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

.fa-fireplace:before {
	content: "\f79a";
}

.fa-first-aid:before {
	content: "\f479";
}

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

.fa-first-order-alt:before {
	content: "\f50a";
}

.fa-firstdraft:before {
	content: "\f3a1";
}

.fa-fish:before {
	content: "\f578";
}

.fa-fish-cooked:before {
	content: "\f7fe";
}

.fa-fist-raised:before {
	content: "\f6de";
}

.fa-flag:before {
	content: "\f024";
}

.fa-flag-alt:before {
	content: "\f74c";
}

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

.fa-flag-usa:before {
	content: "\f74d";
}

.fa-flame:before {
	content: "\f6df";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-flask-poison:before {
	content: "\f6e0";
}

.fa-flask-potion:before {
	content: "\f6e1";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-flipboard:before {
	content: "\f44d";
}

.fa-flower:before {
	content: "\f7ff";
}

.fa-flower-daffodil:before {
	content: "\f800";
}

.fa-flower-tulip:before {
	content: "\f801";
}

.fa-flushed:before {
	content: "\f579";
}

.fa-fly:before {
	content: "\f417";
}

.fa-fog:before {
	content: "\f74e";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-minus:before {
	content: "\f65d";
}

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

.fa-folder-plus:before {
	content: "\f65e";
}

.fa-folder-times:before {
	content: "\f65f";
}

.fa-folder-tree:before {
	content: "\f802";
}

.fa-folders:before {
	content: "\f660";
}

.fa-font:before {
	content: "\f031";
}

.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-font-awesome-alt:before {
	content: "\f35c";
}

.fa-font-awesome-flag:before {
	content: "\f425";
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6";
}

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

.fa-fonticons-fi:before {
	content: "\f3a2";
}

.fa-football-ball:before {
	content: "\f44e";
}

.fa-football-helmet:before {
	content: "\f44f";
}

.fa-forklift:before {
	content: "\f47a";
}

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

.fa-fort-awesome-alt:before {
	content: "\f3a3";
}

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

.fa-forward:before {
	content: "\f04e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-fragile:before {
	content: "\f4bb";
}

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

.fa-freebsd:before {
	content: "\f3a4";
}

.fa-french-fries:before {
	content: "\f803";
}

.fa-frog:before {
	content: "\f52e";
}

.fa-frosty-head:before {
	content: "\f79b";
}

.fa-frown:before {
	content: "\f119";
}

.fa-frown-open:before {
	content: "\f57a";
}

.fa-fulcrum:before {
	content: "\f50b";
}

.fa-function:before {
	content: "\f661";
}

.fa-funnel-dollar:before {
	content: "\f662";
}

.fa-futbol:before {
	content: "\f1e3";
}

.fa-galactic-republic:before {
	content: "\f50c";
}

.fa-galactic-senate:before {
	content: "\f50d";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-gas-pump:before {
	content: "\f52f";
}

.fa-gas-pump-slash:before {
	content: "\f5f4";
}

.fa-gavel:before {
	content: "\f0e3";
}

.fa-gem:before {
	content: "\f3a5";
}

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

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

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

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

.fa-ghost:before {
	content: "\f6e2";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-gift-card:before {
	content: "\f663";
}

.fa-gifts:before {
	content: "\f79c";
}

.fa-gingerbread-man:before {
	content: "\f79d";
}

.fa-git:before {
	content: "\f1d3";
}

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

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

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

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

.fa-gitkraken:before {
	content: "\f3a6";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-gitter:before {
	content: "\f426";
}

.fa-glass:before {
	content: "\f804";
}

.fa-glass-champagne:before {
	content: "\f79e";
}

.fa-glass-cheers:before {
	content: "\f79f";
}

.fa-glass-martini:before {
	content: "\f000";
}

.fa-glass-martini-alt:before {
	content: "\f57b";
}

.fa-glass-whiskey:before {
	content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
	content: "\f7a1";
}

.fa-glasses:before {
	content: "\f530";
}

.fa-glasses-alt:before {
	content: "\f5f5";
}

.fa-glide:before {
	content: "\f2a5";
}

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

.fa-globe:before {
	content: "\f0ac";
}

.fa-globe-africa:before {
	content: "\f57c";
}

.fa-globe-americas:before {
	content: "\f57d";
}

.fa-globe-asia:before {
	content: "\f57e";
}

.fa-globe-europe:before {
	content: "\f7a2";
}

.fa-globe-snow:before {
	content: "\f7a3";
}

.fa-globe-stand:before {
	content: "\f5f6";
}

.fa-gofore:before {
	content: "\f3a7";
}

.fa-golf-ball:before {
	content: "\f450";
}

.fa-golf-club:before {
	content: "\f451";
}

.fa-goodreads:before {
	content: "\f3a8";
}

.fa-goodreads-g:before {
	content: "\f3a9";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-google-drive:before {
	content: "\f3aa";
}

.fa-google-play:before {
	content: "\f3ab";
}

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

.fa-google-plus-g:before {
	content: "\f0d5";
}

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

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

.fa-gopuram:before {
	content: "\f664";
}

.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-gratipay:before {
	content: "\f184";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-greater-than:before {
	content: "\f531";
}

.fa-greater-than-equal:before {
	content: "\f532";
}

.fa-grimace:before {
	content: "\f57f";
}

.fa-grin:before {
	content: "\f580";
}

.fa-grin-alt:before {
	content: "\f581";
}

.fa-grin-beam:before {
	content: "\f582";
}

.fa-grin-beam-sweat:before {
	content: "\f583";
}

.fa-grin-hearts:before {
	content: "\f584";
}

.fa-grin-squint:before {
	content: "\f585";
}

.fa-grin-squint-tears:before {
	content: "\f586";
}

.fa-grin-stars:before {
	content: "\f587";
}

.fa-grin-tears:before {
	content: "\f588";
}

.fa-grin-tongue:before {
	content: "\f589";
}

.fa-grin-tongue-squint:before {
	content: "\f58a";
}

.fa-grin-tongue-wink:before {
	content: "\f58b";
}

.fa-grin-wink:before {
	content: "\f58c";
}

.fa-grip-horizontal:before {
	content: "\f58d";
}

.fa-grip-lines:before {
	content: "\f7a4";
}

.fa-grip-lines-vertical:before {
	content: "\f7a5";
}

.fa-grip-vertical:before {
	content: "\f58e";
}

.fa-gripfire:before {
	content: "\f3ac";
}

.fa-grunt:before {
	content: "\f3ad";
}

.fa-guitar:before {
	content: "\f7a6";
}

.fa-gulp:before {
	content: "\f3ae";
}

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

.fa-h1:before {
	content: "\f313";
}

.fa-h2:before {
	content: "\f314";
}

.fa-h3:before {
	content: "\f315";
}

.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-hacker-news-square:before {
	content: "\f3af";
}

.fa-hackerrank:before {
	content: "\f5f7";
}

.fa-hamburger:before {
	content: "\f805";
}

.fa-hammer:before {
	content: "\f6e3";
}

.fa-hammer-war:before {
	content: "\f6e4";
}

.fa-hamsa:before {
	content: "\f665";
}

.fa-hand-heart:before {
	content: "\f4bc";
}

.fa-hand-holding:before {
	content: "\f4bd";
}

.fa-hand-holding-box:before {
	content: "\f47b";
}

.fa-hand-holding-heart:before {
	content: "\f4be";
}

.fa-hand-holding-magic:before {
	content: "\f6e5";
}

.fa-hand-holding-seedling:before {
	content: "\f4bf";
}

.fa-hand-holding-usd:before {
	content: "\f4c0";
}

.fa-hand-holding-water:before {
	content: "\f4c1";
}

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

.fa-hand-middle-finger:before {
	content: "\f806";
}

.fa-hand-paper:before {
	content: "\f256";
}

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

.fa-hand-point-down:before {
	content: "\f0a7";
}

.fa-hand-point-left:before {
	content: "\f0a5";
}

.fa-hand-point-right:before {
	content: "\f0a4";
}

.fa-hand-point-up:before {
	content: "\f0a6";
}

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

.fa-hand-receiving:before {
	content: "\f47c";
}

.fa-hand-rock:before {
	content: "\f255";
}

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

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

.fa-hands:before {
	content: "\f4c2";
}

.fa-hands-heart:before {
	content: "\f4c3";
}

.fa-hands-helping:before {
	content: "\f4c4";
}

.fa-hands-usd:before {
	content: "\f4c5";
}

.fa-handshake:before {
	content: "\f2b5";
}

.fa-handshake-alt:before {
	content: "\f4c6";
}

.fa-hanukiah:before {
	content: "\f6e6";
}

.fa-hard-hat:before {
	content: "\f807";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-hat-santa:before {
	content: "\f7a7";
}

.fa-hat-winter:before {
	content: "\f7a8";
}

.fa-hat-witch:before {
	content: "\f6e7";
}

.fa-hat-wizard:before {
	content: "\f6e8";
}

.fa-haykal:before {
	content: "\f666";
}

.fa-hdd:before {
	content: "\f0a0";
}

.fa-head-side:before {
	content: "\f6e9";
}

.fa-head-side-brain:before {
	content: "\f808";
}

.fa-head-side-medical:before {
	content: "\f809";
}

.fa-head-vr:before {
	content: "\f6ea";
}

.fa-heading:before {
	content: "\f1dc";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-headphones-alt:before {
	content: "\f58f";
}

.fa-headset:before {
	content: "\f590";
}

.fa-heart:before {
	content: "\f004";
}

.fa-heart-broken:before {
	content: "\f7a9";
}

.fa-heart-circle:before {
	content: "\f4c7";
}

.fa-heart-rate:before {
	content: "\f5f8";
}

.fa-heart-square:before {
	content: "\f4c8";
}

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

.fa-helicopter:before {
	content: "\f533";
}

.fa-helmet-battle:before {
	content: "\f6eb";
}

.fa-hexagon:before {
	content: "\f312";
}

.fa-highlighter:before {
	content: "\f591";
}

.fa-hiking:before {
	content: "\f6ec";
}

.fa-hippo:before {
	content: "\f6ed";
}

.fa-hips:before {
	content: "\f452";
}

.fa-hire-a-helper:before {
	content: "\f3b0";
}

.fa-history:before {
	content: "\f1da";
}

.fa-hockey-mask:before {
	content: "\f6ee";
}

.fa-hockey-puck:before {
	content: "\f453";
}

.fa-hockey-sticks:before {
	content: "\f454";
}

.fa-holly-berry:before {
	content: "\f7aa";
}

.fa-home:before {
	content: "\f015";
}

.fa-home-alt:before {
	content: "\f80a";
}

.fa-home-heart:before {
	content: "\f4c9";
}

.fa-home-lg:before {
	content: "HOME";
}

.fa-home-lg-alt:before {
	content: "\f80c";
}

.fa-hood-cloak:before {
	content: "\f6ef";
}

.fa-hooli:before {
	content: "\f427";
}

.fa-hornbill:before {
	content: "\f592";
}

.fa-horse:before {
	content: "\f6f0";
}

.fa-horse-head:before {
	content: "\f7ab";
}

.fa-hospital:before {
	content: "\f0f8";
}

.fa-hospital-alt:before {
	content: "\f47d";
}

.fa-hospital-symbol:before {
	content: "\f47e";
}

.fa-hospital-user:before {
	content: "\f80d";
}

.fa-hospitals:before {
	content: "\f80e";
}

.fa-hot-tub:before {
	content: "\f593";
}

.fa-hotdog:before {
	content: "\f80f";
}

.fa-hotel:before {
	content: "\f594";
}

.fa-hotjar:before {
	content: "\f3b1";
}

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

.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-start:before {
	content: "\f251";
}

.fa-house-damage:before {
	content: "\f6f1";
}

.fa-house-flood:before {
	content: "\f74f";
}

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

.fa-hryvnia:before {
	content: "\f6f2";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-hubspot:before {
	content: "\f3b2";
}

.fa-humidity:before {
	content: "\f750";
}

.fa-hurricane:before {
	content: "\f751";
}

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

.fa-ice-cream:before {
	content: "\f810";
}

.fa-ice-skate:before {
	content: "\f7ac";
}

.fa-icicles:before {
	content: "\f7ad";
}

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

.fa-id-card:before {
	content: "\f2c2";
}

.fa-id-card-alt:before {
	content: "\f47f";
}

.fa-igloo:before {
	content: "\f7ae";
}

.fa-image:before {
	content: "\f03e";
}

.fa-images:before {
	content: "\f302";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-inbox-in:before {
	content: "\f310";
}

.fa-inbox-out:before {
	content: "\f311";
}

.fa-indent:before {
	content: "\f03c";
}

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

.fa-industry-alt:before {
	content: "\f3b3";
}

.fa-infinity:before {
	content: "\f534";
}

.fa-info:before {
	content: "\f129";
}

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

.fa-info-square:before {
	content: "\f30f";
}

.fa-inhaler:before {
	content: "\f5f9";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-integral:before {
	content: "\f667";
}

.fa-intercom:before {
	content: "\f7af";
}

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

.fa-intersection:before {
	content: "\f668";
}

.fa-inventory:before {
	content: "\f480";
}

.fa-invision:before {
	content: "\f7b0";
}

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

.fa-island-tropical:before {
	content: "\f811";
}

.fa-italic:before {
	content: "\f033";
}

.fa-itunes:before {
	content: "\f3b4";
}

.fa-itunes-note:before {
	content: "\f3b5";
}

.fa-jack-o-lantern:before {
	content: "\f30e";
}

.fa-java:before {
	content: "\f4e4";
}

.fa-jedi:before {
	content: "\f669";
}

.fa-jedi-order:before {
	content: "\f50e";
}

.fa-jenkins:before {
	content: "\f3b6";
}

.fa-jira:before {
	content: "\f7b1";
}

.fa-joget:before {
	content: "\f3b7";
}

.fa-joint:before {
	content: "\f595";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-journal-whills:before {
	content: "\f66a";
}

.fa-js:before {
	content: "\f3b8";
}

.fa-js-square:before {
	content: "\f3b9";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-kaaba:before {
	content: "\f66b";
}

.fa-kaggle:before {
	content: "\f5fa";
}

.fa-key:before {
	content: "\f084";
}

.fa-key-skeleton:before {
	content: "\f6f3";
}

.fa-keybase:before {
	content: "\f4f5";
}

.fa-keyboard:before {
	content: "\f11c";
}

.fa-keycdn:before {
	content: "\f3ba";
}

.fa-keynote:before {
	content: "\f66c";
}

.fa-khanda:before {
	content: "\f66d";
}

.fa-kickstarter:before {
	content: "\f3bb";
}

.fa-kickstarter-k:before {
	content: "\f3bc";
}

.fa-kidneys:before {
	content: "\f5fb";
}

.fa-kiss:before {
	content: "\f596";
}

.fa-kiss-beam:before {
	content: "\f597";
}

.fa-kiss-wink-heart:before {
	content: "\f598";
}

.fa-kite:before {
	content: "\f6f4";
}

.fa-kiwi-bird:before {
	content: "\f535";
}

.fa-knife-kitchen:before {
	content: "\f6f5";
}

.fa-korvue:before {
	content: "\f42f";
}

.fa-lambda:before {
	content: "\f66e";
}

.fa-lamp:before {
	content: "\f4ca";
}

.fa-landmark:before {
	content: "\f66f";
}

.fa-landmark-alt:before {
	content: "\f752";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-laptop-code:before {
	content: "\f5fc";
}

.fa-laptop-medical:before {
	content: "\f812";
}

.fa-laravel:before {
	content: "\f3bd";
}

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

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

.fa-laugh:before {
	content: "\f599";
}

.fa-laugh-beam:before {
	content: "\f59a";
}

.fa-laugh-squint:before {
	content: "\f59b";
}

.fa-laugh-wink:before {
	content: "\f59c";
}

.fa-layer-group:before {
	content: "\f5fd";
}

.fa-layer-minus:before {
	content: "\f5fe";
}

.fa-layer-plus:before {
	content: "\f5ff";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-leaf-heart:before {
	content: "\f4cb";
}

.fa-leaf-maple:before {
	content: "\f6f6";
}

.fa-leaf-oak:before {
	content: "\f6f7";
}

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

.fa-lemon:before {
	content: "\f094";
}

.fa-less:before {
	content: "\f41d";
}

.fa-less-than:before {
	content: "\f536";
}

.fa-less-than-equal:before {
	content: "\f537";
}

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

.fa-level-down-alt:before {
	content: "\f3be";
}

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

.fa-level-up-alt:before {
	content: "\f3bf";
}

.fa-life-ring:before {
	content: "\f1cd";
}

.fa-lightbulb:before {
	content: "\f0eb";
}

.fa-lightbulb-dollar:before {
	content: "\f670";
}

.fa-lightbulb-exclamation:before {
	content: "\f671";
}

.fa-lightbulb-on:before {
	content: "\f672";
}

.fa-lightbulb-slash:before {
	content: "\f673";
}

.fa-lights-holiday:before {
	content: "\f7b2";
}

.fa-line:before {
	content: "\f3c0";
}

.fa-link:before {
	content: "\f0c1";
}

.fa-linkedin:before {
	content: "\f08c";
}

.fa-linkedin-in:before {
	content: "\f0e1";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-lips:before {
	content: "\f600";
}

.fa-lira-sign:before {
	content: "\f195";
}

.fa-list:before {
	content: "\f03a";
}

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

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

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

.fa-location:before {
	content: "\f601";
}

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

.fa-location-circle:before {
	content: "\f602";
}

.fa-location-slash:before {
	content: "\f603";
}

.fa-lock:before {
	content: "\f023";
}

.fa-lock-alt:before {
	content: "\f30d";
}

.fa-lock-open:before {
	content: "\f3c1";
}

.fa-lock-open-alt:before {
	content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
	content: "\f309";
}

.fa-long-arrow-alt-left:before {
	content: "\f30a";
}

.fa-long-arrow-alt-right:before {
	content: "\f30b";
}

.fa-long-arrow-alt-up:before {
	content: "\f30c";
}

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

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

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

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

.fa-loveseat:before {
	content: "\f4cc";
}

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

.fa-luchador:before {
	content: "\f455";
}

.fa-luggage-cart:before {
	content: "\f59d";
}

.fa-lungs:before {
	content: "\f604";
}

.fa-lyft:before {
	content: "\f3c3";
}

.fa-mace:before {
	content: "\f6f8";
}

.fa-magento:before {
	content: "\f3c4";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-mail-bulk:before {
	content: "\f674";
}

.fa-mailbox:before {
	content: "\f813";
}

.fa-mailchimp:before {
	content: "\f59e";
}

.fa-male:before {
	content: "\f183";
}

.fa-mandalorian:before {
	content: "\f50f";
}

.fa-mandolin:before {
	content: "\f6f9";
}

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

.fa-map-marked:before {
	content: "\f59f";
}

.fa-map-marked-alt:before {
	content: "\f5a0";
}

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

.fa-map-marker-alt:before {
	content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
	content: "\f605";
}

.fa-map-marker-check:before {
	content: "\f606";
}

.fa-map-marker-edit:before {
	content: "\f607";
}

.fa-map-marker-exclamation:before {
	content: "\f608";
}

.fa-map-marker-minus:before {
	content: "\f609";
}

.fa-map-marker-plus:before {
	content: "\f60a";
}

.fa-map-marker-question:before {
	content: "\f60b";
}

.fa-map-marker-slash:before {
	content: "\f60c";
}

.fa-map-marker-smile:before {
	content: "\f60d";
}

.fa-map-marker-times:before {
	content: "\f60e";
}

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

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

.fa-markdown:before {
	content: "\f60f";
}

.fa-marker:before {
	content: "\f5a1";
}

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

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

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

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

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

.fa-mask:before {
	content: "\f6fa";
}

.fa-mastodon:before {
	content: "\f4f6";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-meat:before {
	content: "\f814";
}

.fa-medal:before {
	content: "\f5a2";
}

.fa-medapps:before {
	content: "\f3c6";
}

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

.fa-medium-m:before {
	content: "\f3c7";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-medrt:before {
	content: "\f3c8";
}

.fa-meetup:before {
	content: "\f2e0";
}

.fa-megaphone:before {
	content: "\f675";
}

.fa-megaport:before {
	content: "\f5a3";
}

.fa-meh:before {
	content: "\f11a";
}

.fa-meh-blank:before {
	content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
	content: "\f5a5";
}

.fa-memory:before {
	content: "\f538";
}

.fa-mendeley:before {
	content: "\f7b3";
}

.fa-menorah:before {
	content: "\f676";
}

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

.fa-meteor:before {
	content: "\f753";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-alt:before {
	content: "\f3c9";
}

.fa-microphone-alt-slash:before {
	content: "\f539";
}

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

.fa-microscope:before {
	content: "\f610";
}

.fa-microsoft:before {
	content: "\f3ca";
}

.fa-mind-share:before {
	content: "\f677";
}

.fa-minus:before {
	content: "\f068";
}

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

.fa-minus-hexagon:before {
	content: "\f307";
}

.fa-minus-octagon:before {
	content: "\f308";
}

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

.fa-mistletoe:before {
	content: "\f7b4";
}

.fa-mitten:before {
	content: "\f7b5";
}

.fa-mix:before {
	content: "\f3cb";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-mizuni:before {
	content: "\f3cc";
}

.fa-mobile:before {
	content: "\f10b";
}

.fa-mobile-alt:before {
	content: "\f3cd";
}

.fa-mobile-android:before {
	content: "\f3ce";
}

.fa-mobile-android-alt:before {
	content: "\f3cf";
}

.fa-modx:before {
	content: "\f285";
}

.fa-monero:before {
	content: "\f3d0";
}

.fa-money-bill:before {
	content: "\f0d6";
}

.fa-money-bill-alt:before {
	content: "\f3d1";
}

.fa-money-bill-wave:before {
	content: "\f53a";
}

.fa-money-bill-wave-alt:before {
	content: "\f53b";
}

.fa-money-check:before {
	content: "\f53c";
}

.fa-money-check-alt:before {
	content: "\f53d";
}

.fa-monitor-heart-rate:before {
	content: "\f611";
}

.fa-monkey:before {
	content: "\f6fb";
}

.fa-monument:before {
	content: "\f5a6";
}

.fa-moon:before {
	content: "\f186";
}

.fa-moon-cloud:before {
	content: "\f754";
}

.fa-moon-stars:before {
	content: "\f755";
}

.fa-mortar-pestle:before {
	content: "\f5a7";
}

.fa-mosque:before {
	content: "\f678";
}

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

.fa-mountain:before {
	content: "\f6fc";
}

.fa-mountains:before {
	content: "\f6fd";
}

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

.fa-mug-hot:before {
	content: "\f7b6";
}

.fa-mug-marshmallows:before {
	content: "\f7b7";
}

.fa-music:before {
	content: "\f001";
}

.fa-napster:before {
	content: "\f3d2";
}

.fa-narwhal:before {
	content: "\f6fe";
}

.fa-neos:before {
	content: "\f612";
}

.fa-network-wired:before {
	content: "\f6ff";
}

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

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

.fa-nimblr:before {
	content: "\f5a8";
}

.fa-nintendo-switch:before {
	content: "\f418";
}

.fa-node:before {
	content: "\f419";
}

.fa-node-js:before {
	content: "\f3d3";
}

.fa-not-equal:before {
	content: "\f53e";
}

.fa-notes-medical:before {
	content: "\f481";
}

.fa-npm:before {
	content: "\f3d4";
}

.fa-ns8:before {
	content: "\f3d5";
}

.fa-nutritionix:before {
	content: "\f3d6";
}

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

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

.fa-octagon:before {
	content: "\f306";
}

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

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

.fa-oil-can:before {
	content: "\f613";
}

.fa-oil-temp:before {
	content: "\f614";
}

.fa-old-republic:before {
	content: "\f510";
}

.fa-om:before {
	content: "\f679";
}

.fa-omega:before {
	content: "\f67a";
}

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

.fa-openid:before {
	content: "\f19b";
}

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

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

.fa-ornament:before {
	content: "\f7b8";
}

.fa-osi:before {
	content: "\f41a";
}

.fa-otter:before {
	content: "\f700";
}

.fa-outdent:before {
	content: "\f03b";
}

.fa-page4:before {
	content: "\f3d7";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-pager:before {
	content: "\f815";
}

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

.fa-paint-brush-alt:before {
	content: "\f5a9";
}

.fa-paint-roller:before {
	content: "\f5aa";
}

.fa-palette:before {
	content: "\f53f";
}

.fa-palfed:before {
	content: "\f3d8";
}

.fa-pallet:before {
	content: "\f482";
}

.fa-pallet-alt:before {
	content: "\f483";
}

.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-parachute-box:before {
	content: "\f4cd";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-parking:before {
	content: "\f540";
}

.fa-parking-circle:before {
	content: "\f615";
}

.fa-parking-circle-slash:before {
	content: "\f616";
}

.fa-parking-slash:before {
	content: "\f617";
}

.fa-passport:before {
	content: "\f5ab";
}

.fa-pastafarianism:before {
	content: "\f67b";
}

.fa-paste:before {
	content: "\f0ea";
}

.fa-patreon:before {
	content: "\f3d9";
}

.fa-pause:before {
	content: "\f04c";
}

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

.fa-paw:before {
	content: "\f1b0";
}

.fa-paw-alt:before {
	content: "\f701";
}

.fa-paw-claws:before {
	content: "\f702";
}

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

.fa-peace:before {
	content: "\f67c";
}

.fa-pegasus:before {
	content: "\f703";
}

.fa-pen:before {
	content: "\f304";
}

.fa-pen-alt:before {
	content: "\f305";
}

.fa-pen-fancy:before {
	content: "\f5ac";
}

.fa-pen-nib:before {
	content: "\f5ad";
}

.fa-pen-square:before {
	content: "\f14b";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-pencil-alt:before {
	content: "\f303";
}

.fa-pencil-paintbrush:before {
	content: "\f618";
}

.fa-pencil-ruler:before {
	content: "\f5ae";
}

.fa-pennant:before {
	content: "\f456";
}

.fa-penny-arcade:before {
	content: "\f704";
}

.fa-people-carry:before {
	content: "\f4ce";
}

.fa-pepper-hot:before {
	content: "\f816";
}

.fa-percent:before {
	content: "\f295";
}

.fa-percentage:before {
	content: "\f541";
}

.fa-periscope:before {
	content: "\f3da";
}

.fa-person-booth:before {
	content: "\f756";
}

.fa-person-carry:before {
	content: "\f4cf";
}

.fa-person-dolly:before {
	content: "\f4d0";
}

.fa-person-dolly-empty:before {
	content: "\f4d1";
}

.fa-person-sign:before {
	content: "\f757";
}

.fa-phabricator:before {
	content: "\f3db";
}

.fa-phoenix-framework:before {
	content: "\f3dc";
}

.fa-phoenix-squadron:before {
	content: "\f511";
}

.fa-phone:before {
	content: "\f095";
}

.fa-phone-office:before {
	content: "\f67d";
}

.fa-phone-plus:before {
	content: "\f4d2";
}

.fa-phone-slash:before {
	content: "\f3dd";
}

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

.fa-phone-volume:before {
	content: "\f2a0";
}

.fa-php:before {
	content: "\f457";
}

.fa-pi:before {
	content: "\f67e";
}

.fa-pie:before {
	content: "\f705";
}

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

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

.fa-pied-piper-hat:before {
	content: "\f4e5";
}

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

.fa-pig:before {
	content: "\f706";
}

.fa-piggy-bank:before {
	content: "\f4d3";
}

.fa-pills:before {
	content: "\f484";
}

.fa-pinterest:before {
	content: "\f0d2";
}

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

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

.fa-pizza:before {
	content: "\f817";
}

.fa-pizza-slice:before {
	content: "\f818";
}

.fa-place-of-worship:before {
	content: "\f67f";
}

.fa-plane:before {
	content: "\f072";
}

.fa-plane-alt:before {
	content: "\f3de";
}

.fa-plane-arrival:before {
	content: "\f5af";
}

.fa-plane-departure:before {
	content: "\f5b0";
}

.fa-play:before {
	content: "\f04b";
}

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

.fa-playstation:before {
	content: "\f3df";
}

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

.fa-plus:before {
	content: "\f067";
}

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

.fa-plus-hexagon:before {
	content: "\f300";
}

.fa-plus-octagon:before {
	content: "\f301";
}

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

.fa-podcast:before {
	content: "\f2ce";
}

.fa-podium:before {
	content: "\f680";
}

.fa-podium-star:before {
	content: "\f758";
}

.fa-poll:before {
	content: "\f681";
}

.fa-poll-h:before {
	content: "\f682";
}

.fa-poll-people:before {
	content: "\f759";
}

.fa-poo:before {
	content: "\f2fe";
}

.fa-poo-storm:before {
	content: "\f75a";
}

.fa-poop:before {
	content: "\f619";
}

.fa-popcorn:before {
	content: "\f819";
}

.fa-portrait:before {
	content: "\f3e0";
}

.fa-pound-sign:before {
	content: "\f154";
}

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

.fa-pray:before {
	content: "\f683";
}

.fa-praying-hands:before {
	content: "\f684";
}

.fa-prescription:before {
	content: "\f5b1";
}

.fa-prescription-bottle:before {
	content: "\f485";
}

.fa-prescription-bottle-alt:before {
	content: "\f486";
}

.fa-presentation:before {
	content: "\f685";
}

.fa-print:before {
	content: "\f02f";
}

.fa-print-search:before {
	content: "\f81a";
}

.fa-print-slash:before {
	content: "\f686";
}

.fa-procedures:before {
	content: "\f487";
}

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

.fa-project-diagram:before {
	content: "\f542";
}

.fa-pumpkin:before {
	content: "\f707";
}

.fa-pushed:before {
	content: "\f3e1";
}

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

.fa-python:before {
	content: "\f3e2";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-question:before {
	content: "\f128";
}

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

.fa-question-square:before {
	content: "\f2fd";
}

.fa-quidditch:before {
	content: "\f458";
}

.fa-quinscape:before {
	content: "\f459";
}

.fa-quora:before {
	content: "\f2c4";
}

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

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

.fa-quran:before {
	content: "\f687";
}

.fa-r-project:before {
	content: "\f4f7";
}

.fa-rabbit:before {
	content: "\f708";
}

.fa-rabbit-fast:before {
	content: "\f709";
}

.fa-racquet:before {
	content: "\f45a";
}

.fa-radiation:before {
	content: "\f7b9";
}

.fa-radiation-alt:before {
	content: "\f7ba";
}

.fa-rainbow:before {
	content: "\f75b";
}

.fa-raindrops:before {
	content: "\f75c";
}

.fa-ram:before {
	content: "\f70a";
}

.fa-ramp-loading:before {
	content: "\f4d4";
}

.fa-random:before {
	content: "\f074";
}

.fa-raspberry-pi:before {
	content: "\f7bb";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-react:before {
	content: "\f41b";
}

.fa-reacteurope:before {
	content: "\f75d";
}

.fa-readme:before {
	content: "\f4d5";
}

.fa-rebel:before {
	content: "\f1d0";
}

.fa-receipt:before {
	content: "\f543";
}

.fa-rectangle-landscape:before {
	content: "\f2fa";
}

.fa-rectangle-portrait:before {
	content: "\f2fb";
}

.fa-rectangle-wide:before {
	content: "\f2fc";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-red-river:before {
	content: "\f3e3";
}

.fa-reddit:before {
	content: "\f1a1";
}

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

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

.fa-redhat:before {
	content: "\f7bc";
}

.fa-redo:before {
	content: "\f01e";
}

.fa-redo-alt:before {
	content: "\f2f9";
}

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

.fa-renren:before {
	content: "\f18b";
}

.fa-repeat:before {
	content: "\f363";
}

.fa-repeat-1:before {
	content: "\f365";
}

.fa-repeat-1-alt:before {
	content: "\f366";
}

.fa-repeat-alt:before {
	content: "\f364";
}

.fa-reply:before {
	content: "\f3e5";
}

.fa-reply-all:before {
	content: "\f122";
}

.fa-replyd:before {
	content: "\f3e6";
}

.fa-republican:before {
	content: "\f75e";
}

.fa-researchgate:before {
	content: "\f4f8";
}

.fa-resolving:before {
	content: "\f3e7";
}

.fa-restroom:before {
	content: "\f7bd";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-retweet-alt:before {
	content: "\f361";
}

.fa-rev:before {
	content: "\f5b2";
}

.fa-ribbon:before {
	content: "\f4d6";
}

.fa-ring:before {
	content: "\f70b";
}

.fa-rings-wedding:before {
	content: "\f81b";
}

.fa-road:before {
	content: "\f018";
}

.fa-robot:before {
	content: "\f544";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-rocketchat:before {
	content: "\f3e8";
}

.fa-rockrms:before {
	content: "\f3e9";
}

.fa-route:before {
	content: "\f4d7";
}

.fa-route-highway:before {
	content: "\f61a";
}

.fa-route-interstate:before {
	content: "\f61b";
}

.fa-rss:before {
	content: "\f09e";
}

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

.fa-ruble-sign:before {
	content: "\f158";
}

.fa-ruler:before {
	content: "\f545";
}

.fa-ruler-combined:before {
	content: "\f546";
}

.fa-ruler-horizontal:before {
	content: "\f547";
}

.fa-ruler-triangle:before {
	content: "\f61c";
}

.fa-ruler-vertical:before {
	content: "\f548";
}

.fa-running:before {
	content: "\f70c";
}

.fa-rupee-sign:before {
	content: "\f156";
}

.fa-rv:before {
	content: "\f7be";
}

.fa-sack:before {
	content: "\f81c";
}

.fa-sack-dollar:before {
	content: "\f81d";
}

.fa-sad-cry:before {
	content: "\f5b3";
}

.fa-sad-tear:before {
	content: "\f5b4";
}

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

.fa-salad:before {
	content: "\f81e";
}

.fa-sandwich:before {
	content: "\f81f";
}

.fa-sass:before {
	content: "\f41e";
}

.fa-satellite:before {
	content: "\f7bf";
}

.fa-satellite-dish:before {
	content: "\f7c0";
}

.fa-sausage:before {
	content: "\f820";
}

.fa-save:before {
	content: "\f0c7";
}

.fa-scalpel:before {
	content: "\f61d";
}

.fa-scalpel-path:before {
	content: "\f61e";
}

.fa-scanner:before {
	content: "\f488";
}

.fa-scanner-keyboard:before {
	content: "\f489";
}

.fa-scanner-touchscreen:before {
	content: "\f48a";
}

.fa-scarecrow:before {
	content: "\f70d";
}

.fa-scarf:before {
	content: "\f7c1";
}

.fa-schlix:before {
	content: "\f3ea";
}

.fa-school:before {
	content: "\f549";
}

.fa-screwdriver:before {
	content: "\f54a";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-scroll:before {
	content: "\f70e";
}

.fa-scroll-old:before {
	content: "\f70f";
}

.fa-scrubber:before {
	content: "\f2f8";
}

.fa-scythe:before {
	content: "\f710";
}

.fa-sd-card:before {
	content: "\f7c2";
}

.fa-search:before {
	content: "\f002";
}

.fa-search-dollar:before {
	content: "\f688";
}

.fa-search-location:before {
	content: "\f689";
}

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

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

.fa-searchengin:before {
	content: "\f3eb";
}

.fa-seedling:before {
	content: "\f4d8";
}

.fa-sellcast:before {
	content: "\f2da";
}

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

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

.fa-servicestack:before {
	content: "\f3ec";
}

.fa-shapes:before {
	content: "\f61f";
}

.fa-share:before {
	content: "\f064";
}

.fa-share-all:before {
	content: "\f367";
}

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

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

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

.fa-sheep:before {
	content: "\f711";
}

.fa-shekel-sign:before {
	content: "\f20b";
}

.fa-shield:before {
	content: "\f132";
}

.fa-shield-alt:before {
	content: "\f3ed";
}

.fa-shield-check:before {
	content: "\f2f7";
}

.fa-shield-cross:before {
	content: "\f712";
}

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

.fa-shipping-fast:before {
	content: "\f48b";
}

.fa-shipping-timed:before {
	content: "\f48c";
}

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

.fa-shish-kebab:before {
	content: "\f821";
}

.fa-shoe-prints:before {
	content: "\f54b";
}

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

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

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

.fa-shopware:before {
	content: "\f5b5";
}

.fa-shovel:before {
	content: "\f713";
}

.fa-shovel-snow:before {
	content: "\f7c3";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-shredder:before {
	content: "\f68a";
}

.fa-shuttle-van:before {
	content: "\f5b6";
}

.fa-shuttlecock:before {
	content: "\f45b";
}

.fa-sickle:before {
	content: "\f822";
}

.fa-sigma:before {
	content: "\f68b";
}

.fa-sign:before {
	content: "\f4d9";
}

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

.fa-sign-in-alt:before {
	content: "\f2f6";
}

.fa-sign-language:before {
	content: "\f2a7";
}

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

.fa-sign-out-alt:before {
	content: "\f2f5";
}

.fa-signal:before {
	content: "\f012";
}

.fa-signal-1:before {
	content: "\f68c";
}

.fa-signal-2:before {
	content: "\f68d";
}

.fa-signal-3:before {
	content: "\f68e";
}

.fa-signal-4:before {
	content: "\f68f";
}

.fa-signal-alt:before {
	content: "\f690";
}

.fa-signal-alt-1:before {
	content: "\f691";
}

.fa-signal-alt-2:before {
	content: "\f692";
}

.fa-signal-alt-3:before {
	content: "\f693";
}

.fa-signal-alt-slash:before {
	content: "\f694";
}

.fa-signal-slash:before {
	content: "\f695";
}

.fa-signature:before {
	content: "\f5b7";
}

.fa-sim-card:before {
	content: "\f7c4";
}

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

.fa-sistrix:before {
	content: "\f3ee";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-sith:before {
	content: "\f512";
}

.fa-skating:before {
	content: "\f7c5";
}

.fa-skeleton:before {
	content: "\f620";
}

.fa-sketch:before {
	content: "\f7c6";
}

.fa-ski-jump:before {
	content: "\f7c7";
}

.fa-ski-lift:before {
	content: "\f7c8";
}

.fa-skiing:before {
	content: "\f7c9";
}

.fa-skiing-nordic:before {
	content: "\f7ca";
}

.fa-skull:before {
	content: "\f54c";
}

.fa-skull-crossbones:before {
	content: "\f714";
}

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

.fa-skype:before {
	content: "\f17e";
}

.fa-slack:before {
	content: "\f198";
}

.fa-slack-hash:before {
	content: "\f3ef";
}

.fa-slash:before {
	content: "\f715";
}

.fa-sledding:before {
	content: "\f7cb";
}

.fa-sleigh:before {
	content: "\f7cc";
}

.fa-sliders-h:before {
	content: "\f1de";
}

.fa-sliders-h-square:before {
	content: "\f3f0";
}

.fa-sliders-v:before {
	content: "\f3f1";
}

.fa-sliders-v-square:before {
	content: "\f3f2";
}

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

.fa-smile:before {
	content: "\f118";
}

.fa-smile-beam:before {
	content: "\f5b8";
}

.fa-smile-plus:before {
	content: "\f5b9";
}

.fa-smile-wink:before {
	content: "\f4da";
}

.fa-smog:before {
	content: "\f75f";
}

.fa-smoke:before {
	content: "\f760";
}

.fa-smoking:before {
	content: "\f48d";
}

.fa-smoking-ban:before {
	content: "\f54d";
}

.fa-sms:before {
	content: "\f7cd";
}

.fa-snake:before {
	content: "\f716";
}

.fa-snapchat:before {
	content: "\f2ab";
}

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

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

.fa-snow-blowing:before {
	content: "\f761";
}

.fa-snowboarding:before {
	content: "\f7ce";
}

.fa-snowflake:before {
	content: "\f2dc";
}

.fa-snowflakes:before {
	content: "\f7cf";
}

.fa-snowman:before {
	content: "\f7d0";
}

.fa-snowmobile:before {
	content: "\f7d1";
}

.fa-snowplow:before {
	content: "\f7d2";
}

.fa-socks:before {
	content: "\f696";
}

.fa-solar-panel:before {
	content: "\f5ba";
}

.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-alpha-down:before {
	content: "\f15d";
}

.fa-sort-alpha-up:before {
	content: "\f15e";
}

.fa-sort-amount-down:before {
	content: "\f160";
}

.fa-sort-amount-up:before {
	content: "\f161";
}

.fa-sort-down:before {
	content: "\f0dd";
}

.fa-sort-numeric-down:before {
	content: "\f162";
}

.fa-sort-numeric-up:before {
	content: "\f163";
}

.fa-sort-up:before {
	content: "\f0de";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-soup:before {
	content: "\f823";
}

.fa-sourcetree:before {
	content: "\f7d3";
}

.fa-spa:before {
	content: "\f5bb";
}

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

.fa-spade:before {
	content: "\f2f4";
}

.fa-speakap:before {
	content: "\f3f3";
}

.fa-spider:before {
	content: "\f717";
}

.fa-spider-black-widow:before {
	content: "\f718";
}

.fa-spider-web:before {
	content: "\f719";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-spinner-third:before {
	content: "\f3f4";
}

.fa-splotch:before {
	content: "\f5bc";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-spray-can:before {
	content: "\f5bd";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-square-full:before {
	content: "\f45c";
}

.fa-square-root:before {
	content: "\f697";
}

.fa-square-root-alt:before {
	content: "\f698";
}

.fa-squarespace:before {
	content: "\f5be";
}

.fa-squirrel:before {
	content: "\f71a";
}

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

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

.fa-staff:before {
	content: "\f71b";
}

.fa-stamp:before {
	content: "\f5bf";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-and-crescent:before {
	content: "\f699";
}

.fa-star-christmas:before {
	content: "\f7d4";
}

.fa-star-exclamation:before {
	content: "\f2f3";
}

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

.fa-star-half-alt:before {
	content: "\f5c0";
}

.fa-star-of-david:before {
	content: "\f69a";
}

.fa-star-of-life:before {
	content: "\f621";
}

.fa-stars:before {
	content: "\f762";
}

.fa-staylinked:before {
	content: "\f3f5";
}

.fa-steak:before {
	content: "\f824";
}

.fa-steam:before {
	content: "\f1b6";
}

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

.fa-steam-symbol:before {
	content: "\f3f6";
}

.fa-steering-wheel:before {
	content: "\f622";
}

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

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

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-sticker-mule:before {
	content: "\f3f7";
}

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

.fa-stocking:before {
	content: "\f7d5";
}

.fa-stomach:before {
	content: "\f623";
}

.fa-stop:before {
	content: "\f04d";
}

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

.fa-stopwatch:before {
	content: "\f2f2";
}

.fa-store:before {
	content: "\f54e";
}

.fa-store-alt:before {
	content: "\f54f";
}

.fa-strava:before {
	content: "\f428";
}

.fa-stream:before {
	content: "\f550";
}

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

.fa-stretcher:before {
	content: "\f825";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-stripe:before {
	content: "\f429";
}

.fa-stripe-s:before {
	content: "\f42a";
}

.fa-stroopwafel:before {
	content: "\f551";
}

.fa-studiovinari:before {
	content: "\f3f8";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

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

.fa-subscript:before {
	content: "\f12c";
}

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

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-suitcase-rolling:before {
	content: "\f5c1";
}

.fa-sun:before {
	content: "\f185";
}

.fa-sun-cloud:before {
	content: "\f763";
}

.fa-sun-dust:before {
	content: "\f764";
}

.fa-sun-haze:before {
	content: "\f765";
}

.fa-sunrise:before {
	content: "\f766";
}

.fa-sunset:before {
	content: "\f767";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-supple:before {
	content: "\f3f9";
}

.fa-surprise:before {
	content: "\f5c2";
}

.fa-suse:before {
	content: "\f7d6";
}

.fa-swatchbook:before {
	content: "\f5c3";
}

.fa-swimmer:before {
	content: "\f5c4";
}

.fa-swimming-pool:before {
	content: "\f5c5";
}

.fa-sword:before {
	content: "\f71c";
}

.fa-swords:before {
	content: "\f71d";
}

.fa-synagogue:before {
	content: "\f69b";
}

.fa-sync:before {
	content: "\f021";
}

.fa-sync-alt:before {
	content: "\f2f1";
}

.fa-syringe:before {
	content: "\f48e";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-table-tennis:before {
	content: "\f45d";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-tablet-alt:before {
	content: "\f3fa";
}

.fa-tablet-android:before {
	content: "\f3fb";
}

.fa-tablet-android-alt:before {
	content: "\f3fc";
}

.fa-tablet-rugged:before {
	content: "\f48f";
}

.fa-tablets:before {
	content: "\f490";
}

.fa-tachometer:before {
	content: "\f0e4";
}

.fa-tachometer-alt:before {
	content: "\f3fd";
}

.fa-tachometer-alt-average:before {
	content: "\f624";
}

.fa-tachometer-alt-fast:before {
	content: "\f625";
}

.fa-tachometer-alt-fastest:before {
	content: "\f626";
}

.fa-tachometer-alt-slow:before {
	content: "\f627";
}

.fa-tachometer-alt-slowest:before {
	content: "\f628";
}

.fa-tachometer-average:before {
	content: "\f629";
}

.fa-tachometer-fast:before {
	content: "\f62a";
}

.fa-tachometer-fastest:before {
	content: "\f62b";
}

.fa-tachometer-slow:before {
	content: "\f62c";
}

.fa-tachometer-slowest:before {
	content: "\f62d";
}

.fa-taco:before {
	content: "\f826";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-tally:before {
	content: "\f69c";
}

.fa-tanakh:before {
	content: "\f827";
}

.fa-tape:before {
	content: "\f4db";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-tasks-alt:before {
	content: "\f828";
}

.fa-taxi:before {
	content: "\f1ba";
}

.fa-teamspeak:before {
	content: "\f4f9";
}

.fa-teeth:before {
	content: "\f62e";
}

.fa-teeth-open:before {
	content: "\f62f";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-telegram-plane:before {
	content: "\f3fe";
}

.fa-temperature-frigid:before {
	content: "\f768";
}

.fa-temperature-high:before {
	content: "\f769";
}

.fa-temperature-hot:before {
	content: "\f76a";
}

.fa-temperature-low:before {
	content: "\f76b";
}

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

.fa-tenge:before {
	content: "\f7d7";
}

.fa-tennis-ball:before {
	content: "\f45e";
}

.fa-terminal:before {
	content: "\f120";
}

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

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

.fa-th:before {
	content: "\f00a";
}

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

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

.fa-the-red-yeti:before {
	content: "\f69d";
}

.fa-theater-masks:before {
	content: "\f630";
}

.fa-themeco:before {
	content: "\f5c6";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-thermometer:before {
	content: "\f491";
}

.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-theta:before {
	content: "\f69e";
}

.fa-think-peaks:before {
	content: "\f731";
}

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

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

.fa-thumbtack:before {
	content: "\f08d";
}

.fa-thunderstorm:before {
	content: "\f76c";
}

.fa-thunderstorm-moon:before {
	content: "\f76d";
}

.fa-thunderstorm-sun:before {
	content: "\f76e";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-ticket-alt:before {
	content: "\f3ff";
}

.fa-tilde:before {
	content: "\f69f";
}

.fa-times:before {
	content: "\f00d";
}

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

.fa-times-hexagon:before {
	content: "\f2ee";
}

.fa-times-octagon:before {
	content: "\f2f0";
}

.fa-times-square:before {
	content: "\f2d3";
}

.fa-tint:before {
	content: "\f043";
}

.fa-tint-slash:before {
	content: "\f5c7";
}

.fa-tire:before {
	content: "\f631";
}

.fa-tire-flat:before {
	content: "\f632";
}

.fa-tire-pressure-warning:before {
	content: "\f633";
}

.fa-tire-rugged:before {
	content: "\f634";
}

.fa-tired:before {
	content: "\f5c8";
}

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

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

.fa-toilet:before {
	content: "\f7d8";
}

.fa-toilet-paper:before {
	content: "\f71e";
}

.fa-toilet-paper-alt:before {
	content: "\f71f";
}

.fa-tombstone:before {
	content: "\f720";
}

.fa-tombstone-alt:before {
	content: "\f721";
}

.fa-toolbox:before {
	content: "\f552";
}

.fa-tools:before {
	content: "\f7d9";
}

.fa-tooth:before {
	content: "\f5c9";
}

.fa-toothbrush:before {
	content: "\f635";
}

.fa-torah:before {
	content: "\f6a0";
}

.fa-torii-gate:before {
	content: "\f6a1";
}

.fa-tornado:before {
	content: "\f76f";
}

.fa-tractor:before {
	content: "\f722";
}

.fa-trade-federation:before {
	content: "\f513";
}

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

.fa-traffic-cone:before {
	content: "\f636";
}

.fa-traffic-light:before {
	content: "\f637";
}

.fa-traffic-light-go:before {
	content: "\f638";
}

.fa-traffic-light-slow:before {
	content: "\f639";
}

.fa-traffic-light-stop:before {
	content: "\f63a";
}

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

.fa-tram:before {
	content: "\f7da";
}

.fa-transgender:before {
	content: "\f224";
}

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

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

.fa-trash-alt:before {
	content: "\f2ed";
}

.fa-trash-restore:before {
	content: "\f829";
}

.fa-trash-restore-alt:before {
	content: "\f82a";
}

.fa-treasure-chest:before {
	content: "\f723";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-tree-alt:before {
	content: "\f400";
}

.fa-tree-christmas:before {
	content: "\f7db";
}

.fa-tree-decorated:before {
	content: "\f7dc";
}

.fa-tree-large:before {
	content: "\f7dd";
}

.fa-tree-palm:before {
	content: "\f82b";
}

.fa-trees:before {
	content: "\f724";
}

.fa-trello:before {
	content: "\f181";
}

.fa-triangle:before {
	content: "\f2ec";
}

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

.fa-trophy:before {
	content: "\f091";
}

.fa-trophy-alt:before {
	content: "\f2eb";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-truck-container:before {
	content: "\f4dc";
}

.fa-truck-couch:before {
	content: "\f4dd";
}

.fa-truck-loading:before {
	content: "\f4de";
}

.fa-truck-monster:before {
	content: "\f63b";
}

.fa-truck-moving:before {
	content: "\f4df";
}

.fa-truck-pickup:before {
	content: "\f63c";
}

.fa-truck-plow:before {
	content: "\f7de";
}

.fa-truck-ramp:before {
	content: "\f4e0";
}

.fa-tshirt:before {
	content: "\f553";
}

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

.fa-tumblr:before {
	content: "\f173";
}

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

.fa-turkey:before {
	content: "\f725";
}

.fa-turtle:before {
	content: "\f726";
}

.fa-tv:before {
	content: "\f26c";
}

.fa-tv-retro:before {
	content: "\f401";
}

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

.fa-twitter:before {
	content: "\f099";
}

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

.fa-typo3:before {
	content: "\f42b";
}

.fa-uber:before {
	content: "\f402";
}

.fa-ubuntu:before {
	content: "\f7df";
}

.fa-uikit:before {
	content: "\f403";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-umbrella-beach:before {
	content: "\f5ca";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-undo:before {
	content: "\f0e2";
}

.fa-undo-alt:before {
	content: "\f2ea";
}

.fa-unicorn:before {
	content: "\f727";
}

.fa-union:before {
	content: "\f6a2";
}

.fa-uniregistry:before {
	content: "\f404";
}

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

.fa-university:before {
	content: "\f19c";
}

.fa-unlink:before {
	content: "\f127";
}

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

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

.fa-untappd:before {
	content: "\f405";
}

.fa-upload:before {
	content: "\f093";
}

.fa-ups:before {
	content: "\f7e0";
}

.fa-usb:before {
	content: "\f287";
}

.fa-usd-circle:before {
	content: "\f2e8";
}

.fa-usd-square:before {
	content: "\f2e9";
}

.fa-user:before {
	content: "\f007";
}

.fa-user-alt:before {
	content: "\f406";
}

.fa-user-alt-slash:before {
	content: "\f4fa";
}

.fa-user-astronaut:before {
	content: "\f4fb";
}

.fa-user-chart:before {
	content: "\f6a3";
}

.fa-user-check:before {
	content: "\f4fc";
}

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

.fa-user-clock:before {
	content: "\f4fd";
}

.fa-user-cog:before {
	content: "\f4fe";
}

.fa-user-crown:before {
	content: "\f6a4";
}

.fa-user-edit:before {
	content: "\f4ff";
}

.fa-user-friends:before {
	content: "\f500";
}

.fa-user-graduate:before {
	content: "\f501";
}

.fa-user-hard-hat:before {
	content: "\f82c";
}

.fa-user-headset:before {
	content: "\f82d";
}

.fa-user-injured:before {
	content: "\f728";
}

.fa-user-lock:before {
	content: "\f502";
}

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

.fa-user-md-chat:before {
	content: "\f82e";
}

.fa-user-minus:before {
	content: "\f503";
}

.fa-user-ninja:before {
	content: "\f504";
}

.fa-user-nurse:before {
	content: "\f82f";
}

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

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

.fa-user-shield:before {
	content: "\f505";
}

.fa-user-slash:before {
	content: "\f506";
}

.fa-user-tag:before {
	content: "\f507";
}

.fa-user-tie:before {
	content: "\f508";
}

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

.fa-users:before {
	content: "\f0c0";
}

.fa-users-class:before {
	content: "\f63d";
}

.fa-users-cog:before {
	content: "\f509";
}

.fa-users-crown:before {
	content: "\f6a5";
}

.fa-users-medical:before {
	content: "\f830";
}

.fa-usps:before {
	content: "\f7e1";
}

.fa-ussunnah:before {
	content: "\f407";
}

.fa-utensil-fork:before {
	content: "\f2e3";
}

.fa-utensil-knife:before {
	content: "\f2e4";
}

.fa-utensil-spoon:before {
	content: "\f2e5";
}

.fa-utensils:before {
	content: "\f2e7";
}

.fa-utensils-alt:before {
	content: "\f2e6";
}

.fa-vaadin:before {
	content: "\f408";
}

.fa-value-absolute:before {
	content: "\f6a6";
}

.fa-vector-square:before {
	content: "\f5cb";
}

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

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

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

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

.fa-viadeo:before {
	content: "\f2a9";
}

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

.fa-vial:before {
	content: "\f492";
}

.fa-vials:before {
	content: "\f493";
}

.fa-viber:before {
	content: "\f409";
}

.fa-video:before {
	content: "\f03d";
}

.fa-video-plus:before {
	content: "\f4e1";
}

.fa-video-slash:before {
	content: "\f4e2";
}

.fa-vihara:before {
	content: "\f6a7";
}

.fa-vimeo:before {
	content: "\f40a";
}

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

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

.fa-vine:before {
	content: "\f1ca";
}

.fa-vk:before {
	content: "\f189";
}

.fa-vnv:before {
	content: "\f40b";
}

.fa-volcano:before {
	content: "\f770";
}

.fa-volleyball-ball:before {
	content: "\f45f";
}

.fa-volume:before {
	content: "\f6a8";
}

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

.fa-volume-mute:before {
	content: "\f6a9";
}

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

.fa-volume-slash:before {
	content: "\f2e2";
}

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

.fa-vote-nay:before {
	content: "\f771";
}

.fa-vote-yea:before {
	content: "\f772";
}

.fa-vr-cardboard:before {
	content: "\f729";
}

.fa-vuejs:before {
	content: "\f41f";
}

.fa-walker:before {
	content: "\f831";
}

.fa-walking:before {
	content: "\f554";
}

.fa-wallet:before {
	content: "\f555";
}

.fa-wand:before {
	content: "\f72a";
}

.fa-wand-magic:before {
	content: "\f72b";
}

.fa-warehouse:before {
	content: "\f494";
}

.fa-warehouse-alt:before {
	content: "\f495";
}

.fa-watch:before {
	content: "\f2e1";
}

.fa-watch-fitness:before {
	content: "\f63e";
}

.fa-water:before {
	content: "\f773";
}

.fa-water-lower:before {
	content: "\f774";
}

.fa-water-rise:before {
	content: "\f775";
}

.fa-webcam:before {
	content: "\f832";
}

.fa-webcam-slash:before {
	content: "\f833";
}

.fa-weebly:before {
	content: "\f5cc";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-weight:before {
	content: "\f496";
}

.fa-weight-hanging:before {
	content: "\f5cd";
}

.fa-weixin:before {
	content: "\f1d7";
}

.fa-whale:before {
	content: "\f72c";
}

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

.fa-whatsapp-square:before {
	content: "\f40c";
}

.fa-wheat:before {
	content: "\f72d";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-whistle:before {
	content: "\f460";
}

.fa-whmcs:before {
	content: "\f40d";
}

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

.fa-wifi-1:before {
	content: "\f6aa";
}

.fa-wifi-2:before {
	content: "\f6ab";
}

.fa-wifi-slash:before {
	content: "\f6ac";
}

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

.fa-wind:before {
	content: "\f72e";
}

.fa-wind-warning:before {
	content: "\f776";
}

.fa-window:before {
	content: "\f40e";
}

.fa-window-alt:before {
	content: "\f40f";
}

.fa-window-close:before {
	content: "\f410";
}

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

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

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

.fa-windows:before {
	content: "\f17a";
}

.fa-windsock:before {
	content: "\f777";
}

.fa-wine-bottle:before {
	content: "\f72f";
}

.fa-wine-glass:before {
	content: "\f4e3";
}

.fa-wine-glass-alt:before {
	content: "\f5ce";
}

.fa-wix:before {
	content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
	content: "\f730";
}

.fa-wolf-pack-battalion:before {
	content: "\f514";
}

.fa-won-sign:before {
	content: "\f159";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-wordpress-simple:before {
	content: "\f411";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-wpressr:before {
	content: "\f3e4";
}

.fa-wreath:before {
	content: "\f7e2";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-x-ray:before {
	content: "\f497";
}

.fa-xbox:before {
	content: "\f412";
}

.fa-xing:before {
	content: "\f168";
}

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

.fa-y-combinator:before {
	content: "\f23b";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-yandex:before {
	content: "\f413";
}

.fa-yandex-international:before {
	content: "\f414";
}

.fa-yarn:before {
	content: "\f7e3";
}

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

.fa-yen-sign:before {
	content: "\f157";
}

.fa-yin-yang:before {
	content: "\f6ad";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-youtube:before {
	content: "\f167";
}

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

.fa-zhihu:before {
	content: "\f63f";
}

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

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

@font-face {
	font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:auto;src:url("../webfonts/fa-brands-400.eot");src:url("../webfonts/fa-brands-400-.eot#iefix") format("embedded-opentype"),url("../webfonts/fa-brands-400.woff2") format("woff2"),url("../webfonts/fa-brands-400.woff") format("woff"),url("../webfonts/fa-brands-400.ttf") format("truetype"),url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

@font-face {
	font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:auto;src:url("../webfonts/fa-light-300.eot");src:url("../webfonts/fa-light-300-.eot#iefix") format("embedded-opentype"),url("../webfonts/fa-light-300.woff2") format("woff2"),url("../webfonts/fa-light-300.woff") format("woff"),url("../webfonts/fa-light-300.ttf") format("truetype"),url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

.fa,.fal,.far,.fas {
	font-weight: 300;
	font-family: "Font Awesome 5 Pro";
}

@font-face {
	font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:auto;src:url("../webfonts/fa-regular-400.eot");src:url("../webfonts/fa-regular-400-.eot#iefix") format("embedded-opentype"),url("../webfonts/fa-regular-400.woff2") format("woff2"),url("../webfonts/fa-regular-400.woff") format("woff"),url("../webfonts/fa-regular-400.ttf") format("truetype"),url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.fa,.far,.fas {
	font-weight: 400;
}

@font-face {
	font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:auto;src:url("../webfonts/fa-solid-900.eot");src:url("../webfonts/fa-solid-900-.eot#iefix") format("embedded-opentype"),url("../webfonts/fa-solid-900.woff2") format("woff2"),url("../webfonts/fa-solid-900.woff") format("woff"),url("../webfonts/fa-solid-900.ttf") format("truetype"),url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,.fas {
	font-weight: 900;
}

.slick-list,.slick-slider {
	position: relative;
	display: block;
}

.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,.slick-slider .slick-track {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after,.slick-track:before {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-initialized .slick-slide,.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

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

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

.pt0 {
	padding-top: 0!important;
}

.pb0 {
	padding-bottom: 0!important;
}

.mt5 {
	margin-top: 5px!important;
}

.mb5 {
	margin-bottom: 5px!important;
}

.pt5 {
	padding-top: 5px!important;
}

.pb5 {
	padding-bottom: 5px!important;
}

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

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

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

.pb10 {
	padding-bottom: 10px!important;
}

.mt15 {
	margin-top: 15px!important;
}

.mb15 {
	margin-bottom: 15px!important;
}

.pt15 {
	padding-top: 15px!important;
}

.pb15 {
	padding-bottom: 15px!important;
}

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

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

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

.pb20 {
	padding-bottom: 20px!important;
}

.mt25 {
	margin-top: 25px!important;
}

.mb25 {
	margin-bottom: 25px!important;
}

.pt25 {
	padding-top: 25px!important;
}

.pb25 {
	padding-bottom: 25px!important;
}

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

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

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

.pb30 {
	padding-bottom: 30px!important;
}

.mt35 {
	margin-top: 35px!important;
}

.mb35 {
	margin-bottom: 35px!important;
}

.pt35 {
	padding-top: 35px!important;
}

.pb35 {
	padding-bottom: 35px!important;
}

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

.mb40 {
	margin-bottom: 40px!important;
}

.pt40 {
	padding-top: 40px!important;
}

.pb40 {
	padding-bottom: 40px!important;
}

.mt45 {
	margin-top: 45px!important;
}

.mb45 {
	margin-bottom: 45px!important;
}

.pt45 {
	padding-top: 45px!important;
}

.pb45 {
	padding-bottom: 45px!important;
}

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

.mb50 {
	margin-bottom: 50px!important;
}

.pt50 {
	padding-top: 50px!important;
}

.pb50 {
	padding-bottom: 50px!important;
}

.mt55 {
	margin-top: 55px!important;
}

.mb55 {
	margin-bottom: 55px!important;
}

.pt55 {
	padding-top: 55px!important;
}

.pb55 {
	padding-bottom: 55px!important;
}

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

.mb60 {
	margin-bottom: 60px!important;
}

.pt60 {
	padding-top: 60px!important;
}

.pb60 {
	padding-bottom: 60px!important;
}

.mt65 {
	margin-top: 65px!important;
}

.mb65 {
	margin-bottom: 65px!important;
}

.pt65 {
	padding-top: 65px!important;
}

.pb65 {
	padding-bottom: 65px!important;
}

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

.mb70 {
	margin-bottom: 70px!important;
}

.pt70 {
	padding-top: 70px!important;
}

.pb70 {
	padding-bottom: 70px!important;
}

.mt75 {
	margin-top: 75px!important;
}

.mb75 {
	margin-bottom: 75px!important;
}

.pt75 {
	padding-top: 75px!important;
}

.pb75 {
	padding-bottom: 75px!important;
}

.mt80 {
	margin-top: 80px!important;
}

.mb80 {
	margin-bottom: 80px!important;
}

.pt80 {
	padding-top: 80px!important;
}

.pb80 {
	padding-bottom: 80px!important;
}

.mt85 {
	margin-top: 85px!important;
}

.mb85 {
	margin-bottom: 85px!important;
}

.pt85 {
	padding-top: 85px!important;
}

.pb85 {
	padding-bottom: 85px!important;
}

.mt90 {
	margin-top: 90px!important;
}

.mb90 {
	margin-bottom: 90px!important;
}

.pt90 {
	padding-top: 90px!important;
}

.pb90 {
	padding-bottom: 90px!important;
}

.mt95 {
	margin-top: 95px!important;
}

.mb95 {
	margin-bottom: 95px!important;
}

.pt95 {
	padding-top: 95px!important;
}

.pb95 {
	padding-bottom: 95px!important;
}

.mt100 {
	margin-top: 100px!important;
}

.mb100 {
	margin-bottom: 100px!important;
}

.pt100 {
	padding-top: 100px!important;
}

.pb100 {
	padding-bottom: 100px!important;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.container,.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col.reverse,.row.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.col.reverse {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9 {
	width: 100%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	max-width: 100%;
}

.col-xs-1 {
	-ms-flex-preferred-size: 8.33333333%;
	flex-basis: 8.33333333%;
	max-width: 8.33333333%;
}

.col-xs-2 {
	-ms-flex-preferred-size: 16.66666667%;
	flex-basis: 16.66666667%;
	max-width: 16.66666667%;
}

.col-xs-3 {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
}

.col-xs-4 {
	-ms-flex-preferred-size: 33.33333333%;
	flex-basis: 33.33333333%;
	max-width: 33.33333333%;
}

.col-xs-5 {
	-ms-flex-preferred-size: 41.66666667%;
	flex-basis: 41.66666667%;
	max-width: 41.66666667%;
}

.col-xs-6 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.col-xs-7 {
	-ms-flex-preferred-size: 58.33333333%;
	flex-basis: 58.33333333%;
	max-width: 58.33333333%;
}

.col-xs-8 {
	-ms-flex-preferred-size: 66.66666667%;
	flex-basis: 66.66666667%;
	max-width: 66.66666667%;
}

.col-xs-9 {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%;
}

.col-xs-10 {
	-ms-flex-preferred-size: 83.33333333%;
	flex-basis: 83.33333333%;
	max-width: 83.33333333%;
}

.col-xs-11 {
	-ms-flex-preferred-size: 91.66666667%;
	flex-basis: 91.66666667%;
	max-width: 91.66666667%;
}

.col-xs-12 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.start-xs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: start;
}

.center-xs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.end-xs {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: end;
}

.top-xs {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.middle-xs {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bottom-xs {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.around-xs {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.between-xs {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.first-xs {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.last-xs {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media (min-width:768px) {
	.container {
		width: 768px;
	}

	.col-sm {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-sm {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-sm-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-sm-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-sm-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-sm-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-sm-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-sm-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-sm-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-sm-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-sm-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-sm {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-sm {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-sm {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-sm {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.middle-sm {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.bottom-sm {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.around-sm {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-sm {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.first-sm {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.last-sm {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width:992px) {
	.container {
		width: 992px;
	}

	.col-md {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-md-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-md-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-md-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-md-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-md-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-md-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-md-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-md-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-md-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-md {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-md {
		text-align: center;
	}

	.end-md {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-md {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.middle-md {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.bottom-md {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.around-md {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-md {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.first-md {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.last-md {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width:1300px) {
	.container {
		width: 1300px;
	}

	.col-lg {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-lg-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-lg-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-lg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-lg-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-lg-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-lg-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-lg-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-lg-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-lg-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-lg {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-lg {
		text-align: center;
	}

	.end-lg {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-lg {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.middle-lg {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.bottom-lg {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.around-lg {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-lg {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.first-lg {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.last-lg {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
	display: none!important;
}

@media (max-width:767px) {
	.visible-xs,.visible-xs-block {
		display: block!important;
	}

	table.visible-xs {
		display: table!important;
	}

	tr.visible-xs {
		display: table-row!important;
	}

	td.visible-xs,th.visible-xs {
		display: table-cell!important;
	}

	.visible-xs-inline {
		display: inline!important;
	}

	.visible-xs-inline-block {
		display: inline-block!important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm,.visible-sm-block {
		display: block!important;
	}

	table.visible-sm {
		display: table!important;
	}

	tr.visible-sm {
		display: table-row!important;
	}

	td.visible-sm,th.visible-sm {
		display: table-cell!important;
	}

	.visible-sm-inline {
		display: inline!important;
	}

	.visible-sm-inline-block {
		display: inline-block!important;
	}
}

@media (min-width:992px) and (max-width:1299px) {
	.visible-md,.visible-md-block {
		display: block!important;
	}

	table.visible-md {
		display: table!important;
	}

	tr.visible-md {
		display: table-row!important;
	}

	td.visible-md,th.visible-md {
		display: table-cell!important;
	}

	.visible-md-inline {
		display: inline!important;
	}

	.visible-md-inline-block {
		display: inline-block!important;
	}
}

@media (min-width:1300px) {
	.visible-lg,.visible-lg-block {
		display: block!important;
	}

	table.visible-lg {
		display: table!important;
	}

	tr.visible-lg {
		display: table-row!important;
	}

	td.visible-lg,th.visible-lg {
		display: table-cell!important;
	}

	.visible-lg-inline {
		display: inline!important;
	}

	.visible-lg-inline-block {
		display: inline-block!important;
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important;
	}
}

@media (min-width:992px) and (max-width:1299px) {
	.hidden-md {
		display: none!important;
	}
}

@media (min-width:1300px) {
	.hidden-lg {
		display: none!important;
	}
}

@media (max-width:767px) {
	.xs-center {
		text-align: center!important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.sm-center {
		text-align: center!important;
	}
}

@media (min-width:992px) and (max-width:1299px) {
	.md-center {
		text-align: center!important;
	}
}

@media (min-width:1300px) {
	.lg-center {
		text-align: center!important;
	}
}

@media (max-width:767px) {
	.xs-right {
		text-align: right!important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.sm-right {
		text-align: right!important;
	}
}

@media (min-width:992px) and (max-width:1299px) {
	.md-right {
		text-align: right!important;
	}
}

@media (min-width:1300px) {
	.lg-right {
		text-align: right!important;
	}
}

html {
	font-size: 62.5%;
}

body {
	background: #fff;
	color: #333;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
	-webkit-text-size-adjust: 100%;
}

#page {
	position: relative;
	font-size: 1.4rem;
	overflow: hidden;
	font-weight: 500;
	min-width: 1140px;
}

.container {
	width: 1140px;
}

a:link {
	text-decoration: none;
	color: #000;
}

img,td,th {
	vertical-align: top;
}

img {
	line-height: 1;
	font-size: 0;
	height: auto;
	max-width: 100%;
}

table {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: collapse;
}

td,th {
	padding: 10px;
	border: 1px solid #ccc;
}

section {
	margin-bottom: 60px;
}

input {
	border: 1px solid #a7a6aa;
}

input,textarea {
	padding: 5px 7px;
	border-radius: 2px;
	margin: 0;
	background-color: #fff;
}

input[type=text],textarea {
	outline: 0;
	border: 1px solid #aaa;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

input[type=text]:focus,textarea:focus {
	-webkit-box-shadow: 0 0 7px #52a8ec;
	box-shadow: 0 0 7px #52a8ec;
	border: 1px solid #52a8ec;
}

input[type=checkbox],input[type=radio] {
	margin-right: 5px;
	vertical-align: baseline;
	border-style: none;
}

label {
	margin-right: 15px;
}

input[type=submit] {
	-webkit-appearance: none;
}

.contactForm input,.contactForm textarea {
	padding: 10px 15px;
	font-size: 16px;
	font-size: 1.6rem;
}

.contactForm .mwform-radio-field {
	display: block;
	margin-left: 0!important;
}

.contactForm input[type=radio] {
	position: relative;
	-webkit-appearance: button;
	appearance: button;
	-moz-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	content: "";
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 50%;
	-webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,.2);
	box-shadow: inset 4px 4px 10px rgba(0,0,0,.2);
	vertical-align: middle;
	cursor: pointer;
	padding: 5px;
}

.contactForm input[type=radio]:checked:after {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	content: "";
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 50%;
}

.contactForm input[type=checkbox] {
	display: inline-block;
	position: relative;
	margin-right: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: button;
	appearance: button;
	-moz-appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	vertical-align: middle;
	padding: 5px;
}

.contactForm input[type=checkbox]:checked::after {
	position: absolute;
	content: "";
	top: -3px;
	left: 3px;
	width: 8px;
	height: 14px;
	border-right: 4px solid #000;
	border-bottom: 4px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media only screen and (max-width:767px) {
	#page {
		min-width: 100%;

	}

	.container {
		width: 100%;
	}

	.row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9 {
		padding-left: 5px;
		padding-right: 5px;
	}

	input,select,textarea {
		font-size: 1.6rem;
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

.l-contents {
	word-break: normal;
	word-wrap: break-word;
}

.l-header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
background-color:rgba(255,255,255,0.8);
}

.l-header__inner {
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-header__logo {
	display: block;
	width: 246px;
	padding: 10px 0;
}

.l-header__logo small {
	color: #333;
	font-size: 1.2rem;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
}

.l-main {
	line-height: 180%;
}

.l-main blockquote,.l-main dl,.l-main ol,.l-main p,.l-main pre,.l-main table,.l-main ul {
	margin-bottom: 20px;
}

.l-main article {
	margin-bottom: 100px;
}

.l-footer {
	width: 100%;
	background-color: #fff;
}

.l-footer__inner {
	padding: 70px 0 50px;
}

.l-footer__company .logo {
	margin-bottom: 10px;
}

.l-footer__company .contact,.l-footer__company .name {
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
}

.l-footer__company .name {
	font-size: 2rem;
}

.l-footer__company address {
	font-style: normal;
	margin: 10px 0;
}

.l-footer__company .contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	letter-spacing: .08em;
}

.l-footer__company .contact li:first-child::after {
	content: '/';
	display: inline-block;
	padding: 0 10px;
}

.l-footer__nav .nav_item a {
	display: block;
	color: #333;
	margin-bottom: 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
}

.c-post .c-body a,.l-footer__nav .nav_item a.is-hover {
	text-decoration: none;
}

.l-footer__nav .nav_item.sub a {
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.l-footer__nav .nav_item.sub a::before {
	content: '-';
	display: inline-block;
	margin-right: 5px;
}


.nav_item {
	border-left: 5px solid #f08200; 
	border-color: #f08200;
	padding-left: 0.6rem;
}


.l-footer__bottom {
	background-color: #000;
	position: relative;
	padding: 22px 0;
}

.l-footer__pagetop {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.l-footer__pagetop a {
	color: #fff;
	font-size: 2.8rem;
}

.l-footer__copyright {
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}

@media only screen and (max-width:767px) {
	.l-header {
		background-color: #fff;
	}

	.l-header__logo {
		width: 147px;
		z-index: 10;
	}

	.l-footer__inner {
		padding: 40px 0 20px;
	}

	.l-footer__company {
		margin-bottom: 30px;
	}

	.l-footer__nav li {
		margin-bottom: 15px;
	}

	.l-main article {
		margin-bottom: 50px;
	}
}

.c-crumbs {
	margin-bottom: 100px;
}

.c-crumbs #breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-start;
	padding: 10px 0;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
}

.c-crumbs #breadcrumbs a {
	color: #000;
}

.c-post .c-body a {
	color: #000;
}

.c-post .c-body a:hover {
	text-decoration: none;
}

.c-post_list,.p-notfound .body ul {
	margin-bottom: 40px;
}

.c-post_box__thumb {
	margin-bottom: 20px;
}

.c-post_box__cat {
	color: #999;
	font-size: 1.4rem;
}

.c-post_box__cat--large,.c-post_box__ttl {
	font-size: 1.6rem;
}

.c-post_box__ttl--large {
	font-size: 2rem;
}

.c-news_list {
	padding: 50px;
}

.c-news_list__item {
	margin-bottom: 35px;
	font-size: 1.8rem;
}

.c-news_list__item:last-child {
	margin-bottom: 0;
}

.c-news_list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #333;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.c-news__cat,.c-news_list__item a time {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.c-news_list__item a .label,.c-news_list__item a time {
	color: #888;
	margin-right: 20px;
	font-size: 1.8rem;
}

@media only screen and (max-width:767px) {

.c-news_list__item a .label, .c-news_list__item a time {
margin-right: 7px;
font-size: 1.4rem;
padding: -1px 3px !important;
}
}








.c-news_list__item a .label {
	background-color: #d2691e;
	color: #fff;
	padding: 0 7px;
	display: inline-block;
	line-height: 1.9;
	height: 10%;
}

.c-news_list__item a.is-hover {
	opacity: .6;
}

.c-news__cat {
	width: 90%;
	margin-left: auto;
}

.c-news__cat__ttl {
	font-weight: 400;
	border-bottom: 1px solid #000;
	font-size: 1.8rem;
}

.c-news__cat__list li,.c-news__cat__ttl {
	margin-bottom: 10px;
}

.c-news__cat__list li a {
	color: #000;
	display: block;
}

.c-news__cat__list li a::before {
	content: '-';
	display: inline-block;
	margin-right: 10px;
}

.c-news__cat__list li a::after {
	content: '';
	display: block;
	width: 0%;
	height: 1px;
	background-color: #000;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.c-news__cat__list li a.is-hover::after {
	width: 100%;
}

.c-square__list {
	display: inline-block;
}

.c-row_box dt,.c-square__list li,.p-index .p-index_gallery__slider ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-square__list li:before {
	content: '■';
	display: block;
	margin-right: 5px;
}

.c-product__box {
	display: block;
}

.c-product__box .in {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}

.c-product__box .in .name {
	text-align: center;
	color: #333;
	margin-bottom: 0;
}

.c-product__box .in .img {
	overflow: hidden;
	text-align: center;
	height: 115px;
}

.c-case__list__thumb img,.c-product__box .in .img img {
	margin: 0 auto;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.c-case__list .is-hover .c-case__list__thumb img,.c-product__box.is-hover .in .img img,.p-feature .p-feature_main__link__btn a.is-hover::after,.p-index .p-index_case__slider .is-hover .box .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.c-product__box .tag {
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	font-size: 1.2rem;
	margin: 10px auto 0;
}

.c-case__list__thumb {
	margin-bottom: 10px;
	overflow: hidden;
	height: 150px;
}

.c-case__list__thumb img {
	display: block;
}

.c-case__list__ttl {
	text-align: center;
}

.c-row_box {
	border: 1px solid #000;
	padding: 30px;
	background-color: #fff;
	margin-top: 80px;
}

.c-row_box .ttl {
	font-size: 2.2rem;
	margin: 0 15px 0 0;
	border-right: 1px solid #000;
	width: 100%;
}

.c-row_box .ttl small {
	font-family: "Cardo",serif;
	color: #888;
	margin-top: 10px;
}

.c-row_box .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-row_box .list li {
	width: 32%;
	font-size: 1.4rem;
}

.c-row_box .list li::before {
	content: '・';
}

.c-img_anim {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.c-img_anim::after,.c-img_anim::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.c-img_anim::before {
	background-color: #000;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: all .7s cubic-bezier(.77,0,.175,1);
	transition: all .7s cubic-bezier(.77,0,.175,1);
	z-index: 1;
}

.c-img_anim::after {
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: all .7s cubic-bezier(.165,.84,.44,1);
	transition: all .7s cubic-bezier(.165,.84,.44,1);
	z-index: 2;
}

.c-btn01.is-act.anim_elm,.c-btn02.is-act.anim_elm,.c-img_anim.is-act {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.c-img_anim.is-act::after,.c-img_anim.is-act::before {
	-webkit-transform: scale3d(1,0,1);
	transform: scale3d(1,0,1);
}

.c-anchor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 70px;
}

.c-anchor__btn {
	margin: 0 5px;
}

.c-anchor__btn a,.c-btn01 a,.c-btn02 a {
	border: 1px solid #000;
	color: #fff;
	text-align: center;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.c-anchor__btn a {
	display: block;
	background-color: #000;
	padding: 20px 0;
	width: 250px;
	position: relative;
}

.c-anchor__btn a::after {
	content: '\f107';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	right: 20px;
}

.c-anchor__btn a.is-hover,.c-btn01 a.is-hover,.c-btn02 a.is-hover,.c-btn03 a.is-hover {
	background-color: #000;
	color: #fff;
}

.c-page_link {
	padding-top: 120px;
	margin-top: -120px;
}

.c-btn01 {
	width: 320px;
	margin: 0 auto;
}

.c-btn01.anim_elm,.c-btn02.anim_elm {
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 1.5s cubic-bezier(0,0,.58,1);
	transition: all 1.5s cubic-bezier(0,0,.58,1);
}

.c-btn01 a,.c-btn02 a {
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
}

.c-btn01 a {
	display: block;
	background-color: #fff;
	padding: 12px;
	font-size: 1.6rem;
	color: #000;
}

.c-btn02 {
	width: 160px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.c-btn02 a {
	font-size: 1.5rem;
}

.c-btn03 {
	width: 180px;
	margin: 0 auto;
}

.c-btn02 a,.c-btn03 a,.c-ttl01 small::before {
	display: block;
	
}

.c-btn03 a {
	padding: 10px;
	border: 1px solid #000;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.c-ttlarea {
	position: relative;
}

.c-ttl01 {
	display: block;
	text-align: center;
	font-weight: 400;
	margin-bottom: 40px;
}

.c-ttl01 .en {
	display: block;
	font-size: 6rem;
font-family: 'Playfair Display', serif;
	letter-spacing: .15rem;
	color: #c0c0c0;
}

.c-ttl01 .en_s1 {
	display: block;
	font-size: 9rem;
font-family: 'Playfair Display', serif;
	letter-spacing: .15rem;
	color: #c0c0c0;
		text-align: left;
padding-left: 25%;
}

.recruit_en {
color: #000 !important;
padding-left: 20% !important;
}

.c-row_box .ttl small,.c-ttl01 small {
display: block;
font-size: 3rem;
font-family: 'Noto Serif JP', serif;
padding-top: 1rem;
}

.c-ttl01 small::before {
	content: '';
width: 1px;
height: 1px;
	margin: 5px auto;
}

.c-ttl01.white {
	color: #fff;
}

.c-img_anim::after,.c-ttl01.white small::before {
	background-color: #fff;
}

.c-ttl01.anim_elm .en span {
	display: inline-block;
	opacity: 0;
	-webkit-transform: rotateY(90deg) scale(1.3,1.3) translateX(20px);
	transform: rotateY(90deg) scale(1.3,1.3) translateX(20px);
	-webkit-transition: all 1.5s cubic-bezier(.165,.84,.44,1);
	transition: all 1.5s cubic-bezier(.165,.84,.44,1);
}

.c-ttl01.anim_elm .en span:nth-child(1) {
	-webkit-transition-delay: .21s;
	transition-delay: .21s;
}

.c-ttl01.anim_elm .en span:nth-child(2) {
	-webkit-transition-delay: .27s;
	transition-delay: .27s;
}

.c-ttl01.anim_elm .en span:nth-child(3) {
	-webkit-transition-delay: .33s;
	transition-delay: .33s;
}

.c-ttl01.anim_elm .en span:nth-child(4) {
	-webkit-transition-delay: .39s;
	transition-delay: .39s;
}

.c-ttl01.anim_elm .en span:nth-child(5) {
	-webkit-transition-delay: .45s;
	transition-delay: .45s;
}

.c-ttl01.anim_elm .en span:nth-child(6) {
	-webkit-transition-delay: .51s;
	transition-delay: .51s;
}

.c-ttl01.anim_elm .en span:nth-child(7) {
	-webkit-transition-delay: .57s;
	transition-delay: .57s;
}

.c-ttl01.anim_elm .en span:nth-child(8) {
	-webkit-transition-delay: .63s;
	transition-delay: .63s;
}

.c-ttl01.anim_elm .en span:nth-child(9) {
	-webkit-transition-delay: .69s;
	transition-delay: .69s;
}

.c-ttl01.anim_elm .en span:nth-child(10) {
	-webkit-transition-delay: .75s;
	transition-delay: .75s;
}

.c-ttl01.anim_elm .en span:nth-child(11) {
	-webkit-transition-delay: .81s;
	transition-delay: .81s;
}

.c-ttl01.anim_elm .en span:nth-child(12) {
	-webkit-transition-delay: .87s;
	transition-delay: .87s;
}

.c-ttl01.anim_elm .en span:nth-child(13) {
	-webkit-transition-delay: .93s;
	transition-delay: .93s;
}

.c-ttl01.anim_elm .en span:nth-child(14) {
	-webkit-transition-delay: .99s;
	transition-delay: .99s;
}

.c-ttl01.anim_elm .en span:nth-child(15) {
	-webkit-transition-delay: 1.05s;
	transition-delay: 1.05s;
}

.c-ttl01.anim_elm .en span:nth-child(16) {
	-webkit-transition-delay: 1.11s;
	transition-delay: 1.11s;
}

.c-ttl01.anim_elm .en span:nth-child(17) {
	-webkit-transition-delay: 1.17s;
	transition-delay: 1.17s;
}

.c-ttl01.anim_elm .en span:nth-child(18) {
	-webkit-transition-delay: 1.23s;
	transition-delay: 1.23s;
}

.c-ttl01.anim_elm .en span:nth-child(19) {
	-webkit-transition-delay: 1.29s;
	transition-delay: 1.29s;
}

.c-ttl01.anim_elm .en span:nth-child(20) {
	-webkit-transition-delay: 1.35s;
	transition-delay: 1.35s;
}

.c-ttl01.anim_elm .en span:nth-child(21) {
	-webkit-transition-delay: 1.41s;
	transition-delay: 1.41s;
}

.c-ttl01.anim_elm .en span:nth-child(22) {
	-webkit-transition-delay: 1.47s;
	transition-delay: 1.47s;
}

.c-ttl01.anim_elm .en span:nth-child(23) {
	-webkit-transition-delay: 1.53s;
	transition-delay: 1.53s;
}

.c-ttl01.anim_elm .en span:nth-child(24) {
	-webkit-transition-delay: 1.59s;
	transition-delay: 1.59s;
}

.c-ttl01.anim_elm .en span:nth-child(25) {
	-webkit-transition-delay: 1.65s;
	transition-delay: 1.65s;
}

.c-ttl01.anim_elm .en span:nth-child(26) {
	-webkit-transition-delay: 1.71s;
	transition-delay: 1.71s;
}

.c-ttl01.anim_elm .en span:nth-child(27) {
	-webkit-transition-delay: 1.77s;
	transition-delay: 1.77s;
}

.c-ttl01.anim_elm .en span:nth-child(28) {
	-webkit-transition-delay: 1.83s;
	transition-delay: 1.83s;
}

.c-ttl01.anim_elm .en span:nth-child(29) {
	-webkit-transition-delay: 1.89s;
	transition-delay: 1.89s;
}

.c-ttl01.anim_elm .en span:nth-child(30) {
	-webkit-transition-delay: 1.95s;
	transition-delay: 1.95s;
}

.c-ttl01.anim_elm .en span:nth-child(31) {
	-webkit-transition-delay: 2.01s;
	transition-delay: 2.01s;
}

.c-ttl01.anim_elm .en span:nth-child(32) {
	-webkit-transition-delay: 2.07s;
	transition-delay: 2.07s;
}

.c-ttl01.anim_elm .en span:nth-child(33) {
	-webkit-transition-delay: 2.13s;
	transition-delay: 2.13s;
}

.c-ttl01.anim_elm .en span:nth-child(34) {
	-webkit-transition-delay: 2.19s;
	transition-delay: 2.19s;
}

.c-ttl01.anim_elm .en span:nth-child(35) {
	-webkit-transition-delay: 2.25s;
	transition-delay: 2.25s;
}

.c-ttl01.anim_elm .en span:nth-child(36) {
	-webkit-transition-delay: 2.31s;
	transition-delay: 2.31s;
}

.c-ttl01.anim_elm .en span:nth-child(37) {
	-webkit-transition-delay: 2.37s;
	transition-delay: 2.37s;
}

.c-ttl01.anim_elm .en span:nth-child(38) {
	-webkit-transition-delay: 2.43s;
	transition-delay: 2.43s;
}

.c-ttl01.anim_elm .en span:nth-child(39) {
	-webkit-transition-delay: 2.49s;
	transition-delay: 2.49s;
}

.c-ttl01.anim_elm .en span:nth-child(40) {
	-webkit-transition-delay: 2.55s;
	transition-delay: 2.55s;
}

.c-ttl01.anim_elm .en span:nth-child(41) {
	-webkit-transition-delay: 2.61s;
	transition-delay: 2.61s;
}

.c-ttl01.anim_elm .en span:nth-child(42) {
	-webkit-transition-delay: 2.67s;
	transition-delay: 2.67s;
}

.c-ttl01.anim_elm .en span:nth-child(43) {
	-webkit-transition-delay: 2.73s;
	transition-delay: 2.73s;
}

.c-ttl01.anim_elm .en span:nth-child(44) {
	-webkit-transition-delay: 2.79s;
	transition-delay: 2.79s;
}

.c-ttl01.anim_elm .en span:nth-child(45) {
	-webkit-transition-delay: 2.85s;
	transition-delay: 2.85s;
}

.c-ttl01.anim_elm .en span:nth-child(46) {
	-webkit-transition-delay: 2.91s;
	transition-delay: 2.91s;
}

.c-ttl01.anim_elm .en span:nth-child(47) {
	-webkit-transition-delay: 2.97s;
	transition-delay: 2.97s;
}

.c-ttl01.anim_elm .en span:nth-child(48) {
	-webkit-transition-delay: 3.03s;
	transition-delay: 3.03s;
}

.c-ttl01.anim_elm .en span:nth-child(49) {
	-webkit-transition-delay: 3.09s;
	transition-delay: 3.09s;
}

.c-ttl01.anim_elm .en span:nth-child(50) {
	-webkit-transition-delay: 3.15s;
	transition-delay: 3.15s;
}

.c-ttl01.anim_elm .en span:nth-child(51) {
	-webkit-transition-delay: 3.21s;
	transition-delay: 3.21s;
}

.c-ttl01.anim_elm small,.c-ttl01.anim_elm small::before,.c-ttl02.anim_elm::after {
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
}

.c-ttl01.anim_elm small {
	opacity: 0;
}

.c-ttl01.anim_elm small::before,.c-ttl02.anim_elm::after {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.c-ttl01.anim_elm.is-act .en span {
	opacity: 1;
	-webkit-transform: rotateY(0) scale(1,1) translateX(0);
	transform: rotateY(0) scale(1,1) translateX(0);
}

.c-ttl01.anim_elm.is-act small,.c-ttl02.anim_elm.is-act {
	opacity: 1;
}

.c-ttl01.anim_elm.is-act small::before,.c-ttl02.anim_elm.is-act::after,.gnavi>ul>li>a.is-hover::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.c-ttl02 {
	font-size: 3.6rem;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}

.c-ttl02::after,.c-ttl03::after,.c-ttl04::after,.c-ttl04::before {
	content: '';
	display: block;
	background-color: #f08200;
	width: 1px;
	height: 70px;
	margin: 18px auto;
}

.c-ttl02.anim_elm {
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
	opacity: 0;
}

.c-ttl02.anim_elm::after {
	-webkit-transition: all 1.5s cubic-bezier(.19,1,.22,1);
	transition: all 1.5s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.c-ttl03,.c-ttl04 {
	font-size: 2.4rem;
	font-weight: 400;
}

.c-ttl03 {
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
	line-height: 1.3;
	margin-bottom: 40px;
}

.c-ttl03::after,.c-ttl04::after,.c-ttl04::before {
width: 0.1rem;
	margin: 18px 0;
}

.c-ttl04 {
	text-align: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}

.c-ttl04::after,.c-ttl04::before {
	width: 40px;
	margin: 0 10px;
}

.c-footer_contact {
	background: url("../img/footer/contact_bg@2x.jpg") no-repeat;
	margin-bottom: 0;
	padding: 100px 0;
}

.c-footer_contact__list,.c-footer_contact__ttl {
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
}

.c-footer_contact__ttl {
	font-weight: 400;
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 30px;
}

.c-footer_contact__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-footer_contact__list li,.gnavi>ul>li>a {
	padding: 0 40px;
	text-align: center;
}

.c-footer_contact__list .tel {
	font-size: 2.2rem;
	position: relative;
}

.c-footer_contact__list .tel span {
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: .08em;
	color: #000;
}

.c-footer_contact__list .tel::after {
	content: '';
	display: block;
	width: 1px;
	height: 90px;
	background-color: #000;
	position: absolute;
	top: -20px;
	right: 0;
}

.c-footer_contact__list .mail a {
	display: block;
	width: 285px;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	padding: 20px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	text-align: center;
	text-decoration: none;
}

.c-footer_contact__list .mail a.is-hover,.gnavi>ul>li.contact a.is-hover {
	color: #000;
	background-color: #fff;
}

.c-bg_color--gray {
	background-color: #f5f5f5;
}

.c-table-responsive td,.c-table-responsive th,.c-table-responsive tr {
	border: 0;
}

.c-table-responsive th {
	border-bottom: 2px solid #000;
	text-align: left;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
	font-weight: 400;
}

.c-table-responsive tr {
	border-bottom: 1px dotted #ccc;
}

.c-table-responsive td {
	padding: 15px 10px;
}

@media only screen and (max-width:767px) {
	.c-table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
	}

	.c-table-responsive tbody {
		width: auto;
		position: relative;
		overflow-x: auto;
		white-space: nowrap;
	}

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

	.c-table-responsive2 td,.c-table-responsive2 th,.c-table-responsive2 tr {
		display: block;
	}

	.c-crumbs {

		margin-bottom: 40px;
	}

	.c-crumbs::-webkit-scrollbar {
		height: 10px;
	}

	.c-crumbs::-webkit-scrollbar-track {
		background-color: #fff;
	}

	.c-crumbs::-webkit-scrollbar-thumb {
		background-color: rgba(238,238,238,.8);
	}

	.c-news_list {
		padding: 0px;
	}

	.c-news_list__item {
	margin-bottom: 14px;
	border-bottom: 1px dotted #ccc;
padding-bottom: 1rem;
	}

	.c-news_list__item a {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.c-news_list__item a p {
		width: 100%;
	}

	.c-page_link {
		padding-top: 80px;
		margin-top: -80px;
	}

	.c-product__box .in {
		padding: 15px 10px;
	}

	.c-product__box .in .img {
		height: 85px;
	}

	.c-case__list__thumb {
		height: 105px;
		margin-bottom: 10px;
	}

	.c-square__list li {
		text-align: left;
	}

	.c-btn01,.c-row_box .list li {
		width: 100%;
	}

	.c-btn01 a {
		padding: 10px;
	}

	.c-ttl02 {
		line-height: 1.1;
		font-size: 3rem;
	}

	.c-ttl03 {
		margin-bottom: 20px;
	}

	.c-ttl03::after {
		margin: 10px 0;
	}

	.c-ttl03,.c-ttl04 {
		font-size: 2rem;
	}

	.c-footer_contact {
		padding: 20px 0;
	}

	.c-anchor,.c-footer_contact__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.c-footer_contact__list li {
		padding: 0;
		margin: 5px 0;
	}

	.c-footer_contact__list .tel::after {
		content: none;
	}

	.c-anchor {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.c-anchor__btn {
		width: 100%;
		margin-bottom: 10px;
	}

	.c-anchor__btn a {
		width: 95%;
		margin: 0 auto;
		padding: 15px 0;
	}

	.c-row_box {
		margin-top: 40px;
		padding: 30px 15px;
	}

	.c-row_box .ttl {
		margin: 0 0 20px;
		border-right: 0;
		border-bottom: 1px solid #000;
		padding-bottom: 10px;
	}

	.c-row_box .ttl small {
		text-align: right;
	}
}

.opening {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 990;
	opacity: 0;
}

.opening__line,.opening__overlay {
	width: 100%;
	position: absolute;
	left: 0;
}

.opening__overlay {
	top: 0;
	height: 100vh;
}

.opening__overlay.c-white::after,.opening__overlay.c-white::before {
	background-color: #ffd401;
	z-index: 102;
}

.opening__overlay.c-black::after,.opening__overlay.c-black::before {
	background-color: #fff;
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
	z-index: 101;
}

.opening__overlay::after,.opening__overlay::before {
	content: '';
	width: 100%;
	height: 50vh;
	background-color: #fff;
	position: absolute;
	left: 0;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition: all 1.7s cubic-bezier(.165,.84,.44,1);
	transition: all 1.7s cubic-bezier(.165,.84,.44,1);
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s;
}

.opening__overlay::before {
	top: 0;
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

.opening__overlay::after {
	bottom: 0;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.opening__line {
	background-color:rgba(255,255,255,0.4);
	height: 1px;
	top: 50vh;
	-webkit-transform: scale3d(0,1,1);
	transform: scale3d(0,1,1);
	-webkit-transition: -webkit-transform .7s cubic-bezier(.86,0,.07,1) 1.5s;
	transition: transform .7s cubic-bezier(.86,0,.07,1) 1.5s;
	transition: transform .7s cubic-bezier(.86,0,.07,1) 1.5s,-webkit-transform .7s cubic-bezier(.86,0,.07,1) 1.5s;
	z-index: 103;
}

.opening__logo {
	opacity: 1;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
	z-index: 104;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.opening.is-act {
	opacity: 1;
}

.opening.is-act .opening__line.is-hidden,.opening.is-act .opening__logo {
	opacity: 0;
}

.opening.is-act .opening__line {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.opening.is-act .opening__overlay::after,.opening.is-act .opening__overlay::before,.p-index .p-index_service__wide .img.is-act::after,.p-index .p-index_service__wide .img.is-act::before {
	-webkit-transform: scale3d(1,0,1);
	transform: scale3d(1,0,1);
}

.gnavi {
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
	padding: 24px 0;

	font-size: 1.6rem;
}

.gnavi>ul,.gnavi__mega_menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gnavi>ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	max-width: 870px;
	min-width: 870px;
}

.gnavi>ul>li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.gnavi>ul>li>a {
	cursor: pointer;
	display: block;
	color: #333;
	padding: 10px 0;
}

.gnavi>ul>li.contact a,.gnavi>ul>li>a::after,.gnavi__mega_menu ul li a {
	background-color: #000;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.gnavi>ul>li>a::after {
	content: '';
	display: block;
	width: 40%;
	height: 3px;
	margin: 0 auto -1px;
	-webkit-transform: scale(0);
	transform: scale(0);
	margin-top: 5px;
}

.gnavi>ul>li.contact a,.gnavi__mega_menu ul li a {
	color: #fff;
	border: 1px solid #000;
}

.gnavi>ul>li.contact a::after {
	content: none;
}

.gnavi>ul>li.gnavi__mega_trg>a {
	position: relative;
	cursor: default;
}

.gnavi>ul>li.gnavi__mega_trg>a::before {
	content: '\f107';
	font-family: "Font Awesome 5 Pro";
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: block;
	position: absolute;
	bottom: -8px;
	left: 50%;
}

.gnavi>ul>li.gnavi__mega_trg>a::after {
	content: none;
}

.gnavi>ul>li.gnavi__mega_trg>a.is-hover::before {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

.gnavi__mega_menu {
	display: none;
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,.9);
	padding: 45px 0;
	z-index: -1;
}

.gnavi__mega_menu ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gnavi__mega_menu ul li {
	width: 32%;
	margin-bottom: 20px;
}

.gnavi__mega_menu ul li.wide {
	width: 49%;
}

.gnavi__mega_menu ul li a {
	display: block;
	text-align: center;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
	padding: 25px;
}

.crumbs {
	color: #333;
	margin: 10px 0;
}

.crumbs li {
	display: inline;
}

.c-btnArea,.wp-pagenavi {
	text-align: center;
	overflow: hidden;
}

.wp-pagenavi {
	padding: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Cardo",serif;
}

.wp-pagenavi a,.wp-pagenavi span {
	padding: 3px 11px;
	color: #666;
	margin: 0 5px 10px 0;
	text-decoration: none;
	display: inline-block;
	font-size: 1.8rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.wp-pagenavi span {
	color: #000;
}

.wp-pagenavi span.current {
	color: #000;
	font-weight: 700;
}

.wp-pagenavi .pages {
	margin-right: 50px;
	border: 1px solid #000;
	font-size: 1.5rem;
}

.wp-pagenavi .previouspostslink {
	margin-right: 50px;
}

.wp-pagenavi .nextpostslink {
	margin-left: 50px;
}

.wp-pagenavi a:hover,.wp-pagenavi span.current {
	border-bottom: 1px solid #000;
}

.wp-pagenavi .alignleft {
	margin-top: 0;
	margin-bottom: 0;
	float: none;
	vertical-align: top;
	max-width: 40%;
	display: inline-block;
}

.wp-pagenavi .alignleft a {
	border: 0;
	background: 0 0;
	color: #000;
}

.wp-pagenavi .center {
	display: inline-block;
	width: 220px;
	margin: 0 15px;
}

.wp-pagenavi .center a {
	display: block;
	background-color: #000;
	border: 1px solid #000;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	padding: 15px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.gnavi__mega_menu ul li a.is-hover,.wp-pagenavi .center a:hover,input[name=submitConfirm]:hover {
	background-color: #fff;
	color: #000;
}

.wp-pagenavi .alignright {
	margin-top: 0;
	margin-bottom: 0;
	float: none;
	vertical-align: top;
	max-width: 40%;
	display: inline-block;
}

.wp-pagenavi .alignright a {
	border: 0;
	background: 0 0;
	color: #000;
}

.c-btnArea {
	width: 500px;
	margin: 0 auto 40px;
}

.c-btnArea input {
	margin: 0 20px;
}

input[name=submitConfirm] {
	background: #000;
	color: #fff;
	padding: 0;
	border: 1px solid #000;
	display: block;
	margin: 20px auto;
	cursor: pointer;
}

.return_top,input[name=submitBack],input[name=submitConfirm],input[name=submitSubmit] {
	width: 220px;
	height: 55px;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}

input[name=submitBack] {
	background: #ddd;
	padding: 0;
	cursor: pointer;
	float: left;
	margin: 1%;
	font-size: 1.6rem;
	border: 0;
}

input[name=submitBack]:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.return_top,input[name=submitSubmit] {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

input[name=submitSubmit] {
	cursor: pointer;
	float: left;
	margin: 1%;
}

.return_top:hover,input[name=submitSubmit]:hover {
	background-color: #fff;
	color: #000;
}

.return_top {
	padding: 0;
	line-height: 55px;
	display: block;
	margin: 20px auto;
	text-align: center;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
	text-decoration: none;
}

.require {
	background-color: #c33;
	padding: 3px 4px;
	color: #fafafa;
	font-size: 1.1rem;
	letter-spacing: 1px;
	margin: 0 0 0 10px;
	line-height: 1;
	border-radius: 3px;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
}

@media only screen and (max-width:767px) {
	.gnavi {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #f5f5f5;
	}

	.gnavi>ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 90%;
		min-width: 90%;
		margin: 0 auto;
	}

	.gnavi,.gnavi>ul li {
		width: 100%;
	}

	.gnavi>ul li a {
		text-align: left;
		border-bottom: 1px dotted #ccc;
		padding: 10px;
		position: relative;
	}

	.gnavi>ul li a::before {
		content: '';

		position: absolute;
		right: 0;
		font-size: 2rem;
	}

	.gnavi>ul li a::after,.gnavi>ul li.contact a::before {
		content: none;
	}

	.gnavi>ul li.contact {
		margin-top: 20px;
	}

	.gnavi>ul li.gnavi__mega_trg a::before {
		content: '\f107';
		left: auto;
		right: 0;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	.gnavi>ul li.gnavi__mega_trg a.is-act::before {
		-webkit-transform: rotate(-180deg) translateY(50%);
		transform: rotate(-180deg) translateY(50%);
	}

	.gnavi__mega_menu {
		display: none;
		position: static;
		background: 0 0;
		padding: 10px 0;
	}

	.gnavi>ul li a,.gnavi__mega_menu ul li {
		margin-bottom: 5px;
	}

	.gnavi__mega_menu ul li a {
		border-bottom: 0;
	}

	.gnavi__mega_menu ul li a::before,.hamburger.is-act span {
		display: none;
	}

	.hamburger {
		width: 60px;
		height: 60px;
		position: relative;
		margin-left: auto;
	}

	.hamburger span,.hamburger::after,.hamburger::before {
		display: block;
		height: 2px;
		width: 70%;
		background-color: #000;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		position: absolute;
		left: 15%;
	}

	.hamburger span {
		top: 50%;
	}

	.hamburger::after,.hamburger::before {
		content: '';
		margin: 0 auto;
	}

	.hamburger::before {
		top: 25%;
	}

	.hamburger::after {
		bottom: 25%;
	}

	.hamburger.is-act::after {
		top: 45%;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.hamburger.is-act::before {
		top: 45%;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	.c-btnArea,.gnavi__mega_menu ul li.wide,input[name=submitBack],input[name=submitSubmit] {
		width: 100%;
	}
}

.p-kv__lower {
	margin-top: 90px;
	height: 480px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.p-kv__lower__ttl {
	background-color: #fff;
	font-size: 5rem;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
	font-weight: 400;
	display: inline-block;
	padding: 306px 440px;
	letter-spacing: 0.15em;
text-align: center;
}

.p-kv__lower02__ttl small,.p-kv__lower__ttl small {
	font-size: 1.6rem;
	display: block;
}

.p-kv__lower02 {
	margin-top: 90px;
	height: 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background: url("../img/common_main.jpg");
	background-size: cover;
}

.p-kv__lower02__ttl {
	background-color: #fff;
	font-size: 4rem;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
	font-weight: 400;
	display: inline-block;
	padding: 20px 40px;
}

.p-news .p-news_detail {
	width: 920px;
	padding: 0 15px;
	margin: 0 auto 100px;
}

.p-news .p-news_detail .in {
	margin-bottom: 60px;
}

.p-news .p-news_detail__ttl01 {
	margin-bottom: 25px;
	font-weight: 400;
	font-size: 2.8rem;
}

.p-news .p-news_detail__ttl01 time {
	color: #888;
	font-size: 1.4rem;
	font-weight: 700;
	font-family: "Cardo",serif;
	display: block;
}

.p-news .p-news_detail__ttl02 {
	font-size: 2.2rem;
	font-weight: 400;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.p-privacy ol {
	padding-left: 25px;
}

.p-notfound .body {
	padding: 0 30px 30px;
}

@media only screen and (max-width:767px) {
	.p-kv__lower {
		height: 270px;
		margin-top: 60px;
	}

	.p-kv__lower__ttl {
		padding: 10px 20px;
		font-size: 2.6rem;
	}

	.p-kv__lower02 {
		margin-top: 60px;
	}

	.p-kv__lower02__ttl {
		padding: 10px 20px;
		font-size: 2.6rem;
	}

	.p-news .p-news_detail {
		width: 100%;
		padding: 0 15px;
	}

	.p-news .p-news_detail__ttl01 {
		font-size: 2rem;
	}
}

.p-kv {
	min-height: 30vh;
	margin: 94px 0 100px;
	position: relative;
	overflow: hidden;
}

.p-kv__inner {
	height: 100%;
}

.p-kv__inner__copy {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	left: 10vw;
	font-size: 6rem;
	z-index: 10;
	font-family: "Hannari",serif;
	color: #fff;
	letter-spacing: 0.01em;
	line-height: 1.5;
	text-shadow:0px 0px 10px rgba(0,0,0,0.66);
}

.p-kv__inner__copy>span {
	opacity: 0;
	display: inline-block;
	-webkit-transition: all 1.5s cubic-bezier(.165,.84,.44,1);
	transition: all 1.5s cubic-bezier(.165,.84,.44,1);
	-webkit-transform: rotateY(90deg) scale(1.3,1.3) translateX(20px);
	transform: rotateY(90deg) scale(1.3,1.3) translateX(20px);
}

.p-kv__inner__copy>span:nth-child(1) {
	-webkit-transition-delay: .65s;
	transition-delay: .65s;
}

.p-kv__inner__copy>span:nth-child(2) {
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}

.p-kv__inner__copy>span:nth-child(3) {
	-webkit-transition-delay: .75s;
	transition-delay: .75s;
}

.p-kv__inner__copy>span:nth-child(4) {
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

.p-kv__inner__copy>span:nth-child(5) {
	-webkit-transition-delay: .85s;
	transition-delay: .85s;
}

.p-kv__inner__copy>span:nth-child(6) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.p-kv__inner__copy>span:nth-child(7) {
	-webkit-transition-delay: .95s;
	transition-delay: .95s;
}

.p-kv__inner__copy>span:nth-child(8) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.p-kv__inner__copy>span:nth-child(9) {
	-webkit-transition-delay: 1.05s;
	transition-delay: 1.05s;
}

.p-kv__inner__copy>span:nth-child(10) {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.p-kv__inner__copy>span:nth-child(11) {
	-webkit-transition-delay: 1.15s;
	transition-delay: 1.15s;
}

.p-kv__inner__copy>span:nth-child(12) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.p-kv__inner__copy>span:nth-child(13) {
	-webkit-transition-delay: 1.25s;
	transition-delay: 1.25s;
}

.p-kv__inner__copy>span:nth-child(14) {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.p-kv__inner__copy>span:nth-child(15) {
	-webkit-transition-delay: 1.35s;
	transition-delay: 1.35s;
}

.p-kv__inner__copy>span:nth-child(16) {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.p-kv__inner__copy>span:nth-child(17) {
	-webkit-transition-delay: 1.45s;
	transition-delay: 1.45s;
}

.p-kv__inner__copy>span:nth-child(18) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.p-kv__inner__copy small span:nth-child(1),.p-kv__inner__copy>span:nth-child(19) {
	-webkit-transition-delay: 1.55s;
	transition-delay: 1.55s;
}

.p-kv__inner__copy small span:nth-child(2),.p-kv__inner__copy>span:nth-child(20) {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.p-kv__inner__copy small span:nth-child(3),.p-kv__inner__copy>span:nth-child(21) {
	-webkit-transition-delay: 1.65s;
	transition-delay: 1.65s;
}

.p-kv__inner__copy small span:nth-child(4),.p-kv__inner__copy>span:nth-child(22) {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.p-kv__inner__copy small span:nth-child(5),.p-kv__inner__copy>span:nth-child(23) {
	-webkit-transition-delay: 1.75s;
	transition-delay: 1.75s;
}

.p-kv__inner__copy small span:nth-child(6),.p-kv__inner__copy>span:nth-child(24) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.p-kv__inner__copy small span:nth-child(7),.p-kv__inner__copy>span:nth-child(25) {
	-webkit-transition-delay: 1.85s;
	transition-delay: 1.85s;
}

.p-kv__inner__copy small span:nth-child(8),.p-kv__inner__copy>span:nth-child(26) {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

.p-kv__inner__copy small span:nth-child(9),.p-kv__inner__copy>span:nth-child(27) {
	-webkit-transition-delay: 1.95s;
	transition-delay: 1.95s;
}

.p-kv__inner__copy small span:nth-child(10),.p-kv__inner__copy>span:nth-child(28) {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.p-kv__inner__copy small span:nth-child(11),.p-kv__inner__copy>span:nth-child(29) {
	-webkit-transition-delay: 2.05s;
	transition-delay: 2.05s;
}

.p-kv__inner__copy small span:nth-child(12),.p-kv__inner__copy>span:nth-child(30) {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.p-kv__inner__copy small span:nth-child(13),.p-kv__inner__copy>span:nth-child(31) {
	-webkit-transition-delay: 2.15s;
	transition-delay: 2.15s;
}

.p-kv__inner__copy small span:nth-child(14),.p-kv__inner__copy>span:nth-child(32) {
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s;
}

.p-kv__inner__copy small span:nth-child(15),.p-kv__inner__copy>span:nth-child(33) {
	-webkit-transition-delay: 2.25s;
	transition-delay: 2.25s;
}

.p-kv__inner__copy small span:nth-child(16),.p-kv__inner__copy>span:nth-child(34) {
	-webkit-transition-delay: 2.3s;
	transition-delay: 2.3s;
}

.p-kv__inner__copy small span:nth-child(17),.p-kv__inner__copy>span:nth-child(35) {
	-webkit-transition-delay: 2.35s;
	transition-delay: 2.35s;
}

.p-kv__inner__copy small span:nth-child(18),.p-kv__inner__copy>span:nth-child(36) {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.p-kv__inner__copy small span:nth-child(19),.p-kv__inner__copy>span:nth-child(37) {
	-webkit-transition-delay: 2.45s;
	transition-delay: 2.45s;
}

.p-kv__inner__copy small span:nth-child(20),.p-kv__inner__copy>span:nth-child(38) {
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
}

.p-kv__inner__copy small span:nth-child(21),.p-kv__inner__copy>span:nth-child(39) {
	-webkit-transition-delay: 2.55s;
	transition-delay: 2.55s;
}

.p-kv__inner__copy small span:nth-child(22),.p-kv__inner__copy>span:nth-child(40) {
	-webkit-transition-delay: 2.6s;
	transition-delay: 2.6s;
}

.p-kv__inner__copy small span:nth-child(23),.p-kv__inner__copy>span:nth-child(41) {
	-webkit-transition-delay: 2.65s;
	transition-delay: 2.65s;
}

.p-kv__inner__copy small span:nth-child(24),.p-kv__inner__copy>span:nth-child(42) {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

.p-kv__inner__copy small span:nth-child(25),.p-kv__inner__copy>span:nth-child(43) {
	-webkit-transition-delay: 2.75s;
	transition-delay: 2.75s;
}

.p-kv__inner__copy small span:nth-child(26),.p-kv__inner__copy>span:nth-child(44) {
	-webkit-transition-delay: 2.8s;
	transition-delay: 2.8s;
}

.p-kv__inner__copy small span:nth-child(27),.p-kv__inner__copy>span:nth-child(45) {
	-webkit-transition-delay: 2.85s;
	transition-delay: 2.85s;
}

.p-kv__inner__copy small span:nth-child(28),.p-kv__inner__copy>span:nth-child(46) {
	-webkit-transition-delay: 2.9s;
	transition-delay: 2.9s;
}

.p-kv__inner__copy small span:nth-child(29),.p-kv__inner__copy>span:nth-child(47) {
	-webkit-transition-delay: 2.95s;
	transition-delay: 2.95s;
}

.p-kv__inner__copy small span:nth-child(30),.p-kv__inner__copy>span:nth-child(48) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.p-kv__inner__copy small span:nth-child(31),.p-kv__inner__copy>span:nth-child(49) {
	-webkit-transition-delay: 3.05s;
	transition-delay: 3.05s;
}

.p-kv__inner__copy small span:nth-child(32),.p-kv__inner__copy>span:nth-child(50) {
	-webkit-transition-delay: 3.1s;
	transition-delay: 3.1s;
}

.p-kv__inner__copy small span:nth-child(33),.p-kv__inner__copy>span:nth-child(51) {
	-webkit-transition-delay: 3.15s;
	transition-delay: 3.15s;
}

.p-kv__inner__copy small {
	display: block;
	font-size: 2.2rem;
	margin-top: 15px;
}

.p-kv__inner__copy small span {
	display: inline-block;
	opacity: 0;
	-webkit-transition: all 1.5s cubic-bezier(.165,.84,.44,1);
	transition: all 1.5s cubic-bezier(.165,.84,.44,1);
	-webkit-transform: rotateY(90deg) scale(1.3,1.3) translateX(20px);
	transform: rotateY(90deg) scale(1.3,1.3) translateX(20px);
}

.p-kv__inner__copy small span:nth-child(34) {
	-webkit-transition-delay: 3.2s;
	transition-delay: 3.2s;
}

.p-kv__inner__copy small span:nth-child(35) {
	-webkit-transition-delay: 3.25s;
	transition-delay: 3.25s;
}

.p-kv__inner__copy small span:nth-child(36) {
	-webkit-transition-delay: 3.3s;
	transition-delay: 3.3s;
}

.p-kv__inner__copy small span:nth-child(37) {
	-webkit-transition-delay: 3.35s;
	transition-delay: 3.35s;
}

.p-kv__inner__copy small span:nth-child(38) {
	-webkit-transition-delay: 3.4s;
	transition-delay: 3.4s;
}

.p-kv__inner__copy small span:nth-child(39) {
	-webkit-transition-delay: 3.45s;
	transition-delay: 3.45s;
}

.p-kv__inner__copy small span:nth-child(40) {
	-webkit-transition-delay: 3.5s;
	transition-delay: 3.5s;
}

.p-kv__inner__copy small span:nth-child(41) {
	-webkit-transition-delay: 3.55s;
	transition-delay: 3.55s;
}

.p-kv__inner__copy small span:nth-child(42) {
	-webkit-transition-delay: 3.6s;
	transition-delay: 3.6s;
}

.p-kv__inner__copy small span:nth-child(43) {
	-webkit-transition-delay: 3.65s;
	transition-delay: 3.65s;
}

.p-kv__inner__copy small span:nth-child(44) {
	-webkit-transition-delay: 3.7s;
	transition-delay: 3.7s;
}

.p-kv__inner__copy small span:nth-child(45) {
	-webkit-transition-delay: 3.75s;
	transition-delay: 3.75s;
}

.p-kv__inner__copy small span:nth-child(46) {
	-webkit-transition-delay: 3.8s;
	transition-delay: 3.8s;
}

.p-kv__inner__copy small span:nth-child(47) {
	-webkit-transition-delay: 3.85s;
	transition-delay: 3.85s;
}

.p-kv__inner__copy small span:nth-child(48) {
	-webkit-transition-delay: 3.9s;
	transition-delay: 3.9s;
}

.p-kv__inner__copy small span:nth-child(49) {
	-webkit-transition-delay: 3.95s;
	transition-delay: 3.95s;
}

.p-kv__inner__copy small span:nth-child(50) {
	-webkit-transition-delay: 4s;
	transition-delay: 4s;
}

.p-kv__inner__copy small span:nth-child(51) {
	-webkit-transition-delay: 4.05s;
	transition-delay: 4.05s;
}

.p-kv__inner__copy small span:nth-child(52) {
	-webkit-transition-delay: 4.1s;
	transition-delay: 4.1s;
}

.p-kv__inner__copy small span:nth-child(53) {
	-webkit-transition-delay: 4.15s;
	transition-delay: 4.15s;
}

.p-kv__inner__copy small span:nth-child(54) {
	-webkit-transition-delay: 4.2s;
	transition-delay: 4.2s;
}

.p-kv__inner__copy small span:nth-child(55) {
	-webkit-transition-delay: 4.25s;
	transition-delay: 4.25s;
}
.p-kv__inner__copy small span:nth-child(56) {
	-webkit-transition-delay: 4.3s;
	transition-delay: 4.3s;
}

.p-kv__inner__copy small span:nth-child(57) {
	-webkit-transition-delay: 4.35s;
	transition-delay: 4.35s;
}
.p-kv__inner__copy small span:nth-child(58) {
	-webkit-transition-delay: 4.4s;
	transition-delay: 4.4s;
}

.p-kv__inner__copy small span:nth-child(59) {
	-webkit-transition-delay: 4.45s;
	transition-delay: 4.45s;
}

.p-kv__inner__copy small span:nth-child(60) {
	-webkit-transition-delay: 4.5s;
	transition-delay: 4.5s;
}

.p-kv__inner__copy small span:nth-child(61) {
	-webkit-transition-delay: 4.55s;
	transition-delay: 4.55s;
}

.p-kv__inner__copy small span:nth-child(62) {
	-webkit-transition-delay: 4.6s;
	transition-delay: 4.6s;
}

.p-kv__inner__copy small span:nth-child(63) {
	-webkit-transition-delay: 4.65s;
	transition-delay: 4.65s;
}

.p-kv__inner__copy small span:nth-child(64) {
	-webkit-transition-delay: 4.7s;
	transition-delay: 4.7s;
}

.p-kv__inner__copy small span:nth-child(65) {
	-webkit-transition-delay: 4.75s;
	transition-delay: 4.75s;
}

.p-kv__inner__copy small span:nth-child(66) {
	-webkit-transition-delay: 4.8s;
	transition-delay: 4.8s;
}

.p-kv__inner__copy small span:nth-child(67) {
	-webkit-transition-delay: 4.85s;
	transition-delay: 4.85s;
}

.p-kv__inner__copy small span:nth-child(68) {
	-webkit-transition-delay: 4.9s;
	transition-delay: 4.9s;
}

.p-kv__inner__copy small span:nth-child(69) {
	-webkit-transition-delay: 4.95s;
	transition-delay: 4.95s;
}

.p-kv__inner__copy small span:nth-child(70) {
	-webkit-transition-delay: 5.1s;
	transition-delay: 5.1s;
}

.p-kv__inner__copy small span:nth-child(71) {
	-webkit-transition-delay: 5.15s;
	transition-delay: 5.15s;
}

.p-kv__inner__copy small span:nth-child(72) {
	-webkit-transition-delay: 5.2s;
	transition-delay: 5.2s;
}

.p-kv__inner__copy small span:nth-child(73) {
	-webkit-transition-delay: 5.25s;
	transition-delay: 5.25s;
}

.p-kv__inner__copy small span:nth-child(74) {
	-webkit-transition-delay: 5.3s;
	transition-delay: 5.3s;
}

.p-kv__inner__copy small span:nth-child(75) {
	-webkit-transition-delay: 5.35s;
	transition-delay: 5.35s;
}

.p-kv__inner__copy small span:nth-child(76) {
	-webkit-transition-delay: 5.4s;
	transition-delay: 5.4s;
}

.p-kv__inner__copy small span:nth-child(77) {
	-webkit-transition-delay: 5.45s;
	transition-delay: 5.45s;
}

.p-kv__inner__copy small span:nth-child(78) {
	-webkit-transition-delay: 5.5s;
	transition-delay: 5.5s;
}

.p-kv__inner__copy small span:nth-child(79) {
	-webkit-transition-delay: 5.55s;
	transition-delay: 5.55s;
}

.p-kv__inner__copy small span:nth-child(80) {
	-webkit-transition-delay: 5.6s;
	transition-delay: 5.6s;
}

.p-kv__inner__copy small span:nth-child(81) {
	-webkit-transition-delay: 5.65s;
	transition-delay: 5.65s;
}

.p-kv__inner__copy small span:nth-child(82) {
	-webkit-transition-delay: 5.7s;
	transition-delay: 5.7s;
}

.p-kv__inner__copy small span:nth-child(83) {
	-webkit-transition-delay: 5.75s;
	transition-delay: 5.75s;
}

.p-kv__inner__copy small span:nth-child(84) {
	-webkit-transition-delay: 5.8s;
	transition-delay: 5.8s;
}
.p-kv__inner__copy small span:nth-child(85) {
	-webkit-transition-delay: 5.85s;
	transition-delay: 5.85s;
}

.p-kv__inner__copy small span:nth-child(86) {
	-webkit-transition-delay: 5.9s;
	transition-delay: 5.9s;
}

.p-kv__inner__copy small span:nth-child(87) {
	-webkit-transition-delay: 5.95s;
	transition-delay: 5.95s;
}

.p-kv__inner__copy small span:nth-child(88) {
	-webkit-transition-delay: 6s;
	transition-delay: 6s;
}

.p-kv__inner__copy small span:nth-child(89) {
	-webkit-transition-delay: 6.1s;
	transition-delay: 6.1s;
}

.p-kv__inner__copy small span:nth-child(90) {
	-webkit-transition-delay: 6.15s;
	transition-delay: 6.15s;
}
.p-kv__inner__copy small span:nth-child(91) {
	-webkit-transition-delay: 6.2s;
	transition-delay: 6.2s;
}
.p-kv__inner__copy small span:nth-child(92) {
	-webkit-transition-delay: 6.25s;
	transition-delay: 6.25s;
}
.p-kv__inner__copy small span:nth-child(93) {
	-webkit-transition-delay: 6.3s;
	transition-delay: 6.3s;
}
.p-kv__inner__copy small span:nth-child(94) {
	-webkit-transition-delay: 6.35s;
	transition-delay: 6.35s;
}
.p-kv__inner__copy small span:nth-child(95) {
	-webkit-transition-delay: 6.4s;
	transition-delay: 6.4s;
}






.p-kv__inner__copy.is-act small span,.p-kv__inner__copy.is-act>span {
	opacity: 1;
	-webkit-transform: rotateY(0) scale(1,1) translateX(0);
	transform: rotateY(0) scale(1,1) translateX(0);
}

.p-kv__inner__slider .slick-slide {
	overflow: hidden;
}

.p-kv__inner__slider .slide {
	background-repeat: no-repeat;
	background-size: cover;
/* 	height: 810px; */
	height: auto;
	opacity: .8;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	-webkit-transition: opacity .3s ease,-webkit-transform 12s ease;
	transition: transform 12s ease,opacity .3s ease;
	transition: transform 12s ease,opacity .3s ease,-webkit-transform 12s ease;
}

.p-kv__inner__slider .slide01 {
	background-image: url("../img/slide01.jpg");
	background-size: cover;
padding-top: 50.17%;
}

.p-kv__inner__slider .slide02 {
	background-image: url("../img/slide02.jpg");
	background-size: cover;
padding-top: 50.17%;
}

.p-kv__inner__slider .slide03 {
	background-image: url("../img/slide03.jpg");
	background-size: cover;
padding-top: 50.17%;
}

.p-kv__inner__slider .slide04 {
	background-image: url("../img/slide04.jpg");
}

.p-kv__inner__slider .slide05 {
	background-image: url("../img/slide05.jpg");
}

.p-kv__inner__slider .slide06 {
	background-image: url("../img/slide06.jpg");
}

.p-kv__inner__slider .slide07 {
	background-image: url("../img/slide07.jpg");
}

.p-kv__inner__slider .slide08 {
	background-image: url("../img/slide08.jpg");
}

.p-kv__inner__slider .slide09 {
	background-image: url("../img/slide09.jpg");
}

.p-kv__inner__slider .slide010 {
	background-image: url("../img/slide010.jpg");
}

.p-kv__inner__slider .slide01 {
	background-position: center right;
}

.p-kv__inner__slider .slick-active .slide {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.p-index .p-index_feature {
	margin-bottom: 150px;
}

.p-index .p-index_feature__text {
	text-align: center;
	margin-bottom: 60px;
}

.p-index .p-index_feature__list {
	display: -webkit-box;
	display: -ms-flexbox;
	
	display: flex;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	
	
	margin-bottom: -30px;
	
	flex-wrap: wrap;
	margin: 30px auto;
padding: 0;
width: 100%;
list-style-type: none;

}

.p-index .p-index_feature__list li {
	opacity: 0;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
	-webkit-transition: all 1s cubic-bezier(0,0,.58,1);
	transition: all 1s cubic-bezier(0,0,.58,1);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	display: block;
	position: relative;
	overflow: hidden;
	width: 25%;
margin: 0;
	padding: 5px;
}

.p-index .p-index_feature__list li img {
	position: relative;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 9;
}

.p-index .p-index_feature__list li:nth-child(1) {
	margin-top: 0px;
}

.p-index .p-index_feature__list li:nth-child(2) {
	margin-top: 0px;
}

.p-index .p-index_feature__list li.is-act {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.p-index .p-index_feature__box {
	position: absolute;
	top: 38%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 100%;
	color: #000;
	text-align: center;
	z-index: 10;
}

.p-index .p-index_feature__box .num {
	display: inline-block;
	margin-bottom: 20px;
	font-style: italic;
	font-family: "Cardo",serif;
	font-size: 2.6rem;
	position: relative;
}

.p-index .p-index_feature__box .num::after {
	content: '';
	display: block;
	height: 15px;
	width: 1px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: -2px;
	right: 1px;
}

.p-index .p-index_feature__box .text em,.p-index .p-index_service__wide .box em {
	display: block;
	font-style: normal;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
}

.p-index .p-index_feature__box .text em {
	margin-top: 10px;
	font-size: 3rem;
	
color: #000;
}













.p-index .p-index_service {
	padding-top: 100px;
	margin-bottom: 130px;
	position: relative;
	z-index: 1;
}

.p-index .p-index_case::before,.p-index .p-index_service::before {
	content: '';
	display: block;
	height: 70%;
	position: absolute;
	top: 0;
	z-index: -1;
}

.p-index .p-index_service::before {
	left: 0;
	background-color: #f5f5f5;
	width: 70vw;
}

.p-index .p-index_service__wide {
	max-width: 1600px;
	margin: 0 auto 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-index .p-index_service__wide.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-index .p-index_service__wide.reverse .box {
	-webkit-transform: translateX(50px) scale(1.1);
	transform: translateX(50px) scale(1.1);
}

.p-index .p-index_service__wide.reverse .box.is-act {
	-webkit-transform: translateX(50px) scale(1);
	transform: translateX(50px) scale(1);
}

.p-index .p-index_service__wide .box {
	color: #000;
max-width: 540px;
min-width: 540px;
/* 	border: 1px solid #000; */
	-webkit-transform: translateX(-30px) scale(1.1);
	transform: translateX(-30px) scale(1.1);
	opacity: 0;
	padding: 60px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.p-index .p-index_service__wide .box em {
font-size: 3.5rem;
margin-bottom: 15px;
line-height: 1.5;
text-align: left;
color: #f08200;
}

.p-index .p-index_service__wide .box .link_btn a {
	display: block;
	font-family: "Cardo",serif;
	color: #000;
	border: 1px solid #000;
/* 	background-color: #fff; */
	padding: 10px;
	width: 180px;
	text-align: center;
	margin: 0 auto;
}

.p-index .p-index_service__wide .box .link_btn a.is-hover,.p-index .p-index_service__wide .is-hover .box .link_btn {
	background-color: #000;
	color: #fff;
}

.p-index .p-index_service__wide .box.is-act {
	opacity: 1;
	-webkit-transform: translateX(-30px) scale(1);
	transform: translateX(-30px) scale(1);
}

.p-index .p-index_service__wide .img {
	overflow: hidden;
	position: relative;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.p-index .p-index_service__wide .img::after,.p-index .p-index_service__wide .img::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.p-index .p-index_service__wide .img::before {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	background-color: #000;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: all .7s cubic-bezier(.77,0,.175,1);
	transition: all .7s cubic-bezier(.77,0,.175,1);
	z-index: 1;
}

.p-index .p-index_service__wide .img::after {
	background-color: #fff;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: all .7s cubic-bezier(.165,.84,.44,1);
	transition: all .7s cubic-bezier(.165,.84,.44,1);
	z-index: 2;
}

.p-index .p-index_service__list li.is-act,.p-index .p-index_service__wide .img.is-act {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.p-index .p-index_service__list .thumb img,.p-index .p-index_service__wide .box .link_btn a,.p-index .p-index_service__wide .img img {
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}






/* RECRUITの個所 */
.p-index .p-index_service_smile {
	padding-top: 100px;
	margin-bottom: 130px;
	position: relative;
	z-index: 1;
}

.p-index .p-index_case::before,.p-index .p-index_service_smile::before {
	content: '';
	display: block;
	height: 95%;
	position: absolute;
	top: 0;
	z-index: -1;
}

.p-index .p-index_service_smile::before {
	left: 0;
	background-color: #FFBF00;
	width: 60vw;
}

.smile-white{
	color: #fff;
	font-size: 3.8rem;
}

/* RECRUITの個所 ここまで */





.p-index .p-index_service__list {
	margin-bottom: 80px;
}

.p-index .p-index_service__list li {
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

.p-index .p-index_service__list .thumb {
	display: block;
	position: relative;
	overflow: hidden;
}

.p-index .p-index_service__list .thumb::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
background-color:rgba(255,255,255,0.3);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 2;
}

.p-index .p-index_service__list .text em,.p-index .p-index_service__list .thumb::after {
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
}

.p-index .p-index_service__list .thumb::after {
	content: '';
	padding: 0 20px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 3;
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	display: inline-block;
	font-size: 4rem;
}

.p-index .p-index_company__inner .box .text.is-act,.p-index .p-index_service__list .thumb.is-hover::after,.p-index .p-index_service__list .thumb.is-hover::before {
	opacity: 1;
}

.p-index .p-index_service__list .text em {
	font-size: 2.2rem;
	font-style: normal;
	display: block;
	text-align: center;
	margin: 15px 0;
}

.p-index .p-index_service__btn .c-btn01,.p-product .p-product__cat__list li a.is-hover::after {
	width: 100%;
}

.p-index .p-index_case {
	padding-top: 80px;
	margin-bottom: 130px;
	position: relative;
	z-index: 1;
}

.p-index .p-index_case::before {
	background-color: #000;
	width: 80vw;
	right: 0;
}

.p-index .p-index_case__slider {
	position: relative;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.p-index .p-index_case__slider .in {
	margin-left: -1px;
}

.p-index .p-index_case__slider .in .img {
	height: 160px;
}

.p-index .p-index_case__slider .box {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}

.p-index .p-index_case__slider .box .name {
	text-align: center;
	color: #333;
}

.p-index .p-index_case__slider .box .img {
	overflow: hidden;
}

.p-index .p-index_case__slider .box .img img {
	margin: 0 auto;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.p-index .p-index_case__slider .tag {
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	font-size: 1.4rem;
	margin: 10px auto 0;
}

.p-index .p-index_case__slider.is-act {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.p-index .p-index_case__arrow {
	display: block;
	width: 48px;
	height: 48px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 12vh;
	cursor: pointer;
}

.p-index .p-index_case__arrow--prev {
	left: -3vw;
}

.p-index .p-index_case__arrow--next {
	right: -3vw;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.p-index .p-index_company {
	margin-bottom: 130px;
}

.p-index .p-index_company__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.p-index .p-index_company__inner .thumb {
	min-width: 50%;
	max-width: 50%;
	max-height: 600px;
	overflow: hidden;
}

.p-index .p-index_company__inner .thumb img {
	width: 100%;
	height: auto;
}

.p-index .p-index_company__inner .box {
	min-width: 50%;
	max-width: 50%;
	background: url("../../img/index/about_bg@2x.jpg") no-repeat;
	color: #fff;
	margin-top: 50px;
	max-height: 600px;
	padding: 100px;
}

.p-index .p-index_company__inner .box .text {
	text-align: center;
	margin-bottom: 50px;
	opacity: 0;
	-webkit-transition: all 1s cubic-bezier(0,0,.58,1);
	transition: all 1s cubic-bezier(0,0,.58,1);
}

.p-index .p-index_gallery {
	margin-bottom: 130px;
	overflow: hidden;
}

.p-index .p-index_gallery__slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.p-index .p-index_gallery__slider ul:first-child {
	-webkit-animation: loop 150s -75s linear infinite;
	animation: loop 150s -75s linear infinite;
}

.p-index .p-index_gallery__slider ul:nth-child(2) {
	-webkit-animation: loop2 150s linear infinite;
	animation: loop2 150s linear infinite;
}

.p-index .p-index_gallery li {
	max-width: 680px;
	min-width: 680px;
	height: auto;
	overflow: hidden;
}

.p-index .p-index_gallery li img {
	margin: 0 auto;
	width: 95%;
}

.p-index .p-index_news {
	margin-bottom: 100px;
}

.p-index .p-index_news .c-news_list {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

.p-index .p-index_news .c-news_list.is-act {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
}





























































































































/* brはタブレット以上のサイズでは非表示にする */
@media screen and (min-width: 768) {
 .smile_sp_only{
    display: none !important;
  }
}







/* トップページスマホ対応 */
@media only screen and (max-width:767px) {


.p-index .p-index_case::before, .p-index .p-index_service_smile::before {
    height: 88%;
}

.p-index .p-index_feature__box {
    position: absolute;
    top: 65%;
    text-shadow:0px 0px 10px #fff;
}

.l-footer__company .logo {
width: 80%;
margin: 0 auto;
}

.smile_ft_cen{
text-align: center;
}
.smile_ft_csr-1 {
    font-size: 1.6rem;
    line-height: 2.2;
}

.smile_ft_csr-2 {
    font-size: 1.4rem !important;
    line-height: 2 !important;
}

.p-index .p-index_service_smile {
    margin-bottom: 20px;
}

.smile_txt-1 {
margin-top: 11rem;
margin-bottom: 2rem;
}

.smile_txt-2 {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: -0.1rem;
}

.smile_btm-1 {
margin-bottom: 0px;
font-size: 3rem;
}
.smile-white {
    font-size: 2rem;
    
    display: block;
padding-bottom: 2rem;
}

.recruit_en {
    padding-left: 1% !important;
}

.c-row_box .ttl small, .c-ttl01 small {
    padding-left: 1rem;
}

.c-ttl01 .en_s1 {
    font-size: 3rem;
}

.c-ttl01 .en_s1 {
    margin-bottom: 0.1rem;
}

.c-ttl01 {
    display: block;
text-align: center;
    font-weight: 400;
    margin-bottom: 35px;
    line-height: 1.2;
    margin-left: 1px !important;
}

.p-index .p-index_service__wide .box em {
    font-size: 2rem;
    margin-bottom: 15px;
    line-height: 1.5;
text-align: center;
    color: #d2691e;
}

.c-ttl01 .en {
    line-height: 1;
}




}


	



@media only screen and (max-width:767px) {
	.p-kv {
		margin: 70px 0 40px;
	}

	.p-kv__inner__copy {
		font-size: 4.2rem;
		top: 68%;
		left: 10px;
		width: 100%;
		text-align: left;
		letter-spacing: -0.02em;
		text-shadow: 0 0 10px rgba(0,0,0,.9);
		line-height: 1.2;
	}

.smile_sp-1{
	letter-spacing: -0.08em;
}

	.p-kv__inner__copy small {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	
	
	#smile_top_copy-none{
		display: none;
	}


	.p-kv__inner__slider .slide {
		height: 55vh;
	}

	.p-kv__inner__slider .slide01 {
		background-image: url("../img/slide01_sp.jpg");
	}

	.p-kv__inner__slider .slide02 {
		background-image: url("../img/slide02_sp.jpg");
	}

	.p-kv__inner__slider .slide03 {
		background-image: url("../img/slide03_sp.jpg");
	}

	.p-kv__inner__slider .slide04 {
		background-image: url("../img/slide04_sp.jpg");
	}

	.p-kv__inner__slider .slide05 {
		background-image: url("../img/slide05_sp.jpg");
	}

	.p-kv__inner__slider .slide06 {
		background-image: url("../img/slide06_sp.jpg");
	}

	.p-kv__inner__slider .slide07 {
		background-image: url("../img/slide07_sp.jpg");
	}

	.p-kv__inner__slider .slide08 {
		background-image: url("../img/slide08_sp.jpg");
	}

	.p-kv__inner__slider .slide09 {
		background-image: url("../img/slide09_sp.jpg");
	}

	.p-kv__inner__slider .slide010 {
		background-image: url("../img/slide010_sp.jpg");
	}

	.p-kv__inner__slider .slide01 {
		background-position: right top;
	}

	.p-kv__inner__slider .slide02 {
		background-position: center;
	}

	.p-index .p-index_feature {
		margin-bottom: 70px;
	}

	.p-index .p-index_feature__text {
		text-align: left;
	}

	.p-index .p-index_feature__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 3px;
	}

	.p-index .p-index_feature__list li {
		margin-bottom: 20px;
		width: 100%;
		height: 180px;
		overflow: hidden;
	}

	.p-index .p-index_feature__list li img {
		display: none;
	}

	.p-index .p-index_feature__list li:nth-child(1),.p-index .p-index_feature__list li:nth-child(2) {
		margin-top: 0;
	}

	.p-index .p-index_feature__list li:nth-child(1) {
		background: url("../img/feature_pic_01@2x.jpg") 50% no-repeat;
		background-size: cover;
	}

	.p-index .p-index_feature__list li:nth-child(2) {
		background: url("../img/feature_pic_02@2x.jpg") 50% no-repeat;
		background-size: cover;
	}

	.p-index .p-index_feature__list li:nth-child(3) {
		background: url("../img/feature_pic_03@2x.jpg") 50% no-repeat;
		background-size: cover;
	}

	.p-index .p-index_feature__list li:nth-child(4) {
		background: url("../img/feature_pic_04@2x.jpg") 50% no-repeat;
		background-size: cover;
	}
	
		.p-index .p-index_feature__list li:nth-child(5) {
		background: url("../img/feature_pic_05@2x.jpg") 50% no-repeat;
		background-size: cover;
	}
	
		.p-index .p-index_feature__list li:nth-child(6) {
		background: url("../img/feature_pic_06@2x.jpg") 50% no-repeat;
		background-size: cover;
	}
	
		.p-index .p-index_feature__list li:nth-child(7) {
		background: url("../img/feature_pic_07@2x.jpg") 50% no-repeat;
		background-size: cover;
	}
	
		.p-index .p-index_feature__list li:nth-child(8) {
		background: url("../img/feature_pic_08@2x.jpg") 50% no-repeat;
		background-size: cover;
	}
		.p-index .p-index_feature2 {
		margin-bottom: 70px;
	}

	.p-index .p-index_feature__text2 {
		text-align: left;
	}

	.p-index .p-index_feature__list2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 3px;
	}

	.p-index .p-index_feature__list2 li {
		margin-bottom: 20px;
		width: 100%;
		height: 180px;
		overflow: hidden;
	}

	.p-index .p-index_feature__list2 li img {
		display: none;
	}

	.p-index .p-index_feature__list2 li:nth-child(1),.p-index .p-index_feature__list2 li:nth-child(2) {
		margin-top: 0;
	}

	.p-index .p-index_feature__list2 li:nth-child(1) {
		background: url("../img/feature_pic_01@2x.jpg") 50% no-repeat;
		background-size: cover;
	}

	.p-index .p-index_feature__list2 li:nth-child(2) {
		background: url("../img/feature_pic_02@2x.jpg") 50% no-repeat;
		background-size: cover;
	}

	.p-index .p-index_feature__list2 li:nth-child(3) {
		background: url("../img/feature_pic_03@2x.jpg") 50% no-repeat;
		background-size: cover;
	}

	.p-index .p-index_feature__list2 li:nth-child(4) {
		background: url("../img/feature_pic_04@2x.jpg") 50% no-repeat;
		background-size: cover;
	}
	
		.p-index .p-index_feature__list2 li:nth-child(5) {
		background: url("../img/feature_pic_04@2x.jpg") 50% no-repeat;
		background-size: cover;
	}
	
		.p-index .p-index_feature__list2 li:nth-child(6) {
		background: url("../img/feature_pic_04@2x.jpg") 50% no-repeat;
		background-size: cover;
	}
	
		.p-index .p-index_feature__list2 li:nth-child(7) {
		background: url("../img/feature_pic_04@2x.jpg") 50% no-repeat;
		background-size: cover;
	}
	
		.p-index .p-index_feature__list2 li:nth-child(8) {
		background: url("../img/feature_pic_04@2x.jpg") 50% no-repeat;
		background-size: cover;
	}
	
	.p-index .p-index_service {
		padding-top: 40px;
		margin-bottom: 70px;
	}

	.p-index .p-index_service::before {
		width: 100vw;
		height: 104%;
	}

	.p-index .p-index_service__wide {
		margin: 0 15px 40px;
	}

	.p-index .p-index_service__wide .box {
		max-width: 100%;
		min-width: 100%;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		padding: 0;
		border: 0;
	}

	.p-index .p-index_service__wide .box em {
		margin: 15px 0;
	}

	.p-index .p-index_service__wide .box.is-act,.p-index .p-index_service__wide.reverse .box.is-act {
		-webkit-transform: translateX(0) scale(1);
		transform: translateX(0) scale(1);
	}

	.p-index .p-index_service__wide,.p-index .p-index_service__wide.reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.p-index .p-index_service__wide.reverse .box {
		max-width: 100%;
		min-width: 100%;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		padding: 0;
		border: 0;
	}

	.p-index .p-index_service__wide.reverse .box img {
		display: block;
		margin: 0 auto;
	}

	.p-index .p-index_service__list,.p-index .p-index_service__list .text {
		margin-bottom: 16px;
	}

	.p-index .p-index_service__list .thumb img {
		width: 100%;
	}

	.p-index .p-index_service__btn .c-btn01 {
		margin-bottom: 10px;
	}

	.p-index .p-index_case {
		padding-top: 60px;
		margin-bottom: 70px;
	}

	.p-index .p-index_case__slider .in .img {
		height: 80px;
	}

	.p-index .p-index_case__arrow {
		width: 35px;
		height: 35px;
		border-left: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		z-index: 1;
	}

	.p-index .p-index_case__arrow--prev {
		left: -1.5vw;
	}

	.p-index .p-index_case__arrow--next {
		right: -1.5vw;
	}

	.p-index .p-index_company {
		margin-bottom: 70px;
	}

	.p-index .p-index_company__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 15px;
	}

	.p-index .p-index_company__inner .box,.p-index .p-index_company__inner .thumb {
		min-width: 100%;
		max-width: 100%;
		height: auto;
	}

	.p-index .p-index_company__inner .box {
		margin-top: 0;
		padding: 40px 15px;
	}

	.p-index .p-index_company__inner .box .c-ttl01 {
		margin-bottom: 20px;
	}

	.p-index .p-index_company__inner .box .text {
		margin-bottom: 20px;
		text-align: left;
	}

	.p-index .p-index_gallery,.p-index .p-index_news {
		margin-bottom: 70px;
	}

	.p-index .p-index_gallery li {
		height: auto;
		overflow: hidden;
		min-width: 300px;
		max-width: 300px;
	}
}

.p-contact .contactTel {
	max-width: 898px;
	border: 9px solid #f5f5f5;
	margin: 30px auto;
	padding: 20px;
	text-align: center;
}

.p-contact .contactNotice p,.p-contact .contactTel p {
	margin: 0;
}

.p-contact .contactTel .number {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin: 15px 0;
}

.p-contact .mw_wp_form_confirm .contactTel {
	display: none;
}

.p-contact .contactConfirm,.p-contact .contactInput {
	max-width: 780px;
	margin: 20px auto;
}

.p-contact .contactConfirm .lead {
	text-align: center;
}

.p-contact .contactConfirm .lead p {
	display: inline-block;
	text-align: left;
}

.p-contact .contactComplete {
	max-width: 960px;
	margin: 20px auto;
}

.p-contact .contactComplete .ttl {
	font-size: 3.2rem;
	text-align: center;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
	font-weight: 400;
	margin-bottom: 30px;
}

.p-contact .contactForm {
	max-width: 780px;
	margin: 0 auto;
}

.p-contact .contactForm tr {
	border-bottom: 5px solid #fff;
}

.p-contact .contactForm th {
	text-align: left;
	background-color: #f5f5f5;
	width: 197px;
}

.p-contact .contactForm td,.p-contact .contactForm th {
	border-style: none;
	padding: 15px;
	vertical-align: middle;
}

.p-contact .contactForm .require {
	padding: 3px 4px;
	color: #fafafa;
	font-size: 9px;
	letter-spacing: 1px;
	margin: 0 0 0 10px;
	line-height: 9px;
	border-radius: 3px;
	zoom: normal;
	background: #c9171e;
}

.p-contact .contactNotice {
	max-width: 920px;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 20px;
	margin: 20px auto;
}

.p-contact .contactNotice .ttl {
	background: #f5f5f5;
	color: #000;
	padding: 5px 20px;
	margin: -20px -20px 20px;
}

@media only screen and (max-width:767px) {
	.p-contact .contactForm td,.p-contact .contactForm th {
		display: block;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.p-contact .contactForm td input,.p-contact .contactForm td textarea,.p-contact .contactForm th {
		width: 100%;
	}

	.p-contact .contactForm td.radio input,.p-contact .contactForm td.tel input,.p-contact .contactForm td.zip input {
		width: auto;
	}

	.p-contact .contactForm input[type=radio] {
		position: relative;
		-webkit-appearance: button;
		appearance: button;
		-moz-appearance: none;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 18px;
		height: 18px;
		content: "";
		background-color: #fff;
		border: 1px solid #999;
		border-radius: 24px;
		-webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,.2);
		box-shadow: inset 4px 4px 10px rgba(0,0,0,.2);
		vertical-align: middle;
		cursor: pointer;
		padding: 5px;
	}

	.p-contact .contactForm input[type=radio]:checked:after {
		display: block;
		position: absolute;
		top: 5px;
		left: 5px;
		content: "";
		width: 6px;
		height: 6px;
		background: #000;
		border-radius: 12px;
	}

	.p-contact .contactForm input[type=checkbox] {
		display: inline-block;
		position: relative;
		margin-right: 5px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-appearance: button;
		appearance: button;
		-moz-appearance: none;
		width: 20px;
		height: 20px;
		border: 1px solid #999;
		vertical-align: middle;
		padding: 5px;
	}

	.p-contact .contactForm input[type=checkbox]:checked::after {
		position: absolute;
		content: "";
		top: -3px;
		left: 3px;
		width: 8px;
		height: 14px;
		border-right: 4px solid #000;
		border-bottom: 4px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

.p-feature__lower {
	background: url("../img/feature_main.jpg") no-repeat;
	background-size: cover;
}


.p-feature2__lower {
	background: url("../img/feature_main2.jpg") no-repeat;
	background-size: cover;
}

.p-product__lower {
	background: url("../img/product_main.jpg") no-repeat;
	background-size: cover;
}


.p-feature .p-feature_lead {
	position: relative;
	z-index: 1;
	padding-bottom: 70px;
	margin-bottom: 100px;

}

.s_pro-sub-1{
		background: url("../img/product_sub.jpg") no-repeat;
	background-size: cover;
	height: 86rem;
}

.s_pro-sub-1 .p-prod_lead {
	position: relative;
	z-index: 1;
	padding-bottom: 70px;
	margin-bottom: 100px;
}


.smile_prod_csr-1 {
    font-size: 1.6rem;
    line-height: 2.5;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
    text-align: center;
}

@media only screen and (max-width:767px) {
.smile_prod_csr-1 {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
text-shadow:0px 0px 3px #ffffff,0px 0px 5px #ffffff,0px 0px 16px #ffffff;
}
.s_pro-sub-1 {
    height: 40rem;
}
}


.p-feature .p-feature_lead::after,.p-technical .p-technical_feature::after {
	content: '';
	display: block;
	position: absolute;
	background-color: #f5f5f5;
	z-index: -1;
}

.p-feature .p-feature_lead::after {
	width: 100%;
	bottom: 0;
	left: 0;
	height: 220px;
}

.p-feature .p-feature_lead .box,.p-feature .p-feature_lead .lead_text {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}

.p-feature .p-feature_lead .lead_text {
	text-align: center;
	margin-bottom: 60px;
}

.p-feature .p-feature_lead .box.is-act,.p-feature .p-feature_lead .lead_text.is-act {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.p-feature .p-feature_lead li,.p-feature .p-feature_main__fix__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-feature .p-feature_lead .box {
	border: 1px solid #000;
	padding: 40px;
	background-color: #33334A;
color: #fff;
}

.p-feature .p-feature_lead .box .ttl {
	display: block;
	text-align: center;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
	font-style: normal;
	font-size: 3rem;
	margin-bottom: 20px;
}

.p-feature .p-feature_lead .box .text {
	text-align: left;
	margin-bottom: 0;
	opacity: 1;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
}

.p-feature .p-feature_main {
	margin-bottom: 100px;
}

.p-feature .p-feature_main__wrap .row {
	margin-bottom: 80px;
}

.p-feature .p-feature_main__wrap .textbox {
	padding-top: 50px;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}

.p-feature .p-feature_main__fix__list.is-act,.p-feature .p-feature_main__fix__ttl.is-act,.p-feature .p-feature_main__wrap .textbox.is-act {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.p-feature .p-feature_main__fix {
	background: #f5f5f5;
	padding: 40px 80px;
	margin-bottom: 100px;
}

.p-feature .p-feature_main__fix__list,.p-feature .p-feature_main__fix__ttl {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}

.p-feature .p-feature_main__fix__ttl {
	font-size: 2.4rem;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
	opacity: 0;
}

.p-feature .p-feature_main__fix__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-feature .p-feature_main__fix__list li {
	color: #fff;
	background-color: #000;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 2rem;
	position: relative;
}

.p-feature .p-feature_main__fix__list li::after {
	content: '';
	display: block;
	border: 1px solid #fff;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 4px;
}

.p-feature .p-feature_main__link__btn a,.p-technical .p-technical_feature .text>em {
	display: block;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
}

.p-feature .p-feature_main__link__btn a {
	color: #fff;
	padding: 80px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	font-size: 2.2rem;
}

.p-feature .p-feature_main__link__btn a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.p-feature .p-feature_main__link__btn.link01 a::after {
	background: url("../img/feature/link_bg_01.jpg");
	background-size: cover;
}

.p-feature .p-feature_main__link__btn.link02 a::after {
	background: url("../img/feature/link_bg_02.jpg");
	background-size: cover;
}

@media only screen and (max-width:767px) {
	.p-feature__lower {
		background: url("../img/feature_main_sp.jpg") no-repeat;
		background-size: cover;
		background-position: center bottom;
	}

	.p-feature .p-feature_lead {
		padding-bottom: 40px;
		margin-bottom: 60px;
	}

	.p-feature .p-feature_lead .lead_text {
		text-align: left;
		margin-bottom: 30px;
		line-height: 2;
	}

	.p-feature .p-feature_lead .box {
		padding: 30px 20px;
		margin-bottom: 20px;
	}

	.p-feature .p-feature_lead .box .ttl {
		margin-bottom: 10px;
	}

	.p-feature .p-feature_main {
		margin-bottom: 60px;
	}

	.p-feature .p-feature_main__wrap .row {
		margin-bottom: 60px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.p-feature .p-feature_main__wrap .textbox {
		padding-top: 20px;
	}

	.p-feature .p-feature_main__fix {
		padding: 40px 10px;
		margin-bottom: 60px;
	}

	.p-feature .p-feature_main__fix__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.p-feature .p-feature_main__fix__list li {
		width: 30%;
		height: 30%;
		min-width: 100px;
		max-width: 100px;
		min-height: 100px;
		font-size: 1.5rem;
		margin: 3px;
	}

	.p-feature .p-feature_main__fix__list li::after {
		width: 29%;
		height: 29%;
		min-width: 90px;
		min-height: 90px;
	}

	.p-feature .p-feature_main__link__btn a {
		padding: 40px 0;
		margin-bottom: 20px;
	}
}

.p-pvc__lower {
	background: url("../img/pvc_main.jpg") no-repeat;
	background-size: cover;
}

.p-pp__lower {
	background: url("../img/pp_main.jpg") no-repeat;
	background-size: cover;
}

.p-machining__lower {
	background: url("../img/machining_main.jpg") no-repeat;
	background-size: cover;
}

.p-welding__lower {
	background: url("../img/welding_main.jpg") no-repeat;
	background-size: cover;
}

.p-pipe__lower {
	background: url("../img/pipe_main.jpg") no-repeat;
	background-size: cover;
}

.p-technical .p-technical__lead {
	text-align: center;
	margin-bottom: 70px;
}

.p-technical .p-technical__lead.anim_elm.is-act,.p-technical .p-technical_feature .text.anim_elm.is-act {
	opacity: 1;
}

.p-technical .p-technical_feature {
	position: relative;
	z-index: 1;
	margin-bottom: 120px;
}

.p-technical .p-technical__lead.anim_elm,.p-technical .p-technical_feature .text.anim_elm {
	opacity: 0;
	-webkit-transition: all 1.5s cubic-bezier(0,0,.58,1);
	transition: all 1.5s cubic-bezier(0,0,.58,1);
}

.p-technical .p-technical_feature .text>em {
	font-style: normal;
	font-size: 2.4rem;
	margin-bottom: 10px;
}

.p-technical .p-technical_feature::after {
	top: 240px;
	right: 0;
	width: 67vw;
	height: 250px;
}

.p-technical .p-technical_feature .img {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.p-technical .p-technical_feature .img::after,.p-technical .p-technical_feature .img::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.p-technical .p-technical_feature .img::before {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	background-color: #000;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: all .7s cubic-bezier(.77,0,.175,1);
	transition: all .7s cubic-bezier(.77,0,.175,1);
	z-index: 1;
}

.p-technical .p-technical_feature .img::after {
	background-color: #fff;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: all .7s cubic-bezier(.165,.84,.44,1);
	transition: all .7s cubic-bezier(.165,.84,.44,1);
	z-index: 2;
}

.p-technical .p-technical_demerit .c-square__list.anim_elm.is-act,.p-technical .p-technical_feature .img.is-act,.p-technical .p-technical_feature__other .anim_elm.is-act,.p-technical .p-technical_merit__list.anim_elm.is-act {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.p-technical .p-technical_feature .img.is-act::after,.p-technical .p-technical_feature .img.is-act::before {
	-webkit-transform: scale3d(1,0,1);
	transform: scale3d(1,0,1);
}

.p-technical .p-technical_feature__other {
	margin-top: 100px;
}

.p-technical .p-technical_demerit .c-square__list.anim_elm,.p-technical .p-technical_feature__other .anim_elm,.p-technical .p-technical_merit__list.anim_elm {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 1.5s cubic-bezier(0,0,.58,1);
	transition: all 1.5s cubic-bezier(0,0,.58,1);
}

.p-technical .p-technical_feature__other .text>em {
	display: block;
	margin: 20px 0;
	font-size: 2.4rem;
	font-style: normal;
	text-align: center;
}

.p-technical .p-technical_merit {
	margin-bottom: 80px;
}

.p-technical .p-technical_merit__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.p-technical .p-technical_merit__box .icon {
	min-width: 140px;
	max-width: 140px;
	margin-right: 30px;
	margin-bottom: 0;
}

.p-material .p-material_archive__list .c-row_box dl,.p-product .p-product_desc .material_list li>p,.p-technical .p-technical_merit__box .text {
	margin-bottom: 0;
}

.p-technical .p-technical_merit__box .text>em {
	font-size: 1.8rem;
	display: block;
	font-style: normal;
	margin-bottom: 10px;
}

.p-technical .p-technical_demerit {
	padding: 70px 0;
	margin-bottom: 100px;
}

.p-technical .p-technical_usage {
	margin-bottom: 100px;
}

.p-technical .p-technical_method {
	background: url("../../img/technical/pvc/method_bg.jpg") no-repeat;
	background-size: cover;
	padding: 90px 0;
	margin-bottom: 100px;
}

.p-product .p-product_desc .material_list li,.p-technical .p-technical_method__list__desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
}

.p-technical .p-technical_method__list__desc .ttl {
	font-size: 2.2rem;
	border-right: 1px solid #000;
	min-width: 125px;
	max-width: 125px;
	margin-bottom: 0;
}

.p-technical .p-technical_method__list__desc .text {
	padding: 0 30px;
	margin-bottom: 0;
}

.p-technical .p-technical_method__list__desc .text>em {
	font-weight: 700;
	font-style: normal;
	display: block;
}

@media only screen and (max-width:767px) {
	.p-pvc__lower {
		background: url("../../img/main/pvc_main_sp.jpg") no-repeat;
		background-size: cover;
	}

	.p-pp__lower {
		background: url("../../img/main/pp_main_sp.jpg") no-repeat;
		background-size: cover;
	}

	.p-machining__lower {
		background: url("../../img/main/machining_main_sp.jpg") no-repeat;
		background-size: cover;
	}

	.p-welding__lower {
		background: url("../../img/main/welding_main_sp.jpg") no-repeat;
		background-size: cover;
	}

	.p-pipe__lower {
		background: url("../../img/main/pipe_main_sp.jpg") no-repeat;
		background-size: cover;
	}

	.p-technical .p-technical__lead {
		text-align: left;
		margin-bottom: 60px;
	}

	.p-technical .p-technical_feature {
		padding-bottom: 0;
		margin-bottom: 40px;
	}

	.p-technical .p-technical_feature .text {
		margin: 20px 0;
	}

	.p-technical .p-technical_feature__other {
		margin-top: 20px;
	}

	.p-technical .p-technical_feature__other .text {
		margin: 0 0 20px;
	}

	.p-technical .p-technical_feature__other .text>em {
		font-size: 2rem;
		margin: 10px 0;
	}

	.p-technical .p-technical_merit {
		margin-bottom: 40px;
	}

	.p-technical .p-technical_merit__box .icon {
		min-width: 100px;
		max-width: 100px;
		margin-right: 15px;
	}

	.p-technical .p-technical_merit__box .text>em {
		font-weight: 700;
		margin-bottom: 5px;
	}

	.p-technical .p-technical_demerit {
		padding: 50px 0;
		margin-bottom: 60px;
	}

	.p-technical .p-technical_usage {
		margin-bottom: 60px;
	}

	.p-technical .p-technical_usage img {
		margin-bottom: 10px;
	}

	.p-technical .p-technical_method {
		padding: 50px 0;
		margin-bottom: 60px;
	}

	.p-technical .p-technical_method__list__desc {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	.p-technical .p-technical_method__list__desc.anim_elm {
		opacity: 0;
		-webkit-transition: all 1.5s cubic-bezier(0,0,.58,1);
		transition: all 1.5s cubic-bezier(0,0,.58,1);
	}

	.p-technical .p-technical_method__list__desc.anim_elm.is-act {
		opacity: 1;
	}

	.p-technical .p-technical_method__list__desc .ttl {
		min-width: 100%;
		max-width: 100%;
		border-right: none;
		border-bottom: 1px solid #000;
		padding-bottom: 5px;
	}

	.p-technical .p-technical_method__list__desc .text {
		padding: 10px 0 0;
	}
}

.p-product .p-product__list .c-product__box {
	margin: 0 -15px 50px -16px;
}

.p-product .p-product_desc .thumb_list {
	margin-bottom: 0;
	position: relative;
	display: none;
}

.p-product .p-product_desc .thumb_list.slick-initialized {
	display: block;
}

.p-product .p-product_desc .thumb_list .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-product .p-product_desc .thumb_list .slick-dots li {
	margin: 0 3px;
}

.p-product .p-product_desc .thumb_list .slick-dots li button {
	font-size: 0;
	padding: 0;
	border: 0;
	width: 10px;
	height: 10px;
	background-color: #ccc;
	border-radius: 50%;
}

.p-product .p-product_desc .thumb_list .slick-dots li.slick-active button {
	background-color: #000;
}

.p-product .p-product_desc .thumb {
	max-width: 100%;
	margin: 0 5px;
	height: auto;
}

.p-product .p-product_desc .thumb img {
	width: 100%;
	height: auto;
}

.p-product .p-product_desc__arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 10;
	cursor: pointer;
}

.p-product .p-product_desc__arrow i {
	font-size: 2.4rem;
}

.p-product .p-product_desc__arrow--prev {
	left: 0;
}

.p-product .p-product_desc__arrow--next {
	right: 0;
}

.p-product .p-product_desc .text .copy {
	margin-bottom: 10px;
	font-size: 1.8rem;
}

.p-product .p-product_desc .material_list li {
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.p-product .p-product_desc .material_list .head {
	background-color: #000;
	color: #fff;
	padding: 0 15px;
	margin-right: 15px;
}

.p-product .p-product_desc .material_list .term_list span {
	display: inline-block;
}

.p-product .p-product_desc .material_list .term_list span::after {
	content: ',';
}

.p-product .p-product_desc .material_list .term_list span:last-child::after {
	content: none;
}

.p-product .p-product_supplement {
	margin-bottom: 80px;
}

.p-product .p-product_supplement .c-row_box {
	margin-top: 0;
	margin-bottom: 30px;
}

.p-product .p-product__cat {
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
	width: 90%;
	margin-left: auto;
}

.p-product .p-product__cat__ttl {
	font-weight: 400;
	border-bottom: 1px solid #000;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.p-product .p-product__cat__list li {
	margin-bottom: 10px;
}

.p-product .p-product__cat__list li a {
	color: #000;
	display: block;
}

.p-product .p-product__cat__list li a::before {
	content: '-';
	display: inline-block;
	margin-right: 10px;
}

.p-product .p-product__cat__list li a::after {
	content: '';
	display: block;
	width: 0%;
	height: 1px;
	background-color: #000;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

@media only screen and (max-width:767px) {
	.p-product .p-product__list .c-product__box {
		margin: 0 0 20px;
	}

	.p-product .p-product_desc .thumb_list {
		margin-bottom: 20px;
	}

	.p-product .p-product_desc .thumb {
		max-width: 100%;
		height: auto;
	}

	.p-product .p-product__cat {
		width: 100%;
	}
}

.p-material .p-material_top__kv {
	margin-bottom: 50px;
}

.p-material .p-material_top__lead {
	text-align: center;
}

.p-company .p-company_greeting__textarea em,.p-material .p-material_top__lead em {
	display: block;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
	font-style: normal;
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.p-material .p-material_archive__list .c-row_box .ttl,.p-material .p-material_archive__list .c-row_box .usage_list {
	margin-bottom: 0;
}

.p-material .p-material_archive__list .c-row_box .usage_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.p-material .p-material_archive__list .c-row_box .usage_list .head {
	display: inline-block;
	color: #fff;
	background-color: #000;
	padding: 0 10px;
	margin-right: 20px;
	margin-bottom: 5px;
}

@media only screen and (max-width:767px) {
	.p-material .p-material_top__kv {
		margin-bottom: 30px;
	}

	.p-material .p-material_top__lead {
		text-align: left;
	}

	.p-material .p-material_archive__list .c-row_box .ttl {
		margin-bottom: 10px;
	}

	.p-material .p-material_archive .usage_list li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.p-company__lower {
	background: url("../img/company_main.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}


.p-company .p-company_greeting {
	margin-bottom: 100px;
}

.p-company .p-company_greeting__textarea em {
	margin-bottom: 10px;
}

.p-company .p-company_greeting__textarea .ceo_name {
	text-align: right;
}

.p-company .p-company_greeting__textarea .ceo_name img {
	vertical-align: text-bottom;
	display: inline-block;
	margin-left: 10px;
}

.p-company .p-company_overview {
	padding: 100px 0;
	margin-bottom: 90px;
}

.p-company .p-company_overview__list,.p-company .p-company_overview__list li p {
	margin-bottom: 0;
}

.p-company .p-company_overview__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

.p-company .p-company_overview__list li .head {
	min-width: 160px;
	max-width: 160px;
}

.p-company .p-company_history {
	margin-bottom: 100px;
}

.p-company .p-company_history__line,.u-list02 li {
	position: relative;
}

.p-company .p-company_history__line::before {
	content: '';
	display: block;
	width: 1px;
	height: 103%;
/* 	background-color: #000; */
	position: absolute;
	top: -1%;
	left: 80px;
}

.p-company .p-company_history__line li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 20px;
}

.p-company .p-company_history__line li .year {
	min-width: 95px;
	max-width: 95px;
	font-family: "Cardo",serif;
	font-size: 2rem;
	position: relative;
}

.p-company .p-company_history__line li .year::after,.u-list02 li::before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-company .p-company_history__line li .year::after {
display: block;
width: 11px;
height: 2px;
background-color: #f08200;
right: -2px;
content: '';
}

.p-company .p-company_history__line li .event {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}

.p-company .p-company_history__line li .event .month {
	display: block;
	min-width: 65px;
	max-width: 65px;
	text-align: center;
}

@media only screen and (max-width:767px) {
	.p-company__lower {
		background: url("../img/company_main_sp.jpg") no-repeat;
		background-size: cover;
		background-position: center;
	}

	.p-company .p-company_greeting {
		margin-bottom: 60px;
	}

	.p-company .p-company_greeting__textarea em {
		margin: 20px 0;
	}

	.p-company .p-company_overview {
		padding: 60px 0;
		margin-bottom: 60px;
	}

	.p-company .p-company_overview__list li {
		padding: 10px;
	}

	.p-company .p-company_overview__list li .head {
min-width: 23%;
max-width: 23%;
	}

	.p-company .p-company_history__line {
		margin-bottom: 30px;
	}

	.p-company .p-company_history__line::before {
		left: 60px;
		height: 100%;
	}

	.p-company .p-company_history__line li .year {
		font-size: 2rem;
		max-width: 75px;
		min-width: 75px;
	}

	.p-company .p-company_history__line li .event {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.p-company .p-company_history__line li .event .month {
		min-width: 100%;
		max-width: 100%;
		text-align: left;
		font-weight: 300;
margin-left: 1rem;
font-size: 1.8rem;
	}
}

.p-facility .p-facility_table {
	margin-bottom: 100px;
	background-color: #fff;
}

.p-facility .p-facility_gallery {
	margin-bottom: 100px;
}

.p-facility .p-facility_gallery__slider {
	margin-bottom: 0;
	position: relative;
}

.p-facility .p-facility_gallery__slider li img {
	margin: 0 auto;
}

.p-facility .p-facility_gallery__arrow {
	display: block;
	width: 48px;
	height: 48px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 12vh;
	cursor: pointer;
}

.p-facility .p-facility_gallery__arrow--prev {
	left: -3vw;
}

.p-facility .p-facility_gallery__arrow--next {
	right: -3vw;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

@media only screen and (max-width:767px) {
	.p-facility .p-facility_gallery,.p-facility .p-facility_table {
		margin-bottom: 60px;
	}

	.p-facility .p-facility_gallery__arrow {
		width: 35px;
		height: 35px;
		border-left: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		z-index: 1;
	}

	.p-facility .p-facility_gallery__arrow--prev {
		left: -1.5vw;
	}

	.p-facility .p-facility_gallery__arrow--next {
		right: -1.5vw;
	}
}

.u-list {
	padding-left: 20px;
	list-style-type: disc;
}

.u-list02 li {
	padding-left: 20px;
}

.u-list02 li::before {
	content: "・";
	left: 0;
}

.u-inline_block {
	display: inline-block;
}

.u-table_cell {
	display: table-cell;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.u-ovfl {
	overflow: hidden;
}

.u-fr {
	float: right;
	margin-left: 10px;
}

.u-fl {
	float: left;
	margin-right: 10px;
}

.u-center {
	text-align: center;
}

.u-block_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.u-right {
	text-align: right;
}

.u-clearfix {
	*zoom: 1;
}

.u-clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


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


.smile_list dt {
	    float: left ;
	    clear: left ;
	    margin-right: 0.5em ;
	    width: 120px ;
	    color: #f08200;
}

.smile_list dd {
 float: left ;
 margin-left: 1em ;
	   margin-bottom: 1rem;
}

.smile_btm-1 {
margin-bottom: 60px;
font-size: 4rem;
}

.smile_ch-1{
margin-left: 26rem;
}


@media only screen and (max-width:767px) {
.smile_ch-1{
margin-left: 0rem;
}
.p-company .p-company_history__line li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    list-style-type: disc;
    line-height: 2.4em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
}

.smile_list dt {
    float: left;
    clear: left;
    margin-right: 0.5em;
    width: 90px;
    color: #f08200;
}
.smile_list dd {
    float: none;
    margin-left: 7em;
    margin-bottom: 3rem;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 2rem;
}


}





.smile_ft_csr-1{
font-size: 1.8rem;
line-height: 2.5;
font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
}


/* フッター部分 */
.googlemap {
margin: 0px 0 0;
padding: 0 50px;
height: 460px;
}
@media only screen and (max-width:767px) {
.googlemap {
margin: 0px 0 0;
padding: 0 20px;
height: 300px;
}
.c-footer_contact__list .tel span {
    font-size: 3rem;
}
.c-footer_contact__list .tel {
font-size: 1.8rem;
margin-bottom: 2rem;
}

}

.s_company-1{
font-size: 1.6rem;
margin-top: 1rem;
}



.no_link{
	pointer-events:none;
}

.smile_bs_txt-1{
margin-top: 5rem;
}

.smile_ft_list-1{
font-size: 1.2em;
line-height: 2;
margin-top: 6rem;
font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
}

@media only screen and (max-width:767px) {
.smile_ft_list-1 {
    margin-top: -0.2rem;
}
}

@media only screen and (max-width:767px) {
.smile_ft_list-1 {
font-size: 1em;
line-height: 1.8;
font-feature-settings: "palt";

}

}



.smile_pro_sponly{
display: block !important;
}
.smile_pro_pconly{
display: none !important;
}





@media only screen and (max-width:767px) {
.c-ttl01 .en {
    display: block;
    font-size: 3rem;
    font-family: 'Playfair Display', serif;
    letter-spacing: .15rem;
    color: #c0c0c0;
    margin-bottom: 0px;
}

.c-news_list__item {
    font-size: 1.4rem;
}

.c-ttl01 .en_s1 {
    padding-left: 2%;
}


.p-index .p-index_feature__text {
    margin-bottom: 40px;
}

.p-index .p-index_feature__box .text em {
    margin-top: 10px;
    font-size: 2rem;
    color: #000;
}

.p-index .p-index_feature__box {
    color: #000;
}

.info__kd-1 {
    font-size: 3rem !important;
}

.info__kd-2 {
    font-size: 2rem !important;
}

.p-index .p-index_service_smile {
    padding-top: 28px;

}


.c-ttl01 .en_s1 {
    text-align: center;
}

.smile-white {
    color: #000;
}

.c-row_box .ttl small, .c-ttl01 small {
    font-size: 2rem;

}



.c-row_box .ttl small, .c-ttl01 small {


    padding-top: 0rem;

}

.smile_ft_csr-1 {

    font-size: 1.4rem;
    line-height: 2.5;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;

}


.s_pro-1{
text-shadow:0px 0px 9px #ffffff;
}

.s_pro-0{
margin-bottom: 14rem !important;
}



.smile_pro_sponly{
display: none !important;
}


.smile_pro_pconly{
display: block !important;
}

.s_pro-4{
 font-size: 1.4rem;
}

.s_topbox-1{
position: absolute;
top: 45% !important;
}


}  
/* ここまでスマホ版 */


.s_pro-1{
font-size: 1.6rem;
text-align: center;
display: block;
margin-top: 1rem;
padding: 0 1rem;
}

.s_pro-2{
font-size: 2rem;
text-align: center;
margin-top: 2rem;
font-weight: 200;
font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
}

.s_pro-3{
font-size: 1.4rem;
text-align: center;
display: block;
margin-top: 1rem;
padding: 0 1rem;
}







/* ここから下がボタンのCSS　*/
.s_btm_con {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
margin-bottom: 2rem;
}

.btn-border {
  display: inline-block;
  max-width: 180px;
  text-align: center;
  border: 1px solid #f08200;
  font-size: 16px;
  color: #000;
  text-decoration: none;
 padding: 4px 22px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border:hover {
  background-color: #f08200;
  border-color: #FFBF00;
  color: #FFF;
}
/* ここまで　*/

.smile_lef {
background-color: #FFBF00 !important;
}

.smile_txt-1{
margin-top: 16rem;
margin-bottom: 6rem;
}

.smile_txt-2{
text-align: center;
font-size: 1.8rem;
}
.smile_txt-2::after{
content: '';
display: block;
background-color: #fff;
width: 200px;
height: 1px;
margin: 18px auto;
}

.top__logo img {
min-width: 156px;
}

.info__kd-1 {
font-size: 5rem;
font-family: 'Playfair Display', serif;
color: #fff;

}
.info__kd-2 {
font-size: 2.4rem;
font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
color: #fff;
}