@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.min.css");

/* -----------------------------------------------------
スクリーン用スタイルファイル
----------------------------------------------------- */


/* ▼基本要素スタイル */
/* ----------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	overflow-y: scroll;
	font-family: sans-serif; /* 1 */
	font-family: "YakuHanJPs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	line-height: 1.75;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

@media screen and (min-width: 767px) {
	html {
		font-size: 20px;
	}
}

@media screen and (max-width: 766px) {
	html {
		font-size: 5.333vw;
		font-size: 2.666vw;
	}
}

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "YakuHanJPs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;	/* center in winIE */
	color: #4c3205;
	background-color: #ffffff !important;
}

* {
	font-family: inherit;
	font-size: 100%;
	box-sizing: border-box;
}

div,p, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input, table, tr, th, td,
object, param, embed {
	margin: 0;
	padding: 0;
	font-family: "YakuHanJPs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none #ffffff;
	vertical-align: top !important;
	vertical-align: middle;
	color: #666666;
	-ms-interpolation-mode: bicubic;
}

*+html body img {
	vertical-align: middle !important;
}

svg:not(:root) {
	overflow: hidden;
}

b,
strong {
	font-weight: normal;
}

em {
	font-style: normal;
}

em i {
	padding: 0.3em 0 0 0;
	font-style: normal;
	background-repeat: repeat-x;
	background-size: 1em 0.5em;
	background-position: top left;
	background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#ffffff),color-stop(0.5,#ffffff),color-stop(0.9,transparent),to(transparent));
	background-image: -webkit-radial-gradient(center center, 0.1em 0.1em, #ffffff, #ffffff 95%, transparent 95%, transparent);
	background-image: radial-gradient(0.1em 0.1em at center center, #ffffff, #ffffff 95%, transparent);
}

sub,
sup {
	font-size: 0.5em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


[hidden],
template,
.hidden,
.is-hide {
	display: none;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.clear {
	clear: both;
}

.floatCenter {
	margin-right: auto !important;
	margin-left: auto !important;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.note {
	padding: 0 0 0 1em;
	font-size: 0.8333em;
}

p.note::before {
	content: "※";
	margin: 0 0 0 -1em;
}

ul.note {
	padding: 0;
	font-size: 1em;
	list-style-type: none
}

ul.note li {
	padding: 0 0 0 2em;
}

ul.note li::before {
	content: "※";
	margin: 0 1em 0 -2em;
}

.quot {
	padding: 0 0 0 1em;
}

.quot span {
	margin: 0 0 0 -1em;
}

.line {
	background: #dcff1d;
}

.underline {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.red {
	color: #d50012;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	     -o-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.cursorDefault {
	cursor: default;
	pointer-events: none;
}

.atmark::before {
	content: "@";
}



iframe[name="google_conversion_frame"] {
	display: none;
}



@media screen and (min-width: 767px) {
	div#form .sp,
	div#form .spimage,
	div#form .hidden {
		display: none !important;
	}

	div#form a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and (max-width: 766px) {
	div#form .pc,
	div#form .pcimage,
	div#form .hidden {
		display: none !important;
	}
}





/* ▼リンク指定 */
/* ----------------------------------------------------- */
div#form a:link {
	color: #2981b8;
	color: #df5b41;
	text-decoration: underline;
}

div#form a:visited {
	color: #30140e;
	color: #df5b41;
	text-decoration: underline;
}

div#form a:hover,
div#form a:active {
	outline: 0;
	color: #009999;
	text-decoration: none;
}

div#form a:link,
div#form a:visited {
	opacity: 1.0;
	transition: all 0.5s;
	zoom: 1;
}

div#form a:hover,
div#form a:active {
	opacity: 0.6;
}



div#form a[href=""] {
	pointer-events: none;
}

div#form p a[rel^="noopener"] {
	text-decoration: none;
}

div#form p a[rel^="noopener"]::before {
	content: "\f00e";
	font-family: "FontAwesomeSolid";
	margin: 0 0.5em 0 0;
	font-size: 1.333em;
	text-decoration: none;
}





/* ▼コンテナ */
/* ----------------------------------------------------- */
div#form.section {
	margin: 0;
	padding: 0;
	text-align: center;
}

div#form.section div.container {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

div#form.section div.wrap {
	clear: both;
	width: 89.334%;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0 auto;
	padding: 0;
}

div#form.section::after,
div#form.section div.container::after,
div#form.section div.wrap::after {
	clear: both;
	display: table;
	content: "";
}



div#form.section div.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}



div#form.section h1,
div#form.section h2,
div#form.section h3,
div#form.section h4,
div#form.section h5,
div#form.section h6,
div#form.section table th,
div#form.section strong,
div#form.section b {
	font-weight: 700;
	line-height: 1.75;
}

div#form.section p,
div#form.section dl,
div#form.section ul li,
div#form.section ol li,
div#form.section table td,
div#form.section figure {
	font-weight: 400;
	line-height: 2;
}

div#form.section p,
div#form.section ul,
div#form.section ol,
div#form.section dl,
div#form.section table,
div#form.section figure {
	margin: 1.5em 0;
}

div#form.section ol li {
	margin-left: 1.2em;
}

div#form.section iframe {
	border: 0 none;
}

div#form.section div.googlemap,
div#form.section div.movie {
	position: relative;
	overflow: hidden;
}

div#form.section div.googlemap {
	padding: 80.598% 0 0 0;
}

div#form.section div.movie {
	padding: 56.25% 0 0 0;
	border-radius: 1rem;
}

div#form.section div.googlemap iframe,
div#form.section div.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
}




/* ▼form */
/* ----------------------------------------------------- */
div#form.section {
	position: relative;
	z-index: 101;
	padding: 3rem 0;
	background: url(https://www.universal-fp.com/wp-content/themes/wp_manerepi_orijin/assets/images/common/bg_watercolor_pc.jpg) no-repeat center bottom / cover;
	background-attachment: fixed;
}

div#form div.container {
	background: #ffffff;
}

div#form div.container div.wrap {
	padding: 3rem 0;
}

div#form h1,
div#form h2 {
	font-size: 2rem;
	text-align: center;
}

div#form h1 span,
div#form h2 span {
	font-size: 1.4rem;
	color: #abb649;
}

div#form form p,
div#form div#thanks p {
	font-size: 1.2rem;
}

div#form div.wrap > p {
	text-align: center;
}

div#form div.wrap > p span.required,
div#form div.wrap form > p span.required {
	color: #df5b41;
}


div#form form div.form_colunm {
	margin: 0 0 1.5rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

div#form form div.form_colunm div.form_header {
	padding: 0.2em 0 0 0;
}

div#form form div.form_colunm div.form_header span {
	margin: 0 0 0 0.25em;
	color: #999999;
}

div#form form div.form_colunm div.form_header span.required {
	color: #df5b41;
}

div#form form div.form_colunm div.form_header span + span {
	display: none;
}

div#form form div.form_colunm.half div.form_content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#form form div.form_colunm.half div.form_content label {
	width: calc( calc( 100% - 1em ) / 2 );
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#form form div.form_colunm.half div.form_content label span {
	display: inline-block;
	width: 2em;
	text-align: center;
}

div#form form div.form_colunm.half div.form_content label input[type="text"] {
	width: calc( 100% - 2.5em );
}

div#form form div.form_colunm div.form_content input#address01 {
	margin-bottom: 1em;
}

div#form form div.form_colunm div.form_content i {
	font-style: normal;
}

div#form form div.form_colunm div.form_content p.note {
	margin: 0;
	text-align: left;
	color: #df5b41;
}

div#form form hr {
	margin: 3rem 0;
	height: 0;
	border: 0 none;
	border-top: 2px dashed #cccccc;
}



div#form form select#seminar_date {
	padding: 0.4rem 0.3rem;
	font-size: 1.2rem;
}



div#form form ul {
	padding: 2rem;
	background: #f8f6ef;
}

div#form form ul li {
	position: relative;
	list-style-type: none;
}

div#form form ul li + li {
	margin-top: 1.5rem;
}

div#form form ul li input[type="checkbox"] {
	position: absolute;
	top: 0.5rem;
	left: 1rem;
	visibility: hidden;
	opacity: 0;
	margin: 0;
	width: 0;
	height: 0;
}

div#form form ul li input[type="checkbox"] + label {
	position:relative;
	display: inline-block;
	padding: 0 0 0 2em;
}

div#form form ul li input[type="checkbox"] + label:before {
	content: "";
	display: block;
	position: absolute;
	margin: 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 0.3rem;
}

div#form form ul li input[type="checkbox"][readonly] + label:before,
div#form form ul li input[type="checkbox"][disabled] + label:before {
	background-color: rgba(235, 235, 228, 1) !important;
}

div#form form ul li input[type="checkbox"]:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	margin: 0;
	/*
	background: #000000;
	*/
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23df5b41%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M19.4%2C1c.6.5.8%2C1.4.3%2C2l-11.4%2C15.7c-.2.3-.6.5-1%2C.6-.4%2C0-.8-.1-1.1-.4L.4%2C13.2c-.6-.6-.6-1.5%2C0-2s1.5-.6%2C2%2C0l4.5%2C4.5L17.4%2C1.3c.5-.6%2C1.4-.8%2C2-.3h0Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#form form ul li input[type="checkbox"][readonly] + label:after,
div#form form ul li input[type="checkbox"][disabled] + label:after {
	/*
	background-color: rgba(100, 100, 98, 1) !important;
	*/
	filter: grayscale(100%);
}



.formError.inline {
	margin-top: 0.3em !important;
}



div#form form > p button#form_submit.grayscale {
	opacity: 0.7;
	pointer-events: none;
}

div#form form button#form_confirm,
div#form form button#form_submit,
div#form form button#form_return,
div#form button#form_home {
	color: #ffffff;
	font-weight: bold;
	border-radius: 0.5rem;
}

div#form form button#form_confirm,
div#form form button#form_submit {
	background: #abb649;
}

div#form form button#form_confirm:after,
div#form form button#form_submit:after {
	content: "＞";
	margin-left: 1em;
}

div#form form button#form_return,
div#form button#form_home {
	background: #848484;
}

div#form form button#form_return:before,
div#form button#form_home:before {
	content: "＜";
	margin-right: 1em;
}



@media screen and (min-width: 767px) {
	div#form div.container {
		width: 100%;
		max-width: 980px;
	}
	div#form div.wrap {
		width: 75.511%;
	}
	div#form form div.form_colunm div.form_header {
		width: 22.973%;
		width: 10em;
		width: 10rem;
		font-size: 1rem;
	}
	div#form form div.form_colunm div.form_content {
		width: 77.027%;
		width: calc( 100% - 10em );
		width: calc( 100% - 10rem );
	}
	div#form form div.form_colunm.full div.form_header,
	div#form form div.form_colunm.full div.form_content {
		width: 100%;
	}
	div#form form div.form_colunm.half div.form_content label {
		width: calc( calc( 100% - 1em ) / 2 );
	}
	div#form form div.form_colunm div.form_content p.note {
		font-size: 0.8em;
	}
	div#form form p.leadtext {
		font-size: 0.8rem;
	}
	div#form form ul li input[type="checkbox"] + label {
		font-size: 1.2rem;
	}
	div#form form ul li input[type="checkbox"] + label:before {
		top: 0.65rem;
		left: 0;
		width: 1.2rem;
		height: 1.2rem;
	}
	div#form form ul li input[type="checkbox"]:checked + label::after {
		top: 0.5rem;
		left: 0.2rem;
		width: 1.2rem;
		height: 1.2rem;
	}
	div#form form button#form_confirm,
	div#form form button#form_submit,
	div#form form button#form_return,
	div#form button#form_home {
		width: 43%;
		padding: 0.8em 0;
		margin: 0 1em;
	}
}

@media screen and (max-width: 766px) {
	div#form div.container {
		width: 89.334%;
	}
	div#form div.wrap > p {
		font-size: 1.5rem;
	}
	div#form form div.form_colunm {
		margin-top: 1.5rem;
	}
	div#form form div.form_colunm div.form_header,
	div#form form div.form_colunm div.form_content {
		width: 100%;
	}
	div#form form div.form_colunm div.form_header {
		font-size: 1.5rem;
	}
	div#form form div.form_colunm div.form_content {
		margin-top: 0.5rem;
	}
	div#form form div.form_colunm.half div.form_content label {
		width: calc( 100% - 1em );
		width: calc( 100% - 1rem );
	}
	div#form form div.form_colunm.half div.form_content label + label {
		margin-top: 1rem;
	}
	div#form form div.form_colunm.half div.form_content label span,
	div#form form div.form_colunm div.form_content i {
		font-size: 1.5rem;
	}
	div#form form div.form_colunm div.form_content p.note {
		font-size: 1.3rem;
	}
	div#form form > p strong {
		font-size: 1.8rem;
	}
	div#form form p.leadtext {
		font-size: 1.5rem;
	}
	div#form form ul li input[type="checkbox"] + label {
		font-size: 1.5rem;
	}
	div#form form ul li input[type="checkbox"] + label:before {
		top: 0.65rem;
		left: 0;
		width: 1.8rem;
		height: 1.8rem;
	}
	div#form form ul li input[type="checkbox"]:checked + label::after {
		top: 0.5rem;
		left: 0.25rem;
		width: 1.8rem;
		height: 1.8rem;
	}
	div#form form button#form_confirm,
	div#form form button#form_submit,
	div#form form button#form_return,
	div#form button#form_home {
		display: block;
		width: 85%;
		margin: 1em auto;
		padding: 0.8em 0;
		font-size: 1.286em;
	}
}





/* ▼form */
/* ----------------------------------------------------- */
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form textarea,
form select {
	width: 100%;
	padding: 0.2em 0.5em;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 rgba(0,0,0,0.0) inset;
	box-sizing: border-box;
}

form textarea {
	height: 11.532em;
}

form input[type="radio"],
form input[type="checkbox"] {
	margin-right: 0.3em;
}

form select option {
	color: rgba(51, 51, 51, 1);
}

form select option[value=""],
.placeholder,
::placeholder {
	color: rgba(128, 128, 128, 1);
}

form input.required,
form input.error,
form label.required,
form textarea.required,
form select.required {
	background: rgb(255, 221, 221);
}

form label.error {
	color: rgb(150, 0, 0);
}

form label {
	padding: 0 0.3em;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form textarea:focus {
	outline: 0;
	outline: thin dotted \9;
	border-color: rgba(82, 168, 236, 0.8);
	background: #ffffff;
}

::-webkit-input-placeholder {
	color: #bbbbbb;
	color: #808080;
}

:-ms-input-placeholder {
	color: #bbbbbb;
	color: #808080;
}

::-moz-placeholder {
	color: #bbbbbb;
	color: #808080;
}

form input[readonly],
form input[disabled],
form select[readonly],
form select[disabled],
form textarea[readonly],
form textarea[disabled] {
	pointer-events: none;
	color: #333333;
	background-color: #ebebe4 !important;
	background-color: rgba(235, 235, 228, 1) !important;
	opacity: 1;
}

form button,
div#thanks button {
	cursor: pointer;
	padding: 0;
	border: 0;
	background: transparent;
	opacity: 1.0;
	transition: all 0.5s;
}

form button:hover,
form button:active,
div#thanks button:hover,
div#thanks button:active {
	opacity: 0.6;
}


form button[disabled] {
	cursor: not-allowed;
	opacity: 0.5;
	filter: grayscale(100%);
}

form p,
div#thanks p.btn {
	text-align: center;
}



@media screen and (min-width: 767px) {
	form input[type="text"],
	form input[type="password"],
	form input[type="datetime"],
	form input[type="datetime-local"],
	form input[type="date"],
	form input[type="month"],
	form input[type="time"],
	form input[type="week"],
	form input[type="number"],
	form input[type="email"],
	form input[type="url"],
	form input[type="search"],
	form input[type="tel"],
	form input[type="color"],
	form textarea,
	form select {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 766px) {
	form input[type="text"],
	form input[type="password"],
	form input[type="datetime"],
	form input[type="datetime-local"],
	form input[type="date"],
	form input[type="month"],
	form input[type="time"],
	form input[type="week"],
	form input[type="number"],
	form input[type="email"],
	form input[type="url"],
	form input[type="search"],
	form input[type="tel"],
	form input[type="color"],
	form textarea,
	form select {
		font-size: 1.7rem;
	}
}





/* ▼footer */
/* ----------------------------------------------------- */
footer {
	padding: 0;
	background: #ffffff;
}

footer a {
	color: #441703 !important;
	text-decoration: none !important;
}

footer div.container {
	text-align: center;
}

footer h2 {
	margin: 1.5em 0 0 0;
	font-size: 1.6rem;
}

footer ul {
	margin: 1.5em 0 0 0;
}

footer ul li {
	list-style-type: none;
	margin: 0;
	font-size: 1.4rem;
	line-height: 2;
	text-align: center;
}

footer address {
	margin: 2em 0 0 0;
	padding: 1em 0;
	font-size: 1.2rem;
	font-style: normal;
}



@media screen and (max-width: 766px) {
	footer {
		padding-bottom: 5.5rem;
	}
}





/* ▼ページトップ */
/* ----------------------------------------------------- */
div#pagetop {
	position: fixed;
	z-index: 100;
	right: 0;
}

div#pagetop p {
	margin: 0;
	padding: 0;
}

div#pagetop p a {
	display: block;
	width: 3em;
	height: 4.5em;
	padding: 1.75em 1em;
	line-height: 1;
	text-decoration: none;
	background: #000000;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
}

div#pagetop p a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ffffff%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M8.8%2C4.7c0.7-0.7%2C1.7-0.7%2C2.4%2C0l8.3%2C8.3c0.7%2C0.7%2C0.7%2C1.7%2C0%2C2.4s-1.7%2C0.7-2.4%2C0L10%2C8.2l-7.2%2C7.1c-0.7%2C0.7-1.7%2C0.7-2.4%2C0s-0.7-1.7%2C0-2.4L8.8%2C4.7L8.8%2C4.7z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#pagetop a:hover,
div#pagetop a:active {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* For IE 8 */
}

div#pagetop a span {
	display: none;
}

div#pagetop a img {
	width: auto;
	max-width: 100%;
}



@media screen and (min-width: 767px) {

}

@media screen and (max-width: 766px) {
	div#pagetop {
		bottom: -1em;
	}
}