@charset "UTF-8";


@import url('https://fonts.googleapis.com/css?family=Cormorant:400,400i,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700');

@font-face{ 
	font-family: 'NotoSerif';
	src: url('../fonts/NotoSerifCJKjp-Regular.woff') format('woff'),
		url('../fonts/NotoSerifCJKjp-Regular.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



/* Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
	position: relative;
 /zoom: 1;
}
html {
	height: 100%;
	width: 100%;
	font-size: 62.5%;
}
body {
	line-height: 1;
	height: 100%;
	width: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Fonts
------------------------------------------------------------*/
body {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
	line-height: 2;
	font-size: 14px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
/* clearfix
------------------------------------------------------------*/
.clear, .clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
/zoom: 1;
} /* IE */


/* common
------------------------------------------------------------*/
p {
	text-align: justify;
	text-justify: inter-ideograph;
}
p, ul, ol, dl {
	/*letter-spacing: 0.05em;*/
}
h1, h2, h3, h4, h5 {
	letter-spacing: 0.05em;
}
.hidden {
	display: none;
}
table {
	width: 100%;
	margin: 0 0 20px;
}
table p {
	text-align: left;
}
caption {
	font-weight: bold;
	text-align: left;
}
hr {
	display: none;
}
button {
	outline: none;
}
img {
	border: none;
	vertical-align: bottom;
	width: auto;
	max-width: 100%;
}
em {
	font-weight: bold;
	font-style: normal;
}
strong {
	font-weight: bold;
}
sup {
	vertical-align: top;
	line-height: 1.8;
	font-size: x-small;
}
ins {
	color: #C00;
}
a {
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #888;
}
a img {
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
}
a:hover img {
	opacity: 0.8;
}


.sp {
	display: none;
}

.inner {
	width: 1100px;
	margin: 0 auto;
}


@media screen and (max-width: 736px) {
	img {
		max-width: 100%;
	}
	a {
		transition: none;
	}
	p {
		letter-spacing: 0;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
}


/* icon fonts
---------------------------------------------------*/
@font-face {
  font-family: 'icon';
  src:  url('../fonts/icon.eot?ehfrjg');
  src:  url('../fonts/icon.eot?ehfrjg#iefix') format('embedded-opentype'),
    url('../fonts/icon.ttf?ehfrjg') format('truetype'),
    url('../fonts/icon.woff?ehfrjg') format('woff'),
    url('../fonts/icon.svg?ehfrjg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}


.icon-icon01:before {
  content: "\e900";
}
.icon-icon02:before {
  content: "\e901";
}




/*header
---------------------------------------------------*/
.gHeader {
	background: #F1F1ED;
	height: 120px;
	position: absolute;
	width: 100%;
	min-width: 1100px;
	transition: 0.5s;
	z-index: 11;
}
.gHeader .logo {
	display: block;
	position: absolute;
	top: 25px;
	left: 30px;
	z-index: 12;
}
.gHeader .logo img {
	transition: 0.5s;
	width: 240px;
}
.gHeader .logo .catch {
	font-size: 12px;
	color: #999;
	display: block;
	letter-spacing: 0.1em;
	font-weight: bold;
	transition: 0.5s;
}
.gHeader .spMenu {
	display: block;
}
.gHeader .contact {
	display: block;
	text-align: center;
	font-size: 11px;
	line-height: 1.2;
  position: absolute;
  top: 20px;
  right: 245px;
}
.gHeader .contact span {
	font-weight: bold;
}
.gHeader .contact em {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 21px;
}
.gHeader .guidance a {
  background: #D83814;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin-left: 20px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 15px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: 0.5s;
  min-width: 180px;
}
.gHeader .guidance a span {
  display: inline-block;
}
.gHeader .guidance a:hover {
	background: rgba(255,34,0,1.00);
  margin-top: 1px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
}
.gHeader .guidance a::before {
	font-family: 'icon';
	content: "\e906";
	font-size: 25px;
	display: inline-block;
	font-weight: normal;
  vertical-align: middle;
  margin-right: 8px;
}
.gHeader .gNav {
  width: 100%;
  text-align: right;
}
.gHeader .gNav ul {
	text-align: right;
	padding: 72px 20px 0 0;
	transition: 0.5s;
}
.gHeader .gNav li {
	display: inline-block;
	margin-left: 20px;
	font-family: 'NotoSerif';
	font-size: 14px;
	letter-spacing: 0;
}

.gHeader.fixed {
	position: fixed!important;
	top: 0;
	bottom: auto;
	z-index: 10;
	width: 100%;
	height: 70px;
	background: rgba(241,241,238,0.95);
}
.gHeader.fixed .logo {
	top: 6px;
	left: 20px;
}
.gHeader.fixed .logo img {
	width: 180px;
	height: auto;
}
@keyframes show {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.gHeader.fixed .contact {
	display: none;
}
.gHeader.fixed .logo .catch {
	font-size: 10px;
	letter-spacing: 0.01em;
}
.gHeader .contact {
    display: block;
    animation: show 1s linear 0s;
}
.gHeader.fixed .guidance a {
  width: 100px;
  min-width: 100px;
  height: 70px;
  line-height: 1.4;
  padding: 0;
  border-radius: 0;
  margin-left: 0;
  font-size: 13px;
  box-shadow: none;
  text-align: center;
  top: 0;
  right: 0;
  flex-direction: column;
}
.gHeader.fixed .guidance a:hover {
  margin-top: 0;
  box-shadow: none;
}
.gHeader.fixed .guidance a::before {
  display: none;
}

.gHeader.fixed .gNav ul {
	padding-top: 20px;
  padding-right: 120px;
}
@media screen and (max-width: 1250px) {
	.gHeader .gNav li {
		margin-left: 10px;
		font-size: 13px;
	}
}





@media screen and (max-width: 736px) {
	.gHeader {
		height: 60px;
		min-width: 0;
		position: relative;
	}
	.gHeader .logo {
		width: auto;
		top: 8px;
		left: 15px;
	}
	.gHeader .logo img {
		width: 145px;
		height: auto;
	}
	.gHeader .logo .catch {
		font-size: 10px;
		transform: scale(0.8);
		transform-origin: left top;
		letter-spacing: 0;
	}
  .gHeader .guidance a,
  .gHeader.fixed .guidance a{
    position: fixed;
    bottom: 0;
    right: 0;
    top: auto;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    border-radius: 0;
    justify-content: center;
    height: 45px;
  }
  .gHeader .guidance a.fixed.hide {
		transform: translate(0, 100%);
	}
	.gHeader .contact {
		display: block;
		position: static;
		text-align: center;
		font-size: 11px;
		line-height: 1.2;
		order: 2;
		color: #FFF;
	}
	.gHeader .contact a {
		color: #FFF;
	}
	.gHeader .contact::before {
		content: "";
		display: block;
		background: #FFF;
		width: 40px;
		height: 1px;
		margin: 20px auto 30px;
	}
	.gHeader .contact span {
		font-weight: bold;
	}
	.gHeader .contact em {
		font-size: 21px;
	}
	.gHeader .spMenu {
		background: rgba(0,0,0,0.95);
		display: flex;
		justify-content: center;
		flex-flow: column wrap;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		z-index: 100;
		display: none;
	}
	.gHeader .gNav ul {
		text-align: center;
		padding: 0;
	}
	.gHeader .gNav li {
		display: block;
		margin-left: 0;
		font-size: 16px;
	}
	.gHeader .gNav li a {
		padding: 5px 0;
		display: block;
		color: #FFF;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	.gHeader .menuBtn {
		display: block;
		width: 35px;
		height: 20px;
		border-top: 1px solid #B3C500;
		border-bottom: 1px solid #B3C500;
		position: absolute;
		top: 13px;
		right: 18px;
	}
	.gHeader .menuBtn::before {
		content: "";
		display: block;
		width: 35px;
		height: 1px;
		background: #B3C500;
		position: absolute;
		top: 50%;
	}
	.gHeader .menuBtn::after {
		content: "MENU";
		position: absolute;
		font-size: 10px;
		color: #B3C500;
		font-weight: bold;
		top: 22px;
		letter-spacing: 0.05em;
	}
	.gHeader .closeBtn {
		display: block;
		width: 40px;
		height: 1px;
		background: #FFF;
		position: absolute;
		top: 40px;
		right: 20px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.gHeader .closeBtn::before {
		content: "";
		display: block;
		width: 1px;
		height: 40px;
		background: #FFF;
		position: absolute;
		left: 50%;
		top: -20px;
	}
	.gHeader .closeBtn::after {
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin: -15px -15px 0 0;
	}
	
}


/*conversion
--------------------------------------------*/
.cv {
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 160px;
	z-index: 9;
	transition: 0.5s;
  display: none;
}
.gHeader.fixed + #container .cv {
	padding-top: 80px;
} 
.cv.fixed {
	position: fixed;
}
.cv.fixed.hide {
	transform: translateX(100%);
}
.cv a {
	display: block;
	text-align: center;
	background: #d83814;
	color: #FFF;
	font-weight: bold;
	line-height: 1.4;
	font-size: 13px;
	width: 80px;
	height: 120px;
	box-sizing: border-box;
	padding: 10px 0 0 0;
	border-radius: 5px 0 0 5px;
}
.cv a::before {
	font-family: 'icon';
	content: "\e906";
	font-size: 30px;
	display: block;
	font-weight: normal;
}
.cv a:hover {
	background: rgba(255,34,0,1.00);
	width: 85px;
}

@media screen and (max-width: 736px) {
	.cv {
		position: fixed;
		right: 0;
		top: auto;
		bottom: 0;
		padding-top: 0;
		width: 100%;
	}
	.cv.fixed.hide {
		transform: translate(0, 100%);
	}
	.cv a {
		color: #FFF;
		line-height: 50px;
		font-size: 16px;
		width: 100%;
		height: 50px;
		padding: 0;
		border-radius: 0;
	}
	.cv a::before {
		font-size: 28px;
		display: inline-block;
		vertical-align: middle;
		margin: -8px 15px 0 0;
	}
	.cv a:hover {
		width: 100%;
	}
	.cv a br {
		display: none;
	}
}


/*conversion 依頼先紹介
--------------------------------------------*/
.cvPartner {
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 160px;
	z-index: 10;
	transition: 0.5s;
  display: none !important;
}
.gHeader.fixed + #container .cvPartner {
	padding-top: 80px;
} 
.cvPartner.fixed {
	position: fixed;
}
.cvPartner.fixed.hide {
	transform: translateX(100%);
}
.cvPartner a {
	display: inline-block;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	position: relative;
	z-index: 2;
	background: #d83814;
	width: 120px;
	padding: 20px 0;
	border-radius: 5px 0 0 5px;
}
.cvPartner a span {
	font-size: 10px;
	display: inline-block;
	line-height: 1.4;
	margin: 0 0 5px;
}
.cvPartner a:hover {
	background: rgba(255,34,0,1.00);
	padding-right: 5px;
}


@media screen and (max-width: 736px) {
	.cvPartner {
		position: fixed;
		right: 0;
		top: auto;
		bottom: 0;
		padding-top: 0;
		width: 100%;
	}
	.cvPartner.fixed.hide {
		transform: translate(0, 100%);
	}
	.cvPartner a {
		width: 100%;
		padding: 0;
		line-height: 50px;
		border-radius: 0;
	}
	.cvPartner a span {
		font-size: 14px;
	}
	.cvPartner a:hover {
		padding-right: 0;
	}

}


/*contents
---------------------------------------------------*/
#contents {
	margin: 80px 0 0 0;
	min-width: 1100px;
}
.w1100 {
	width: 1100px;
	margin: 0 auto;
}
.w960 {
	width: 960px;
	margin: 0 auto;
}
.w800 {
	width: 800px;
	margin: 0 auto;
}
#contents p a {
	text-decoration: underline;
}


@media screen and (max-width: 736px) {
	#contents {
		margin: 40px 0 0 0;
		min-width: 320px;
	}
	.w1100,.w960,.w800 {
		width: calc(100% - 40px);
		margin: 0 20px;
	}	
}


.btn a {
	display: block;
	border: 1px solid #000;
	line-height: 50px;
	font-family: 'NotoSerif', serif;
	padding: 0 40px 0 30px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.btn a:hover {
	color: #FFF;
}
.btn a::after {
	font-family: 'icon';
	content: "\e901";
	font-size: 100%;
	position: absolute;
	right: 10px;
}
.btn.blank a::after {
	content: "\e900";
}
.btn a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	right: 100%;
	transition: 0.4s;
	opacity: 0;
}
.btn a:hover::before {
	right: 0;
	z-index: -1;
	opacity: 1;
}
.btn.white a {
	border: 1px solid #FFF;
  color: #FFF;
}
.btn.white a:hover,
.btn.white a:hover::after {
	color: #333;
}
.btn.white a::after {
  color: #FFF;
}
.btn.white a::before {
	background: #FFF;
}


/* ozone
--------------------------------------------------------------*/
.ozoneLink {
	width: 100%;
	min-width: 1100px;
	display: flex;
	background: #FFF;
}
.ozoneLink > div {
	width: 50%;
}
.ozoneLink a {
	width: 100%;
	color: #FFF;
	display: flex;
	box-sizing: border-box;
}
.ozoneLink a:hover {
	opacity: 0.8;
}
.ozoneLink .head {
	font-size: 20px;
	font-family: 'NotoSerif';
	margin-bottom: 12px;
	line-height: 1;
}
.ozoneLink p {
	font-size: 12px;
}
.ozoneLink .link {
	display: block;
	margin-top: 7px;
	font-family: 'NotoSerif';
	font-size: 14px;
}
.ozoneLink .link::after {
	font-family: 'icon';
	content: "\e901";
	font-size: 12px;
	padding-left: 0.5em;
}
.ozoneLink .pho {
	width: 220px;
	flex-shrink: 0;
	margin-left: 40px;
}
.ozoneLink .seminar a {
	padding: 50px 50px 50px calc(100% - 550px);
	background: #000;
}
.ozoneLink .mm a {
	padding: 50px calc(100% - 550px) 50px 50px;
	background: #687889;
}

@media screen and (max-width: 736px) {
	.ozoneLink {
		display: block;
		min-width: 100%;
	}
	.ozoneLink > div {
		width: 100%;
	}
	.ozoneLink a {
		flex-direction: row-reverse;
		align-items: center;
	}
	.ozoneLink a:hover {
		opacity: 1;
	}
	.ozoneLink .head {
		margin-bottom: 12px;
	}
	.ozoneLink p {
		font-size: 12px;
	}
	.ozoneLink .link {
		display: none;
	}
	.ozoneLink .pho {
		width: 100px;
		height: 100px;
		margin: 0 20px 0 0; 
	}
	.ozoneLink .pho img {
		width: 100px;
		height: 100px;
		object-fit: cover;
	}
	.ozoneLink .seminar a {
		padding: 20px;
	}
	.ozoneLink .mm a {
		padding: 20px;
	}
}


/*footer
---------------------------------------------------*/
.gFooter {
	border-top: 1px solid #000;
	margin-top: 160px;
}
.gFooter .consultation {
	padding: 60px 0;
}
.gFooter .consultation::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.gFooter .consultation p {
	font-size: 12px;
	letter-spacing: 0;
	width: 630px;
	float: left;
	margin-right: 40px;
}
.gFooter .consultation strong {
	font-family: 'NotoSerif';
	font-size: 22px;
	letter-spacing: 0.2em;
	font-weight: normal;
	display: block;
}
.gFooter .consultation .btn a {
	font-size: 20px;
	line-height: 80px;
	overflow: hidden;
	text-align: center;
	margin: 10px 0 0 0;
	opacity: 0;
}
@keyframes animate {
	0% {
		border: 1px solid #d83814;
		background: #d83814;
		opacity: 0;
		color: #FFF;
	}
	60% {
		border: 1px solid #d83814;
		opacity: 1;
		background: #d83814;
		color: #FFF;
	}
	100% {
		border: 1px solid #000;
		background: none;
		color: #000;
	}
}
.gFooter.show .consultation .btn a {
	animation: animate 1.5s;
	opacity: 1;
}
.gFooter .lFooter {
	background: #F1F1ED;
	padding: 70px 0 120px;
	padding-left: calc(50% - 550px);
	padding-right: calc(50% - 550px);
	position: relative;
}
.gFooter .lFooter .wrap {
	display: table;
}
.gFooter .lFooter .wrap > div {
	display: table-row;
}
.gFooter .lFooter  ul {
	display: table-cell;
	padding: 0 30px 20px 0;
}
.gFooter .lFooter li {
	font-size: 16px;
	font-weight: bold;
}
.gFooter .lFooter li li {
	font-size: 14px;
	font-weight: normal;
}
.gFooter .lFooter li li:first-child {
	margin-top: 10px;
}
.gFooter .lFooter li a {
	position: relative;
	margin-right: 30px;
}
.gFooter .lFooter li a::after {
	display: block;
	font-family: 'icon';
	content: "\e901";
	font-size: 80%;
	position: absolute;
	right: -18px;
	top: -4px;
}
.gFooter .lFooter li li a {
	margin-right: 0;
}
.gFooter .lFooter li li a::after {
	display: none;
}
.gFooter .logo {
	display: block;
	position: absolute;
	top: 55px;
	right: calc(50% - 550px);
	width: 175px;
}
.gFooter .logo .result {
  border-top: 1px solid #B4C500;
  border-bottom: 1px solid #B4C500;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 14px;
  padding: 8px 0 2px;
}
.gFooter .logo .result span {
  display: inline-block;
  font-size: 10px;
  line-height: 1.1;
  margin-right: 3px;
}
.gFooter .logo .result em {
  font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-left: 3px;
}

.gFooter .tg {
	position: relative;
	padding: 50px 0;
}
.gFooter .tg ul {
	font-size: 0;
}
.gFooter .tg li {
	display: inline;
	font-size: 12px;
}
.gFooter .tg li::after {
	content: "|";
	margin: 0 15px;
}
.gFooter .tg li:last-child::after {
	display: none;
}
.gFooter .tg li.blank a::after {
	font-family: 'icon';
	content: "\e900";
	margin-left: 5px;
}
.gFooter .tgLogo {
	display: block;
	position: absolute;
	top: 45px;
	right: 0;
	width: 275px;
}
.pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 10;
}
.pagetop a::after {
	font-family: 'icon';
	content: "\e902";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 38px;
	line-height: 1;
	transform: translate(-50%, -50%);
	transition: 0.2s;
  text-shadow:0px 2px 0px #ffffff;
}
.pagetop a:hover::after {
	top: 45%;
  color: #000!important;
}


@media screen and (max-width: 736px) {
	.gFooter {
		width: 100%;
		margin: 80px auto 50px;
	}
	.gFooter .consultation {
		padding: 20px;
	}
	
	.gFooter .consultation p {
		font-size: 12px;
		width: 100%;
		float: left;
		margin: 0 0 20px 0;
	}
	.gFooter .consultation strong {
		font-size: 20px;
		letter-spacing: 0.05em;
		text-align: center;
		margin-bottom: 10px;
	}
	.gFooter .consultation .btn a {
		font-size: 18px;
		line-height: 60px;
		margin: 0;
	}
	.gFooter .lFooter {
		padding: 20px 20px 40px;
		font-size: 0;
	}
	
	.gFooter .lFooter .wrap {
		display: block;
	}
	.gFooter .lFooter .wrap > div {
		display: flex;
		flex-wrap: wrap;
	}
	.gFooter .lFooter ul {
		display: block;
		width: 50%;
		padding: 0 0 20px 0;
	}
	.gFooter .lFooter li {
		font-size: 14px;
	}
	.gFooter .lFooter li ul {
		width: 100%;
		padding: 0;
	}
	.gFooter .lFooter li li {
		font-size: 10px;
	}
	.gFooter .lFooter li li:first-child {
		margin-top: 5px;
	}
	.gFooter .lFooter li a {
		margin-right: 0;
	}
	.gFooter .lFooter li a::after {
		right: -12px;
	}
	
	.gFooter .logo {
		display: none;
	}
	.gFooter .tg {
		padding: 0;
	}
	.gFooter .tg li {
		display: inline-block;
		width: 50%;
		line-height: 45px;
		border-bottom: 1px solid #F1F1ED;
		position: relative;
		padding: 0 0 0 15px;
		box-sizing: border-box;
	}
	.gFooter .tg li:first-child,
	.gFooter .tg li:nth-child(3) {
		border-right: 1px solid #F1F1ED;
	}
	.gFooter .tg li::after {
		display: none;
	}
	.gFooter .tg li.blank a::after {
		position: absolute;
		right: 10px;
	}
	.gFooter .tgLogo {
		position: static;
		width: 200px;
		margin: 35px auto;
	}
	.pagetop a {
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 60px;
		background: #999;
		opacity: 0.8;
		border-radius: 50%;
	}
	.pagetop a::after {
		top: 50%;
		left: 50%;
		font-size: 24px;
		color: #FFF;
		font-weight: bold;
    text-shadow: none;
	}
	.pagetop a:hover::after {
		top: 50%;
    color: #FFF!important;
	}
	
}


