@charset "utf-8";
/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/

/* =====================================
■RESET
===================================== */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* =====================================
■BASE
===================================== */
/* -------------------------------------
general
------------------------------------- */
html {
	font-size: 62.5%;
}
body {
	background: #fff;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B", "秀英丸ゴシック B", "Shuei MaruGo B", sans-serif;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 2;
	color: #22201E;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #22201E;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #5CD5AD;
	transition: all 0.5s;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}
a img {
	opacity: 1;
	transition: opacity .5s;
}
a:hover img {
	opacity: 0.8;
	transition: opacity .5s;
}
table {
	width: 100%;
}
p:not(:last-child) {
	margin-bottom: 1em;
}
strong {
	font-weight: 700;
}

/*　Elementor編集画面　*/
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}
.elementor-editor-active #content > #news {
	display: none;
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
		color: #5CD5AD !important;
		text-decoration: underline;
	}
	.auto_height {
		height: auto !important;
	}
}

/* -------------------------------------
Icon fonts
------------------------------------- */
@font-face {
	font-family: 'icomoon';
	src:  url('./libs/icomoon/icomoon.eot');
	src:  url('../libs/icomoon/icomoon.eot#iefix') format('embedded-opentype'),
		url('./libs/icomoon/icomoon.ttf') format('truetype'),
		url('./libs/icomoon/icomoon.woff') format('woff'),
		url('./libs/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-home::before {content: "\e90b";}
.icon-blog::before {content: "\e900";}
.icon-category::before {content: "\e901";}
.icon-check::before {content: "\e902";}
.icon-checked::before {content: "\e903";}
.icon-down::before {content: "\e904";}
.icon-facebook::before {content: "\e905";}
.icon-google::before {content: "\e906";}
.icon-line::before {content: "\e907";}
.icon-twitter::before {content: "\e908";}
.icon-arrow02::before {content: "\e909";}
.icon-arrow01::before {content: "\e910";}
.icon-search::before {content: "\e911";}
.icon-tag::before {content: "\e912";}
.icon-checkbox-unchecked::before {content: "\ea53";}
.icon-checkbox-checked::before {content: "\ea52";}
.radio-unchecked::before {content: "\ea56";}
.radio-checked::before {content: "\ea54";}
.radio-checked2::before {content: "\ea55";}

/* -------------------------------------
文字fonts
------------------------------------- */
.fontL {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
}
.fontB {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
}

/* -------------------------------------
shortcuts
------------------------------------- */
/* ■スペーサー
------------------------------------- */
/* margin */
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }

/* padding */
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }

/* ■汎用
------------------------------------- */
/* float */
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}

/* clear */
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.cl {
	clear: both !important;
}

/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* text-align */
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.tal {
	text-align: left !important;
}

/* font-weight */
.fb {
	font-weight: bold !important;
}
.half {
	display: inline-block;
}

/* Pc/sp change */
.sp {
	display: none;
}

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

/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 1120px;
	padding: 0 20px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}

/* =====================================
■HEADER
===================================== */
#wrapper {
	height: 100%;
	padding-top: 95px;
	box-sizing: border-box;
}
header {
	width: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;	
	z-index: 9999;
	transition: all 0.5s;
}

/* logo */
header .logo {
	float: left;
	width: 363px;
	height: 95px;
	display: flex;
	align-items: center;
	margin-left: 4.3%;
}
header .logo img {
	width: 100%;
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
	#wrapper {
		padding-top: 70px;
	}
	header .logo {
		width: 220px;
		height: 70px;
		margin-left: 15px;
	}
}

@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 60px;
	}
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	header {
		top: 0;
		background: #fff;
	}
	header.open {
		background: #F7F7F7;
		position: fixed;
		top: 0 !important;
		left: 0;
	}

	/* logo */
	header .logo {
		width: calc(100% - 80px);
		max-width: 100%;
		height: 60px;
		margin-left: 15px;
	}
	header .logo img {
		max-width: 220px;
	}

	/* toggleMenu */
	.toggleMenu {
		display: block;
		width: 60px;
		height: 60px;
/* 		background: #fff; */
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	.triggers,
	.triggers span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.triggers {
		width: 23px;
		height: 20px;
		margin: 20px auto 0;
		text-align: center;
		cursor: pointer;
		position: relative;
	}
	.triggers span {
		width: 100%;
		height: 2px;
		background-color: #335A64;
		position: absolute;
		left: 0;
		border-radius: 10px;
	}
	.triggers span:nth-of-type(1) {
		top: 0;
	}
	.triggers span:nth-of-type(2) {
		top: 9px;
	}
	.triggers span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active .triggers span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.toggleMenu.active .triggers span:nth-of-type(2) {
		opacity: 0;
	}
	.toggleMenu.active .triggers span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
}

/* -------------------------------------
nav
------------------------------------- */
nav {
	float: right;
	/*margin-right: 4%;*/
}
nav .menu {
	display: flex;
}
nav .menu > li {
	vertical-align: middle;
	position: relative;
	margin-left: 30px;
}
nav .menu > li:first-child {
	margin: 0;
}
nav .menu > li > a,
nav .menu > li > span {	
	display: flex;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 95px;
	box-sizing: border-box;
	font-size: 20px;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B", sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.2;
	color: #335A64;
	cursor: pointer;
	position: relative;
	z-index: 100;
	transition: all 0.5s;
	padding: 0 10px;
}
nav .menu > li > a > span,
nav .menu > li > span > span {
	display: block;
	margin: 0 auto;
}
nav .menu > li ul {
	display: block;
	width: 220px;
	box-sizing: border-box;
	pointer-events: none;
	position: absolute;
	top: 90%;
	left: 50%;
	margin-left: -110px;
	padding-top: 15px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 999;
	transition: all 0.5s;
}
nav .menu > li.hover ul {
	top: 100%;
}
nav .menu > li ul:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 14px solid #32CD81;
	position: absolute;
	left: 50%;
	top: 1px;
	margin-left: -15px;
}
.desktop nav .menu > li.hover ul:after {
	display: block;
	content: "";
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: -33px;
	z-index: -1;
}
nav .menu > li ul li {
	width: 100%;
}
nav .menu > li ul li a {
    display: block;
    background: #32CD81;
    color: #fff;
    padding: 10px 15px;
    position: relative;
    z-index: 2;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}
nav .menu > li ul li:not(:first-child) a {
	border-top: 1px solid #fff;
}
nav .menu > li ul li:first-child a {
	border-radius: 8px 8px 0 0;
}
nav .menu > li ul li:last-child a {
	border-radius: 0 0 8px 8px;
}
nav .menu > li ul a:hover {
	opacity: 1;
	background: #26C5DA;
	color: #fff;
	text-decoration: none !important;
}
nav .menu > li ul li a > span {
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	padding: 11px 0 12px 14px;
	text-indent: -14px;
}
nav .menu > li ul li a > span:before {
	color: #de8631;
	font-size: 12px;
	text-indent: 0;
	vertical-align: top !important;
	margin: 6px 5px 0 0;
	transition: all 0.5s;
}
nav .menu > li ul li a:hover > span:before {
	color: #fff;
	transition: all 0.5s;
}
.desktop nav .menu > li > span:hover + ul,
.desktop nav .menu > li > span ul:hover,
.desktop nav .menu > li ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop nav .menu > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: underline;
}
.tablet nav .menu > li > ul {
	display: none;
}
.tablet nav .menu > li > span + ul {
	pointer-events: none;
	opacity: 0;
}
.tablet nav .menu > li.hover > span + ul {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (min-width: 768px) {
	nav {
		display: block !important;
	}
	nav .menu > li ul {
		pointer-events: none;
	}
	nav .menu > li > a:after,
	nav .menu > li > span:after {
		display: block;
		content: "";
		width: 100%;
		height: 2px;
		background: #32CD81;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 23px;
		transition: 0.2s ease-out;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	.desktop nav .menu > li > a:hover:after,
	.desktop nav .menu > li > span:hover:after,
	nav .menu > li.hover > a:after,
	nav .menu > li.hover > span:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@media screen and (max-width: 1366px) and (min-width: 1161px) {
	header .logo {
		margin-left: 20px;
	}
	nav .menu > li {
		margin-left: 10px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		font-size: 17px;
	}
}

@media screen and (max-width: 1160px) and (min-width: 768px) {
	nav {
		margin-right: 15px;
	}
	nav .menu > li {
		margin: 0 5px !important;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		height: 70px;
		font-size: 18px;
		letter-spacing: 0;
		padding: 0 5px;
	}
	nav .menu > li > a:after, nav .menu > li > span:after {
		bottom: 12px;
	}
}

@media screen and (max-width: 767px) {
	nav {
		display: none;
		width: 100%;
		height: calc(100% - 60px);
		background: #F7F7F7;
		position: fixed;
		top: 60px;
		left: 0;
		margin: 0;
		padding: 0;
		overflow-y: scroll !important;
		overflow: hidden;
		z-index: 9999;
	}
	nav .menu {
		display: block;
		padding: 30px;
		border: none;
	}
	nav .menu > li {
		width: 100% !important;
		margin: 2px 0 0;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: block;
		width: 100%;
		height: auto;
		background: #fff;
		padding: 16px 40px 16px 20px !important;
		font-size: 18px;
		color: #22201E;
		line-height: 1.4;
		letter-spacing: 0.1em;
		text-align: left;
	}
	nav .menu > li:first-child > a {
		border-radius: 5px 5px 0 0;
	}
	nav .menu > li:last-child > a {
		border-radius: 0 0 5px 5px;
	}
	nav .menu > li > a:hover,
	nav .menu > li > span:hover,
	nav .menu > li.hover > a,
	nav .menu > li.hover > span {
		background: #fff;
		color: #22201E;
	}
	nav .menu > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 1px solid #7EBB50;
		border-top: 1px solid #7EBB50;
		position: absolute;
		top: 50%;
		right: 20px;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		margin-top: -2px;
		box-sizing: border-box;
	}
	nav .menu > li.hover > span:after {
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-top: -8px;
	}
	nav .menu > li ul {
		display: none;
		width: 100%;
		position: relative;
		top: 0 !important;
		left: 0;
		margin: 0;
		padding: 0;
	}
	nav .menu > li ul:before,
	nav .menu > li.hover ul:after {
		display: none;
	}
	nav .menu > li ul li {
		display: none;
		margin-top: 2px;
	}
	nav .menu > li.hover ul li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	nav .menu > li ul li a {
		background: #32CD81 !important;
		color: #FFF !important;
		padding: 11px 30px;
		border-top: none !important;
		border-radius: 0 !important;
	}
	nav .menu > li ul li a > span {
		font-size: 18px;
		letter-spacing: 0.1em;
		line-height: 1.4;
		padding: 0;
		text-indent: 0;
	}
	nav .menu > li ul li a > span:before {
		display: none !important;
	}
	nav .menu > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	/*スマホ時サブメニューが消える現象を回避*/
	nav .menu > li > span {
		position: relative;
	}
	nav .menu > li.hover > span + ul,
	nav .menu > li > span:hover + ul {
		pointer-events: auto;
		opacity: 1;
	}

	.contactBox  {
		background: url(/wp-content/uploads/bg_contactBox.png) no-repeat center top;
		background-size: cover;
		padding: 30px;
	}
	.contactBox .inner {
		max-width: 630px;
		margin: 0 auto;
		text-align: center;
	}
	.contactBox h2 {
		font-family: adobe-handwriting-ernie, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: #fff;
		font-size: 39px;
		text-align: center;
		opacity: 0.62;
	}
	.contactBox .tit {
		font-size: 25px;
		font-family: dnp-shuei-gothic-gin-std, sans-serif;
		font-weight: 400;
		letter-spacing: 0.15em;
		line-height: 1.4;
		color: #fff;
		text-align: center;		
		margin-bottom: 25px;
		position: relative;
	}
	.contactBox ul li:not(:first-child) {
		margin-top: 15px;
	}
}

@media screen and (max-width: 374px) {
	nav .menu {
		padding: 20px;
	}
	.contactBox {
		padding: 20px;
	}
	.contactBox .tit {
		letter-spacing: 0.05em;
	}
}

/* =====================================
■コンバージョン
===================================== */
.conversion {
	background: url(/wp-content/uploads/bg_conversion.png) no-repeat center bottom;
	background-size: cover;
	padding: 30px 0 100px;
	color: #fff;
	position: relative;
	z-index: 2;
}
.conversion h2 {
	font-family: adobe-handwriting-ernie, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	font-size: 70px;
	text-align: center;
	opacity: 0.62;
	line-height: 1.8;
}
.conversion .inner {
	display: table;
	width: 100%;
}
.conversion .lead_box {
	display: table-cell;
	width: 54%;
	padding-right: 3%;
	vertical-align: middle;
}
.conversion .rel_box {
	display: table-cell;
	width: 46%;
	vertical-align: middle;
}
.conversion .tit {
	font-size: 32px;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B", sans-serif;
	font-weight: 600;
	letter-spacing: 0.3em;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 22px;
}
.conversion .txt {
	font-size: 18px;
	line-height: 1.45;
	letter-spacing: 0.05em;
	color: #fff;
}
.conversion img {
	width: 100%;
}
.conversion a:hover img {
	opacity: 0.9;
}
@media screen and (max-width: 1366px) and (min-width: 1081px) {
	.conversion .tit {
		font-size: 28px;
	}
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
	.conversion .tit {
		font-size: 3vw;
		letter-spacing: 0.15em;
	}
}

@media screen and (max-width: 767px) {
	.conversion {
		padding: 30px 0 50px;
		background: url(/wp-content/uploads/bg_conversion_sp.png) no-repeat center;
		background-size: cover;
	}
	.conversion h2 {
		font-size: 47px;
	}
	.conversion .inner {
		display: block;
	}
	.conversion .lead_box,
	.conversion .rel_box {
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.conversion .rel_box {
		margin-top: 20px;
	}
	.conversion .tit {
		font-size: 25px;
		letter-spacing: 0.15em;
	}
	.conversion .txt {
		font-size: 18px;
	}
	.conversion img {
		max-width: 630px;
	}
}


/* =====================================
■FOOTER
===================================== */
#footer {
	background: #fff;
	padding: 46px 0 70px;
}
#footer .leftWrap {
	width: 66%;
	float: left;
	max-width: 708px;
}
#footer .rightWrap {
	width: 32%;
	float: right;
	max-width: 271px;
	text-align: right;
}
#footer .logo {
	max-width: 339px;
	float: left;
	width: 48%;
}
#footer .logo img {
	width: 100%;
}
#footer .guide {
	float: left;
	margin-left: 4.5%;
    width: 47.5%;
}
#footer .guide li {
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #373431;
}
#footer .guide li a {
	color: #373431;
}
#footer .sitemap a:hover {
	color: #5CD5AD;
	text-decoration: underline;
}
#footer .copyright {
	font-size: 10px;
	color: #373431;
	margin-top: 7px;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
	#footer .logo {
		float: none;
		width: 48%;
	}
	#footer .guide {
		float: none;
		margin-left: 0;
		width: auto;
		margin-top: 10px;
	}
}

@media screen and (max-width: 767px) {
	#footer {
		padding: 20px 0 17%;
	}
	#footer .leftWrap,
	#footer .rightWrap {
		width: 100%;
		float: none;
		max-width: none;
		text-align: center;
	}
	#footer .rightWrap {
		margin-top: 20px;
	}
	#footer .logo {
		float: none;
		width: 100%;
		margin: 0 auto 20px;
	}
	#footer .rightWrap img {
		max-width: 340px;
		width: 100%;
	}
	#footer .guide {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	#footer .copyright {
		margin-top: 20px;
	}
}

/* -------------------------------------
追従バナー
------------------------------------- */
#pagetop {
	display: none !important;
	width: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
}
#pagetop img {
	width: 100%;
}
footer .fixedBox {
	width: 270px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1001;
	transition: all 0.5s;
}
footer .fixedBox ul li {
	float: left;
}
footer .fixedBox img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	footer .fixedBox ul li {
		width: 50px;
	}
	footer .fixedBox ul li:first-child {
		width: 220px;
	}
	footer .fixedBox ul li:last-child {
		float: right;
	}
}

@media screen and (max-width: 767px) {
	footer .fixedBox {
		width: 100%;
	}
	footer .fixedBox ul {
		display: flex;
	}
	footer .fixedBox ul li {
		float: none;
		width: 86.67%;
		background: #fff;
		border-right: 1px solid #fff;
		box-sizing: border-box;
	}
	footer .fixedBox ul li:last-child {
		width: 13.3%;
		border-right: none;
	}
}